Advertisement
ionutt

new-boot-4.2.0

Sep 12th, 2015
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.17 KB | None | 0 0
  1. U-Boot 2014.07-tld-4 (Aug 17 2015 - 16:10:11)
  2. ZyXEL NSA310S/320S 1/2-Bay Power Media Server
  3.  
  4. SoC: Kirkwood 88F6702_A1
  5. DRAM: 256 MiB
  6. WARNING: Caches not enabled
  7. NAND: 128 MiB
  8. In: serial
  9. Out: serial
  10. Err: serial
  11. Net: egiga0
  12. MV88E1318 PHY initialized on egiga0
  13. Hit any key to stop autoboot: 0
  14. (Re)start USB...
  15. USB0: USB EHCI 1.00
  16. scanning bus 0 for devices... 3 USB Device(s) found
  17. scanning usb for storage devices... 1 Storage Device(s) found
  18.  
  19. Partition Map for USB device 0 -- Partition Type: EFI
  20.  
  21. Part Start LBA End LBA Name
  22. Attributes
  23. Type GUID
  24. Partition GUID
  25. 1 0x00000800 0x00de8fff ""
  26. attrs: 0x0000000000000000
  27. type: 0fc63daf-8483-4772-8e79-3d69d8477de4
  28. guid: 2d9f07e2-a001-4669-82f3-f3faf0ce51d9
  29. loading envs from usb 0 ...
  30. 67 bytes read in 177 ms (0 Bytes/s)
  31. importing envs ...
  32. ## Info: input data size = 68 = 0x44
  33. (Re)start USB...
  34. USB0: USB EHCI 1.00
  35. scanning bus 0 for devices... 3 USB Device(s) found
  36. scanning usb for storage devices... 1 Storage Device(s) found
  37. 13455 bytes read in 865 ms (14.6 KiB/s)
  38. 3147200 bytes read in 331 ms (9.1 MiB/s)
  39. 7149231 bytes read in 412 ms (16.5 MiB/s)
  40. ## Booting kernel from Legacy Image at 00800000 ...
  41. Image Name: Linux-4.2.0-kirkwood-tld-1
  42. Created: 2015-09-12 9:53:12 UTC
  43. Image Type: ARM Linux Kernel Image (uncompressed)
  44. Data Size: 3147136 Bytes = 3 MiB
  45. Load Address: 00008000
  46. Entry Point: 00008000
  47. Verifying Checksum ... OK
  48. ## Loading init Ramdisk from Legacy Image at 01100000 ...
  49. Image Name: initramfs-4.2.0-kirkwood-tld-1
  50. Created: 2015-09-12 9:53:26 UTC
  51. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  52. Data Size: 7149167 Bytes = 6.8 MiB
  53. Load Address: 00000000
  54. Entry Point: 00000000
  55. Verifying Checksum ... OK
  56. ## Flattened Device Tree blob at 01c00000
  57. Booting using the fdt blob at 0x1c00000
  58. Loading Kernel Image ... OK
  59. Loading Ramdisk to 0f44a000, end 0fb1b66f ... OK
  60. Loading Device Tree to 0f443000, end 0f44948e ... OK
  61.  
  62. Starting kernel ...
  63.  
  64. Uncompressing Linux... done, booting the kernel.
  65. [ 0.000000] Booting Linux on physical CPU 0x0
  66. [ 0.000000] Initializing cgroup subsys cpuset
  67. [ 0.000000] Initializing cgroup subsys cpu
  68. [ 0.000000] Initializing cgroup subsys cpuacct
  69. [ 0.000000] Linux version 4.2.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Mon Aug 31 23:12:00 PDT 2015
  70. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  71. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  72. [ 0.000000] Machine model: Zyxel NSA310S
  73. [ 0.000000] Memory policy: Data cache writeback
  74. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  75. [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootfstype=ext4
  76. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  77. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  78. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  79. [ 0.000000] Memory: 243588K/262144K available (6019K kernel code, 571K rwdata, 1988K rodata, 284K init, 312K bss, 18556K reserved, 0K cma-reserved)
  80. [ 0.000000] Virtual kernel memory layout:
  81. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  82. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  83. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  84. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  85. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  86. [ 0.000000] .text : 0xc0008000 - 0xc07da1b4 (8009 kB)
  87. [ 0.000000] .init : 0xc07db000 - 0xc0822000 ( 284 kB)
  88. [ 0.000000] .data : 0xc0822000 - 0xc08b0e24 ( 572 kB)
  89. [ 0.000000] .bss : 0xc08b0e24 - 0xc08ff1a4 ( 313 kB)
  90. [ 0.000000] Preemptible hierarchical RCU implementation.
  91. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  92. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  93. [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns
  94. [ 0.000011] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns
  95. [ 0.000504] Console: colour dummy device 80x30
  96. [ 0.000540] Calibrating delay loop... 990.41 BogoMIPS (lpj=4952064)
  97. [ 0.090102] pid_max: default: 32768 minimum: 301
  98. [ 0.090248] Security Framework initialized
  99. [ 0.090346] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  100. [ 0.090369] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  101. [ 0.091231] Initializing cgroup subsys blkio
  102. [ 0.091267] Initializing cgroup subsys devices
  103. [ 0.091292] Initializing cgroup subsys freezer
  104. [ 0.091329] Initializing cgroup subsys net_cls
  105. [ 0.091430] CPU: Testing write buffer coherency: ok
  106. [ 0.091917] Setting up static identity map for 0x8200 - 0x8258
  107. [ 0.092279] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
  108. [ 0.096547] devtmpfs: initialized
  109. [ 0.103316] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  110. [ 0.103856] prandom: seed boundary self test passed
  111. [ 0.108366] prandom: 100 self tests passed
  112. [ 0.108393] pinctrl core: initialized pinctrl subsystem
  113. [ 0.110024] NET: Registered protocol family 16
  114. [ 0.110566] DMA: preallocated 256 KiB pool for atomic coherent allocations
  115. [ 0.140117] cpuidle: using governor ladder
  116. [ 0.170116] cpuidle: using governor menu
  117. [ 0.170601] Feroceon L2: Enabling L2
  118. [ 0.170651] Feroceon L2: Cache support initialised.
  119. [ 0.171114] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
  120. [ 0.177407] No ATAGs?
  121. [ 0.211778] vgaarb: loaded
  122. [ 0.212210] usbcore: registered new interface driver usbfs
  123. [ 0.212304] usbcore: registered new interface driver hub
  124. [ 0.212386] usbcore: registered new device driver usb
  125. [ 0.213622] clocksource: Switched to clocksource orion_clocksource
  126. [ 0.278672] NET: Registered protocol family 2
  127. [ 0.279437] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
  128. [ 0.279483] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  129. [ 0.279518] TCP: Hash tables configured (established 2048 bind 2048)
  130. [ 0.279588] UDP hash table entries: 256 (order: 0, 4096 bytes)
  131. [ 0.279614] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  132. [ 0.279841] NET: Registered protocol family 1
  133. [ 0.280295] RPC: Registered named UNIX socket transport module.
  134. [ 0.280310] RPC: Registered udp transport module.
  135. [ 0.280318] RPC: Registered tcp transport module.
  136. [ 0.280327] RPC: Registered tcp NFSv4.1 backchannel transport module.
  137. [ 0.280643] Unpacking initramfs...
  138. [ 1.020387] Freeing initrd memory: 6984K (cf44a000 - cfb1c000)
  139. [ 1.020515] NetWinder Floating Point Emulator V0.97 (double precision)
  140. [ 1.021761] futex hash table entries: 256 (order: -1, 3072 bytes)
  141. [ 1.021797] Initialise system trusted keyring
  142. [ 1.021932] audit: initializing netlink subsys (disabled)
  143. [ 1.021991] audit: type=2000 audit(1.010:1): initialized
  144. [ 1.022746] zpool: loaded
  145. [ 1.022766] zbud: loaded
  146. [ 1.023100] VFS: Disk quotas dquot_6.6.0
  147. [ 1.023170] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  148. [ 1.023910] NFS: Registering the id_resolver key type
  149. [ 1.023957] Key type id_resolver registered
  150. [ 1.023968] Key type id_legacy registered
  151. [ 1.023999] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  152. [ 1.024018] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  153. [ 1.024260] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  154. [ 1.024862] Key type big_key registered
  155. [ 1.047823] Key type asymmetric registered
  156. [ 1.047852] Asymmetric key parser 'x509' registered
  157. [ 1.047958] bounce: pool size: 64 pages
  158. [ 1.048054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  159. [ 1.048075] io scheduler noop registered
  160. [ 1.048091] io scheduler deadline registered
  161. [ 1.048158] io scheduler cfq registered (default)
  162. [ 1.049687] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
  163. [ 1.050487] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated
  164. [ 1.050986] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated
  165. [ 1.051954] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00
  166. [ 1.051977] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
  167. [ 1.051994] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
  168. [ 1.052010] pci_bus 0000:00: root bus resource [bus 00-ff]
  169. [ 1.052435] PCI: bus0: Fast back to back transfers disabled
  170. [ 1.052466] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  171. [ 1.052697] PCI: bus1: Fast back to back transfers enabled
  172. [ 1.052804] pci 0000:00:01.0: PCI bridge to [bus 01]
  173. [ 1.053140] mv_xor f1060800.xor: Marvell shared XOR driver
  174. [ 1.094442] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy )
  175. [ 1.134428] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy )
  176. [ 1.134659] mv_xor f1060900.xor: Marvell shared XOR driver
  177. [ 1.174420] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy )
  178. [ 1.214419] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy )
  179. [ 1.214928] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  180. [ 1.216495] console [ttyS0] disabled
  181. [ 1.216565] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 10416666) is a 16550A
  182. [ 1.874217] console [ttyS0] enabled
  183. [ 1.879151] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1
  184. [ 1.885515] nand: Eon NAND 128MiB 3,3V 8-bit
  185. [ 1.889764] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  186. [ 1.897324] Scanning device for bad blocks
  187. [ 1.906542] Bad eraseblock 100 at 0x000000c80000
  188. [ 1.916218] Bad eraseblock 200 at 0x000001900000
  189. [ 1.969550] libphy: Fixed MDIO Bus: probed
  190. [ 1.974138] libphy: orion_mdio_bus: probed
  191. [ 1.983506] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
  192. [ 1.991006] mv643xx_eth: Set the PHY to fix link down
  193. [ 1.996827] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 5c:f4:ab:df:07:2b
  194. [ 2.006084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  195. [ 2.012610] ehci-pci: EHCI PCI platform driver
  196. [ 2.017189] ehci-orion: EHCI orion driver
  197. [ 2.021392] orion-ehci f1050000.ehci: EHCI Host Controller
  198. [ 2.026913] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  199. [ 2.034729] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
  200. [ 2.053737] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  201. [ 2.059974] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  202. [ 2.066771] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  203. [ 2.073981] usb usb1: Product: EHCI Host Controller
  204. [ 2.078843] usb usb1: Manufacturer: Linux 4.2.0-kirkwood-tld-1 ehci_hcd
  205. [ 2.085446] usb usb1: SerialNumber: f1050000.ehci
  206. [ 2.090966] hub 1-0:1.0: USB hub found
  207. [ 2.094803] hub 1-0:1.0: 1 port detected
  208. [ 2.099734] mousedev: PS/2 mouse device common for all mice
  209. [ 2.105789] i2c /dev entries driver
  210. [ 2.111918] ht1382 0-0068: rtc core: registered ht1382 as rtc0
  211. [ 2.120468] hidraw: raw HID events driver (C) Jiri Kosina
  212. [ 2.126339] drop_monitor: Initializing network drop monitor service
  213. [ 2.132871] NET: Registered protocol family 17
  214. [ 2.137481] Key type dns_resolver registered
  215. [ 2.142610] Loading compiled-in X.509 certificates
  216. [ 2.147447] registered taskstats version 1
  217. [ 2.151599] zswap: loading zswap
  218. [ 2.154842] zswap: using zbud pool
  219. [ 2.158240] zswap: using lzo compressor
  220. [ 2.171734] Key type encrypted registered
  221. [ 2.177562] ht1382 0-0068: setting system clock to 2070-01-02 17:38:55 UTC (3155909935)
  222. [ 2.188112] Freeing unused kernel memory: 284K (c07db000 - c0822000)
  223. Loading, please wait...
  224. [ 2.270689] systemd-udevd[86]: starting version 215
  225. [ 2.285936] random: systemd-udevd urandom read with 4 bits of entropy available
  226. [ 2.413734] usb 1-1: new high-speed USB device number 2 using orion-ehci
  227. [ 2.477551] SCSI subsystem initialized
  228. [ 2.546631] sata_mv f1080000.sata: slots 32 ports 2
  229. [ 2.575627] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
  230. [ 2.582337] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  231. [ 2.600750] usb 1-1: Product: USB2.0 Hub
  232. [ 2.608088] scsi host0: sata_mv
  233. [ 2.612923] hub 1-1:1.0: USB hub found
  234. [ 2.619758] hub 1-1:1.0: 4 ports detected
  235. [ 2.634131] scsi host1: sata_mv
  236. [ 2.637700] ata1: SATA max UDMA/133 irq 32
  237. [ 2.641782] ata2: SATA max UDMA/133 irq 32
  238. [ 2.903659] usb 1-1.3: new high-speed USB device number 3 using orion-ehci
  239. [ 3.014613] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5571
  240. [ 3.021474] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  241. [ 3.028790] usb 1-1.3: Product: Cruzer Fit
  242. [ 3.032871] usb 1-1.3: Manufacturer: SanDisk
  243. [ 3.037166] ata1: SATA link down (SStatus 0 SControl F300)
  244. [ 3.042683] usb 1-1.3: SerialNumber: 4C530005850112109093
  245. [ 3.059633] usb-storage 1-1.3:1.0: USB Mass Storage device detected
  246. [ 3.066332] scsi host2: usb-storage 1-1.3:1.0
  247. [ 3.072640] usbcore: registered new interface driver usb-storage
  248. [ 3.082127] usbcore: registered new interface driver uas
  249. [ 3.403686] ata2: SATA link down (SStatus 0 SControl F300)
  250. Begin: Loading essential drivers ... done.
  251. Begin: Running /scripts/init-premount ... done.
  252. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  253. Begin: Running /scripts/local-premount ... done.
  254. Begin: Waiting for root file system ... [ 4.064730] scsi 2:0:0:0: Direct-Access SanDisk Cruzer Fit 1.27 PQ: 0 ANSI: 6
  255. [ 4.082178] sd 2:0:0:0: [sda] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB)
  256. [ 4.091654] sd 2:0:0:0: [sda] Write Protect is off
  257. [ 4.097272] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  258. [ 4.126074] sda: sda1
  259. [ 4.132147] sd 2:0:0:0: [sda] Attached SCSI removable disk
  260. [ 4.142220] sd 2:0:0:0: Attached scsi generic sg0 type 0
  261. Begin: Running /scripts/local-block ... done.
  262. done.
  263. Begin: Checking root file system ... fsck from util-linux 2.25.2
  264. fsck: error 2 (No such file or directory) while executing fsck.ext3 for /dev/sda1
  265. fsck exited with status code 8
  266. done.
  267. Warning: File system check failed but did not detect errors
  268. [ 9.647190] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
  269. done.
  270. Begin: Running /scripts/local-bottom ... done.
  271. Begin: Running /scripts/init-bottom ... done.
  272. INIT: version 2.88 booting
  273. [info] Using makefile-style concurrent boot in runlevel S.
  274. [....] Starting the hotplug events dispatcher: udevd[ 11.054613] systemd-udevd[297]: starting version 215
  275. . ok
  276. [....] Synthesizing the initial hotplug events...[ 11.356264] input: gpio_keys as /devices/platform/gpio_keys/input/input0
  277. done.
  278. [....] Waiting for /dev to be fully populated...[ 11.565819] orion_wdt: Initial timeout 25 sec
  279. [ 11.833941] random: nonblocking pool is initialized
  280. done.
  281. [ ok ] Activating swap...done.
  282. [ 12.772457] EXT4-fs (sda1): re-mounted. Opts: (null)
  283. [....] Checking root file system...fsck from util-linux 2.25.2
  284. rootfs: clean, 17379/456064 files, 228363/1822976 blocks
  285. done.
  286. [ 13.024844] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
  287. [ ok ] Activating lvm and md swap...done.
  288. [....] Checking file systems...fsck from util-linux 2.25.2
  289. done.
  290. [ ok ] Loading kernel modules...done.
  291. [ ok ] Cleaning up temporary files... /tmp.
  292. [ ok ] Mounting local filesystems...done.
  293. [ ok ] Activating swapfile swap...done.
  294. [ ok ] Cleaning up temporary files....
  295. [ ok ] Setting kernel variables ...done.
  296. [ 15.794414] mv643xx_eth: Set the PHY back to auto-negotiation mode
  297. [ 16.214099] NET: Registered protocol family 10
  298. [ 16.220153] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  299. [....] Configuring network interfaces...Aborted
  300. done.
  301. [ ok ] Starting rpcbind daemon....
  302. [ 17.442389] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
  303. [ 17.452171] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  304. [FAIL] Starting NFS common utilities: statd idmapd failed!
  305. [ ok ] Cleaning up temporary files....
  306. [FAIL] startpar: service(s) returned failure: nfs-common ... failed!
  307. INIT: Entering runlevel: 2
  308. [info] Using makefile-style concurrent boot in runlevel 2.
  309. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
  310. 1256 (syslogd)
  311. . ok
  312. [ ok ] Starting system message bus: dbus.
  313. [FAIL] Starting NFS common utilities: statd idmapd failed!
  314. [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
  315. [warn] Not starting NFS kernel daemon: no exports. ... (warning).
  316. [ ok ] Starting NTP server: ntpd.
  317. [ ok ] Starting OpenBSD Secure Shell server: sshd.
  318. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
  319. 1255 (klogd)
  320. . ok
  321. [FAIL] startpar: service(s) returned failure: nfs-common ... failed!
  322.  
  323. Debian GNU/Linux 8 ionut-nas ttyS0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement