Advertisement
Guest User

Untitled

a guest
Nov 26th, 2011
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.88 KB | None | 0 0
  1. Stage-1 Bootloader Mon Feb 7 16:35:00 MST 2011
  2. Attempting to set PLLA to 600MHz ...
  3. plla_ctrl0 : 0x0000021A
  4. plla_ctrl1 : 0x00480000
  5. plla_ctrl2 : 0x008F008B
  6. plla_ctrl3 : 0x00000154
  7. PLLA Set
  8.  
  9. Setup memory, testing
  10. Reading disk 0, Image 0
  11. Sector : 0x0000009A
  12. Hdr len: 0x00019480
  13. Hdr CRC: 0x94C61658
  14. OK
  15. Initialising disks
  16. SATA PHY not ready for device 1
  17. Detecting SATA busses:
  18. Bus 0: Found first device OK
  19. Device 0: Model: ST32000542AS Firm: CC38 Ser#: 5XW2V380
  20. Type: Hard Disk
  21. Capacity: 131071.9 MB = 127.9 GB (268435455 x 512)
  22. Device 1: not available
  23. Environment successfully read from disk 0 primary image
  24.  
  25.  
  26. U-Boot 1.1.2 (Jun 9 2011 - 14:14:20)
  27.  
  28. U-Boot code: 60D00000 -> 60D19480 BSS: -> 60D1D110
  29. RAM Configuration:
  30. Bank #0: 60000000 256 MB
  31. SRAM Configuration:
  32. 64KB at 0x50000000
  33. In: serial
  34. Out: serial
  35. Err: serial
  36. Setting Linux mem= boot arg value
  37.  
  38. IDE read: device 0 block # 288, count 1 ... 1 blocks read: OK
  39. Hit any key to stop autoboot: 0
  40. PLX>>printenv
  41. bootcmd=run select0 load1 load_rd boot || run lightled select0 load2 load_rd ext inguishled boot || lightled
  42. bootdelay=3
  43. baudrate=115200
  44. ethaddr=00:30:e0:00:00:01
  45. ipaddr=172.31.0.128
  46. serverip=172.31.0.100
  47. autoload=n
  48. netmask=255.255.0.0
  49. bootfile="uImage"
  50. select0=ide dev 0
  51. load1=ide read 0x60500000 50a 1644
  52. load2=ide read 0x60500000 e3e8 1644
  53. load_rd=ide read 0x60800000 4122 1644
  54. lightled=ledfail 1
  55. extinguishled=ledfail 0
  56. boot=bootm 60500000 60800000
  57. stdin=serial
  58. stdout=serial
  59. stderr=serial
  60. bootargs=root=/dev/md0 console=ttyS0,115200 elevator=cfq mem=256M poweroutage=ye s mac_adr=0x00,0xd0,0xb8,0x19,0x81,0xfb
  61.  
  62. Environment size: 613/8188 bytes
  63. PLX>>run bootcmd
  64.  
  65. IDE device 0: Model: ST32000542AS Firm: CC38 Ser#: 5XW2V380
  66. Type: Hard Disk
  67. Capacity: 131071.9 MB = 127.9 GB (268435455 x 512)
  68. ... is now current device
  69.  
  70. IDE read: device 0 block # 1290, count 5700 ... 5700 blocks read: OK
  71.  
  72. IDE read: device 0 block # 16674, count 5700 ... 5700 blocks read: OK
  73. ## Booting image at 60500000 ...
  74. Image Name: Linux-2.6.31.14
  75. Image Type: ARM Linux Kernel Image (uncompressed)
  76. Data Size: 2189148 Bytes = 2.1 MB
  77. Load Address: 60008000
  78. Entry Point: 60008000
  79. Verifying Checksum ... OK
  80. OK
  81. ## Loading Ramdisk Image at 60800000 ...
  82. Image Name:
  83. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  84. Data Size: 2783771 Bytes = 2.7 MB
  85. Load Address: 00000000
  86. Entry Point: 00000000
  87. Verifying Checksum ... OK
  88.  
  89. Starting kernel ...
  90.  
  91. Uncompressing Linux............................................................. ........................................................................ done, b ooting the kernel.
  92. [ 0.000000] Linux version 2.6.31.14 ([email protected]) (gcc version 4.3.2 (crosstool-NG-1.3.1) ) #1 SMP Fri Jul 22 12:25:51 EDT 2011
  93. [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr =00c5387f
  94. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction ca che
  95. [ 0.000000] Machine: Oxsemi NAS
  96. [ 0.000000] 1 memory region
  97. [ 0.000000] Ignoring unrecognised tag 0x00000000
  98. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  99. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 65024
  100. [ 0.000000] Kernel command line: root=/dev/md0 console=ttyS0,115200 elevator= cfq mem=256M poweroutage=yes mac_adr=0x00,0xd0,0xb8,0x19,0x81,0xfb
  101. [ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
  102. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  103. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  104. [ 0.000000] Memory: 256MB = 256MB total
  105. [ 0.000000] Memory: 252544KB available (3768K code, 275K data, 136K init, 0K highmem)
  106. [ 0.000000] Hierarchical RCU implementation.
  107. [ 0.000000] NR_IRQS:96
  108. [ 0.000000] OX820_RPS_init_irq: interrupts 64 to 96
  109. [ 0.000000] ox820_clocksource_init() Timer 2 running at 390625 Hz
  110. [ 0.010000] Console: colour dummy device 80x30
  111. [ 0.010000] console [ttyS0] enabled
  112. [ 0.020000] Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
  113. [ 0.260000] Security Framework initialized
  114. [ 0.260000] Mount-cache hash table entries: 512
  115. [ 0.270000] CPU: Testing write buffer coherency: ok
  116. [ 0.270000] Calibrating local timer... 299.99MHz.
  117. [ 0.340000] CPU1: Booted secondary processor
  118. [ 0.440000] Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
  119. [ 0.680000] Brought up 2 CPUs
  120. [ 0.690000] SMP: Total of 2 processors activated (478.41 BogoMIPS).
  121. [ 0.700000] NET: Registered protocol family 16
  122. [ 0.700000] Number of DMA channels = 4, version = 4
  123. [ 0.710000] Reserving a DMA channel for ODRB
  124. [ 0.710000] Allocating 475 SRAM generic DMA descriptors
  125. [ 0.730000] bio: create slab <bio-0> at 0
  126. [ 0.740000] SCSI subsystem initialized
  127. [ 0.740000] usbcore: registered new interface driver usbfs
  128. [ 0.750000] usbcore: registered new interface driver hub
  129. [ 0.760000] usbcore: registered new device driver usb
  130. [ 0.790000] NET: Registered protocol family 2
  131. [ 0.790000] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  132. [ 0.800000] Switched to NOHz mode on CPU #0
  133. [ 0.800000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  134. [ 0.800000] Switched to NOHz mode on CPU #1
  135. [ 0.810000] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  136. [ 0.820000] TCP: Hash tables configured (established 8192 bind 8192)
  137. [ 0.820000] TCP reno registered
  138. [ 0.830000] NET: Registered protocol family 1
  139. [ 0.830000] Trying to unpack rootfs image as initramfs...
  140. [ 0.840000] rootfs image is not initramfs (no cpio magic); looks like an init rd
  141. [ 0.880000] Freeing initrd memory: 2716K
  142. [ 0.880000] Create fragment cache
  143. [ 0.890000] fuse init (API version 7.12)
  144. [ 0.890000] SGI XFS with ACLs, security attributes, large block/inode numbers , no debug enabled
  145. [ 0.900000] msgmni has been set to 499
  146. [ 0.910000] alg: No test for stdrng (krng)
  147. [ 0.910000] io scheduler noop registered
  148. [ 0.920000] io scheduler anticipatory registered
  149. [ 0.920000] io scheduler deadline registered
  150. [ 0.930000] io scheduler cfq registered (default)
  151. [ 0.950000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  152. [ 0.960000] serial8250: ttyS0 at MMIO 0x44200000 (irq = 55) is a 16550A
  153. [ 0.980000] brd: module loaded
  154. [ 0.990000] loop: module loaded
  155. [ 1.000000] ox820sata: OX820 sata core.
  156. [ 1.000000] scsi0 : oxnassata
  157. [ 1.000000] scsi1 : oxnassata
  158. [ 1.010000] ata1: SATA max UDMA/133 irq 50
  159. [ 1.010000] ata2: SATA max UDMA/133 irq 50
  160. [ 1.020000] ox820sata: reseting SATA core
  161. [ 1.540000] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  162. [ 1.540000] ata1.00: ATA-8: ST32000542AS, CC38, max UDMA/133
  163. [ 1.550000] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 0/32)
  164. [ 1.560000] ata1.00: configured for UDMA/133
  165. [ 1.560000] ox820sata: reseting SATA core
  166. [ 2.270000] ata2: SATA link down (SStatus 0 SControl 300)
  167. [ 2.270000] scsi 0:0:0:0: Direct-Access ATA ST32000542AS CC38 PQ : 0 ANSI: 5
  168. [ 2.280000] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1. 81 TiB)
  169. [ 2.290000] sd 0:0:0:0: [sda] Write Protect is off
  170. [ 2.290000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does n't support DPO or FUA
  171. [ 2.300000] tun: Universal TUN/TAP device driver, 1.6
  172. [ 2.300000] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
  173. [ 2.300000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  174. [ 2.300000] Start USB clocks
  175. [ 2.300000] oxnas-ehci oxnas-ehci.0: OXNAS EHCI Host Controller
  176. [ 2.300000] oxnas-ehci oxnas-ehci.0: new USB bus registered, assigned bus num ber 1
  177. [ 2.330000] oxnas-ehci oxnas-ehci.0: irq 39, io mem 0x00000000
  178. [ 2.340000] sda:
  179. [ 2.350000] oxnas-ehci oxnas-ehci.0: USB 0.0 started, EHCI 1.00
  180. [ 2.350000] usb usb1: configuration #1 chosen from 1 choice
  181. [ 2.360000] hub 1-0:1.0: USB hub found
  182. [ 2.360000] hub 1-0:1.0: 2 ports detected
  183. [ 2.370000] Initializing USB Mass Storage driver...
  184. [ 2.370000] usbcore: registered new interface driver usb-storage
  185. [ 2.380000] USB Mass Storage support registered.
  186. [ 2.380000] usbcore: registered new interface driver ums-alauda
  187. [ 2.390000] usbcore: registered new interface driver ums-datafab
  188. [ 2.400000] usbcore: registered new interface driver ums-freecom
  189. [ 2.400000] usbcore: registered new interface driver ums-isd200
  190. [ 2.410000] usbcore: registered new interface driver ums-jumpshot
  191. [ 2.420000] usbcore: registered new interface driver ums-sddr09
  192. [ 2.420000] usbcore: registered new interface driver ums-sddr55
  193. [ 2.430000] usbcore: registered new interface driver ums-usbat
  194. [ 2.440000] mice: PS/2 mouse device common for all mice
  195. [ 2.440000] md: linear personality registered for level -1
  196. [ 2.450000] md: raid0 personality registered for level 0
  197. [ 2.450000] md: raid1 personality registered for level 1
  198. [ 2.460000] sda1 sda2
  199. [ 2.460000] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-d [email protected]
  200. [ 2.470000] TCP cubic registered
  201. [ 2.470000] NET: Registered protocol family 17
  202. [ 2.480000] sd 0:0:0:0: [sda] Attached SCSI disk
  203. [ 2.490000] md: Waiting for all devices to be available before autodetect
  204. [ 2.490000] md: If you don't use raid, use raid=noautodetect
  205. [ 2.500000] md: Autodetecting RAID arrays.
  206. [ 2.530000] md: Scanned 1 and added 1 devices.
  207. [ 2.530000] md: autorun ...
  208. [ 2.530000] md: considering sda1 ...
  209. [ 2.540000] md: adding sda1 ...
  210. [ 2.540000] md: created md0
  211. [ 2.540000] md: bind<sda1>
  212. [ 2.550000] md: running: <sda1>
  213. [ 2.550000] md0: detected capacity change from 0 to 21474770944
  214. [ 2.560000] md: ... autorun DONE.
  215. [ 2.560000] RAMDISK: gzip image found at block 0
  216. [ 3.220000] VFS: Mounted root (ext2 filesystem) on device 1:0.
  217. Looking for shell in cmdline: root=/dev/md0 console=ttyS0,115200 elevator=cfq me m=256M poweroutage=yes mac_adr=0x00,0xd0,0xb8,0x19,0x81,0xfb
  218. Start Blinking Power LED
  219. USB Device node is /dev/sdb1
  220. Started
  221. /dev/buttons file does not exist creating it
  222. Opened /dev/buttons with fd 3
  223. The Button ID from drive is 2 state is 3
  224. Reset Button is NOT pressed
  225. Checking to see the if the reset button is pressed or not
  226. Checking for valid image in hard drives
  227. [ 3.400000] md0: unknown partition table
  228. 2 logical volume(s) in volume group "md0_vg" now active
  229. [ 3.730000] EXT2-fs warning: mounting unchecked fs, running e2fsck is recomme nded
  230. Found Valid EMC Image in disk...
  231. Mounting apps image...
  232. Mounting config image...
  233. Check config filesystem
  234. e2fsck 1.41.3 (12-Oct-2008)
  235. ext2fs_check_if_mount: No such file or directory while determining whether /dev/ loop1 is mounted.
  236. Constructing root filesystem...
  237. Bootstrapping ...
  238. rootdir=/
  239. table='/usr/local/cfg/device_table.txt'
  240. makedevs: line 42: chown failed for /bin/busybox: Read-only file system
  241. makedevs: line 49: regular file '/usr/share/udhcpc/default.script' does not exis t: No such file or directory
  242. warning: can't open /etc/mtab: No such file or directory
  243. mount: unknown filesystem type 'nfsd'
  244. Loading mii
  245. Loading gmac mac_adr=0x00,0xd0,0xb8,0x19,0x81,0xfb
  246. [ 5.390000] Probing for Synopsis GMAC, unit 0
  247. [ 5.420000] eth0: Tuning GMAC 0 RGMII timings
  248. [ 5.420000] eth0: PHY is Realtek RTL8211D, type 0x001cc914
  249. [ 5.460000] eth0: GMAC ver = 53, vendor ver = 18 at 0xe1400000, IRQ 40
  250. [ 5.460000] eth0: Found PHY at address 2, type 0x001cc914 -> 10/100/1000
  251. [ 5.470000] eth0: Ethernet addr: 00:d0:b8:19:81:fb
  252. [ 5.480000] probe() eth0: Leon x2 clock
  253. [ 5.550000] CoPro offload is active on eth0
  254. [ 5.560000] Alloc'ing ARM descs 8192 bytes
  255. [ 5.560000] Alloc'ing CoPro parameters 40 bytes
  256. [ 5.560000] gmac gmac.0: firmware: requesting gmac_copro_firmware
  257. [ 6.200000] CoPro: Programming start address as 0xd000dd00
  258. [ 6.300000] Heartbeats started
  259. [ 6.300000] eth0: Resetting GMAC
  260. [ 6.310000] eth0: GMAC reset complete
  261. [ 6.310000] hw_set_mac_address() Storing port0 mac_adr in global array
  262. [ 6.320000] eth0: Setting Rx flow control thresholds for LAN port
  263. [ 6.330000] CoPro available SRAM end 0x1000dc64
  264. [ 6.340000] Copro offload started
  265. [ 10.430000] Freeing CoPro parameters 40 bytes
  266. [ 10.430000] Freeing ARM descs 8192 bytes
  267. Loading i2c-core
  268. Loading i2c-algo-bit
  269. Loading i2c-oxnas-bitbash
  270. [ 10.870000] OXNAS bit-bash I2C driver initialisation OK
  271. Loading rtc-core
  272. Loading rtc-pcf8563
  273. [ 11.090000] rtc-pcf8563 0-0051: chip found, driver version 0.4.3
  274. [ 11.150000] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
  275. Loading msdos
  276. Loading usbhid
  277. [ 11.710000] usbcore: registered new interface driver hiddev
  278. [ 11.730000] usbcore: registered new interface driver usbhid
  279. [ 11.740000] usbhid: v2.6:USB HID core driver
  280. Loading hci_usb
  281. FATAL: Module hci_usb not found.
  282. Loading usblp
  283. [ 12.340000] usbcore: registered new interface driver usblp
  284. Loading btusb
  285. [ 12.980000] Bluetooth: Core ver 2.15
  286. [ 13.020000] NET: Registered protocol family 31
  287. [ 13.020000] Bluetooth: HCI device and connection manager initialized
  288. [ 13.030000] Bluetooth: HCI socket layer initialized
  289. [ 13.150000] Bluetooth: Generic Bluetooth USB driver ver 0.5
  290. [ 13.180000] usbcore: registered new interface driver btusb
  291. Loading l2cap
  292. [ 13.480000] Bluetooth: L2CAP ver 2.13
  293. [ 13.480000] Bluetooth: L2CAP socket layer initialized
  294. Loading rfcomm
  295. [ 13.630000] Bluetooth: RFCOMM socket layer initialized
  296. [ 13.630000] Bluetooth: RFCOMM ver 1.11
  297. Loading pcbc
  298. Loading michael_mic
  299. Loading nls_iso8859-1
  300. Loading hfsplus
  301. Loading isofs
  302. Loading udf
  303. Loading ufsd
  304. [ 14.770000] ufsd: module license 'Commercial product' taints kernel.
  305. [ 14.770000] Disabling lock debugging due to kernel taint
  306. [ 15.040000] ufsd: driver 8.3 (001_A) LBD=OFF with ioctl loaded at bf0e2000
  307. [ 15.040000] NTFS read/write support included
  308. [ 15.040000] Hfs+/HfsX read/write support included
  309. Loading mp_therm
  310. [ 15.200000] mp_therm: initializing - NAS7820
  311. Initialization complete.
  312. [ 15.350000] Freeing init memory: 136K
  313. INIT: version 2.86 booting
  314. Running file /etc/init.d/rcS
  315. Running file /etc/init.d/rc
  316. Running file /etc/rcS.d/S01glibc.sh
  317. Running file /etc/rcS.d/S02hostname.sh
  318. Running file /etc/rcS.d/S02mountkernfs.sh
  319. Running file /etc/rcS.d/S04mountdevsubfs.sh
  320. Running file /etc/rcS.d/S05bootlogd
  321. Running file /etc/rcS.d/S07hdparm
  322. Setting parameters of disc: (none).
  323. Running file /etc/rcS.d/S08hwclockfirst.sh
  324. Setting the system clock.
  325. Running file /etc/rcS.d/S11hwclock.sh
  326. Setting the system clock.
  327. Running file /etc/rcS.d/S12mtab.sh
  328. mount: according to mtab, tmpfs is already mounted on /lib/init/rw
  329.  
  330. Running file /etc/rcS.d/S18ifupdown-clean
  331. Cleaning up ifupdown....
  332. Running file /etc/rcS.d/S20module-init-tools
  333. Loading kernel modules...done.
  334. Running file /etc/rcS.d/S26lvm2
  335. Setting up LVM Volume Groups Reading all physical volumes. This may take a while...
  336. Found volume group "md0_vg" using metadata type lvm2
  337. 2 logical volume(s) in volume group "md0_vg" now active
  338. .
  339. Running file /etc/rcS.d/S30checkfs.sh
  340. Checking file systems...fsck 1.41.3 (12-Oct-2008)
  341. done.
  342. Running file /etc/rcS.d/S30procps
  343. Setting kernel variables (/etc/sysctl.conf)...Running file /etc/rcS.d/S35mountall.sh
  344. Mounting local filesystems...mount: unknown filesystem type 'nfsd'
  345. failed.
  346. Activating swapfile swap...done.
  347. Running file /etc/rcS.d/S36mountall-bootclean.sh
  348. Running file /etc/rcS.d/S37mountoverflowtmp
  349. dhclient host identical
  350. Running file /etc/rcS.d/S39ifupdown
  351. Setting up networking....
  352. Running file /etc/rcS.d/S40networking
  353. Configuring network interfaces...done.
  354. Running file /etc/rcS.d/S45mountnfs.sh
  355. Running file /etc/rcS.d/S46mountnfs-bootclean.sh
  356. Running file /etc/rcS.d/S55bootmisc.sh
  357. Running file /etc/rcS.d/S55urandom
  358. Running file /etc/rcS.d/S99stop-bootlogd-single
  359. INIT: cannot execute "/sbin/addLog"
  360. INIT: Entering runlevel: 2
  361. Running file /etc/init.d/rc
  362. Running file /etc/rc2.d/S10rsyslog
  363. Starting enhanced syslogd: rsyslogd.
  364. Running file /etc/rc2.d/S12dbus
  365. chown: invalid user: `messagebus'
  366. Running file /etc/rc2.d/S20rsync
  367. Running file /etc/rc2.d/S20smartmontools
  368. Not starting S.M.A.R.T. daemon smartd, disabled via /etc/default/smartmontools (warning).
  369. Running file /etc/rc2.d/S20sysfsutils
  370. Setting sysfs variables....
  371. Running file /etc/rc2.d/S23ntp
  372. Starting NTP server: ntpdStarting netplugd...
  373. [ 24.550000] CoPro offload is active on eth0
  374. [ 24.560000] Alloc'ing ARM descs 8192 bytes
  375. [ 24.560000] Alloc'ing CoPro parameters 40 bytes
  376. [ 24.570000] gmac gmac.0: firmware: requesting gmac_copro_firmware
  377. [ 24.780000] CoPro: Programming start address as 0xd000dd00
  378. [ 24.890000] Heartbeats started
  379. [ 24.890000] eth0: Resetting GMAC
  380. [ 24.890000] eth0: GMAC reset complete
  381. [ 24.900000] hw_set_mac_address() Storing port0 mac_adr in global array
  382. [ 24.910000] eth0: Setting Rx flow control thresholds for LAN port
  383. [ 24.920000] CoPro available SRAM end 0x1000dc64
  384. [ 24.920000] Copro offload started
  385. [ 25.420000] eth0: link up, 100Mbps, full-duplex, using pause, lpa 0x45E1
  386. ln: creating symbolic link `/etc/samba/smb.conf': File exists
  387. Starting sshd: OK
  388. hostnamed begin to start...
  389. hostnamed finished
  390. IP obtaining in progress...
  391. IP obtained
  392. Starting executord
  393. Done.
  394. Inside check_if_ran_mfg
  395. 1+0 records in
  396. 1+0 records out
  397. 512 bytes (512 B) copied, 0.0131251 s, 39.0 kB/s
  398. Did we ran mfg before: 1
  399. MFG verification already Done...Going in to Normal mode
  400. Running file /etc/rc2.d/S99rc.local
  401. Running file /etc/rc2.d/S99rmnologin
  402. Running file /etc/rc2.d/S99stop-bootlogd
  403. Running file /etc/init.d/bootlogd
  404.  
  405.  
  406.  
  407. Welcome to CenterPoint.
  408. hmnhd-TICJ5N login: [ 63.290000] md: md1 stopped.
  409. [ 63.310000] md: bind<sda2>
  410. [ 63.350000] md1: detected capacity change from 0 to 1978890452992
  411. [ 64.590000] md1: unknown partition table
  412. [ 67.140000] XFS mounting filesystem dm-1
  413. [ 67.240000] vmap allocation for size 4198400 failed: use vmalloc=<size> to increase size.
  414. [ 67.310000] vmap allocation for size 4198400 failed: use vmalloc=<size> to increase size.
  415. [ 67.420000] XFS mounting filesystem dm-2
  416. [ 67.660000] vmap allocation for size 4198400 failed: use vmalloc=<size> to increase size.
  417. [ 67.690000] Starting XFS recovery on filesystem: dm-2 (logdev: internal)
  418. [ 67.890000] Ending XFS recovery on filesystem: dm-2 (logdev: internal)
  419. [ 68.670000] Adding 524280k swap on /mnt/system/swapfile. Priority:-1 extents:11 across:4499444k
  420. [ 71.170000] ox820sata: reseting SATA core
  421. [ 71.540000] ata1.00: configured for UDMA/133
  422. [ 71.540000] ata1: EH complete
  423.  
  424.  
  425.  
  426. Welcome to CenterPoint.
  427. hmnhd-TICJ5N login: root
  428. Password:
  429. root@hmnhd-TICJ5N:/# free -m
  430. total used free shared buffers cached
  431. Mem: 249 218 30 0 4 142
  432. -/+ buffers/cache: 71 178
  433. Swap: 511 0 511
  434. root@hmnhd-TICJ5N:/# ps ax
  435. PID TTY STAT TIME COMMAND
  436. 1 ? Ss 0:01 init [2]
  437. 2 ? S< 0:00 [kthreadd]
  438. 3 ? S< 0:00 [migration/0]
  439. 4 ? S< 0:00 [ksoftirqd/0]
  440. 5 ? S< 0:00 [migration/1]
  441. 6 ? S< 0:00 [ksoftirqd/1]
  442. 7 ? S< 0:00 [events/0]
  443. 8 ? S< 0:00 [events/1]
  444. 9 ? S< 0:00 [khelper]
  445. 12 ? S< 0:00 [async/mgr]
  446. 83 ? S< 0:00 [kblockd/0]
  447. 84 ? S< 0:00 [kblockd/1]
  448. 89 ? S< 0:00 [ata/0]
  449. 90 ? S< 0:00 [ata/1]
  450. 91 ? S< 0:00 [ata_aux]
  451. 96 ? S< 0:00 [khubd]
  452. 117 ? S 0:00 [pdflush]
  453. 118 ? S 0:00 [pdflush]
  454. 119 ? S< 0:00 [kswapd0]
  455. 120 ? S< 0:00 [aio/0]
  456. 121 ? S< 0:00 [aio/1]
  457. 122 ? S< 0:00 [cifsoplockd]
  458. 124 ? S< 0:00 [xfs_mru_cache]
  459. 125 ? S< 0:00 [xfslogd/0]
  460. 126 ? S< 0:00 [xfslogd/1]
  461. 127 ? S< 0:00 [xfsdatad/0]
  462. 128 ? S< 0:00 [xfsdatad/1]
  463. 129 ? S< 0:00 [xfsconvertd/0]
  464. 130 ? S< 0:00 [xfsconvertd/1]
  465. 131 ? S< 0:00 [crypto/0]
  466. 132 ? S< 0:00 [crypto/1]
  467. 266 ? S< 0:00 [scsi_eh_0]
  468. 269 ? S< 0:00 [scsi_eh_1]
  469. 278 ? S< 0:00 [ox820direct_eh]
  470. 294 ? S< 0:00 [kstriped]
  471. 340 ? S< 0:00 [kdmflush]
  472. 344 ? S< 0:00 [kdmflush]
  473. 351 ? S< 0:01 [loop0]
  474. 354 ? S< 0:00 [loop1]
  475. 365 ? S< 0:00 [loop2]
  476. 529 ? S< 0:00 [usbhid_resumer]
  477. 589 ? S< 0:00 [bluetooth]
  478. 619 ? S< 0:00 [krfcommd]
  479. 688 ? S< 0:00 [kfand]
  480. 854 ? Ss 0:00 logsave -s /var/log/fsck/checkfs fsck -C -R -A -a
  481. 971 ? Sl 0:00 /usr/sbin/rsyslogd -c3 -f /etc/rsyslog.conf
  482. 1085 ? Ss 0:00 dhclient3 -pf /var/run/dhclient.eth0.pid -lf /var/lib
  483. 1166 ? Ss 0:00 /sbin/netplugd -c /etc/network/netplugd.conf -p /tmp/
  484. 1213 ? Ss 0:00 /usr/sbin/mdnsd
  485. 1215 ? Ss 0:00 /bin/hostnamed
  486. 1223 ? Sl 0:02 /usr/local/appmd appmd
  487. 1240 ttyS0 Ss 0:00 /bin/login --
  488. 1252 ? S 0:01 /usr/bin/dbus-daemon --nofork --system
  489. 1270 ? Sl 0:00 /usr/local/pkgd pkgd
  490. 1271 ? SN 0:00 /usr/sbin/discoverd
  491. 1300 ? S 0:00 /usr/sbin/upnpdiscovery
  492. 1301 ? S 0:00 /usr/sbin/mdnsd -debug
  493. 1302 ? S 0:00 /usr/sbin/sshd -D
  494. 1303 ? Sl 0:05 /usr/local/svcd svcd
  495. 1313 ? S 0:24 /usr/sbin/afpd -d -f /mnt/system/config/netatalk/Appl
  496. 1314 ? Sl 0:00 /usr/local/imgd imgd
  497. 1322 ? S 0:00 /usr/local/winRally/lld2d eth0
  498. 1323 ? S 0:00 /bin/sh /usr/bin/chkvardiff.sh
  499. 1324 ? S 0:00 sleep 5m
  500. 1325 ? S 0:00 /bin/sh /usr/bin/sohoAudit
  501. 1412 ? Sl 0:00 /usr/local/displayd displayd
  502. 1423 ? Ss 0:03 /usr/local/apache/httpd -f /ram/httpd.conf -F
  503. 1433 ? Sl 0:00 /usr/local/protomgrd protomgrd
  504. 1449 ? Sl 0:00 /usr/local/pcloudd pcloudd
  505. 1452 ? Sl 0:00 /usr/local/activefolder activefolder
  506. 1636 ? S< 0:00 [kdmflush]
  507. 1665 ? S< 0:00 [xfsbufd]
  508. 1666 ? S< 0:00 [xfsaild]
  509. 1667 ? S< 0:00 [xfssyncd]
  510. 1669 ? S< 0:00 [xfsbufd]
  511. 1670 ? S< 0:00 [xfsaild]
  512. 1671 ? S< 0:00 [xfssyncd]
  513. 1730 ? S 0:00 /bin/sh /usr/bin/logrotation
  514. 1781 ? Ss 0:00 /usr/local/samba/sbin/nmbd -F
  515. 1797 ? SNs 0:00 /usr/local/samba/sbin/smbd -F
  516. 1925 ? S 0:00 /usr/sbin/cnid_metad -d
  517. 1926 ? SN 0:00 /usr/local/samba/sbin/smbd -F
  518. 1942 ? Sl 0:00 /usr/local/mt-daapd/bin/mt-daapd -f -m -c /mnt/system
  519. 1964 ? Sl 0:00 /usr/local/twonky/twonkymediaserver -inifile /mnt/sys
  520. 2008 ? Sl 0:01 /usr/local/rad rad
  521. 2135 ? Sl 0:00 /usr/local/connectd connectd
  522. 2139 ? Sl 0:00 /usr/local/quiktransfer quiktransfer
  523. 2157 ? Sl 0:00 /usr/local/mozybackup mozybackup
  524. 2169 ? Sl 0:00 /usr/local/amazon amazon
  525. 2372 ? S 0:00 /usr/local/apache/httpd -f /ram/httpd.conf -F
  526. 2373 ? S 0:00 /usr/local/apache/httpd -f /ram/httpd.conf -F
  527. 2374 ? S 0:00 /usr/local/apache/httpd -f /ram/httpd.conf -F
  528. 2375 ? Sl 0:00 /usr/local/datamover datamover
  529. 2435 ? S 0:00 sleep 30
  530. 2436 ttyS0 S 0:00 -sh
  531. 2449 ? S 0:00 sleep 10
  532. 2450 ttyS0 R+ 0:00 ps ax
  533. root@hmnhd-TICJ5N:/# df -h
  534. Filesystem Size Used Avail Use% Mounted on
  535. rootfs 50M 2.1M 48M 5% /
  536. /dev/root.old 6.5M 2.6M 4.0M 39% /initrd
  537. none 50M 2.1M 48M 5% /
  538. /dev/md0_vg/BFDlv 4.0G 473M 3.3G 13% /boot
  539. /dev/loop0 453M 445M 7.5M 99% /mnt/apps
  540. /dev/loop1 7.8M 2.3M 5.2M 31% /etc
  541. /dev/loop2 76K 76K 0 100% /oem
  542. tmpfs 125M 0 125M 0% /mnt/apps/lib/init/rw
  543. tmpfs 125M 0 125M 0% /dev/shm
  544. /dev/mapper/md0_vg-vol1
  545. 16G 538M 16G 4% /mnt/system
  546. /dev/mapper/645fc254_vg-lv67cecefd
  547. 1.8T 471M 1.8T 1% /mnt/pools/A/A0
  548. root@hmnhd-TICJ5N:/#
  549.  
  550.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement