Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.73 KB | None | 0 0
  1. [Enter `^Ec?' for help]
  2.  
  3.  
  4. U-Boot 2013.04-mustang_sw_1.13.28-beta (Aug 25 2014 - 14:16:10)
  5.  
  6. CPU0: APM ARM 64-bit Potenza Rev A3 2400MHz PCP 2400MHz
  7. 32 KB ICACHE, 32 KB DCACHE
  8. SOC 2000MHz IOBAXI 400MHz AXI 250MHz AHB 200MHz GFC 125MHz
  9. Boot from SPI-NOR
  10. SLIMpro FW 2.1
  11. Board: Mustang - AppliedMicro APM883208-xNA24SPT Reference Board
  12. I2C: ready
  13. DRAM: ECC 16 GiB @ 1600MHz
  14. SF: Detected N25Q256 with page size 256 Bytes, total 32 MiB
  15. MMC: X-Gene SD/SDIO/eMMC: 0
  16. PCIE0: (RC) X1 GEN-1 link up
  17. 00:00.0 - 19aa:e008 - Bridge device
  18. 01:00.0 - 14e4:165a - Network controller
  19. In: serial
  20. Out: serial
  21. Err: serial
  22. CPUs: 11111111
  23. Net: eth0 [PRIME]
  24. Hit any key to stop autoboot: 0
  25. Mustang# setenv serverip 10.229.32.252;setenv ipaddr 10.229.32.97;run addtty;
  26. Mustang# tftp ${kernel_addr_r} ming/up2/uImage;tftp ${fdt_addr_r} ming/up2/apm-mustang.dtb;
  27. Using eth0 device
  28. TFTP from server 10.229.32.252; our IP address is 10.229.32.97
  29. Filename 'ming/up2/uImage'.
  30. Load address: 0x4002000000
  31. Loading: #################################################################
  32. #################################################################
  33. #################################################################
  34. #################################################################
  35. #################################################################
  36. #################################################################
  37. #################################################################
  38. #################################################################
  39. #################################################################
  40. #################################################################
  41. #################################################################
  42. ###############################################################
  43. 5.4 MiB/s
  44. done
  45. Bytes transferred = 11411472 (ae2010 hex)
  46. Using eth0 device
  47. TFTP from server 10.229.32.252; our IP address is 10.229.32.97
  48. Filename 'ming/up2/apm-mustang.dtb'.
  49. Load address: 0x4003000000
  50. Loading: #
  51. 4 MiB/s
  52. done
  53. Bytes transferred = 12486 (30c6 hex)
  54. Mustang# setenv sataargs 'setenv bootargs root=/dev/sda2 rootfstype=ext4 loglevel=9';run sataargs addtty addmisc;bootm ${kernel_addr_r} - ${fdt_addr_r}
  55. ## Booting kernel from Legacy Image at 4002000000 ...
  56. Image Name: Linux
  57. Image Type: ARM Linux Kernel Image (uncompressed)
  58. Data Size: 11411408 Bytes = 10.9 MiB
  59. Load Address: 00080000
  60. Entry Point: 00080000
  61. Verifying Checksum ... OK
  62. ## Flattened Device Tree blob at 4003000000
  63. Booting using the fdt blob at 0x0000004003000000
  64. Loading Kernel Image ... OK
  65. OK
  66. Loading Device Tree to 0000004000ff9000, end 0000004000fff0c5 ... OK
  67.  
  68. Starting kernel ...
  69.  
  70. L3C: 8MB
  71. [ 0.000000] Initializing cgroup subsys cpuset
  72. [ 0.000000] Initializing cgroup subsys cpu
  73. [ 0.000000] Initializing cgroup subsys cpuacct
  74. [ 0.000000] Linux version 3.17.0-rc5+ (ubuntu@am3) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-19ubuntu1) ) #1 SMP Thu Sep 18 22:45:19 EDT 2014
  75. [ 0.000000] CPU: AArch64 Processor [500f0000] revision 0
  76. [ 0.000000] Detected PIPT I-cache on CPU0
  77. [ 0.000000] efi: Getting EFI parameters from FDT:
  78. [ 0.000000] efi: UEFI not found.
  79. [ 0.000000] On node 0 totalpages: 4194304
  80. [ 0.000000] DMA zone: 14336 pages used for memmap
  81. [ 0.000000] DMA zone: 0 pages reserved
  82. [ 0.000000] DMA zone: 1048576 pages, LIFO batch:31
  83. [ 0.000000] Normal zone: 43008 pages used for memmap
  84. [ 0.000000] Normal zone: 3145728 pages, LIFO batch:31
  85. [ 0.000000] PERCPU: Embedded 12 pages/cpu @ffffffc3fff5e000 s18432 r8192 d22528 u49152
  86. [ 0.000000] pcpu-alloc: s18432 r8192 d22528 u49152 alloc=12*4096
  87. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  88. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4136960
  89. [ 0.000000] Kernel command line: root=/dev/sda2 rootfstype=ext4 loglevel=9 console=ttyS0,115200 earlyprintk=uart8250-32bit,0x1c020000 debug maxcpus=8 swiotlb=65536
  90. [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
  91. [ 0.000000] log_buf_len total cpu_extra contributions: 28672 bytes
  92. [ 0.000000] log_buf_len min size: 16384 bytes
  93. [ 0.000000] log_buf_len: 65536 bytes
  94. [ 0.000000] early log buf free: 14872(90%)
  95. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  96. [ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
  97. [ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
  98. [ 0.000000] Memory: 16510828K/16777216K available (6613K kernel code, 611K rwdata, 3572K rodata, 338K init, 436K bss, 266388K reserved)
  99. [ 0.000000] Virtual kernel memory layout:
  100. [ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdffff0000 ( 247 GB)
  101. [ 0.000000] vmemmap : 0xffffffbe00000000 - 0xffffffbfc0000000 ( 7 GB maximum)
  102. [ 0.000000] 0xffffffbee0000000 - 0xffffffbeee000000 ( 224 MB actual)
  103. [ 0.000000] PCI I/O : 0xffffffbffa000000 - 0xffffffbffb000000 ( 16 MB)
  104. [ 0.000000] fixed : 0xffffffbffbdfe000 - 0xffffffbffbdff000 ( 4 KB)
  105. [ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
  106. [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc400000000 ( 16384 MB)
  107. [ 0.000000] .init : 0xffffffc000a74000 - 0xffffffc000ac8800 ( 338 KB)
  108. [ 0.000000] .text : 0xffffffc000080000 - 0xffffffc000a73614 ( 10190 KB)
  109. [ 0.000000] .data : 0xffffffc000ac9000 - 0xffffffc000b61fd0 ( 612 KB)
  110. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  111. [ 0.000000] Hierarchical RCU implementation.
  112. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
  113. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  114. [ 0.000000] Architected cp15 timer(s) running at 50.00MHz (phys).
  115. [ 0.000002] sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 2748779069440ns
  116. [ 0.000062] Console: colour dummy device 80x25
  117. [ 0.003048] allocated 67108864 bytes of page_cgroup
  118. [ 0.003050] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  119. [ 0.003058] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=500000)
  120. [ 0.003063] pid_max: default: 32768 minimum: 301
  121. [ 0.003093] Security Framework initialized
  122. [ 0.003118] AppArmor: AppArmor initialized
  123. [ 0.003121] Yama: becoming mindful.
  124. [ 0.003148] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
  125. [ 0.003152] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
  126. [ 0.003436] Initializing cgroup subsys memory
  127. [ 0.003445] Initializing cgroup subsys devices
  128. [ 0.003449] Initializing cgroup subsys freezer
  129. [ 0.003453] Initializing cgroup subsys blkio
  130. [ 0.003457] Initializing cgroup subsys perf_event
  131. [ 0.003460] Initializing cgroup subsys hugetlb
  132. [ 0.003582] hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 5 counters available
  133. [ 0.003594] EFI services will not be available.
  134. [ 0.004413] CPU1: Booted secondary processor
  135. [ 0.004416] Detected PIPT I-cache on CPU1
  136. [ 0.004553] CPU2: Booted secondary processor
  137. [ 0.004556] Detected PIPT I-cache on CPU2
  138. [ 0.004684] CPU3: Booted secondary processor
  139. [ 0.004686] Detected PIPT I-cache on CPU3
  140. [ 0.004805] CPU4: Booted secondary processor
  141. [ 0.004808] Detected PIPT I-cache on CPU4
  142. [ 0.004935] CPU5: Booted secondary processor
  143. [ 0.004936] Detected PIPT I-cache on CPU5
  144. [ 0.005061] CPU6: Booted secondary processor
  145. [ 0.005064] Detected PIPT I-cache on CPU6
  146. [ 0.005189] CPU7: Booted secondary processor
  147. [ 0.005191] Detected PIPT I-cache on CPU7
  148. [ 0.005218] Brought up 8 CPUs
  149. [ 0.005232] SMP: Total of 8 processors activated.
  150. [ 0.005468] devtmpfs: initialized
  151. [ 0.007070] evm: security.selinux
  152. [ 0.007073] evm: security.SMACK64
  153. [ 0.007075] evm: security.ima
  154. [ 0.007077] evm: security.capability
  155. [ 0.007480] atomic64_test: passed
  156. [ 0.007586] regulator-dummy: no parameters
  157. [ 0.008362] NET: Registered protocol family 16
  158. [ 0.008636] vdso: 2 pages (1 code @ ffffffc000ad1000, 1 data @ ffffffc000ad0000)
  159. [ 0.008654] hw-breakpoint: found 4 breakpoint and 4 watchpoint registers.
  160. [ 0.008677] Warning: only able to allocate 4 MB for software IO TLB
  161. [ 0.008863] software IO TLB [mem 0x40ffc00000-0x4100000000] (4MB) mapped at [ffffffc0ffc00000-ffffffc0ffffffff]
  162. [ 0.008912] Serial: AMBA PL011 UART driver
  163. [ 0.040616] vgaarb: loaded
  164. [ 0.040949] SCSI subsystem initialized
  165. [ 0.041013] libata version 3.00 loaded.
  166. [ 0.041083] pps_core: LinuxPPS API ver. 1 registered
  167. [ 0.041085] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  168. [ 0.041093] PTP clock support registered
  169. [ 0.041431] NetLabel: Initializing
  170. [ 0.041435] NetLabel: domain hash size = 128
  171. [ 0.041436] NetLabel: protocols = UNLABELED CIPSOv4
  172. [ 0.041455] NetLabel: unlabeled traffic allowed by default
  173. [ 0.041565] Switched to clocksource arch_sys_counter
  174. [ 0.046430] FS-Cache: Loaded
  175. [ 0.046498] AppArmor: AppArmor Filesystem Enabled
  176. [ 0.048501] NET: Registered protocol family 2
  177. [ 0.048745] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  178. [ 0.049084] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  179. [ 0.049450] TCP: Hash tables configured (established 131072 bind 65536)
  180. [ 0.049473] TCP: reno registered
  181. [ 0.049480] UDP hash table entries: 8192 (order: 6, 262144 bytes)
  182. [ 0.049614] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
  183. [ 0.049829] NET: Registered protocol family 1
  184. [ 0.049846] PCI: CLS 0 bytes, default 64
  185. [ 0.050046] kvm [1]: Using HYP init bounce page @43eb8a2000
  186. [ 0.050102] kvm [1]: interrupt-controller@780c0000 IRQ25
  187. [ 0.050178] kvm [1]: timer IRQ30
  188. [ 0.050187] kvm [1]: Hyp mode initialized successfully
  189. [ 0.050518] futex hash table entries: 2048 (order: 5, 131072 bytes)
  190. [ 0.050541] Initialise system trusted keyring
  191. [ 0.050579] audit: initializing netlink subsys (disabled)
  192. [ 0.050598] audit: type=2000 audit(0.040:1): initialized
  193. [ 0.050843] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  194. [ 0.053123] zpool: loaded
  195. [ 0.053129] zbud: loaded
  196. [ 0.053373] VFS: Disk quotas dquot_6.5.2
  197. [ 0.053431] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  198. [ 0.054349] fuse init (API version 7.23)
  199. [ 0.054487] msgmni has been set to 32247
  200. [ 0.054580] Key type big_key registered
  201. [ 0.054917] Key type asymmetric registered
  202. [ 0.054922] Asymmetric key parser 'x509' registered
  203. [ 0.054995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  204. [ 0.055049] io scheduler noop registered
  205. [ 0.055054] io scheduler deadline registered (default)
  206. [ 0.055108] io scheduler cfq registered
  207. [ 0.055311] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  208. [ 0.055342] PCI host bridge /soc/pcie@1f2b0000 ranges:
  209. [ 0.055347] No bus range found for /soc/pcie@1f2b0000, using [??? 0xffffffc3eb4292c0-0xffffffc0005e3b8c flags 0x40]
  210. [ 0.055355] IO 0xe010000000..0xe01000ffff -> 0x00000000
  211. [ 0.055359] MEM 0xe180000000..0xe1ffffffff -> 0x80000000
  212. [ 0.055389] xgene-pcie 1f2b0000.pcie: (rc) x1 gen-1 link up
  213. [ 0.055422] xgene-pcie 1f2b0000.pcie: PCI host bridge to bus 0000:00
  214. [ 0.055427] pci_bus 0000:00: root bus resource [bus 00-ff]
  215. [ 0.055430] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  216. [ 0.055434] pci_bus 0000:00: root bus resource [mem 0xe180000000-0xe1ffffffff] (bus address [0x80000000-0xffffffff])
  217. [ 0.055438] pci_bus 0000:00: scanning bus
  218. [ 0.055455] pci 0000:00:00.0: [19aa:e008] type 01 class 0x060400
  219. [ 0.055478] pci 0000:00:00.0: reg 0x10: [mem 0x8000000000-0x807fffffff 64bit pref]
  220. [ 0.055536] pci 0000:00:00.0: supports D1 D2
  221. [ 0.055595] pci_bus 0000:00: fixups for bus
  222. [ 0.055600] pci 0000:00:00.0: scanning [bus 01-01] behind bridge, pass 0
  223. [ 0.055642] pci_bus 0000:01: scanning bus
  224. [ 0.055681] pci 0000:01:00.0: [14e4:165a] type 00 class 0x020000
  225. [ 0.055722] pci 0000:01:00.0: reg 0x10: [mem 0x00100000-0x0010ffff 64bit]
  226. [ 0.055959] pci 0000:01:00.0: PME# supported from D3hot
  227. [ 0.055968] pci 0000:01:00.0: PME# disabled
  228. [ 0.071603] pci_bus 0000:01: fixups for bus
  229. [ 0.071607] pci_bus 0000:01: bus scan returning with max=01
  230. [ 0.071614] pci 0000:00:00.0: scanning [bus 01-01] behind bridge, pass 1
  231. [ 0.071621] pci_bus 0000:00: bus scan returning with max=01
  232. [ 0.071646] pci 0000:00:00.0: BAR 0: assigned [mem 0xe180000000-0xe1ffffffff 64bit pref]
  233. [ 0.071658] pci 0000:00:00.0: BAR 8: no space for [mem size 0x00100000]
  234. [ 0.071661] pci 0000:00:00.0: BAR 8: failed to assign [mem size 0x00100000]
  235. [ 0.071665] pci 0000:01:00.0: BAR 0: no space for [mem size 0x00010000 64bit]
  236. [ 0.071668] pci 0000:01:00.0: BAR 0: failed to assign [mem size 0x00010000 64bit]
  237. [ 0.071671] pci 0000:00:00.0: PCI bridge to [bus 01]
  238. [ 0.071775] aer 0000:00:00.0:pcie02: service driver aer loaded
  239. [ 0.071883] ipmi message handler version 39.2
  240. [ 0.072010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  241. [ 0.073768] console [ttyS0] disabled
  242. [ 0.073794] 1c020000.serial: ttyS0 at MMIO 0x1c020000 (irq = 108, base_baud = 3125000) is a 16550A
  243. [ 1.008460] console [ttyS0] enabled
  244. [ 1.013734] brd: module loaded
  245. [ 1.017613] loop: module loaded
  246. [ 1.020858] Loading iSCSI transport class v2.0-870.
  247. [ 1.025866] iscsi: registered transport (tcp)
  248. [ 1.030315] xgene-ahci 1a400000.sata: skip clock and PHY initialization
  249. [ 1.036919] xgene-ahci 1a400000.sata: controller can't do NCQ, turning off CAP_NCQ
  250. [ 1.044454] xgene-ahci 1a400000.sata: controller can't do PMP, turning off CAP_PMP
  251. [ 1.052013] xgene-ahci 1a400000.sata: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl platform mode
  252. [ 1.061015] xgene-ahci 1a400000.sata: flags: 64bit sntf pm only fbs pio slum part ccc apst boh
  253. [ 1.069931] scsi host0: ahci_platform
  254. [ 1.073757] scsi host1: ahci_platform
  255. [ 1.077455] ata1: SATA max UDMA/133 mmio [mem 0x1a400000-0x1a400fff] port 0x100 irq 167
  256. [ 1.085424] ata2: SATA max UDMA/133 mmio [mem 0x1a400000-0x1a400fff] port 0x180 irq 167
  257. [ 1.093419] xgene-ahci 1a800000.sata: invalid resource
  258. [ 1.098530] xgene-ahci 1a800000.sata: skip clock and PHY initialization
  259. [ 1.105120] xgene-ahci 1a800000.sata: controller can't do NCQ, turning off CAP_NCQ
  260. [ 1.112652] xgene-ahci 1a800000.sata: controller can't do PMP, turning off CAP_PMP
  261. [ 1.120198] xgene-ahci 1a800000.sata: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl platform mode
  262. [ 1.129201] xgene-ahci 1a800000.sata: flags: 64bit sntf pm only fbs pio slum part ccc apst boh
  263. [ 1.138092] scsi host2: ahci_platform
  264. [ 1.141846] scsi host3: ahci_platform
  265. [ 1.145542] ata3: SATA max UDMA/133 mmio [mem 0x1a800000-0x1a800fff] port 0x100 irq 168
  266. [ 1.153511] ata4: SATA max UDMA/133 mmio [mem 0x1a800000-0x1a800fff] port 0x180 irq 168
  267. [ 1.162019] libphy: Fixed MDIO Bus: probed
  268. [ 1.166298] tun: Universal TUN/TAP device driver, 1.6
  269. [ 1.171321] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  270. [ 1.177944] libphy: APM X-Gene MDIO bus: probed
  271. [ 1.182803] cnic: QLogic NetXtreme II CNIC Driver cnic v2.5.20 (March 14, 2014)
  272. [ 1.190108] bnx2x: Broadcom NetXtreme II 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.78.19-0 (2014/02/10)
  273. [ 1.200225] tg3.c:v3.137 (May 11, 2014)
  274. [ 1.204064] ------------[ cut here ]------------
  275. [ 1.208659] WARNING: CPU: 1 PID: 1 at drivers/pci/pci.c:131 pci_ioremap_bar+0x70/0x78()
  276. [ 1.216623] Modules linked in:
  277. [ 1.219672] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 3.17.0-rc5+ #1
  278. [ 1.225994] Call trace:
  279. [ 1.228428] [<ffffffc0000884f0>] dump_backtrace+0x0/0x16c
  280. [ 1.233801] [<ffffffc00008866c>] show_stack+0x10/0x1c
  281. [ 1.238827] [<ffffffc0006e3210>] dump_stack+0x74/0x94
  282. [ 1.243854] [<ffffffc0000a934c>] warn_slowpath_common+0x88/0xb0
  283. [ 1.249742] [<ffffffc0000a9438>] warn_slowpath_null+0x14/0x20
  284. [ 1.255459] [<ffffffc0003994c4>] pci_ioremap_bar+0x6c/0x78
  285. [ 1.260916] [<ffffffc0005598cc>] tg3_init_one+0x148/0x16f4
  286. [ 1.266375] [<ffffffc00039ccf0>] pci_device_probe+0x78/0xd4
  287. [ 1.271920] [<ffffffc00042785c>] driver_probe_device+0x94/0x390
  288. [ 1.277808] [<ffffffc000427c44>] __driver_attach+0x98/0xa0
  289. [ 1.283267] [<ffffffc000425a54>] bus_for_each_dev+0x54/0x98
  290. [ 1.288809] [<ffffffc00042730c>] driver_attach+0x1c/0x28
  291. [ 1.294095] [<ffffffc000426f04>] bus_add_driver+0x164/0x240
  292. [ 1.299637] [<ffffffc000428430>] driver_register+0x64/0x130
  293. [ 1.305181] [<ffffffc00039c97c>] __pci_register_driver+0x3c/0x48
  294. [ 1.311155] [<ffffffc000aa8a5c>] tg3_driver_init+0x1c/0x28
  295. [ 1.316613] [<ffffffc0000814e0>] do_one_initcall+0xc4/0x1b4
  296. [ 1.322159] [<ffffffc000a74b64>] kernel_init_freeable+0x1b8/0x25c
  297. [ 1.328220] [<ffffffc0006de318>] kernel_init+0xc/0xd4
  298. [ 1.333252] ---[ end trace 9a785f8597948d55 ]---
  299. [ 1.337845] tg3 0000:01:00.0: Cannot map device registers, aborting
  300. [ 1.344096] tg3: probe of 0000:01:00.0 failed with error -12
  301. [ 1.349780] PPP generic driver version 2.4.2
  302. [ 1.354179] mousedev: PS/2 mouse device common for all mice
  303. [ 1.359877] xgene-rtc 10510000.rtc: rtc core: registered 10510000.rtc as rtc0
  304. [ 1.367126] device-mapper: uevent: version 1.0.3
  305. [ 1.371819] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
  306. [ 1.380244] ledtrig-cpu: registered to indicate activity on CPUs
  307. [ 1.386356] TCP: cubic registered
  308. [ 1.389863] NET: Registered protocol family 10
  309. [ 1.394618] NET: Registered protocol family 17
  310. [ 1.399055] Key type dns_resolver registered
  311. [ 1.403466] Loading compiled-in X.509 certificates
  312. [ 1.408240] registered taskstats version 1
  313. [ 1.412546] Key type trusted registered
  314. [ 1.416521] Key type encrypted registered
  315. [ 1.420676] AppArmor: AppArmor sha1 policy hashing enabled
  316. [ 1.426150] ima: No TPM chip found, activating TPM-bypass!
  317. [ 1.431584] ata1: SATA link down (SStatus 0 SControl 4300)
  318. [ 1.437114] evm: HMAC attrs: 0x1
  319. [ 1.440509] xgene-rtc 10510000.rtc: setting system clock to 2014-09-22 01:19:52 UTC (1411348792)
  320. [ 1.441580] ata2: SATA link down (SStatus 0 SControl 4300)
  321. [ 1.501576] ata4: SATA link down (SStatus 0 SControl 4300)
  322. [ 6.541569] ata3: link is slow to respond, please be patient (ready=-19)
  323. [ 6.601574] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 4300)
  324. [ 6.609087] ata3.00: ATA-8: ST500DM002-1BD142, KC45, max UDMA/133
  325. [ 6.615163] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
  326. [ 6.623238] ata3.00: configured for UDMA/133
  327. [ 6.627615] scsi 2:0:0:0: Direct-Access ATA ST500DM002-1BD14 KC45 PQ: 0 ANSI: 5
  328. [ 6.635884] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
  329. [ 6.635899] sd 2:0:0:0: Attached scsi generic sg0 type 0
  330. [ 6.648621] sd 2:0:0:0: [sda] 4096-byte physical blocks
  331. [ 6.653882] sd 2:0:0:0: [sda] Write Protect is off
  332. [ 6.658648] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
  333. [ 6.663700] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  334. [ 6.726731] sda: sda1 sda2 sda3
  335. [ 6.730301] sd 2:0:0:0: [sda] Attached SCSI disk
  336. [ 6.734926] md: Waiting for all devices to be available before autodetect
  337. [ 6.741685] md: If you don't use raid, use raid=noautodetect
  338. [ 6.747491] md: Autodetecting RAID arrays.
  339. [ 6.751578] md: Scanned 0 and added 0 devices.
  340. [ 6.755997] md: autorun ...
  341. [ 6.758774] md: ... autorun DONE.
  342. [ 6.798366] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
  343. [ 6.805212] EXT4-fs (sda2): write access will be enabled during recovery
  344. [ 6.892307] EXT4-fs (sda2): orphan cleanup on readonly fs
  345. [ 6.910397] EXT4-fs (sda2): 1 orphan inode deleted
  346. [ 6.915175] EXT4-fs (sda2): recovery complete
  347. [ 7.008684] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  348. [ 7.016321] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
  349. [ 7.045003] devtmpfs: mounted
  350. [ 7.047998] Freeing unused kernel memory: 336K (ffffffc000a74000 - ffffffc000ac8000)
  351. Mount failed for selinuxfs on /sys/fs/selinux: No such file or directory
  352. [ 7.683132] random: init urandom read with 27 bits of entropy available
  353. * Stopping Read required files in advance [ OK ]
  354. * Starting Mount filesystems on boot [ OK ]
  355. * Starting Populate /dev filesystem [ OK ]
  356. * Stopping Populate /dev filesystem [ OK ]
  357. * Starting Fix-up /sys/kernel/debug filesystem [ OK ]
  358. * Stopping Fix-up /sys/kernel/debug filesystem [ OK ]
  359. * Starting Populate and link to /run filesystem [ OK ]
  360. * Stopping Populate and link to /run filesystem [ OK ]
  361. * Stopping Track if upstart is running in a container [ OK ]
  362. * Starting Initialize or finalize resolvconf [ OK ]
  363. * Starting set console keymap [ OK ]
  364. * Starting Signal sysvinit that virtual filesystems are mounted [ OK ]
  365. * Starting Signal sysvinit that virtual filesystems are mounted [ OK ]
  366. * Starting Bridge udev events into upstart [ OK ]
  367. * Starting Signal sysvinit that remote filesystems are mounted [ OK ]
  368. * Stopping set console keymap [ OK ]
  369. * Starting device node and kernel event manager [ OK ]
  370. * Starting load modules from /etc/modules [ OK ]
  371. * Starting cold plug devices [ OK ]
  372. * Starting log initial device creation [ OK ]
  373. * Stopping load modules from /etc/modules [ OK ]
  374. * Starting Uncomplicated firewall [ OK ]
  375. * Starting configure network device security [ OK ]
  376. * Starting configure network device security [ OK ]
  377. * Starting Mount network filesystems [ OK ]
  378. * Stopping Mount network filesystems [ OK ]
  379. * Starting Bridge socket events into upstart [ OK ]
  380. * Starting configure network device [ OK ]
  381. * Stopping cold plug devices [ OK ]
  382. * Starting load fallback graphics devices [ OK ]
  383. * Starting load fallback graphics devices [fail]
  384. * Starting set console font [ OK ]
  385. * Stopping set console font [ OK ]
  386. * Starting userspace bootsplash [ OK ]
  387. * Stopping userspace bootsplash [ OK ]
  388. * Starting Send an event to indicate plymouth is up [ OK ]
  389. * Stopping Send an event to indicate plymouth is up [ OK ]
  390. * Starting Mount network filesystems [ OK ]
  391. * Starting configure network device [ OK ]
  392. * Stopping log initial device creation [ OK ]
  393. * Stopping Mount network filesystems [ OK ]
  394. * Starting Signal sysvinit that the rootfs is mounted [ OK ]
  395. * Starting Clean /tmp directory [ OK ]
  396. * Stopping Clean /tmp directory [ OK ]
  397. * Stopping Read required files in advance (for other mountpoints) [ OK ]
  398. * Starting Signal sysvinit that local filesystems are mounted [ OK ]
  399. * Starting configure network device security [ OK ]
  400. * Starting Failsafe Boot Delay [ OK ]
  401. * Starting flush early job output to logs [ OK ]
  402. * Stopping Mount filesystems on boot [ OK ]
  403. * Stopping flush early job output to logs [ OK ]
  404. * Starting Bridge file events into upstart [ OK ]
  405. * Starting system logging daemon [ OK ]
  406. * Starting D-Bus system message bus [ OK ]
  407. * Starting SystemD login management service [ OK ]
  408. * Starting configure virtual network devices [ OK ]
  409. Waiting for network configuration...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement