Advertisement
Rickt

Kodi crashing

Jun 3rd, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.31 KB | None | 0 0
  1. osmc@osmc:~$ sudo dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 4.14.34-1-osmc (root@vero3-db) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 SMP PREEMPT Wed Apr 25 16:58:37 UTC 2018
  4. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  5. [ 0.000000] CPU: div instructions available: patching division code
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  7. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
  8. [ 0.000000] Memory policy: Data cache writealloc
  9. [ 0.000000] cma: Reserved 8 MiB at 0x2f800000
  10. [ 0.000000] On node 0 totalpages: 196608
  11. [ 0.000000] free_area_init_node: node 0, pgdat 80f75540, node_mem_map af136000
  12. [ 0.000000] Normal zone: 1728 pages used for memmap
  13. [ 0.000000] Normal zone: 0 pages reserved
  14. [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  15. [ 0.000000] random: fast init done
  16. [ 0.000000] percpu: Embedded 17 pages/cpu @af0df000 s39756 r8192 d21684 u69632
  17. [ 0.000000] pcpu-alloc: s39756 r8192 d21684 u69632 alloc=17*4096
  18. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  19. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 194880
  20. [ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1366 bcm2708_fb.fbheight=768 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait quiet osmcdev=rbp2
  21. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  22. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  23. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  24. [ 0.000000] Memory: 754508K/786432K available (9216K kernel code, 515K rwdata, 1992K rodata, 2048K init, 715K bss, 23732K reserved, 8192K cma-reserved)
  25. [ 0.000000] Virtual kernel memory layout:
  26. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  27. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  28. vmalloc : 0xb0800000 - 0xff800000 (1264 MB)
  29. lowmem : 0x80000000 - 0xb0000000 ( 768 MB)
  30. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  31. .text : 0x80008000 - 0x80a00000 (10208 kB)
  32. .init : 0x80d00000 - 0x80f00000 (2048 kB)
  33. .data : 0x80f00000 - 0x80f80c40 ( 516 kB)
  34. .bss : 0x80f89d10 - 0x8103cb64 ( 716 kB)
  35. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  36. [ 0.000000] ftrace: allocating 22687 entries in 67 pages
  37. [ 0.000000] Preemptible hierarchical RCU implementation.
  38. [ 0.000000] Tasks RCU enabled.
  39. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  40. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  41. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  42. [ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  43. [ 0.000018] Switching to timer-based delay loop, resolution 52ns
  44. [ 0.000239] Console: colour dummy device 80x30
  45. [ 0.000257] console [tty0] enabled
  46. [ 0.000277] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  47. [ 0.000293] pid_max: default: 32768 minimum: 301
  48. [ 0.000569] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  49. [ 0.000585] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  50. [ 0.001566] Disabling memory control group subsystem
  51. [ 0.001644] CPU: Testing write buffer coherency: ok
  52. [ 0.002023] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  53. [ 0.040041] Setting up static identity map for 0x100000 - 0x10003c
  54. [ 0.060028] Hierarchical SRCU implementation.
  55. [ 0.100082] smp: Bringing up secondary CPUs ...
  56. [ 0.170476] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  57. [ 0.240529] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  58. [ 0.310631] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  59. [ 0.310733] smp: Brought up 1 node, 4 CPUs
  60. [ 0.310745] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  61. [ 0.310750] CPU: All CPU(s) started in HYP mode.
  62. [ 0.310755] CPU: Virtualization extensions available.
  63. [ 0.311540] devtmpfs: initialized
  64. [ 0.330544] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  65. [ 0.330760] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  66. [ 0.330777] futex hash table entries: 1024 (order: 4, 65536 bytes)
  67. [ 0.331350] pinctrl core: initialized pinctrl subsystem
  68. [ 0.332083] NET: Registered protocol family 16
  69. [ 0.352334] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  70. [ 0.355891] cpuidle: using governor ladder
  71. [ 0.355918] cpuidle: using governor menu
  72. [ 0.356187] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  73. [ 0.356195] hw-breakpoint: maximum watchpoint size is 8 bytes.
  74. [ 0.356373] Serial: AMBA PL011 UART driver
  75. [ 0.357906] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  76. [ 0.358335] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  77. [ 0.385716] bcm2835-dma 3f007000.dma: DMA legacy API manager at b0813000, dmachans=0x1
  78. [ 0.386974] SCSI subsystem initialized
  79. [ 0.387180] usbcore: registered new interface driver usbfs
  80. [ 0.387228] usbcore: registered new interface driver hub
  81. [ 0.387309] usbcore: registered new device driver usb
  82. [ 0.390740] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-04-26 23:18
  83. [ 0.391692] clocksource: Switched to clocksource arch_sys_counter
  84. [ 0.466678] VFS: Disk quotas dquot_6.6.0
  85. [ 0.466759] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  86. [ 0.466954] FS-Cache: Loaded
  87. [ 0.467147] CacheFiles: Loaded
  88. [ 0.475228] NET: Registered protocol family 2
  89. [ 0.475880] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  90. [ 0.475990] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  91. [ 0.476175] TCP: Hash tables configured (established 8192 bind 8192)
  92. [ 0.476303] UDP hash table entries: 512 (order: 2, 16384 bytes)
  93. [ 0.476347] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  94. [ 0.476658] NET: Registered protocol family 1
  95. [ 0.477100] RPC: Registered named UNIX socket transport module.
  96. [ 0.477106] RPC: Registered udp transport module.
  97. [ 0.477112] RPC: Registered tcp transport module.
  98. [ 0.477117] RPC: Registered tcp NFSv4.1 backchannel transport module.
  99. [ 0.580122] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  100. [ 0.580959] audit: initializing netlink subsys (disabled)
  101. [ 0.581172] audit: type=2000 audit(0.569:1): state=initialized audit_enabled=0 res=1
  102. [ 0.581874] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  103. [ 0.588985] FS-Cache: Netfs 'nfs' registered for caching
  104. [ 0.589537] NFS: Registering the id_resolver key type
  105. [ 0.589564] Key type id_resolver registered
  106. [ 0.589570] Key type id_legacy registered
  107. [ 0.594365] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  108. [ 0.594502] io scheduler noop registered (default)
  109. [ 0.594760] io scheduler bfq registered
  110. [ 0.597612] BCM2708FB: allocated DMA memory ef910000
  111. [ 0.597638] BCM2708FB: allocated DMA channel 0 @ b0813000
  112. [ 0.624206] Console: switching to colour frame buffer device 170x48
  113. [ 0.640369] bcm2835-rng 3f104000.rng: hwrng registered
  114. [ 0.640492] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  115. [ 0.640934] vc-sm: Videocore shared memory driver
  116. [ 0.649774] brd: module loaded
  117. [ 0.656255] loop: module loaded
  118. [ 0.656268] Loading iSCSI transport class v2.0-870.
  119. [ 0.656925] libphy: Fixed MDIO Bus: probed
  120. [ 0.657011] usbcore: registered new interface driver lan78xx
  121. [ 0.657086] usbcore: registered new interface driver smsc95xx
  122. [ 0.657100] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  123. [ 0.885153] Core Release: 2.80a
  124. [ 0.885162] Setting default values for core params
  125. [ 0.885182] Finished setting default values for core params
  126. [ 1.085403] Using Buffer DMA mode
  127. [ 1.085409] Periodic Transfer Interrupt Enhancement - disabled
  128. [ 1.085415] Multiprocessor Interrupt Enhancement - disabled
  129. [ 1.085422] OTG VER PARAM: 0, OTG VER FLAG: 0
  130. [ 1.085431] Dedicated Tx FIFOs mode
  131. [ 1.085763] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xaf904000 dma = 0xef904000 len=9024
  132. [ 1.085789] FIQ FSM acceleration enabled for :
  133. Non-periodic Split Transactions
  134. Periodic Split Transactions
  135. High-Speed Isochronous Endpoints
  136. Interrupt/Control Split Transaction hack enabled
  137. [ 1.085796] dwc_otg: Microframe scheduler enabled
  138. [ 1.085847] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x8073b404
  139. [ 1.085859] WARN::hcd_init_fiq:460: FIQ ASM at 0x8073b75c length 36
  140. [ 1.085871] WARN::hcd_init_fiq:486: MPHI regs_base at 0xb087e000
  141. [ 1.085927] dwc_otg 3f980000.usb: DWC OTG Controller
  142. [ 1.085959] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  143. [ 1.085988] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  144. [ 1.086035] Init: Port Power? op_state=1
  145. [ 1.086040] Init: Power Port (0)
  146. [ 1.086246] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  147. [ 1.086257] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  148. [ 1.086266] usb usb1: Product: DWC OTG Controller
  149. [ 1.086274] usb usb1: Manufacturer: Linux 4.14.34-1-osmc dwc_otg_hcd
  150. [ 1.086283] usb usb1: SerialNumber: 3f980000.usb
  151. [ 1.086869] hub 1-0:1.0: USB hub found
  152. [ 1.086910] hub 1-0:1.0: 1 port detected
  153. [ 1.087404] dwc_otg: FIQ enabled
  154. [ 1.087410] dwc_otg: NAK holdoff enabled
  155. [ 1.087415] dwc_otg: FIQ split-transaction FSM enabled
  156. [ 1.087425] Module dwc_common_port init
  157. [ 1.087649] usbcore: registered new interface driver usb-storage
  158. [ 1.087811] mousedev: PS/2 mouse device common for all mice
  159. [ 1.088121] usbcore: registered new interface driver usbtouchscreen
  160. [ 1.088466] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  161. [ 1.088716] bcm2835-cpufreq: min=600000 max=1200000
  162. [ 1.090482] sdhci: Secure Digital Host Controller Interface driver
  163. [ 1.090485] sdhci: Copyright(c) Pierre Ossman
  164. [ 1.090679] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
  165. [ 1.090841] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  166. [ 1.090886] sdhci-pltfm: SDHCI platform and OF driver helper
  167. [ 1.091941] ledtrig-cpu: registered to indicate activity on CPUs
  168. [ 1.092033] hidraw: raw HID events driver (C) Jiri Kosina
  169. [ 1.092162] usbcore: registered new interface driver usbhid
  170. [ 1.092164] usbhid: USB HID core driver
  171. [ 1.092581] vchiq: vchiq_init_state: slot_zero = af980000, is_master = 0
  172. [ 1.093535] [vc_sm_connected_init]: start
  173. [ 1.101394] [vc_sm_connected_init]: end - returning 0
  174. [ 1.101735] Initializing XFRM netlink socket
  175. [ 1.101749] NET: Registered protocol family 17
  176. [ 1.101803] Key type dns_resolver registered
  177. [ 1.101872] Registering SWP/SWPB emulation handler
  178. [ 1.102160] registered taskstats version 1
  179. [ 1.102617] Key type encrypted registered
  180. [ 1.105515] uart-pl011 3f201000.serial: cts_event_workaround enabled
  181. [ 1.105560] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  182. [ 1.106328] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  183. [ 1.106333] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  184. [ 1.172031] sdhost: log_buf @ af907000 (ef907000)
  185. [ 1.197083] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  186. [ 1.198587] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  187. [ 1.200092] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  188. [ 1.202797] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  189. [ 1.251691] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  190. [ 1.252218] of_cfs_init
  191. [ 1.252270] of_cfs_init: OK
  192. [ 1.254882] Freeing unused kernel memory: 2048K
  193. [ 1.301809] Indeed it is in host mode hprt0 = 00021501
  194. [ 1.321848] mmc1: new high speed SDIO card at address 0001
  195. [ 1.381898] mmc0: host does not support reading read-only switch, assuming write-enable
  196. [ 1.385399] mmc0: new high speed SDHC card at address aaaa
  197. [ 1.385726] mmcblk0: mmc0:aaaa ACLCD 29.7 GiB
  198. [ 1.387876] mmcblk0: p1 p2
  199. [ 1.511703] usb 1-1: new high-speed USB device number 2 using dwc_otg
  200. [ 1.511788] Indeed it is in host mode hprt0 = 00001101
  201. [ 1.751839] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  202. [ 1.751845] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  203. [ 1.752200] hub 1-1:1.0: USB hub found
  204. [ 1.752272] hub 1-1:1.0: 5 ports detected
  205. [ 2.071692] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  206. [ 2.201830] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  207. [ 2.201836] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  208. [ 2.204141] smsc95xx v1.0.6
  209. [ 2.293413] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:6e:ae:b8
  210. [ 2.601711] usb 1-1.4: new full-speed USB device number 4 using dwc_otg
  211. [ 2.741422] usb 1-1.4: New USB device found, idVendor=25a7, idProduct=5704
  212. [ 2.741432] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  213. [ 2.741437] usb 1-1.4: Product: Smart Remote
  214. [ 2.741441] usb 1-1.4: Manufacturer: 2.4G
  215. [ 2.748025] input: 2.4G Smart Remote as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:25A7:5704.0001/input/input0
  216. [ 2.811857] hid-generic 0003:25A7:5704.0001: input,hidraw0: USB HID v1.01 Keyboard [2.4G Smart Remote] on usb-3f980000.usb-1.4/input0
  217. [ 2.814832] input: 2.4G Smart Remote as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:25A7:5704.0002/input/input1
  218. [ 2.815042] hid-generic 0003:25A7:5704.0002: input,hidraw1: USB HID v1.01 Mouse [2.4G Smart Remote] on usb-3f980000.usb-1.4/input1
  219. [ 4.818329] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  220. [ 4.824644] fsck: E2fsck run: /bin/e2fsck -p -C 0 /dev/mmcblk0p2
  221. [ 4.824796] fsck: Filesystem UUID: ec3faff1-7add-476a-a03b-89d97689f970
  222. [ 4.824940] fsck: Filesystem UUID: ec3faff1-7add-476a-a03b-89d97689f970
  223. [ 4.825076] fsck: Setting free inodes count to 1713713 (was 1713770)
  224. [ 4.825212] fsck: Setting free blocks count to 4939694 (was 4950496)
  225. [ 4.825382] fsck: /dev/mmcblk0p2: clean, 219599/1933312 files, 2789202/7728896 blocks
  226. [ 6.027858] systemd[1]: System time before build time, advancing clock.
  227. [ 6.086541] NET: Registered protocol family 10
  228. [ 6.087253] Segment Routing with IPv6
  229. [ 6.097086] ip_tables: (C) 2000-2006 Netfilter Core Team
  230. [ 6.113423] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  231. [ 6.113717] systemd[1]: Detected architecture arm.
  232. [ 6.121450] systemd[1]: Set hostname to <osmc>.
  233. [ 6.429967] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  234. [ 6.430209] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  235. [ 6.430628] systemd[1]: Created slice System Slice.
  236. [ 6.432156] systemd[1]: Mounting RPC Pipe File System...
  237. [ 6.432446] systemd[1]: Listening on Journal Socket.
  238. [ 6.432743] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  239. [ 6.434666] systemd[1]: Mounting POSIX Message Queue File System...
  240. [ 6.585406] systemd-journald[183]: Received request to flush runtime journal from PID 1
  241. [ 7.007649] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  242. [ 7.169837] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  243. [ 7.172016] bcm2835_alsa bcm2835_alsa: card created with 8 channels
  244. [ 7.327008] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
  245. [ 7.327161] usbcore: registered new interface driver brcmfmac
  246. [ 7.482432] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
  247. [ 7.483117] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.39 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-10-23 03:47:14
  248. [ 7.747970] uart-pl011 3f201000.serial: no DMA platform data
  249. [ 7.933117] random: crng init done
  250. [ 8.067711] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  251. [ 8.521575] nf_conntrack version 0.5.0 (12288 buckets, 49152 max)
  252. [ 8.872806] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  253. [ 8.967230] 8021q: 802.1Q VLAN Support v1.8
  254. [ 9.069653] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  255. [ 9.069662] brcmfmac: power management disabled
  256. [ 10.435795] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
  257. [ 12.173420] Bluetooth: Core ver 2.22
  258. [ 12.173490] NET: Registered protocol family 31
  259. [ 12.173495] Bluetooth: HCI device and connection manager initialized
  260. [ 12.173520] Bluetooth: HCI socket layer initialized
  261. [ 12.173530] Bluetooth: L2CAP socket layer initialized
  262. [ 12.173556] Bluetooth: SCO socket layer initialized
  263. [ 12.179090] Bluetooth: HCI UART driver ver 2.3
  264. [ 12.179099] Bluetooth: HCI UART protocol H4 registered
  265. [ 12.179102] Bluetooth: HCI UART protocol Three-wire (H5) registered
  266. [ 12.313802] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  267. [ 12.313809] Bluetooth: BNEP filters: protocol multicast
  268. [ 12.313823] Bluetooth: BNEP socket layer initialized
  269. [ 12.416815] Console: switching to colour dummy device 80x30
  270. [ 7002.011725] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  271. [ 7002.011735] Tainted: G C 4.14.34-1-osmc #1
  272. [ 7002.011738] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  273. [ 7002.011743] kworker/0:2 D 0 1127 2 0x00000000
  274. [ 7002.011760] Workqueue: events_freezable mmc_rescan
  275. [ 7002.011780] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  276. [ 7002.011789] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  277. [ 7002.011798] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  278. [ 7002.011808] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  279. [ 7002.011817] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  280. [ 7002.011829] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  281. [ 7002.011839] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  282. [ 7002.011849] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  283. [ 7002.011858] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  284. [ 7124.892016] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  285. [ 7124.892031] Tainted: G C 4.14.34-1-osmc #1
  286. [ 7124.892036] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  287. [ 7124.892043] kworker/0:2 D 0 1127 2 0x00000000
  288. [ 7124.892074] Workqueue: events_freezable mmc_rescan
  289. [ 7124.892105] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  290. [ 7124.892123] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  291. [ 7124.892141] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  292. [ 7124.892159] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  293. [ 7124.892176] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  294. [ 7124.892195] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  295. [ 7124.892216] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  296. [ 7124.892232] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  297. [ 7124.892249] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  298. [ 7247.772153] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  299. [ 7247.772164] Tainted: G C 4.14.34-1-osmc #1
  300. [ 7247.772167] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  301. [ 7247.772171] kworker/0:2 D 0 1127 2 0x00000000
  302. [ 7247.772191] Workqueue: events_freezable mmc_rescan
  303. [ 7247.772211] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  304. [ 7247.772221] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  305. [ 7247.772230] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  306. [ 7247.772240] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  307. [ 7247.772249] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  308. [ 7247.772259] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  309. [ 7247.772269] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  310. [ 7247.772278] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  311. [ 7247.772287] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  312. [ 7370.652355] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  313. [ 7370.652366] Tainted: G C 4.14.34-1-osmc #1
  314. [ 7370.652369] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  315. [ 7370.652373] kworker/0:2 D 0 1127 2 0x00000000
  316. [ 7370.652392] Workqueue: events_freezable mmc_rescan
  317. [ 7370.652411] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  318. [ 7370.652419] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  319. [ 7370.652429] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  320. [ 7370.652438] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  321. [ 7370.652447] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  322. [ 7370.652458] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  323. [ 7370.652468] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  324. [ 7370.652477] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  325. [ 7370.652486] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  326. [ 7493.532546] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  327. [ 7493.532557] Tainted: G C 4.14.34-1-osmc #1
  328. [ 7493.532560] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  329. [ 7493.532563] kworker/0:2 D 0 1127 2 0x00000000
  330. [ 7493.532582] Workqueue: events_freezable mmc_rescan
  331. [ 7493.532601] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  332. [ 7493.532610] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  333. [ 7493.532620] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  334. [ 7493.532629] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  335. [ 7493.532637] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  336. [ 7493.532647] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  337. [ 7493.532658] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  338. [ 7493.532666] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  339. [ 7493.532677] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  340. [ 7616.412832] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  341. [ 7616.412847] Tainted: G C 4.14.34-1-osmc #1
  342. [ 7616.412853] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  343. [ 7616.412859] kworker/0:2 D 0 1127 2 0x00000000
  344. [ 7616.412890] Workqueue: events_freezable mmc_rescan
  345. [ 7616.412920] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  346. [ 7616.412938] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  347. [ 7616.412956] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  348. [ 7616.412973] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  349. [ 7616.412990] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  350. [ 7616.413009] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  351. [ 7616.413028] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  352. [ 7616.413045] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  353. [ 7616.413064] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  354. [ 7739.293098] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  355. [ 7739.293112] Tainted: G C 4.14.34-1-osmc #1
  356. [ 7739.293118] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  357. [ 7739.293124] kworker/0:2 D 0 1127 2 0x00000000
  358. [ 7739.293155] Workqueue: events_freezable mmc_rescan
  359. [ 7739.293185] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  360. [ 7739.293201] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  361. [ 7739.293218] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  362. [ 7739.293234] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  363. [ 7739.293251] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  364. [ 7739.293270] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  365. [ 7739.293289] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  366. [ 7739.293305] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  367. [ 7739.293324] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  368. [ 7862.173270] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  369. [ 7862.173281] Tainted: G C 4.14.34-1-osmc #1
  370. [ 7862.173284] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  371. [ 7862.173288] kworker/0:2 D 0 1127 2 0x00000000
  372. [ 7862.173308] Workqueue: events_freezable mmc_rescan
  373. [ 7862.173327] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  374. [ 7862.173336] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  375. [ 7862.173345] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  376. [ 7862.173354] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  377. [ 7862.173363] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  378. [ 7862.173373] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  379. [ 7862.173383] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  380. [ 7862.173392] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  381. [ 7862.173403] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  382. [ 7985.053584] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  383. [ 7985.053599] Tainted: G C 4.14.34-1-osmc #1
  384. [ 7985.053605] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  385. [ 7985.053612] kworker/0:2 D 0 1127 2 0x00000000
  386. [ 7985.053642] Workqueue: events_freezable mmc_rescan
  387. [ 7985.053674] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  388. [ 7985.053692] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  389. [ 7985.053709] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  390. [ 7985.053725] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  391. [ 7985.053741] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  392. [ 7985.053762] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  393. [ 7985.053781] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  394. [ 7985.053797] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  395. [ 7985.053814] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  396. [ 8107.933783] INFO: task kworker/0:2:1127 blocked for more than 120 seconds.
  397. [ 8107.933799] Tainted: G C 4.14.34-1-osmc #1
  398. [ 8107.933804] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  399. [ 8107.933811] kworker/0:2 D 0 1127 2 0x00000000
  400. [ 8107.933845] Workqueue: events_freezable mmc_rescan
  401. [ 8107.933878] [<80961400>] (__schedule) from [<80961bb0>] (schedule+0x5c/0xc0)
  402. [ 8107.933895] [<80961bb0>] (schedule) from [<8078a474>] (__mmc_claim_host.constprop.13+0xdc/0x194)
  403. [ 8107.933913] [<8078a474>] (__mmc_claim_host.constprop.13) from [<8078a558>] (mmc_get_card+0x2c/0x30)
  404. [ 8107.933931] [<8078a558>] (mmc_get_card) from [<80794c64>] (mmc_sd_detect+0x20/0x74)
  405. [ 8107.933948] [<80794c64>] (mmc_sd_detect) from [<8078d3e8>] (mmc_rescan+0x254/0x518)
  406. [ 8107.933968] [<8078d3e8>] (mmc_rescan) from [<8014a838>] (process_one_work+0x220/0x5d4)
  407. [ 8107.933987] [<8014a838>] (process_one_work) from [<8014ac4c>] (worker_thread+0x60/0x618)
  408. [ 8107.934004] [<8014ac4c>] (worker_thread) from [<80153910>] (kthread+0x1c0/0x1f0)
  409. [ 8107.934020] [<80153910>] (kthread) from [<8010c62c>] (ret_from_fork+0x14/0x28)
  410. [ 9688.796243] modprobe invoked oom-killer: gfp_mask=0x14080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null), order=0, oom_score_adj=0
  411. [ 9688.796257] modprobe cpuset=/ mems_allowed=0
  412. [ 9688.796274] CPU: 0 PID: 1211 Comm: modprobe Tainted: G C 4.14.34-1-osmc #1
  413. [ 9688.796277] Hardware name: BCM2835
  414. [ 9688.796299] [<80116fe0>] (unwind_backtrace) from [<80111410>] (show_stack+0x20/0x24)
  415. [ 9688.796310] [<80111410>] (show_stack) from [<80945b28>] (dump_stack+0xc8/0x10c)
  416. [ 9688.796322] [<80945b28>] (dump_stack) from [<80282f34>] (dump_header+0xb0/0x224)
  417. [ 9688.796332] [<80282f34>] (dump_header) from [<802824d8>] (oom_kill_process+0x308/0x5b8)
  418. [ 9688.796341] [<802824d8>] (oom_kill_process) from [<80282ae8>] (out_of_memory+0x124/0x458)
  419. [ 9688.796348] [<80282ae8>] (out_of_memory) from [<8028e2f0>] (__alloc_pages_nodemask+0x12fc/0x1470)
  420. [ 9688.796359] [<8028e2f0>] (__alloc_pages_nodemask) from [<802ca9c4>] (__pte_alloc+0x38/0x180)
  421. [ 9688.796369] [<802ca9c4>] (__pte_alloc) from [<802cf7ac>] (handle_mm_fault+0xef8/0xf98)
  422. [ 9688.796380] [<802cf7ac>] (handle_mm_fault) from [<8096960c>] (do_page_fault+0x370/0x3fc)
  423. [ 9688.796389] [<8096960c>] (do_page_fault) from [<809697a0>] (do_translation_fault+0x108/0x124)
  424. [ 9688.796399] [<809697a0>] (do_translation_fault) from [<8010123c>] (do_DataAbort+0x4c/0xc8)
  425. [ 9688.796407] [<8010123c>] (do_DataAbort) from [<80968d44>] (__dabt_usr+0x44/0x60)
  426. [ 9688.796411] Exception stack(0xac377fb0 to 0xac377ff8)
  427. [ 9688.796416] 7fa0: 01379000 00021000 01358000 00021001
  428. [ 9688.796423] 7fc0: 76f617a4 00021000 00000018 00000000 76f617d4 76f617a4 00000000 00021000
  429. [ 9688.796428] 7fe0: 0000002d 7ed789d8 76ecbb3b 76ec868c 20030030 ffffffff
  430. [ 9688.796431] Mem-Info:
  431. [ 9688.796442] active_anon:176551 inactive_anon:1214 isolated_anon:0
  432. active_file:746 inactive_file:1905 isolated_file:0
  433. unevictable:0 dirty:0 writeback:0 unstable:0
  434. slab_reclaimable:1708 slab_unreclaimable:2605
  435. mapped:626 shmem:1276 pagetables:624 bounce:0
  436. free:3516 free_pcp:0 free_cma:514
  437. [ 9688.796451] Node 0 active_anon:706204kB inactive_anon:4856kB active_file:2984kB inactive_file:7620kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:2504kB dirty:0kB writeback:0kB shmem:5104kB writeback_tmp:0kB unstable:0kB all_unreclaimable? yes
  438. [ 9688.796462] Normal free:14064kB min:12288kB low:15360kB high:18432kB active_anon:706204kB inactive_anon:4856kB active_file:2984kB inactive_file:7648kB unevictable:0kB writepending:0kB present:786432kB managed:764748kB mlocked:0kB kernel_stack:1232kB pagetables:2496kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:2056kB
  439. [ 9688.796464] lowmem_reserve[]: 0 0
  440. [ 9688.796472] Normal: 490*4kB (UMEC) 321*8kB (UMEC) 138*16kB (UMEC) 59*32kB (UMEC) 21*64kB (UMEC) 10*128kB (UMEC) 5*256kB (UC) 1*512kB (U) 1*1024kB (U) 0*2048kB 0*4096kB = 14064kB
  441. [ 9688.796519] 3938 total pagecache pages
  442. [ 9688.796524] 0 pages in swap cache
  443. [ 9688.796528] Swap cache stats: add 0, delete 0, find 0/0
  444. [ 9688.796530] Free swap = 0kB
  445. [ 9688.796532] Total swap = 0kB
  446. [ 9688.796535] 196608 pages RAM
  447. [ 9688.796537] 0 pages HighMem/MovableOnly
  448. [ 9688.796540] 5421 pages reserved
  449. [ 9688.796544] 2048 pages cma reserved
  450. [ 9688.796547] [ pid ] uid tgid total_vm rss nr_ptes nr_pmds swapents oom_score_adj name
  451. [ 9688.796566] [ 214] 0 214 3335 189 7 0 0 -1000 systemd-udevd
  452. [ 9688.796573] [ 219] 0 219 1469 96 7 0 0 0 rpcbind
  453. [ 9688.796579] [ 232] 0 232 1428 90 6 0 0 0 systemd-logind
  454. [ 9688.796586] [ 241] 105 241 1322 90 7 0 0 0 avahi-daemon
  455. [ 9688.796592] [ 242] 104 242 1388 136 7 0 0 -900 dbus-daemon
  456. [ 9688.796598] [ 254] 0 254 858 43 6 0 0 0 irqbalance
  457. [ 9688.796604] [ 257] 105 257 1322 76 6 0 0 0 avahi-daemon
  458. [ 9688.796613] [ 269] 0 269 2267 155 8 0 0 0 connmand
  459. [ 9688.796619] [ 273] 0 273 495 26 6 0 0 0 eventlircd
  460. [ 9688.796625] [ 286] 1000 286 1929 104 8 0 0 0 udisks-glue
  461. [ 9688.796633] [ 314] 0 314 6721 177 13 0 0 0 udisks-daemon
  462. [ 9688.796639] [ 327] 0 327 712 69 4 0 0 0 mediacenter
  463. [ 9688.796645] [ 339] 0 339 2046 92 9 0 0 0 udisks-daemon
  464. [ 9688.796651] [ 361] 0 361 9056 251 13 0 0 0 polkitd
  465. [ 9688.796657] [ 367] 0 367 2145 132 8 0 0 -1000 sshd
  466. [ 9688.796663] [ 394] 0 394 1433 93 7 0 0 0 sudo
  467. [ 9688.796670] [ 395] 1000 395 315783 174063 456 0 0 0 kodi.bin
  468. [ 9688.796676] [ 408] 0 408 1990 130 7 0 0 0 wpa_supplicant
  469. [ 9688.796683] [ 440] 0 440 386 23 4 0 0 0 hciattach
  470. [ 9688.796689] [ 444] 0 444 1424 77 7 0 0 0 bluetoothd
  471. [ 9688.796695] [ 530] 106 530 1764 110 8 0 0 0 ntpd
  472. [ 9688.796702] [ 1172] 0 1172 1372 60 5 0 0 0 systemd-cgroups
  473. [ 9688.796709] [ 1211] 0 1211 383 17 4 0 0 0 modprobe
  474. [ 9688.796714] Out of memory: Kill process 395 (kodi.bin) score 912 or sacrifice child
  475. [ 9688.796859] Killed process 395 (kodi.bin) total-vm:1263132kB, anon-rss:696252kB, file-rss:0kB, shmem-rss:0kB
  476. [ 9688.901404] oom_reaper: reaped process 395 (kodi.bin), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
  477. [ 9689.266416] vchiq: 0: ignoring ERROR from callback to service a004
  478. [ 9689.505015] systemd[1]: systemd-journald.service: Main process exited, code=killed, status=6/ABRT
  479. [ 9689.512358] systemd[1]: systemd-journald.service: Unit entered failed state.
  480. [ 9689.564019] systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
  481. [ 9689.567892] systemd[1]: systemd-journald.service: Service has no hold-off time, scheduling restart.
  482. [ 9689.571490] systemd[1]: Stopped Flush Journal to Persistent Storage.
  483. [ 9689.571716] systemd[1]: Stopping Flush Journal to Persistent Storage...
  484. [ 9689.571801] systemd[1]: Stopped Journal Service.
  485. [ 9689.575676] systemd[1]: Starting Journal Service...
  486. [ 9689.827609] systemd-journald[1213]: File /run/log/journal/ad878236c70e4d039bd7de40dbff260a/system.journal corrupted or uncleanly shut down, renaming and replacing.
  487. [ 9689.876719] Console: switching to colour frame buffer device 170x48
  488. [ 9689.881941] systemd[1]: Started Journal Service.
  489. [ 9704.913394] Console: switching to colour dummy device 80x30
  490. osmc@osmc:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement