Advertisement
Guest User

dmesg_riscv

a guest
Feb 28th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.92 KB | None | 0 0
  1. [ 0.000000] OF: fdt: Ignoring memory range 0x80000000 - 0x80200000
  2. [ 0.000000] Linux version 5.8.0-18--generic (buildd@riscv64-qemu-lcy01-089) (gcc (Ubuntu 10.2.0-13ubuntu1) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35.1) #20+mpfs1-Ubuntu SMP Thu Feb 25 23:37:27 UTC 2021 (Ubuntu 5.8.0-18.20+mpfs1-generic 5.8.18)
  3. [ 0.000000] earlycon: sifive0 at MMIO 0x0000000010010000 (options '')
  4. [ 0.000000] printk: bootconsole [sifive0] enabled
  5. [ 0.000000] Initial ramdisk at: 0x(____ptrval____) (161062912 bytes)
  6. [ 0.000000] Zone ranges:
  7. [ 0.000000] DMA32 [mem 0x0000000080200000-0x00000000ffffffff]
  8. [ 0.000000] Normal [mem 0x0000000100000000-0x000000027fffffff]
  9. [ 0.000000] Movable zone start for each node
  10. [ 0.000000] Early memory node ranges
  11. [ 0.000000] node 0: [mem 0x0000000080200000-0x000000027fffffff]
  12. [ 0.000000] Zeroed struct page in unavailable ranges: 512 pages
  13. [ 0.000000] Initmem setup node 0 [mem 0x0000000080200000-0x000000027fffffff]
  14. [ 0.000000] On node 0 totalpages: 2096640
  15. [ 0.000000] DMA32 zone: 8184 pages used for memmap
  16. [ 0.000000] DMA32 zone: 0 pages reserved
  17. [ 0.000000] DMA32 zone: 523776 pages, LIFO batch:63
  18. [ 0.000000] Normal zone: 24576 pages used for memmap
  19. [ 0.000000] Normal zone: 1572864 pages, LIFO batch:63
  20. [ 0.000000] software IO TLB: mapped [mem 0xfbfff000-0xfffff000] (64MB)
  21. [ 0.000000] SBI specification v0.2 detected
  22. [ 0.000000] SBI implementation ID=0x1 Version=0x8
  23. [ 0.000000] SBI v0.2 TIME extension detected
  24. [ 0.000000] SBI v0.2 IPI extension detected
  25. [ 0.000000] SBI v0.2 RFENCE extension detected
  26. [ 0.000000] SBI v0.2 HSM extension detected
  27. [ 0.000000] CPU with hartid=0 is not available
  28. [ 0.000000] CPU with hartid=0 is not available
  29. [ 0.000000] riscv: ISA extensions acdfim
  30. [ 0.000000] riscv: ELF capabilities acdfim
  31. [ 0.000000] percpu: Embedded 27 pages/cpu s70744 r8192 d31656 u110592
  32. [ 0.000000] pcpu-alloc: s70744 r8192 d31656 u110592 alloc=27*4096
  33. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  34. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2063880
  35. [ 0.000000] Kernel command line: root=LABEL=cloudimg-rootfs ro earlycon
  36. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  37. [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  38. [ 0.000000] Sorting __ex_table...
  39. [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
  40. [ 0.000000] Memory: 7978112K/8386560K available (9251K kernel code, 3809K rwdata, 8192K rodata, 313K init, 995K bss, 408448K reserved, 0K cma-reserved)
  41. [ 0.000000] random: get_random_u64 called from kmem_cache_open+0x38/0x288 with crng_init=0
  42. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  43. [ 0.000000] ftrace: allocating 36951 entries in 145 pages
  44. [ 0.000000] ftrace: allocated 145 pages with 3 groups
  45. [ 0.000000] rcu: Hierarchical RCU implementation.
  46. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  47. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  48. [ 0.000000] Rude variant of Tasks RCU enabled.
  49. [ 0.000000] Tracing variant of Tasks RCU enabled.
  50. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  51. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  52. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  53. [ 0.000000] CPU with hartid=0 is not available
  54. [ 0.000000] riscv-intc: unable to find hart id for /cpus/cpu@0/interrupt-controller
  55. [ 0.000000] riscv-intc: 64 local interrupts mapped
  56. [ 0.000000] plic: interrupt-controller@c000000: mapped 53 interrupts with 4 handlers for 9 contexts.
  57. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [1]
  58. [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 3526361616960 ns
  59. [ 0.000007] sched_clock: 64 bits at 1000kHz, resolution 1000ns, wraps every 2199023255500ns
  60. [ 0.008581] Console: colour dummy device 80x25
  61. [ 0.012797] printk: console [tty0] enabled
  62. [ 0.016853] printk: bootconsole [sifive0] disabled
  63. [ 0.021704] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
  64. [ 0.021731] pid_max: default: 32768 minimum: 301
  65. [ 0.022008] LSM: Security Framework initializing
  66. [ 0.022079] Yama: becoming mindful.
  67. [ 0.022322] AppArmor: AppArmor initialized
  68. [ 0.022851] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  69. [ 0.023200] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  70. [ 0.026594] rcu: Hierarchical SRCU implementation.
  71. [ 0.029849] smp: Bringing up secondary CPUs ...
  72. [ 0.033581] smp: Brought up 1 node, 4 CPUs
  73. [ 0.037270] devtmpfs: initialized
  74. [ 0.040689] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  75. [ 0.040880] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  76. [ 0.041191] pinctrl core: initialized pinctrl subsystem
  77. [ 0.041766] thermal_sys: Registered thermal governor 'fair_share'
  78. [ 0.041771] thermal_sys: Registered thermal governor 'bang_bang'
  79. [ 0.041788] thermal_sys: Registered thermal governor 'step_wise'
  80. [ 0.041802] thermal_sys: Registered thermal governor 'user_space'
  81. [ 0.042956] NET: Registered protocol family 16
  82. [ 0.043188] audit: initializing netlink subsys (disabled)
  83. [ 0.043584] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
  84. [ 0.044200] cpuidle: using governor ladder
  85. [ 0.044277] cpuidle: using governor menu
  86. [ 0.059308] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  87. [ 0.059352] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  88. [ 0.068430] fbcon: Taking over console
  89. [ 0.068722] iommu: Default domain type: Translated
  90. [ 0.070270] SCSI subsystem initialized
  91. [ 0.070519] libata version 3.00 loaded.
  92. [ 0.070768] vgaarb: loaded
  93. [ 0.071014] usbcore: registered new interface driver usbfs
  94. [ 0.071116] usbcore: registered new interface driver hub
  95. [ 0.071189] usbcore: registered new device driver usb
  96. [ 0.071423] pps_core: LinuxPPS API ver. 1 registered
  97. [ 0.071460] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  98. [ 0.071531] PTP clock support registered
  99. [ 0.071826] EDAC MC: Ver: 3.0.0
  100. [ 0.073111] NetLabel: Initializing
  101. [ 0.073148] NetLabel: domain hash size = 128
  102. [ 0.073180] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  103. [ 0.073386] NetLabel: unlabeled traffic allowed by default
  104. [ 0.074016] clocksource: Switched to clocksource riscv_clocksource
  105. [ 0.184307] VFS: Disk quotas dquot_6.6.0
  106. [ 0.184473] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  107. [ 0.185381] AppArmor: AppArmor Filesystem Enabled
  108. [ 0.195573] NET: Registered protocol family 2
  109. [ 0.196907] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  110. [ 0.198413] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  111. [ 0.202162] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
  112. [ 0.204045] TCP: Hash tables configured (established 65536 bind 65536)
  113. [ 0.205406] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  114. [ 0.205960] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  115. [ 0.206546] NET: Registered protocol family 1
  116. [ 0.206623] NET: Registered protocol family 44
  117. [ 0.206666] PCI: CLS 0 bytes, default 64
  118. [ 0.207144] Trying to unpack rootfs image as initramfs...
  119. [ 14.199980] Freeing initrd memory: 157284K
  120. [ 14.201235] Initialise system trusted keyrings
  121. [ 14.201336] Key type blacklist registered
  122. [ 14.201768] workingset: timestamp_bits=46 max_order=21 bucket_order=0
  123. [ 14.211757] zbud: loaded
  124. [ 14.214157] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  125. [ 14.215470] fuse: init (API version 7.31)
  126. [ 14.216246] integrity: Platform Keyring initialized
  127. [ 14.279126] Key type asymmetric registered
  128. [ 14.279165] Asymmetric key parser 'x509' registered
  129. [ 14.279238] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  130. [ 14.279505] io scheduler mq-deadline registered
  131. [ 14.282251] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  132. [ 14.282753] microchip-pcie 2030000000.pcie: failed to get clock resources, error -2
  133. [ 14.282819] microchip-pcie 2030000000.pcie: parsing devicetree failed, ret ffffffed
  134. [ 14.283566] L2CACHE: DataError @ 0x00000000.081BCBA8
  135. [ 14.283608] L2CACHE: DataFail @ 0x00000000.081BCBA0
  136. [ 14.283620] L2CACHE: No. of Banks in the cache: 4
  137. [ 14.283675] L2CACHE: No. of ways per bank: 16
  138. [ 14.283707] L2CACHE: Sets per bank: 512
  139. [ 14.283737] L2CACHE: Bytes per cache block: 64
  140. [ 14.283769] L2CACHE: Index of the largest way enabled: 15
  141. [ 14.285361] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  142. [ 14.293194] 10010000.serial: ttySIF0 at MMIO 0x10010000 (irq = 1, base_baud = 0) is a SiFive UART v0
  143. [ 15.053860] printk: console [ttySIF0] enabled
  144. [ 15.058677] 10011000.serial: ttySIF1 at MMIO 0x10011000 (irq = 12, base_baud = 0) is a SiFive UART v0
  145. [ 15.086541] loop: module loaded
  146. [ 15.090238] sifive_spi 10040000.spi: mapped; irq=14, cs=1
  147. [ 15.095685] sifive_spi 10050000.spi: mapped; irq=15, cs=1
  148. [ 15.101671] libphy: Fixed MDIO Bus: probed
  149. [ 15.105049] tun: Universal TUN/TAP device driver, 1.6
  150. [ 15.110276] PPP generic driver version 2.4.2
  151. [ 15.114683] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  152. [ 15.120879] ehci-pci: EHCI PCI platform driver
  153. [ 15.125315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  154. [ 15.131486] ohci-pci: OHCI PCI platform driver
  155. [ 15.135891] uhci_hcd: USB Universal Host Controller Interface driver
  156. [ 15.142648] mousedev: PS/2 mouse device common for all mice
  157. [ 15.148029] i2c /dev entries driver
  158. [ 15.151936] device-mapper: uevent: version 1.0.3
  159. [ 15.156147] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
  160. [ 15.164476] EDAC DEVICE0: Giving out device to module Sifive ECC Manager controller sifive_edac.0: DEV sifive_edac.0 (INTERRUPT)
  161. [ 15.176483] sdhci: Secure Digital Host Controller Interface driver
  162. [ 15.181967] sdhci: Copyright(c) Pierre Ossman
  163. [ 15.211720] mmc_spi spi1.0: SD/MMC host mmc0, no DMA, no WP, no poweroff, cd polling
  164. [ 15.218964] sdhci-pltfm: SDHCI platform and OF driver helper
  165. [ 15.224711] ledtrig-cpu: registered to indicate activity on CPUs
  166. [ 15.230650] drop_monitor: Initializing network drop monitor service
  167. [ 15.237871] NET: Registered protocol family 10
  168. [ 15.280706] mmc0: host does not support reading read-only switch, assuming write-enable
  169. [ 15.281740] Segment Routing with IPv6
  170. [ 15.288023] mmc0: new SDHC card on SPI
  171. [ 15.289600] mmcblk0: mmc0:0000 SS08G 7.40 GiB
  172. [ 15.291748] NET: Registered protocol family 17
  173. [ 15.304842] Key type dns_resolver registered
  174. [ 15.309528] registered taskstats version 1
  175. [ 15.312970] Loading compiled-in X.509 certificates
  176. [ 15.323800] Loaded X.509 cert 'Build time autogenerated kernel key: 393c476a4ccc11420c11145aab7edfb84dd3a505'
  177. [ 15.331287] mmcblk0: p1 p12 p13 p14 p15
  178. [ 15.338503] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
  179. [ 15.352993] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
  180. [ 15.362644] zswap: loaded using pool lzo/zbud
  181. [ 15.367137] Key type ._fscrypt registered
  182. [ 15.370610] Key type .fscrypt registered
  183. [ 15.374509] Key type fscrypt-provisioning registered
  184. [ 15.395660] Key type encrypted registered
  185. [ 15.398967] AppArmor: AppArmor sha1 policy hashing enabled
  186. [ 15.404481] ima: No TPM chip found, activating TPM-bypass!
  187. [ 15.409898] ima: Allocated hash algorithm: sha1
  188. [ 15.414536] ima: No architecture policies found
  189. [ 15.419048] evm: Initialising EVM extended attributes:
  190. [ 15.424035] evm: security.selinux
  191. [ 15.427330] evm: security.SMACK64
  192. [ 15.430620] evm: security.SMACK64EXEC
  193. [ 15.434264] evm: security.SMACK64TRANSMUTE
  194. [ 15.438344] evm: security.SMACK64MMAP
  195. [ 15.441973] evm: security.apparmor
  196. [ 15.445376] evm: security.ima
  197. [ 15.448349] evm: security.capability
  198. [ 15.451896] evm: HMAC attrs: 0x1
  199. [ 19.202448] Freeing unused kernel memory: 312K
  200. [ 19.213477] ------------[ cut here ]------------
  201. [ 19.217375] riscv/mm: Found insecure W+X mapping at address (____ptrval____)/0xffffffdff8000000
  202. [ 19.226104] WARNING: CPU: 2 PID: 1 at arch/riscv/mm/ptdump.c:200 note_page+0x24c/0x252
  203. [ 19.233965] Modules linked in:
  204. [ 19.236982] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 5.8.0-18--generic #20+mpfs1-Ubuntu
  205. [ 19.245078] epc: ffffffe000208922 ra : ffffffe000208922 sp : ffffffe1f5b9fb30
  206. [ 19.252181] gp : ffffffe0017240f8 tp : ffffffe1f5bea280 t0 : ffffffe00173b0e0
  207. [ 19.259402] t1 : ffffffe00173b078 t2 : 0000000000000000 s0 : ffffffe1f5b9fb80
  208. [ 19.266607] s1 : ffffffe1f5b9fe10 a0 : 0000000000000053 a1 : 0000000200000020
  209. [ 19.273814] a2 : ffffffe1f5b9f870 a3 : 0000000000000000 a4 : ffffffe001620210
  210. [ 19.281019] a5 : ffffffe001620210 a6 : 00000000000000c9 a7 : ffffffe0006ed63e
  211. [ 19.288226] s2 : ffffffdff8001000 s3 : 0000000000000000 s4 : 0000000000000004
  212. [ 19.295432] s5 : 0000000000000000 s6 : 0000000000000000 s7 : ffffffe1f5b9fd20
  213. [ 19.302639] s8 : ffffffdff8001000 s9 : ffffffe001726148 s10: ffffffdff8002000
  214. [ 19.309844] s11: ffffffe000c16fe0 t3 : 000000000003cb68 t4 : 000000000003cb68
  215. [ 19.317050] t5 : 0000000000000000 t6 : ffffffe001735462
  216. [ 19.322326] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
  217. [ 19.330247] ---[ end trace 26e00eeee6166f44 ]---
  218. [ 19.335620] Checked W+X mappings: failed, 513 W+X pages found
  219. [ 19.340683] Run /init as init process
  220. [ 19.344275] with arguments:
  221. [ 19.344280] /init
  222. [ 19.344284] with environment:
  223. [ 19.344288] HOME=/
  224. [ 19.344292] TERM=linux
  225. [ 19.959614] macb 10090000.ethernet: Registered clk switch 'sifive-gemgxl-mgmt'
  226. [ 19.966309] macb 10090000.ethernet: GEM doesn't support hardware ptp.
  227. [ 19.973207] libphy: MACB_mii_bus: probed
  228. [ 20.044248] MACsec IEEE 802.1AE
  229. [ 20.083684] macb 10090000.ethernet eth0: Cadence GEM rev 0x10070109 at 0x10090000 irq 16 (70:b3:d5:92:f2:9d)
  230. [ 23.546045] raid6: int64x8 gen() 402 MB/s
  231. [ 23.614044] raid6: int64x8 xor() 254 MB/s
  232. [ 23.682041] raid6: int64x4 gen() 546 MB/s
  233. [ 23.750034] raid6: int64x4 xor() 311 MB/s
  234. [ 23.818076] raid6: int64x2 gen() 560 MB/s
  235. [ 23.886037] raid6: int64x2 xor() 309 MB/s
  236. [ 23.954043] raid6: int64x1 gen() 492 MB/s
  237. [ 24.022029] raid6: int64x1 xor() 252 MB/s
  238. [ 24.025540] raid6: using algorithm int64x2 gen() 560 MB/s
  239. [ 24.030948] raid6: .... xor() 309 MB/s, rmw enabled
  240. [ 24.035804] raid6: using intx1 recovery algorithm
  241. [ 24.052236] xor: measuring software checksum speed
  242. [ 24.094017] 8regs : 1535.000 MB/sec
  243. [ 24.134016] 8regs_prefetch: 1532.000 MB/sec
  244. [ 24.174017] 32regs : 1701.000 MB/sec
  245. [ 24.214017] 32regs_prefetch: 1654.000 MB/sec
  246. [ 24.217874] xor: using function: 32regs (1701.000 MB/sec)
  247. [ 24.231476] async_tx: api initialized (async)
  248. [ 29.523443] Btrfs loaded, crc32c=crc32c-generic
  249. [ 30.982850] EXT4-fs (mmcblk0p1): INFO: recovery required on readonly filesystem
  250. [ 30.989469] EXT4-fs (mmcblk0p1): write access will be enabled during recovery
  251. [ 32.867709] EXT4-fs (mmcblk0p1): recovery complete
  252. [ 32.881981] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  253. [ 39.159007] systemd[1]: System time before build time, advancing clock.
  254. [ 40.065250] systemd[1]: Inserted module 'autofs4'
  255. [ 40.578463] systemd[1]: systemd 245.4-4ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
  256. [ 40.600575] systemd[1]: Detected architecture riscv64.
  257. [ 40.685758] systemd[1]: Set hostname to <ubuntu>.
  258. [ 45.558403] random: lvmconfig: uninitialized urandom read (4 bytes read)
  259. [ 47.573393] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
  260. [ 48.145014] random: systemd: uninitialized urandom read (16 bytes read)
  261. [ 48.155936] systemd[1]: Created slice system-modprobe.slice.
  262. [ 48.167230] random: systemd: uninitialized urandom read (16 bytes read)
  263. [ 48.175387] systemd[1]: Created slice system-serial\x2dgetty.slice.
  264. [ 48.187954] random: systemd: uninitialized urandom read (16 bytes read)
  265. [ 48.195794] systemd[1]: Created slice User and Session Slice.
  266. [ 48.207473] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  267. [ 48.224003] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  268. [ 48.241519] systemd[1]: Reached target User and Group Name Lookups.
  269. [ 48.254236] systemd[1]: Reached target Slices.
  270. [ 48.263995] systemd[1]: Reached target Swap.
  271. [ 48.272928] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  272. [ 48.287163] systemd[1]: Listening on LVM2 poll daemon socket.
  273. [ 48.298869] systemd[1]: Listening on multipathd control socket.
  274. [ 48.311872] systemd[1]: Listening on Syslog Socket.
  275. [ 48.321966] systemd[1]: Listening on initctl Compatibility Named Pipe.
  276. [ 48.336612] systemd[1]: Listening on Journal Audit Socket.
  277. [ 48.348177] systemd[1]: Listening on Journal Socket (/dev/log).
  278. [ 48.361020] systemd[1]: Listening on Journal Socket.
  279. [ 48.371595] systemd[1]: Listening on Network Service Netlink Socket.
  280. [ 48.384757] systemd[1]: Listening on udev Control Socket.
  281. [ 48.396295] systemd[1]: Listening on udev Kernel Socket.
  282. [ 48.413590] systemd[1]: Mounting Huge Pages File System...
  283. [ 48.430800] systemd[1]: Mounting POSIX Message Queue File System...
  284. [ 48.448437] systemd[1]: Mounting Kernel Debug File System...
  285. [ 48.464983] systemd[1]: Mounting Kernel Trace File System...
  286. [ 48.483645] systemd[1]: Starting Journal Service...
  287. [ 48.505446] systemd[1]: Starting Set the console keyboard layout...
  288. [ 48.526105] systemd[1]: Starting Create list of static device nodes for the current kernel...
  289. [ 48.547938] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  290. [ 48.576503] systemd[1]: Starting Load Kernel Module drm...
  291. [ 48.587266] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
  292. [ 48.794520] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  293. [ 49.239729] systemd[1]: Starting Load Kernel Modules...
  294. [ 49.257093] systemd[1]: Starting Remount Root and Kernel File Systems...
  295. [ 49.266501] random: fast init done
  296. [ 49.296243] systemd[1]: Starting udev Coldplug all Devices...
  297. [ 49.317287] systemd[1]: Starting Uncomplicated firewall...
  298. [ 49.341201] systemd[1]: Started Journal Service.
  299. [ 49.458493] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
  300. [ 50.492259] systemd-journald[354]: Received client request to flush runtime journal.
  301. [ 50.858549] systemd-journald[354]: File /var/log/journal/3d45e906fc3740e69b50c403510d183a/system.journal corrupted or uncleanly shut down, renaming and replacing.
  302. [ 58.465836] alua: device handler registered
  303. [ 58.501264] emc: device handler registered
  304. [ 58.566420] rdac: device handler registered
  305. [ 59.880209] FAT-fs (mmcblk0p15): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  306. [ 64.447743] audit: type=1400 audit(1614470149.418:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=474 comm="apparmor_parser"
  307. [ 64.447769] audit: type=1400 audit(1614470149.418:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=474 comm="apparmor_parser"
  308. [ 64.493703] audit: type=1400 audit(1614470149.466:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=478 comm="apparmor_parser"
  309. [ 64.493727] audit: type=1400 audit(1614470149.466:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=478 comm="apparmor_parser"
  310. [ 64.493744] audit: type=1400 audit(1614470149.466:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=478 comm="apparmor_parser"
  311. [ 64.608899] audit: type=1400 audit(1614470149.582:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=479 comm="apparmor_parser"
  312. [ 64.688357] audit: type=1400 audit(1614470149.662:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=476 comm="apparmor_parser"
  313. [ 64.788964] audit: type=1400 audit(1614470149.762:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=475 comm="apparmor_parser"
  314. [ 64.788989] audit: type=1400 audit(1614470149.762:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=475 comm="apparmor_parser"
  315. [ 64.789008] audit: type=1400 audit(1614470149.762:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=475 comm="apparmor_parser"
  316. [ 78.759584] macb 10090000.ethernet eth0: PHY [10090000.ethernet-ffffffff:00] driver [Microsemi VSC8541 SyncE] (irq=POLL)
  317. [ 78.759601] macb 10090000.ethernet eth0: configuring for phy/gmii link mode
  318. [ 81.834810] macb 10090000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx
  319. [ 81.834841] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  320. [ 378.976316] random: crng init done
  321. [ 378.976325] random: 6 urandom warning(s) missed due to ratelimiting
  322.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement