Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.98 KB | None | 0 0
  1. U-Boot 2018.03 (Jun 27 2018 - 06:41:13 +0000)
  2. ZyXEL NSA310 1-Bay Power Media Server
  3.  
  4. SoC: Kirkwood 88F6281_A1
  5. DRAM: 256 MiB
  6. WARNING: Caches not enabled
  7. NAND: 128 MiB
  8. MMC:
  9. Loading Environment from NAND... OK
  10. In: serial
  11. Out: serial
  12. Err: serial
  13. Net: egiga0
  14. PHY reset timed out
  15. MV88E1318 PHY initialized on egiga0
  16. Hit any key to stop autoboot: 0
  17. ## Error: "setenv" not defined
  18. ubi0: attaching mtd1
  19. ubi0: scanning is finished
  20. ubi0: attached mtd1 (name "mtd=2", size 126 MiB)
  21. ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
  22. ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
  23. ubi0: VID header offset: 512 (aligned 512), data offset: 2048
  24. ubi0: good PEBs: 1013, bad PEBs: 1, corrupted PEBs: 0
  25. ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
  26. ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 2041600620
  27. ubi0: available PEBs: 0, total reserved PEBs: 1013, PEBs reserved for bad PEB handling: 19
  28. Read 0 bytes from volume kernel to 800000
  29. No size specified -> Using max size (2064384)
  30. ## Booting kernel from Legacy Image at 00800000 ...
  31. Image Name: ARM OpenWrt Linux-4.14.63
  32. Created: 2018-08-16 7:51:15 UTC
  33. Image Type: ARM Linux Kernel Image (uncompressed)
  34. Data Size: 2032194 Bytes = 1.9 MiB
  35. Load Address: 00008000
  36. Entry Point: 00008000
  37. Verifying Checksum ... OK
  38. Loading Kernel Image ... OK
  39.  
  40. Starting kernel ...
  41.  
  42. [ 0.000000] Booting Linux on physical CPU 0x0
  43. [ 0.000000] Linux version 4.14.63 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7102-3f3a2c9)) #0 Wed Aug 15 20:42:39 2018
  44. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  45. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  46. [ 0.000000] OF: fdt: Machine model: ZyXEL NSA310b
  47. [ 0.000000] Memory policy: Data cache writeback
  48. [ 0.000000] random: get_random_bytes called from 0xc0700994 with crng_init=0
  49. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65024
  50. [ 0.000000] Kernel command line: console=ttyS0,115200
  51. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  52. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  53. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  54. [ 0.000000] Memory: 252200K/262144K available (4660K kernel code, 165K rwdata, 720K rodata, 1024K init, 216K bss, 9944K reserved, 0K cma-reserved)
  55. [ 0.000000] Virtual kernel memory layout:
  56. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  57. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  58. [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB)
  59. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  60. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  61. [ 0.000000] .text : 0xc0008000 - 0xc058d0b8 (5653 kB)
  62. [ 0.000000] .init : 0xc0700000 - 0xc0800000 (1024 kB)
  63. [ 0.000000] .data : 0xc0800000 - 0xc08296e0 ( 166 kB)
  64. [ 0.000000] .bss : 0xc08296e0 - 0xc085f74c ( 217 kB)
  65. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  66. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  67. [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  68. [ 0.000008] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
  69. [ 0.000039] Switching to timer-based delay loop, resolution 5ns
  70. [ 0.000118] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
  71. [ 0.000142] pid_max: default: 32768 minimum: 301
  72. [ 0.000284] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  73. [ 0.000305] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  74. [ 0.000831] CPU: Testing write buffer coherency: ok
  75. [ 0.001583] Setting up static identity map for 0x100000 - 0x10003c
  76. [ 0.001854] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
  77. [ 0.005838] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  78. [ 0.005864] futex hash table entries: 256 (order: -1, 3072 bytes)
  79. [ 0.005950] pinctrl core: initialized pinctrl subsystem
  80. [ 0.006996] NET: Registered protocol family 16
  81. [ 0.007316] DMA: preallocated 256 KiB pool for atomic coherent allocations
  82. [ 0.008253] cpuidle: using governor ladder
  83. [ 0.008608] Feroceon L2: Enabling L2
  84. [ 0.008651] Feroceon L2: Cache support initialised.
  85. [ 0.012471] No ATAGs?
  86. [ 0.028246] SCSI subsystem initialized
  87. [ 0.028921] usbcore: registered new interface driver usbfs
  88. [ 0.028977] usbcore: registered new interface driver hub
  89. [ 0.029033] usbcore: registered new device driver usb
  90. [ 0.030904] clocksource: Switched to clocksource orion_clocksource
  91. [ 0.031664] NET: Registered protocol family 2
  92. [ 0.032247] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
  93. [ 0.032281] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  94. [ 0.032311] TCP: Hash tables configured (established 2048 bind 2048)
  95. [ 0.032388] UDP hash table entries: 256 (order: 0, 4096 bytes)
  96. [ 0.032410] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  97. [ 0.032553] NET: Registered protocol family 1
  98. [ 0.033626] Crashlog allocated RAM at address 0x3f00000
  99. [ 0.035158] workingset: timestamp_bits=30 max_order=16 bucket_order=0
  100. [ 0.039454] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  101. [ 0.039466] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  102. [ 0.046949] io scheduler noop registered
  103. [ 0.046963] io scheduler deadline registered (default)
  104. [ 0.048140] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
  105. [ 0.049568] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
  106. [ 0.049587] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
  107. [ 0.049599] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
  108. [ 0.049610] pci_bus 0000:00: root bus resource [bus 00-ff]
  109. [ 0.049837] PCI: bus0: Fast back to back transfers disabled
  110. [ 0.049852] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  111. [ 0.050273] PCI: bus1: Fast back to back transfers disabled
  112. [ 0.050322] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe00fffff]
  113. [ 0.050336] pci 0000:00:01.0: BAR 7: assigned [io 0x10000-0x10fff]
  114. [ 0.050354] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0000000-0xe000ffff pref]
  115. [ 0.050368] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0010000-0xe0013fff 64bit pref]
  116. [ 0.050389] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0014000-0xe0014fff 64bit pref]
  117. [ 0.050408] pci 0000:01:00.0: BAR 0: assigned [io 0x10000-0x100ff]
  118. [ 0.050423] pci 0000:00:01.0: PCI bridge to [bus 01]
  119. [ 0.050434] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff]
  120. [ 0.050447] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff]
  121. [ 0.072848] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  122. [ 0.074890] console [ttyS0] disabled
  123. [ 0.074967] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
  124. [ 0.631840] console [ttyS0] enabled
  125. [ 0.636441] sata_mv f1080000.sata: slots 32 ports 2
  126. [ 0.644710] scsi host0: sata_mv
  127. [ 0.648351] scsi host1: sata_mv
  128. [ 0.651688] ata1: SATA max UDMA/133 irq 32
  129. [ 0.655801] ata2: SATA max UDMA/133 irq 32
  130. [ 0.660373] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
  131. [ 0.666782] nand: Samsung NAND 128MiB 3,3V 8-bit
  132. [ 0.671433] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  133. [ 0.679041] Scanning device for bad blocks
  134. [ 0.714069] Bad eraseblock 323 at 0x000002860000
  135. [ 0.785555] 3 fixed-partitions partitions found on MTD device orion_nand
  136. [ 0.792300] Creating 3 MTD partitions on "orion_nand":
  137. [ 0.797461] 0x000000000000-0x0000000c0000 : "uboot"
  138. [ 0.802917] 0x0000000c0000-0x000000140000 : "uboot_env"
  139. [ 0.808642] 0x000000140000-0x000008000000 : "ubi"
  140. [ 0.814796] libphy: Fixed MDIO Bus: probed
  141. [ 0.819115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  142. [ 0.825702] ehci-pci: EHCI PCI platform driver
  143. [ 0.830213] ehci-orion: EHCI orion driver
  144. [ 0.834418] orion-ehci f1050000.ehci: EHCI Host Controller
  145. [ 0.839954] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  146. [ 0.847796] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
  147. [ 0.880924] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  148. [ 0.887528] hub 1-0:1.0: USB hub found
  149. [ 0.891517] hub 1-0:1.0: 1 port detected
  150. [ 0.895903] usbcore: registered new interface driver usb-storage
  151. [ 0.902331] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
  152. [ 0.909309] i2c /dev entries driver
  153. [ 0.913937] orion_wdt: Initial timeout 21 sec
  154. [ 0.924524] marvell-cesa f1030000.crypto: CESA device successfully registered
  155. [ 0.932558] NET: Registered protocol family 10
  156. [ 0.938591] Segment Routing with IPv6
  157. [ 0.942365] NET: Registered protocol family 17
  158. [ 0.946864] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  159. [ 0.959895] 8021q: 802.1Q VLAN Support v1.8
  160. [ 0.966903] UBI: auto-attach mtd2
  161. [ 0.970241] ubi0: attaching mtd2
  162. [ 1.148420] ubi0: scanning is finished
  163. [ 1.163820] ubi0: attached mtd2 (name "ubi", size 126 MiB)
  164. [ 1.169378] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
  165. [ 1.176305] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
  166. [ 1.183053] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
  167. [ 1.189866] ubi0: good PEBs: 1013, bad PEBs: 1, corrupted PEBs: 0
  168. [ 1.196006] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
  169. [ 1.203275] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 2041600620
  170. [ 1.212465] ubi0: available PEBs: 0, total reserved PEBs: 1013, PEBs reserved for bad PEB handling: 19
  171. [ 1.222453] block ubiblock0_1: created from ubi0:1(rootfs)
  172. [ 1.227964] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem
  173. [ 1.235172] rtc-mv f1010300.rtc: setting system clock to 2019-02-28 19:37:33 UTC (1551382653)
  174. [ 1.244135] ata1: SATA link down (SStatus 0 SControl F300)
  175. [ 1.250026] ubi0: background thread "ubi_bgt0d" started, PID 960
  176. [ 1.310922] usb 1-1: new high-speed USB device number 2 using orion-ehci
  177. [ 1.513049] hub 1-1:1.0: USB hub found
  178. [ 1.517184] hub 1-1:1.0: 4 ports detected
  179. [ 1.582632] ata2: SATA link down (SStatus 0 SControl F300)
  180. [ 1.592481] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
  181. [ 1.602518] Freeing unused kernel memory: 1024K
  182. [ 1.720932] random: fast init done
  183. [ 1.932557] init: Console is alive
  184. [ 1.936125] init: - watchdog -
  185. [ 2.087332] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  186. [ 2.152176] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  187. [ 2.169750] init: - preinit -
  188. [ 2.658207] random: jshn: uninitialized urandom read (4 bytes read)
  189. [ 2.693661] random: jshn: uninitialized urandom read (4 bytes read)
  190. [ 2.923549] random: jshn: uninitialized urandom read (4 bytes read)
  191. Press the [f] key and hit [enter] to enter failsafe mode
  192. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  193. [ 6.208407] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 1052
  194. [ 6.241919] UBIFS (ubi0:2): recovery needed
  195. [ 6.386623] UBIFS (ubi0:2): recovery completed
  196. [ 6.391197] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
  197. [ 6.399066] UBIFS (ubi0:2): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  198. [ 6.409048] UBIFS (ubi0:2): FS size: 122572800 bytes (116 MiB, 950 LEBs), journal size 6193152 bytes (5 MiB, 48 LEBs)
  199. [ 6.419724] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB)
  200. [ 6.426385] UBIFS (ubi0:2): media format: w4/r0 (latest is w5/r0), UUID 3E60D80D-9901-4A01-A800-EECB820E79BD, small LPT model
  201. [ 6.440799] mount_root: switching to ubifs overlay
  202. [ 6.458391] urandom-seed: Seeding with /etc/urandom.seed
  203. [ 6.519247] procd: - early -
  204. [ 6.522696] procd: - watchdog -
  205. [ 7.371615] procd: - watchdog -
  206. [ 7.374977] procd: - ubus -
  207. [ 7.409532] urandom_read: 3 callbacks suppressed
  208. [ 7.409539] random: ubusd: uninitialized urandom read (4 bytes read)
  209. [ 7.427966] random: ubusd: uninitialized urandom read (4 bytes read)
  210. [ 7.434687] random: ubusd: uninitialized urandom read (4 bytes read)
  211. [ 7.441984] procd: - init -
  212. Please press Enter to activate this console.
  213. [ 7.630860] kmodloader: loading kernel modules from /etc/modules.d/*
  214. [ 7.640982] ip6_tables: (C) 2000-2006 Netfilter Core Team
  215. [ 7.655371] ip_tables: (C) 2000-2006 Netfilter Core Team
  216. [ 7.663387] hwmon_vid: Unknown VRM version of your CPU
  217. [ 7.673163] nf_conntrack version 0.5.0 (4096 buckets, 16384 max)
  218. [ 7.699014] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  219. [ 7.704694] pci 0000:00:01.0: enabling device (0140 -> 0143)
  220. [ 7.710397] r8169 0000:01:00.0: enabling device (0140 -> 0143)
  221. [ 7.717105] r8169 0000:01:00.0 eth0: RTL8168d/8111d at 0xd0b42000, 00:00:00:00:00:30, XID 083000c0 IRQ 36
  222. [ 7.726751] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  223. [ 7.800956] xt_time: kernel timezone is -0000
  224. [ 7.811310] PPP generic driver version 2.4.2
  225. [ 7.817201] NET: Registered protocol family 24
  226. [ 7.823997] kmodloader: done loading kernel modules from /etc/modules.d/*
  227. [ 12.441061] r8169 0000:01:00.0 eth0: link down
  228. [ 12.462221] br-lan: port 1(eth0) entered blocking state
  229. [ 12.467478] br-lan: port 1(eth0) entered disabled state
  230. [ 12.473009] device eth0 entered promiscuous mode
  231. [ 12.511661] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  232. [ 119.580955] random: crng init done
  233. [ 119.584377] random: 1 urandom warning(s) missed due to ratelimiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement