Advertisement
Guest User

Untitled

a guest
Nov 27th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 KB | None | 0 0
  1. Stage-1 Bootloader Tue Jan 18 15:00:30 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: 0x0001948C
  13. Hdr CRC: 0xA6FB1209
  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 (Aug 26 2010 - 14:02:09)
  27.  
  28. U-Boot code: 60D00000 -> 60D1948C BSS: -> 60D1D11C
  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. ## Booting image at 60500000 ...
  48. Image Name: Linux-2.6.31.14
  49. Image Type: ARM Linux Kernel Image (uncompressed)
  50. Data Size: 2189148 Bytes = 2.1 MB
  51. Load Address: 60008000
  52. Entry Point: 60008000
  53. Verifying Checksum ... OK
  54. OK
  55.  
  56. Starting kernel ...
  57.  
  58. Uncompressing Linux..................................................................................................................................... done, booting the kernel.
  59. [ 0.000000] Linux version 2.6.31.14 (soho@bsoho089.lss.emc.com) (gcc version 4.3.2 (crosstool-NG-1.3.1) ) #1 SMP Fri Jul 22 12:25:51 EDT 2011
  60. [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5387f
  61. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  62. [ 0.000000] Machine: Oxsemi NAS
  63. [ 0.000000] 1 memory region
  64. [ 0.000000] Ignoring unrecognised tag 0x00000000
  65. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  66. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  67. [ 0.000000] Kernel command line: root=/dev/sda1 console=ttyS0,115200 elevator=cfq mem=256M poweroutage=yes mac_adr=0x00,0xd0,0xb8,0x19,0x81,0xfb
  68. [ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
  69. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  70. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  71. [ 0.000000] Memory: 256MB = 256MB total
  72. [ 0.000000] Memory: 255360KB available (3768K code, 275K data, 136K init, 0K highmem)
  73. [ 0.000000] Hierarchical RCU implementation.
  74. [ 0.000000] NR_IRQS:96
  75. [ 0.000000] OX820_RPS_init_irq: interrupts 64 to 96
  76. [ 0.000000] ox820_clocksource_init() Timer 2 running at 390625 Hz
  77. [ 0.010000] Console: colour dummy device 80x30
  78. [ 0.010000] console [ttyS0] enabled
  79. [ 0.020000] Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
  80. [ 0.260000] Security Framework initialized
  81. [ 0.260000] Mount-cache hash table entries: 512
  82. [ 0.270000] CPU: Testing write buffer coherency: ok
  83. [ 0.270000] Calibrating local timer... 300.00MHz.
  84. [ 0.340000] CPU1: Booted secondary processor
  85. [ 0.440000] Calibrating delay loop... 239.20 BogoMIPS (lpj=1196032)
  86. [ 0.680000] Brought up 2 CPUs
  87. [ 0.690000] SMP: Total of 2 processors activated (478.41 BogoMIPS).
  88. [ 0.700000] NET: Registered protocol family 16
  89. [ 0.700000] Number of DMA channels = 4, version = 4
  90. [ 0.710000] Reserving a DMA channel for ODRB
  91. [ 0.710000] Allocating 475 SRAM generic DMA descriptors
  92. [ 0.730000] bio: create slab <bio-0> at 0
  93. [ 0.740000] SCSI subsystem initialized
  94. [ 0.740000] usbcore: registered new interface driver usbfs
  95. [ 0.750000] usbcore: registered new interface driver hub
  96. [ 0.760000] usbcore: registered new device driver usb
  97. [ 0.790000] NET: Registered protocol family 2
  98. [ 0.790000] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  99. [ 0.800000] Switched to NOHz mode on CPU #0
  100. [ 0.800000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  101. [ 0.800000] Switched to NOHz mode on CPU #1
  102. [ 0.810000] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  103. [ 0.820000] TCP: Hash tables configured (established 8192 bind 8192)
  104. [ 0.820000] TCP reno registered
  105. [ 0.830000] NET: Registered protocol family 1
  106. [ 0.830000] Create fragment cache
  107. [ 0.840000] fuse init (API version 7.12)
  108. [ 0.850000] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
  109. [ 0.860000] msgmni has been set to 499
  110. [ 0.860000] alg: No test for stdrng (krng)
  111. [ 0.870000] io scheduler noop registered
  112. [ 0.870000] io scheduler anticipatory registered
  113. [ 0.870000] io scheduler deadline registered
  114. [ 0.880000] io scheduler cfq registered (default)
  115. [ 0.910000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  116. [ 0.910000] serial8250: ttyS0 at MMIO 0x44200000 (irq = 55) is a 16550A
  117. [ 0.930000] brd: module loaded
  118. [ 0.940000] loop: module loaded
  119. [ 0.950000] ox820sata: OX820 sata core.
  120. [ 0.950000] scsi0 : oxnassata
  121. [ 0.960000] scsi1 : oxnassata
  122. [ 0.960000] ata1: SATA max UDMA/133 irq 50
  123. [ 0.960000] ata2: SATA max UDMA/133 irq 50
  124. [ 0.970000] ox820sata: reseting SATA core
  125. [ 1.490000] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  126. [ 1.490000] ata1.00: ATA-8: ST32000542AS, CC38, max UDMA/133
  127. [ 1.500000] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 0/32)
  128. [ 1.510000] ata1.00: configured for UDMA/133
  129. [ 1.510000] ox820sata: reseting SATA core
  130. [ 2.230000] ata2: SATA link down (SStatus 0 SControl 300)
  131. [ 2.230000] scsi 0:0:0:0: Direct-Access ATA ST32000542AS CC38 PQ: 0 ANSI: 5
  132. [ 2.240000] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
  133. [ 2.250000] sd 0:0:0:0: [sda] Write Protect is off
  134. [ 2.250000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  135. [ 2.260000] tun: Universal TUN/TAP device driver, 1.6
  136. [ 2.260000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  137. [ 2.260000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  138. [ 2.260000] Start USB clocks
  139. [ 2.260000] oxnas-ehci oxnas-ehci.0: OXNAS EHCI Host Controller
  140. [ 2.260000] oxnas-ehci oxnas-ehci.0: new USB bus registered, assigned bus number 1
  141. [ 2.290000] oxnas-ehci oxnas-ehci.0: irq 39, io mem 0x00000000
  142. [ 2.300000] sda:
  143. [ 2.310000] oxnas-ehci oxnas-ehci.0: USB 0.0 started, EHCI 1.00
  144. [ 2.310000] usb usb1: configuration #1 chosen from 1 choice
  145. [ 2.320000] hub 1-0:1.0: USB hub found
  146. [ 2.320000] hub 1-0:1.0: 2 ports detected
  147. [ 2.330000] Initializing USB Mass Storage driver...
  148. [ 2.330000] usbcore: registered new interface driver usb-storage
  149. [ 2.340000] USB Mass Storage support registered.
  150. [ 2.340000] usbcore: registered new interface driver ums-alauda
  151. [ 2.350000] usbcore: registered new interface driver ums-datafab
  152. [ 2.360000] usbcore: registered new interface driver ums-freecom
  153. [ 2.360000] usbcore: registered new interface driver ums-isd200
  154. [ 2.370000] usbcore: registered new interface driver ums-jumpshot
  155. [ 2.380000] usbcore: registered new interface driver ums-sddr09
  156. [ 2.380000] usbcore: registered new interface driver ums-sddr55
  157. [ 2.390000] usbcore: registered new interface driver ums-usbat
  158. [ 2.400000] mice: PS/2 mouse device common for all mice
  159. [ 2.400000] md: linear personality registered for level -1
  160. [ 2.410000] md: raid0 personality registered for level 0
  161. [ 2.410000] md: raid1 personality registered for level 1
  162. [ 2.420000] sda1 sda2 sda3
  163. [ 2.420000] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
  164. [ 2.430000] TCP cubic registered
  165. [ 2.430000] NET: Registered protocol family 17
  166. [ 2.440000] sd 0:0:0:0: [sda] Attached SCSI disk
  167. [ 2.450000] md: Waiting for all devices to be available before autodetect
  168. [ 2.450000] md: If you don't use raid, use raid=noautodetect
  169. [ 2.460000] md: Autodetecting RAID arrays.
  170. [ 2.460000] md: Scanned 0 and added 0 devices.
  171. [ 2.470000] md: autorun ...
  172. [ 2.470000] md: ... autorun DONE.
  173. [ 2.550000] kjournald starting. Commit interval 5 seconds
  174. [ 2.550000] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  175. [ 2.550000] EXT3 FS on sda1, internal journal
  176. [ 2.550000] EXT3-fs: recovery complete.
  177. [ 2.550000] EXT3-fs: mounted filesystem with writeback data mode.
  178. [ 2.550000] VFS: Mounted root (ext3 filesystem) on device 8:1.
  179. [ 2.550000] Freeing init memory: 136K
  180. INIT: version 2.88 booting
  181.  
  182. > Arch Linux ARM
  183.  
  184. > http://www.archlinuxarm.org
  185.  
  186. ------------------------------
  187. :: Mounting Root Read-Only [DONE]
  188. :: Adjusting system time and setting kernel timezone [DONE]
  189. :: Starting UDev Daemon [DONE]
  190. :: Triggering UDev uevents [DONE]
  191. :: Loading Modules [BUSY] [ 4.380000] Probing for Synopsis GMAC, unit 0
  192. [ 4.380000] eth0: Tuning GMAC 0 RGMII timings
  193. [ 4.390000] eth0: PHY is Realtek RTL8211D, type 0x001cc914
  194. [ 4.440000] eth0: GMAC ver = 53, vendor ver = 18 at 0xe1400000, IRQ 40
  195. [ 4.440000] eth0: Found PHY at address 2, type 0x001cc914 -> 10/100/1000
  196. [ 4.450000] eth0: Ethernet addr: 00:30:e0:00:00:00
  197. [ 4.450000] probe() eth0: Leon x2 clock
  198. [DONE]
  199. :: Waiting for UDev uevents to be processed [DONE]
  200. :: Bringing up loopback interface [DONE]
  201. :: Checking Filesystems [DONE]
  202. :: Remounting Root Read/Write [BUSY] [ 5.460000] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  203. [ 5.470000] EXT3 FS on sda1, internal journal
  204. [DONE]
  205. :: Creating mtab [DONE]
  206. :: Mounting Local Filesystems [BUSY] [ 5.570000] XFS mounting filesystem sda3
  207. [DONE]
  208. :: Activating Swap [BUSY] [ 5.750000] Adding 262136k swap on /dev/sda2. Priority:-1 extents:1 across:262136k
  209. [DONE]
  210. :: Configuring Time Zone [DONE]
  211. :: Initializing Random Seed [DONE]
  212. :: Removing Leftover Files [DONE]
  213. :: Setting Hostname: filebox [DONE]
  214. :: Setting Locale: de_DE [DONE]
  215. :: Setting Consoles to legacy mode [DONE]
  216. :: Loading Keyboard Map: us [DONE]
  217. :: Saving dmesg Log [DONE]
  218. INIT: Entering runlevel: 3
  219. :: Starting Syslog-NG [DONE]
  220. :: Starting Network [BUSY] [ 9.160000] CoPro offload is active on eth0
  221. [ 9.170000] Alloc'ing ARM descs 8192 bytes
  222. [ 9.170000] Alloc'ing CoPro parameters 40 bytes
  223. [ 9.170000] gmac gmac.0: firmware: requesting gmac_copro_firmware
  224. [ 9.220000] CoPro: Programming start address as 0xd000e000
  225. [ 9.320000] Heartbeats started
  226. [ 9.320000] eth0: Resetting GMAC
  227. [ 9.330000] eth0: GMAC reset complete
  228. [ 9.330000] hw_set_mac_address() Storing port0 mac_adr in global array
  229. [ 9.340000] eth0: Setting Rx flow control thresholds for LAN port
  230. [ 9.350000] CoPro available SRAM end 0x00000001
  231. [ 9.360000] Copro offload started
  232. [DONE]
  233. :: Mounting Network Filesystems [DONE]
  234. :: Starting crond daemon [DONE]
  235. :: Starting Secure Shell Daemon [DONE]
  236. :: Starting OpenNTPD [DONE]
  237. [ 58.990000] Freeing CoPro parameters 40 bytes
  238. [ 58.990000] Freeing ARM descs 8192 bytes
  239. [ 59.010000] CoPro offload is active on eth0
  240. [ 59.010000] Alloc'ing ARM descs 8192 bytes
  241. [ 59.020000] Alloc'ing CoPro parameters 40 bytes
  242. [ 59.020000] gmac gmac.0: firmware: requesting gmac_copro_firmware
  243. [ 59.040000] CoPro: Programming start address as 0xd000e000
  244. [ 59.150000] Heartbeats started
  245. [ 59.150000] eth0: Resetting GMAC
  246. [ 59.160000] eth0: GMAC reset complete
  247. [ 59.160000] hw_set_mac_address() Storing port0 mac_adr in global array
  248. [ 59.170000] eth0: Setting Rx flow control thresholds for LAN port
  249. [ 59.180000] CoPro available SRAM end 0x00000001
  250. [ 59.180000] Copro offload started
  251. [ 59.680000] eth0: link up, 100Mbps, full-duplex, using pause, lpa 0x45E1
  252. dhcpcd[920]: dhcpcd not running
  253. dhcpcd[921]: version 5.2.12 starting
  254. dhcpcd[921]: eth0: using hwaddr 00:30:e0:00:00:00
  255. dhcpcd[921]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT
  256. dhcpcd[921]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER
  257. dhcpcd[921]: eth0: broadcasting for a lease
  258. dhcpcd[921]: eth0: sending DISCOVER (xid 0xf12bd6aa), next in 3.67 seconds
  259. dhcpcd[921]: eth0: offered 192.168.178.21 from 192.168.178.1
  260. dhcpcd[921]: eth0: sending REQUEST (xid 0xf12bd6aa), next in 4.85 seconds
  261. dhcpcd[921]: eth0: acknowledged 192.168.178.21 from 192.168.178.1
  262. dhcpcd[921]: eth0: checking for 192.168.178.21
  263. dhcpcd[921]: eth0: sending ARP probe (1 of 3), next in 1.10 seconds
  264. dhcpcd[921]: eth0: sending ARP probe (2 of 3), next in 1.99 seconds
  265. dhcpcd[921]: eth0: sending ARP probe (3 of 3), next in 2.00 seconds
  266. dhcpcd[921]: eth0: leased 192.168.178.21 for 864000 seconds
  267. dhcpcd[921]: eth0: adding IP address 192.168.178.21/24
  268. dhcpcd[921]: eth0: adding route to 192.168.178.0/24
  269. dhcpcd[921]: eth0: adding default route via 192.168.178.1
  270. dhcpcd[921]: eth0: writing lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
  271. dhcpcd[921]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason BOUND
  272. dhcpcd[921]: forking to background
  273. dhcpcd[921]: forked to background, child pid 942
  274.  
  275. Arch Linux 2.6.31.14 (filebox) (ttyS0)
  276.  
  277. filebox login:
  278.  
  279.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement