Advertisement
Guest User

Untitled

a guest
Nov 30th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.87 KB | None | 0 0
  1. U-Boot 2011.12 (Apr 18 2012 - 23:08:20)
  2. Seagate GoFlexNet
  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. Hit any key to stop autoboot: 3  2  1  0
  14. (Re)start USB...
  15. USB: Register 10011 NbrPorts 1
  16. USB EHCI 1.00
  17. scanning bus for devices... 2 USB Device(s) found
  18. scanning bus for storage devices... READ_CAP ERROR
  19. 2 Storage Device(s) found
  20. Loading file "/rescueme" from usb device 0:1 (usbda1)
  21. ** File not found /rescueme
  22. reading /rescueme.txt
  23.  
  24. ** Unable to read "/rescueme.txt" from usb 0:1 **
  25. Creating 1 MTD partitions on "nand0":
  26. 0x000002500000-0x000010000000 : "mtd=3"
  27. UBI: attaching mtd1 to ubi0
  28. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  29. UBI: logical eraseblock size: 129024 bytes
  30. UBI: smallest flash I/O unit: 2048
  31. UBI: sub-page size: 512
  32. UBI: VID header offset: 512 (aligned 512)
  33. UBI: data offset: 2048
  34. UBI: attached mtd1 to ubi0
  35. UBI: MTD device name: "mtd=3"
  36. UBI: MTD device size: 219 MiB
  37. UBI: number of good PEBs: 1752
  38. UBI: number of bad PEBs: 0
  39. UBI: max. allowed volumes: 128
  40. UBI: wear-leveling threshold: 4096
  41. UBI: number of internal volumes: 1
  42. UBI: number of user volumes: 0
  43. UBI: available PEBs: 1731
  44. UBI: total number of reserved PEBs: 21
  45. UBI: number of PEBs reserved for bad PEB handling: 17
  46. UBI: max/mean erase counter: 1/1
  47. UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
  48. Error reading superblock on volume 'ubi:rootfs'!
  49. Loading file "/boot/uImage" from usb device 0:1 (usbda1)
  50. 1 bytes read
  51. Found bootable drive on usb 0:1
  52. Loading file "/boot/uImage" from usb device 0:1 (usbda1)
  53. 3965136 bytes read
  54. Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
  55. ** File not found /boot/uInitrd
  56. ## Booting kernel from Legacy Image at 00800000 ...
  57. Image Name: Linux-3.14.4-1-ARCH
  58. Image Type: ARM Linux Kernel Image (uncompressed)
  59. Data Size: 3965072 Bytes = 3.8 MiB
  60. Load Address: 00008000
  61. Entry Point: 00008000
  62. Verifying Checksum ... OK
  63. Loading Kernel Image ... OK
  64. OK
  65.  
  66. Starting kernel ...
  67.  
  68. Uncompressing Linux... done, booting the kernel.
  69. [ 0.000000] Booting Linux on physical CPU 0x0
  70. [ 0.000000] Initializing cgroup subsys cpuset
  71. [ 0.000000] Initializing cgroup subsys cpu
  72. [ 0.000000] Initializing cgroup subsys cpuacct
  73. [ 0.000000] Linux version 3.14.4-1-ARCH (nobody@root-armv5-copy) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 PREEMPT Thu May 15 19:38:21 MDT 2014
  74. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
  75. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  76. [ 0.000000] Machine: Seagate GoFlex Net
  77. [ 0.000000] Memory policy: Data cache writeback
  78. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  79. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
  80. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  81. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  82. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  83. [ 0.000000] Memory: 121216K/131072K available (5541K kernel code, 336K rwdata, 1688K rodata, 258K init, 829K bss, 9856K reserved)
  84. [ 0.000000] Virtual kernel memory layout:
  85. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  86. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  87. [ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
  88. [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  89. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  90. [ 0.000000] .text : 0xc0008000 - 0xc071776c (7230 kB)
  91. [ 0.000000] .init : 0xc0718000 - 0xc07589b4 ( 259 kB)
  92. [ 0.000000] .data : 0xc075a000 - 0xc07ae16c ( 337 kB)
  93. [ 0.000000] .bss : 0xc07ae16c - 0xc087d804 ( 830 kB)
  94. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  95. [ 0.000000] Preemptible hierarchical RCU implementation.
  96. [ 0.000000] NR_IRQS:114
  97. [ 0.000011] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
  98. [ 14.129247] Console: colour dummy device 80x30
  99. [ 14.129276] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
  100. [ 14.219123] pid_max: default: 32768 minimum: 301
  101. [ 14.219234] Security Framework initialized
  102. [ 14.219259] AppArmor: AppArmor disabled by boot time parameter
  103. [ 14.219323] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  104. [ 14.219340] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  105. [ 14.219927] Initializing cgroup subsys devices
  106. [ 14.219949] Initializing cgroup subsys freezer
  107. [ 14.219960] Initializing cgroup subsys net_cls
  108. [ 14.219970] Initializing cgroup subsys blkio
  109. [ 14.219977] Initializing cgroup subsys bfqio
  110. [ 14.219986] Initializing cgroup subsys perf_event
  111. [ 14.220085] CPU: Testing write buffer coherency: ok
  112. [ 14.220464] Setting up static identity map for 0x546360 - 0x5463b8
  113. [ 14.222228] devtmpfs: initialized
  114. [ 14.225329] pinctrl core: initialized pinctrl subsystem
  115. [ 14.225624] NET: Registered protocol family 16
  116. [ 14.226055] DMA: preallocated 256 KiB pool for atomic coherent allocations
  117. [ 14.226976] cpuidle: using governor ladder
  118. [ 14.226994] cpuidle: using governor menu
  119. [ 14.227115] Kirkwood: MV88F6281-A1, TCLK=200000000.
  120. [ 14.227135] Feroceon L2: Enabling L2
  121. [ 14.227172] Feroceon L2: Cache support initialised.
  122. [ 14.235514] bio: create slab <bio-0> at 0
  123. [ 14.235985] vgaarb: loaded
  124. [ 14.236296] SCSI subsystem initialized
  125. [ 14.236740] usbcore: registered new interface driver usbfs
  126. [ 14.236808] usbcore: registered new interface driver hub
  127. [ 14.236918] usbcore: registered new device driver usb
  128. [ 14.237047] pps_core: LinuxPPS API ver. 1 registered
  129. [ 14.237055] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  130. [ 14.237081] PTP clock support registered
  131. [ 14.237906] Switched to clocksource orion_clocksource
  132. [ 14.255524] FS-Cache: Loaded
  133. [ 14.267405] NET: Registered protocol family 2
  134. [ 14.268068] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  135. [ 14.268093] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  136. [ 14.268113] TCP: Hash tables configured (established 1024 bind 1024)
  137. [ 14.268180] TCP: reno registered
  138. [ 14.268193] UDP hash table entries: 256 (order: 0, 4096 bytes)
  139. [ 14.268214] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  140. [ 14.268426] NET: Registered protocol family 1
  141. [ 14.269760] futex hash table entries: 256 (order: -1, 3072 bytes)
  142. [ 14.269911] audit: initializing netlink subsys (disabled)
  143. [ 14.269967] audit: type=2000 audit(0.130:1): initialized
  144. [ 14.377466] VFS: Disk quotas dquot_6.5.2
  145. [ 14.377741] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  146. [ 14.380083] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  147. [ 14.381573] aufs 3.14-20140512
  148. [ 14.381597] msgmni has been set to 236
  149. [ 14.383408] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  150. [ 14.383422] io scheduler noop registered
  151. [ 14.383429] io scheduler deadline registered
  152. [ 14.383837] io scheduler cfq registered
  153. [ 14.383876] io scheduler bfq registered (default)
  154. [ 14.383883] BFQ I/O-scheduler version: v7r3
  155. [ 14.384043] mv_xor mv_xor.0: Marvell shared XOR driver
  156. [ 14.418041] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
  157. [ 14.457974] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
  158. [ 14.458157] mv_xor mv_xor.1: Marvell shared XOR driver
  159. [ 14.497981] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
  160. [ 14.537982] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
  161. [ 14.543070] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  162. [ 14.564032] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
  163. [ 15.076941] console [ttyS0] enabled
  164. [ 15.088832] brd: module loaded
  165. [ 15.096100] loop: module loaded
  166. [ 15.099644] sata_mv sata_mv.0: cannot get optional clkdev
  167. [ 15.105168] sata_mv sata_mv.0: slots 32 ports 2
  168. [ 15.112680] scsi0 : sata_mv
  169. [ 15.116175] scsi1 : sata_mv
  170. [ 15.119302] ata1: SATA max UDMA/133 irq 21
  171. [ 15.123416] ata2: SATA max UDMA/133 irq 21
  172. [ 15.128667] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xda
  173. [ 15.135047] nand: Toshiba NAND 256MiB 3,3V 8-bit
  174. [ 15.139764] nand: 256MiB, SLC, page size: 2048, OOB size: 64
  175. [ 15.145461] Scanning device for bad blocks
  176. [ 15.364427] 4 cmdlinepart partitions found on MTD device orion_nand
  177. [ 15.370749] Creating 4 MTD partitions on "orion_nand":
  178. [ 15.375916] 0x000000000000-0x000000100000 : "u-boot"
  179. [ 15.381326] 0x000000100000-0x000000500000 : "uImage"
  180. [ 15.386692] 0x000000500000-0x000002500000 : "rootfs"
  181. [ 15.392102] 0x000002500000-0x000010000000 : "data"
  182. [ 15.404191] libphy: orion_mdio_bus: probed
  183. [ 15.408432] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
  184. [ 15.467942] ata1: SATA link down (SStatus 0 SControl F300)
  185. [ 15.837926] ata2: SATA link down (SStatus 0 SControl F300)
  186. [ 16.494493] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 02:50:43:53:da:6b
  187. [ 16.503390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  188. [ 16.509963] ehci-pci: EHCI PCI platform driver
  189. [ 16.514489] ehci-orion: EHCI orion driver
  190. [ 16.518603] orion-ehci orion-ehci.0: EHCI Host Controller
  191. [ 16.524053] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
  192. [ 16.531806] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
  193. [ 16.547942] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
  194. [ 16.554784] hub 1-0:1.0: USB hub found
  195. [ 16.558613] hub 1-0:1.0: 1 port detected
  196. [ 16.563193] usbcore: registered new interface driver usb-storage
  197. [ 16.569648] mousedev: PS/2 mouse device common for all mice
  198. [ 16.877954] usb 1-1: new high-speed USB device number 2 using orion-ehci
  199. [ 17.030179] usb-storage 1-1:1.0: USB Mass Storage device detected
  200. [ 17.036583] scsi2 : usb-storage 1-1:1.0
  201. [ 17.577934] rtc-mv rtc-mv: internal RTC not ticking
  202. [ 17.582950] i2c /dev entries driver
  203. [ 17.586935] orion_wdt: Initial timeout 21 sec
  204. [ 17.591640] sdhci: Secure Digital Host Controller Interface driver
  205. [ 17.597844] sdhci: Copyright(c) Pierre Ossman
  206. [ 17.602279] sdhci-pltfm: SDHCI platform and OF driver helper
  207. [ 17.609397] ledtrig-cpu: registered to indicate activity on CPUs
  208. [ 17.615553] usbcore: registered new interface driver r8712u
  209. [ 17.621582] gre: GRE over IPv4 demultiplexor driver
  210. [ 17.626489] TCP: cubic registered
  211. [ 17.629836] NET: Registered protocol family 17
  212. [ 17.634415] Key type dns_resolver registered
  213. [ 17.639395] registered taskstats version 1
  214. [ 17.644586] console [netcon0] enabled
  215. [ 17.648316] netconsole: network logging started
  216. [ 17.652928] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  217. [ 17.660205] Waiting 10 sec before mounting root device...
  218. [ 18.038796] scsi 2:0:0:0: Direct-Access WD My Passport 0740 1003 PQ: 0 ANSI: 6
  219. [ 18.048230] sd 2:0:0:0: [sda] 976707584 512-byte logical blocks: (500 GB/465 GiB)
  220. [ 18.055819] sd 2:0:0:0: Attached scsi generic sg0 type 0
  221. [ 18.061727] sd 2:0:0:0: [sda] Write Protect is off
  222. [ 18.067217] sd 2:0:0:0: [sda] No Caching mode page found
  223. [ 18.072673] sd 2:0:0:0: [sda] Assuming drive cache: write through
  224. [ 18.079394] scsi 2:0:0:1: Enclosure WD SES Device 1003 PQ: 0 ANSI: 6
  225. [ 18.088577] scsi 2:0:0:1: Attached scsi generic sg1 type 13
  226. [ 18.095841] sd 2:0:0:0: [sda] No Caching mode page found
  227. [ 18.101237] sd 2:0:0:0: [sda] Assuming drive cache: write through
  228. [ 18.147215] sda: sda1 sda2 sda3
  229. [ 18.153715] sd 2:0:0:0: [sda] No Caching mode page found
  230. [ 18.159113] sd 2:0:0:0: [sda] Assuming drive cache: write through
  231. [ 18.165236] sd 2:0:0:0: [sda] Attached SCSI disk
  232. [ 27.671728] EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2
  233. [ 27.678287] EXT2-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
  234. [ 27.687248] VFS: Mounted root (ext2 filesystem) on device 8:1.
  235. [ 27.965634] devtmpfs: mounted
  236. [ 27.969429] Freeing unused kernel memory: 256K (c0718000 - c0758000)
  237. [ 28.463162] random: systemd urandom read with 45 bits of entropy available
  238. [ 28.474072] systemd[1]: systemd 212 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
  239. [ 28.487800] systemd[1]: Detected architecture 'arm'.
  240.  
  241. Welcome to Arch Linux ARM!
  242.  
  243. [ 28.617131] systemd[1]: Inserted module 'autofs4'
  244. [ 28.664190] NET: Registered protocol family 10
  245. [ 28.669869] systemd[1]: Inserted module 'ipv6'
  246. [ 28.676478] EXT2-fs (sda1): error: ext2_lookup: deleted inode referenced: 368514
  247. [ 28.684022] systemd[1]: Failed to read configured hostname: Input/output error
  248. [ 28.691366] systemd[1]: Set hostname to <localhost>.
  249. [ 29.426161] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
  250. [ 29.443437] systemd[1]: Expecting device dev-ttyS0.device...
  251. Expecting device dev-ttyS0.device...
  252. [ 29.468100] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  253. [ 29.476196] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  254. [ 29.483932] systemd[1]: Starting Remote File Systems.
  255. [ OK ] Reached target Remote File Systems.
  256. [ 29.508045] systemd[1]: Reached target Remote File Systems.
  257. [ 29.513745] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
  258. Expecting device sys-subsystem-net-devices-eth0.device...
  259. [ 29.538104] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  260. [ 29.546410] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  261. [ 29.554478] systemd[1]: Starting Paths.
  262. [ OK ] Reached target Paths.
  263. [ 29.578040] systemd[1]: Reached target Paths.
  264. [ 29.582576] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  265. [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
  266. [ 29.618050] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  267. [ 29.627608] systemd[1]: Starting Encrypted Volumes.
  268. [ OK ] Reached target Encrypted Volumes.
  269. [ 29.648044] systemd[1]: Reached target Encrypted Volumes.
  270. [ 29.653555] systemd[1]: Starting Swap.
  271. [ OK ] Reached target Swap.
  272. [ 29.678036] systemd[1]: Reached target Swap.
  273. [ 29.682410] systemd[1]: Starting Root Slice.
  274. [ OK ] Created slice Root Slice.
  275. [ 29.728103] systemd[1]: Created slice Root Slice.
  276. [ 29.732944] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  277. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  278. [ 29.758053] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  279. [ 29.765143] systemd[1]: Starting Device-mapper event daemon FIFOs.
  280. [ OK ] Listening on Device-mapper event daemon FIFOs.
  281. [ 29.788047] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  282. [ 29.794692] systemd[1]: Starting Delayed Shutdown Socket.
  283. [ OK ] Listening on Delayed Shutdown Socket.
  284. [ 29.818044] systemd[1]: Listening on Delayed Shutdown Socket.
  285. [ 29.823903] systemd[1]: Starting LVM2 metadata daemon socket.
  286. [ OK ] Listening on LVM2 metadata daemon socket.
  287. [ 29.848046] systemd[1]: Listening on LVM2 metadata daemon socket.
  288. [ 29.854258] systemd[1]: Starting User and Session Slice.
  289. [ OK ] Created slice User and Session Slice.
  290. [ 29.878054] systemd[1]: Created slice User and Session Slice.
  291. [ 29.883951] systemd[1]: Starting udev Control Socket.
  292. [ OK ] Listening on udev Control Socket.
  293. [ 29.908047] systemd[1]: Listening on udev Control Socket.
  294. [ 29.913592] systemd[1]: Starting udev Kernel Socket.
  295. [ OK ] Listening on udev Kernel Socket.
  296. [ 29.938046] systemd[1]: Listening on udev Kernel Socket.
  297. [ 29.943492] systemd[1]: Starting Journal Socket.
  298. [ OK ] Listening on Journal Socket.
  299. [ 29.968048] systemd[1]: Listening on Journal Socket.
  300. [ 29.973175] systemd[1]: Starting System Slice.
  301. [ OK ] Created slice System Slice.
  302. [ 29.998058] systemd[1]: Created slice System Slice.
  303. [ 30.072402] systemd[1]: Started Load Kernel Modules.
  304. [ 30.099370] systemd[1]: Started Set Up Additional Binary Formats.
  305. [ 30.105643] systemd[1]: Mounting Debug File System...
  306. Mounting Debug File System...
  307. [ 30.130625] systemd[1]: Mounting POSIX Message Queue File System...
  308. Mounting POSIX Message Queue File System...
  309. [ 30.160921] systemd[1]: Starting udev Coldplug all Devices...
  310. Starting udev Coldplug all Devices...
  311. [ 30.191145] systemd[1]: Mounted FUSE Control File System.
  312. [ 30.196768] systemd[1]: Starting Setup Virtual Console...
  313. Starting Setup Virtual Console...
  314. [ 30.231103] systemd[1]: Starting system-netctl\x2difplugd.slice.
  315. [ OK ] Created slice system-netctl\x2difplugd.slice.
  316. [ 30.258188] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  317. [ 30.265345] systemd[1]: Starting system-getty.slice.
  318. [ OK ] Created slice system-getty.slice.
  319. [ 30.288095] systemd[1]: Created slice system-getty.slice.
  320. [ 30.293910] systemd[1]: Starting system-serial\x2dgetty.slice.
  321. [ OK ] Created slice system-serial\x2dgetty.slice.
  322. [ 30.318112] systemd[1]: Created slice system-serial\x2dgetty.slice.
  323. [ 30.353591] systemd[1]: Starting Apply Kernel Variables...
  324. Starting Apply Kernel Variables...
  325. [ 30.381475] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  326. Starting Create list of required static device nodes...rrent kernel...
  327. [ 30.425041] systemd[1]: Mounted Configuration File System.
  328. [ 30.443357] systemd[1]: Mounted Huge Pages File System.
  329. [ 30.449650] systemd[1]: Starting Journal Service...
  330. Starting Journal Service...
  331. [ OK ] Started Journal Service.
  332. [ 30.500526] systemd[1]: Started Journal Service.
  333. [ OK ] Reached target Slices.
  334. Mounting Temporary Directory...
  335. Starting Remount Root and Kernel File Systems...
  336. [ OK ] Mounted POSIX Message Queue File System.
  337. [ OK ] Mounted Debug File System.
  338. [ OK ] Mounted Temporary Directory.
  339. [ OK ] Started Setup Virtual Console.
  340. [ OK ] Started Apply Kernel Variables.
  341. [ OK ] Started Create list of required static device nodes ...current kernel.
  342. [ OK ] Started Remount Root and Kernel File Systems.
  343. [ OK ] Started udev Coldplug all Devices.
  344. Starting Load/Save Random Seed...
  345. Starting Create Static Device Nodes in /dev...
  346. [ OK ] Started Load/Save Random Seed.
  347. [ OK ] Started Create Static Device Nodes in /dev.
  348. Starting udev Kernel Device Manager...
  349. [ OK ] Reached target Local File Systems (Pre).
  350. [ OK ] Reached target Local File Systems.
  351. [ 31.235870] systemd-udevd[85]: starting version 212
  352. Starting Create Volatile Files and Directories...
  353. Starting Trigger Flushing of Journal to Persistent Storage...
  354. [ OK ] Started udev Kernel Device Manager.
  355. [ OK ] Started Create Volatile Files and Directories.
  356. [ 31.484634] systemd-journald[71]: Received request to flush runtime journal from PID 1
  357. Starting Update UTMP about System Boot/Shutdown...
  358. [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
  359. [ 31.601006] systemd-journald[71]: File /var/log/journal/e4b5dad211aa4a41920893d218a05e68/system.journal corrupted or uncleanly shut down, renaming and replacing.
  360. [ OK ] Started Update UTMP about System Boot/Shutdown.
  361. [ OK ] Reached target System Initialization.
  362. [ OK ] Listening on D-Bus System Message Bus Socket.
  363. [ OK ] Reached target Sockets.
  364. [ OK ] Reached target Timers.
  365. [ OK ] Reached target Basic System.
  366. Starting OpenSSH Daemon...
  367. [ OK ] Started OpenSSH Daemon.
  368. Starting Entropy Harvesting Daemon...
  369. Starting Permit User Sessions...
  370. Starting Login Service...
  371. Starting D-Bus System Message Bus...
  372. [ OK ] Started D-Bus System Message Bus.
  373. [ 32.187298] ses 2:0:0:1: Attached Enclosure device
  374. [ 32.220282] random: nonblocking pool is initialized
  375. [ OK ] Started Permit User Sessions.
  376. [ OK ] Found device /dev/ttyS0.
  377. [ OK ] Found device /sys/subsystem/net/devices/eth0.
  378. [ OK ] Started Login Service.
  379. Starting Automatic wired network connection using netctl profiles...
  380. [ OK ] Started Automatic wired network connection using netctl profiles.
  381. Starting Getty on tty1...
  382. [ OK ] Started Getty on tty1.
  383. Starting Serial Getty on ttyS0...
  384. [ OK ] Started Serial Getty on ttyS0.
  385. [ OK ] Reached target Login Prompts.
  386. [ OK ] Started Entropy Harvesting Daemon.
  387. [ OK ] Reached target Multi-User System.
  388. [ OK ] Reached target Graphical Interface.
  389.  
  390. Arch Linux 3.14.4-1-ARCH (ttyS0)
  391.  
  392. localhost login: [ 35.865872] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  393. [ 37.530103] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
  394. [ 37.539933] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  395. [ 39.692019] EXT2-fs (sda1): error: ext2_lookup: deleted inode referenced: 368514
  396. [ 40.815427] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  397.  
  398. Arch Linux 3.14.4-1-ARCH (ttyS0)
  399.  
  400. localhost login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement