Advertisement
Guest User

bootlog ix2-ng (serial)

a guest
Jun 5th, 2017
802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.75 KB | None | 0 0
  1. __ __ _ _
  2. | \/ | __ _ _ ____ _____| | |
  3. | |\/| |/ _` | '__\ \ / / _ \ | |
  4. | | | | (_| | | \ V / __/ | |
  5. |_| |_|\__,_|_| \_/ \___|_|_|
  6. _ _ ____ _
  7. | | | | | __ ) ___ ___ | |_
  8. | | | |___| _ \ / _ \ / _ \| __|
  9. | |_| |___| |_) | (_) | (_) | |_
  10. \___/ |____/ \___/ \___/ \__| ** ix2-nand ** ** uboot_ver:0.0.8 **
  11.  
  12. ** MARVELL BOARD: DB-88F6282A-BP LE
  13.  
  14. U-Boot 1.1.4 (Oct 28 2011 - 15:19:29) Marvell version: 3.6.1 - EMC
  15.  
  16. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFB00
  17.  
  18. Soc: 88F6282 A1 CPU running @ 1600Mhz L2 running @ 533Mhz
  19. SysClock = 533Mhz , TClock = 200Mhz
  20.  
  21. DRAM (DDR3) CAS Latency = 7 tRP = 7 tRAS = 20 tRCD=7
  22. DRAM CS[0] base 0x00000000 size 256MB
  23. DRAM Total size 256MB 16bit width
  24. Addresses 8M - 0M are saved for the U-Boot usage.
  25. Mem malloc Initialization (8M - 7M): Done
  26. NAND:1024 MB
  27. Found ADT7473, program PWM1 ... OK
  28. Flash: 0 kB
  29.  
  30. Marvell Serial ATA Adapter
  31. Integrated Sata device found
  32.  
  33.  
  34. CPU : Marvell Feroceon (Rev 1)
  35. Found kernel at 0x100000
  36. Found initrd at 0x400000
  37.  
  38. Streaming disabled
  39. Write allocate disabled
  40.  
  41.  
  42. USB 0: host mode
  43. PEX 0: interface detected no Link.
  44. PEX 1: interface detected no Link.
  45. Net: egiga0 [PRIME]
  46. Hit any key to stop autoboot: 0
  47. (Re)start USB...
  48. USB: scanning bus for devices... 3 USB Device(s) found
  49. Waiting for storage device(s) to settle before scanning...
  50. 1 Storage Device(s) found
  51. reading /uImage
  52. .................................................................................................................................................
  53.  
  54. 3223931 bytes read
  55. reading /uInitrd
  56. .................................................................................................................................................
  57.  
  58. 6824496 bytes read
  59. ## Booting image at 00800000 ...
  60. Image Name: vmlinuz-4.9.30-kirkwood-rm-1
  61. Created: 2017-06-05 10:33:02 UTC
  62. Image Type: ARM Linux Kernel Image (uncompressed)
  63. Data Size: 3223867 Bytes = 3.1 MB
  64. Load Address: 00008000
  65. Entry Point: 00008000
  66. Verifying Checksum ... OK
  67. OK
  68. ## Loading Ramdisk Image at 01100000 ...
  69. Image Name: initrd.img-4.9.30-kirkwood-rm-1
  70. Created: 2017-06-05 10:33:35 UTC
  71. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  72. Data Size: 6824432 Bytes = 6.5 MB
  73. Load Address: 00000000
  74. Entry Point: 00000000
  75. Verifying Checksum ... OK
  76.  
  77. Starting kernel ...
  78.  
  79. [ 0.000000] Booting Linux on physical CPU 0x0
  80. [ 0.000000] Linux version 4.9.30-kirkwood-rm-1 (root@iConnectTV) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Sun Jun 4 01:56:52 CEST 207
  81. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  82. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  83. [ 0.000000] OF: fdt:Machine model: Lenovo IX2-ng
  84. [ 0.000000] Memory policy: Data cache writeback
  85. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64960
  86. [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootfstype=ext4 mtdparts=orion_nand:0x100000@0(uboot)ro,0x20000@0xA00)
  87. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  88. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  89. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  90. [ 0.000000] Memory: 243640K/262144K available (6135K kernel code, 615K rwdata, 1616K rodata, 308K init, 319K bss, 18504K reserved, 0K cma-res)
  91. [ 0.000000] Virtual kernel memory layout:
  92. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  93. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  94. [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB)
  95. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  96. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  97. [ 0.000000] .text : 0xc0008000 - 0xc0606020 (6137 kB)
  98. [ 0.000000] .init : 0xc07cd000 - 0xc081a000 ( 308 kB)
  99. [ 0.000000] .data : 0xc081a000 - 0xc08b3f54 ( 616 kB)
  100. [ 0.000000] .bss : 0xc08b3f54 - 0xc0903eec ( 320 kB)
  101. [ 0.000000] Preemptible hierarchical RCU implementation.
  102. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  103. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  104. [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  105. [ 0.000007] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
  106. [ 0.000383] Console: colour dummy device 80x30
  107. [ 0.000409] Calibrating delay loop... 1580.03 BogoMIPS (lpj=3160064)
  108. [ 0.024024] pid_max: default: 32768 minimum: 301
  109. [ 0.024325] Security Framework initialized
  110. [ 0.024432] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  111. [ 0.024446] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  112. [ 0.025296] CPU: Testing write buffer coherency: ok
  113. [ 0.025634] Setting up static identity map for 0x8200 - 0x8258
  114. [ 0.025830] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
  115. [ 0.028895] devtmpfs: initialized
  116. [ 0.033460] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  117. [ 0.033482] futex hash table entries: 256 (order: -1, 3072 bytes)
  118. [ 0.033688] prandom: seed boundary self test passed
  119. [ 0.036543] prandom: 100 self tests passed
  120. [ 0.036556] pinctrl core: initialized pinctrl subsystem
  121. [ 0.037146] NET: Registered protocol family 16
  122. [ 0.037473] DMA: preallocated 256 KiB pool for atomic coherent allocations
  123. [ 0.048081] cpuidle: using governor ladder
  124. [ 0.060080] cpuidle: using governor menu
  125. [ 0.060540] Feroceon L2: Enabling L2
  126. [ 0.060574] Feroceon L2: Cache support initialised.
  127. [ 0.060875] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
  128. [ 0.065739] No ATAGs?
  129. [ 0.081518] usbcore: registered new interface driver usbfs
  130. [ 0.081586] usbcore: registered new interface driver hub
  131. [ 0.081637] usbcore: registered new device driver usb
  132. [ 0.082505] clocksource: Switched to clocksource orion_clocksource
  133. [ 0.117150] VFS: Disk quotas dquot_6.6.0
  134. [ 0.117331] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  135. [ 0.126323] NET: Registered protocol family 2
  136. [ 0.126963] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
  137. [ 0.126997] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  138. [ 0.127026] TCP: Hash tables configured (established 2048 bind 2048)
  139. [ 0.127072] UDP hash table entries: 256 (order: 0, 4096 bytes)
  140. [ 0.127093] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  141. [ 0.127245] NET: Registered protocol family 1
  142. [ 0.127618] RPC: Registered named UNIX socket transport module.
  143. [ 0.127628] RPC: Registered udp transport module.
  144. [ 0.127633] RPC: Registered tcp transport module.
  145. [ 0.127638] RPC: Registered tcp NFSv4.1 backchannel transport module.
  146. [ 0.127855] Unpacking initramfs...
  147. [ 0.582457] Freeing initrd memory: 6668K (c1100000 - c1783000)
  148. [ 0.582579] NetWinder Floating Point Emulator V0.97 (double precision)
  149. [ 0.583444] audit: initializing netlink subsys (disabled)
  150. [ 0.583494] audit: type=2000 audit(0.580:1): initialized
  151. [ 0.583725] Initialise system trusted keyrings
  152. [ 0.583913] workingset: timestamp_bits=14 max_order=16 bucket_order=2
  153. [ 0.583975] zbud: loaded
  154. [ 0.584721] NFS: Registering the id_resolver key type
  155. [ 0.584742] Key type id_resolver registered
  156. [ 0.584749] Key type id_legacy registered
  157. [ 0.584762] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  158. [ 0.584771] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  159. [ 0.584980] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
  160. [ 1.022510] random: fast init done
  161. [ 3.659652] Key type asymmetric registered
  162. [ 3.659664] Asymmetric key parser 'x509' registered
  163. [ 3.659732] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  164. [ 3.659742] io scheduler noop registered
  165. [ 3.659748] io scheduler deadline registered (default)
  166. [ 3.659784] io scheduler cfq registered
  167. [ 3.660806] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
  168. [ 3.662275] mv_xor f1060800.xor: Marvell shared XOR driver
  169. [ 3.691104] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
  170. [ 3.691306] mv_xor f1060900.xor: Marvell shared XOR driver
  171. [ 3.719102] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
  172. [ 3.719496] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  173. [ 3.720553] console [ttyS0] disabled
  174. [ 3.720605] f1012100.serial: ttyS0 at MMIO 0xf1012100 (irq = 27, base_baud = 12500000) is a 16550A
  175. [ 4.280402] console [ttyS0] enabled
  176. [ 4.284846] libphy: Fixed MDIO Bus: probed
  177. [ 4.289580] libphy: orion_mdio_bus: probed
  178. [ 4.297692] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
  179. [ 4.375483] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:15:56:df
  180. [ 4.384284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  181. [ 4.390874] ehci-pci: EHCI PCI platform driver
  182. [ 4.395407] ehci-orion: EHCI orion driver
  183. [ 4.399580] orion-ehci f1050000.ehci: EHCI Host Controller
  184. [ 4.405140] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  185. [ 4.413016] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
  186. [ 4.434531] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  187. [ 4.440768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  188. [ 4.447604] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  189. [ 4.454870] usb usb1: Product: EHCI Host Controller
  190. [ 4.459786] usb usb1: Manufacturer: Linux 4.9.30-kirkwood-rm-1 ehci_hcd
  191. [ 4.466439] usb usb1: SerialNumber: f1050000.ehci
  192. [ 4.471762] hub 1-0:1.0: USB hub found
  193. [ 4.475595] hub 1-0:1.0: 1 port detected
  194. [ 4.480307] mousedev: PS/2 mouse device common for all mice
  195. [ 4.486437] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
  196. [ 4.493512] i2c /dev entries driver
  197. [ 4.498967] hidraw: raw HID events driver (C) Jiri Kosina
  198. [ 4.504675] drop_monitor: Initializing network drop monitor service
  199. [ 4.511160] NET: Registered protocol family 17
  200. [ 4.515712] Key type dns_resolver registered
  201. [ 4.520616] registered taskstats version 1
  202. [ 4.524752] Loading compiled-in X.509 certificates
  203. [ 4.529614] zswap: loaded using pool lzo/zbud
  204. [ 4.542294] Key type big_key registered
  205. [ 4.553064] Key type encrypted registered
  206. [ 4.558210] rtc-mv f1010300.rtc: setting system clock to 2017-06-05 11:15:26 UTC (1496661326)
  207. [ 4.568051] Freeing unused kernel memory: 308K (c07cd000 - c081a000)
  208. [ 4.574490] This architecture does not have kernel memory protection.
  209. Loading, please wait...
  210. starting version 232
  211. [ 4.806569] usb 1-1: new high-speed USB device number 2 using orion-ehci
  212. [ 4.884225] SCSI subsystem initialized
  213. [ 4.924486] sata_mv f1080000.sata: slots 32 ports 2
  214. [ 4.960273] scsi host0: sata_mv
  215. [ 4.967783] usb 1-1: New USB device found, idVendor=14cd, idProduct=8601
  216. [ 4.967790] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
  217. [ 4.967795] usb 1-1: Product: USB 2.0 Hub
  218. [ 4.967799] usb 1-1: Manufacturer: USB Device
  219. [ 4.968458] hub 1-1:1.0: USB hub found
  220. [ 4.968654] hub 1-1:1.0: 4 ports detected
  221. [ 5.105382] scsi host1: sata_mv
  222. [ 5.109484] ata1: SATA max UDMA/133 irq 34
  223. [ 5.113687] ata2: SATA max UDMA/133 irq 34
  224. [ 5.258531] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
  225. [ 5.371772] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5571
  226. [ 5.378717] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  227. [ 5.386095] usb 1-1.2: Product: Cruzer Fit
  228. [ 5.390220] usb 1-1.2: Manufacturer: SanDisk
  229. [ 5.394531] usb 1-1.2: SerialNumber: 4C530002031205107430
  230. [ 5.410458] usb-storage 1-1.2:1.0: USB Mass Storage device detected
  231. [ 5.417124] scsi host2: usb-storage 1-1.2:1.0
  232. [ 5.423786] usbcore: registered new interface driver usb-storage
  233. [ 5.433088] usbcore: registered new interface driver uas
  234. [ 5.438491] ata1: SATA link down (SStatus 0 SControl F300)
  235. [ 5.756962] ata2: SATA link down (SStatus 0 SControl F300)
  236. Begin: Loading essential drivers ... [ 5.817454] md: linear personality registered for level -1
  237. [ 5.837956] md: multipath personality registered for level -4
  238. [ 5.854632] md: raid0 personality registered for level 0
  239. [ 5.871742] md: raid1 personality registered for level 1
  240. [ 5.958956] raid6: int32x1 gen() 111 MB/s
  241. [ 6.030959] raid6: int32x1 xor() 73 MB/s
  242. [ 6.102825] raid6: int32x2 gen() 156 MB/s
  243. [ 6.174645] raid6: int32x2 xor() 103 MB/s
  244. [ 6.246623] raid6: int32x4 gen() 162 MB/s
  245. [ 6.318699] raid6: int32x4 xor() 114 MB/s
  246. [ 6.390870] raid6: int32x8 gen() 156 MB/s
  247. [ 6.462778] raid6: int32x8 xor() 104 MB/s
  248. [ 6.467280] raid6: using algorithm int32x4 gen() 162 MB/s
  249. [ 6.472880] raid6: .... xor() 114 MB/s, rmw enabled
  250. [ 6.477867] raid6: using intx1 recovery algorithm
  251. [ 6.482858] scsi 2:0:0:0: Direct-Access SanDisk Cruzer Fit 1.00 PQ: 0 ANSI: 6
  252. [ 6.495494] xor: measuring software checksum speed
  253. [ 6.550696] sd 2:0:0:0: [sda] 31260672 512-byte logical blocks: (16.0 GB/14.9 GiB)
  254. [ 6.565834] sd 2:0:0:0: [sda] Write Protect is off
  255. [ 6.570998] arm4regs : 1444.000 MB/sec
  256. [ 6.614547] 8regs : 867.000 MB/sec
  257. [ 6.658530] 32regs : 1199.000 MB/sec
  258. [ 6.662806] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  259. [ 6.673736] xor: using function: arm4regs (1444.000 MB/sec)
  260. [ 6.684865] sda: sda1 sda2 sda3
  261. [ 6.689232] async_tx: api initialized (async)
  262. [ 6.710064] md: raid6 personality registered for level 6
  263. [ 6.715602] md: raid5 personality registered for level 5
  264. [ 6.721027] md: raid4 personality registered for level 4
  265. [ 6.727204] sd 2:0:0:0: [sda] Attached SCSI removable disk
  266. [ 6.771230] md: raid10 personality registered for level 10
  267. done.
  268. Begin: Running /scripts/init-premount ... done.
  269. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  270. Begin: Running /scripts/local-premount ... [ 7.068434] PM: Starting manual resume from disk
  271. done.
  272. Begin: Will now check root file system ... fsck from util-linux 2.29.2
  273. [/sbin/fsck.ext4 (1) -- /dev/sda3] fsck.ext4 -a -C0 /dev/sda3
  274. rootfs: clean, 86738/944704 files, 335109/3776256 blocks
  275. done.
  276. [ 7.240900] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
  277. done.
  278. Begin: Running /scripts/local-bottom ... done.
  279. Begin: Running /scripts/init-bottom ... done.
  280. [ 7.866421] NET: Registered protocol family 10
  281. [ 7.882781] ip_tables: (C) 2000-2006 Netfilter Core Team
  282. [ 7.915252] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYP)
  283. [ 7.933841] systemd[1]: Detected architecture arm.
  284.  
  285. Welcome to Debian GNU/Linux 9 (stretch)!
  286.  
  287. [ 7.963868] systemd[1]: Set hostname to <debianix2>.
  288. [ 8.682751] systemd[1]: lvm2-activation.service: Cannot add dependency job, ignoring: Unit lvm2-activation.service is masked.
  289. [ 8.694204] systemd[1]: lvm2-activation-early.service: Cannot add dependency job, ignoring: Unit lvm2-activation-early.service is masked.
  290. [ 8.706871] systemd[1]: quota.service: Cannot add dependency job, ignoring: Unit quota.service is masked.
  291. [ 8.716555] systemd[1]: lvm2-lvmetad.socket: Cannot add dependency job, ignoring: Unit lvm2-lvmetad.socket is masked.
  292. [ 8.727660] systemd[1]: lvm2-monitor.service: Cannot add dependency job, ignoring: Unit lvm2-monitor.service is masked.
  293. [ 8.738613] systemd[1]: acpid.path: Cannot add dependency job, ignoring: Unit acpid.path is masked.
  294. [ 8.747818] systemd[1]: acpid.socket: Cannot add dependency job, ignoring: Unit acpid.socket is masked.
  295. [ OK ] Listening on udev Kernel Socket.
  296. [ OK ] Set up automount Arbitrary Executab��…rmats File System Automount Point.
  297. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  298. [ OK ] Listening on fsck to fsckd communication Socket.
  299. [ OK ] Created slice System Slice.
  300. Mounting POSIX Message Queue File System...
  301. Mounting Debug File System...
  302. [ OK ] Created slice system-serial\x2dgetty.slice.
  303. Mounting RPC Pipe File System...
  304. [ OK ] Listening on Journal Socket.
  305. Starting Create list of required st��…ce nodes for the current kernel...
  306. Starting Load Kernel Modules...
  307. [ OK ] Created slice system-getty.slice.
  308. [ OK ] Listening on udev Control Socket.
  309. [ OK ] Created slice User and Session Slice.
  310. [ OK 9.023156] adt7475 0-002e: ADT7473 device, revision 0
  311. m] Reached targe[ 9.029731] adt7475 0-002e: Optional features: fan4 pwm2
  312. t Slices.
  313. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  314. Mounting NFSD configuration filesystem...
  315. [ OK ] Listening on RPCbind Server Activation Socket.
  316. Starting Remount Root and Kernel File Systems...
  317. [ OK ] Listening on Journal Socket (/dev/log).
  318. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  319. [ 9.121718] EXT4-fs (sda3): re-mounted. Opts: (null)
  320. [ OK ] Reached target Encrypted Volumes.
  321. [ OK ] Reached target Paths.
  322. Starting Nameserver information manager...
  323. [ OK ] Listening on Journal Audit Socket.
  324. Starting Journal Service...
  325. [ OK ] Mounted NFSD configuration filesystem.
  326. [ OK ] Mounted RPC Pipe File System.
  327. [ OK ] Mounted POSIX Message Queue File System.
  328. [ OK ] Mounted Debug File System.
  329. [ OK ] Started Create list of required sta��…vice nodes for the current kernel.
  330. [ OK ] Started Load Kernel Modules.
  331. [ OK ] Started Remount Root and Kernel File Systems.
  332. [ OK ] Started Journal Service.
  333. [ OK ] Started Nameserver information manager.
  334. Starting Flush Journal to Persistent Storage...
  335. Starting Load/Save Random Seed...
  336. Starting udev Coldplug all Devices...
  337. Starting Apply Kernel Variables...
  338. Starting Create Static Device Nodes in /dev...
  339. Starting pNFS block layout mapping daemon...
  340. [ OK ] Started Load/Save Random Seed.
  341. [ 9.611829] random: crng init done
  342. [ OK ] Started Apply Kernel Variables.
  343. [ OK ] Started pNFS block layout mapping daemon.
  344. [ 9.714676] systemd-journald[207]: Received request to flush runtime journal from PID 1
  345. [ OK ] Started Flush Journal to Persistent Storage.
  346. [ OK ] Started Create Static Device Nodes in /dev.
  347. Starting udev Kernel Device Manager...
  348. [ OK ] Reached target Local File Systems (Pre).
  349. Mounting /tmp...
  350. [ OK ] Mounted /tmp.
  351. [ OK ] Reached target Local File Systems.
  352. Starting Preprocess NFS configuration...
  353. Starting Raise network interfaces...
  354. Starting Create Volatile Files and Directories...
  355. [ OK ] Started udev Kernel Device Manager.
  356. [ OK ] Started Preprocess NFS configuration.
  357. Starting NFSv4 ID-name mapping service...
  358. [ OK ] Reached target NFS client services.
  359. [ OK ] Started NFSv4 ID-name mapping service.
  360. [ OK ] Started Create Volatile Files and Directories.
  361. Starting RPC bind portmap service...
  362. [ OK ] Reached target System Time Synchronized.
  363. Starting Update UTMP about System Boot/Shutdown...
  364. [ OK ] Started udev Coldplug all Devices.
  365. [ OK ] Started RPC bind portmap service.
  366. [ OK ] Reached target RPC Port Mapper.
  367. [ OK ] Started Update UTMP about System Boot/Shutdown.
  368. [ 10.720828] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  369. [ OK ] Found device /dev/ttyS0.
  370. [ 10.853129] orion_wdt: Initial timeout 21 sec
  371. [ 10.973662] marvell-cesa f1030000.crypto: CESA device successfully registered
  372. [ 11.066476] sd 2:0:0:0: Attached scsi generic sg0 type 0
  373. [ OK ] Found device Cruzer_Fit swap.
  374. Activating swap /dev/disk/by-label/swap...
  375. [ 11.691656] Adding 262140k swap on /dev/sda2. Priority:-1 extents:1 across:262140k FS
  376. [ OK ] Activated swap /dev/disk/by-label/swap.
  377. [ OK ] Reached target Swap.
  378. [ OK ] Reached target System Initialization.
  379. [ OK ] Started Daily Cleanup of Temporary Directories.
  380. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  381. [ OK ] Listening on D-Bus System Message Bus Socket.
  382. [ OK ] Reached target Sockets.
  383. [ OK ] Reached target Basic System.
  384. [ OK ] Started Regular background program processing daemon.
  385. Starting System Logger Daemon...
  386. [ OK ] Started Run anacron jobs.
  387. Starting Avahi mDNS/DNS-SD Stack...
  388. [ OK ] Started D-Bus System Message Bus.
  389. [ OK ] Started Avahi mDNS/DNS-SD Stack.
  390. Starting Initialize hardware monitoring sensors...
  391. [ OK ] Started Self Monitoring and Reporting Technology (SMART) Daemon.
  392. Starting Login Service...
  393. [ OK ] Started Initialize hardware monitoring sensors.
  394. [ OK ] Started Login Service.
  395. [ OK ] Started System Logger Daemon.
  396. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  397. [ 13.344598] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  398. [ 16.307525] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
  399. [ 16.317442] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  400. [ OK ] Started Raise network interfaces.
  401. [ OK ] Reached target Network.
  402. Starting NFS Mount Daemon...
  403. Starting OpenBSD Secure Shell server...
  404. [ OK ] Reached target Network is Online.
  405. [ OK ] Started Daily apt download activities.
  406. [ OK ] Started Daily apt upgrade and clean activities.
  407. [ OK ] Reached target Timers.
  408. Starting /etc/rc.local Compatibility...
  409. Starting Samba NMB Daemon...
  410. Starting LSB: Start or stop the Webmin server...
  411. [ OK ] Started /etc/rc.local Compatibility.
  412. [ OK ] Started NFS Mount Daemon.
  413. Starting NFS server and services...
  414. [ OK ] Started OpenBSD Secure Shell server.
  415. [ 20.315071] NFSD: starting 90-second grace period (net c0899308)
  416. [ OK ] Started NFS server and services.
  417. [ OK ] Reached target Remote File Systems (Pre).
  418. [ OK ] Reached target Remote File Systems.
  419. Starting LSB: IPv4 DHCP client with IPv4LL support...
  420. Starting LSB: Load kernel modules needed to enable cpufreq scaling...
  421. Starting Permit User Sessions...
  422. Starting LSB: Starts syslogd...
  423. Starting LSB: start the RRDtool data caching daemon...
  424. Starting LSB: SNMP agents...
  425. Starting LSB: p910nd daemon providing network printer access...
  426. Starting LSB: Start NTP daemon...
  427. Starting LSB: service and resource monitoring daemon...
  428. Starting LSB: Starts ProFTPD daemon...
  429. [ OK ] Started Permit User Sessions.
  430. [ OK ] Started LSB: Starts syslogd.
  431. [ OK ] Started LSB: start the RRDtool data caching daemon.
  432. [ OK ] Started LSB: Starts ProFTPD daemon.
  433. [ OK ] Started LSB: IPv4 DHCP client with IPv4LL support.
  434. [ OK ] Started LSB: SNMP agents.
  435. [ OK ] Started LSB: p910nd daemon providing network printer access.
  436. [ OK ] Started LSB: service and resource monitoring daemon.
  437. Starting LSB: Starts klogd...
  438. [ OK ] Started Getty on tty1.
  439. [ OK ] Started Serial Getty on ttyS0.
  440. [ OK ] Reached target Login Prompts.
  441. [ OK ] Started LSB: Starts klogd.
  442. [ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
  443. Starting LSB: set CPUFreq kernel parameters...
  444. [ OK ] Started LSB: set CPUFreq kernel parameters.
  445. Starting LSB: manage the statistics collection daemon...
  446. [ OK ] Started Samba NMB Daemon.
  447. [ OK ] Started LSB: manage the statistics collection daemon.
  448. Starting Samba SMB Daemon...
  449. [ OK ] Started Samba SMB Daemon.
  450. [ OK ] Started LSB: Start NTP daemon.
  451.  
  452. Debian GNU/Linux 9 debianix2 ttyS0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement