Advertisement
Guest User

Untitled

a guest
Dec 8th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.01 KB | None | 0 0
  1. U-Boot 2014.07-tld-1 (Jul 18 2014 - 00:35:50)
  2. Seagate GoFlex Net
  3.  
  4. SoC: Kirkwood 88F6281_A1
  5. DRAM: 128 MiB
  6. WARNING: Caches not enabled
  7. NAND: 256 MiB
  8. In: serial
  9. Out: serial
  10. Err: serial
  11. Net: egiga0
  12. 88E1116 Initialized on egiga0
  13. ## Error: "preboot_nc" not defined
  14. Hit any key to stop autoboot: 3  2  1  0
  15. (Re)start USB...
  16. USB0: USB EHCI 1.00
  17. scanning bus 0 for devices... 2 USB Device(s) found
  18. scanning usb for storage devices... READ_CAP ERROR
  19. EHCI timed out on TD - token=0xbe008d80
  20. EHCI timed out on TD - token=0xbe008d80
  21. EHCI timed out on TD - token=0xbe008d80
  22. EHCI timed out on TD - token=0xbe008d80
  23. EHCI timed out on TD - token=0xbe008d80
  24. EHCI timed out on TD - token=0xbe008d80
  25. 2 Storage Device(s) found
  26. ** File not found /rescueme **
  27. ** Unrecognized filesystem type **
  28. UBI: attaching mtd1 to ubi0
  29. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  30. UBI: logical eraseblock size: 129024 bytes
  31. UBI: smallest flash I/O unit: 2048
  32. UBI: sub-page size: 512
  33. UBI: VID header offset: 512 (aligned 512)
  34. UBI: data offset: 2048
  35. UBI: attached mtd1 to ubi0
  36. UBI: MTD device name: "mtd=3"
  37. UBI: MTD device size: 219 MiB
  38. UBI: number of good PEBs: 1752
  39. UBI: number of bad PEBs: 0
  40. UBI: max. allowed volumes: 128
  41. UBI: wear-leveling threshold: 4096
  42. UBI: number of internal volumes: 1
  43. UBI: number of user volumes: 0
  44. UBI: available PEBs: 1731
  45. UBI: total number of reserved PEBs: 21
  46. UBI: number of PEBs reserved for bad PEB handling: 17
  47. UBI: max/mean erase counter: 1/1
  48. UBIFS error (pid 0): ubifs_get_sb: cannot open "rootfs", error -22
  49. UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'rootfs' errno=-22!
  50.  
  51. ubifsmount - mount UBIFS volume
  52.  
  53. Usage:
  54. ubifsmount <volume-name>
  55. - mount 'volume-name' volume
  56. 1 bytes read in 144 ms (0 Bytes/s)
  57. Found bootable drive on usb 0:1
  58. 3997728 bytes read in 223 ms (17.1 MiB/s)
  59. ** File not found /boot/uInitrd **
  60. ## Booting kernel from Legacy Image at 00800000 ...
  61. Image Name: Linux-3.17.4-1-ARCH
  62. Created: 2014-11-22 5:27:14 UTC
  63. Image Type: ARM Linux Kernel Image (uncompressed)
  64. Data Size: 3997664 Bytes = 3.8 MiB
  65. Load Address: 00008000
  66. Entry Point: 00008000
  67. Verifying Checksum ... OK
  68. Loading Kernel Image ... OK
  69.  
  70. Starting kernel ...
  71.  
  72. Uncompressing Linux... done, booting the kernel.
  73. [ 0.000000] Booting Linux on physical CPU 0x0
  74. [ 0.000000] Initializing cgroup subsys cpuset
  75. [ 0.000000] Initializing cgroup subsys cpu
  76. [ 0.000000] Initializing cgroup subsys cpuacct
  77. [ 0.000000] Linux version 3.17.4-1-ARCH (nobody@root-armv5-copy) (gcc version 4.9.2 (GCC) ) #1 PREEMPT Fri Nov 21 22:27:00 MST 2014
  78. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  79. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  80. [ 0.000000] Machine: Seagate GoFlex Net
  81. [ 0.000000] Memory policy: Data cache writeback
  82. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  83. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
  84. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  85. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  86. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  87. [ 0.000000] allocated 262144 bytes of page_cgroup
  88. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  89. [ 0.000000] Memory: 121044K/131072K available (5567K kernel code, 347K rwdata, 1696K rodata, 259K init, 700K bss, 10028K reserved)
  90. [ 0.000000] Virtual kernel memory layout:
  91. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  92. [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
  93. [ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
  94. [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  95. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  96. [ 0.000000] .text : 0xc0008000 - 0xc071fff0 (7264 kB)
  97. [ 0.000000] .init : 0xc0720000 - 0xc0760cec ( 260 kB)
  98. [ 0.000000] .data : 0xc0762000 - 0xc07b8eec ( 348 kB)
  99. [ 0.000000] .bss : 0xc07b8eec - 0xc0868264 ( 701 kB)
  100. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  101. [ 0.000000] Preemptible hierarchical RCU implementation.
  102. [ 0.000000] NR_IRQS:114
  103. [ 0.000013] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
  104. [ 18.081484] Console: colour dummy device 80x30
  105. [ 18.081509] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
  106. [ 18.171385] pid_max: default: 32768 minimum: 301
  107. [ 18.171476] Security Framework initialized
  108. [ 18.171543] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  109. [ 18.171562] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  110. [ 18.172232] Initializing cgroup subsys memory
  111. [ 18.172276] Initializing cgroup subsys devices
  112. [ 18.172301] Initializing cgroup subsys freezer
  113. [ 18.172322] Initializing cgroup subsys net_cls
  114. [ 18.172341] Initializing cgroup subsys blkio
  115. [ 18.172358] Initializing cgroup subsys bfqio
  116. [ 18.172376] Initializing cgroup subsys perf_event
  117. [ 18.172395] Initializing cgroup subsys net_prio
  118. [ 18.172482] CPU: Testing write buffer coherency: ok
  119. [ 18.172919] Setting up static identity map for 0x54e0a0 - 0x54e0f8
  120. [ 18.174961] devtmpfs: initialized
  121. [ 18.178513] pinctrl core: initialized pinctrl subsystem
  122. [ 18.179165] NET: Registered protocol family 16
  123. [ 18.179625] DMA: preallocated 256 KiB pool for atomic coherent allocations
  124. [ 18.180744] cpuidle: using governor ladder
  125. [ 18.180769] cpuidle: using governor menu
  126. [ 18.180906] Kirkwood: MV88F6281-A1, TCLK=200000000.
  127. [ 18.180928] Feroceon L2: Enabling L2
  128. [ 18.180967] Feroceon L2: Cache support initialised.
  129. [ 18.212960] vgaarb: loaded
  130. [ 18.213297] SCSI subsystem initialized
  131. [ 18.213821] usbcore: registered new interface driver usbfs
  132. [ 18.213898] usbcore: registered new interface driver hub
  133. [ 18.214017] usbcore: registered new device driver usb
  134. [ 18.214176] pps_core: LinuxPPS API ver. 1 registered
  135. [ 18.214185] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  136. [ 18.214222] PTP clock support registered
  137. [ 18.215225] Switched to clocksource orion_clocksource
  138. [ 18.233747] FS-Cache: Loaded
  139. [ 18.246969] NET: Registered protocol family 2
  140. [ 18.247907] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  141. [ 18.247933] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  142. [ 18.247953] TCP: Hash tables configured (established 1024 bind 1024)
  143. [ 18.248018] TCP: reno registered
  144. [ 18.248031] UDP hash table entries: 256 (order: 0, 4096 bytes)
  145. [ 18.248052] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  146. [ 18.248260] NET: Registered protocol family 1
  147. [ 18.249966] futex hash table entries: 256 (order: -1, 3072 bytes)
  148. [ 18.262000] VFS: Disk quotas dquot_6.5.2
  149. [ 18.262266] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  150. [ 18.264064] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  151. [ 18.265407] fuse init (API version 7.23)
  152. [ 18.267381] aufs 3.17-20141110
  153. [ 18.267411] msgmni has been set to 236
  154. [ 18.269207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  155. [ 18.269226] io scheduler noop registered
  156. [ 18.269239] io scheduler deadline registered
  157. [ 18.269528] io scheduler cfq registered
  158. [ 18.270002] io scheduler bfq registered (default)
  159. [ 18.270010] BFQ I/O-scheduler version: v7r6
  160. [ 18.270215] mv_xor mv_xor.0: Marvell shared XOR driver
  161. [ 18.305312] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
  162. [ 18.345304] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
  163. [ 18.345505] mv_xor mv_xor.1: Marvell shared XOR driver
  164. [ 18.385301] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
  165. [ 18.425301] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
  166. [ 18.430839] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  167. [ 18.431914] console [ttyS0] disabled
  168. [ 18.452015] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
  169. [ 18.971627] console [ttyS0] enabled
  170. [ 18.984541] brd: module loaded
  171. [ 18.992258] loop: module loaded
  172. [ 18.995862] sata_mv sata_mv.0: cannot get optional clkdev
  173. [ 19.001387] sata_mv sata_mv.0: slots 32 ports 2
  174. [ 19.009135] scsi host0: sata_mv
  175. [ 19.013067] scsi host1: sata_mv
  176. [ 19.016618] ata1: SATA max UDMA/133 irq 21
  177. [ 19.020733] ata2: SATA max UDMA/133 irq 21
  178. [ 19.025961] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xda
  179. [ 19.032346] nand: Toshiba NAND 256MiB 3,3V 8-bit
  180. [ 19.037224] nand: 256MiB, SLC, page size: 2048, OOB size: 64
  181. [ 19.042917] Scanning device for bad blocks
  182. [ 19.265126] 4 cmdlinepart partitions found on MTD device orion_nand
  183. [ 19.271453] Creating 4 MTD partitions on "orion_nand":
  184. [ 19.276633] 0x000000000000-0x000000100000 : "u-boot"
  185. [ 19.282121] 0x000000100000-0x000000500000 : "uImage"
  186. [ 19.287595] 0x000000500000-0x000002500000 : "rootfs"
  187. [ 19.293055] 0x000002500000-0x000010000000 : "data"
  188. [ 19.305546] libphy: orion_mdio_bus: probed
  189. [ 19.309755] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
  190. [ 19.385256] ata1: SATA link down (SStatus 0 SControl F300)
  191. [ 19.755247] ata2: SATA link down (SStatus 0 SControl F300)
  192. [ 20.401950] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:10:75:26:91:aa
  193. [ 20.410854] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  194. [ 20.417438] ehci-pci: EHCI PCI platform driver
  195. [ 20.421977] ehci-orion: EHCI orion driver
  196. [ 20.426099] orion-ehci orion-ehci.0: EHCI Host Controller
  197. [ 20.431546] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
  198. [ 20.439304] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
  199. [ 20.455261] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
  200. [ 20.462141] hub 1-0:1.0: USB hub found
  201. [ 20.465995] hub 1-0:1.0: 1 port detected
  202. [ 20.470609] usbcore: registered new interface driver uas
  203. [ 20.476120] usbcore: registered new interface driver usb-storage
  204. [ 20.482202] usbcore: registered new interface driver ums-alauda
  205. [ 20.488244] usbcore: registered new interface driver ums-cypress
  206. [ 20.494330] usbcore: registered new interface driver ums-datafab
  207. [ 20.500429] usbcore: registered new interface driver ums_eneub6250
  208. [ 20.506706] usbcore: registered new interface driver ums-freecom
  209. [ 20.512790] usbcore: registered new interface driver ums-isd200
  210. [ 20.518801] usbcore: registered new interface driver ums-jumpshot
  211. [ 20.524979] usbcore: registered new interface driver ums-karma
  212. [ 20.530907] usbcore: registered new interface driver ums-onetouch
  213. [ 20.537120] usbcore: registered new interface driver ums-realtek
  214. [ 20.543208] usbcore: registered new interface driver ums-sddr09
  215. [ 20.549226] usbcore: registered new interface driver ums-sddr55
  216. [ 20.555250] usbcore: registered new interface driver ums-usbat
  217. [ 20.561530] mousedev: PS/2 mouse device common for all mice
  218. [ 20.785279] usb 1-1: new high-speed USB device number 2 using orion-ehci
  219. [ 20.937601] usb-storage 1-1:1.0: USB Mass Storage device detected
  220. [ 20.944030] scsi host2: usb-storage 1-1:1.0
  221. [ 21.575255] rtc-mv rtc-mv: internal RTC not ticking
  222. [ 21.580296] i2c /dev entries driver
  223. [ 21.584407] sdhci: Secure Digital Host Controller Interface driver
  224. [ 21.590635] sdhci: Copyright(c) Pierre Ossman
  225. [ 21.595070] sdhci-pltfm: SDHCI platform and OF driver helper
  226. [ 21.602389] ledtrig-cpu: registered to indicate activity on CPUs
  227. [ 21.608604] usbcore: registered new interface driver r8712u
  228. [ 21.614397] gre: GRE over IPv4 demultiplexor driver
  229. [ 21.619359] TCP: cubic registered
  230. [ 21.622714] NET: Registered protocol family 17
  231. [ 21.627328] Key type dns_resolver registered
  232. [ 21.632445] registered taskstats version 1
  233. [ 21.637846] console [netcon0] enabled
  234. [ 21.641527] netconsole: network logging started
  235. [ 21.646228] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  236. [ 21.653579] Waiting 10 sec before mounting root device...
  237. [ 21.946041] scsi 2:0:0:0: Direct-Access WD My Passport 0740 1003 PQ: 0 ANSI: 6
  238. [ 21.955525] sd 2:0:0:0: Attached scsi generic sg0 type 0
  239. [ 21.961109] sd 2:0:0:0: [sda] 976707584 512-byte logical blocks: (500 GB/465 GiB)
  240. [ 21.969268] scsi 2:0:0:1: Enclosure WD SES Device 1003 PQ: 0 ANSI: 6
  241. [ 21.978229] sd 2:0:0:0: [sda] Write Protect is off
  242. [ 21.984357] sd 2:0:0:0: [sda] No Caching mode page found
  243. [ 21.989826] sd 2:0:0:0: [sda] Assuming drive cache: write through
  244. [ 21.997510] scsi 2:0:0:1: Attached scsi generic sg1 type 13
  245. [ 26.202593] sda: sda1 sda2 sda3
  246. [ 26.209219] sd 2:0:0:0: [sda] Attached SCSI disk
  247. [ 31.666110] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
  248. [ 31.740059] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
  249. [ 31.747831] VFS: Mounted root (ext3 filesystem) on device 8:1.
  250. [ 31.788778] devtmpfs: mounted
  251. [ 31.792677] Freeing unused kernel memory: 256K (c0720000 - c0760000)
  252. [ 32.382713] random: systemd urandom read with 50 bits of entropy available
  253. [ 32.396720] systemd[1]: systemd 217 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN )
  254. [ 32.415332] systemd[1]: Detected architecture 'arm'.
  255.  
  256. Welcome to Arch Linux ARM!
  257.  
  258. [ 32.600133] NET: Registered protocol family 10
  259. [ 32.605768] systemd[1]: Inserted module 'ipv6'
  260. [ 32.611989] systemd[1]: Set hostname to <alarm>.
  261. [ 33.461848] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
  262. [ 33.481767] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  263. [ 33.489997] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  264. [ 33.497831] systemd[1]: Expecting device dev-ttyS0.device...
  265. Expecting device dev-ttyS0.device...
  266. [ 33.525447] systemd[1]: Starting Remote File Systems.
  267. [ OK ] Reached target Remote File Systems.
  268. [ 33.545382] systemd[1]: Reached target Remote File Systems.
  269. [ 33.551179] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  270. [ 33.559587] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  271. [ 33.567718] systemd[1]: Starting Paths.
  272. [ OK ] Reached target Paths.
  273. [ 33.585380] systemd[1]: Reached target Paths.
  274. [ 33.589907] systemd[1]: Starting Encrypted Volumes.
  275. [ OK ] Reached target Encrypted Volumes.
  276. [ 33.615374] systemd[1]: Reached target Encrypted Volumes.
  277. [ 33.621008] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  278. [ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
  279. [ 33.655393] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  280. [ 33.664993] systemd[1]: Starting Swap.
  281. [ OK ] Reached target Swap.
  282. [ 33.685376] systemd[1]: Reached target Swap.
  283. [ 33.689800] systemd[1]: Starting Root Slice.
  284. [ OK ] Created slice Root Slice.
  285. [ 33.745519] systemd[1]: Created slice Root Slice.
  286. [ 33.750412] systemd[1]: Starting User and Session Slice.
  287. [ OK ] Created slice User and Session Slice.
  288. [ 33.775403] systemd[1]: Created slice User and Session Slice.
  289. [ 33.781319] systemd[1]: Starting Device-mapper event daemon FIFOs.
  290. [ OK ] Listening on Device-mapper event daemon FIFOs.
  291. [ 33.805388] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  292. [ 33.812087] systemd[1]: Starting Delayed Shutdown Socket.
  293. [ OK ] Listening on Delayed Shutdown Socket.
  294. [ 33.835382] systemd[1]: Listening on Delayed Shutdown Socket.
  295. [ 33.841299] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  296. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  297. [ 33.865385] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  298. [ 33.872513] systemd[1]: Starting Journal Socket (/dev/log).
  299. [ OK ] Listening on Journal Socket (/dev/log).
  300. [ 33.895383] systemd[1]: Listening on Journal Socket (/dev/log).
  301. [ 33.901467] systemd[1]: Starting LVM2 metadata daemon socket.
  302. [ OK ] Listening on LVM2 metadata daemon socket.
  303. [ 33.925383] systemd[1]: Listening on LVM2 metadata daemon socket.
  304. [ 33.931679] systemd[1]: Starting udev Control Socket.
  305. [ OK ] Listening on udev Control Socket.
  306. [ 33.955384] systemd[1]: Listening on udev Control Socket.
  307. [ 33.960977] systemd[1]: Starting udev Kernel Socket.
  308. [ OK ] Listening on udev Kernel Socket.
  309. [ 33.985379] systemd[1]: Listening on udev Kernel Socket.
  310. [ 33.990883] systemd[1]: Starting Journal Socket.
  311. [ OK ] Listening on Journal Socket.
  312. [ 34.015380] systemd[1]: Listening on Journal Socket.
  313. [ 34.020592] systemd[1]: Starting System Slice.
  314. [ OK ] Created slice System Slice.
  315. [ 34.045406] systemd[1]: Created slice System Slice.
  316. [ 34.050492] systemd[1]: Starting system-getty.slice.
  317. [ OK ] Created slice system-getty.slice.
  318. [ 34.075402] systemd[1]: Created slice system-getty.slice.
  319. [ 34.080973] systemd[1]: Starting system-serial\x2dgetty.slice.
  320. [ OK ] Created slice system-serial\x2dgetty.slice.
  321. [ 34.105404] systemd[1]: Created slice system-serial\x2dgetty.slice.
  322. [ 34.112261] systemd[1]: Mounting Debug File System...
  323. Mounting Debug File System...
  324. [ 34.138757] systemd[1]: Starting Setup Virtual Console...
  325. Starting Setup Virtual Console...
  326. [ 34.152544] systemd[1]: Starting udev Coldplug all Devices...
  327. Starting udev Coldplug all Devices...
  328. [ 34.264595] systemd[1]: Started Load Kernel Modules.
  329. [ 34.270259] systemd[1]: Mounted Configuration File System.
  330. [ 34.276428] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  331. Starting Create list of required st... nodes for the current kernel...
  332. [ 34.309688] systemd[1]: Mounting POSIX Message Queue File System...
  333. Mounting POSIX Message Queue File System...
  334. [ 34.349263] systemd[1]: Starting Apply Kernel Variables...
  335. Starting Apply Kernel Variables...
  336. [ 34.383722] systemd[1]: Mounting FUSE Control File System...
  337. Mounting FUSE Control File System...
  338. [ 34.456936] systemd[1]: Started Set Up Additional Binary Formats.
  339. [ 34.474806] systemd[1]: Mounted Huge Pages File System.
  340. [ 34.480287] systemd[1]: Starting Journal Service...
  341. Starting Journal Service...
  342. [ 34.509391] systemd[1]: Starting Slices.
  343. [ OK ] Reached target Slices.
  344. [ 34.545494] systemd[1]: Reached target Slices.
  345. [ 34.563347] systemd[1]: Mounting Temporary Directory...
  346. Mounting Temporary Directory...
  347. [ 34.596604] systemd[1]: Starting Remount Root and Kernel File Systems...
  348. Starting Remount Root and Kernel File Systems...
  349. [ OK ] Mounted FUSE Control File System.
  350. [ 34.631588] systemd[1]: Mounted FUSE Control File System.
  351. [ OK ] Mounted POSIX Message Queue File System.
  352. [ 34.655448] systemd[1]: Mounted POSIX Message Queue File System.
  353. [ OK ] Mounted Debug File System.
  354. [ 34.669524] systemd[1]: Mounted Debug File System.
  355. [ OK ] Mounted Temporary Directory.
  356. [ 34.695502] systemd[1]: Mounted Temporary Directory.
  357. [ OK ] Started Setup Virtual Console.
  358. [ 34.725598] systemd[1]: Started Setup Virtual Console.
  359. [ OK ] Started Create list of required sta...ce nodes for the current kernel.
  360. [ 34.775515] systemd[1]: Started Create list of required static device nodes for the current kernel.
  361. [ OK ] Started Apply Kernel Variables.
  362. [ 34.825665] systemd[1]: Started Apply Kernel Variables.
  363. [ OK ] Started Remount Root and Kernel File Systems.
  364. [ 34.842757] systemd[1]: Started Remount Root and Kernel File Systems.
  365. [ OK ] Started udev Coldplug all Devices.
  366. [ 34.875461] systemd[1]: Started udev Coldplug all Devices.
  367. [ 35.318590] systemd[1]: Starting Load/Save Random Seed...
  368. Starting Load/Save Random Seed...
  369. [ 35.349858] systemd[1]: Started First Boot Wizard.
  370. [ 35.369224] systemd[1]: Started Create System Users.
  371. [ 35.406080] systemd[1]: Started Rebuild Hardware Database.
  372. [ 35.411823] systemd[1]: Started Rebuild Dynamic Linker Cache.
  373. [ 35.427122] systemd[1]: Starting Create Static Device Nodes in /dev...
  374. Starting Create Static Device Nodes in /dev...
  375. [ OK ] Started Create Static Device Nodes in /dev.
  376. [ 35.549335] systemd[1]: Started Create Static Device Nodes in /dev.
  377. [ 35.597084] systemd[1]: Starting udev Kernel Device Manager...
  378. Starting udev Kernel Device Manager...
  379. [ 35.639525] systemd[1]: Starting Local File Systems (Pre).
  380. [ OK ] Reached target Local File Systems (Pre).
  381. [ 35.675460] systemd[1]: Reached target Local File Systems (Pre).
  382. [ 35.683287] systemd[1]: Starting Local File Systems.
  383. [ OK ] Reached target Local File Systems.
  384. [ 35.695495] systemd[1]: Reached target Local File Systems.
  385. [ 35.703067] systemd[1]: Started Rebuild Journal Catalog.
  386. [ 35.709084] systemd[1]: Started Update is Completed.
  387. [ OK ] Started Load/Save Random Seed.
  388. [ 35.745473] systemd[1]: Started Load/Save Random Seed.
  389. [ OK ] Started Journal Service.
  390. [ 35.925478] systemd[1]: Started Journal Service.
  391. Starting Trigger Flushing of Journal to Persistent Storage...
  392. [ OK ] Started udev Kernel Device Manager.
  393. [ 36.133921] systemd-journald[80]: Received request to flush runtime journal from PID 1
  394. [ 36.147130] random: nonblocking pool is initialized
  395. [ OK ] Found device /dev/ttyS0.
  396. [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
  397. [ 36.974828] ses 2:0:0:1: Attached Enclosure device
  398. Starting Create Volatile Files and Directories...
  399. [ OK ] Started Create Volatile Files and Directories.
  400. Starting Network Time Synchronization...
  401. Starting Update UTMP about System Boot/Shutdown...
  402. [ OK ] Started Update UTMP about System Boot/Shutdown.
  403. [ OK ] Started Network Time Synchronization.
  404. [ OK ] Reached target System Time Synchronized.
  405. [ OK ] Reached target System Initialization.
  406. [ OK ] Listening on D-Bus System Message Bus Socket.
  407. [ OK ] Reached target Sockets.
  408. [ OK ] Reached target Timers.
  409. [ OK ] Reached target Basic System.
  410. Starting Entropy Harvesting Daemon...
  411. Starting Login Service...
  412. Starting D-Bus System Message Bus...
  413. [ OK ] Started D-Bus System Message Bus.
  414. Starting Network Service...
  415. Starting Permit User Sessions...
  416. [ OK ] Started Permit User Sessions.
  417. [ OK ] Started Network Service.
  418. [ OK ] Started Login Service.
  419. Starting Network Name Resolution...
  420. [ OK ] Reached target Network.
  421. Starting OpenSSH Daemon...
  422. [ OK ] Started OpenSSH Daemon.
  423. Starting Getty on tty1...
  424. [ OK ] Started Getty on tty1.
  425. Starting Serial Getty on ttyS0...
  426. [ OK ] Started Serial Getty on ttyS0.
  427. [ OK ] Reached target Login Prompts.
  428. [ OK ] Started Entropy Harvesting Daemon.
  429. [ 40.699645] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  430. [ OK ] Started Network Name Resolution.
  431. [ OK ] Reached target Multi-User System.
  432. [ OK ] Reached target Graphical Interface.
  433.  
  434. Arch Linux 3.17.4-1-ARCH (ttyS0)
  435.  
  436. alarm login: [ 42.500658] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
  437. [ 42.510496] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  438.  
  439. Arch Linux 3.17.4-1-ARCH (ttyS0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement