Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.62 KB | None | 0 0
  1.  
  2. __ __ _ _
  3. | \/ | __ _ _ ____ _____| | |
  4. | |\/| |/ _` | '__\ \ / / _ \ | |
  5. | | | | (_| | | \ V / __/ | |
  6. |_| |_|\__,_|_| \_/ \___|_|_|
  7. _ _ ____ _
  8. | | | | | __ ) ___ ___ | |_
  9. | | | |___| _ \ / _ \ / _ \| __|
  10. | |_| |___| |_) | (_) | (_) | |_
  11. \___/ |____/ \___/ \___/ \__| ** ix1-spi ** ** uboot_ver:0.0.8 **
  12.  
  13. ** MARVELL BOARD: DB-88F6282A-BP LE
  14.  
  15. U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC
  16.  
  17. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CD5A0
  18.  
  19. Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
  20. SysClock = 400Mhz , TClock = 200Mhz
  21.  
  22. DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
  23. DRAM CS[0] base 0x00000000 size 128MB
  24. DRAM Total size 128MB 16bit width
  25. Addresses 8M - 0M are saved for the U-Boot usage.
  26. Mem malloc Initialization (8M - 7M): Done
  27. [1024kB@f8000000] Flash: 1 MB
  28.  
  29. Marvell Serial ATA Adapter
  30. Integrated Sata device found
  31. [0 0 0]: Enable DMA mode (6)
  32. Device 0 @ 0 0:
  33. Model: WDC WD20EFRX-68AX9N0 Firm: 80.00A80 Ser#: WD-WCC300508923
  34. Type: Hard Disk
  35. Supports 48-bit addressing
  36. Capacity: 1907729.0 MB = 1863.0 GB (-387938128 x 512)
  37.  
  38.  
  39. CPU : Marvell Feroceon (Rev 1)
  40.  
  41. Streaming disabled
  42. Write allocate disabled
  43.  
  44.  
  45. USB 0: host mode
  46. PEX 0: interface detected no Link.
  47. PEX 1: interface detected no Link.
  48. Net: egiga0 [PRIME]
  49. Hit any key to stop autoboot: 0
  50.  
  51. IDE read: device 0 block # 20480, count 8192 ... 8192 blocks read: OK
  52.  
  53. IDE read: device 0 block # 40960, count 16384 ... 16384 blocks read: OK
  54. ## Booting image at 00040000 ...
  55. Image Name: Linux-4.11.3-kirkwood-tld-2
  56. Created: 2017-07-11 7:29:56 UTC
  57. Image Type: ARM Linux Kernel Image (uncompressed)
  58. Data Size: 3914659 Bytes = 3.7 MB
  59. Load Address: 00008000
  60. Entry Point: 00008000
  61. Verifying Checksum ... OK
  62. OK
  63. ## Loading Ramdisk Image at 02100000 ...
  64. Image Name: initrd.img-4.11.3-kirkwood-tld-2
  65. Created: 2017-07-11 7:29:56 UTC
  66. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  67. Data Size: 7647474 Bytes = 7.3 MB
  68. Load Address: 00000000
  69. Entry Point: 00000000
  70. Verifying Checksum ... OK
  71.  
  72. Starting kernel ...
  73.  
  74. [ 0.000000] Booting Linux on physical CPU 0x0
  75. [ 0.000000] Linux version 4.11.3-kirkwood-tld-2 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Tue Jun 6 17:01:17 PDT 2017
  76. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  77. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  78. [ 0.000000] OF: fdt: Machine model: Lenovo IX2-ng
  79. [ 0.000000] Memory policy: Data cache writeback
  80. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  81. [ 0.000000] Kernel command line: root=/dev/sda2 init=/bin/systemd fsck.mode=force fsck.repair=yes console=ttyS0,115200 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2)
  82. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  83. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  84. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  85. [ 0.000000] Memory: 108988K/131072K available (8192K kernel code, 786K rwdata, 2016K rodata, 1024K init, 280K bss, 22084K reserved, 0K cma-reserved)
  86. [ 0.000000] Virtual kernel memory layout:
  87. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  88. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  89. [ 0.000000] vmalloc : 0xc8800000 - 0xff800000 ( 880 MB)
  90. [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  91. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  92. [ 0.000000] .text : 0xc0008000 - 0xc0900000 (9184 kB)
  93. [ 0.000000] .init : 0xc0c00000 - 0xc0d00000 (1024 kB)
  94. [ 0.000000] .data : 0xc0d00000 - 0xc0dc49b4 ( 787 kB)
  95. [ 0.000000] .bss : 0xc0dc49b4 - 0xc0e0acc8 ( 281 kB)
  96. [ 0.000000] Preemptible hierarchical RCU implementation.
  97. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  98. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  99. [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  100. [ 0.000007] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
  101. [ 0.000495] Console: colour dummy device 80x30
  102. [ 0.000530] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
  103. [ 0.090107] pid_max: default: 32768 minimum: 301
  104. [ 0.090297] Security Framework initialized
  105. [ 0.090421] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  106. [ 0.090439] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  107. [ 0.091306] CPU: Testing write buffer coherency: ok
  108. [ 0.092275] Setting up static identity map for 0x100000 - 0x100058
  109. [ 0.092527] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
  110. [ 0.096053] devtmpfs: initialized
  111. [ 0.101291] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  112. [ 0.101318] futex hash table entries: 256 (order: -1, 3072 bytes)
  113. [ 0.101626] prandom: seed boundary self test passed
  114. [ 0.105379] prandom: 100 self tests passed
  115. [ 0.105391] pinctrl core: initialized pinctrl subsystem
  116. [ 0.106552] NET: Registered protocol family 16
  117. [ 0.107022] DMA: preallocated 256 KiB pool for atomic coherent allocations
  118. [ 0.108627] cpuidle: using governor ladder
  119. [ 0.108694] cpuidle: using governor menu
  120. [ 0.109156] Feroceon L2: Enabling L2
  121. [ 0.109196] Feroceon L2: Cache support initialised.
  122. [ 0.109541] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
  123. [ 0.115073] No ATAGs?
  124. [ 0.124210] vgaarb: loaded
  125. [ 0.124528] SCSI subsystem initialized
  126. [ 0.125000] usbcore: registered new interface driver usbfs
  127. [ 0.125075] usbcore: registered new interface driver hub
  128. [ 0.125152] usbcore: registered new device driver usb
  129. [ 0.126237] clocksource: Switched to clocksource orion_clocksource
  130. [ 0.214504] VFS: Disk quotas dquot_6.6.0
  131. [ 0.214590] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  132. [ 0.224578] NET: Registered protocol family 2
  133. [ 0.225306] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  134. [ 0.225334] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  135. [ 0.225356] TCP: Hash tables configured (established 1024 bind 1024)
  136. [ 0.225439] UDP hash table entries: 256 (order: 0, 4096 bytes)
  137. [ 0.225465] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  138. [ 0.225637] NET: Registered protocol family 1
  139. [ 0.226055] RPC: Registered named UNIX socket transport module.
  140. [ 0.226066] RPC: Registered udp transport module.
  141. [ 0.226073] RPC: Registered tcp transport module.
  142. [ 0.226080] RPC: Registered tcp NFSv4.1 backchannel transport module.
  143. [ 0.226469] Unpacking initramfs...
  144. [ 0.887839] Freeing initrd memory: 7472K
  145. [ 0.888024] NetWinder Floating Point Emulator V0.97 (double precision)
  146. [ 0.888949] audit: initializing netlink subsys (disabled)
  147. [ 0.889371] Initialise system trusted keyrings
  148. [ 0.889501] audit: type=2000 audit(0.880:1): state=initialized audit_enabled=0 res=1
  149. [ 0.889575] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  150. [ 0.889664] zbud: loaded
  151. [ 0.890579] NFS: Registering the id_resolver key type
  152. [ 0.890605] Key type id_resolver registered
  153. [ 0.890613] Key type id_legacy registered
  154. [ 0.890630] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  155. [ 0.890639] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  156. [ 0.891093] Key type cifs.spnego registered
  157. [ 0.891113] Key type cifs.idmap registered
  158. [ 0.891125] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  159. [ 0.891379] fuse init (API version 7.26)
  160. [ 0.891715] orangefs_debugfs_init: called with debug mask: :none: :0:
  161. [ 0.891929] orangefs_init: module version upstream loaded
  162. [ 0.891940] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  163. [ 2.556244] random: fast init done
  164. [ 4.985950] Key type asymmetric registered
  165. [ 4.985966] Asymmetric key parser 'x509' registered
  166. [ 4.986029] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  167. [ 4.986040] io scheduler noop registered
  168. [ 4.986048] io scheduler deadline registered
  169. [ 4.986121] io scheduler cfq registered (default)
  170. [ 4.987415] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
  171. [ 4.989188] mv_xor f1060800.xor: Marvell shared XOR driver
  172. [ 5.047001] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr )
  173. [ 5.047226] mv_xor f1060900.xor: Marvell shared XOR driver
  174. [ 5.106980] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr )
  175. [ 5.107437] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  176. [ 5.108678] console [ttyS0] disabled
  177. [ 5.108742] f1012100.serial: ttyS0 at MMIO 0xf1012100 (irq = 27, base_baud = 12500000) is a 16550A
  178. [ 5.711487] console [ttyS0] enabled
  179. [ 5.723263] loop: module loaded
  180. [ 5.726969] sata_mv f1080000.sata: slots 32 ports 2
  181. [ 5.734451] scsi host0: sata_mv
  182. [ 5.738065] scsi host1: sata_mv
  183. [ 5.741458] ata1: SATA max UDMA/133 irq 34
  184. [ 5.745575] ata2: SATA max UDMA/133 irq 34
  185. [ 5.751222] m25p80 spi0.0: mx25l8005 (1024 Kbytes)
  186. [ 5.756070] 3 ofpart partitions found on MTD device spi0.0
  187. [ 5.761626] Creating 3 MTD partitions on "spi0.0":
  188. [ 5.766464] 0x000000000000-0x00000007e000 : "u-boot"
  189. [ 5.771446] mtd: partition "u-boot" doesn't end on an erase block -- force read-only
  190. [ 5.780550] 0x00000007e000-0x00000007f000 : "u-boot env2"
  191. [ 5.785973] mtd: partition "u-boot env2" doesn't start on an erase block boundary -- force read-only
  192. [ 5.796488] 0x00000007f000-0x000000080000 : "u-boot env"
  193. [ 5.801826] mtd: partition "u-boot env" doesn't start on an erase block boundary -- force read-only
  194. [ 5.813190] libphy: Fixed MDIO Bus: probed
  195. [ 5.818182] libphy: orion_mdio_bus: probed
  196. [ 5.827087] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
  197. [ 5.927252] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:1d:45:ca
  198. [ 5.936098] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  199. [ 5.942705] ehci-pci: EHCI PCI platform driver
  200. [ 5.947244] ehci-orion: EHCI orion driver
  201. [ 5.951446] orion-ehci f1050000.ehci: EHCI Host Controller
  202. [ 5.957007] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  203. [ 5.964865] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
  204. [ 5.996260] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  205. [ 6.002520] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  206. [ 6.009381] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  207. [ 6.016671] usb usb1: Product: EHCI Host Controller
  208. [ 6.021572] usb usb1: Manufacturer: Linux 4.11.3-kirkwood-tld-2 ehci_hcd
  209. [ 6.028336] usb usb1: SerialNumber: f1050000.ehci
  210. [ 6.033726] hub 1-0:1.0: USB hub found
  211. [ 6.037576] hub 1-0:1.0: 1 port detected
  212. [ 6.042336] mousedev: PS/2 mouse device common for all mice
  213. [ 6.048544] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
  214. [ 6.055603] i2c /dev entries driver
  215. [ 6.061622] hidraw: raw HID events driver (C) Jiri Kosina
  216. [ 6.067446] drop_monitor: Initializing network drop monitor service
  217. [ 6.073993] NET: Registered protocol family 17
  218. [ 6.078670] Key type dns_resolver registered
  219. [ 6.083832] registered taskstats version 1
  220. [ 6.088074] Loading compiled-in X.509 certificates
  221. [ 6.092944] zswap: loaded using pool lzo/zbud
  222. [ 6.106501] Key type big_key registered
  223. [ 6.119225] Key type encrypted registered
  224. [ 6.124615] rtc-mv f1010300.rtc: setting system clock to 2017-07-11 09:30:08 UTC (1499765408)
  225. [ 6.386278] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
  226. [ 6.397106] ata1.00: ATA-9: WDC WD20EFRX-68AX9N0, 80.00A80, max UDMA/133
  227. [ 6.403840] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
  228. [ 6.413211] ata1.00: configured for UDMA/133
  229. [ 6.428064] scsi 0:0:0:0: Direct-Access ATA WDC WD20EFRX-68A 0A80 PQ: 0 ANSI: 5
  230. [ 6.767779] ata2: SATA link down (SStatus 0 SControl F300)
  231. [ 6.786965] Freeing unused kernel memory: 1024K
  232. Loading, please wait...
  233. starting version 232
  234. [ 7.212072] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
  235. [ 7.226763] sd 0:0:0:0: [sda] 4096-byte physical blocks
  236. [ 7.236336] sd 0:0:0:0: [sda] Write Protect is off
  237. [ 7.246419] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  238. [ 7.349322] sda: sda1 sda2 sda3
  239. [ 7.357716] sd 0:0:0:0: [sda] Attached SCSI disk
  240. Begin: Loading essential drivers ... done.
  241. Begin: Running /scripts/init-premount ... done.
  242. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  243. Begin: Running /scripts/local-premount ... [ 7.919062] PM: Starting manual resume from disk
  244. done.
  245. Begin: Will now check root file system ... fsck from util-linux 2.29.2
  246. [/sbin/fsck.ext4 (1) -- /dev/sda2] fsck.ext4 -f -y -C0 /dev/sda2
  247. e2fsck 1.43.4 (31-Jan-2017)
  248. Pass 1: Checking inodes, blocks, and sizes
  249. Pass 2: Checking directory structure
  250. Pass 3: Checking directory connectivity
  251. Pass 4: Checking reference counts
  252. Pass 5: Checking group summary information
  253. /dev/sda2: 37715/2621440 files (0.2% non-contiguous), 482142/10485760 blocks
  254. done.
  255. [ 12.692665] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  256. done.
  257. Begin: Running /scripts/local-bottom ... done.
  258. Begin: Running /scripts/init-bottom ... done.
  259. [ 13.549772] systemd[1]: Module 'ipv6' is blacklisted
  260. [ 13.602755] ip_tables: (C) 2000-2006 Netfilter Core Team
  261. [ 13.627131] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  262. [ 13.645882] systemd[1]: Detected architecture arm.
  263.  
  264. Welcome to Debian GNU/Linux 9 (stretch)!
  265.  
  266. [ 13.696718] systemd[1]: Set hostname to <iomega>.
  267. [ 14.522986] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  268. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  269. [ 14.556659] systemd[1]: Listening on fsck to fsckd communication Socket.
  270. [ OK ] Listening on fsck to fsckd communication Socket.
  271. [ 14.596735] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  272. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  273. [ 14.636940] systemd[1]: Listening on Journal Audit Socket.
  274. [ OK ] Listening on Journal Audit Socket.
  275. [ 14.677337] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  276. [ OK ] Set up automount Arbitrary Executab…rmats File System Automount Point.
  277. [ 14.717235] systemd[1]: Created slice System Slice.
  278. [ OK ] Created slice System Slice.
  279. [ 14.747151] systemd[1]: Created slice system-getty.slice.
  280. [ OK ] Created slice system-getty.slice.
  281. Mounting POSIX Message Queue File System...
  282. Mounting Debug File System...
  283. Mounting RPC Pipe File System...
  284. [ OK ] Created slice User and Session Slice.
  285. [ OK ] Reached target Slices.
  286. [ OK ] Listening on Journal Socket.
  287. Starting Create list of required st…ce nodes for the current kernel...
  288. Starting Load Kernel Modules...
  289. [ OK ] Listening on udev Control Socket.
  290. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  291. [ OK ] Listening on Syslog Socket.
  292. [ OK ] Listening on udev Kernel Socket.
  293. [ OK ] Reached target Encrypted Volumes.
  294. [ OK ] Reached target Paths.
  295. [ OK ] Created slice system-serial\x2dgetty.slice.
  296. [ OK ] Listening on Journal Socket (/dev/log).
  297. Starting Journal Service...
  298. Starting Remount Root and Kernel File Systems...
  299. [ OK ] Mounted RPC Pipe File System.
  300. [ OK ] Mounted Debug File System.
  301. [ OK ] Mounted POSIX Message Queue File System.
  302. [ OK 15.379758] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
  303. m] Started Create list of required sta…vice nodes for the current kernel.
  304. [ OK ] Started Load Kernel Modules.
  305. [ OK ] Started Remount Root and Kernel File Systems.
  306. [ OK ] Started Journal Service.
  307. Starting Flush Journal to Persistent Storage...
  308. Starting udev Coldplug all Devices...
  309. Starting Load/Save Random Seed...
  310. Mounting FUSE Control File System...
  311. Starting Apply Kernel Variables...
  312. Starting Create Static Device Nodes in /dev...
  313. Starting pNFS block layout mapping daemon...
  314. [ OK ] Mounted FUSE Control File System.
  315. [ OK ] Started Load/Save Random Seed.
  316. [ OK ] Started Apply Kernel Variables.
  317. [ OK ] Started Create Static Device Nodes in /dev.
  318. [ OK ] Started pNFS block layout mapping daemon.
  319. [ 16.028447] systemd-journald[191]: Received request to flush runtime journal from PID 1
  320. Starting udev Kernel Device Manager...
  321. [ OK ] Reached target Local File Systems (Pre).
  322. Mounting /tmp...
  323. [ OK ] Mounted /tmp.
  324. [ OK ] Started udev Kernel Device Manager.
  325. [ OK ] Started Flush Journal to Persistent Storage.
  326. [ OK ] Started udev Coldplug all Devices.
  327. [ 16.602969] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  328. [ 16.709607] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
  329. [ 16.810459] random: crng init done
  330. [ OK ] Found device /dev/ttyS0.
  331. [ 16.928595] adt7475 0-002e: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
  332. [ 16.981316] marvell-cesa f1030000.crypto: CESA device successfully registered
  333. [ 16.982504] orion_wdt: Initial timeout 21 sec
  334. [ 17.037222] sd 0:0:0:0: Attached scsi generic sg0 type 0
  335. [ 17.173009] adt7475 0-002e: ADT7473 device, revision 2
  336. [ 17.237587] adt7475 0-002e: Bypassing attenuators on: in1
  337. [ OK ] Found device WDC_WD20EFRX-68AX9N0 swap.
  338. Activating swap Swap Partition...
  339. [ 18.006901] raid6: int32x1 gen() 90 MB/s
  340. [ 18.177513] raid6: int32x1 xor() 58 MB/s
  341. [ 18.348389] raid6: int32x2 gen() 123 MB/s
  342. [ 18.517037] raid6: int32x2 xor() 80 MB/s
  343. [ 18.692813] raid6: int32x4 gen() 125 MB/s
  344. [ 18.869049] Adding 4194300k swap on /dev/sda1. Priority:-1 extents:1 across:4194300k FS
  345. [ OK 18.925199] raid6: int32x4 xor() 88 MB/s
  346. m] Activated swap Swap Partition.
  347. [ OK ] Reached targe[ 19.101083] raid6: int32x8 gen() 118 MB/s
  348. t Swap.
  349. [ 19.267390] raid6: int32x8 xor() 79 MB/s
  350. [ 19.271680] raid6: using algorithm int32x4 gen() 125 MB/s
  351. [ 19.277995] raid6: .... xor() 88 MB/s, rmw enabled
  352. [ 19.282806] raid6: using intx1 recovery algorithm
  353. [ 19.308264] xor: measuring software checksum speed
  354. [ 19.406805] arm4regs : 1084.000 MB/sec
  355. [ 19.506728] 8regs : 650.800 MB/sec
  356. [ 19.606755] 32regs : 900.800 MB/sec
  357. [ 19.610958] xor: using function: arm4regs (1084.000 MB/sec)
  358. [ 19.682668] Btrfs loaded, crc32c=crc32c-generic
  359. [ 19.688600] BTRFS: device fsid 776a2dc8-2749-4f98-91bf-785682dcf506 devid 1 transid 7 /dev/sda3
  360. [ OK ] Found device WDC_WD20EFRX-68AX9N0 3.
  361. Mounting /storage...
  362. [ 19.787947] BTRFS info (device sda3): disk space caching is enabled
  363. [ 19.794256] BTRFS info (device sda3): has skinny extents
  364. [ OK ] Mounted /storage.
  365. [ OK ] Reached target Local File Systems.
  366. Starting Raise network interfaces...
  367. Starting Create Volatile Files and Directories...
  368. Starting Preprocess NFS configuration...
  369. [ OK ] Started Preprocess NFS configuration.
  370. [ OK ] Reached target NFS client services.
  371. [ OK ] Reached target Remote File Systems (Pre).
  372. [ OK ] Reached target Remote File Systems.
  373. [ OK ] Started Create Volatile Files and Directories.
  374. [ OK ] Reached target System Time Synchronized.
  375. Starting Update UTMP about System Boot/Shutdown...
  376. [ OK ] Started Update UTMP about System Boot/Shutdown.
  377. [ OK ] Reached target System Initialization.
  378. [ OK ] Listening on D-Bus System Message Bus Socket.
  379. [ OK ] Reached target Sockets.
  380. [ OK ] Reached target Basic System.
  381. Starting Login Service...
  382. [ OK ] Started D-Bus System Message Bus.
  383. Starting LSB: Starts syslogd...
  384. [ OK ] Started Daily Cleanup of Temporary Directories.
  385. Starting System Logging Service...
  386. Starting LSB: ESE Key Daemon...
  387. [ OK ] Started LSB: Starts syslogd.
  388. [ OK ] Started System Logging Service.
  389. [ OK ] Started Login Service.
  390. Starting LSB: Starts klogd...
  391. [ OK ] Started LSB: Starts klogd.
  392. [ OK ] Started LSB: ESE Key Daemon.
  393. [ 24.086088] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
  394. [ OK ] Started Raise network interfaces.
  395. [ OK ] Reached target Network.
  396. [ OK ] Reached target Network is Online.
  397. [ OK ] Started Daily apt download activities.
  398. [ OK ] Started Daily apt upgrade and clean activities.
  399. [ OK ] Reached target Timers.
  400. Starting OpenBSD Secure Shell server...
  401. Starting Permit User Sessions...
  402. Starting /etc/rc.local Compatibility...
  403. [ OK ] Started Permit User Sessions.
  404. [ OK ] Started /etc/rc.local Compatibility.
  405. [ OK ] Started Getty on tty1.
  406. [ OK ] Started Serial Getty on ttyS0.
  407. [ OK ] Reached target Login Prompts.
  408. [ OK ] Started OpenBSD Secure Shell server.
  409. [ OK ] Reached target Multi-User System.
  410. [ OK ] Reached target Graphical Interface.
  411. Starting Update UTMP about System Runlevel Changes...
  412. [ OK ] Started Update UTMP about System Runlevel Changes.
  413.  
  414. Debian GNU/Linux 9 iomega ttyS0
  415.  
  416. iomega login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement