Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.14 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.  
  41. IDE device 0: Model: ST32000542AS Firm: CC38 Ser#: 5XW2V380
  42. Type: Hard Disk
  43. Capacity: 131071.9 MB = 127.9 GB (268435455 x 512)
  44. ... is now current device
  45.  
  46. IDE read: device 0 block # 1290, count 5700 ... 5700 blocks read: OK
  47.  
  48. IDE read: device 0 block # 16674, count 5700 ... 5700 blocks read: OK
  49. ## Booting image at 60500000 ...
  50. Image Name: Linux-2.6.31.14
  51. Image Type: ARM Linux Kernel Image (uncompressed)
  52. Data Size: 2189148 Bytes = 2.1 MB
  53. Load Address: 60008000
  54. Entry Point: 60008000
  55. Verifying Checksum ... OK
  56. OK
  57. ## Loading Ramdisk Image at 60800000 ...
  58. Image Name:
  59. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  60. Data Size: 2783771 Bytes = 2.7 MB
  61. Load Address: 00000000
  62. Entry Point: 00000000
  63. Verifying Checksum ... OK
  64.  
  65. Starting kernel ...
  66.  
  67. Uncompressing Linux..................................................................................................................................... done, booting the kernel.
  68. [ 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
  69. [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5387f
  70. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  71. [ 0.000000] Machine: Oxsemi NAS
  72. [ 0.000000] 1 memory region
  73. [ 0.000000] Ignoring unrecognised tag 0x00000000
  74. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  75. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  76. [ 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
  77. [ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
  78. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  79. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  80. [ 0.000000] Memory: 256MB = 256MB total
  81. [ 0.000000] Memory: 252544KB available (3768K code, 275K data, 136K init, 0K highmem)
  82. [ 0.000000] Hierarchical RCU implementation.
  83. [ 0.000000] NR_IRQS:96
  84. [ 0.000000] OX820_RPS_init_irq: interrupts 64 to 96
  85. [ 0.000000] ox820_clocksource_init() Timer 2 running at 390625 Hz
  86. [ 0.010000] Console: colour dummy device 80x30
  87. [ 0.010000] console [ttyS0] enabled
  88. [ 0.020000] Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
  89. [ 0.260000] Security Framework initialized
  90. [ 0.260000] Mount-cache hash table entries: 512
  91. [ 0.270000] CPU: Testing write buffer coherency: ok
  92. [ 0.270000] Calibrating local timer... 299.99MHz.
  93. [ 0.340000] CPU1: Booted secondary processor
  94. [ 0.440000] Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
  95. [ 0.680000] Brought up 2 CPUs
  96. [ 0.690000] SMP: Total of 2 processors activated (478.41 BogoMIPS).
  97. [ 0.700000] NET: Registered protocol family 16
  98. [ 0.700000] Number of DMA channels = 4, version = 4
  99. [ 0.710000] Reserving a DMA channel for ODRB
  100. [ 0.710000] Allocating 475 SRAM generic DMA descriptors
  101. [ 0.730000] bio: create slab <bio-0> at 0
  102. [ 0.740000] SCSI subsystem initialized
  103. [ 0.740000] usbcore: registered new interface driver usbfs
  104. [ 0.750000] usbcore: registered new interface driver hub
  105. [ 0.760000] usbcore: registered new device driver usb
  106. [ 0.790000] NET: Registered protocol family 2
  107. [ 0.790000] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  108. [ 0.800000] Switched to NOHz mode on CPU #0
  109. [ 0.800000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  110. [ 0.800000] Switched to NOHz mode on CPU #1
  111. [ 0.810000] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  112. [ 0.820000] TCP: Hash tables configured (established 8192 bind 8192)
  113. [ 0.820000] TCP reno registered
  114. [ 0.830000] NET: Registered protocol family 1
  115. [ 0.830000] Trying to unpack rootfs image as initramfs...
  116. [ 0.840000] rootfs image is not initramfs (no cpio magic); looks like an initrd
  117. [ 0.880000] Freeing initrd memory: 2716K
  118. [ 0.880000] Create fragment cache
  119. [ 0.890000] fuse init (API version 7.12)
  120. [ 0.890000] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
  121. [ 0.900000] msgmni has been set to 499
  122. [ 0.910000] alg: No test for stdrng (krng)
  123. [ 0.910000] io scheduler noop registered
  124. [ 0.920000] io scheduler anticipatory registered
  125. [ 0.920000] io scheduler deadline registered
  126. [ 0.930000] io scheduler cfq registered (default)
  127. [ 0.950000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  128. [ 0.960000] serial8250: ttyS0 at MMIO 0x44200000 (irq = 55) is a 16550A
  129. [ 0.980000] brd: module loaded
  130. [ 0.990000] loop: module loaded
  131. [ 0.990000] ox820sata: OX820 sata core.
  132. [ 1.000000] scsi0 : oxnassata
  133. [ 1.000000] scsi1 : oxnassata
  134. [ 1.010000] ata1: SATA max UDMA/133 irq 50
  135. [ 1.010000] ata2: SATA max UDMA/133 irq 50
  136. [ 1.010000] ox820sata: reseting SATA core
  137. [ 1.540000] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  138. [ 1.540000] ata1.00: ATA-8: ST32000542AS, CC38, max UDMA/133
  139. [ 1.550000] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 0/32)
  140. [ 1.560000] ata1.00: configured for UDMA/133
  141. [ 1.560000] ox820sata: reseting SATA core
  142. [ 2.280000] ata2: SATA link down (SStatus 0 SControl 300)
  143. [ 2.280000] scsi 0:0:0:0: Direct-Access ATA ST32000542AS CC38 PQ: 0 ANSI: 5
  144. [ 2.290000] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
  145. [ 2.300000] sd 0:0:0:0: [sda] Write Protect is off
  146. [ 2.300000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  147. [ 2.310000] tun: Universal TUN/TAP device driver, 1.6
  148. [ 2.310000] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
  149. [ 2.310000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  150. [ 2.310000] Start USB clocks
  151. [ 2.310000] oxnas-ehci oxnas-ehci.0: OXNAS EHCI Host Controller
  152. [ 2.310000] oxnas-ehci oxnas-ehci.0: new USB bus registered, assigned bus number 1
  153. [ 2.340000] oxnas-ehci oxnas-ehci.0: irq 39, io mem 0x00000000
  154. [ 2.350000] sda:
  155. [ 2.360000] oxnas-ehci oxnas-ehci.0: USB 0.0 started, EHCI 1.00
  156. [ 2.360000] usb usb1: configuration #1 chosen from 1 choice
  157. [ 2.370000] hub 1-0:1.0: USB hub found
  158. [ 2.370000] hub 1-0:1.0: 2 ports detected
  159. [ 2.380000] Initializing USB Mass Storage driver...
  160. [ 2.380000] usbcore: registered new interface driver usb-storage
  161. [ 2.390000] USB Mass Storage support registered.
  162. [ 2.390000] usbcore: registered new interface driver ums-alauda
  163. [ 2.400000] usbcore: registered new interface driver ums-datafab
  164. [ 2.410000] usbcore: registered new interface driver ums-freecom
  165. [ 2.410000] usbcore: registered new interface driver ums-isd200
  166. [ 2.420000] usbcore: registered new interface driver ums-jumpshot
  167. [ 2.430000] usbcore: registered new interface driver ums-sddr09
  168. [ 2.430000] usbcore: registered new interface driver ums-sddr55
  169. [ 2.440000] usbcore: registered new interface driver ums-usbat
  170. [ 2.450000] mice: PS/2 mouse device common for all mice
  171. [ 2.450000] md: linear personality registered for level -1
  172. [ 2.460000] md: raid0 personality registered for level 0
  173. [ 2.460000] md: raid1 personality registered for level 1
  174. [ 2.470000] sda1 sda2
  175. [ 2.470000] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: [email protected]
  176. [ 2.480000] TCP cubic registered
  177. [ 2.480000] NET: Registered protocol family 17
  178. [ 2.490000] sd 0:0:0:0: [sda] Attached SCSI disk
  179. [ 2.500000] md: Waiting for all devices to be available before autodetect
  180. [ 2.500000] md: If you don't use raid, use raid=noautodetect
  181. [ 2.510000] md: Autodetecting RAID arrays.
  182. [ 2.540000] md: Scanned 1 and added 1 devices.
  183. [ 2.550000] md: autorun ...
  184. [ 2.550000] md: considering sda1 ...
  185. [ 2.550000] md: adding sda1 ...
  186. [ 2.560000] md: created md0
  187. [ 2.560000] md: bind<sda1>
  188. [ 2.560000] md: running: <sda1>
  189. [ 2.570000] md0: detected capacity change from 0 to 21474770944
  190. [ 2.570000] md: ... autorun DONE.
  191. [ 2.580000] RAMDISK: gzip image found at block 0
  192. [ 3.240000] VFS: Mounted root (ext2 filesystem) on device 1:0.
  193. Looking for shell in cmdline: root=/dev/md0 console=ttyS0,115200 elevator=cfq mem=256M poweroutage=yes mac_adr=0x00,0xd0,0xb8,0x19,0x81,0xfb
  194. Start Blinking Power LED
  195. USB Device node is /dev/sdb1
  196. Started
  197. /dev/buttons file does not exist creating it
  198. Opened /dev/buttons with fd 3
  199. The Button ID from drive is 2 state is 3
  200. Reset Button is NOT pressed
  201. Checking to see the if the reset button is pressed or not
  202. Checking for valid image in hard drives
  203. [ 3.420000] md0: unknown partition table
  204. 2 logical volume(s) in volume group "md0_vg" now active
  205. [ 3.720000] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
  206. Found Valid EMC Image in disk...
  207. Mounting apps image...
  208. Mounting config image...
  209. Check config filesystem
  210. e2fsck 1.41.3 (12-Oct-2008)
  211. ext2fs_check_if_mount: No such file or directory while determining whether /dev/loop1 is mounted.
  212. Constructing root filesystem...
  213. Bootstrapping ...
  214. rootdir=/
  215. table='/usr/local/cfg/device_table.txt'
  216. makedevs: line 42: chown failed for /bin/busybox: Read-only file system
  217. makedevs: line 49: regular file '/usr/share/udhcpc/default.script' does not exist: No such file or directory
  218. warning: can't open /etc/mtab: No such file or directory
  219. mount: unknown filesystem type 'nfsd'
  220. Loading mii
  221. Loading gmac mac_adr=0x00,0xd0,0xb8,0x19,0x81,0xfb
  222. [ 5.380000] Probing for Synopsis GMAC, unit 0
  223. [ 5.400000] eth0: Tuning GMAC 0 RGMII timings
  224. [ 5.400000] eth0: PHY is Realtek RTL8211D, type 0x001cc914
  225. [ 5.430000] eth0: GMAC ver = 53, vendor ver = 18 at 0xe1400000, IRQ 40
  226. [ 5.430000] eth0: Found PHY at address 2, type 0x001cc914 -> 10/100/1000
  227. [ 5.440000] eth0: Ethernet addr: 00:d0:b8:19:81:fb
  228. [ 5.440000] probe() eth0: Leon x2 clock
  229. [ 5.540000] CoPro offload is active on eth0
  230. [ 5.550000] Alloc'ing ARM descs 8192 bytes
  231. [ 5.550000] Alloc'ing CoPro parameters 40 bytes
  232. [ 5.560000] gmac gmac.0: firmware: requesting gmac_copro_firmware
  233. [ 6.170000] CoPro: Programming start address as 0xd000dd00
  234. [ 6.280000] Heartbeats started
  235. [ 6.280000] eth0: Resetting GMAC
  236. [ 6.280000] eth0: GMAC reset complete
  237. [ 6.290000] hw_set_mac_address() Storing port0 mac_adr in global array
  238. [ 6.300000] eth0: Setting Rx flow control thresholds for LAN port
  239. [ 6.320000] CoPro available SRAM end 0x1000dc64
  240. [ 6.320000] Copro offload started
  241. [ 6.330000] Waiting for auto-negotiation to complete........
  242. [ 10.410000] Timed-out of wait
  243. [ 10.910000] eth0: link down
  244. [ 14.510000] Freeing CoPro parameters 40 bytes
  245. [ 14.510000] Freeing ARM descs 8192 bytes
  246. Loading i2c-core
  247. Loading i2c-algo-bit
  248. Loading i2c-oxnas-bitbash
  249. [ 14.910000] OXNAS bit-bash I2C driver initialisation OK
  250. Loading rtc-core
  251. Loading rtc-pcf8563
  252. [ 15.200000] rtc-pcf8563 0-0051: chip found, driver version 0.4.3
  253. [ 15.250000] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
  254. Loading msdos
  255. Loading usbhid
  256. [ 15.840000] usbcore: registered new interface driver hiddev
  257. [ 15.890000] usbcore: registered new interface driver usbhid
  258. [ 15.890000] usbhid: v2.6:USB HID core driver
  259. Loading hci_usb
  260. FATAL: Module hci_usb not found.
  261. Loading usblp
  262. [ 16.440000] usbcore: registered new interface driver usblp
  263. Loading btusb
  264. [ 17.120000] Bluetooth: Core ver 2.15
  265. [ 17.160000] NET: Registered protocol family 31
  266. [ 17.160000] Bluetooth: HCI device and connection manager initialized
  267. [ 17.170000] Bluetooth: HCI socket layer initialized
  268. [ 17.230000] Bluetooth: Generic Bluetooth USB driver ver 0.5
  269. [ 17.300000] usbcore: registered new interface driver btusb
  270. Loading l2cap
  271. [ 17.390000] Bluetooth: L2CAP ver 2.13
  272. [ 17.390000] Bluetooth: L2CAP socket layer initialized
  273. Loading rfcomm
  274. [ 17.710000] Bluetooth: RFCOMM socket layer initialized
  275. [ 17.710000] Bluetooth: RFCOMM ver 1.11
  276. Loading pcbc
  277. Loading michael_mic
  278. Loading nls_iso8859-1
  279. Loading hfsplus
  280. Loading isofs
  281. Loading udf
  282. Loading ufsd
  283. [ 18.560000] ufsd: module license 'Commercial product' taints kernel.
  284. [ 18.570000] Disabling lock debugging due to kernel taint
  285. [ 18.850000] ufsd: driver 8.3 (001_A) LBD=OFF with ioctl loaded at bf0e2000
  286. [ 18.850000] NTFS read/write support included
  287. [ 18.850000] Hfs+/HfsX read/write support included
  288. Loading mp_therm
  289. [ 19.220000] mp_therm: initializing - NAS7820
  290. Initialization complete.
  291. [ 19.450000] Freeing init memory: 136K
  292. INIT: version 2.86 booting
  293. Running file /etc/init.d/rcS
  294. Running file /etc/init.d/rc
  295. Running file /etc/rcS.d/S01glibc.sh
  296. Running file /etc/rcS.d/S02hostname.sh
  297. Running file /etc/rcS.d/S02mountkernfs.sh
  298. Running file /etc/rcS.d/S04mountdevsubfs.sh
  299. Running file /etc/rcS.d/S05bootlogd
  300. Running file /etc/rcS.d/S07hdparm
  301. Setting parameters of disc: (none).
  302. Running file /etc/rcS.d/S08hwclockfirst.sh
  303. Setting the system clock.
  304. Running file /etc/rcS.d/S11hwclock.sh
  305. Setting the system clock.
  306. Running file /etc/rcS.d/S12mtab.sh
  307. mount: according to mtab, tmpfs is already mounted on /lib/init/rw
  308.  
  309. Running file /etc/rcS.d/S18ifupdown-clean
  310. Cleaning up ifupdown....
  311. Running file /etc/rcS.d/S20module-init-tools
  312. Loading kernel modules...done.
  313. Running file /etc/rcS.d/S26lvm2
  314. Setting up LVM Volume Groups Reading all physical volumes. This may take a while...
  315. Found volume group "md0_vg" using metadata type lvm2
  316. 2 logical volume(s) in volume group "md0_vg" now active
  317. .
  318. Running file /etc/rcS.d/S30checkfs.sh
  319. Checking file systems...fsck 1.41.3 (12-Oct-2008)
  320. done.
  321. Running file /etc/rcS.d/S30procps
  322. Setting kernel variables (/etc/sysctl.conf)...Running file /etc/rcS.d/S35mountall.sh
  323. Mounting local filesystems...mount: unknown filesystem type 'nfsd'
  324. failed.
  325. Activating swapfile swap...done.
  326. Running file /etc/rcS.d/S36mountall-bootclean.sh
  327. Running file /etc/rcS.d/S37mountoverflowtmp
  328. dhclient host identical
  329. Running file /etc/rcS.d/S39ifupdown
  330. Setting up networking....
  331. Running file /etc/rcS.d/S40networking
  332. Configuring network interfaces...done.
  333. Running file /etc/rcS.d/S45mountnfs.sh
  334. Running file /etc/rcS.d/S46mountnfs-bootclean.sh
  335. Running file /etc/rcS.d/S55bootmisc.sh
  336. Running file /etc/rcS.d/S55urandom
  337. Running file /etc/rcS.d/S99stop-bootlogd-single
  338. INIT: cannot execute "/sbin/addLog"
  339. INIT: Entering runlevel: 2
  340. Running file /etc/init.d/rc
  341. Running file /etc/rc2.d/S10rsyslog
  342. Starting enhanced syslogd: rsyslogd.
  343. Running file /etc/rc2.d/S12dbus
  344. chown: invalid user: `messagebus'
  345. Running file /etc/rc2.d/S20rsync
  346. Running file /etc/rc2.d/S20smartmontools
  347. Not starting S.M.A.R.T. daemon smartd, disabled via /etc/default/smartmontools (warning).
  348. Running file /etc/rc2.d/S20sysfsutils
  349. Setting sysfs variables....
  350. Running file /etc/rc2.d/S23ntp
  351. Starting NTP server: ntpdStarting netplugd...
  352. [ 27.990000] CoPro offload is active on eth0
  353. [ 27.990000] Alloc'ing ARM descs 8192 bytes
  354. [ 28.000000] Alloc'ing CoPro parameters 40 bytes
  355. [ 28.000000] gmac gmac.0: firmware: requesting gmac_copro_firmware
  356. [ 28.200000] CoPro: Programming start address as 0xd000dd00
  357. [ 28.300000] Heartbeats started
  358. [ 28.300000] eth0: Resetting GMAC
  359. [ 28.310000] eth0: GMAC reset complete
  360. [ 28.310000] hw_set_mac_address() Storing port0 mac_adr in global array
  361. [ 28.320000] eth0: Setting Rx flow control thresholds for LAN port
  362. [ 28.340000] CoPro available SRAM end 0x1000dc64
  363. [ 28.350000] Copro offload started
  364. [ 28.350000] Waiting for auto-negotiation to complete........
  365. [ 32.440000] Timed-out of wait
  366. ln: creating symbolic link `/etc/samba/smb.conf': File exists
  367. Starting sshd: OK
  368. hostnamed begin to start...
  369. hostnamed finished
  370. IP obtaining in progress...
  371. Starting executord
  372. Done.
  373. Inside check_if_ran_mfg
  374. 1+0 records in
  375. 1+0 records out
  376. 512 bytes (512 B) copied, 0.00939262 s, 54.5 kB/s
  377. Did we ran mfg before: 1
  378. MFG verification already Done...Going in to Normal mode
  379. Running file /etc/rc2.d/S99rc.local
  380. Running file /etc/rc2.d/S99rmnologin
  381. Running file /etc/rc2.d/S99stop-bootlogd
  382. Running file /etc/init.d/bootlogd
  383.  
  384.  
  385.  
  386. Welcome to CenterPoint.
  387. hmnhd-TICJ5N login:
  388.  
  389.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement