1. #################### inxi -Fxxc0z ########################
  2. System: Kernel: 5.11.16-arch1-1 x86_64 bits: 64 compiler: gcc v: 10.2.0 Desktop: KDE Plasma 5.21.4 tk: Qt 5.15.2
  3. wm: kwin_x11 dm: SDDM Distro: EndeavourOS base: Arch Linux
  4. Machine: Type: Laptop System: HP product: HP ENVY Laptop 13-ah0xxx v: Type1ProductConfigId serial: <filter> Chassis:
  5. type: 10 serial: <filter>
  6. Mobo: HP model: 8482 v: 69.35 serial: <filter> UEFI: Insyde v: F.27 date: 11/11/2020
  7. Battery: ID-1: BAT0 charge: 46.7 Wh (100.0%) condition: 46.7/46.7 Wh (100.0%) volts: 17.2 min: 15.4
  8. model: 333-2B-49-A KC04053XL serial: <filter> status: Full
  9. CPU: Info: Quad Core model: Intel Core i7-8550U bits: 64 type: MT MCP arch: Kaby Lake note: check rev: A cache:
  10. L2: 8 MiB
  11. flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 32012
  12. Speed: 800 MHz min/max: 400/4000 MHz Core speeds (MHz): 1: 800 2: 800 3: 800 4: 800 5: 800 6: 800 7: 800 8: 800
  13. Graphics: Device-1: Intel UHD Graphics 620 vendor: Hewlett-Packard driver: i915 v: kernel bus-ID: 00:02.0 chip-ID: 8086:5917
  14. Device-2: NVIDIA GP108M [GeForce MX150] driver: N/A bus-ID: 01:00.0 chip-ID: 10de:1d12
  15. Device-3: Chicony HP Wide Vision HD Camera type: USB driver: uvcvideo bus-ID: 1-4:2 chip-ID: 04f2:b655
  16. Display: x11 server: X.org 1.20.11 compositor: kwin_x11 driver: loaded: modesetting resolution: <missing: xdpyinfo>
  17. OpenGL: renderer: Mesa Intel UHD Graphics 620 (KBL GT2) v: 4.6 Mesa 21.0.3 direct render: Yes
  18. Audio: Device-1: Intel Sunrise Point-LP HD Audio vendor: Hewlett-Packard driver: snd_hda_intel v: kernel bus-ID: 00:1f.3
  19. chip-ID: 8086:9d71
  20. Sound Server-1: ALSA v: k5.11.16-arch1-1 running: yes
  21. Sound Server-2: JACK v: 0.125.0 running: no
  22. Sound Server-3: PulseAudio v: 14.2 running: yes
  23. Sound Server-4: PipeWire v: 0.3.26 running: no
  24. Network: Device-1: Intel Wireless 7265 driver: iwlwifi v: kernel port: 4040 bus-ID: 04:00.0 chip-ID: 8086:095a
  25. IF: wlan0 state: up mac: <filter>
  26. Bluetooth: Device-1: Intel Bluetooth wireless interface type: USB driver: btusb v: 0.8 bus-ID: 1-6:3 chip-ID: 8087:0a2a
  27. Report: This feature requires one of these tools: hciconfig/bt-adapter
  28. Drives: Local Storage: total: 238.47 GiB used: 74.59 GiB (31.3%)
  29. ID-1: /dev/nvme0n1 vendor: SK Hynix model: PC401 HFS256GD9TNG-62A0A size: 238.47 GiB speed: 31.6 Gb/s lanes: 4
  30. serial: <filter> temp: 31.9 C
  31. Partition: ID-1: / size: 224.71 GiB used: 69.27 GiB (30.8%) fs: ext4 dev: /dev/nvme0n1p2
  32. ID-2: /boot/efi size: 299.4 MiB used: 280 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p1
  33. Swap: ID-1: swap-1 type: partition size: 8.8 GiB used: 1.8 MiB (0.0%) priority: -2 dev: /dev/nvme0n1p3
  34. Sensors: System Temperatures: cpu: 41.0 C mobo: 37.0 C
  35. Fan Speeds (RPM): N/A
  36. Info: Processes: 234 Uptime: 33m Memory: 7.52 GiB used: 3.77 GiB (50.2%) Init: systemd v: 248 Compilers: gcc: 10.2.0
  37. Packages: 1242 pacman: 1235 flatpak: 7 Shell: fish v: 3.2.1 running-in: konsole inxi: 3.3.03
  38. #################### cat /home/_user_/.xsession-errors ########################
  39. #################### cat /etc/pacman.conf ########################
  40. #
  41. # /etc/pacman.conf
  42. #
  43. # See the pacman.conf(5) manpage for option and repository directives
  44. #
  45. # GENERAL OPTIONS
  46. #
  47. [options]
  48. # The following paths are commented out with their default values listed.
  49. # If you wish to use different paths, uncomment and update the paths.
  50. #RootDir = /
  51. #DBPath = /var/lib/pacman/
  52. #CacheDir = /var/cache/pacman/pkg/
  53. #LogFile = /var/log/pacman.log
  54. #GPGDir = /etc/pacman.d/gnupg/
  55. #HookDir = /etc/pacman.d/hooks/
  56. HoldPkg = pacman glibc
  57. #XferCommand = /usr/bin/curl -C - -f %u > %o
  58. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  59. #CleanMethod = KeepInstalled
  60. #UseDelta = 0.7
  61. Architecture = auto
  62. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  63. #IgnorePkg =
  64. #IgnoreGroup =
  65. #NoUpgrade =
  66. #NoExtract =
  67. # Misc options
  68. #UseSyslog
  69. Color
  70. ILoveCandy
  71. #TotalDownload
  72. # We cannot check disk space from within a chroot environment
  73. CheckSpace
  74. VerbosePkgLists
  75. # By default, pacman accepts packages signed by keys that its local keyring
  76. # trusts (see pacman-key and its man page), as well as unsigned packages.
  77. SigLevel = Required DatabaseOptional
  78. LocalFileSigLevel = Optional
  79. #RemoteFileSigLevel = Required
  80. # NOTE: You must run `pacman-key --init` before first using pacman; the local
  81. # keyring can then be populated with the keys of all official Arch Linux
  82. # packagers with `pacman-key --populate archlinux`.
  83. #
  84. # REPOSITORIES
  85. # - can be defined here or included from another file
  86. # - pacman will search repositories in the order defined here
  87. # - local/custom mirrors can be added here or in separate files
  88. # - repositories listed first will take precedence when packages
  89. # have identical names, regardless of version number
  90. # - URLs will have $repo replaced by the name of the current repo
  91. # - URLs will have $arch replaced by the name of the architecture
  92. #
  93. # Repository entries are of the format:
  94. # [repo-name]
  95. # Server = ServerName
  96. # Include = IncludePath
  97. #
  98. # The header [repo-name] is crucial - it must be present and
  99. # uncommented to enable the repo.
  100. #
  101. # The testing repositories are disabled by default. To enable, uncomment the
  102. # repo name header and Include lines. You can add preferred servers immediately
  103. # after the header, and they will be used before the default mirrors.
  104. #[testing]
  105. #Include = /etc/pacman.d/mirrorlist
  106. [core]
  107. Include = /etc/pacman.d/mirrorlist
  108. [extra]
  109. Include = /etc/pacman.d/mirrorlist
  110. #[community-testing]
  111. #Include = /etc/pacman.d/mirrorlist
  112. [community]
  113. Include = /etc/pacman.d/mirrorlist
  114. # If you want to run 32 bit applications on your x86_64 system,
  115. # enable the multilib repositories as required here.
  116. #[multilib-testing]
  117. #Include = /etc/pacman.d/mirrorlist
  118. [multilib]
  119. Include = /etc/pacman.d/mirrorlist
  120. [endeavouros]
  121. SigLevel = PackageRequired
  122. Include = /etc/pacman.d/endeavouros-mirrorlist
  123. # An example of a custom package repository. See the pacman manpage for
  124. # tips on creating your own repositories.
  125. #[custom]
  126. #SigLevel = Optional TrustAll
  127. #Server = file:///home/custompkgs
  128. #################### journalctl -b -0 ########################
  129. -- Journal begins at Wed 2021-04-14 23:05:29 CEST, ends at Tue 2021-04-27 14:03:36 CEST. --
  130. apr 27 13:30:00 _hostname_ kernel: Linux version 5.11.16-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000
  131. apr 27 13:30:00 _hostname_ kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6b5792c1-603c-43ca-a25d-b1380fb6c319 rw "acpi_osi=Windows 2017" resume=UUID=d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09 loglevel=3 nowatchdog
  132. apr 27 13:30:00 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  133. apr 27 13:30:00 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  134. apr 27 13:30:00 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  135. apr 27 13:30:00 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
  136. apr 27 13:30:00 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
  137. apr 27 13:30:00 _hostname_ kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
  138. apr 27 13:30:00 _hostname_ kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
  139. apr 27 13:30:00 _hostname_ kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
  140. apr 27 13:30:00 _hostname_ kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
  141. apr 27 13:30:00 _hostname_ kernel: BIOS-provided physical RAM map:
  142. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
  143. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
  144. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
  145. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
  146. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000055aecfff] usable
  147. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aed000-0x0000000055aedfff] ACPI NVS
  148. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aee000-0x0000000055aeefff] reserved
  149. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aef000-0x000000007dd0dfff] usable
  150. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x000000007dd0e000-0x000000007e10dfff] type 20
  151. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x000000007e10e000-0x000000007f10dfff] reserved
  152. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x000000007f10e000-0x000000007f7fdfff] ACPI NVS
  153. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x000000007f7fe000-0x000000007fffdfff] ACPI data
  154. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x000000007fffe000-0x000000007fffefff] usable
  155. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x000000007ffff000-0x000000008cffffff] reserved
  156. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  157. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
  158. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  159. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
  160. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
  161. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
  162. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  163. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
  164. apr 27 13:30:00 _hostname_ kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000271ffffff] usable
  165. apr 27 13:30:00 _hostname_ kernel: NX (Execute Disable) protection: active
  166. apr 27 13:30:00 _hostname_ kernel: efi: EFI v2.50 by INSYDE Corp.
  167. apr 27 13:30:00 _hostname_ kernel: efi: TPMFinalLog=0x7f105000 ACPI 2.0=0x7fffd014 SMBIOS=0x7e608000 SMBIOS 3.0=0x7e606000 ESRT=0x7e6041d8
  168. apr 27 13:30:00 _hostname_ kernel: SMBIOS 3.0.0 present.
  169. apr 27 13:30:00 _hostname_ kernel: DMI: HP HP ENVY Laptop 13-ah0xxx/8482, BIOS F.27 11/11/2020
  170. apr 27 13:30:00 _hostname_ kernel: tsc: Detected 2000.000 MHz processor
  171. apr 27 13:30:00 _hostname_ kernel: tsc: Detected 1999.968 MHz TSC
  172. apr 27 13:30:00 _hostname_ kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  173. apr 27 13:30:00 _hostname_ kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
  174. apr 27 13:30:00 _hostname_ kernel: last_pfn = 0x272000 max_arch_pfn = 0x400000000
  175. apr 27 13:30:00 _hostname_ kernel: MTRR default type: write-back
  176. apr 27 13:30:00 _hostname_ kernel: MTRR fixed ranges enabled:
  177. apr 27 13:30:00 _hostname_ kernel: 00000-9FFFF write-back
  178. apr 27 13:30:00 _hostname_ kernel: A0000-BFFFF uncachable
  179. apr 27 13:30:00 _hostname_ kernel: C0000-FFFFF write-protect
  180. apr 27 13:30:00 _hostname_ kernel: MTRR variable ranges enabled:
  181. apr 27 13:30:00 _hostname_ kernel: 0 base 00C0000000 mask 7FC0000000 uncachable
  182. apr 27 13:30:00 _hostname_ kernel: 1 base 00A0000000 mask 7FE0000000 uncachable
  183. apr 27 13:30:00 _hostname_ kernel: 2 base 0090000000 mask 7FF0000000 uncachable
  184. apr 27 13:30:00 _hostname_ kernel: 3 base 008C000000 mask 7FFC000000 uncachable
  185. apr 27 13:30:00 _hostname_ kernel: 4 base 008A000000 mask 7FFE000000 uncachable
  186. apr 27 13:30:00 _hostname_ kernel: 5 base 0089000000 mask 7FFF000000 uncachable
  187. apr 27 13:30:00 _hostname_ kernel: 6 base 0088800000 mask 7FFF800000 uncachable
  188. apr 27 13:30:00 _hostname_ kernel: 7 disabled
  189. apr 27 13:30:00 _hostname_ kernel: 8 disabled
  190. apr 27 13:30:00 _hostname_ kernel: 9 disabled
  191. apr 27 13:30:00 _hostname_ kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
  192. apr 27 13:30:00 _hostname_ kernel: last_pfn = 0x7ffff max_arch_pfn = 0x400000000
  193. apr 27 13:30:00 _hostname_ kernel: esrt: Reserving ESRT space from 0x000000007e6041d8 to 0x000000007e604210.
  194. apr 27 13:30:00 _hostname_ kernel: check: Scanning 1 areas for low memory corruption
  195. apr 27 13:30:00 _hostname_ kernel: Using GB pages for direct mapping
  196. apr 27 13:30:00 _hostname_ kernel: Secure boot could not be determined
  197. apr 27 13:30:00 _hostname_ kernel: RAMDISK: [mem 0x36d9d000-0x376c5fff]
  198. apr 27 13:30:00 _hostname_ kernel: ACPI: Early table checksum verification disabled
  199. apr 27 13:30:00 _hostname_ kernel: ACPI: RSDP 0x000000007FFFD014 000024 (v02 HPQOEM)
  200. apr 27 13:30:00 _hostname_ kernel: ACPI: XSDT 0x000000007FFD2188 00014C (v01 HPQOEM SLIC-MPC 00000000 HP 01000013)
  201. apr 27 13:30:00 _hostname_ kernel: ACPI: FACP 0x000000007FFD5000 00010C (v05 HPQOEM SLIC-MPC 00000000 HP 00040000)
  202. apr 27 13:30:00 _hostname_ kernel: ACPI: DSDT 0x000000007FFA1000 02F547 (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000)
  203. apr 27 13:30:00 _hostname_ kernel: ACPI: FACS 0x000000007F7D4000 000040
  204. apr 27 13:30:00 _hostname_ kernel: ACPI: UEFI 0x000000007FFFC000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  205. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFFB000 000374 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  206. apr 27 13:30:00 _hostname_ kernel: ACPI: UEFI 0x000000007FFFA000 000042 (v01 HPQOEM INSYDE 00000002 HP 00040000)
  207. apr 27 13:30:00 _hostname_ kernel: ACPI: IHIS 0x000000007FFF9000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  208. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFF4000 00496B (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  209. apr 27 13:30:00 _hostname_ kernel: ACPI: MSDM 0x000000007FFF3000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
  210. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFF2000 0004C3 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  211. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFF1000 000046 (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  212. apr 27 13:30:00 _hostname_ kernel: ACPI: TPM2 0x000000007FFF0000 000034 (v03 HPQOEM INSYDE 00000000 HP 00040000)
  213. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFED000 002FA1 (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  214. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFE6000 0062BA (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  215. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFDB000 00A8D0 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  216. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFDA000 000889 (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  217. apr 27 13:30:00 _hostname_ kernel: ACPI: ASF! 0x000000007FFD9000 0000A5 (v32 HPQOEM INSYDE 00000001 HP 00040000)
  218. apr 27 13:30:00 _hostname_ kernel: ACPI: ASPT 0x000000007FFD8000 000034 (v07 HPQOEM INSYDE 00000001 HP 00040000)
  219. apr 27 13:30:00 _hostname_ kernel: ACPI: BOOT 0x000000007FFD7000 000028 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  220. apr 27 13:30:00 _hostname_ kernel: ACPI: DBGP 0x000000007FFD6000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP 00040000)
  221. apr 27 13:30:00 _hostname_ kernel: ACPI: HPET 0x000000007FFD4000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  222. apr 27 13:30:00 _hostname_ kernel: ACPI: APIC 0x000000007FFD3000 00012C (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
  223. apr 27 13:30:00 _hostname_ kernel: ACPI: MCFG 0x000000007FFD1000 00003C (v01 HPQOEM INSYDE 00000001 HP 00040000)
  224. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FFA0000 000517 (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  225. apr 27 13:30:00 _hostname_ kernel: ACPI: LPIT 0x000000007FF9F000 000094 (v01 HPQOEM INSYDE 00000000 HP 00040000)
  226. apr 27 13:30:00 _hostname_ kernel: ACPI: WSMT 0x000000007FF9E000 000028 (v01 HPQOEM INSYDE 00000000 HP 00040000)
  227. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FF9D000 00029F (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  228. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FF9C000 000346 (v01 HPQOEM INSYDE 00000000 ACPI 00040000)
  229. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FF98000 003002 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  230. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FF97000 00051E (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  231. apr 27 13:30:00 _hostname_ kernel: ACPI: DBGP 0x000000007FF96000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
  232. apr 27 13:30:00 _hostname_ kernel: ACPI: DBG2 0x000000007FF95000 000054 (v00 HPQOEM INSYDE 00000002 HP 00040000)
  233. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FF94000 000F61 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  234. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FF92000 0017AE (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  235. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0x000000007FF8E000 003991 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  236. apr 27 13:30:00 _hostname_ kernel: ACPI: DMAR 0x000000007FF8D000 000138 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  237. apr 27 13:30:00 _hostname_ kernel: ACPI: NHLT 0x000000007FF8C000 00002D (v00 HPQOEM INSYDE 00000002 HP 00040000)
  238. apr 27 13:30:00 _hostname_ kernel: ACPI: FPDT 0x000000007FF8B000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
  239. apr 27 13:30:00 _hostname_ kernel: ACPI: BGRT 0x000000007FF8A000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  240. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving FACP table memory at [mem 0x7ffd5000-0x7ffd510b]
  241. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving DSDT table memory at [mem 0x7ffa1000-0x7ffd0546]
  242. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving FACS table memory at [mem 0x7f7d4000-0x7f7d403f]
  243. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving UEFI table memory at [mem 0x7fffc000-0x7fffc235]
  244. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fffb000-0x7fffb373]
  245. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving UEFI table memory at [mem 0x7fffa000-0x7fffa041]
  246. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving IHIS table memory at [mem 0x7fff9000-0x7fff9037]
  247. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff4000-0x7fff896a]
  248. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving MSDM table memory at [mem 0x7fff3000-0x7fff3054]
  249. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff2000-0x7fff24c2]
  250. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff1000-0x7fff1045]
  251. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving TPM2 table memory at [mem 0x7fff0000-0x7fff0033]
  252. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffed000-0x7ffeffa0]
  253. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffe6000-0x7ffec2b9]
  254. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffdb000-0x7ffe58cf]
  255. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffda000-0x7ffda888]
  256. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving ASF! table memory at [mem 0x7ffd9000-0x7ffd90a4]
  257. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving ASPT table memory at [mem 0x7ffd8000-0x7ffd8033]
  258. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving BOOT table memory at [mem 0x7ffd7000-0x7ffd7027]
  259. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving DBGP table memory at [mem 0x7ffd6000-0x7ffd6033]
  260. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving HPET table memory at [mem 0x7ffd4000-0x7ffd4037]
  261. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving APIC table memory at [mem 0x7ffd3000-0x7ffd312b]
  262. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving MCFG table memory at [mem 0x7ffd1000-0x7ffd103b]
  263. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffa0000-0x7ffa0516]
  264. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving LPIT table memory at [mem 0x7ff9f000-0x7ff9f093]
  265. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving WSMT table memory at [mem 0x7ff9e000-0x7ff9e027]
  266. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff9d000-0x7ff9d29e]
  267. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff9c000-0x7ff9c345]
  268. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff98000-0x7ff9b001]
  269. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff97000-0x7ff9751d]
  270. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving DBGP table memory at [mem 0x7ff96000-0x7ff96033]
  271. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving DBG2 table memory at [mem 0x7ff95000-0x7ff95053]
  272. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff94000-0x7ff94f60]
  273. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff92000-0x7ff937ad]
  274. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff8e000-0x7ff91990]
  275. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving DMAR table memory at [mem 0x7ff8d000-0x7ff8d137]
  276. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving NHLT table memory at [mem 0x7ff8c000-0x7ff8c02c]
  277. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving FPDT table memory at [mem 0x7ff8b000-0x7ff8b043]
  278. apr 27 13:30:00 _hostname_ kernel: ACPI: Reserving BGRT table memory at [mem 0x7ff8a000-0x7ff8a037]
  279. apr 27 13:30:00 _hostname_ kernel: ACPI: Local APIC address 0xfee00000
  280. apr 27 13:30:00 _hostname_ kernel: No NUMA configuration found
  281. apr 27 13:30:00 _hostname_ kernel: Faking a node at [mem 0x0000000000000000-0x0000000271ffffff]
  282. apr 27 13:30:00 _hostname_ kernel: NODE_DATA(0) allocated [mem 0x271ffc000-0x271ffffff]
  283. apr 27 13:30:00 _hostname_ kernel: Zone ranges:
  284. apr 27 13:30:00 _hostname_ kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
  285. apr 27 13:30:00 _hostname_ kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
  286. apr 27 13:30:00 _hostname_ kernel: Normal [mem 0x0000000100000000-0x0000000271ffffff]
  287. apr 27 13:30:00 _hostname_ kernel: Device empty
  288. apr 27 13:30:00 _hostname_ kernel: Movable zone start for each node
  289. apr 27 13:30:00 _hostname_ kernel: Early memory node ranges
  290. apr 27 13:30:00 _hostname_ kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
  291. apr 27 13:30:00 _hostname_ kernel: node 0: [mem 0x0000000000059000-0x000000000009dfff]
  292. apr 27 13:30:00 _hostname_ kernel: node 0: [mem 0x0000000000100000-0x0000000055aecfff]
  293. apr 27 13:30:00 _hostname_ kernel: node 0: [mem 0x0000000055aef000-0x000000007dd0dfff]
  294. apr 27 13:30:00 _hostname_ kernel: node 0: [mem 0x000000007fffe000-0x000000007fffefff]
  295. apr 27 13:30:00 _hostname_ kernel: node 0: [mem 0x0000000100000000-0x0000000271ffffff]
  296. apr 27 13:30:00 _hostname_ kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000271ffffff]
  297. apr 27 13:30:00 _hostname_ kernel: On node 0 totalpages: 2030761
  298. apr 27 13:30:00 _hostname_ kernel: DMA zone: 64 pages used for memmap
  299. apr 27 13:30:00 _hostname_ kernel: DMA zone: 22 pages reserved
  300. apr 27 13:30:00 _hostname_ kernel: DMA zone: 3996 pages, LIFO batch:0
  301. apr 27 13:30:00 _hostname_ kernel: DMA zone: 28772 pages in unavailable ranges
  302. apr 27 13:30:00 _hostname_ kernel: DMA32 zone: 7989 pages used for memmap
  303. apr 27 13:30:00 _hostname_ kernel: DMA32 zone: 511245 pages, LIFO batch:63
  304. apr 27 13:30:00 _hostname_ kernel: DMA32 zone: 8947 pages in unavailable ranges
  305. apr 27 13:30:00 _hostname_ kernel: Normal zone: 23680 pages used for memmap
  306. apr 27 13:30:00 _hostname_ kernel: Normal zone: 1515520 pages, LIFO batch:63
  307. apr 27 13:30:00 _hostname_ kernel: Normal zone: 24576 pages in unavailable ranges
  308. apr 27 13:30:00 _hostname_ kernel: Reserving Intel graphics memory at [mem 0x89000000-0x8cffffff]
  309. apr 27 13:30:00 _hostname_ kernel: ACPI: PM-Timer IO Port: 0x1808
  310. apr 27 13:30:00 _hostname_ kernel: ACPI: Local APIC address 0xfee00000
  311. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  312. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  313. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  314. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
  315. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
  316. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
  317. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
  318. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
  319. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
  320. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
  321. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
  322. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
  323. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
  324. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
  325. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
  326. apr 27 13:30:00 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
  327. apr 27 13:30:00 _hostname_ kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
  328. apr 27 13:30:00 _hostname_ kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  329. apr 27 13:30:00 _hostname_ kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  330. apr 27 13:30:00 _hostname_ kernel: ACPI: IRQ0 used by override.
  331. apr 27 13:30:00 _hostname_ kernel: ACPI: IRQ9 used by override.
  332. apr 27 13:30:00 _hostname_ kernel: Using ACPI (MADT) for SMP configuration information
  333. apr 27 13:30:00 _hostname_ kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
  334. apr 27 13:30:00 _hostname_ kernel: e820: update [mem 0x63c11000-0x63c29fff] usable ==> reserved
  335. apr 27 13:30:00 _hostname_ kernel: TSC deadline timer available
  336. apr 27 13:30:00 _hostname_ kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
  337. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
  338. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
  339. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
  340. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x55aed000-0x55aedfff]
  341. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x55aee000-0x55aeefff]
  342. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x63c11000-0x63c29fff]
  343. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7dd0e000-0x7e10dfff]
  344. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7e10e000-0x7f10dfff]
  345. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7f10e000-0x7f7fdfff]
  346. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7f7fe000-0x7fffdfff]
  347. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7ffff000-0x8cffffff]
  348. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x8d000000-0xdfffffff]
  349. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
  350. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
  351. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
  352. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
  353. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  354. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
  355. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
  356. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
  357. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
  358. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
  359. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
  360. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
  361. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  362. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
  363. apr 27 13:30:00 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
  364. apr 27 13:30:00 _hostname_ kernel: [mem 0x8d000000-0xdfffffff] available for PCI devices
  365. apr 27 13:30:00 _hostname_ kernel: Booting paravirtualized kernel on bare hardware
  366. apr 27 13:30:00 _hostname_ kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
  367. apr 27 13:30:00 _hostname_ kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
  368. apr 27 13:30:00 _hostname_ kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
  369. apr 27 13:30:00 _hostname_ kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
  370. apr 27 13:30:00 _hostname_ kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
  371. apr 27 13:30:00 _hostname_ kernel: Built 1 zonelists, mobility grouping on. Total pages: 1999006
  372. apr 27 13:30:00 _hostname_ kernel: Policy zone: Normal
  373. apr 27 13:30:00 _hostname_ kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6b5792c1-603c-43ca-a25d-b1380fb6c319 rw "acpi_osi=Windows 2017" resume=UUID=d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09 loglevel=3 nowatchdog
  374. apr 27 13:30:00 _hostname_ kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  375. apr 27 13:30:00 _hostname_ kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  376. apr 27 13:30:00 _hostname_ kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
  377. apr 27 13:30:00 _hostname_ kernel: Memory: 7805304K/8123044K available (14344K kernel code, 2029K rwdata, 8884K rodata, 1668K init, 4380K bss, 317480K reserved, 0K cma-reserved)
  378. apr 27 13:30:00 _hostname_ kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x530 with crng_init=0
  379. apr 27 13:30:00 _hostname_ kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  380. apr 27 13:30:00 _hostname_ kernel: Kernel/User page tables isolation: enabled
  381. apr 27 13:30:00 _hostname_ kernel: ftrace: allocating 41710 entries in 163 pages
  382. apr 27 13:30:00 _hostname_ kernel: ftrace: allocated 163 pages with 4 groups
  383. apr 27 13:30:00 _hostname_ kernel: rcu: Preemptible hierarchical RCU implementation.
  384. apr 27 13:30:00 _hostname_ kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
  385. apr 27 13:30:00 _hostname_ kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
  386. apr 27 13:30:00 _hostname_ kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
  387. apr 27 13:30:00 _hostname_ kernel: Trampoline variant of Tasks RCU enabled.
  388. apr 27 13:30:00 _hostname_ kernel: Rude variant of Tasks RCU enabled.
  389. apr 27 13:30:00 _hostname_ kernel: Tracing variant of Tasks RCU enabled.
  390. apr 27 13:30:00 _hostname_ kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
  391. apr 27 13:30:00 _hostname_ kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  392. apr 27 13:30:00 _hostname_ kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
  393. apr 27 13:30:00 _hostname_ kernel: Console: colour dummy device 80x25
  394. apr 27 13:30:00 _hostname_ kernel: printk: console [tty0] enabled
  395. apr 27 13:30:00 _hostname_ kernel: ACPI: Core revision 20201113
  396. apr 27 13:30:00 _hostname_ kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
  397. apr 27 13:30:00 _hostname_ kernel: APIC: Switch to symmetric I/O mode setup
  398. apr 27 13:30:00 _hostname_ kernel: DMAR: Host address width 39
  399. apr 27 13:30:00 _hostname_ kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
  400. apr 27 13:30:00 _hostname_ kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
  401. apr 27 13:30:00 _hostname_ kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
  402. apr 27 13:30:00 _hostname_ kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
  403. apr 27 13:30:00 _hostname_ kernel: DMAR: RMRR base: 0x0000007ef8b000 end: 0x0000007efaafff
  404. apr 27 13:30:00 _hostname_ kernel: DMAR: RMRR base: 0x00000088800000 end: 0x0000008cffffff
  405. apr 27 13:30:00 _hostname_ kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
  406. apr 27 13:30:00 _hostname_ kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
  407. apr 27 13:30:00 _hostname_ kernel: DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
  408. apr 27 13:30:00 _hostname_ kernel: DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
  409. apr 27 13:30:00 _hostname_ kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
  410. apr 27 13:30:00 _hostname_ kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
  411. apr 27 13:30:00 _hostname_ kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
  412. apr 27 13:30:00 _hostname_ kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
  413. apr 27 13:30:00 _hostname_ kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
  414. apr 27 13:30:00 _hostname_ kernel: x2apic: IRQ remapping doesn't support X2APIC mode
  415. apr 27 13:30:00 _hostname_ kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  416. apr 27 13:30:00 _hostname_ kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
  417. apr 27 13:30:00 _hostname_ kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4001.60 BogoMIPS (lpj=6666560)
  418. apr 27 13:30:00 _hostname_ kernel: pid_max: default: 32768 minimum: 301
  419. apr 27 13:30:00 _hostname_ kernel: LSM: Security Framework initializing
  420. apr 27 13:30:00 _hostname_ kernel: Yama: becoming mindful.
  421. apr 27 13:30:00 _hostname_ kernel: LSM support for eBPF active
  422. apr 27 13:30:00 _hostname_ kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  423. apr 27 13:30:00 _hostname_ kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  424. apr 27 13:30:00 _hostname_ kernel: mce: CPU0: Thermal monitoring enabled (TM1)
  425. apr 27 13:30:00 _hostname_ kernel: process: using mwait in idle threads
  426. apr 27 13:30:00 _hostname_ kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
  427. apr 27 13:30:00 _hostname_ kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
  428. apr 27 13:30:00 _hostname_ kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
  429. apr 27 13:30:00 _hostname_ kernel: Spectre V2 : Mitigation: Full generic retpoline
  430. apr 27 13:30:00 _hostname_ kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
  431. apr 27 13:30:00 _hostname_ kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
  432. apr 27 13:30:00 _hostname_ kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
  433. apr 27 13:30:00 _hostname_ kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
  434. apr 27 13:30:00 _hostname_ kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
  435. apr 27 13:30:00 _hostname_ kernel: SRBDS: Mitigation: Microcode
  436. apr 27 13:30:00 _hostname_ kernel: MDS: Mitigation: Clear CPU buffers
  437. apr 27 13:30:00 _hostname_ kernel: Freeing SMP alternatives memory: 36K
  438. apr 27 13:30:00 _hostname_ kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1894
  439. apr 27 13:30:00 _hostname_ kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
  440. apr 27 13:30:00 _hostname_ kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
  441. apr 27 13:30:00 _hostname_ kernel: ... version: 4
  442. apr 27 13:30:00 _hostname_ kernel: ... bit width: 48
  443. apr 27 13:30:00 _hostname_ kernel: ... generic registers: 4
  444. apr 27 13:30:00 _hostname_ kernel: ... value mask: 0000ffffffffffff
  445. apr 27 13:30:00 _hostname_ kernel: ... max period: 00007fffffffffff
  446. apr 27 13:30:00 _hostname_ kernel: ... fixed-purpose events: 3
  447. apr 27 13:30:00 _hostname_ kernel: ... event mask: 000000070000000f
  448. apr 27 13:30:00 _hostname_ kernel: rcu: Hierarchical SRCU implementation.
  449. apr 27 13:30:00 _hostname_ kernel: smp: Bringing up secondary CPUs ...
  450. apr 27 13:30:00 _hostname_ kernel: x86: Booting SMP configuration:
  451. apr 27 13:30:00 _hostname_ kernel: .... node #0, CPUs: #1 #2 #3 #4
  452. apr 27 13:30:00 _hostname_ kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
  453. apr 27 13:30:00 _hostname_ kernel: #5 #6 #7
  454. apr 27 13:30:00 _hostname_ kernel: smp: Brought up 1 node, 8 CPUs
  455. apr 27 13:30:00 _hostname_ kernel: smpboot: Max logical packages: 1
  456. apr 27 13:30:00 _hostname_ kernel: smpboot: Total of 8 processors activated (32012.80 BogoMIPS)
  457. apr 27 13:30:00 _hostname_ kernel: devtmpfs: initialized
  458. apr 27 13:30:00 _hostname_ kernel: x86/mm: Memory block size: 128MB
  459. apr 27 13:30:00 _hostname_ kernel: PM: Registering ACPI NVS region [mem 0x55aed000-0x55aedfff] (4096 bytes)
  460. apr 27 13:30:00 _hostname_ kernel: PM: Registering ACPI NVS region [mem 0x7f10e000-0x7f7fdfff] (7274496 bytes)
  461. apr 27 13:30:00 _hostname_ kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  462. apr 27 13:30:00 _hostname_ kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
  463. apr 27 13:30:00 _hostname_ kernel: pinctrl core: initialized pinctrl subsystem
  464. apr 27 13:30:00 _hostname_ kernel: PM: RTC time: 11:29:58, date: 2021-04-27
  465. apr 27 13:30:00 _hostname_ kernel: NET: Registered protocol family 16
  466. apr 27 13:30:00 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  467. apr 27 13:30:00 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  468. apr 27 13:30:00 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  469. apr 27 13:30:00 _hostname_ kernel: audit: initializing netlink subsys (disabled)
  470. apr 27 13:30:00 _hostname_ kernel: audit: type=2000 audit(1619522998.049:1): state=initialized audit_enabled=0 res=1
  471. apr 27 13:30:00 _hostname_ kernel: thermal_sys: Registered thermal governor 'fair_share'
  472. apr 27 13:30:00 _hostname_ kernel: thermal_sys: Registered thermal governor 'bang_bang'
  473. apr 27 13:30:00 _hostname_ kernel: thermal_sys: Registered thermal governor 'step_wise'
  474. apr 27 13:30:00 _hostname_ kernel: thermal_sys: Registered thermal governor 'user_space'
  475. apr 27 13:30:00 _hostname_ kernel: thermal_sys: Registered thermal governor 'power_allocator'
  476. apr 27 13:30:00 _hostname_ kernel: cpuidle: using governor ladder
  477. apr 27 13:30:00 _hostname_ kernel: cpuidle: using governor menu
  478. apr 27 13:30:00 _hostname_ kernel: Simple Boot Flag at 0x44 set to 0x1
  479. apr 27 13:30:00 _hostname_ kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  480. apr 27 13:30:00 _hostname_ kernel: ACPI: bus type PCI registered
  481. apr 27 13:30:00 _hostname_ kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  482. apr 27 13:30:00 _hostname_ kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  483. apr 27 13:30:00 _hostname_ kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  484. apr 27 13:30:00 _hostname_ kernel: PCI: Using configuration type 1 for base access
  485. apr 27 13:30:00 _hostname_ kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  486. apr 27 13:30:00 _hostname_ kernel: Kprobes globally optimized
  487. apr 27 13:30:00 _hostname_ kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  488. apr 27 13:30:00 _hostname_ kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  489. apr 27 13:30:00 _hostname_ kernel: ACPI: Added _OSI(Module Device)
  490. apr 27 13:30:00 _hostname_ kernel: ACPI: Added _OSI(Processor Device)
  491. apr 27 13:30:00 _hostname_ kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
  492. apr 27 13:30:00 _hostname_ kernel: ACPI: Added _OSI(Processor Aggregator Device)
  493. apr 27 13:30:00 _hostname_ kernel: ACPI: Added _OSI(Linux-Dell-Video)
  494. apr 27 13:30:00 _hostname_ kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  495. apr 27 13:30:00 _hostname_ kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
  496. apr 27 13:30:00 _hostname_ kernel: ACPI: 17 ACPI AML tables successfully acquired and loaded
  497. apr 27 13:30:00 _hostname_ kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  498. apr 27 13:30:00 _hostname_ kernel: ACPI Error: No handler for Region [RAM_] (000000004f7e8338) [EmbeddedControl] (20201113/evregion-130)
  499. apr 27 13:30:00 _hostname_ kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20201113/exfldio-261)
  500. apr 27 13:30:00 _hostname_ kernel: ACPI Error: Aborting method \_SB.PCI0.I2C1.TPL1._STA due to previous error (AE_NOT_EXIST) (20201113/psparse-529)
  501. apr 27 13:30:00 _hostname_ kernel: ACPI Error: Method execution failed \_SB.PCI0.I2C1.TPL1._STA due to previous error (AE_NOT_EXIST) (20201113/uteval-68)
  502. apr 27 13:30:00 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  503. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0xFFFF8C8181146000 0005CD (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
  504. apr 27 13:30:00 _hostname_ kernel: ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
  505. apr 27 13:30:00 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  506. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0xFFFF8C8181156000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
  507. apr 27 13:30:00 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  508. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0xFFFF8C8180F27540 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
  509. apr 27 13:30:00 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  510. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0xFFFF8C8181144000 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527)
  511. apr 27 13:30:00 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  512. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0xFFFF8C81811AB000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527)
  513. apr 27 13:30:00 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  514. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0xFFFF8C8181153C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
  515. apr 27 13:30:00 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  516. apr 27 13:30:00 _hostname_ kernel: ACPI: SSDT 0xFFFF8C8181154400 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
  517. apr 27 13:30:00 _hostname_ kernel: ACPI: EC: EC started
  518. apr 27 13:30:00 _hostname_ kernel: ACPI: EC: interrupt blocked
  519. apr 27 13:30:00 _hostname_ kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  520. apr 27 13:30:00 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
  521. apr 27 13:30:00 _hostname_ kernel: ACPI: Interpreter enabled
  522. apr 27 13:30:00 _hostname_ kernel: ACPI: (supports S0 S3 S4 S5)
  523. apr 27 13:30:00 _hostname_ kernel: ACPI: Using IOAPIC for interrupt routing
  524. apr 27 13:30:00 _hostname_ kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  525. apr 27 13:30:00 _hostname_ kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
  526. apr 27 13:30:00 _hostname_ kernel: ACPI: Power Resource [PC01] (on)
  527. apr 27 13:30:00 _hostname_ kernel: ACPI: Power Resource [WRST] (on)
  528. apr 27 13:30:00 _hostname_ kernel: acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
  529. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  530. apr 27 13:30:00 _hostname_ kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
  531. apr 27 13:30:00 _hostname_ kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
  532. apr 27 13:30:00 _hostname_ kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
  533. apr 27 13:30:00 _hostname_ kernel: PCI host bridge to bus 0000:00
  534. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
  535. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
  536. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  537. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
  538. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
  539. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
  540. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
  541. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
  542. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
  543. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
  544. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
  545. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
  546. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
  547. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
  548. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
  549. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
  550. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x8d000000-0xdfffffff window]
  551. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
  552. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0xfe800000-0xfe80ffff window]
  553. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
  554. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
  555. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
  556. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
  557. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
  558. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
  559. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
  560. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
  561. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:04.0: reg 0x10: [mem 0xa4320000-0xa4327fff 64bit]
  562. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
  563. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa4310000-0xa431ffff 64bit]
  564. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
  565. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
  566. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa4332000-0xa4332fff 64bit]
  567. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
  568. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:15.0: reg 0x10: [mem 0xa4333000-0xa4333fff 64bit]
  569. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
  570. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:15.1: reg 0x10: [mem 0xa4334000-0xa4334fff 64bit]
  571. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
  572. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa4335000-0xa4335fff 64bit]
  573. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:16.0: PME# supported from D3hot
  574. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
  575. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa4330000-0xa4331fff]
  576. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa433a000-0xa433a0ff]
  577. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:17.0: reg 0x18: [io 0x4080-0x4087]
  578. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:17.0: reg 0x1c: [io 0x4088-0x408b]
  579. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
  580. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa4338000-0xa43387ff]
  581. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:17.0: PME# supported from D3hot
  582. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
  583. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  584. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
  585. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
  586. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
  587. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  588. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.1: [8086:9d19] type 01 class 0x060400
  589. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
  590. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
  591. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xa4336000-0xa4336fff 64bit]
  592. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1e.3: [8086:9d2a] type 00 class 0x118000
  593. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1e.3: reg 0x10: [mem 0xa4337000-0xa4337fff 64bit]
  594. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
  595. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
  596. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xa432c000-0xa432ffff]
  597. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
  598. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa4328000-0xa432bfff 64bit]
  599. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa4300000-0xa430ffff 64bit]
  600. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
  601. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
  602. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa4339000-0xa43390ff 64bit]
  603. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1f.4: reg 0x20: [io 0x4040-0x405f]
  604. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: [10de:1d12] type 00 class 0x030200
  605. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
  606. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
  607. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
  608. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
  609. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
  610. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: Enabling HDA controller
  611. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
  612. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
  613. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0xa3000000-0xa3ffffff]
  614. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
  615. apr 27 13:30:00 _hostname_ kernel: pci 0000:02:00.0: [1c5c:1527] type 00 class 0x010802
  616. apr 27 13:30:00 _hostname_ kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa4200000-0xa4203fff 64bit]
  617. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
  618. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.4: bridge window [mem 0xa4200000-0xa42fffff]
  619. apr 27 13:30:00 _hostname_ kernel: pci 0000:03:00.0: [10ec:522a] type 00 class 0xff0000
  620. apr 27 13:30:00 _hostname_ kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa4100000-0xa4100fff]
  621. apr 27 13:30:00 _hostname_ kernel: pci 0000:03:00.0: supports D1 D2
  622. apr 27 13:30:00 _hostname_ kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
  623. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
  624. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.0: bridge window [mem 0xa4100000-0xa41fffff]
  625. apr 27 13:30:00 _hostname_ kernel: pci 0000:04:00.0: [8086:095a] type 00 class 0x028000
  626. apr 27 13:30:00 _hostname_ kernel: pci 0000:04:00.0: reg 0x10: [mem 0xa4000000-0xa4001fff 64bit]
  627. apr 27 13:30:00 _hostname_ kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
  628. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
  629. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.1: bridge window [mem 0xa4000000-0xa40fffff]
  630. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
  631. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
  632. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
  633. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
  634. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
  635. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
  636. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
  637. apr 27 13:30:00 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
  638. apr 27 13:30:00 _hostname_ kernel: ACPI: EC: interrupt unblocked
  639. apr 27 13:30:00 _hostname_ kernel: ACPI: EC: event unblocked
  640. apr 27 13:30:00 _hostname_ kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  641. apr 27 13:30:00 _hostname_ kernel: ACPI: EC: GPE=0x50
  642. apr 27 13:30:00 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
  643. apr 27 13:30:00 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
  644. apr 27 13:30:00 _hostname_ kernel: iommu: Default domain type: Translated
  645. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
  646. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  647. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: vgaarb: bridge control possible
  648. apr 27 13:30:00 _hostname_ kernel: vgaarb: loaded
  649. apr 27 13:30:00 _hostname_ kernel: SCSI subsystem initialized
  650. apr 27 13:30:00 _hostname_ kernel: libata version 3.00 loaded.
  651. apr 27 13:30:00 _hostname_ kernel: ACPI: bus type USB registered
  652. apr 27 13:30:00 _hostname_ kernel: usbcore: registered new interface driver usbfs
  653. apr 27 13:30:00 _hostname_ kernel: usbcore: registered new interface driver hub
  654. apr 27 13:30:00 _hostname_ kernel: usbcore: registered new device driver usb
  655. apr 27 13:30:00 _hostname_ kernel: pps_core: LinuxPPS API ver. 1 registered
  656. apr 27 13:30:00 _hostname_ kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  657. apr 27 13:30:00 _hostname_ kernel: PTP clock support registered
  658. apr 27 13:30:00 _hostname_ kernel: EDAC MC: Ver: 3.0.0
  659. apr 27 13:30:00 _hostname_ kernel: Registered efivars operations
  660. apr 27 13:30:00 _hostname_ kernel: NetLabel: Initializing
  661. apr 27 13:30:00 _hostname_ kernel: NetLabel: domain hash size = 128
  662. apr 27 13:30:00 _hostname_ kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  663. apr 27 13:30:00 _hostname_ kernel: NetLabel: unlabeled traffic allowed by default
  664. apr 27 13:30:00 _hostname_ kernel: PCI: Using ACPI for IRQ routing
  665. apr 27 13:30:00 _hostname_ kernel: PCI: pci_cache_line_size set to 64 bytes
  666. apr 27 13:30:00 _hostname_ kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
  667. apr 27 13:30:00 _hostname_ kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
  668. apr 27 13:30:00 _hostname_ kernel: e820: reserve RAM buffer [mem 0x55aed000-0x57ffffff]
  669. apr 27 13:30:00 _hostname_ kernel: e820: reserve RAM buffer [mem 0x63c11000-0x63ffffff]
  670. apr 27 13:30:00 _hostname_ kernel: e820: reserve RAM buffer [mem 0x7dd0e000-0x7fffffff]
  671. apr 27 13:30:00 _hostname_ kernel: e820: reserve RAM buffer [mem 0x7ffff000-0x7fffffff]
  672. apr 27 13:30:00 _hostname_ kernel: e820: reserve RAM buffer [mem 0x272000000-0x273ffffff]
  673. apr 27 13:30:00 _hostname_ kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  674. apr 27 13:30:00 _hostname_ kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
  675. apr 27 13:30:00 _hostname_ kernel: clocksource: Switched to clocksource tsc-early
  676. apr 27 13:30:00 _hostname_ kernel: VFS: Disk quotas dquot_6.6.0
  677. apr 27 13:30:00 _hostname_ kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  678. apr 27 13:30:00 _hostname_ kernel: pnp: PnP ACPI init
  679. apr 27 13:30:00 _hostname_ kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
  680. apr 27 13:30:00 _hostname_ kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
  681. apr 27 13:30:00 _hostname_ kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
  682. apr 27 13:30:00 _hostname_ kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
  683. apr 27 13:30:00 _hostname_ kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
  684. apr 27 13:30:00 _hostname_ kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
  685. apr 27 13:30:00 _hostname_ kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
  686. apr 27 13:30:00 _hostname_ kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  687. apr 27 13:30:00 _hostname_ kernel: system 00:01: [io 0x2000-0x20fe] has been reserved
  688. apr 27 13:30:00 _hostname_ kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
  689. apr 27 13:30:00 _hostname_ kernel: system 00:02: [io 0x0680-0x069f] has been reserved
  690. apr 27 13:30:00 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  691. apr 27 13:30:00 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  692. apr 27 13:30:00 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  693. apr 27 13:30:00 _hostname_ kernel: system 00:02: [io 0x1800-0x18fe] has been reserved
  694. apr 27 13:30:00 _hostname_ kernel: system 00:02: [io 0x164e-0x164f] has been reserved
  695. apr 27 13:30:00 _hostname_ kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
  696. apr 27 13:30:00 _hostname_ kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
  697. apr 27 13:30:00 _hostname_ kernel: system 00:04: [io 0x1854-0x1857] has been reserved
  698. apr 27 13:30:00 _hostname_ kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  699. apr 27 13:30:00 _hostname_ kernel: pnp 00:05: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
  700. apr 27 13:30:00 _hostname_ kernel: pnp 00:06: Plug and Play ACPI device, IDs SYN3272 ETD0000 PNP0f13 (active)
  701. apr 27 13:30:00 _hostname_ kernel: system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
  702. apr 27 13:30:00 _hostname_ kernel: system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
  703. apr 27 13:30:00 _hostname_ kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  704. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
  705. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
  706. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
  707. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
  708. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
  709. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
  710. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
  711. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
  712. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
  713. apr 27 13:30:00 _hostname_ kernel: system 00:08: [mem 0x8d000000-0x8d01ffff] has been reserved
  714. apr 27 13:30:00 _hostname_ kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
  715. apr 27 13:30:00 _hostname_ kernel: pnp: PnP ACPI: found 9 devices
  716. apr 27 13:30:00 _hostname_ kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  717. apr 27 13:30:00 _hostname_ kernel: NET: Registered protocol family 2
  718. apr 27 13:30:00 _hostname_ kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  719. apr 27 13:30:00 _hostname_ kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  720. apr 27 13:30:00 _hostname_ kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
  721. apr 27 13:30:00 _hostname_ kernel: TCP: Hash tables configured (established 65536 bind 65536)
  722. apr 27 13:30:00 _hostname_ kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
  723. apr 27 13:30:00 _hostname_ kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  724. apr 27 13:30:00 _hostname_ kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  725. apr 27 13:30:00 _hostname_ kernel: NET: Registered protocol family 1
  726. apr 27 13:30:00 _hostname_ kernel: NET: Registered protocol family 44
  727. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
  728. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
  729. apr 27 13:30:00 _hostname_ kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
  730. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
  731. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
  732. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0xa3000000-0xa3ffffff]
  733. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
  734. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
  735. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1c.4: bridge window [mem 0xa4200000-0xa42fffff]
  736. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
  737. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.0: bridge window [mem 0xa4100000-0xa41fffff]
  738. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
  739. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:1d.1: bridge window [mem 0xa4000000-0xa40fffff]
  740. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
  741. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
  742. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  743. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
  744. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
  745. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
  746. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
  747. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
  748. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
  749. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
  750. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
  751. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
  752. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
  753. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
  754. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
  755. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
  756. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 20 [mem 0x8d000000-0xdfffffff window]
  757. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
  758. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:00: resource 22 [mem 0xfe800000-0xfe80ffff window]
  759. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
  760. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa3ffffff]
  761. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
  762. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:02: resource 1 [mem 0xa4200000-0xa42fffff]
  763. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:03: resource 1 [mem 0xa4100000-0xa41fffff]
  764. apr 27 13:30:00 _hostname_ kernel: pci_bus 0000:04: resource 1 [mem 0xa4000000-0xa40fffff]
  765. apr 27 13:30:00 _hostname_ kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  766. apr 27 13:30:00 _hostname_ kernel: PCI: CLS 64 bytes, default 64
  767. apr 27 13:30:00 _hostname_ kernel: Trying to unpack rootfs image as initramfs...
  768. apr 27 13:30:00 _hostname_ kernel: Freeing initrd memory: 9380K
  769. apr 27 13:30:00 _hostname_ kernel: DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.0
  770. apr 27 13:30:00 _hostname_ kernel: DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:15.1
  771. apr 27 13:30:00 _hostname_ kernel: DMAR: ACPI device "device:74" under DMAR at fed91000 as 00:1e.3
  772. apr 27 13:30:00 _hostname_ kernel: DMAR: ACPI device "device:75" under DMAR at fed91000 as 00:1e.0
  773. apr 27 13:30:00 _hostname_ kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  774. apr 27 13:30:00 _hostname_ kernel: software IO TLB: mapped [mem 0x000000007970b000-0x000000007d70b000] (64MB)
  775. apr 27 13:30:00 _hostname_ kernel: check: Scanning for low memory corruption every 60 seconds
  776. apr 27 13:30:00 _hostname_ kernel: Initialise system trusted keyrings
  777. apr 27 13:30:00 _hostname_ kernel: Key type blacklist registered
  778. apr 27 13:30:00 _hostname_ kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
  779. apr 27 13:30:00 _hostname_ kernel: zbud: loaded
  780. apr 27 13:30:00 _hostname_ kernel: Key type asymmetric registered
  781. apr 27 13:30:00 _hostname_ kernel: Asymmetric key parser 'x509' registered
  782. apr 27 13:30:00 _hostname_ kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  783. apr 27 13:30:00 _hostname_ kernel: io scheduler mq-deadline registered
  784. apr 27 13:30:00 _hostname_ kernel: io scheduler kyber registered
  785. apr 27 13:30:00 _hostname_ kernel: io scheduler bfq registered
  786. apr 27 13:30:00 _hostname_ kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
  787. apr 27 13:30:00 _hostname_ kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
  788. apr 27 13:30:00 _hostname_ kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 122
  789. apr 27 13:30:00 _hostname_ kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
  790. apr 27 13:30:00 _hostname_ kernel: pcieport 0000:00:1c.4: AER: enabled with IRQ 123
  791. apr 27 13:30:00 _hostname_ kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
  792. apr 27 13:30:00 _hostname_ kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 124
  793. apr 27 13:30:00 _hostname_ kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 125
  794. apr 27 13:30:00 _hostname_ kernel: pcieport 0000:00:1d.1: AER: enabled with IRQ 125
  795. apr 27 13:30:00 _hostname_ kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  796. apr 27 13:30:00 _hostname_ kernel: efifb: probing for efifb
  797. apr 27 13:30:00 _hostname_ kernel: efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
  798. apr 27 13:30:00 _hostname_ kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
  799. apr 27 13:30:00 _hostname_ kernel: efifb: scrolling: redraw
  800. apr 27 13:30:00 _hostname_ kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  801. apr 27 13:30:00 _hostname_ kernel: fbcon: Deferring console take-over
  802. apr 27 13:30:00 _hostname_ kernel: fb0: EFI VGA frame buffer device
  803. apr 27 13:30:00 _hostname_ kernel: intel_idle: MWAIT substates: 0x11142120
  804. apr 27 13:30:00 _hostname_ kernel: intel_idle: v0.5.1 model 0x8E
  805. apr 27 13:30:00 _hostname_ kernel: intel_idle: Local APIC timer is reliable in all C-states
  806. apr 27 13:30:00 _hostname_ kernel: ACPI: AC Adapter [ADP1] (on-line)
  807. apr 27 13:30:00 _hostname_ kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  808. apr 27 13:30:00 _hostname_ kernel: ACPI: Lid Switch [LID0]
  809. apr 27 13:30:00 _hostname_ kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
  810. apr 27 13:30:00 _hostname_ kernel: ACPI: Power Button [PWRF]
  811. apr 27 13:30:00 _hostname_ kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1894
  812. apr 27 13:30:00 _hostname_ kernel: ACPI: Invalid passive threshold
  813. apr 27 13:30:00 _hostname_ kernel: thermal LNXTHERM:00: registered as thermal_zone0
  814. apr 27 13:30:00 _hostname_ kernel: ACPI: Thermal Zone [TZS0] (47 C)
  815. apr 27 13:30:00 _hostname_ kernel: thermal LNXTHERM:01: registered as thermal_zone1
  816. apr 27 13:30:00 _hostname_ kernel: ACPI: Thermal Zone [TZS1] (41 C)
  817. apr 27 13:30:00 _hostname_ kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  818. apr 27 13:30:00 _hostname_ kernel: Non-volatile memory driver v1.3
  819. apr 27 13:30:00 _hostname_ kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
  820. apr 27 13:30:00 _hostname_ kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
  821. apr 27 13:30:00 _hostname_ kernel: nvme nvme0: pci function 0000:02:00.0
  822. apr 27 13:30:00 _hostname_ kernel: ahci 0000:00:17.0: version 3.0
  823. apr 27 13:30:00 _hostname_ kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
  824. apr 27 13:30:00 _hostname_ kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x0 impl SATA mode
  825. apr 27 13:30:00 _hostname_ kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
  826. apr 27 13:30:00 _hostname_ kernel: scsi host0: ahci
  827. apr 27 13:30:00 _hostname_ kernel: ata1: DUMMY
  828. apr 27 13:30:00 _hostname_ kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  829. apr 27 13:30:00 _hostname_ kernel: ehci-pci: EHCI PCI platform driver
  830. apr 27 13:30:00 _hostname_ kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  831. apr 27 13:30:00 _hostname_ kernel: ohci-pci: OHCI PCI platform driver
  832. apr 27 13:30:00 _hostname_ kernel: uhci_hcd: USB Universal Host Controller Interface driver
  833. apr 27 13:30:00 _hostname_ kernel: usbcore: registered new interface driver usbserial_generic
  834. apr 27 13:30:00 _hostname_ kernel: usbserial: USB Serial support registered for generic
  835. apr 27 13:30:00 _hostname_ kernel: rtc_cmos 00:03: RTC can wake from S4
  836. apr 27 13:30:00 _hostname_ kernel: rtc_cmos 00:03: registered as rtc0
  837. apr 27 13:30:00 _hostname_ kernel: rtc_cmos 00:03: setting system clock to 2021-04-27T11:29:59 UTC (1619522999)
  838. apr 27 13:30:00 _hostname_ kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  839. apr 27 13:30:00 _hostname_ kernel: intel_pstate: Intel P-state driver initializing
  840. apr 27 13:30:00 _hostname_ kernel: intel_pstate: HWP enabled
  841. apr 27 13:30:00 _hostname_ kernel: ledtrig-cpu: registered to indicate activity on CPUs
  842. apr 27 13:30:00 _hostname_ kernel: hid: raw HID events driver (C) Jiri Kosina
  843. apr 27 13:30:00 _hostname_ kernel: intel_pmc_core INT33A1:00: initialized
  844. apr 27 13:30:00 _hostname_ kernel: drop_monitor: Initializing network drop monitor service
  845. apr 27 13:30:00 _hostname_ kernel: Initializing XFRM netlink socket
  846. apr 27 13:30:00 _hostname_ kernel: NET: Registered protocol family 10
  847. apr 27 13:30:00 _hostname_ kernel: Segment Routing with IPv6
  848. apr 27 13:30:00 _hostname_ kernel: RPL Segment Routing with IPv6
  849. apr 27 13:30:00 _hostname_ kernel: NET: Registered protocol family 17
  850. apr 27 13:30:00 _hostname_ kernel: nvme nvme0: missing or invalid SUBNQN field.
  851. apr 27 13:30:00 _hostname_ kernel: microcode: sig=0x806ea, pf=0x80, revision=0xe0
  852. apr 27 13:30:00 _hostname_ kernel: microcode: Microcode Update Driver: v2.2.
  853. apr 27 13:30:00 _hostname_ kernel: IPI shorthand broadcast: enabled
  854. apr 27 13:30:00 _hostname_ kernel: sched_clock: Marking stable (1425144065, 939088)->(1441606539, -15523386)
  855. apr 27 13:30:00 _hostname_ kernel: registered taskstats version 1
  856. apr 27 13:30:00 _hostname_ kernel: Loading compiled-in X.509 certificates
  857. apr 27 13:30:00 _hostname_ kernel: nvme nvme0: 8/0/0 default/read/poll queues
  858. apr 27 13:30:00 _hostname_ kernel: nvme0n1: p1 p2 p3
  859. apr 27 13:30:00 _hostname_ kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 4ee2f1d722286978a28da8a6e415a302a984c0be'
  860. apr 27 13:30:00 _hostname_ kernel: zswap: loaded using pool lz4/z3fold
  861. apr 27 13:30:00 _hostname_ kernel: Key type ._fscrypt registered
  862. apr 27 13:30:00 _hostname_ kernel: Key type .fscrypt registered
  863. apr 27 13:30:00 _hostname_ kernel: Key type fscrypt-provisioning registered
  864. apr 27 13:30:00 _hostname_ kernel: PM: Magic number: 1:110:480
  865. apr 27 13:30:00 _hostname_ kernel: platform HPQ6001:00: hash matches
  866. apr 27 13:30:00 _hostname_ kernel: acpi HPQ6001:00: hash matches
  867. apr 27 13:30:00 _hostname_ kernel: RAS: Correctable Errors collector initialized.
  868. apr 27 13:30:00 _hostname_ kernel: Freeing unused decrypted memory: 2036K
  869. apr 27 13:30:00 _hostname_ kernel: Freeing unused kernel image (initmem) memory: 1668K
  870. apr 27 13:30:00 _hostname_ kernel: Write protecting the kernel read-only data: 26624k
  871. apr 27 13:30:00 _hostname_ kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
  872. apr 27 13:30:00 _hostname_ kernel: Freeing unused kernel image (rodata/data gap) memory: 1356K
  873. apr 27 13:30:00 _hostname_ kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
  874. apr 27 13:30:00 _hostname_ kernel: rodata_test: all tests were successful
  875. apr 27 13:30:00 _hostname_ kernel: x86/mm: Checking user space page tables
  876. apr 27 13:30:00 _hostname_ kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
  877. apr 27 13:30:00 _hostname_ kernel: Run /init as init process
  878. apr 27 13:30:00 _hostname_ kernel: with arguments:
  879. apr 27 13:30:00 _hostname_ kernel: /init
  880. apr 27 13:30:00 _hostname_ kernel: with environment:
  881. apr 27 13:30:00 _hostname_ kernel: HOME=/
  882. apr 27 13:30:00 _hostname_ kernel: TERM=linux
  883. apr 27 13:30:00 _hostname_ kernel: BOOT_IMAGE=/boot/vmlinuz-linux
  884. apr 27 13:30:00 _hostname_ kernel: fbcon: Taking over console
  885. apr 27 13:30:00 _hostname_ kernel: Console: switching to colour frame buffer device 240x67
  886. apr 27 13:30:00 _hostname_ kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
  887. apr 27 13:30:00 _hostname_ kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  888. apr 27 13:30:00 _hostname_ kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  889. apr 27 13:30:00 _hostname_ kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
  890. apr 27 13:30:00 _hostname_ kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
  891. apr 27 13:30:00 _hostname_ kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  892. apr 27 13:30:00 _hostname_ kernel: usb usb1: Product: xHCI Host Controller
  893. apr 27 13:30:00 _hostname_ kernel: usb usb1: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
  894. apr 27 13:30:00 _hostname_ kernel: usb usb1: SerialNumber: 0000:00:14.0
  895. apr 27 13:30:00 _hostname_ kernel: hub 1-0:1.0: USB hub found
  896. apr 27 13:30:00 _hostname_ kernel: hub 1-0:1.0: 12 ports detected
  897. apr 27 13:30:00 _hostname_ kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
  898. apr 27 13:30:00 _hostname_ kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  899. apr 27 13:30:00 _hostname_ kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
  900. apr 27 13:30:00 _hostname_ kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
  901. apr 27 13:30:00 _hostname_ kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  902. apr 27 13:30:00 _hostname_ kernel: usb usb2: Product: xHCI Host Controller
  903. apr 27 13:30:00 _hostname_ kernel: usb usb2: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
  904. apr 27 13:30:00 _hostname_ kernel: usb usb2: SerialNumber: 0000:00:14.0
  905. apr 27 13:30:00 _hostname_ kernel: hub 2-0:1.0: USB hub found
  906. apr 27 13:30:00 _hostname_ kernel: hub 2-0:1.0: 6 ports detected
  907. apr 27 13:30:00 _hostname_ kernel: usb: port power management may be unreliable
  908. apr 27 13:30:00 _hostname_ kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
  909. apr 27 13:30:00 _hostname_ kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
  910. apr 27 13:30:00 _hostname_ kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
  911. apr 27 13:30:00 _hostname_ kernel: PM: Image not found (code -22)
  912. apr 27 13:30:00 _hostname_ kernel: random: fast init done
  913. apr 27 13:30:00 _hostname_ kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  914. apr 27 13:30:00 _hostname_ systemd[1]: systemd 248-5-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
  915. apr 27 13:30:00 _hostname_ kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
  916. apr 27 13:30:00 _hostname_ systemd[1]: Detected architecture x86-64.
  917. apr 27 13:30:00 _hostname_ systemd[1]: Hostname set to <_hostname_>.
  918. apr 27 13:30:00 _hostname_ kernel: usb 1-4: New USB device found, idVendor=04f2, idProduct=b655, bcdDevice=32.56
  919. apr 27 13:30:00 _hostname_ kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  920. apr 27 13:30:00 _hostname_ kernel: usb 1-4: Product: HP Wide Vision HD Camera
  921. apr 27 13:30:00 _hostname_ kernel: usb 1-4: Manufacturer: Chicony
  922. apr 27 13:30:00 _hostname_ kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
  923. apr 27 13:30:00 _hostname_ systemd[1]: Queued start job for default target Graphical Interface.
  924. apr 27 13:30:00 _hostname_ systemd[1]: Created slice system-getty.slice.
  925. apr 27 13:30:00 _hostname_ systemd[1]: Created slice system-modprobe.slice.
  926. apr 27 13:30:00 _hostname_ systemd[1]: Created slice system-systemd\x2dfsck.slice.
  927. apr 27 13:30:00 _hostname_ systemd[1]: Created slice User and Session Slice.
  928. apr 27 13:30:00 _hostname_ systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  929. apr 27 13:30:00 _hostname_ systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  930. apr 27 13:30:00 _hostname_ systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  931. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Local Encrypted Volumes.
  932. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Login Prompts.
  933. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Paths.
  934. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Remote File Systems.
  935. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Slices.
  936. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Local Verity Integrity Protected Volumes.
  937. apr 27 13:30:00 _hostname_ systemd[1]: Listening on Device-mapper event daemon FIFOs.
  938. apr 27 13:30:00 _hostname_ systemd[1]: Listening on LVM2 poll daemon socket.
  939. apr 27 13:30:00 _hostname_ systemd[1]: Listening on Process Core Dump Socket.
  940. apr 27 13:30:00 _hostname_ systemd[1]: Listening on Journal Audit Socket.
  941. apr 27 13:30:00 _hostname_ systemd[1]: Listening on Journal Socket (/dev/log).
  942. apr 27 13:30:00 _hostname_ systemd[1]: Listening on Journal Socket.
  943. apr 27 13:30:00 _hostname_ systemd[1]: Listening on udev Control Socket.
  944. apr 27 13:30:00 _hostname_ systemd[1]: Listening on udev Kernel Socket.
  945. apr 27 13:30:00 _hostname_ systemd[1]: Mounting Huge Pages File System...
  946. apr 27 13:30:00 _hostname_ systemd[1]: Mounting POSIX Message Queue File System...
  947. apr 27 13:30:00 _hostname_ systemd[1]: Mounting Kernel Debug File System...
  948. apr 27 13:30:00 _hostname_ systemd[1]: Mounting Kernel Trace File System...
  949. apr 27 13:30:00 _hostname_ kernel: usb 1-6: new full-speed USB device number 3 using xhci_hcd
  950. apr 27 13:30:00 _hostname_ systemd[1]: Starting Create list of static device nodes for the current kernel...
  951. apr 27 13:30:00 _hostname_ systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  952. apr 27 13:30:00 _hostname_ systemd[1]: Starting Load Kernel Module configfs...
  953. apr 27 13:30:00 _hostname_ systemd[1]: Starting Load Kernel Module drm...
  954. apr 27 13:30:00 _hostname_ systemd[1]: Starting Load Kernel Module fuse...
  955. apr 27 13:30:00 _hostname_ kernel: random: lvm: uninitialized urandom read (4 bytes read)
  956. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  957. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  958. apr 27 13:30:00 _hostname_ systemd[1]: Starting Journal Service...
  959. apr 27 13:30:00 _hostname_ systemd[1]: Starting Load Kernel Modules...
  960. apr 27 13:30:00 _hostname_ kernel: Linux agpgart interface v0.103
  961. apr 27 13:30:00 _hostname_ systemd[1]: Starting Remount Root and Kernel File Systems...
  962. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
  963. apr 27 13:30:00 _hostname_ systemd[1]: Starting Coldplug All udev Devices...
  964. apr 27 13:30:00 _hostname_ systemd[1]: Mounted Huge Pages File System.
  965. apr 27 13:30:00 _hostname_ systemd[1]: Mounted POSIX Message Queue File System.
  966. apr 27 13:30:00 _hostname_ systemd[1]: Mounted Kernel Debug File System.
  967. apr 27 13:30:00 _hostname_ systemd[1]: Mounted Kernel Trace File System.
  968. apr 27 13:30:00 _hostname_ systemd[1]: Finished Create list of static device nodes for the current kernel.
  969. apr 27 13:30:00 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  970. apr 27 13:30:00 _hostname_ systemd[1]: Finished Load Kernel Module configfs.
  971. apr 27 13:30:00 _hostname_ systemd[1]: Mounting Kernel Configuration File System...
  972. apr 27 13:30:00 _hostname_ kernel: EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
  973. apr 27 13:30:00 _hostname_ systemd[1]: Mounted Kernel Configuration File System.
  974. apr 27 13:30:00 _hostname_ systemd[1]: Finished Remount Root and Kernel File Systems.
  975. apr 27 13:30:00 _hostname_ kernel: audit: type=1130 audit(1619523000.433:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  976. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in First Boot Wizard being skipped.
  977. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  978. apr 27 13:30:00 _hostname_ systemd[1]: Starting Load/Save Random Seed...
  979. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in Create System Users being skipped.
  980. apr 27 13:30:00 _hostname_ systemd[1]: Starting Create Static Device Nodes in /dev...
  981. apr 27 13:30:00 _hostname_ kernel: Asymmetric key parser 'pkcs8' registered
  982. apr 27 13:30:00 _hostname_ kernel: fuse: init (API version 7.33)
  983. apr 27 13:30:00 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  984. apr 27 13:30:00 _hostname_ systemd[1]: Finished Load Kernel Module fuse.
  985. apr 27 13:30:00 _hostname_ kernel: audit: type=1130 audit(1619523000.436:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  986. apr 27 13:30:00 _hostname_ kernel: audit: type=1131 audit(1619523000.436:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  987. apr 27 13:30:00 _hostname_ systemd[1]: Mounting FUSE Control File System...
  988. apr 27 13:30:00 _hostname_ systemd[1]: Mounted FUSE Control File System.
  989. apr 27 13:30:00 _hostname_ kernel: tsc: Refined TSC clocksource calibration: 1992.006 MHz
  990. apr 27 13:30:00 _hostname_ kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d5dac02a, max_idle_ns: 881590811122 ns
  991. apr 27 13:30:00 _hostname_ kernel: clocksource: Switched to clocksource tsc
  992. apr 27 13:30:00 _hostname_ kernel: vboxdrv: loading out-of-tree module taints kernel.
  993. apr 27 13:30:00 _hostname_ kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
  994. apr 27 13:30:00 _hostname_ systemd[1]: Finished Create Static Device Nodes in /dev.
  995. apr 27 13:30:00 _hostname_ systemd-journald[241]: Journal started
  996. apr 27 13:30:00 _hostname_ systemd-journald[241]: Runtime Journal (/run/log/journal/903779cc386249ec9f1215bee6626fa8) is 8.0M, max 384.8M, 376.8M free.
  997. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  998. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  999. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1000. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1001. apr 27 13:30:00 _hostname_ systemd-modules-load[242]: Inserted module 'crypto_user'
  1002. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1003. apr 27 13:30:00 _hostname_ systemd-modules-load[242]: Module 'msr' is built in
  1004. apr 27 13:30:00 _hostname_ kernel: audit: type=1130 audit(1619523000.453:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1005. apr 27 13:30:00 _hostname_ systemd[1]: Started Journal Service.
  1006. apr 27 13:30:00 _hostname_ kernel: audit: type=1130 audit(1619523000.453:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1007. apr 27 13:30:00 _hostname_ systemd-modules-load[242]: Inserted module 'pkcs8_key_parser'
  1008. apr 27 13:30:00 _hostname_ systemd-random-seed[247]: Kernel entropy pool is not initialized yet, waiting until it is.
  1009. apr 27 13:30:00 _hostname_ systemd[1]: Starting Flush Journal to Persistent Storage...
  1010. apr 27 13:30:00 _hostname_ audit: BPF prog-id=14 op=LOAD
  1011. apr 27 13:30:00 _hostname_ audit: BPF prog-id=15 op=LOAD
  1012. apr 27 13:30:00 _hostname_ audit: BPF prog-id=16 op=LOAD
  1013. apr 27 13:30:00 _hostname_ systemd[1]: Starting Rule-based Manager for Device Events and Files...
  1014. apr 27 13:30:00 _hostname_ kernel: audit: type=1334 audit(1619523000.457:7): prog-id=14 op=LOAD
  1015. apr 27 13:30:00 _hostname_ kernel: audit: type=1334 audit(1619523000.457:8): prog-id=15 op=LOAD
  1016. apr 27 13:30:00 _hostname_ kernel: audit: type=1334 audit(1619523000.457:9): prog-id=16 op=LOAD
  1017. apr 27 13:30:00 _hostname_ systemd-journald[241]: Time spent on flushing to /var/log/journal/903779cc386249ec9f1215bee6626fa8 is 8.329ms for 887 entries.
  1018. apr 27 13:30:00 _hostname_ systemd-journald[241]: System Journal (/var/log/journal/903779cc386249ec9f1215bee6626fa8) is 672.2M, max 4.0G, 3.3G free.
  1019. apr 27 13:30:00 _hostname_ kernel: vboxdrv: Found 8 processor cores
  1020. apr 27 13:30:00 _hostname_ kernel: audit: type=1130 audit(1619523000.463:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1021. apr 27 13:30:00 _hostname_ kernel: vboxdrv: TSC mode is Invariant, tentative frequency 1992005802 Hz
  1022. apr 27 13:30:00 _hostname_ kernel: vboxdrv: Successfully loaded version 6.1.20 (interface 0x00300000)
  1023. apr 27 13:30:00 _hostname_ kernel: VBoxNetAdp: Successfully started.
  1024. apr 27 13:30:00 _hostname_ kernel: VBoxNetFlt: Successfully started.
  1025. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1026. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1027. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1028. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1029. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1030. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1031. apr 27 13:30:00 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  1032. apr 27 13:30:00 _hostname_ systemd[1]: Finished Load Kernel Module drm.
  1033. apr 27 13:30:00 _hostname_ systemd-modules-load[242]: Inserted module 'vboxdrv'
  1034. apr 27 13:30:00 _hostname_ systemd-modules-load[242]: Inserted module 'vboxnetadp'
  1035. apr 27 13:30:00 _hostname_ systemd[1]: Finished Coldplug All udev Devices.
  1036. apr 27 13:30:00 _hostname_ systemd-modules-load[242]: Inserted module 'vboxnetflt'
  1037. apr 27 13:30:00 _hostname_ systemd[1]: Finished Load Kernel Modules.
  1038. apr 27 13:30:00 _hostname_ systemd[1]: Starting Apply Kernel Variables...
  1039. apr 27 13:30:00 _hostname_ systemd[1]: Finished Apply Kernel Variables.
  1040. apr 27 13:30:00 _hostname_ systemd[1]: Started Rule-based Manager for Device Events and Files.
  1041. apr 27 13:30:00 _hostname_ systemd[1]: Finished Flush Journal to Persistent Storage.
  1042. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1043. apr 27 13:30:00 _hostname_ kernel: usb 1-6: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.03
  1044. apr 27 13:30:00 _hostname_ kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1045. apr 27 13:30:00 _hostname_ kernel: input: HP Wireless hotkeys as /devices/virtual/input/input4
  1046. apr 27 13:30:00 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  1047. apr 27 13:30:00 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  1048. apr 27 13:30:00 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  1049. apr 27 13:30:00 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  1050. apr 27 13:30:00 _hostname_ kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
  1051. apr 27 13:30:00 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:03: WQBJ data block query control method not found
  1052. apr 27 13:30:00 _hostname_ kernel: random: mktemp: uninitialized urandom read (6 bytes read)
  1053. apr 27 13:30:00 _hostname_ kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
  1054. apr 27 13:30:00 _hostname_ kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
  1055. apr 27 13:30:00 _hostname_ kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
  1056. apr 27 13:30:00 _hostname_ kernel: intel_rapl_common: Found RAPL domain package
  1057. apr 27 13:30:00 _hostname_ kernel: intel_rapl_common: Found RAPL domain dram
  1058. apr 27 13:30:00 _hostname_ kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
  1059. apr 27 13:30:00 _hostname_ kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
  1060. apr 27 13:30:00 _hostname_ kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
  1061. apr 27 13:30:00 _hostname_ kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
  1062. apr 27 13:30:00 _hostname_ kernel: intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
  1063. apr 27 13:30:00 _hostname_ kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
  1064. apr 27 13:30:00 _hostname_ systemd[1]: Found device SK hynix PC401 HFS256GD9TNG-62A0A 1.
  1065. apr 27 13:30:00 _hostname_ systemd[1]: Found device SK hynix PC401 HFS256GD9TNG-62A0A 3.
  1066. apr 27 13:30:00 _hostname_ systemd[1]: Activating swap /dev/disk/by-uuid/d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09...
  1067. apr 27 13:30:00 _hostname_ kernel: mei_me 0000:00:16.0: enabling device (0004 -> 0006)
  1068. apr 27 13:30:00 _hostname_ systemd[1]: Activated swap /dev/disk/by-uuid/d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09.
  1069. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Swap.
  1070. apr 27 13:30:00 _hostname_ kernel: Adding 9227464k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:9227464k SSFS
  1071. apr 27 13:30:00 _hostname_ systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
  1072. apr 27 13:30:00 _hostname_ systemd[1]: Mounting Temporary Directory (/tmp)...
  1073. apr 27 13:30:00 _hostname_ systemd[1]: Mounted Temporary Directory (/tmp).
  1074. apr 27 13:30:00 _hostname_ kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
  1075. apr 27 13:30:00 _hostname_ kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
  1076. apr 27 13:30:00 _hostname_ kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
  1077. apr 27 13:30:00 _hostname_ kernel: i2c i2c-2: 2/2 memory slots populated (from DMI)
  1078. apr 27 13:30:00 _hostname_ systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
  1079. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1080. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Local File Systems (Pre).
  1081. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
  1082. apr 27 13:30:00 _hostname_ systemd[1]: Starting File System Check on /dev/disk/by-uuid/1E74-D81B...
  1083. apr 27 13:30:00 _hostname_ systemd-fsck[343]: fsck.fat 4.2 (2021-01-31)
  1084. apr 27 13:30:00 _hostname_ systemd-fsck[343]: There are differences between boot sector and its backup.
  1085. apr 27 13:30:00 _hostname_ systemd-fsck[343]: This is mostly harmless. Differences: (offset:original/backup)
  1086. apr 27 13:30:00 _hostname_ systemd-fsck[343]: 65:01/00
  1087. apr 27 13:30:00 _hostname_ systemd-fsck[343]: Not automatically fixing this.
  1088. apr 27 13:30:00 _hostname_ systemd-fsck[343]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
  1089. apr 27 13:30:00 _hostname_ systemd-fsck[343]: Automatically removing dirty bit.
  1090. apr 27 13:30:00 _hostname_ systemd-fsck[343]: *** Filesystem was changed ***
  1091. apr 27 13:30:00 _hostname_ systemd-fsck[343]: Writing changes.
  1092. apr 27 13:30:00 _hostname_ systemd-fsck[343]: /dev/nvme0n1p1: 5 files, 70/76646 clusters
  1093. apr 27 13:30:00 _hostname_ systemd[1]: Finished File System Check on /dev/disk/by-uuid/1E74-D81B.
  1094. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1E74\x2dD81B comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1095. apr 27 13:30:00 _hostname_ systemd[1]: Mounting /boot/efi...
  1096. apr 27 13:30:00 _hostname_ systemd[1]: Mounted /boot/efi.
  1097. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Local File Systems.
  1098. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
  1099. apr 27 13:30:00 _hostname_ systemd[1]: Starting Create Volatile Files and Directories...
  1100. apr 27 13:30:00 _hostname_ kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
  1101. apr 27 13:30:00 _hostname_ kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
  1102. apr 27 13:30:00 _hostname_ kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
  1103. apr 27 13:30:00 _hostname_ kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
  1104. apr 27 13:30:00 _hostname_ kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
  1105. apr 27 13:30:00 _hostname_ kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
  1106. apr 27 13:30:00 _hostname_ kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
  1107. apr 27 13:30:00 _hostname_ kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  1108. apr 27 13:30:00 _hostname_ systemd[1]: Finished Create Volatile Files and Directories.
  1109. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1110. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
  1111. apr 27 13:30:00 _hostname_ audit: BPF prog-id=17 op=LOAD
  1112. apr 27 13:30:00 _hostname_ systemd[1]: Starting Network Time Synchronization...
  1113. apr 27 13:30:00 _hostname_ systemd[1]: Condition check resulted in Update is Completed being skipped.
  1114. apr 27 13:30:00 _hostname_ systemd[1]: Starting Update UTMP about System Boot/Shutdown...
  1115. apr 27 13:30:00 _hostname_ audit[354]: SYSTEM_BOOT pid=354 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
  1116. apr 27 13:30:00 _hostname_ systemd[1]: Finished Update UTMP about System Boot/Shutdown.
  1117. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1118. apr 27 13:30:00 _hostname_ kernel: cryptd: max_cpu_qlen set to 1000
  1119. apr 27 13:30:00 _hostname_ systemd[1]: Started Network Time Synchronization.
  1120. apr 27 13:30:00 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1121. apr 27 13:30:00 _hostname_ systemd[1]: Reached target System Initialization.
  1122. apr 27 13:30:00 _hostname_ systemd[1]: Started Daily Cleanup of Temporary Directories.
  1123. apr 27 13:30:00 _hostname_ systemd[1]: Reached target System Time Set.
  1124. apr 27 13:30:00 _hostname_ systemd[1]: Started Daily rotation of log files.
  1125. apr 27 13:30:00 _hostname_ systemd[1]: Started Daily man-db regeneration.
  1126. apr 27 13:30:00 _hostname_ systemd[1]: Started Daily verification of password and group files.
  1127. apr 27 13:30:00 _hostname_ systemd[1]: Started Daily locate database update.
  1128. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Timers.
  1129. apr 27 13:30:00 _hostname_ systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  1130. apr 27 13:30:00 _hostname_ systemd[1]: Listening on D-Bus System Message Bus Socket.
  1131. apr 27 13:30:00 _hostname_ systemd[1]: Reached target Sockets.
  1132. apr 27 13:30:01 _hostname_ kernel: AVX2 version of gcm_enc/dec engaged.
  1133. apr 27 13:30:01 _hostname_ kernel: AES CTR mode by8 optimization enabled
  1134. apr 27 13:30:01 _hostname_ systemd[1]: Reached target Basic System.
  1135. apr 27 13:30:01 _hostname_ systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
  1136. apr 27 13:30:01 _hostname_ systemd[1]: Started Periodic Command Scheduler.
  1137. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1138. apr 27 13:30:01 _hostname_ crond[363]: (CRON) STARTUP (1.5.7)
  1139. apr 27 13:30:01 _hostname_ systemd[1]: Started D-Bus System Message Bus.
  1140. apr 27 13:30:01 _hostname_ crond[363]: (CRON) INFO (Syslog will be used instead of sendmail.)
  1141. apr 27 13:30:01 _hostname_ crond[363]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 19% if used.)
  1142. apr 27 13:30:01 _hostname_ crond[363]: (CRON) INFO (running with inotify support)
  1143. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1144. apr 27 13:30:01 _hostname_ systemd[1]: Starting Network Manager...
  1145. apr 27 13:30:01 _hostname_ systemd[1]: Starting Initialize hardware monitoring sensors...
  1146. apr 27 13:30:01 _hostname_ systemd[1]: Starting Optimus Manager Commands Daemon...
  1147. apr 27 13:30:01 _hostname_ audit: BPF prog-id=18 op=LOAD
  1148. apr 27 13:30:01 _hostname_ audit: BPF prog-id=19 op=LOAD
  1149. apr 27 13:30:01 _hostname_ audit: BPF prog-id=20 op=LOAD
  1150. apr 27 13:30:01 _hostname_ systemd[1]: Starting User Login Management...
  1151. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Found user 'avahi' (UID 976) and group 'avahi' (GID 976).
  1152. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Successfully dropped root privileges.
  1153. apr 27 13:30:01 _hostname_ systemd-udevd[281]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
  1154. apr 27 13:30:01 _hostname_ avahi-daemon[359]: avahi-daemon 0.8 starting up.
  1155. apr 27 13:30:01 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event1 (Power Button)
  1156. apr 27 13:30:01 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event0 (Lid Switch)
  1157. apr 27 13:30:01 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
  1158. apr 27 13:30:01 _hostname_ systemd-logind[378]: New seat seat0.
  1159. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.0617] NetworkManager (version 1.30.4-1) is starting... (for the first time)
  1160. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.0621] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
  1161. apr 27 13:30:01 _hostname_ systemd[1]: Started User Login Management.
  1162. apr 27 13:30:01 _hostname_ systemd[1]: Started Network Manager.
  1163. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.0710] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
  1164. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1165. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Successfully called chroot().
  1166. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Successfully dropped remaining capabilities.
  1167. apr 27 13:30:01 _hostname_ avahi-daemon[359]: No service file found in /etc/avahi/services.
  1168. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
  1169. apr 27 13:30:01 _hostname_ avahi-daemon[359]: New relevant interface lo.IPv6 for mDNS.
  1170. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
  1171. apr 27 13:30:01 _hostname_ avahi-daemon[359]: New relevant interface lo.IPv4 for mDNS.
  1172. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Network interface enumeration completed.
  1173. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Registering new address record for ::1 on lo.*.
  1174. apr 27 13:30:01 _hostname_ avahi-daemon[359]: Registering new address record for 127.0.0.1 on lo.IPv4.
  1175. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1176. apr 27 13:30:01 _hostname_ systemd[1]: Started Avahi mDNS/DNS-SD Stack.
  1177. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.0752] manager[0x562d068d10c0]: monitoring kernel firmware directory '/lib/firmware'.
  1178. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1179. apr 27 13:30:01 _hostname_ systemd[1]: Reached target Network.
  1180. apr 27 13:30:01 _hostname_ kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
  1181. apr 27 13:30:01 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=375 comm="/usr/bin/NetworkManager --no-daemon ")
  1182. apr 27 13:30:01 _hostname_ systemd[1]: Starting Permit User Sessions...
  1183. apr 27 13:30:01 _hostname_ kernel: Intel(R) Wireless WiFi driver for Linux
  1184. apr 27 13:30:01 _hostname_ audit: BPF prog-id=21 op=LOAD
  1185. apr 27 13:30:01 _hostname_ audit: BPF prog-id=22 op=LOAD
  1186. apr 27 13:30:01 _hostname_ audit: BPF prog-id=23 op=LOAD
  1187. apr 27 13:30:01 _hostname_ systemd[1]: Starting Hostname Service...
  1188. apr 27 13:30:01 _hostname_ kernel: checking generic (b0000000 7f0000) vs hw (a2000000 1000000)
  1189. apr 27 13:30:01 _hostname_ kernel: checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
  1190. apr 27 13:30:01 _hostname_ kernel: fb0: switching to inteldrmfb from EFI VGA
  1191. apr 27 13:30:01 _hostname_ systemd[1]: Finished Permit User Sessions.
  1192. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1193. apr 27 13:30:01 _hostname_ kernel: Console: switching to colour dummy device 80x25
  1194. apr 27 13:30:01 _hostname_ kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
  1195. apr 27 13:30:01 _hostname_ kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
  1196. apr 27 13:30:01 _hostname_ kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
  1197. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Found debug destination: EXTERNAL_DRAM
  1198. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Found debug configuration: 0
  1199. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
  1200. apr 27 13:30:01 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.hostname1'
  1201. apr 27 13:30:01 _hostname_ systemd[1]: Started Hostname Service.
  1202. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1203. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1449] hostname: hostname: using hostnamed
  1204. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1450] hostname: hostname changed from (none) to "_hostname_"
  1205. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1453] dns-mgr[0x562d068c6110]: init: dns=default,systemd-resolved rc-manager=symlink
  1206. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1456] manager[0x562d068d10c0]: rfkill: Wi-Fi hardware radio set enabled
  1207. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1457] manager[0x562d068d10c0]: rfkill: WWAN hardware radio set enabled
  1208. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1209. apr 27 13:30:01 _hostname_ systemd[1]: Finished Initialize hardware monitoring sensors.
  1210. apr 27 13:30:01 _hostname_ systemd[1]: Reached target Multi-User System.
  1211. apr 27 13:30:01 _hostname_ systemd[1]: Starting TLP system startup/shutdown...
  1212. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1644] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-team.so)
  1213. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1656] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-wifi.so)
  1214. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1664] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-adsl.so)
  1215. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1671] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-ovs.so)
  1216. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1718] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-bluetooth.so)
  1217. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1724] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-wwan.so)
  1218. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1727] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
  1219. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1728] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
  1220. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1728] manager: Networking is enabled by state file
  1221. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1733] dhcp-init: Using DHCP client 'internal'
  1222. apr 27 13:30:01 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=375 comm="/usr/bin/NetworkManager --no-daemon ")
  1223. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1740] settings: Loaded settings plugin: keyfile (internal)
  1224. apr 27 13:30:01 _hostname_ python3[377]: [30] INFO: # Daemon pre-start hook
  1225. apr 27 13:30:01 _hostname_ python3[377]: [30] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
  1226. apr 27 13:30:01 _hostname_ python3[377]: [31] INFO: Copying /etc/optimus-manager/optimus-manager.conf to /var/lib/optimus-manager/tmp/config_copy.conf
  1227. apr 27 13:30:01 _hostname_ systemd[1]: Starting Network Manager Script Dispatcher Service...
  1228. apr 27 13:30:01 _hostname_ python3[377]: [34] INFO: Startup mode is: integrated
  1229. apr 27 13:30:01 _hostname_ python3[377]: [34] INFO: Writing state {'type': 'pending_pre_xorg_start', 'requested_mode': 'integrated', 'current_mode': None}
  1230. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1787] device (lo): carrier: link connected
  1231. apr 27 13:30:01 _hostname_ python3[377]: [34] INFO: Daemon pre-start hook completed successfully.
  1232. apr 27 13:30:01 _hostname_ python3[377]: [35] INFO: Calling Xorg pre-start hook.
  1233. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1790] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
  1234. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1825] ovsdb: Could not connect: No such file or directory
  1235. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1826] ovsdb: disconnected from ovsdb
  1236. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.1833] manager: startup complete
  1237. apr 27 13:30:01 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  1238. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1239. apr 27 13:30:01 _hostname_ systemd[1]: Started Network Manager Script Dispatcher Service.
  1240. apr 27 13:30:01 _hostname_ systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  1241. apr 27 13:30:01 _hostname_ kernel: intel_rapl_common: Found RAPL domain package
  1242. apr 27 13:30:01 _hostname_ kernel: intel_rapl_common: Found RAPL domain core
  1243. apr 27 13:30:01 _hostname_ kernel: intel_rapl_common: Found RAPL domain uncore
  1244. apr 27 13:30:01 _hostname_ kernel: intel_rapl_common: Found RAPL domain dram
  1245. apr 27 13:30:01 _hostname_ kernel: intel_rapl_common: Found RAPL domain psys
  1246. apr 27 13:30:01 _hostname_ mtp-probe[454]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
  1247. apr 27 13:30:01 _hostname_ mtp-probe[454]: bus: 1, device: 2 was not an MTP device
  1248. apr 27 13:30:01 _hostname_ python3[416]: [18] INFO: # Xorg pre-start hook
  1249. apr 27 13:30:01 _hostname_ python3[416]: [18] INFO: Previous state was: {'type': 'pending_pre_xorg_start', 'requested_mode': 'integrated', 'current_mode': None}
  1250. apr 27 13:30:01 _hostname_ python3[416]: [18] INFO: Requested mode is: integrated
  1251. apr 27 13:30:01 _hostname_ kernel: dw-apb-uart.2: ttyS4 at MMIO 0xa4336000 (irq = 20, base_baud = 115200) is a 16550A
  1252. apr 27 13:30:01 _hostname_ kernel: iTCO_vendor_support: vendor-support=0
  1253. apr 27 13:30:01 _hostname_ kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
  1254. apr 27 13:30:01 _hostname_ kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
  1255. apr 27 13:30:01 _hostname_ kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
  1256. apr 27 13:30:01 _hostname_ python3[533]: modinfo: ERROR: Module acpi_call not found.
  1257. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
  1258. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
  1259. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Allocated 0x00400000 bytes for firmware monitor.
  1260. apr 27 13:30:01 _hostname_ kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
  1261. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: base HW address: 38:ba:f8:76:66:0f
  1262. apr 27 13:30:01 _hostname_ kernel: psmouse serio1: synaptics: queried max coordinates: x [..5656], y [..4770]
  1263. apr 27 13:30:01 _hostname_ kernel: psmouse serio1: synaptics: queried min coordinates: x [1284..], y [1078..]
  1264. apr 27 13:30:01 _hostname_ kernel: psmouse serio1: synaptics: Your touchpad (PNP: SYN3272 ETD0000 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to [email protected].
  1265. apr 27 13:30:01 _hostname_ kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
  1266. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.5365] device (wlan0): driver supports Access Point (AP) mode
  1267. apr 27 13:30:01 _hostname_ systemd-udevd[284]: Using default interface naming scheme 'v247'.
  1268. apr 27 13:30:01 _hostname_ systemd[1]: Starting Load/Save RF Kill Switch Status...
  1269. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.5371] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
  1270. apr 27 13:30:01 _hostname_ systemd-udevd[284]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
  1271. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.5397] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.1/0000:04:00.0/ieee80211/phy0/rfkill0) (driver iwlwifi)
  1272. apr 27 13:30:01 _hostname_ kernel: thermal thermal_zone8: failed to read out thermal zone (-61)
  1273. apr 27 13:30:01 _hostname_ systemd[1]: Started Load/Save RF Kill Switch Status.
  1274. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1275. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.5447] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
  1276. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
  1277. apr 27 13:30:01 _hostname_ kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 10.16, id: 0x1e2a1, caps: 0xf00423/0x840300/0x12e800/0x500000, board id: 3408, fw id: 2751231
  1278. apr 27 13:30:01 _hostname_ kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
  1279. apr 27 13:30:01 _hostname_ kernel: mousedev: PS/2 mouse device common for all mice
  1280. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
  1281. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: FW already configured (0) - re-configuring
  1282. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.6706] device (wlan0): set-hw-addr: set MAC address to 62:CF:89:63:2D:A1 (scanning)
  1283. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
  1284. apr 27 13:30:01 _hostname_ kernel: input: HP WMI hotkeys as /devices/virtual/input/input7
  1285. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
  1286. apr 27 13:30:01 _hostname_ kernel: iwlwifi 0000:04:00.0: FW already configured (0) - re-configuring
  1287. apr 27 13:30:01 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=375 comm="/usr/bin/NetworkManager --no-daemon ")
  1288. apr 27 13:30:01 _hostname_ systemd[1]: Starting WPA supplicant...
  1289. apr 27 13:30:01 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
  1290. apr 27 13:30:01 _hostname_ systemd[1]: Started WPA supplicant.
  1291. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1292. apr 27 13:30:01 _hostname_ wpa_supplicant[549]: Successfully initialized wpa_supplicant
  1293. apr 27 13:30:01 _hostname_ kernel: random: crng init done
  1294. apr 27 13:30:01 _hostname_ kernel: random: 7 urandom warning(s) missed due to ratelimiting
  1295. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.8983] device (wlan0): supplicant interface state: internal-starting -> disconnected
  1296. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.8983] Wi-Fi P2P device controlled by interface wlan0 created
  1297. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.8985] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/3)
  1298. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.8986] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
  1299. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.8990] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
  1300. apr 27 13:30:01 _hostname_ systemd[1]: Finished Load/Save Random Seed.
  1301. apr 27 13:30:01 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1302. apr 27 13:30:01 _hostname_ NetworkManager[375]: <info> [1619523001.8994] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
  1303. apr 27 13:30:01 _hostname_ systemd[1]: Condition check resulted in First Boot Complete being skipped.
  1304. apr 27 13:30:01 _hostname_ NetworkManager[375]: <warn> [1619523001.8996] sup-iface[61c83887b0c0eb9b,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
  1305. apr 27 13:30:01 _hostname_ systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  1306. apr 27 13:30:01 _hostname_ systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  1307. apr 27 13:30:01 _hostname_ kernel: mc: Linux media interface: v0.10
  1308. apr 27 13:30:01 _hostname_ kernel: videodev: Linux video capture interface: v2.00
  1309. apr 27 13:30:01 _hostname_ kernel: Bluetooth: Core ver 2.22
  1310. apr 27 13:30:01 _hostname_ kernel: NET: Registered protocol family 31
  1311. apr 27 13:30:01 _hostname_ kernel: Bluetooth: HCI device and connection manager initialized
  1312. apr 27 13:30:01 _hostname_ kernel: Bluetooth: HCI socket layer initialized
  1313. apr 27 13:30:01 _hostname_ kernel: Bluetooth: L2CAP socket layer initialized
  1314. apr 27 13:30:01 _hostname_ kernel: Bluetooth: SCO socket layer initialized
  1315. apr 27 13:30:02 _hostname_ kernel: usbcore: registered new interface driver btusb
  1316. apr 27 13:30:02 _hostname_ kernel: uvcvideo: Found UVC 1.00 device HP Wide Vision HD Camera (04f2:b655)
  1317. apr 27 13:30:02 _hostname_ systemd[1]: Starting Bluetooth service...
  1318. apr 27 13:30:02 _hostname_ kernel: Bluetooth: hci0: read Intel version: 370810225019140f00
  1319. apr 27 13:30:02 _hostname_ kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
  1320. apr 27 13:30:02 _hostname_ bluetoothd[569]: Bluetooth daemon 5.58
  1321. apr 27 13:30:02 _hostname_ systemd[1]: Started Bluetooth service.
  1322. apr 27 13:30:02 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1323. apr 27 13:30:02 _hostname_ systemd[1]: Reached target Bluetooth.
  1324. apr 27 13:30:02 _hostname_ bluetoothd[569]: Starting SDP server
  1325. apr 27 13:30:02 _hostname_ kernel: input: HP Wide Vision HD Camera: HP Wi as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input8
  1326. apr 27 13:30:02 _hostname_ kernel: usbcore: registered new interface driver uvcvideo
  1327. apr 27 13:30:02 _hostname_ kernel: USB Video Class driver (1.1.1)
  1328. apr 27 13:30:02 _hostname_ bluetoothd[569]: Bluetooth management interface 1.19 initialized
  1329. apr 27 13:30:02 _hostname_ kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  1330. apr 27 13:30:02 _hostname_ kernel: Bluetooth: BNEP filters: protocol multicast
  1331. apr 27 13:30:02 _hostname_ kernel: Bluetooth: BNEP socket layer initialized
  1332. apr 27 13:30:02 _hostname_ avahi-daemon[359]: Server startup complete. Host name is _hostname_.local. Local service cookie is 2256130236.
  1333. apr 27 13:30:02 _hostname_ python3[416]: [1014] INFO: Available modules: ['nouveau', 'bbswitch', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
  1334. apr 27 13:30:02 _hostname_ python3[416]: [1014] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
  1335. apr 27 13:30:02 _hostname_ python3[416]: [1018] INFO: Loading module bbswitch
  1336. apr 27 13:30:02 _hostname_ python3[416]: [1056] INFO: Setting GPU power to OFF via bbswitch
  1337. apr 27 13:30:02 _hostname_ kernel: bbswitch: version 0.8
  1338. apr 27 13:30:02 _hostname_ kernel: bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
  1339. apr 27 13:30:02 _hostname_ kernel: bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.RP01.PXSX
  1340. apr 27 13:30:02 _hostname_ kernel: ACPI Warning: \_SB.PCI0.RP01.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20201113/nsarguments-61)
  1341. apr 27 13:30:02 _hostname_ kernel: bbswitch: detected an Optimus _DSM function
  1342. apr 27 13:30:02 _hostname_ kernel: pci 0000:01:00.0: enabling device (0406 -> 0407)
  1343. apr 27 13:30:02 _hostname_ kernel: bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
  1344. apr 27 13:30:02 _hostname_ kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
  1345. apr 27 13:30:02 _hostname_ kernel: bbswitch: disabling discrete graphics
  1346. apr 27 13:30:02 _hostname_ kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
  1347. apr 27 13:30:02 _hostname_ kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
  1348. apr 27 13:30:02 _hostname_ kernel: [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
  1349. apr 27 13:30:02 _hostname_ kernel: ACPI: Video Device [PXSX] (multi-head: yes rom: yes post: no)
  1350. apr 27 13:30:02 _hostname_ kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/LNXVIDEO:01/input/input10
  1351. apr 27 13:30:02 _hostname_ kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
  1352. apr 27 13:30:02 _hostname_ kernel: fbcon: i915drmfb (fb0) is primary device
  1353. apr 27 13:30:02 _hostname_ kernel: Console: switching to colour frame buffer device 240x67
  1354. apr 27 13:30:02 _hostname_ kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
  1355. apr 27 13:30:02 _hostname_ systemd[1]: Created slice system-systemd\x2dbacklight.slice.
  1356. apr 27 13:30:02 _hostname_ systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
  1357. apr 27 13:30:02 _hostname_ kernel: Bluetooth: hci0: Intel BT fw patch 0x41 completed & activated
  1358. apr 27 13:30:02 _hostname_ systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
  1359. apr 27 13:30:02 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1360. apr 27 13:30:02 _hostname_ python3[416]: [1144] INFO: Writing to /etc/X11/xorg.conf.d/10-optimus-manager.conf
  1361. apr 27 13:30:02 _hostname_ python3[416]: [1144] INFO: Writing state {'type': 'pending_post_xorg_start', 'switch_id': '20210427T133001', 'requested_mode': 'integrated'}
  1362. apr 27 13:30:02 _hostname_ python3[416]: [1144] INFO: Xorg pre-start hook completed successfully.
  1363. apr 27 13:30:02 _hostname_ systemd[1]: Started Optimus Manager Commands Daemon.
  1364. apr 27 13:30:02 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=optimus-manager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1365. apr 27 13:30:02 _hostname_ tlp[409]: Applying power save settings...done.
  1366. apr 27 13:30:02 _hostname_ systemd[1]: Started Simple Desktop Display Manager.
  1367. apr 27 13:30:02 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1368. apr 27 13:30:02 _hostname_ systemd[1]: Reached target Graphical Interface.
  1369. apr 27 13:30:02 _hostname_ kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC285: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  1370. apr 27 13:30:02 _hostname_ kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  1371. apr 27 13:30:02 _hostname_ kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  1372. apr 27 13:30:02 _hostname_ kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
  1373. apr 27 13:30:02 _hostname_ kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
  1374. apr 27 13:30:02 _hostname_ kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
  1375. apr 27 13:30:02 _hostname_ kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
  1376. apr 27 13:30:02 _hostname_ tlp[409]: Setting battery charge thresholds...done.
  1377. apr 27 13:30:02 _hostname_ systemd[1]: Finished TLP system startup/shutdown.
  1378. apr 27 13:30:02 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1379. apr 27 13:30:02 _hostname_ systemd[1]: Startup finished in 8.855s (firmware) + 5.880s (loader) + 1.948s (kernel) + 2.383s (userspace) = 19.068s.
  1380. apr 27 13:30:02 _hostname_ kernel: NET: Registered protocol family 38
  1381. apr 27 13:30:02 _hostname_ python3[667]: [1] INFO: # Commands daemon
  1382. apr 27 13:30:02 _hostname_ python3[667]: [2] INFO: Opening UNIX socket
  1383. apr 27 13:30:02 _hostname_ python3[667]: [2] INFO: Awaiting commands
  1384. apr 27 13:30:02 _hostname_ sddm[671]: Initializing...
  1385. apr 27 13:30:02 _hostname_ sddm[671]: Starting...
  1386. apr 27 13:30:02 _hostname_ sddm[671]: Logind interface found
  1387. apr 27 13:30:02 _hostname_ sddm[671]: Adding new display...
  1388. apr 27 13:30:02 _hostname_ sddm[671]: Loading theme configuration from ""
  1389. apr 27 13:30:02 _hostname_ sddm[671]: Display server starting...
  1390. apr 27 13:30:02 _hostname_ sddm[671]: Adding cookie to "/var/run/sddm/{700dd181-3e7f-47c1-a35e-866ca6fdc030}"
  1391. apr 27 13:30:02 _hostname_ kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
  1392. apr 27 13:30:02 _hostname_ kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
  1393. apr 27 13:30:02 _hostname_ kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
  1394. apr 27 13:30:02 _hostname_ kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
  1395. apr 27 13:30:02 _hostname_ kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
  1396. apr 27 13:30:02 _hostname_ kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
  1397. apr 27 13:30:02 _hostname_ kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
  1398. apr 27 13:30:02 _hostname_ sddm[671]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /var/run/sddm/{700dd181-3e7f-47c1-a35e-866ca6fdc030} -noreset -displayfd 17
  1399. apr 27 13:30:02 _hostname_ systemd-udevd[265]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
  1400. apr 27 13:30:02 _hostname_ systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
  1401. apr 27 13:30:02 _hostname_ systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
  1402. apr 27 13:30:02 _hostname_ systemd[1]: Reached target Sound Card.
  1403. apr 27 13:30:02 _hostname_ kernel: hp_wmi: query 0x4c returned error 0x6
  1404. apr 27 13:30:02 _hostname_ kernel: usb 1-2: new full-speed USB device number 4 using xhci_hcd
  1405. apr 27 13:30:02 _hostname_ kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c08f, bcdDevice=45.01
  1406. apr 27 13:30:02 _hostname_ kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1407. apr 27 13:30:02 _hostname_ kernel: usb 1-2: Product: G403 HERO Gaming Mouse
  1408. apr 27 13:30:02 _hostname_ kernel: usb 1-2: Manufacturer: Logitech
  1409. apr 27 13:30:02 _hostname_ kernel: usb 1-2: SerialNumber: 0E6B39693534
  1410. apr 27 13:30:02 _hostname_ mtp-probe[747]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
  1411. apr 27 13:30:02 _hostname_ mtp-probe[747]: bus: 1, device: 4 was not an MTP device
  1412. apr 27 13:30:03 _hostname_ kernel: input: Logitech G403 HERO Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C08F.0001/input/input18
  1413. apr 27 13:30:03 _hostname_ kernel: hid-generic 0003:046D:C08F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G403 HERO Gaming Mouse] on usb-0000:00:14.0-2/input0
  1414. apr 27 13:30:03 _hostname_ kernel: input: Logitech G403 HERO Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C08F.0002/input/input19
  1415. apr 27 13:30:03 _hostname_ kernel: input: Logitech G403 HERO Gaming Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C08F.0002/input/input20
  1416. apr 27 13:30:03 _hostname_ kernel: input: Logitech G403 HERO Gaming Mouse System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C08F.0002/input/input21
  1417. apr 27 13:30:03 _hostname_ kernel: hid-generic 0003:046D:C08F.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech G403 HERO Gaming Mouse] on usb-0000:00:14.0-2/input1
  1418. apr 27 13:30:03 _hostname_ kernel: usbcore: registered new interface driver usbhid
  1419. apr 27 13:30:03 _hostname_ kernel: usbhid: USB HID core driver
  1420. apr 27 13:30:03 _hostname_ mtp-probe[784]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
  1421. apr 27 13:30:03 _hostname_ mtp-probe[784]: bus: 1, device: 4 was not an MTP device
  1422. apr 27 13:30:03 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event18 (Logitech G403 HERO Gaming Mouse Keyboard)
  1423. apr 27 13:30:03 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event20 (Logitech G403 HERO Gaming Mouse System Control)
  1424. apr 27 13:30:03 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event19 (Logitech G403 HERO Gaming Mouse Consumer Control)
  1425. apr 27 13:30:04 _hostname_ sddm[671]: Setting default cursor
  1426. apr 27 13:30:04 _hostname_ sddm[671]: Running display setup script "/sbin/prime-offload"
  1427. apr 27 13:30:04 _hostname_ sddm[671]: Display server started.
  1428. apr 27 13:30:04 _hostname_ sddm[671]: Socket server starting...
  1429. apr 27 13:30:04 _hostname_ sddm[671]: Socket server started.
  1430. apr 27 13:30:04 _hostname_ sddm[671]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
  1431. apr 27 13:30:04 _hostname_ sddm[671]: Greeter starting...
  1432. apr 27 13:30:04 _hostname_ sddm-helper[799]: [PAM] Starting...
  1433. apr 27 13:30:04 _hostname_ audit[799]: USER_AUTH pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1434. apr 27 13:30:04 _hostname_ audit[799]: USER_ACCT pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1435. apr 27 13:30:04 _hostname_ sddm-helper[799]: [PAM] Authenticating...
  1436. apr 27 13:30:04 _hostname_ sddm-helper[799]: [PAM] returning.
  1437. apr 27 13:30:04 _hostname_ kernel: kauditd_printk_skb: 36 callbacks suppressed
  1438. apr 27 13:30:04 _hostname_ kernel: audit: type=1100 audit(1619523004.623:47): pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1439. apr 27 13:30:04 _hostname_ kernel: audit: type=1101 audit(1619523004.623:48): pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1440. apr 27 13:30:04 _hostname_ audit[799]: CRED_ACQ pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1441. apr 27 13:30:04 _hostname_ sddm-helper[799]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=971) by (uid=0)
  1442. apr 27 13:30:04 _hostname_ kernel: audit: type=1103 audit(1619523004.627:49): pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1443. apr 27 13:30:04 _hostname_ systemd[1]: Created slice User Slice of UID 971.
  1444. apr 27 13:30:04 _hostname_ systemd[1]: Starting User Runtime Directory /run/user/971...
  1445. apr 27 13:30:04 _hostname_ systemd-logind[378]: New session c1 of user sddm.
  1446. apr 27 13:30:04 _hostname_ systemd[1]: Finished User Runtime Directory /run/user/971.
  1447. apr 27 13:30:04 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1448. apr 27 13:30:04 _hostname_ systemd[1]: Starting User Manager for UID 971...
  1449. apr 27 13:30:04 _hostname_ kernel: audit: type=1130 audit(1619523004.637:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1450. apr 27 13:30:04 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=801 comm="(systemd) ")
  1451. apr 27 13:30:04 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  1452. apr 27 13:30:04 _hostname_ systemd[801]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  1453. apr 27 13:30:04 _hostname_ systemd[801]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
  1454. apr 27 13:30:04 _hostname_ audit[801]: USER_ACCT pid=801 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1455. apr 27 13:30:04 _hostname_ audit[801]: CRED_ACQ pid=801 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
  1456. apr 27 13:30:04 _hostname_ audit[801]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe5af5d950 a2=3 a3=3cb items=0 ppid=1 pid=801 auid=971 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
  1457. apr 27 13:30:04 _hostname_ audit: PROCTITLE proctitle="(systemd)"
  1458. apr 27 13:30:04 _hostname_ systemd[801]: pam_unix(systemd-user:session): session opened for user sddm(uid=971) by (uid=0)
  1459. apr 27 13:30:04 _hostname_ kernel: audit: type=1101 audit(1619523004.647:51): pid=801 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1460. apr 27 13:30:04 _hostname_ kernel: audit: type=1103 audit(1619523004.647:52): pid=801 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
  1461. apr 27 13:30:04 _hostname_ kernel: audit: type=1006 audit(1619523004.647:53): pid=801 uid=0 old-auid=4294967295 auid=971 tty=(none) old-ses=4294967295 ses=1 res=1
  1462. apr 27 13:30:04 _hostname_ kernel: audit: type=1300 audit(1619523004.647:53): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe5af5d950 a2=3 a3=3cb items=0 ppid=1 pid=801 auid=971 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
  1463. apr 27 13:30:04 _hostname_ kernel: audit: type=1327 audit(1619523004.647:53): proctitle="(systemd)"
  1464. apr 27 13:30:04 _hostname_ kernel: audit: type=1105 audit(1619523004.650:54): pid=801 uid=0 auid=971 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1465. apr 27 13:30:04 _hostname_ audit[801]: USER_START pid=801 uid=0 auid=971 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1466. apr 27 13:30:04 _hostname_ systemd[801]: pam_env(systemd-user:session): deprecated reading of user environment enabled
  1467. apr 27 13:30:04 _hostname_ audit: BPF prog-id=24 op=LOAD
  1468. apr 27 13:30:04 _hostname_ audit[801]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffe0777c2f0 a2=78 a3=7ffe0777c2f0 items=0 ppid=1 pid=801 auid=971 uid=971 gid=971 euid=971 suid=971 fsuid=971 egid=971 sgid=971 fsgid=971 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
  1469. apr 27 13:30:04 _hostname_ audit: PROCTITLE proctitle="(systemd)"
  1470. apr 27 13:30:04 _hostname_ audit: BPF prog-id=24 op=UNLOAD
  1471. apr 27 13:30:04 _hostname_ systemd[801]: Queued start job for default target Main User Target.
  1472. apr 27 13:30:04 _hostname_ systemd[801]: Created slice User Application Slice.
  1473. apr 27 13:30:04 _hostname_ systemd[801]: Reached target Paths.
  1474. apr 27 13:30:04 _hostname_ systemd[801]: Reached target Timers.
  1475. apr 27 13:30:04 _hostname_ systemd[801]: Starting D-Bus User Message Bus Socket.
  1476. apr 27 13:30:04 _hostname_ systemd[801]: Listening on GnuPG network certificate management daemon.
  1477. apr 27 13:30:04 _hostname_ systemd[801]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
  1478. apr 27 13:30:04 _hostname_ systemd[801]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
  1479. apr 27 13:30:04 _hostname_ systemd[801]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
  1480. apr 27 13:30:04 _hostname_ systemd[801]: Listening on GnuPG cryptographic agent and passphrase cache.
  1481. apr 27 13:30:04 _hostname_ systemd[801]: Listening on p11-kit server.
  1482. apr 27 13:30:04 _hostname_ systemd[801]: Listening on Multimedia System.
  1483. apr 27 13:30:04 _hostname_ systemd[801]: Listening on Sound System.
  1484. apr 27 13:30:04 _hostname_ systemd[801]: Listening on D-Bus User Message Bus Socket.
  1485. apr 27 13:30:04 _hostname_ systemd[801]: Reached target Sockets.
  1486. apr 27 13:30:04 _hostname_ systemd[801]: Reached target Basic System.
  1487. apr 27 13:30:04 _hostname_ systemd[1]: Started User Manager for UID 971.
  1488. apr 27 13:30:04 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1489. apr 27 13:30:04 _hostname_ systemd[801]: Starting Update XDG user dir configuration...
  1490. apr 27 13:30:04 _hostname_ systemd[1]: Started Session c1 of user sddm.
  1491. apr 27 13:30:04 _hostname_ systemd[801]: xdg-user-dirs-update.service: Deactivated successfully.
  1492. apr 27 13:30:04 _hostname_ systemd[801]: Finished Update XDG user dir configuration.
  1493. apr 27 13:30:04 _hostname_ systemd[801]: Reached target Main User Target.
  1494. apr 27 13:30:04 _hostname_ systemd[801]: Startup finished in 103ms.
  1495. apr 27 13:30:04 _hostname_ audit[799]: USER_START pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
  1496. apr 27 13:30:04 _hostname_ sddm[671]: Greeter session started successfully
  1497. apr 27 13:30:04 _hostname_ sddm-greeter[810]: High-DPI autoscaling not Enabled
  1498. apr 27 13:30:04 _hostname_ wpa_supplicant[549]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=EU
  1499. apr 27 13:30:04 _hostname_ sddm-greeter[810]: Reading from "/usr/share/xsessions/plasma.desktop"
  1500. apr 27 13:30:04 _hostname_ sddm-greeter[810]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
  1501. apr 27 13:30:04 _hostname_ systemd[801]: Started D-Bus User Message Bus.
  1502. apr 27 13:30:04 _hostname_ sddm-greeter[810]: Connected to the daemon.
  1503. apr 27 13:30:04 _hostname_ sddm-greeter[810]: QFont::fromString: Invalid description '(empty)'
  1504. apr 27 13:30:04 _hostname_ sddm[671]: Message received from greeter: Connect
  1505. apr 27 13:30:04 _hostname_ sddm-greeter[810]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
  1506. apr 27 13:30:05 _hostname_ sddm-greeter[810]: QObject: Cannot create children for a parent that is in a different thread.
  1507. (Parent is QGuiApplication(0x7ffd01e8d2f0), parent's thread is QThread(0x55bc95a5cfe0), current thread is QThread(0x55bc95b778a0)
  1508. apr 27 13:30:05 _hostname_ sddm-greeter[810]: QObject: Cannot create children for a parent that is in a different thread.
  1509. (Parent is QGuiApplication(0x7ffd01e8d2f0), parent's thread is QThread(0x55bc95a5cfe0), current thread is QThread(0x55bc95b778a0)
  1510. apr 27 13:30:05 _hostname_ sddm-greeter[810]: QObject: Cannot create children for a parent that is in a different thread.
  1511. (Parent is QGuiApplication(0x7ffd01e8d2f0), parent's thread is QThread(0x55bc95a5cfe0), current thread is QThread(0x55bc95b778a0)
  1512. apr 27 13:30:05 _hostname_ sddm-greeter[810]: QObject: Cannot create children for a parent that is in a different thread.
  1513. (Parent is QGuiApplication(0x7ffd01e8d2f0), parent's thread is QThread(0x55bc95a5cfe0), current thread is QThread(0x55bc95b778a0)
  1514. apr 27 13:30:05 _hostname_ sddm-greeter[810]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
  1515. apr 27 13:30:05 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=378 comm="/usr/lib/systemd/systemd-logind ")
  1516. apr 27 13:30:05 _hostname_ systemd[1]: Starting Authorization Manager...
  1517. apr 27 13:30:05 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.15' (uid=971 pid=810 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-PofsqO")
  1518. apr 27 13:30:05 _hostname_ systemd[1]: Starting Disk Manager...
  1519. apr 27 13:30:05 _hostname_ udisksd[822]: udisks daemon version 2.9.2 starting
  1520. apr 27 13:30:05 _hostname_ polkitd[821]: Started polkitd version 0.118
  1521. apr 27 13:30:05 _hostname_ polkitd[821]: Loading rules from directory /etc/polkit-1/rules.d
  1522. apr 27 13:30:05 _hostname_ polkitd[821]: Loading rules from directory /usr/share/polkit-1/rules.d
  1523. apr 27 13:30:05 _hostname_ polkitd[821]: Finished loading, compiling and executing 6 rules
  1524. apr 27 13:30:05 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
  1525. apr 27 13:30:05 _hostname_ systemd[1]: Started Authorization Manager.
  1526. apr 27 13:30:05 _hostname_ polkitd[821]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
  1527. apr 27 13:30:05 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1528. apr 27 13:30:05 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.UDisks2'
  1529. apr 27 13:30:05 _hostname_ systemd[1]: Started Disk Manager.
  1530. apr 27 13:30:05 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1531. apr 27 13:30:05 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.15' (uid=971 pid=810 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-PofsqO")
  1532. apr 27 13:30:05 _hostname_ audit: BPF prog-id=25 op=LOAD
  1533. apr 27 13:30:05 _hostname_ audit: BPF prog-id=26 op=LOAD
  1534. apr 27 13:30:05 _hostname_ systemd[1]: Starting Daemon for power management...
  1535. apr 27 13:30:05 _hostname_ udisksd[822]: Acquired the name org.freedesktop.UDisks2 on the system message bus
  1536. apr 27 13:30:05 _hostname_ upowerd[845]: did not recognise USB path /sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001, please report
  1537. apr 27 13:30:05 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.UPower'
  1538. apr 27 13:30:05 _hostname_ systemd[1]: Started Daemon for power management.
  1539. apr 27 13:30:05 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1540. apr 27 13:30:05 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/VirtualKeyboard.qml:20:1: module "QtQuick.VirtualKeyboard" is not installed
  1541. apr 27 13:30:06 _hostname_ sddm-greeter[810]: Adding view for "eDP-1" QRect(0,0 1920x1080)
  1542. apr 27 13:30:06 _hostname_ sddm-greeter[810]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.16'
  1543. apr 27 13:30:06 _hostname_ sddm-greeter[810]: Message received from daemon: Capabilities
  1544. apr 27 13:30:06 _hostname_ sddm-greeter[810]: Message received from daemon: HostName
  1545. apr 27 13:30:07 _hostname_ systemd[1]: systemd-rfkill.service: Deactivated successfully.
  1546. apr 27 13:30:07 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1547. apr 27 13:30:11 _hostname_ systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
  1548. apr 27 13:30:11 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1549. apr 27 13:30:11 _hostname_ kernel: kauditd_printk_skb: 12 callbacks suppressed
  1550. apr 27 13:30:11 _hostname_ kernel: audit: type=1131 audit(1619523011.093:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1551. apr 27 13:30:15 _hostname_ sddm-greeter[810]: Reading from "/usr/share/xsessions/plasma.desktop"
  1552. apr 27 13:30:15 _hostname_ sddm[671]: Message received from greeter: Login
  1553. apr 27 13:30:15 _hostname_ sddm[671]: Reading from "/usr/share/xsessions/plasma.desktop"
  1554. apr 27 13:30:15 _hostname_ sddm[671]: Reading from "/usr/share/xsessions/plasma.desktop"
  1555. apr 27 13:30:15 _hostname_ sddm[671]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11"
  1556. apr 27 13:30:15 _hostname_ sddm-helper[866]: [PAM] Starting...
  1557. apr 27 13:30:15 _hostname_ sddm-helper[866]: [PAM] Authenticating...
  1558. apr 27 13:30:15 _hostname_ sddm-helper[866]: [PAM] Preparing to converse...
  1559. apr 27 13:30:15 _hostname_ sddm-helper[866]: [PAM] Conversation with 1 messages
  1560. apr 27 13:30:15 _hostname_ sddm-helper[866]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
  1561. apr 27 13:30:15 _hostname_ audit[866]: USER_AUTH pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1562. apr 27 13:30:15 _hostname_ sddm-helper[866]: [PAM] returning.
  1563. apr 27 13:30:15 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.19' (uid=0 pid=866 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-autha")
  1564. apr 27 13:30:15 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  1565. apr 27 13:30:15 _hostname_ sddm-helper[866]: pam_systemd_home(sddm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  1566. apr 27 13:30:15 _hostname_ audit[866]: USER_ACCT pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1567. apr 27 13:30:15 _hostname_ sddm[671]: Authenticated successfully
  1568. apr 27 13:30:15 _hostname_ kernel: audit: type=1100 audit(1619523015.623:66): pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1569. apr 27 13:30:15 _hostname_ kernel: audit: type=1101 audit(1619523015.623:67): pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1570. apr 27 13:30:15 _hostname_ kernel: audit: type=1103 audit(1619523015.627:68): pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1571. apr 27 13:30:15 _hostname_ audit[866]: CRED_ACQ pid=866 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
  1572. apr 27 13:30:15 _hostname_ sddm-helper[866]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
  1573. apr 27 13:30:15 _hostname_ audit[866]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffc3ac57750 a2=4 a3=3e8 items=0 ppid=671 pid=866 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
  1574. apr 27 13:30:15 _hostname_ audit: PROCTITLE proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746861386530316235352D343537362D343336662D623438312D393364656138613265343663002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
  1575. apr 27 13:30:15 _hostname_ sddm-helper[866]: pam_unix(sddm:session): session opened for user _user_(uid=1000) by (uid=0)
  1576. apr 27 13:30:15 _hostname_ kernel: audit: type=1006 audit(1619523015.627:69): pid=866 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
  1577. apr 27 13:30:15 _hostname_ kernel: audit: type=1300 audit(1619523015.627:69): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffc3ac57750 a2=4 a3=3e8 items=0 ppid=671 pid=866 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
  1578. apr 27 13:30:15 _hostname_ kernel: audit: type=1327 audit(1619523015.627:69): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746861386530316235352D343537362D343336662D623438312D393364656138613265343663002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
  1579. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6346] policy: auto-activating connection 'nvm' (f520d043-f22b-4bac-8687-3d54eb72c326)
  1580. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6353] device (wlan0): Activation: starting connection 'nvm' (f520d043-f22b-4bac-8687-3d54eb72c326)
  1581. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6355] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
  1582. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6359] manager: NetworkManager state is now CONNECTING
  1583. apr 27 13:30:15 _hostname_ systemd[1]: Created slice User Slice of UID 1000.
  1584. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6378] device (wlan0): set-hw-addr: reset MAC address to 38:BA:F8:76:66:0F (preserve)
  1585. apr 27 13:30:15 _hostname_ systemd[1]: Starting User Runtime Directory /run/user/1000...
  1586. apr 27 13:30:15 _hostname_ sddm-greeter[810]: Message received from daemon: LoginSucceeded
  1587. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6402] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
  1588. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6408] device (wlan0): Activation: (wifi) access point 'nvm' has security, but secrets are required.
  1589. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6408] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
  1590. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6412] sup-iface[61c83887b0c0eb9b,0,wlan0]: wps: type pbc start...
  1591. apr 27 13:30:15 _hostname_ systemd-logind[378]: New session 2 of user _user_.
  1592. apr 27 13:30:15 _hostname_ systemd[1]: Finished User Runtime Directory /run/user/1000.
  1593. apr 27 13:30:15 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1594. apr 27 13:30:15 _hostname_ systemd[1]: Starting User Manager for UID 1000...
  1595. apr 27 13:30:15 _hostname_ kernel: audit: type=1130 audit(1619523015.643:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1596. apr 27 13:30:15 _hostname_ NetworkManager[375]: <warn> [1619523015.6530] device (wlan0): no secrets: No agents were available for this request.
  1597. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6530] device (wlan0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
  1598. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6532] manager: NetworkManager state is now DISCONNECTED
  1599. apr 27 13:30:15 _hostname_ NetworkManager[375]: <warn> [1619523015.6539] device (wlan0): Activation: failed for connection 'nvm'
  1600. apr 27 13:30:15 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=868 comm="(systemd) ")
  1601. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6540] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
  1602. apr 27 13:30:15 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  1603. apr 27 13:30:15 _hostname_ systemd[868]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  1604. apr 27 13:30:15 _hostname_ audit[868]: USER_ACCT pid=868 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1605. apr 27 13:30:15 _hostname_ audit[868]: CRED_ACQ pid=868 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="_user_" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
  1606. apr 27 13:30:15 _hostname_ audit[868]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe5af5d950 a2=4 a3=3e8 items=0 ppid=1 pid=868 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
  1607. apr 27 13:30:15 _hostname_ audit: PROCTITLE proctitle="(systemd)"
  1608. apr 27 13:30:15 _hostname_ systemd[868]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[_user_] ruser=[<unknown>] rhost=[<unknown>]
  1609. apr 27 13:30:15 _hostname_ systemd[868]: pam_unix(systemd-user:session): session opened for user _user_(uid=1000) by (uid=0)
  1610. apr 27 13:30:15 _hostname_ systemd[868]: pam_env(systemd-user:session): deprecated reading of user environment enabled
  1611. apr 27 13:30:15 _hostname_ NetworkManager[375]: <info> [1619523015.6553] device (wlan0): set-hw-addr: set MAC address to 1E:17:E8:81:B4:73 (scanning)
  1612. apr 27 13:30:15 _hostname_ audit[868]: USER_START pid=868 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="_user_" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1613. apr 27 13:30:15 _hostname_ kernel: audit: type=1101 audit(1619523015.650:71): pid=868 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1614. apr 27 13:30:15 _hostname_ kernel: audit: type=1103 audit(1619523015.650:72): pid=868 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="_user_" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
  1615. apr 27 13:30:15 _hostname_ audit: BPF prog-id=27 op=LOAD
  1616. apr 27 13:30:15 _hostname_ audit[868]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7fffe83c5450 a2=78 a3=7fffe83c5450 items=0 ppid=1 pid=868 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
  1617. apr 27 13:30:15 _hostname_ audit: PROCTITLE proctitle="(systemd)"
  1618. apr 27 13:30:15 _hostname_ audit: BPF prog-id=27 op=UNLOAD
  1619. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/Main.qml:458: TypeError: Cannot read property 'largeSpacing' of null
  1620. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/Main.qml:463: TypeError: Cannot read property 'gridUnit' of null
  1621. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/Main.qml:162: TypeError: Cannot read property 'gridUnit' of null
  1622. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
  1623. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
  1624. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
  1625. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
  1626. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
  1627. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
  1628. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
  1629. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
  1630. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
  1631. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
  1632. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
  1633. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
  1634. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
  1635. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
  1636. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
  1637. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
  1638. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
  1639. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
  1640. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
  1641. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
  1642. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:85: TypeError: Cannot read property 'gridUnit' of null
  1643. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:115: TypeError: Cannot read property 'largeSpacing' of null
  1644. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:101: TypeError: Cannot read property 'gridUnit' of null
  1645. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:102: TypeError: Cannot read property 'gridUnit' of null
  1646. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:92: TypeError: Cannot read property 'gridUnit' of null
  1647. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
  1648. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/UserList.qml:27: TypeError: Cannot read property 'gridUnit' of null
  1649. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:103: TypeError: Cannot read property 'largeSpacing' of null
  1650. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:44: TypeError: Cannot read property 'gridUnit' of null
  1651. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:69: TypeError: Cannot read property 'largeSpacing' of null
  1652. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:95: TypeError: Cannot read property 'gridUnit' of null
  1653. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:75: TypeError: Cannot read property 'longDuration' of null
  1654. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
  1655. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:47: TypeError: Cannot read property 'longDuration' of null
  1656. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:62: TypeError: Cannot read property 'longDuration' of null
  1657. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:78: TypeError: Cannot read property 'shortDuration' of null
  1658. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:47: TypeError: Cannot read property 'longDuration' of null
  1659. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:62: TypeError: Cannot read property 'longDuration' of null
  1660. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:78: TypeError: Cannot read property 'shortDuration' of null
  1661. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:47: TypeError: Cannot read property 'longDuration' of null
  1662. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:62: TypeError: Cannot read property 'longDuration' of null
  1663. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:78: TypeError: Cannot read property 'shortDuration' of null
  1664. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:47: TypeError: Cannot read property 'longDuration' of null
  1665. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:62: TypeError: Cannot read property 'longDuration' of null
  1666. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:78: TypeError: Cannot read property 'shortDuration' of null
  1667. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/Main.qml:446: TypeError: Cannot read property 'longDuration' of null
  1668. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/Main.qml:467: TypeError: Cannot read property 'longDuration' of null
  1669. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/Main.qml:249: TypeError: Cannot read property 'longDuration' of null
  1670. apr 27 13:30:15 _hostname_ sddm-greeter[810]: file:///usr/share/sddm/themes/breeze/Main.qml:485: TypeError: Cannot read property 'longDuration' of null
  1671. apr 27 13:30:15 _hostname_ systemd[868]: Queued start job for default target Main User Target.
  1672. apr 27 13:30:15 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1673. apr 27 13:30:15 _hostname_ audit[799]: USER_END pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
  1674. apr 27 13:30:15 _hostname_ audit[799]: CRED_DISP pid=799 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
  1675. apr 27 13:30:15 _hostname_ systemd[868]: Created slice User Application Slice.
  1676. apr 27 13:30:15 _hostname_ sddm-helper[799]: pam_unix(sddm-greeter:session): session closed for user sddm
  1677. apr 27 13:30:15 _hostname_ systemd[868]: Started Run EOS update notifier periodically.
  1678. apr 27 13:30:15 _hostname_ sddm-helper[866]: pam_env(sddm:session): deprecated reading of user environment enabled
  1679. apr 27 13:30:15 _hostname_ systemd[868]: Reached target Paths.
  1680. apr 27 13:30:15 _hostname_ sddm-helper[866]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
  1681. apr 27 13:30:15 _hostname_ systemd[868]: Reached target Timers.
  1682. apr 27 13:30:15 _hostname_ systemd[868]: Starting D-Bus User Message Bus Socket.
  1683. apr 27 13:30:15 _hostname_ systemd[868]: Listening on GnuPG network certificate management daemon.
  1684. apr 27 13:30:15 _hostname_ systemd[868]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
  1685. apr 27 13:30:15 _hostname_ systemd[868]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
  1686. apr 27 13:30:15 _hostname_ systemd[868]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
  1687. apr 27 13:30:15 _hostname_ systemd[868]: Listening on GnuPG cryptographic agent and passphrase cache.
  1688. apr 27 13:30:15 _hostname_ systemd[868]: Listening on p11-kit server.
  1689. apr 27 13:30:15 _hostname_ systemd[868]: Listening on Multimedia System.
  1690. apr 27 13:30:15 _hostname_ systemd[868]: Listening on Sound System.
  1691. apr 27 13:30:15 _hostname_ systemd[868]: Listening on D-Bus User Message Bus Socket.
  1692. apr 27 13:30:15 _hostname_ systemd[868]: Reached target Sockets.
  1693. apr 27 13:30:15 _hostname_ systemd[868]: Reached target Basic System.
  1694. apr 27 13:30:15 _hostname_ systemd[1]: Started User Manager for UID 1000.
  1695. apr 27 13:30:15 _hostname_ systemd[868]: Starting Update XDG user dir configuration...
  1696. apr 27 13:30:15 _hostname_ systemd[1]: Started Session 2 of user _user_.
  1697. apr 27 13:30:15 _hostname_ sddm-helper[799]: [PAM] Closing session
  1698. apr 27 13:30:15 _hostname_ sddm-helper[799]: [PAM] Ended.
  1699. apr 27 13:30:15 _hostname_ sddm[671]: Auth: sddm-helper exited successfully
  1700. apr 27 13:30:15 _hostname_ sddm[671]: Greeter stopped.
  1701. apr 27 13:30:15 _hostname_ systemd[1]: session-c1.scope: Deactivated successfully.
  1702. apr 27 13:30:15 _hostname_ systemd[868]: xdg-user-dirs-update.service: Deactivated successfully.
  1703. apr 27 13:30:15 _hostname_ systemd[1]: session-c1.scope: Consumed 2.010s CPU time.
  1704. apr 27 13:30:15 _hostname_ systemd[868]: Finished Update XDG user dir configuration.
  1705. apr 27 13:30:15 _hostname_ systemd[868]: Reached target Main User Target.
  1706. apr 27 13:30:15 _hostname_ systemd[868]: Startup finished in 97ms.
  1707. apr 27 13:30:15 _hostname_ systemd-logind[378]: Removed session c1.
  1708. apr 27 13:30:15 _hostname_ sddm-helper[879]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
  1709. apr 27 13:30:15 _hostname_ audit[866]: USER_START pid=866 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="_user_" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
  1710. apr 27 13:30:15 _hostname_ sddm-helper[866]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
  1711. apr 27 13:30:15 _hostname_ sddm-helper[881]: Adding cookie to "/home/_user_/.Xauthority"
  1712. apr 27 13:30:15 _hostname_ sddm[671]: Session started
  1713. apr 27 13:30:15 _hostname_ systemd[868]: Started D-Bus User Message Bus.
  1714. apr 27 13:30:15 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating service name='org.kde.KSplash' requested by ':1.2' (uid=1000 pid=881 comm="/usr/bin/startplasma-x11 ")
  1715. apr 27 13:30:16 _hostname_ klauncher[917]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
  1716. apr 27 13:30:16 _hostname_ kcminit_startup[921]: Initializing "kcm_style" : "kcminit_style"
  1717. apr 27 13:30:16 _hostname_ kcminit_startup[921]: QDBusConnection: error: could not send signal to service "" path "//home/_user_/.kde4/share/config/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/_user_/.kde4/share/config/kdeglobals
  1718. apr 27 13:30:16 _hostname_ kcminit_startup[921]: Initializing "kcm_mouse" : "kcminit_mouse"
  1719. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: process job "kcminit_startup" finished with exit code 0
  1720. apr 27 13:30:16 _hostname_ kded5[929]: bluedevil: Created
  1721. apr 27 13:30:16 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.7' (uid=1000 pid=929 comm="/usr/bin/kded5 ")
  1722. apr 27 13:30:16 _hostname_ systemd[868]: Created slice User Background Tasks Slice.
  1723. apr 27 13:30:16 _hostname_ systemd[868]: Starting KActivityManager Activity manager Service...
  1724. apr 27 13:30:16 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.kde.ActivityManager'
  1725. apr 27 13:30:16 _hostname_ systemd[868]: Started KActivityManager Activity manager Service.
  1726. apr 27 13:30:16 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.9' (uid=1000 pid=937 comm="/usr/lib/kactivitymanagerd ")
  1727. apr 27 13:30:16 _hostname_ systemd[868]: Starting KDE Global Shortcuts Server...
  1728. apr 27 13:30:16 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.kde.kglobalaccel'
  1729. apr 27 13:30:16 _hostname_ systemd[868]: Started KDE Global Shortcuts Server.
  1730. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5079:46: this compose sequence is a duplicate of another; skipping line
  1731. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5081:48: this compose sequence is a duplicate of another; skipping line
  1732. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5083:48: this compose sequence is a duplicate of another; skipping line
  1733. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5087:47: this compose sequence is a duplicate of another; skipping line
  1734. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5089:46: this compose sequence is a duplicate of another; skipping line
  1735. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5097:48: this compose sequence is a duplicate of another; skipping line
  1736. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5101:46: this compose sequence is a duplicate of another; skipping line
  1737. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5103:46: this compose sequence is a duplicate of another; skipping line
  1738. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5107:45: this compose sequence is a duplicate of another; skipping line
  1739. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5110:46: this compose sequence is a duplicate of another; skipping line
  1740. apr 27 13:30:16 _hostname_ NetworkManager[375]: <info> [1619523016.7041] agent-manager: agent[525db7b64a630b08,:1.24/org.kde.plasma.networkmanagement/1000]: agent registered
  1741. apr 27 13:30:16 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.8' (uid=1000 pid=929 comm="/usr/bin/kded5 ")
  1742. apr 27 13:30:16 _hostname_ systemd[868]: Starting User preferences database...
  1743. apr 27 13:30:16 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'ca.desrt.dconf'
  1744. apr 27 13:30:16 _hostname_ systemd[868]: Started User preferences database.
  1745. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1746. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1747. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1748. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1749. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1750. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1751. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1752. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1753. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1754. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1755. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1756. apr 27 13:30:16 _hostname_ kded5[929]: qt.svg: link #g1000 is undefined!
  1757. apr 27 13:30:16 _hostname_ kded5[929]: Installing the delayed initialization callback.
  1758. apr 27 13:30:16 _hostname_ kded5[929]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
  1759. apr 27 13:30:16 _hostname_ kded5[929]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
  1760. apr 27 13:30:16 _hostname_ ksmserver[976]: Qt: Session management error: networkIdsList argument is NULL
  1761. apr 27 13:30:16 _hostname_ kded5[929]: print-manager.kded: unable to register service to dbus
  1762. apr 27 13:30:16 _hostname_ kcminit_startup[921]: Initializing "kcm_kgamma" : "kcminit_kgamma"
  1763. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/baloo_file.desktop" ("/usr/bin/baloo_file")
  1764. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/pam_kwallet_init.desktop" ("/usr/lib/pam_kwallet_init")
  1765. apr 27 13:30:16 _hostname_ kcminit_startup[921]: Initializing "kded_touchpad" : "kcminit_touchpad"
  1766. apr 27 13:30:16 _hostname_ kcminit_startup[921]: kcm_touchpad: Using X11 backend
  1767. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop" ("/usr/lib/polkit-kde-authentication-agent-1")
  1768. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/org.kde.plasmashell.desktop" ("/usr/bin/plasmashell")
  1769. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/xembedsniproxy.desktop" ("/usr/bin/xembedsniproxy")
  1770. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/kaccess.desktop" ("/usr/bin/kaccess")
  1771. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/powerdevil.desktop" ("/usr/lib/org_kde_powerdevil")
  1772. apr 27 13:30:16 _hostname_ kaccess[1003]: Xlib XKB extension major= 1 minor= 0
  1773. apr 27 13:30:16 _hostname_ kwin_x11[933]: kwin_core: XCB error: 10 (BadAccess), sequence: 734, resource id: 1946, major code: 142 (Composite), minor code: 2 (RedirectSubwindows)
  1774. apr 27 13:30:16 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 749, resource id: 8388613, major code: 18 (ChangeProperty), minor code: 0
  1775. apr 27 13:30:16 _hostname_ kwin_x11[933]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
  1776. apr 27 13:30:16 _hostname_ kwin_x11[933]: kf.config.core: "\"fsrestore2\" - conversion of \"481,481,0,0\" to QRect failed"
  1777. apr 27 13:30:16 _hostname_ kwin_x11[933]: kf.config.core: "\"fsrestore3\" - conversion of \"0,0,0,0\" to QRect failed"
  1778. apr 27 13:30:16 _hostname_ kwin_x11[933]: kf.config.core: "\"restore4\" - conversion of \"0,0,0,0\" to QRect failed"
  1779. apr 27 13:30:16 _hostname_ kwin_x11[933]: kf.config.core: "\"fsrestore4\" - conversion of \"0,0,0,0\" to QRect failed"
  1780. apr 27 13:30:16 _hostname_ kded5[929]: kcm_touchpad: Using X11 backend
  1781. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/gmenudbusmenuproxy.desktop" ("/usr/bin/gmenudbusmenuproxy")
  1782. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/org.kde.kdeconnect.daemon.desktop" ("/usr/lib/kdeconnectd")
  1783. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/org.kde.discover.notifier.desktop" ("/usr/lib/DiscoverNotifier")
  1784. apr 27 13:30:16 _hostname_ polkit-kde-authentication-agent-1[994]: New PolkitAgentListener 0x55c56e3cac00
  1785. apr 27 13:30:16 _hostname_ polkit-kde-authentication-agent-1[994]: Adding new listener PolkitQt1::Agent::Listener(0x55c56e3f4ae0) for 0x55c56e3cac00
  1786. apr 27 13:30:16 _hostname_ polkit-kde-authentication-agent-1[994]: Listener online
  1787. apr 27 13:30:16 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/pulseaudio.desktop" ("/usr/bin/start-pulseaudio-x11")
  1788. apr 27 13:30:16 _hostname_ polkitd[821]: Registered Authentication Agent for unix-session:2 (system bus name :1.30 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
  1789. apr 27 13:30:16 _hostname_ polkit-kde-authentication-agent-1[994]: Authentication agent result: true
  1790. apr 27 13:30:16 _hostname_ systemd[868]: Starting Sound Service...
  1791. apr 27 13:30:16 _hostname_ kaccess[1003]: X server XKB extension major= 1 minor= 0
  1792. apr 27 13:30:16 _hostname_ systemd[868]: Started Optimus Manager.
  1793. apr 27 13:30:16 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 816, resource id: 20971526, major code: 18 (ChangeProperty), minor code: 0
  1794. apr 27 13:30:16 _hostname_ kded5[929]:
  1795. apr 27 13:30:16 _hostname_ kded5[929]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.11'
  1796. apr 27 13:30:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 823, resource id: 20971527, major code: 18 (ChangeProperty), minor code: 0
  1797. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.34' (uid=1000 pid=1036 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
  1798. apr 27 13:30:17 _hostname_ systemd[1]: Starting RealtimeKit Scheduling Policy Service...
  1799. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
  1800. apr 27 13:30:17 _hostname_ systemd[1]: Started RealtimeKit Scheduling Policy Service.
  1801. apr 27 13:30:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1802. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Successfully called chroot.
  1803. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Successfully dropped privileges.
  1804. apr 27 13:30:17 _hostname_ kernel: kauditd_printk_skb: 12 callbacks suppressed
  1805. apr 27 13:30:17 _hostname_ kernel: audit: type=1130 audit(1619523017.007:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  1806. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Successfully limited resources.
  1807. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Canary thread running.
  1808. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Watchdog thread running.
  1809. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Running.
  1810. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Successfully made thread 1036 of process 1036 owned by '1000' high priority at nice level -11.
  1811. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Supervising 1 threads of 1 processes of 1 users.
  1812. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.24' (uid=1000 pid=929 comm="/usr/bin/kded5 ")
  1813. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
  1814. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.24' (uid=1000 pid=929 comm="/usr/bin/kded5 ")
  1815. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
  1816. apr 27 13:30:17 _hostname_ kded5[929]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit"
  1817. "Unit dbus-org.freedesktop.ModemManager1.service not found."
  1818. apr 27 13:30:17 _hostname_ kded5[929]: Delayed initialization.
  1819. apr 27 13:30:17 _hostname_ kded5[929]: Reloading the khotkeys configuration
  1820. apr 27 13:30:17 _hostname_ kded5[929]: Version 2 File!
  1821. apr 27 13:30:17 _hostname_ kded5[929]: true
  1822. apr 27 13:30:17 _hostname_ kded5[929]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
  1823. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.31' (uid=1000 pid=1008 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
  1824. apr 27 13:30:17 _hostname_ kded5[929]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
  1825. apr 27 13:30:17 _hostname_ kded5[929]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
  1826. apr 27 13:30:17 _hostname_ kded5[929]: Imported file "/usr/share/khotkeys/konsole.khotkeys"
  1827. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
  1828. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activating service name='org.kde.kded.smart' requested by ':1.24' (uid=1000 pid=929 comm="/usr/bin/kded5 ") (using servicehelper)
  1829. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.31' (uid=1000 pid=1008 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
  1830. apr 27 13:30:17 _hostname_ DiscoverNotifier[1026]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  1831. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.kde.kded.smart'
  1832. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
  1833. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.31' (uid=1000 pid=1008 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
  1834. apr 27 13:30:17 _hostname_ systemd[868]: Started KwikDisk - Removable Media Utility.
  1835. apr 27 13:30:17 _hostname_ kded5[929]: bluedevil: ObexManager operational changed false
  1836. apr 27 13:30:17 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.7' (uid=1000 pid=929 comm="/usr/bin/kded5 ")
  1837. apr 27 13:30:17 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating service name='org.kde.KScreen' requested by ':1.7' (uid=1000 pid=929 comm="/usr/bin/kded5 ")
  1838. apr 27 13:30:17 _hostname_ kded5[929]: Known activities: ("5a699a40-50ce-448f-9799-3ca65281082a")
  1839. apr 27 13:30:17 _hostname_ kded5[929]: bluedevil: Bluetooth operational changed true
  1840. apr 27 13:30:17 _hostname_ systemd[868]: Starting Bluetooth OBEX service...
  1841. apr 27 13:30:17 _hostname_ kded5[929]: bluedevil: Agent registered
  1842. apr 27 13:30:17 _hostname_ kded5[929]: bluedevil: Requested default Agent
  1843. apr 27 13:30:17 _hostname_ obexd[1083]: OBEX daemon 5.58
  1844. apr 27 13:30:17 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.bluez.obex'
  1845. apr 27 13:30:17 _hostname_ systemd[868]: Started Bluetooth OBEX service.
  1846. apr 27 13:30:17 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
  1847. apr 27 13:30:17 _hostname_ org_kde_powerdevil[1008]: Warning from helper: Failed to open "/sys/class/power_supply/BAT0/charge_start_threshold" for reading
  1848. apr 27 13:30:17 _hostname_ org_kde_powerdevil[1008]: Warning from helper: Failed to open "/sys/class/power_supply/BAT0/charge_stop_threshold" for reading
  1849. apr 27 13:30:17 _hostname_ org_kde_powerdevil[1008]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
  1850. apr 27 13:30:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 917, resource id: 20971528, major code: 18 (ChangeProperty), minor code: 0
  1851. apr 27 13:30:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 922, resource id: 20971529, major code: 18 (ChangeProperty), minor code: 0
  1852. apr 27 13:30:17 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.kde.KScreen'
  1853. apr 27 13:30:17 _hostname_ kernel: Bluetooth: RFCOMM TTY layer initialized
  1854. apr 27 13:30:17 _hostname_ kernel: Bluetooth: RFCOMM socket layer initialized
  1855. apr 27 13:30:17 _hostname_ kernel: Bluetooth: RFCOMM ver 1.11
  1856. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Connected output 66 to CRTC 63
  1857. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Detected XRandR 1.6
  1858. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Event Base: 89
  1859. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Event Error: 147
  1860. apr 27 13:30:17 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating service name='org.freedesktop.Notifications' requested by ':1.24' (uid=1000 pid=1023 comm="/usr/lib/kdeconnectd ")
  1861. apr 27 13:30:17 _hostname_ kded5[929]: kscreen.kded: PowerDevil SuspendSession action not available!
  1862. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandR::setConfig
  1863. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
  1864. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Needed CRTCs: 1
  1865. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Actions to perform:
  1866. Primary Output: false
  1867. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Change Screen Size: false
  1868. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Disable outputs: false
  1869. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Change outputs: true
  1870. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: (66)
  1871. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Enable outputs: false
  1872. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: RRSetCrtcConfig (change output)
  1873. Output: 66 ( "eDP-1" )
  1874. CRTC: 63
  1875. Pos: QPoint(0,0)
  1876. Mode: 70 KScreen::Mode(Id: "70" , Size: QSize(1920, 1080) @ 60.0073 )
  1877. Rotation: KScreen::Output::None
  1878. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Result: 0
  1879. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 66 update
  1880. m_connected: 0
  1881. m_crtc XRandRCrtc(0x55fc1667bbd0)
  1882. CRTC: 63
  1883. MODE: 70
  1884. Connection: 0
  1885. Primary: true
  1886. apr 27 13:30:17 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandR::setConfig done!
  1887. apr 27 13:30:17 _hostname_ kded5[929]: Registering ":1.30/StatusNotifierItem" to system tray
  1888. apr 27 13:30:17 _hostname_ kded5[929]: Registering ":1.26/StatusNotifierItem" to system tray
  1889. apr 27 13:30:17 _hostname_ systemd[868]: Started Okular - Document Viewer.
  1890. apr 27 13:30:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 957, resource id: 20971530, major code: 18 (ChangeProperty), minor code: 0
  1891. apr 27 13:30:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 962, resource id: 20971531, major code: 18 (ChangeProperty), minor code: 0
  1892. apr 27 13:30:17 _hostname_ kded5[929]: Registering ":1.33/StatusNotifierItem" to system tray
  1893. apr 27 13:30:17 _hostname_ org_kde_powerdevil[1008]: org.kde.powerdevil: Handle button events action could not check for screen configuration
  1894. apr 27 13:30:17 _hostname_ org_kde_powerdevil[1008]: Warning from helper: Failed to open "/sys/class/power_supply/BAT0/charge_start_threshold" for reading
  1895. apr 27 13:30:17 _hostname_ org_kde_powerdevil[1008]: Warning from helper: Failed to open "/sys/class/power_supply/BAT0/charge_stop_threshold" for reading
  1896. apr 27 13:30:17 _hostname_ org_kde_powerdevil[1008]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
  1897. apr 27 13:30:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 980, resource id: 20971532, major code: 18 (ChangeProperty), minor code: 0
  1898. apr 27 13:30:17 _hostname_ systemd[868]: Started Dolphin - File Manager.
  1899. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Supervising 1 threads of 1 processes of 1 users.
  1900. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Successfully made thread 1103 of process 1036 owned by '1000' RT at priority 5.
  1901. apr 27 13:30:17 _hostname_ rtkit-daemon[1045]: Supervising 2 threads of 1 processes of 1 users.
  1902. apr 27 13:30:17 _hostname_ plasmashell[998]: kf.plasma.quick: Applet preload policy set to 1
  1903. apr 27 13:30:17 _hostname_ systemd[868]: Started Sound Service.
  1904. apr 27 13:30:17 _hostname_ bluetoothd[569]: Endpoint registered: sender=:1.51 path=/MediaEndpoint/A2DPSink/sbc
  1905. apr 27 13:30:17 _hostname_ bluetoothd[569]: Endpoint registered: sender=:1.51 path=/MediaEndpoint/A2DPSource/sbc
  1906. apr 27 13:30:17 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating service name='org.kde.ksystemstats' requested by ':1.18' (uid=1000 pid=998 comm="/usr/bin/plasmashell ")
  1907. apr 27 13:30:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1042, resource id: 20971534, major code: 18 (ChangeProperty), minor code: 0
  1908. apr 27 13:30:17 _hostname_ systemd[868]: Started Konsole - Terminal.
  1909. apr 27 13:30:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1047, resource id: 20971535, major code: 18 (ChangeProperty), minor code: 0
  1910. apr 27 13:30:17 _hostname_ audit[375]: USYS_CONFIG pid=375 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=1115 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
  1911. apr 27 13:30:17 _hostname_ NetworkManager[375]: <info> [1619523017.4822] audit: op="statistics" arg="refresh-rate-ms" pid=1115 uid=1000 result="success"
  1912. apr 27 13:30:17 _hostname_ kernel: audit: type=1111 audit(1619523017.477:82): pid=375 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=1115 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
  1913. apr 27 13:30:17 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/geoclue-demo-agent.desktop" ("/usr/lib/geoclue-2.0/demos/agent")
  1914. apr 27 13:30:17 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/home/_user_/.config/autostart/io.optimus_manager.OptimusManagerQt.desktop" ("/usr/bin/optimus-manager-qt")
  1915. apr 27 13:30:17 _hostname_ ksystemstats[1115]: Found unsupported GPU: /sys/devices/pci0000:00/0000:00:02.0
  1916. apr 27 13:30:17 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/home/_user_/.config/autostart/pcloud.desktop" ("/home/_user_/Documents/AppImages/pCloud/pcloud")
  1917. apr 27 13:30:17 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/xapp-sn-watcher.desktop" ("/usr/lib/xapps/sn-watcher/xapp-sn-watcher")
  1918. apr 27 13:30:17 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/home/_user_/.config/autostart/org.keepassxc.KeePassXC.desktop" ("/usr/bin/keepassxc")
  1919. apr 27 13:30:17 _hostname_ ksystemstats[1115]: Could not retrieve information for NVidia GPU 0
  1920. apr 27 13:30:17 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/wallpaper-once.desktop" ("/usr/bin/sh", "/usr/share/endeavouros/scripts/wallpaper-once")
  1921. apr 27 13:30:17 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/eos-update-notifier.desktop" ("/usr/bin/eos-update-notifier", "-init")
  1922. apr 27 13:30:17 _hostname_ plasma_session[910]: org.kde.plasma.session: Starting autostart service "/etc/xdg/autostart/welcome.desktop" ("/usr/bin/sh", "/usr/share/endeavouros/scripts/welcome", "--startdelay=3")
  1923. apr 27 13:30:17 _hostname_ kded5[929]: bluedevil: ObexManager operational changed true
  1924. apr 27 13:30:17 _hostname_ kded5[929]: bluedevil: ObexAgent registered
  1925. apr 27 13:30:17 _hostname_ plasmashell[998]: trying to show an empty dialog
  1926. apr 27 13:30:17 _hostname_ plasmashell[998]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
  1927. apr 27 13:30:17 _hostname_ plasmashell[998]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
  1928. apr 27 13:30:17 _hostname_ plasmashell[998]: Plasma Shell startup completed
  1929. apr 27 13:30:17 _hostname_ kwin_x11[933]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
  1930. apr 27 13:30:17 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  1931. apr 27 13:30:17 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  1932. apr 27 13:30:18 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  1933. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1359] policy: auto-activating connection 'nvm' (f520d043-f22b-4bac-8687-3d54eb72c326)
  1934. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1363] device (wlan0): Activation: starting connection 'nvm' (f520d043-f22b-4bac-8687-3d54eb72c326)
  1935. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1364] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
  1936. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1366] manager: NetworkManager state is now CONNECTING
  1937. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1376] device (wlan0): set-hw-addr: reset MAC address to 38:BA:F8:76:66:0F (preserve)
  1938. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1394] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
  1939. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1397] device (wlan0): Activation: (wifi) access point 'nvm' has security, but secrets are required.
  1940. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1397] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
  1941. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1398] sup-iface[61c83887b0c0eb9b,0,wlan0]: wps: type pbc start...
  1942. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:54: TypeError: Cannot read property 'length' of undefined
  1943. apr 27 13:30:18 _hostname_ kded5[929]: plasma-nm: Unhandled active connection state change: 1
  1944. apr 27 13:30:18 _hostname_ plasmashell[998]: qml: Reading resources from configuration: [{"sourceName":"lmsensors/coretemp-isa-0000/Package_id_0","alias":"CPU","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{"acpi/Thermal_Zone/0-acpitz/Temperature":{"temperature":0},"acpi/Thermal_Zone/1-acpitz/Temperature":{"temperature":0},"acpi/Thermal_Zone/2-INT3400 Thermal/Temperature":{"temperature":0},"acpi/Thermal_Zone/3-SEN1/Temperature":{"temperature":0},"acpi/Thermal_Zone/4-SEN2/Temperature":{"temperature":0},"acpi/Thermal_Zone/5-pch_skylake/Temperature":{"temperature":0},"acpi/Thermal_Zone/6-B0D4/Temperature":{"temperature":0},"acpi/Thermal_Zone/7-x86_pkg_temp/Temperature":{"temperature":0},"acpi/Thermal_Zone/8-iwlwifi_1/Temperature":{"temperature":0},"lmsensors/BAT0-acpi-0/curr1":{"temperature":0},"lmsensors/BAT0-acpi-0/in0":{"temperature":0},"lmsensors/acpitz-acpi-0/temp1":{"temperature":0},"lmsensors/acpitz-acpi-0/temp2":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_0":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_1":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_2":{"temperature":0},"lmsensors/coretemp-isa-0000/Core_3":{"temperature":0},"lmsensors/coretemp-isa-0000/Package_id_0":{"temperature":0},"lmsensors/iwlwifi_1-virtual-0/temp1":{"temperature":0},"lmsensors/nouveau-pci-0100/temp1":{"temperature":0},"lmsensors/nvme-pci-0200/Composite":{"temperature":0},"lmsensors/nvme-pci-0200/Sensor_1":{"temperature":0},"lmsensors/nvme-pci-0200/Sensor_2":{"temperature":0},"lmsensors/pch_skylake-virtual-0/temp1":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/curr1":{"temperature":0},"lmsensors/ucsi_source_psy_USBC000:001-isa-0000/in0":{"temperature":0},"udisks/Generic_MassStorageClass_000000001536":{"temperature":0},"udisks/Generic_MassStorageClass_000000001536_1":{"temperature":0},"udisks/SK_hynix_PC401_HFS256GD9TNG_62A0A_MS88N414810308941":{"temperature":0}}}]
  1945. apr 27 13:30:18 _hostname_ kded5[929]: plasma-nm: virtual NMVariantMapMap SecretAgent::GetSecrets(const NMVariantMapMap&, const QDBusObjectPath&, const QString&, const QStringList&, uint)
  1946. apr 27 13:30:18 _hostname_ kded5[929]: plasma-nm: Path: "/org/freedesktop/NetworkManager/Settings/2"
  1947. apr 27 13:30:18 _hostname_ kded5[929]: plasma-nm: Setting name: "802-11-wireless-security"
  1948. apr 27 13:30:18 _hostname_ kded5[929]: plasma-nm: Hints: ()
  1949. apr 27 13:30:18 _hostname_ kded5[929]: plasma-nm: Flags: 9
  1950. apr 27 13:30:18 _hostname_ kded5[929]: plasma-nm: bool SecretAgent::processGetSecrets(SecretsRequest&) const Waiting for the wallet to open
  1951. apr 27 13:30:18 _hostname_ wpa_supplicant[549]: wlan0: WPS-PBC-ACTIVE
  1952. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1805] device (wlan0): supplicant interface state: disconnected -> inactive
  1953. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1805] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
  1954. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1806] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
  1955. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1809] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
  1956. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1810] device (wlan0): Activation: (wifi) connection 'nvm' has security, and secrets exist. No new secrets needed.
  1957. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1811] Config: added 'ssid' value 'nvm'
  1958. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1811] Config: added 'scan_ssid' value '1'
  1959. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1811] Config: added 'bgscan' value 'simple:30:-70:86400'
  1960. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1811] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
  1961. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1811] Config: added 'psk' value '<hidden>'
  1962. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1833] device (wlan0): supplicant interface state: inactive -> scanning
  1963. apr 27 13:30:18 _hostname_ NetworkManager[375]: <info> [1619523018.1833] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
  1964. apr 27 13:30:18 _hostname_ plasmashell[998]: Loading Calendar plugin HolidaysEventsPlugin(0x55e3fc31b120)
  1965. apr 27 13:30:18 _hostname_ plasmashell[998]: Both point size and pixel size set. Using pixel size.
  1966. apr 27 13:30:18 _hostname_ plasmashell[998]: Both point size and pixel size set. Using pixel size.
  1967. apr 27 13:30:18 _hostname_ plasmashell[998]: Both point size and pixel size set. Using pixel size.
  1968. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:534:9: QML Label: Binding loop detected for property "height"
  1969. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:493:13: QML Label: Binding loop detected for property "height"
  1970. apr 27 13:30:18 _hostname_ plasmashell[998]: trying to show an empty dialog
  1971. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:30:1: QML DropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
  1972. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:493:13: QML Label: Binding loop detected for property "height"
  1973. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:534:9: QML Label: Binding loop detected for property "height"
  1974. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:554:5: QML Label: Binding loop detected for property "height"
  1975. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/CompactRepresentation.qml:35:1: QML CompactRepresentation: Binding loop detected for property "implicitHeight"
  1976. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.piechart/contents/ui/PieChart.qml:91:9: Unable to assign [undefined] to double
  1977. apr 27 13:30:18 _hostname_ plasmashell[998]: trying to show an empty dialog
  1978. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml:55: TypeError: Cannot read property 'height' of null
  1979. apr 27 13:30:18 _hostname_ plasmashell[998]: libkcups: CUPS-Get-Printers last error: 1282 Ongeldige bestandsdescriptor
  1980. apr 27 13:30:18 _hostname_ plasmashell[998]: libkcups: Create-Printer-Subscriptions last error: 1282 Ongeldige bestandsdescriptor
  1981. apr 27 13:30:18 _hostname_ plasmashell[998]: libkcups: Request failed 1282 -1
  1982. apr 27 13:30:18 _hostname_ plasmashell[998]: libkcups: Get-Jobs last error: 1282 Ongeldige bestandsdescriptor
  1983. apr 27 13:30:18 _hostname_ plasmashell[998]: libkcups: Get-Jobs last error: 1282 Ongeldige bestandsdescriptor
  1984. apr 27 13:30:18 _hostname_ plasmashell[998]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
  1985. apr 27 13:30:18 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.freedesktop.Notifications'
  1986. apr 27 13:30:18 _hostname_ kded5[929]: Registering "org.kde.StatusNotifierHost-998" as system tray
  1987. apr 27 13:30:18 _hostname_ plasmashell[998]: trying to show an empty dialog
  1988. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
  1989. apr 27 13:30:18 _hostname_ plasmashell[998]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
  1990. apr 27 13:30:18 _hostname_ plasmashell[998]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo.monitor"
  1991. apr 27 13:30:19 _hostname_ wpa_supplicant[549]: wlan0: SME: Trying to authenticate with 08:26:97:d7:38:82 (SSID='nvm' freq=5560 MHz)
  1992. apr 27 13:30:19 _hostname_ kernel: wlan0: authenticate with 08:26:97:d7:38:82
  1993. apr 27 13:30:19 _hostname_ kernel: wlan0: send auth to 08:26:97:d7:38:82 (try 1/3)
  1994. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.2173] device (wlan0): supplicant interface state: scanning -> authenticating
  1995. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.2173] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
  1996. apr 27 13:30:19 _hostname_ kernel: wlan0: authenticated
  1997. apr 27 13:30:19 _hostname_ wpa_supplicant[549]: wlan0: Trying to associate with 08:26:97:d7:38:82 (SSID='nvm' freq=5560 MHz)
  1998. apr 27 13:30:19 _hostname_ kernel: wlan0: associate with 08:26:97:d7:38:82 (try 1/3)
  1999. apr 27 13:30:19 _hostname_ kernel: wlan0: RX AssocResp from 08:26:97:d7:38:82 (capab=0x1931 status=0 aid=2)
  2000. apr 27 13:30:19 _hostname_ wpa_supplicant[549]: wlan0: Associated with 08:26:97:d7:38:82
  2001. apr 27 13:30:19 _hostname_ wpa_supplicant[549]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
  2002. apr 27 13:30:19 _hostname_ kernel: wlan0: associated
  2003. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.2384] device (wlan0): supplicant interface state: authenticating -> associating
  2004. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.2384] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
  2005. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.2386] device (wlan0): supplicant interface state: associating -> associated
  2006. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.2386] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
  2007. apr 27 13:30:19 _hostname_ wpa_supplicant[549]: wlan0: WPA: Key negotiation completed with 08:26:97:d7:38:82 [PTK=CCMP GTK=CCMP]
  2008. apr 27 13:30:19 _hostname_ wpa_supplicant[549]: wlan0: CTRL-EVENT-CONNECTED - Connection to 08:26:97:d7:38:82 completed [id=0 id_str=]
  2009. apr 27 13:30:19 _hostname_ kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  2010. apr 27 13:30:19 _hostname_ wpa_supplicant[549]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-47 noise=9999 txrate=6000
  2011. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.3347] device (wlan0): supplicant interface state: associated -> completed
  2012. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.3348] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "nvm"
  2013. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.3348] device (p2p-dev-wlan0): supplicant management interface state: associated -> completed
  2014. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.3349] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
  2015. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.3351] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
  2016. apr 27 13:30:19 _hostname_ avahi-daemon[359]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::ef51:1467:879d:f4ef.
  2017. apr 27 13:30:19 _hostname_ avahi-daemon[359]: New relevant interface wlan0.IPv6 for mDNS.
  2018. apr 27 13:30:19 _hostname_ avahi-daemon[359]: Registering new address record for fe80::ef51:1467:879d:f4ef on wlan0.*.
  2019. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.4786] dhcp4 (wlan0): state changed unknown -> bound, address=192.168.1.167
  2020. apr 27 13:30:19 _hostname_ avahi-daemon[359]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.167.
  2021. apr 27 13:30:19 _hostname_ avahi-daemon[359]: New relevant interface wlan0.IPv4 for mDNS.
  2022. apr 27 13:30:19 _hostname_ avahi-daemon[359]: Registering new address record for 192.168.1.167 on wlan0.IPv4.
  2023. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.4801] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
  2024. apr 27 13:30:19 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=375 comm="/usr/bin/NetworkManager --no-daemon ")
  2025. apr 27 13:30:19 _hostname_ systemd[1]: Starting Network Manager Script Dispatcher Service...
  2026. apr 27 13:30:19 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  2027. apr 27 13:30:19 _hostname_ systemd[1]: Started Network Manager Script Dispatcher Service.
  2028. apr 27 13:30:19 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  2029. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.4870] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
  2030. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.4871] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
  2031. apr 27 13:30:19 _hostname_ kernel: audit: type=1130 audit(1619523019.480:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  2032. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.4874] manager: NetworkManager state is now CONNECTED_LOCAL
  2033. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.4886] manager: NetworkManager state is now CONNECTED_SITE
  2034. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.4886] policy: set 'nvm' (wlan0) as default for IPv4 routing and DNS
  2035. apr 27 13:30:19 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=375 comm="/usr/bin/NetworkManager --no-daemon ")
  2036. apr 27 13:30:19 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
  2037. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.4981] device (wlan0): Activation: successful, device activated.
  2038. apr 27 13:30:19 _hostname_ kded5[929]: plasma-nm: Network connectivity limited, scheduling notification
  2039. apr 27 13:30:19 _hostname_ NetworkManager[375]: <info> [1619523019.5852] manager: NetworkManager state is now CONNECTED_GLOBAL
  2040. apr 27 13:30:19 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.kde.ksystemstats'
  2041. apr 27 13:30:19 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:54: TypeError: Cannot read property 'length' of undefined
  2042. apr 27 13:30:19 _hostname_ kded5[929]: Registering ":1.44/StatusNotifierItem" to system tray
  2043. apr 27 13:30:19 _hostname_ xembedsniproxy[1000]: Container window visible, stack below
  2044. apr 27 13:30:22 _hostname_ baloo_file_extractor[1514]: kf.filemetadata: Could not create Extractor: "/usr/lib/qt/plugins/kf5/kfilemetadata/kfilemetadata_appimageextractor.so"
  2045. apr 27 13:30:22 _hostname_ baloo_file_extractor[1514]: kf.filemetadata: "Cannot load library /usr/lib/qt/plugins/kf5/kfilemetadata/kfilemetadata_appimageextractor.so: (libappimage.so.1.0: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  2046. apr 27 13:30:22 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Documents/AppImages/pCloud/pcloud" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  2047. apr 27 13:30:22 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Nescio.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  2048. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/[Mark_Manson]_Models_(Revised_and_Updated)(BookZZ.org).pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  2049. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (157): Warning: name token is longer than what the specification says it can be"
  2050. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (6845096): Warning: name token is longer than what the specification says it can be"
  2051. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2052. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2053. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2054. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2055. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2056. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2057. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (157): Warning: name token is longer than what the specification says it can be"
  2058. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2059. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2060. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (157): Warning: name token is longer than what the specification says it can be"
  2061. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2062. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2063. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2064. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2065. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2066. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2067. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2068. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2069. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2070. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2071. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2072. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2073. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2074. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2075. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2076. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2077. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2078. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2079. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2080. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2081. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2082. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2083. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2084. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2085. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2086. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2087. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2088. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2089. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2090. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2091. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2092. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2093. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2094. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2095. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2096. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2097. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2098. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2099. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2100. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2101. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2102. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2103. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2104. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2105. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2106. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2107. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2108. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2109. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2110. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2111. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2112. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2113. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2114. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2115. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2116. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2117. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2118. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2119. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2120. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2121. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2122. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2123. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2124. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2125. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2126. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2127. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2128. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2129. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2130. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2131. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2132. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2133. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2134. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2135. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2136. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2137. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2138. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2139. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2140. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2141. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2142. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2143. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2144. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2145. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2146. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2147. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2148. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2149. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2150. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2151. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2152. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2153. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2154. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2155. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2156. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2157. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2158. apr 27 13:30:23 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2159. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2160. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2161. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2162. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2163. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2164. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2165. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2166. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2167. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2168. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2169. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2170. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2171. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2172. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2173. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2174. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2175. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2176. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2177. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2178. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2179. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2180. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2181. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2182. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2183. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2184. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2185. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2186. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2187. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2188. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2189. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2190. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2191. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2192. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2193. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2194. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2195. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2196. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2197. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2198. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2199. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2200. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2201. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2202. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2203. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2204. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2205. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2206. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2207. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2208. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2209. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2210. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2211. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2212. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2213. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2214. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2215. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2216. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2217. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2218. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2219. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2220. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2221. apr 27 13:30:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  2222. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2223. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2224. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2225. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2226. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2227. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2228. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2229. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2230. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2231. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2232. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2233. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2234. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2235. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2236. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2237. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2238. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2239. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2240. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2241. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2242. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2243. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2244. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2245. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2246. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2247. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2248. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2249. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2250. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2251. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2252. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2253. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2254. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2255. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2256. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2257. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2258. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2259. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2260. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2261. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2262. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2263. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2264. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2265. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2266. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2267. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2268. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2269. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2270. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2271. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2272. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2273. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2274. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2275. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2276. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2277. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2278. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2279. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2280. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2281. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2282. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2283. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2284. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2285. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2286. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2287. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2288. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2289. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2290. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2291. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2292. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2293. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2294. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2295. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2296. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2297. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2298. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2299. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2300. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2301. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2302. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2303. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2304. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2305. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2306. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2307. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2308. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2309. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2310. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2311. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2312. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2313. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2314. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2315. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2316. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2317. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2318. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2319. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2320. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2321. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2322. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2323. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2324. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2325. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2326. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2327. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2328. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2329. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2330. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2331. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2332. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2333. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2334. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2335. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2336. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2337. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2338. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2339. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2340. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2341. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2342. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2343. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2344. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2345. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2346. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2347. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2348. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2349. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2350. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2351. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2352. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2353. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2354. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2355. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2356. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2357. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2358. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2359. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2360. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2361. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2362. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2363. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2364. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2365. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2366. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2367. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2368. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2369. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2370. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2371. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2372. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2373. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2374. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2375. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2376. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2377. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2378. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2379. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2380. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2381. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2382. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2383. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2384. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2385. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2386. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2387. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2388. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2389. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2390. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2391. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2392. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2393. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2394. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2395. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2396. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2397. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2398. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2399. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2400. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2401. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2402. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2403. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2404. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2405. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2406. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2407. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2408. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2409. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2410. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2411. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2412. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2413. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2414. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2415. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2416. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2417. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2418. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2419. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2420. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2421. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2422. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2423. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2424. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2425. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2426. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2427. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2428. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2429. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2430. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2431. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2432. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2433. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2434. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2435. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2436. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2437. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2438. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2439. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2440. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2441. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2442. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2443. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2444. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2445. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2446. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2447. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2448. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2449. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2450. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2451. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2452. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2453. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2454. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2455. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2456. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2457. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2458. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2459. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2460. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2461. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2462. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2463. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2464. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2465. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2466. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2467. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2468. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2469. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2470. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2471. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2472. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2473. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2474. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2475. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2476. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2477. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2478. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2479. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2480. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2481. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2482. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2483. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2484. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2485. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2486. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2487. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2488. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2489. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2490. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2491. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2492. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2493. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2494. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2495. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2496. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2497. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2498. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2499. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2500. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2501. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2502. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2503. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2504. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2505. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2506. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2507. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2508. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2509. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2510. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2511. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2512. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2513. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2514. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2515. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2516. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2517. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2518. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2519. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2520. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2521. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2522. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2523. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2524. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2525. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2526. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2527. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2528. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2529. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2530. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2531. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2532. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2533. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2534. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2535. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2536. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2537. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2538. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2539. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2540. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2541. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2542. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2543. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2544. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2545. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2546. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2547. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2548. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2549. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2550. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2551. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2552. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2553. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2554. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2555. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2556. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2557. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2558. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2559. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2560. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2561. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2562. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2563. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2564. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2565. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2566. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2567. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2568. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2569. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2570. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2571. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2572. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2573. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2574. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2575. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2576. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2577. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2578. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2579. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2580. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2581. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2582. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2583. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2584. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2585. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2586. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2587. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2588. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2589. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2590. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2591. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2592. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2593. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2594. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2595. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2596. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2597. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2598. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2599. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2600. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2601. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2602. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2603. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2604. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2605. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2606. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2607. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2608. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2609. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2610. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2611. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2612. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2613. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2614. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2615. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2616. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2617. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2618. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2619. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2620. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2621. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2622. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2623. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2624. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2625. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2626. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2627. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2628. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2629. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2630. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2631. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2632. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2633. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2634. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2635. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2636. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2637. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2638. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2639. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2640. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2641. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2642. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2643. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2644. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2645. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2646. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2647. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2648. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2649. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2650. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2651. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2652. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2653. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2654. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2655. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2656. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2657. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2658. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2659. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2660. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2661. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2662. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2663. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2664. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2665. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2666. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2667. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2668. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2669. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2670. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2671. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2672. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2673. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2674. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2675. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2676. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2677. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2678. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2679. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2680. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2681. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2682. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2683. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2684. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2685. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2686. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2687. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2688. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2689. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2690. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2691. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2692. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2693. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2694. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2695. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2696. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2697. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2698. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2699. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2700. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2701. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2702. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2703. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2704. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2705. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2706. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2707. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2708. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2709. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2710. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2711. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2712. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2713. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2714. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2715. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2716. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2717. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2718. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2719. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2720. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2721. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2722. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2723. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2724. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2725. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2726. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2727. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2728. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2729. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2730. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2731. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2732. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2733. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2734. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2735. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2736. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2737. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2738. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2739. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2740. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2741. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2742. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2743. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2744. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2745. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2746. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2747. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2748. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2749. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2750. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2751. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2752. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2753. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2754. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2755. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2756. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2757. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2758. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2759. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2760. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2761. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2762. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2763. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2764. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2765. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2766. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2767. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2768. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2769. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2770. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2771. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2772. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2773. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2774. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2775. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2776. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2777. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2778. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2779. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2780. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2781. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2782. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2783. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2784. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2785. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2786. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2787. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2788. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2789. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2790. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2791. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2792. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2793. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2794. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2795. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2796. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2797. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2798. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2799. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2800. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2801. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2802. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2803. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2804. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2805. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2806. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2807. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2808. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2809. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2810. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2811. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2812. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2813. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2814. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2815. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2816. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2817. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2818. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2819. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2820. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2821. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2822. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2823. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2824. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2825. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2826. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2827. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2828. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2829. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2830. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2831. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2832. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2833. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2834. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2835. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2836. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2837. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2838. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2839. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2840. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2841. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2842. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2843. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2844. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2845. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2846. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2847. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2848. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2849. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2850. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2851. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2852. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2853. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2854. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2855. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2856. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2857. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2858. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2859. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2860. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2861. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2862. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2863. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2864. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2865. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2866. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2867. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2868. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2869. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2870. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2871. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2872. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2873. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2874. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2875. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2876. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2877. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2878. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2879. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2880. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2881. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2882. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2883. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2884. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2885. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2886. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2887. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2888. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2889. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2890. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2891. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2892. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2893. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2894. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2895. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2896. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2897. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2898. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2899. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2900. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2901. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2902. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2903. apr 27 13:30:24 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2904. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2905. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2906. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2907. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2908. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2909. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2910. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2911. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2912. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2913. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2914. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2915. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2916. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2917. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2918. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2919. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2920. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2921. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2922. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2923. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2924. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2925. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2926. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2927. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2928. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2929. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2930. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2931. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2932. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2933. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2934. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2935. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2936. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2937. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2938. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2939. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2940. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2941. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2942. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2943. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2944. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2945. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2946. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2947. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2948. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2949. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2950. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2951. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2952. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2953. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2954. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2955. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2956. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2957. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2958. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2959. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2960. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2961. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2962. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2963. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2964. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2965. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2966. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2967. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2968. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2969. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2970. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2971. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2972. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2973. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2974. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2975. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2976. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2977. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2978. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2979. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2980. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2981. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2982. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2983. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2984. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2985. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2986. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2987. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2988. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2989. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2990. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2991. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2992. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2993. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2994. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2995. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2996. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2997. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  2998. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  2999. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3000. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3001. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3002. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3003. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3004. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3005. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3006. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3007. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3008. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3009. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3010. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3011. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3012. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3013. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3014. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3015. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3016. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3017. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3018. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3019. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3020. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3021. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3022. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3023. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3024. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3025. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3026. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3027. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3028. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3029. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3030. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3031. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3032. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3033. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3034. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3035. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3036. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3037. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3038. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3039. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3040. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3041. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3042. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3043. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3044. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3045. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3046. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3047. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3048. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3049. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3050. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3051. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3052. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3053. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3054. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3055. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3056. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3057. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3058. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3059. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3060. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3061. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3062. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3063. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3064. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3065. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3066. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3067. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3068. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3069. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3070. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3071. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3072. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3073. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3074. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3075. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3076. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3077. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3078. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3079. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3080. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3081. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3082. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3083. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3084. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3085. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3086. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3087. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3088. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3089. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3090. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3091. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3092. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3093. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3094. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3095. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3096. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3097. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3098. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3099. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3100. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3101. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3102. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3103. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3104. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3105. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3106. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3107. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3108. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3109. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3110. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3111. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3112. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3113. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3114. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3115. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3116. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3117. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3118. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3119. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3120. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3121. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3122. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3123. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3124. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3125. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3126. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3127. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3128. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3129. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3130. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3131. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3132. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3133. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3134. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3135. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3136. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3137. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3138. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3139. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3140. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3141. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3142. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3143. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3144. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3145. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3146. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3147. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3148. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3149. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3150. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3151. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3152. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3153. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3154. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3155. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3156. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3157. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3158. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3159. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3160. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3161. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3162. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3163. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3164. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3165. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3166. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3167. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3168. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3169. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3170. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3171. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3172. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3173. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3174. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3175. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3176. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3177. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3178. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3179. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3180. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3181. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3182. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3183. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3184. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3185. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3186. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3187. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3188. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3189. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3190. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3191. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3192. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3193. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3194. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3195. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3196. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3197. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3198. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3199. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3200. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3201. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3202. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3203. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3204. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3205. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3206. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3207. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3208. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3209. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3210. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3211. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3212. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3213. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3214. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3215. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3216. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3217. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3218. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3219. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3220. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3221. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3222. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3223. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3224. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3225. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3226. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3227. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3228. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3229. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3230. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3231. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3232. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3233. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3234. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3235. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3236. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3237. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3238. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3239. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3240. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3241. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3242. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3243. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3244. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3245. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3246. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3247. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3248. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3249. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3250. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3251. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3252. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3253. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3254. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3255. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3256. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3257. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3258. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3259. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3260. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3261. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3262. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3263. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3264. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3265. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3266. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3267. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3268. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3269. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3270. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3271. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3272. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3273. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3274. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3275. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3276. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3277. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3278. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3279. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3280. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3281. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3282. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3283. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3284. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3285. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3286. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3287. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3288. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3289. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3290. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3291. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3292. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3293. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3294. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3295. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3296. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3297. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3298. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3299. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3300. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3301. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3302. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3303. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3304. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3305. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3306. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3307. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3308. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3309. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3310. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3311. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3312. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3313. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3314. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3315. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3316. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3317. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3318. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3319. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3320. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3321. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3322. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3323. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3324. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3325. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3326. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3327. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3328. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3329. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3330. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3331. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3332. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3333. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3334. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3335. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3336. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3337. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3338. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3339. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3340. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3341. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3342. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3343. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3344. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3345. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3346. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3347. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3348. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3349. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3350. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3351. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3352. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3353. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3354. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3355. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3356. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3357. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3358. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3359. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3360. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3361. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3362. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3363. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3364. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3365. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3366. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3367. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3368. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3369. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3370. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3371. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3372. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3373. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3374. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3375. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3376. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3377. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3378. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3379. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3380. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3381. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3382. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3383. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3384. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3385. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3386. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3387. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3388. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3389. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3390. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3391. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3392. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3393. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3394. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3395. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3396. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3397. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3398. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3399. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3400. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3401. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3402. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3403. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3404. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3405. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3406. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3407. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3408. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3409. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3410. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3411. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3412. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3413. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3414. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3415. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3416. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3417. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3418. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3419. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3420. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3421. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3422. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3423. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3424. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3425. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3426. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3427. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3428. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3429. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3430. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3431. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3432. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3433. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3434. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3435. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3436. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3437. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3438. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3439. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3440. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3441. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3442. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3443. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3444. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3445. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3446. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3447. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3448. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3449. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3450. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3451. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3452. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3453. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3454. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3455. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3456. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3457. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3458. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3459. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3460. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3461. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3462. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3463. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3464. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3465. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3466. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3467. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3468. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3469. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3470. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3471. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3472. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3473. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3474. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3475. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3476. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3477. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3478. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3479. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3480. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3481. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3482. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3483. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3484. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3485. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3486. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3487. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3488. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3489. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3490. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3491. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3492. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3493. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3494. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3495. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3496. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3497. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3498. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3499. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3500. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3501. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3502. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3503. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3504. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3505. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3506. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3507. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3508. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3509. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3510. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3511. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3512. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3513. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3514. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3515. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3516. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3517. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3518. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3519. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3520. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3521. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3522. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3523. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3524. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3525. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3526. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3527. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3528. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3529. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3530. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3531. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3532. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3533. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3534. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3535. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3536. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3537. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3538. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3539. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3540. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3541. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3542. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3543. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3544. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3545. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3546. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3547. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3548. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3549. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3550. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3551. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3552. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3553. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3554. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3555. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3556. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3557. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3558. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3559. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3560. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3561. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3562. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3563. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3564. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3565. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3566. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3567. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3568. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3569. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3570. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3571. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3572. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3573. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3574. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3575. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3576. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3577. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3578. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3579. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3580. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3581. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3582. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3583. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3584. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3585. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3586. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3587. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3588. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3589. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3590. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3591. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3592. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3593. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3594. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3595. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3596. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3597. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3598. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3599. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3600. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3601. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3602. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3603. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3604. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3605. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3606. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3607. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3608. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3609. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3610. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3611. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3612. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3613. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3614. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3615. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3616. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3617. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3618. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3619. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3620. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3621. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3622. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3623. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3624. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3625. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3626. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3627. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3628. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3629. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3630. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3631. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3632. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3633. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3634. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3635. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3636. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3637. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3638. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3639. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3640. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3641. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3642. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3643. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3644. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3645. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3646. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3647. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3648. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3649. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3650. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3651. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3652. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3653. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3654. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3655. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3656. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3657. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3658. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3659. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3660. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3661. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3662. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3663. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3664. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3665. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3666. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3667. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3668. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3669. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3670. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3671. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3672. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3673. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3674. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3675. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3676. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3677. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3678. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3679. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3680. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3681. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3682. apr 27 13:30:25 _hostname_ systemd[1]: Stopping User Manager for UID 971...
  3683. apr 27 13:30:25 _hostname_ systemd[801]: Stopped target Main User Target.
  3684. apr 27 13:30:25 _hostname_ systemd[801]: Stopping D-Bus User Message Bus...
  3685. apr 27 13:30:25 _hostname_ systemd[801]: dbus.service: Deactivated successfully.
  3686. apr 27 13:30:25 _hostname_ systemd[801]: Stopped D-Bus User Message Bus.
  3687. apr 27 13:30:25 _hostname_ systemd[801]: Stopped target Basic System.
  3688. apr 27 13:30:25 _hostname_ systemd[801]: Stopped target Paths.
  3689. apr 27 13:30:25 _hostname_ systemd[801]: Stopped target Sockets.
  3690. apr 27 13:30:25 _hostname_ systemd[801]: Stopped target Timers.
  3691. apr 27 13:30:25 _hostname_ systemd[801]: dbus.socket: Deactivated successfully.
  3692. apr 27 13:30:25 _hostname_ systemd[801]: Closed D-Bus User Message Bus Socket.
  3693. apr 27 13:30:25 _hostname_ systemd[801]: dirmngr.socket: Deactivated successfully.
  3694. apr 27 13:30:25 _hostname_ systemd[801]: Closed GnuPG network certificate management daemon.
  3695. apr 27 13:30:25 _hostname_ systemd[801]: gpg-agent-browser.socket: Deactivated successfully.
  3696. apr 27 13:30:25 _hostname_ systemd[801]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
  3697. apr 27 13:30:25 _hostname_ systemd[801]: gpg-agent-extra.socket: Deactivated successfully.
  3698. apr 27 13:30:25 _hostname_ systemd[801]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
  3699. apr 27 13:30:25 _hostname_ systemd[801]: gpg-agent-ssh.socket: Deactivated successfully.
  3700. apr 27 13:30:25 _hostname_ systemd[801]: Closed GnuPG cryptographic agent (ssh-agent emulation).
  3701. apr 27 13:30:25 _hostname_ systemd[801]: gpg-agent.socket: Deactivated successfully.
  3702. apr 27 13:30:25 _hostname_ systemd[801]: Closed GnuPG cryptographic agent and passphrase cache.
  3703. apr 27 13:30:25 _hostname_ systemd[801]: p11-kit-server.socket: Deactivated successfully.
  3704. apr 27 13:30:25 _hostname_ systemd[801]: Closed p11-kit server.
  3705. apr 27 13:30:25 _hostname_ systemd[801]: pipewire.socket: Deactivated successfully.
  3706. apr 27 13:30:25 _hostname_ systemd[801]: Closed Multimedia System.
  3707. apr 27 13:30:25 _hostname_ systemd[801]: pulseaudio.socket: Deactivated successfully.
  3708. apr 27 13:30:25 _hostname_ systemd[801]: Closed Sound System.
  3709. apr 27 13:30:25 _hostname_ systemd[801]: Removed slice User Application Slice.
  3710. apr 27 13:30:25 _hostname_ systemd[801]: Reached target Shutdown.
  3711. apr 27 13:30:25 _hostname_ systemd[801]: systemd-exit.service: Deactivated successfully.
  3712. apr 27 13:30:25 _hostname_ systemd[801]: Finished Exit the Session.
  3713. apr 27 13:30:25 _hostname_ systemd[801]: Reached target Exit the Session.
  3714. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3715. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3716. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3717. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3718. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3719. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3720. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3721. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3722. apr 27 13:30:25 _hostname_ systemd[802]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
  3723. apr 27 13:30:25 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  3724. apr 27 13:30:25 _hostname_ systemd[1]: Stopped User Manager for UID 971.
  3725. apr 27 13:30:25 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  3726. apr 27 13:30:25 _hostname_ systemd[1]: Stopping User Runtime Directory /run/user/971...
  3727. apr 27 13:30:25 _hostname_ kernel: audit: type=1131 audit(1619523025.990:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  3728. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3729. apr 27 13:30:25 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3730. apr 27 13:30:26 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  3731. apr 27 13:30:26 _hostname_ systemd[868]: run-user-971.mount: Deactivated successfully.
  3732. apr 27 13:30:26 _hostname_ systemd[1]: Stopped User Runtime Directory /run/user/971.
  3733. apr 27 13:30:25 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  3734. apr 27 13:30:26 _hostname_ systemd[1]: Removed slice User Slice of UID 971.
  3735. apr 27 13:30:26 _hostname_ systemd[1]: user-971.slice: Consumed 2.146s CPU time.
  3736. apr 27 13:30:26 _hostname_ kernel: audit: type=1131 audit(1619523025.997:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  3737. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3738. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3739. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3740. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3741. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3742. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3743. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3744. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3745. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3746. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3747. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3748. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3749. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3750. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3751. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3752. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3753. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3754. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3755. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3756. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3757. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3758. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3759. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3760. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3761. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3762. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3763. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3764. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3765. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3766. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3767. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3768. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3769. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3770. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3771. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3772. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3773. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3774. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3775. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3776. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3777. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3778. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3779. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3780. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3781. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3782. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3783. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3784. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3785. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3786. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3787. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3788. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3789. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3790. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3791. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3792. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3793. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3794. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3795. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3796. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3797. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3798. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3799. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3800. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3801. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3802. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3803. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3804. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3805. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3806. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3807. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3808. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3809. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3810. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3811. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3812. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3813. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3814. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3815. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3816. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3817. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3818. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3819. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3820. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3821. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3822. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3823. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3824. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3825. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3826. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3827. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3828. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3829. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3830. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3831. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3832. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3833. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3834. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3835. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3836. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3837. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3838. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3839. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3840. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3841. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3842. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3843. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3844. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3845. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3846. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3847. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3848. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3849. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3850. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3851. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3852. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3853. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3854. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3855. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3856. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3857. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3858. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3859. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3860. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3861. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3862. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3863. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3864. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3865. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3866. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3867. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3868. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3869. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3870. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3871. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3872. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3873. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3874. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3875. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3876. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3877. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3878. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3879. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3880. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3881. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3882. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3883. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3884. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3885. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3886. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3887. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3888. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3889. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3890. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3891. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3892. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3893. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3894. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3895. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3896. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3897. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3898. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3899. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3900. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3901. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3902. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3903. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3904. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3905. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3906. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3907. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3908. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3909. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3910. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3911. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3912. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3913. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3914. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3915. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3916. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3917. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3918. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3919. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3920. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3921. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3922. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3923. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3924. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3925. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3926. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3927. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3928. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3929. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3930. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3931. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3932. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3933. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3934. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3935. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3936. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3937. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3938. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3939. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3940. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3941. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3942. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3943. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3944. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3945. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3946. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3947. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3948. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3949. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3950. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3951. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3952. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3953. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3954. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3955. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3956. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3957. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3958. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3959. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3960. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3961. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3962. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3963. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3964. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3965. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3966. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3967. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3968. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3969. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3970. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3971. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3972. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3973. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3974. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3975. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3976. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3977. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3978. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3979. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3980. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3981. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3982. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3983. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3984. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3985. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3986. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3987. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3988. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3989. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3990. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3991. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3992. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3993. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3994. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3995. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3996. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3997. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  3998. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  3999. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4000. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4001. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4002. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4003. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4004. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4005. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4006. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4007. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4008. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4009. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4010. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4011. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4012. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4013. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4014. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4015. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4016. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4017. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4018. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4019. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4020. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4021. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4022. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4023. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4024. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4025. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4026. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4027. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4028. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4029. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4030. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4031. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4032. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4033. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4034. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4035. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4036. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4037. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4038. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4039. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4040. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4041. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4042. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4043. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4044. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4045. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4046. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4047. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4048. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4049. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4050. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4051. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4052. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4053. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4054. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4055. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4056. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4057. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4058. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4059. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4060. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4061. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4062. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4063. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4064. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4065. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4066. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4067. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4068. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4069. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4070. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4071. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4072. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4073. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4074. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4075. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4076. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4077. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4078. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4079. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4080. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4081. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4082. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4083. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4084. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4085. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4086. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4087. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4088. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4089. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4090. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4091. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4092. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4093. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4094. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4095. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4096. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4097. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4098. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4099. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4100. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4101. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4102. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4103. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4104. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4105. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4106. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4107. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4108. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4109. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4110. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4111. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4112. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4113. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4114. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4115. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4116. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4117. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4118. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4119. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4120. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4121. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4122. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4123. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4124. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4125. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4126. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4127. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4128. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4129. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4130. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4131. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4132. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4133. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4134. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4135. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4136. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4137. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4138. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4139. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4140. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4141. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4142. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4143. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4144. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4145. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4146. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4147. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4148. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4149. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4150. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4151. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4152. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4153. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4154. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4155. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4156. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4157. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4158. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4159. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4160. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4161. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4162. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4163. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4164. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4165. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4166. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4167. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4168. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4169. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4170. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4171. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4172. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4173. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4174. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4175. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4176. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4177. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4178. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4179. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4180. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4181. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4182. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4183. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4184. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4185. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4186. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4187. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4188. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4189. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4190. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4191. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4192. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4193. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4194. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4195. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4196. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4197. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4198. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4199. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4200. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4201. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4202. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4203. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4204. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4205. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4206. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4207. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4208. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4209. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4210. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4211. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4212. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4213. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4214. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4215. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4216. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4217. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4218. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4219. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4220. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4221. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4222. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4223. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4224. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4225. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4226. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4227. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4228. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4229. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4230. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4231. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4232. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4233. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4234. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4235. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4236. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4237. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4238. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4239. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4240. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4241. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4242. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4243. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4244. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4245. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4246. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4247. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4248. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4249. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4250. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4251. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4252. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4253. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4254. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4255. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4256. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4257. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4258. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4259. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4260. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4261. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4262. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4263. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4264. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4265. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4266. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4267. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4268. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4269. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4270. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4271. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4272. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4273. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4274. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4275. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4276. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4277. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4278. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4279. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4280. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4281. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4282. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4283. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4284. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4285. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4286. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4287. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4288. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4289. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4290. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4291. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4292. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4293. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4294. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4295. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4296. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4297. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4298. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4299. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4300. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4301. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4302. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4303. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4304. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4305. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4306. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4307. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4308. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4309. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4310. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4311. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4312. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4313. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4314. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4315. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4316. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4317. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4318. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4319. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4320. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4321. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4322. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4323. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4324. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4325. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4326. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4327. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4328. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4329. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4330. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4331. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4332. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4333. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4334. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4335. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4336. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4337. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4338. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4339. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4340. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4341. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4342. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4343. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4344. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4345. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4346. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4347. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4348. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4349. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4350. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4351. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4352. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4353. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4354. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4355. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4356. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4357. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4358. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4359. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4360. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4361. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4362. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4363. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4364. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4365. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4366. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4367. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4368. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4369. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4370. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4371. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4372. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4373. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4374. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4375. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4376. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4377. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4378. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4379. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4380. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4381. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4382. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4383. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4384. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4385. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4386. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4387. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4388. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4389. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4390. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4391. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4392. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4393. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4394. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4395. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4396. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4397. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4398. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4399. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4400. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4401. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4402. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4403. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4404. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4405. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4406. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4407. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4408. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4409. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4410. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4411. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4412. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4413. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4414. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4415. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4416. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4417. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4418. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4419. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4420. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4421. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4422. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4423. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4424. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4425. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4426. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4427. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4428. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4429. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4430. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4431. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4432. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4433. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4434. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4435. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4436. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4437. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4438. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4439. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4440. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4441. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4442. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4443. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4444. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4445. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4446. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4447. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4448. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4449. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4450. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4451. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4452. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4453. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4454. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4455. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4456. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4457. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4458. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4459. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4460. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4461. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4462. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4463. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4464. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4465. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4466. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4467. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4468. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4469. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4470. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4471. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4472. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4473. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4474. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4475. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4476. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4477. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4478. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4479. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4480. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4481. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4482. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4483. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4484. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4485. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4486. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4487. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4488. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4489. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4490. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4491. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4492. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4493. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4494. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4495. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4496. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4497. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4498. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4499. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4500. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4501. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4502. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4503. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4504. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4505. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4506. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4507. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4508. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4509. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4510. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4511. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4512. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4513. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4514. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4515. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4516. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4517. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4518. apr 27 13:30:26 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4519. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4520. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4521. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4522. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4523. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4524. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4525. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4526. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4527. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4528. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4529. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4530. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4531. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4532. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4533. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4534. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4535. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4536. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4537. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4538. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4539. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4540. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4541. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4542. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4543. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4544. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4545. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4546. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4547. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4548. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4549. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4550. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4551. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4552. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4553. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4554. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4555. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4556. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4557. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4558. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4559. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4560. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4561. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4562. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4563. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4564. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4565. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4566. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4567. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4568. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4569. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4570. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4571. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4572. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4573. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4574. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4575. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4576. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4577. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4578. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4579. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4580. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4581. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4582. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4583. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4584. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4585. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4586. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4587. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4588. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4589. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4590. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4591. apr 27 13:30:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  4592. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4593. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4594. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4595. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4596. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4597. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4598. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4599. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4600. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4601. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4602. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4603. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4604. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4605. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4606. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4607. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4608. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4609. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4610. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4611. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4612. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4613. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4614. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4615. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4616. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4617. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4618. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4619. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4620. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4621. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4622. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4623. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4624. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4625. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4626. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4627. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4628. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4629. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4630. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4631. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4632. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4633. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4634. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4635. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4636. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4637. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4638. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4639. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4640. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4641. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4642. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4643. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4644. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4645. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4646. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4647. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4648. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4649. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4650. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4651. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4652. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4653. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4654. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4655. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4656. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4657. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4658. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4659. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4660. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4661. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4662. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4663. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4664. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4665. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4666. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4667. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4668. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4669. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4670. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4671. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4672. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4673. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4674. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4675. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4676. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4677. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4678. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4679. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4680. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4681. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4682. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4683. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4684. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4685. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4686. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4687. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4688. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4689. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4690. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4691. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4692. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4693. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4694. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4695. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4696. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4697. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4698. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (14578): Warning: name token is longer than what the specification says it can be"
  4699. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (14813): Warning: name token is longer than what the specification says it can be"
  4700. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (15030): Warning: name token is longer than what the specification says it can be"
  4701. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error: font resource is not a dictionary"
  4702. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (11779): Warning: name token is longer than what the specification says it can be"
  4703. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  4704. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  4705. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (15423): Warning: name token is longer than what the specification says it can be"
  4706. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: "Error (15423): Warning: name token is longer than what the specification says it can be"
  4707. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Adam Smith - The Wealth of Nations.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4708. apr 27 13:30:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Allan_and_Barbara_Pease_-_Body_Language_The_Definitive_Book.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4709. apr 27 13:30:28 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Allen Car - Stoppen met Roken.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4710. apr 27 13:30:28 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Allen Carr - Stoppen met roken.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4711. apr 27 13:30:28 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Antoinette Vlieger- Ver van mijn bed.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4712. apr 27 13:30:28 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Antoinnette Scheulderman - Dan neem je toch gewoon een nieuwe.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4713. apr 27 13:30:28 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Armstrong, Karen - Islam_ A Short History (Modern Library, 2002).epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4714. apr 27 13:30:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Arthur van Amerongen - Brussel Eurabia.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4715. apr 27 13:30:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Barbara Ehrenreich - Nickel And Dimed.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4716. apr 27 13:30:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Beckman, Thea - Kruistocht in spijkerbroek.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4717. apr 27 13:30:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Celine, Louis-Ferdinand - Kanonnevoer.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4718. apr 27 13:30:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Dahl, Roald - The Collected Short Stories of Roald Dahl, Volume 1.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4719. apr 27 13:30:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  4720. apr 27 13:30:30 _hostname_ systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
  4721. apr 27 13:30:30 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4722. apr 27 13:30:30 _hostname_ kernel: audit: type=1131 audit(1619523030.090:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4723. apr 27 13:30:30 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Duin 1 - Duin - Frank Herbert.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4724. apr 27 13:30:30 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Fateful Choices - Ian Kershaw.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4725. apr 27 13:30:31 _hostname_ systemd-timesyncd[353]: Initial synchronization to time server 195.24.76.190:123 (2.arch.pool.ntp.org).
  4726. apr 27 13:30:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Foer, Jonathan Safran-Dieren Eten.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4727. apr 27 13:30:32 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hans Vandeweghe - Wie gelooft die renners nog.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4728. apr 27 13:30:32 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harry Potter à l'école des sorciers.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4729. apr 27 13:30:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/lance-armstrongs-war.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4730. apr 27 13:30:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Le Petit Prince - Antoine de Saint-Exupery.mobi" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4731. apr 27 13:30:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Levi, Primo - [oorlogsautobiografie 03] De verdronkenen en de geredden.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4732. apr 27 13:30:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Malcolm Lowry - Onder de vulkaan.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4733. apr 27 13:30:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  4734. apr 27 13:30:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Mark Rippetoe - Starting Strength III.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4735. apr 27 13:30:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Martin Bosma - De Schijnelite van de Valsemunters.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4736. apr 27 13:30:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Michael Connelly - De keerzijde.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4737. apr 27 13:30:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Michael Connelly - De nachtploeg.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4738. apr 27 13:30:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Michael Wolff - Fire and Fury.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4739. apr 27 13:30:36 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Michel van Egmond - De wereld volgens GIJP (2016).epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4740. apr 27 13:30:36 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Michel van Egmond - Deal.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4741. apr 27 13:30:36 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Michel van Egmond - Inside.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4742. apr 27 13:30:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  4743. apr 27 13:30:37 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.64' (uid=1000 pid=1026 comm="/usr/lib/DiscoverNotifier ")
  4744. apr 27 13:30:37 _hostname_ audit: BPF prog-id=28 op=LOAD
  4745. apr 27 13:30:37 _hostname_ audit: BPF prog-id=29 op=LOAD
  4746. apr 27 13:30:37 _hostname_ audit: BPF prog-id=30 op=LOAD
  4747. apr 27 13:30:37 _hostname_ systemd[1]: Starting Locale Service...
  4748. apr 27 13:30:37 _hostname_ kernel: audit: type=1334 audit(1619523037.668:87): prog-id=28 op=LOAD
  4749. apr 27 13:30:37 _hostname_ kernel: audit: type=1334 audit(1619523037.668:88): prog-id=29 op=LOAD
  4750. apr 27 13:30:37 _hostname_ kernel: audit: type=1334 audit(1619523037.668:89): prog-id=30 op=LOAD
  4751. apr 27 13:30:37 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.locale1'
  4752. apr 27 13:30:37 _hostname_ systemd[1]: Started Locale Service.
  4753. apr 27 13:30:37 _hostname_ kernel: audit: type=1130 audit(1619523037.692:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4754. apr 27 13:30:37 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4755. apr 27 13:30:37 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.64' (uid=1000 pid=1026 comm="/usr/lib/DiscoverNotifier ")
  4756. apr 27 13:30:37 _hostname_ systemd[1]: Reached target User and Group Name Lookups.
  4757. apr 27 13:30:37 _hostname_ systemd[1]: Starting Accounts Service...
  4758. apr 27 13:30:37 _hostname_ accounts-daemon[1557]: started daemon version 0.6.55
  4759. apr 27 13:30:37 _hostname_ dbus-daemon[367]: [system] Successfully activated service 'org.freedesktop.Accounts'
  4760. apr 27 13:30:37 _hostname_ systemd[1]: Started Accounts Service.
  4761. apr 27 13:30:37 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4762. apr 27 13:30:37 _hostname_ kernel: audit: type=1130 audit(1619523037.708:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4763. apr 27 13:30:37 _hostname_ kded5[929]: Registering ":1.48/StatusNotifierItem" to system tray
  4764. apr 27 13:30:38 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Naked Forex.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4765. apr 27 13:30:38 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Poe, Edgar Allan - Dertig Verhalen.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4766. apr 27 13:30:38 _hostname_ audit[1026]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=2 pid=1026 comm=5468726561642028706F6F6C656429 exe="/usr/lib/DiscoverNotifier" sig=11 res=1
  4767. apr 27 13:30:38 _hostname_ kded5[929]: Service ":1.26" unregistered
  4768. apr 27 13:30:38 _hostname_ kernel: audit: type=1701 audit(1619523038.715:92): auid=1000 uid=1000 gid=1000 ses=2 pid=1026 comm=5468726561642028706F6F6C656429 exe="/usr/lib/DiscoverNotifier" sig=11 res=1
  4769. apr 27 13:30:38 _hostname_ systemd[1]: Created slice system-systemd\x2dcoredump.slice.
  4770. apr 27 13:30:38 _hostname_ audit: BPF prog-id=31 op=LOAD
  4771. apr 27 13:30:38 _hostname_ audit: BPF prog-id=32 op=LOAD
  4772. apr 27 13:30:38 _hostname_ audit: BPF prog-id=33 op=LOAD
  4773. apr 27 13:30:38 _hostname_ kernel: audit: type=1334 audit(1619523038.728:93): prog-id=31 op=LOAD
  4774. apr 27 13:30:38 _hostname_ kernel: audit: type=1334 audit(1619523038.728:94): prog-id=32 op=LOAD
  4775. apr 27 13:30:38 _hostname_ kernel: audit: type=1334 audit(1619523038.728:95): prog-id=33 op=LOAD
  4776. apr 27 13:30:38 _hostname_ systemd[1]: Started Process Core Dump (PID 1568/UID 0).
  4777. apr 27 13:30:38 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1568-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4778. apr 27 13:30:38 _hostname_ kernel: audit: type=1130 audit(1619523038.732:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1568-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4779. apr 27 13:30:38 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Reve, Gerard - De Avonden.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4780. apr 27 13:30:38 _hostname_ DiscoverNotifier[1567]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  4781. apr 27 13:30:38 _hostname_ kded5[929]: Registering ":1.50/StatusNotifierItem" to system tray
  4782. apr 27 13:30:38 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Richard Overy - Why the Allies Won.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4783. apr 27 13:30:38 _hostname_ systemd-coredump[1569]: Process 1026 (DiscoverNotifie) of user 1000 dumped core.
  4784. Stack trace of thread 1544:
  4785. #0 0x00007f2365b4cef5 raise (libc.so.6 + 0x3cef5)
  4786. #1 0x00007f2367573189 _ZN6KCrash19defaultCrashHandlerEi (libKF5Crash.so.5 + 0x4189)
  4787. #2 0x00007f2365b4cf80 __restore_rt (libc.so.6 + 0x3cf80)
  4788. #3 0x00007f235b0cad07 n/a (libflatpak.so.0 + 0x86d07)
  4789. #4 0x00007f235b0cb8d6 n/a (libflatpak.so.0 + 0x878d6)
  4790. #5 0x00007f235b07144f n/a (libflatpak.so.0 + 0x2d44f)
  4791. #6 0x00007f235b078446 n/a (libflatpak.so.0 + 0x34446)
  4792. #7 0x00007f235b0be35e n/a (libflatpak.so.0 + 0x7a35e)
  4793. #8 0x00007f235b0bfded n/a (libflatpak.so.0 + 0x7bded)
  4794. #9 0x00007f235b09955c flatpak_installation_list_installed_refs_for_update (libflatpak.so.0 + 0x5555c)
  4795. #10 0x00007f236000f3cf n/a (FlatpakNotifier.so + 0x43cf)
  4796. #11 0x00007f2365f8b472 n/a (libQt5Core.so.5 + 0xd1472)
  4797. #12 0x00007f2365f8807f n/a (libQt5Core.so.5 + 0xce07f)
  4798. #13 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4799. #14 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4800. Stack trace of thread 1547:
  4801. #0 0x00007f2365c0008c __read (libc.so.6 + 0xf008c)
  4802. #1 0x00007f23647e045d g_main_context_check (libglib-2.0.so.0 + 0x5445d)
  4803. #2 0x00007f2364833a8b n/a (libglib-2.0.so.0 + 0xa7a8b)
  4804. #3 0x00007f23647df593 g_main_loop_run (libglib-2.0.so.0 + 0x53593)
  4805. #4 0x00007f235af89558 n/a (libgio-2.0.so.0 + 0x102558)
  4806. #5 0x00007f236480e0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  4807. #6 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4808. #7 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4809. Stack trace of thread 1552:
  4810. #0 0x00007f2365c09a9d syscall (libc.so.6 + 0xf9a9d)
  4811. #1 0x00007f236482e06b g_cond_wait_until (libglib-2.0.so.0 + 0xa206b)
  4812. #2 0x00007f23647af8b3 n/a (libglib-2.0.so.0 + 0x238b3)
  4813. #3 0x00007f23647afa44 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x23a44)
  4814. #4 0x00007f2364810d2a n/a (libglib-2.0.so.0 + 0x84d2a)
  4815. #5 0x00007f236480e0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  4816. #6 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4817. #7 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4818. Stack trace of thread 1546:
  4819. #0 0x00007f2365c0437f __poll (libc.so.6 + 0xf437f)
  4820. #1 0x00007f2364833ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  4821. #2 0x00007f23647dd781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  4822. #3 0x00007f2358571ebe n/a (libdconfsettings.so + 0x5ebe)
  4823. #4 0x00007f236480e0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  4824. #5 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4825. #6 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4826. Stack trace of thread 1542:
  4827. #0 0x00007f2365c0437f __poll (libc.so.6 + 0xf437f)
  4828. #1 0x00007f2364833ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  4829. #2 0x00007f23647dd781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  4830. #3 0x00007f23661c9191 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x30f191)
  4831. #4 0x00007f236616efec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b4fec)
  4832. #5 0x00007f2365f86e92 _ZN7QThread4execEv (libQt5Core.so.5 + 0xcce92)
  4833. #6 0x00007f2365f8807f n/a (libQt5Core.so.5 + 0xce07f)
  4834. #7 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4835. #8 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4836. Stack trace of thread 1545:
  4837. #0 0x00007f2365c0437f __poll (libc.so.6 + 0xf437f)
  4838. #1 0x00007f2367572812 n/a (libKF5Crash.so.5 + 0x3812)
  4839. #2 0x00007f23675730bc _ZN6KCrash19defaultCrashHandlerEi (libKF5Crash.so.5 + 0x40bc)
  4840. #3 0x00007f2365b4cf80 __restore_rt (libc.so.6 + 0x3cf80)
  4841. #4 0x00007f235b0cad07 n/a (libflatpak.so.0 + 0x86d07)
  4842. #5 0x00007f235b0cb8d6 n/a (libflatpak.so.0 + 0x878d6)
  4843. #6 0x00007f235b07144f n/a (libflatpak.so.0 + 0x2d44f)
  4844. #7 0x00007f235b078446 n/a (libflatpak.so.0 + 0x34446)
  4845. #8 0x00007f235b0be35e n/a (libflatpak.so.0 + 0x7a35e)
  4846. #9 0x00007f235b0bfded n/a (libflatpak.so.0 + 0x7bded)
  4847. #10 0x00007f235b09955c flatpak_installation_list_installed_refs_for_update (libflatpak.so.0 + 0x5555c)
  4848. #11 0x00007f236000f3cf n/a (FlatpakNotifier.so + 0x43cf)
  4849. #12 0x00007f2365f8b472 n/a (libQt5Core.so.5 + 0xd1472)
  4850. #13 0x00007f2365f8807f n/a (libQt5Core.so.5 + 0xce07f)
  4851. #14 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4852. #15 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4853. Stack trace of thread 1026:
  4854. #0 0x00007f2365c0437f __poll (libc.so.6 + 0xf437f)
  4855. #1 0x00007f2364833ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  4856. #2 0x00007f23647dd781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  4857. #3 0x00007f23661c9191 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x30f191)
  4858. #4 0x00007f236616efec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b4fec)
  4859. #5 0x00007f23661774a4 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2bd4a4)
  4860. #6 0x00005608f521c5cb n/a (DiscoverNotifier + 0x65cb)
  4861. #7 0x00007f2365b37b25 __libc_start_main (libc.so.6 + 0x27b25)
  4862. #8 0x00005608f521c70e _start (DiscoverNotifier + 0x670e)
  4863. Stack trace of thread 1038:
  4864. #0 0x00007f2365c0437f __poll (libc.so.6 + 0xf437f)
  4865. #1 0x00007f236476c63b n/a (libxcb.so.1 + 0xc63b)
  4866. #2 0x00007f236476e37b xcb_wait_for_event (libxcb.so.1 + 0xe37b)
  4867. #3 0x00007f23621ce161 n/a (libQt5XcbQpa.so.5 + 0x5e161)
  4868. #4 0x00007f2365f8807f n/a (libQt5Core.so.5 + 0xce07f)
  4869. #5 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4870. #6 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4871. Stack trace of thread 1057:
  4872. #0 0x00007f2365c0437f __poll (libc.so.6 + 0xf437f)
  4873. #1 0x00007f2364833ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  4874. #2 0x00007f23647dd781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  4875. #3 0x00007f23661c9191 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x30f191)
  4876. #4 0x00007f236616efec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b4fec)
  4877. #5 0x00007f2365f86e92 _ZN7QThread4execEv (libQt5Core.so.5 + 0xcce92)
  4878. #6 0x00007f2366af7098 n/a (libQt5DBus.so.5 + 0x17098)
  4879. #7 0x00007f2365f8807f n/a (libQt5Core.so.5 + 0xce07f)
  4880. #8 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4881. #9 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4882. Stack trace of thread 1543:
  4883. #0 0x00007f2365c0437f __poll (libc.so.6 + 0xf437f)
  4884. #1 0x00007f2364833ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  4885. #2 0x00007f23647dd781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  4886. #3 0x00007f23647dd7d2 n/a (libglib-2.0.so.0 + 0x517d2)
  4887. #4 0x00007f236480e0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  4888. #5 0x00007f236575e299 start_thread (libpthread.so.0 + 0x9299)
  4889. #6 0x00007f2365c0f053 __clone (libc.so.6 + 0xff053)
  4890. apr 27 13:30:38 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  4891. apr 27 13:30:38 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1568-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4892. apr 27 13:30:39 _hostname_ audit: BPF prog-id=33 op=UNLOAD
  4893. apr 27 13:30:39 _hostname_ audit: BPF prog-id=32 op=UNLOAD
  4894. apr 27 13:30:39 _hostname_ audit: BPF prog-id=31 op=UNLOAD
  4895. apr 27 13:30:39 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Robert Galbraith - Het slechte pad.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4896. apr 27 13:30:39 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Robert Galbraith - Koekoeksjo\u200Bng.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4897. apr 27 13:30:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  4898. apr 27 13:30:39 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Robert Galbraith - Witte Dood.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4899. apr 27 13:30:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  4900. apr 27 13:30:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  4901. apr 27 13:30:47 _hostname_ systemd[1]: systemd-hostnamed.service: Deactivated successfully.
  4902. apr 27 13:30:47 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4903. apr 27 13:30:47 _hostname_ kernel: kauditd_printk_skb: 4 callbacks suppressed
  4904. apr 27 13:30:47 _hostname_ kernel: audit: type=1131 audit(1619523047.878:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4905. apr 27 13:30:48 _hostname_ audit: BPF prog-id=23 op=UNLOAD
  4906. apr 27 13:30:48 _hostname_ audit: BPF prog-id=22 op=UNLOAD
  4907. apr 27 13:30:48 _hostname_ audit: BPF prog-id=21 op=UNLOAD
  4908. apr 27 13:30:48 _hostname_ kernel: audit: type=1334 audit(1619523048.042:102): prog-id=23 op=UNLOAD
  4909. apr 27 13:30:48 _hostname_ kernel: audit: type=1334 audit(1619523048.042:103): prog-id=22 op=UNLOAD
  4910. apr 27 13:30:48 _hostname_ kernel: audit: type=1334 audit(1619523048.042:104): prog-id=21 op=UNLOAD
  4911. apr 27 13:30:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  4912. apr 27 13:30:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  4913. apr 27 13:30:52 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Robert Galbraith - Zijderups.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4914. apr 27 13:30:52 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 1 - en de Steen der Wijzen.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4915. apr 27 13:30:52 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 2 - en De Geheime Kamer.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4916. apr 27 13:30:52 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 3 - en de Gevangene van Azkaban.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4917. apr 27 13:30:52 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 4 - en de Vuurbeker.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4918. apr 27 13:30:53 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 5 - en De Orde van de Feniks.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4919. apr 27 13:30:53 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 6 - en de halfbloed Prins.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4920. apr 27 13:30:53 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 7 - en de Relieken van de Dood.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4921. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Sander Donkers - Hay.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4922. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/The_Positively_Quit_Manual_Revised.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4923. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Dekker, Thijs Zonneveld - Mijn Gevecht.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4924. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Van Dale grammatica Frans.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4925. apr 27 13:30:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  4926. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Vodka Politics Alcohol, Autocracy, and the Secret History of the Russian State.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4927. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.filemetadata: Invalid document
  4928. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Woordenboeken - Van Dale - F-N.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4929. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.filemetadata: Invalid document
  4930. apr 27 13:30:54 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Woordenboeken - Van Dale - N-F.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4931. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Zen Habits book.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4932. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Tyler Hamilton - Wielermaffia/Wielermaffia, De - Tyler Hamilton, Daniel Coyle.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4933. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4934. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4935. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/3.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4936. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/aym38467q5s2x9uf.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4937. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/DE ONDEUGENDSTE DATINGFLIRT SITE.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4938. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Nu voor u Jouw Sex Flirtplekje.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4939. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/aym38467q5s2x9uf.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4940. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Publieke werken - Thomas Rosenboom.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4941. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/HitNews.eu.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4942. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Kijk vanaf € 1 naar hoge kwaliteits porno films en scenes..url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4943. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Kom ook naar Place2home Torrents.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4944. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Lees dit eens!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4945. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Link naar eNZetBee.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4946. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/NEW ----- Gratis Neuk Oproepjes.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4947. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Nu voor u Jouw Sex Flirtplekje - kopie.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4948. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Nu voor u Jouw Sex Flirtplekje.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4949. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Place2home.net __USENET-FORUM__.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4950. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Usenet Provider Newsconnection.nl.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4951. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Vandaag nog lekker neuken....url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4952. apr 27 13:30:55 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4953. apr 27 13:30:56 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4954. apr 27 13:30:56 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa/Beste Boekenliefhebber, LEES DIT EVEN!.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4955. apr 27 13:30:56 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa/Myers , Steven Lee - De nieuwe tsaar .epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  4956. apr 27 13:30:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  4957. apr 27 13:30:58 _hostname_ audit[1567]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=2 pid=1567 comm=5468726561642028706F6F6C656429 exe="/usr/lib/DiscoverNotifier" sig=11 res=1
  4958. apr 27 13:30:58 _hostname_ kernel: audit: type=1701 audit(1619523058.648:105): auid=1000 uid=1000 gid=1000 ses=2 pid=1567 comm=5468726561642028706F6F6C656429 exe="/usr/lib/DiscoverNotifier" sig=11 res=1
  4959. apr 27 13:30:58 _hostname_ kded5[929]: Service ":1.50" unregistered
  4960. apr 27 13:30:58 _hostname_ audit: BPF prog-id=34 op=LOAD
  4961. apr 27 13:30:58 _hostname_ audit: BPF prog-id=35 op=LOAD
  4962. apr 27 13:30:58 _hostname_ audit: BPF prog-id=36 op=LOAD
  4963. apr 27 13:30:58 _hostname_ systemd[1]: Started Process Core Dump (PID 1599/UID 0).
  4964. apr 27 13:30:58 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1599-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4965. apr 27 13:30:58 _hostname_ kernel: audit: type=1334 audit(1619523058.668:106): prog-id=34 op=LOAD
  4966. apr 27 13:30:58 _hostname_ kernel: audit: type=1334 audit(1619523058.668:107): prog-id=35 op=LOAD
  4967. apr 27 13:30:58 _hostname_ kernel: audit: type=1334 audit(1619523058.668:108): prog-id=36 op=LOAD
  4968. apr 27 13:30:58 _hostname_ kernel: audit: type=1130 audit(1619523058.668:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1599-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  4969. apr 27 13:30:58 _hostname_ systemd-coredump[1600]: Process 1567 (DiscoverNotifie) of user 1000 dumped core.
  4970. Stack trace of thread 1588:
  4971. #0 0x00007f2f7780aef5 raise (libc.so.6 + 0x3cef5)
  4972. #1 0x00007f2f7780af80 __restore_rt (libc.so.6 + 0x3cf80)
  4973. #2 0x00007f2f70d93d07 n/a (libflatpak.so.0 + 0x86d07)
  4974. #3 0x00007f2f70d948d6 n/a (libflatpak.so.0 + 0x878d6)
  4975. #4 0x00007f2f70d3a44f n/a (libflatpak.so.0 + 0x2d44f)
  4976. #5 0x00007f2f70d41446 n/a (libflatpak.so.0 + 0x34446)
  4977. #6 0x00007f2f70d8735e n/a (libflatpak.so.0 + 0x7a35e)
  4978. #7 0x00007f2f70d88ded n/a (libflatpak.so.0 + 0x7bded)
  4979. #8 0x00007f2f70d6255c flatpak_installation_list_installed_refs_for_update (libflatpak.so.0 + 0x5555c)
  4980. #9 0x00007f2f70e1e3cf n/a (FlatpakNotifier.so + 0x43cf)
  4981. #10 0x00007f2f77c49472 n/a (libQt5Core.so.5 + 0xd1472)
  4982. #11 0x00007f2f77c4607f n/a (libQt5Core.so.5 + 0xce07f)
  4983. #12 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  4984. #13 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  4985. Stack trace of thread 1587:
  4986. #0 0x00007f2f77895125 clock_nanosleep@@GLIBC_2.17 (libc.so.6 + 0xc7125)
  4987. #1 0x00007f2f7789a357 __nanosleep (libc.so.6 + 0xcc357)
  4988. #2 0x00007f2f77e86aef n/a (libQt5Core.so.5 + 0x30eaef)
  4989. #3 0x00007f2f79230d84 _ZN6KCrash19defaultCrashHandlerEi (libKF5Crash.so.5 + 0x3d84)
  4990. #4 0x00007f2f7780af80 __restore_rt (libc.so.6 + 0x3cf80)
  4991. #5 0x00007f2f70d93d07 n/a (libflatpak.so.0 + 0x86d07)
  4992. #6 0x00007f2f70d948d6 n/a (libflatpak.so.0 + 0x878d6)
  4993. #7 0x00007f2f70d3a44f n/a (libflatpak.so.0 + 0x2d44f)
  4994. #8 0x00007f2f70d41446 n/a (libflatpak.so.0 + 0x34446)
  4995. #9 0x00007f2f70d8735e n/a (libflatpak.so.0 + 0x7a35e)
  4996. #10 0x00007f2f70d88ded n/a (libflatpak.so.0 + 0x7bded)
  4997. #11 0x00007f2f70d6255c flatpak_installation_list_installed_refs_for_update (libflatpak.so.0 + 0x5555c)
  4998. #12 0x00007f2f70e1e3cf n/a (FlatpakNotifier.so + 0x43cf)
  4999. #13 0x00007f2f77c49472 n/a (libQt5Core.so.5 + 0xd1472)
  5000. #14 0x00007f2f77c4607f n/a (libQt5Core.so.5 + 0xce07f)
  5001. #15 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5002. #16 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5003. Stack trace of thread 1567:
  5004. #0 0x00007f2f778c237f __poll (libc.so.6 + 0xf437f)
  5005. #1 0x00007f2f764f1ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  5006. #2 0x00007f2f7649b781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  5007. #3 0x00007f2f77e87191 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x30f191)
  5008. #4 0x00007f2f77e2cfec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b4fec)
  5009. #5 0x00007f2f77e354a4 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2bd4a4)
  5010. #6 0x00005632420c65cb n/a (DiscoverNotifier + 0x65cb)
  5011. #7 0x00007f2f777f5b25 __libc_start_main (libc.so.6 + 0x27b25)
  5012. #8 0x00005632420c670e _start (DiscoverNotifier + 0x670e)
  5013. Stack trace of thread 1585:
  5014. #0 0x00007f2f778c237f __poll (libc.so.6 + 0xf437f)
  5015. #1 0x00007f2f764f1ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  5016. #2 0x00007f2f7649b781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  5017. #3 0x00007f2f77e87191 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x30f191)
  5018. #4 0x00007f2f77e2cfec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b4fec)
  5019. #5 0x00007f2f77c44e92 _ZN7QThread4execEv (libQt5Core.so.5 + 0xcce92)
  5020. #6 0x00007f2f77c4607f n/a (libQt5Core.so.5 + 0xce07f)
  5021. #7 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5022. #8 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5023. Stack trace of thread 1570:
  5024. #0 0x00007f2f778c237f __poll (libc.so.6 + 0xf437f)
  5025. #1 0x00007f2f7642a63b n/a (libxcb.so.1 + 0xc63b)
  5026. #2 0x00007f2f7642c37b xcb_wait_for_event (libxcb.so.1 + 0xe37b)
  5027. #3 0x00007f2f73e8c161 n/a (libQt5XcbQpa.so.5 + 0x5e161)
  5028. #4 0x00007f2f77c4607f n/a (libQt5Core.so.5 + 0xce07f)
  5029. #5 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5030. #6 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5031. Stack trace of thread 1595:
  5032. #0 0x00007f2f778c7a9d syscall (libc.so.6 + 0xf9a9d)
  5033. #1 0x00007f2f764ec06b g_cond_wait_until (libglib-2.0.so.0 + 0xa206b)
  5034. #2 0x00007f2f7646d8b3 n/a (libglib-2.0.so.0 + 0x238b3)
  5035. #3 0x00007f2f764ceddb n/a (libglib-2.0.so.0 + 0x84ddb)
  5036. #4 0x00007f2f764cc0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  5037. #5 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5038. #6 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5039. Stack trace of thread 1589:
  5040. #0 0x00007f2f778c237f __poll (libc.so.6 + 0xf437f)
  5041. #1 0x00007f2f764f1ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  5042. #2 0x00007f2f7649b781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  5043. #3 0x00007f2f6922cebe n/a (libdconfsettings.so + 0x5ebe)
  5044. #4 0x00007f2f764cc0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  5045. #5 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5046. #6 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5047. Stack trace of thread 1596:
  5048. #0 0x00007f2f778c7a9d syscall (libc.so.6 + 0xf9a9d)
  5049. #1 0x00007f2f764ec06b g_cond_wait_until (libglib-2.0.so.0 + 0xa206b)
  5050. #2 0x00007f2f7646d8b3 n/a (libglib-2.0.so.0 + 0x238b3)
  5051. #3 0x00007f2f764ceddb n/a (libglib-2.0.so.0 + 0x84ddb)
  5052. #4 0x00007f2f764cc0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  5053. #5 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5054. #6 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5055. Stack trace of thread 1591:
  5056. #0 0x00007f2f778c237f __poll (libc.so.6 + 0xf437f)
  5057. #1 0x00007f2f764f1ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  5058. #2 0x00007f2f7649d593 g_main_loop_run (libglib-2.0.so.0 + 0x53593)
  5059. #3 0x00007f2f70c52558 n/a (libgio-2.0.so.0 + 0x102558)
  5060. #4 0x00007f2f764cc0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  5061. #5 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5062. #6 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5063. Stack trace of thread 1571:
  5064. #0 0x00007f2f778c237f __poll (libc.so.6 + 0xf437f)
  5065. #1 0x00007f2f764f1ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  5066. #2 0x00007f2f7649b781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  5067. #3 0x00007f2f77e87191 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x30f191)
  5068. #4 0x00007f2f77e2cfec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2b4fec)
  5069. #5 0x00007f2f77c44e92 _ZN7QThread4execEv (libQt5Core.so.5 + 0xcce92)
  5070. #6 0x00007f2f787b5098 n/a (libQt5DBus.so.5 + 0x17098)
  5071. #7 0x00007f2f77c4607f n/a (libQt5Core.so.5 + 0xce07f)
  5072. #8 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5073. #9 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5074. Stack trace of thread 1586:
  5075. #0 0x00007f2f778c237f __poll (libc.so.6 + 0xf437f)
  5076. #1 0x00007f2f764f1ae8 n/a (libglib-2.0.so.0 + 0xa7ae8)
  5077. #2 0x00007f2f7649b781 g_main_context_iteration (libglib-2.0.so.0 + 0x51781)
  5078. #3 0x00007f2f7649b7d2 n/a (libglib-2.0.so.0 + 0x517d2)
  5079. #4 0x00007f2f764cc0c1 n/a (libglib-2.0.so.0 + 0x820c1)
  5080. #5 0x00007f2f7741c299 start_thread (libpthread.so.0 + 0x9299)
  5081. #6 0x00007f2f778cd053 __clone (libc.so.6 + 0xff053)
  5082. apr 27 13:30:58 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  5083. apr 27 13:30:58 _hostname_ kernel: audit: type=1131 audit(1619523058.905:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1599-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  5084. apr 27 13:30:58 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1599-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  5085. apr 27 13:30:59 _hostname_ audit: BPF prog-id=36 op=UNLOAD
  5086. apr 27 13:30:59 _hostname_ audit: BPF prog-id=35 op=UNLOAD
  5087. apr 27 13:30:59 _hostname_ audit: BPF prog-id=34 op=UNLOAD
  5088. apr 27 13:30:59 _hostname_ kernel: audit: type=1334 audit(1619523059.048:111): prog-id=36 op=UNLOAD
  5089. apr 27 13:30:59 _hostname_ kernel: audit: type=1334 audit(1619523059.048:112): prog-id=35 op=UNLOAD
  5090. apr 27 13:30:59 _hostname_ kernel: audit: type=1334 audit(1619523059.048:113): prog-id=34 op=UNLOAD
  5091. apr 27 13:30:59 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5092. apr 27 13:30:59 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5093. apr 27 13:30:59 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk/Beste Boekenliefhebber.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5094. apr 27 13:30:59 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk/Chlevjoek,Oleg - Stalin de biografie.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5095. apr 27 13:30:59 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Mark Manson - The Subtle Art of Not Giving a Fuck/The Subtle Art of Not Giving a F ck - Mark Manson.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5096. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Mark Manson - The Subtle Art of Not Giving a Fuck/The Subtle Art of Not Giving a F ck - Mark Manson.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5097. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Het einde van het Romeinse Rijk/rssmndrmn.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5098. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Het einde van het Romeinse Rijk/rssmndrmn.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5099. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Het einde van het Romeinse Rijk/rssmndrmn/Rossem, Maarten van - Het einde van het romeinse rijk.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5100. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/mrtnrssm3rlg.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5101. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/mrtnrssm3rlg.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5102. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/bn_hitnews_468x90.gif" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5103. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/Hitnes supperrrrrr.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5104. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/nzbchronicle.net.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5105. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/nzbchronicle.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5106. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/flyer_nzb_chronicle.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5107. apr 27 13:31:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  5108. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/Rossem, Maarten van - Drie oorlogen.ePub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5109. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/hrtmrtntdbrlvngd.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5110. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/Hart, Maarten ´t - De bril van God.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5111. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/hrtmrtntdbrlvngd.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5112. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/hrtmrtntdbrlvngd/Hart, Maarten ´t - De bril van God.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5113. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always/Angels BoekenHuis voor Ebook-fans!!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5114. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always/Angels4Always.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5115. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always/Angels BoekenHuis.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5116. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always/flyerangel4always.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5117. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/Angels4Always/Angels BoekenHuis voor Ebook-fans!!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5118. apr 27 13:31:00 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/Angels4Always/Angels4Always.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5119. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/Angels4Always/Angels BoekenHuis.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5120. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Maarten ´t Hart - De bril van God/Angels4Always/flyerangel4always.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5121. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/leon uris - gezworen kameraden.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5122. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden-back.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5123. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden-front.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5124. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: QIODevice::read (QProcess): device not open
  5125. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden.doc" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5126. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5127. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: Database has corrupted entries baloo may misbehave, please recreate the DB by running $ balooctl disable && balooctl enable
  5128. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5129. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/cover.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5130. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/5weyquh5ibwuq00y419lt13174y.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5131. apr 27 13:31:01 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/Zoon - Karl Ove Knausgard.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5132. apr 27 13:31:02 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/01. Lees dit eerst!/Angels4Always.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5133. apr 27 13:31:02 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/01. Lees dit eerst!/Deze post word u aangeboden door Roadrunner..jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5134. apr 27 13:31:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  5135. apr 27 13:31:04 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/cover.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5136. apr 27 13:31:04 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/oc69hwy2new40pyezffrs5ey9ci.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5137. apr 27 13:31:04 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/Vader - Knausgard, Karl Ove.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5138. apr 27 13:31:04 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/01. Lees dit eerst!/Angels4Always.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5139. apr 27 13:31:04 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/01. Lees dit eerst!/Deze post word u aangeboden door Roadrunner..jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5140. apr 27 13:31:04 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/cover.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5141. apr 27 13:31:04 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/eukkzscco3w63g6rhd2j5c4s8en.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5142. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/Nacht - Karl Ove Knausgard.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5143. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/01. Lees dit eerst!/Angels4Always.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5144. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/01. Lees dit eerst!/Deze post word u aangeboden door Roadrunner..jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5145. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/cover.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5146. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/4276dstedkndhl5qb159g0h66hx.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5147. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/Liefde - Knausgard, Karl Ove.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5148. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/01. Lees dit eerst!/Angels4Always.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5149. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/01. Lees dit eerst!/Deze post word u aangeboden door Roadrunner..jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5150. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/01. Lees dit eerst!/Flyer Angels4Always.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5151. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/John Williams - Stoner (verzoekje)/ex10.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5152. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/John Williams - Stoner (verzoekje)/John Williams - Stoner.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5153. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/2bshvljmndbvnk.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5154. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/2bshvljmndbvnk.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5155. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Biesheuvel, J.M.A - In de bovenkooi.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5156. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee/HitNews.eu.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5157. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee/Lees dit eens!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5158. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee/Link naar eNZetBee.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5159. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee/Flyer eNZetBee.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5160. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/1bshvljmdvrplttrndwrkljkhd.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5161. apr 27 13:31:05 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/1bshvljmdvrplttrndwrkljkhd.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5162. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Biesheuvel, J.M.A - De verpletterende werkelijkheid.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5163. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee/HitNews.eu.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5164. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee/Lees dit eens!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5165. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee/Link naar eNZetBee.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5166. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee/Flyer eNZetBee.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5167. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/Angels BoekenHuis voor Ebook-fans!!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5168. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/Angels4Always.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5169. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/ebka4a0qs7b3bpt67s7is.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5170. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/Angels BoekenHuis.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5171. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/EBKA4A0QS7B3BPT67S7IS.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5172. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/ebka4a0qs7b3bpt67s7is.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5173. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Jelle Brandt Corstius - As in de tas/jelle brandt corstius - as in tas (2016).epub.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5174. apr 27 13:31:06 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Jelle Brandt Corstius - As in de tas/jelle brandt corstius - as in tas (2016).epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5175. apr 27 13:31:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  5176. apr 27 13:31:09 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/reltih - nai ,wahsrek.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5177. apr 27 13:31:09 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/reltih - nai ,wahsrek.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5178. apr 27 13:31:09 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/Kershaw, Ian - Hitler/Angels BoekenHuis voor Ebook-fans!!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5179. apr 27 13:31:09 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/Kershaw, Ian - Hitler/Angels BoekenHuis.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5180. apr 27 13:31:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  5181. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/Kershaw, Ian - Hitler/Kershaw, Ian - Hitler.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5182. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5183. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5184. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/3.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5185. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Over vaders en zonen - Hugo Borst.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5186. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/u67h9dgerq4mk538axzf.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5187. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/u67h9dgerq4mk538axzf.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5188. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/HitNews.eu.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5189. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Kijk vanaf € 1 naar hoge kwaliteits porno films en scenes..url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5190. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Kom ook naar Place2home Torrents.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5191. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Lees dit eens!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5192. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Link naar eNZetBee.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5193. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/NEW ----- Gratis Neuk Oproepjes.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5194. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Nu voor u Jouw Sex Flirtplekje - kopie.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5195. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Nu voor u Jouw Sex Flirtplekje.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5196. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Place2home.net __USENET-FORUM__.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5197. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Usenet Provider Newsconnection.nl.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5198. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Vandaag nog lekker neuken....url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5199. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5200. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5201. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw/Beste Boekenliefhebber, LEES DIT EVEN!.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5202. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw/Brusselmans ,Herman - Zeik en de moord op de poetsvrouw van Hugo Claus .epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5203. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5204. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5205. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy/Beste Boekenliefhebber, LEES DIT EVEN!.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5206. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy/Brusselmans, Herman - Poppy en Eddie en Manon.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5207. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5208. apr 27 13:31:10 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5209. apr 27 13:31:11 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog/Beste Boekenliefhebber, LEES DIT EVEN!.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5210. apr 27 13:31:11 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog/Harper, Lee - Spaar de spotvogel.ePub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5211. apr 27 13:31:11 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/2lhrprghnztnwchtr.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5212. apr 27 13:31:11 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/2lhrprghnztnwchtr.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5213. apr 27 13:31:11 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Lee, Harper - Ga heen zet een wachter.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5214. apr 27 13:31:11 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee/HitNews.eu.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5215. apr 27 13:31:11 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee/Lees dit eens!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5216. apr 27 13:31:11 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee/Link naar eNZetBee.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5217. apr 27 13:31:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  5218. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee/Flyer eNZetBee.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5219. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Dimitri Verhulst - De helaasheid der dingen/Verhulst, Dimitri - De helaasheid der dingen.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5220. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Dimitri Verhulst - De helaasheid der dingen/verhulst, dimitri - de helaasheid der dingen.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5221. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/de tweede wereldoorlog - de grimmige slag om stalingrad (compressed).rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5222. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/de tweede wereldoorlog - de grimmige slag om stalingrad (compressed).rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5223. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed)/Beste Boekenliefhebber.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5224. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed)/De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed).pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5225. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/churchill.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5226. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/churchill.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5227. apr 27 13:31:14 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/Churchill/Beste Boekenliefhebber, LEES DIT EVEN!.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5228. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/Churchill/Johnson B. - The Churchill factor.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5229. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/1cmslbrtdpstffs.rar.par2" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5230. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/1cmslbrtdpstffs.rar" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5231. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Camus, Albert - De pest.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5232. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee/HitNews.eu.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5233. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee/Lees dit eens!.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5234. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee/Link naar eNZetBee.url" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5235. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee/Flyer eNZetBee.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5236. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Videos/Video-pitch Geert Kroezen.mp4" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5237. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Macros.JPG" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5238. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/_user_2.PNG" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5239. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Geert4.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5240. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/EmpAOSbXYAEzzM9.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5241. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/PC.JPG" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5242. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Knipsel.JPG" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5243. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/PC2.JPG" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5244. apr 27 13:31:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  5245. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/best-worst-keto-vegetables-infographic-hip2keto-1.webp" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5246. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Geert.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5247. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger4.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5248. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger5.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5249. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5250. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger6.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5251. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger3.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5252. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5253. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5254. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5255. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda3.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5256. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda4.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5257. apr 27 13:31:15 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger8.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5258. apr 27 13:31:16 _hostname_ plasma_waitforname[909]: org.kde.knotifications: WaitForName: Service was not registered within timeout
  5259. apr 27 13:31:16 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activated service 'org.kde.KSplash' failed: Process org.kde.KSplash exited with status 1
  5260. apr 27 13:31:18 _hostname_ systemd[868]: Starting EOS update notifier service...
  5261. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger7.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5262. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda5.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5263. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda6.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5264. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/559aea234d8673c67b3d12a617c942f0400a6015.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5265. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/Microsoft_surface.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5266. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/wallpaper___the_world_by_greno89_d55kaxp.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5267. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/king_of_my_castle_by_yakonusuke_.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5268. apr 27 13:31:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  5269. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/Bycicle art.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5270. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/internet_shopping.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5271. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/gaming.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5272. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/game.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5273. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/jobsicon.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5274. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/Icon_misc.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5275. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/icon-jobs.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5276. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/Icon_House.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5277. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/Icon_House.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5278. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Denis/20161219_145053.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5279. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Denis/15590332_10211986183196920_5709509076936180614_n.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5280. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Denis/20161219_145025.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5281. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/shell/ada1.PNG" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5282. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/shell/ada2.PNG" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5283. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Cutten.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5284. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/HomeAssistantKey.ppk" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5285. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Gym&Voeding.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5286. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: Invalid document structure (docProps is missing)
  5287. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Schema Geert Kroezen.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5288. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Huishoudboekje.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5289. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Gym Progress GK.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5290. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: Invalid document structure (docProps is missing)
  5291. apr 27 13:31:18 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/StrongLifts’ 5x5 Program.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5292. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/deschijnelitevandevalsemunters.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5293. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Stuff" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5294. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: Database has corrupted entries baloo may misbehave, please recreate the DB by running $ balooctl disable && balooctl enable
  5295. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Starting Strength III.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5296. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/aanslag-gem-watersch-belasting-2021.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5297. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/steam_autocloud.vdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5298. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/e28bcb26b2a398b0fb77e16ffc029f32902c986d999191d9f511dcd41710e151" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5299. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/9827c90496bfc3ce1e6b30fe0bc850c49ea4f0661fcfc7f68fd4aad1e8c3f833" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5300. apr 27 13:31:20 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/68c05c7223cd7970071db35d70481c729487941b944958413f8581d6b50f1567" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5301. apr 27 13:31:21 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/ed2d667eea6a5dcb6b8c115495fe1fd39a7002ec4b86f7a850ff519d35f867e9" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5302. apr 27 13:31:21 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/79f1d2fe473b10a25192b7c27eee6af08754029c10feb2767c9faab2ce2b3968" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5303. apr 27 13:31:21 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/07a1c84420fd06499bab64e48b172496e952cb182a2ef1d0c7b2078bb62a4eaa" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5304. apr 27 13:31:21 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/c04f5000e9c269339db2d924b54e3a537f15061df98eb4514b291f335347df8d" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5305. apr 27 13:31:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  5306. apr 27 13:31:23 _hostname_ eos-update-notifier[1607]: Checking for updates ...
  5307. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/1cb8ec626308ce1f48446a7fe3e0535e05094f279196a5a0bf78e3a295ca896a" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5308. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/acac68d95d1a1827772d46ece8b7db37aad8ce6b70bf590ba8089ebb32133f05" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5309. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/af278ce27263271538f71ec76263eeb1fc26a06f5fd2b299bbb166fc3a88941f" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5310. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/b07ebe4767ee60460da7ed356ea05e53d2a5b365895b437c78c38cc9ffc2ff0e" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5311. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/a8add99a401bcff333b61c063f350d493d958577883b8e10248a687287f2a0bb" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5312. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/9ce7ed7f6cfebc6743280175bba1316d5a3ba059ecf9fa9ee2aba20e0ee16e2b" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5313. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/a4187e57b38ada5fe274b33c22ef4967235b45c372e1f03d410e744eeeb6c689" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5314. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/ad2c1e4e769a39b8a560727115941a31a69e12d0dbf777a282ea465ef36be47c" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5315. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/9bf008d952aa931e7f91fa319c202654a2b9e8f20ec3f1a8ac3324b39dcba98b" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5316. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/59608a65673d38a7030d2494e4992b73908f0bc3e686fab76cb6e42178dee6c4" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5317. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/0e6ede03a01b29fb57ce7215d6bdd41d78205548ed5e6e2dc22e804e505e97ce" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5318. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/77dc70f2b8c5b6b8b8b4ce63592befb88c99fc63acac1ea7b48b5c1a34eb44ae" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5319. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/243efe4ae781a128874e0e526b3a37ef17b65d66ec22c2a9b34b990dc5da1a96" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5320. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/2fbdba4a6bf8756f2e601a654e295ec6ffb2810a14f006b9044782a3bbc4df46" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5321. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/d7ccae4078c39ba7f3d4ae4d1bc7caa3b14a3f665003b6bc0a157e7898f6d24a" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5322. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/6bce3d9925e1e3a9f0d67cba4c26eded04107220d53f5713f633127c743ee5c5" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5323. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/faab669f032a65d0d445333b7d99e3f7f32142f40379f74148ed94195de22822" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5324. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/2f66a77a82c96a1d6edf65da80af05c4fcac409a358f715706c18f6ddf2642ad" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5325. apr 27 13:31:23 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/da284f7e7f69e7f6096f2fcd02e0543891570157c9b911cfa559017719d2e662" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5326. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/58559560cbdea15f3d3cb021cae198d562f4397d0ad5b311ce59003e7ec3454e" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5327. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Minimap/ffc93ddce3ea2e80b2d78755a11ac7b2e96f75fa246b7f02c87b389fae82f6ee" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5328. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/MOTDCache/public_news_2021-03-05_ZizClassGauntletHalfMOTD.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5329. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/MOTDCache/public_news_2021-03-05_DMMadcapGoliathBeetleandCelestialCarrionGolemSkinHalfMOTD.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5330. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/Countdown/protected_image_echoes_timer_TimerBackground.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5331. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/ShopImages/public_news_3130Echoes_ritualsupporterpack_ENRitualSupporterShopNews.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5332. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/ShopImages/public_news_2021-03-05_DMMadcapGoliathBeetleandCelestialCarrionGolemSkinShopNewsANDFacebook.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5333. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/ShopImages/public_news_2021-01-16_WarlordMysteryBox_ENWarlordShopAd1.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5334. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/Tabular_data_set_csv.csv" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5335. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/Excel-Dashboard-Report-Vector-Elements.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5336. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/KPISampleData_Access.zip" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5337. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/Source_Data_Examples_Workbook.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5338. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/Copy of Dynamic_Sorted_Chart_Flag_XelPlus.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5339. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/Practice_Demo_WorkBook_Dashboard_Empty.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5340. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/KPI-Dashboard.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5341. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/Slicer_Regional_Dashboard.xlsm" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5342. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/Demo-WorkBook-Dashboard.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5343. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/ChartPlaybook.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5344. apr 27 13:31:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  5345. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel Leila Gharani course/webex.exe" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5346. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel/Geerts KPI Dashboard.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5347. apr 27 13:31:24 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel/Excel voorbeeld Geert.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5348. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Excel/Excel training Geert.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5349. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Randstand - GGD/2020 Integriteitsverklaring Geert Kroezen.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5350. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Randstand - GGD/2020 Formulier persoonsgegevens voor externe inhuur -Corona afdelingen.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5351. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/OOP.py" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5352. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Lorem ipsum.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5353. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Mymodules/README.txt.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5354. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Chapter 5/templates/base.html" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5355. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Chapter 5/templates/entry.html" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5356. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: Database has corrupted entries baloo may misbehave, please recreate the DB by running $ balooctl disable && balooctl enable
  5357. apr 27 13:31:25 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Chapter 5/templates/results.html" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5358. apr 27 13:31:26 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Zeeman/Roosterschema/Simulaties leverdagen (update).xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5359. apr 27 13:31:26 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Zeeman/Roosterschema/Simulaties leverdagen.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5360. apr 27 13:31:26 _hostname_ systemd[868]: eos-update-notifier.service: Deactivated successfully.
  5361. apr 27 13:31:26 _hostname_ systemd[868]: Finished EOS update notifier service.
  5362. apr 27 13:31:26 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Zeeman/Roosterschema/Simulaties vaste leverdagen (update).xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5363. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Home Assistant/hassos_rpi4-4.16.img.gz" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5364. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/PostNL/Opzegging contract Geert Kroezen.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5365. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/PostNL/Werkinstructies verwerken KWIED contracten.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5366. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/aantekeningen.txt" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5367. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Video pitch Geert Kroezen(Cheya).docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5368. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Video pitch Geert Kroezen.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5369. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Sollicitatie IT-omscholing.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5370. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Stella.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5371. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Video pitch handleiding.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5372. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Harver Report-Geert Kroezen 09_02_2021.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5373. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Werkgevers Security Cohort 24.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5374. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Curriculum Security.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5375. apr 27 13:31:27 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/DICTU voorbereiding.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5376. apr 27 13:31:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  5377. apr 27 13:31:28 _hostname_ systemd[1]: systemd-localed.service: Deactivated successfully.
  5378. apr 27 13:31:28 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  5379. apr 27 13:31:28 _hostname_ kernel: audit: type=1131 audit(1619523088.669:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  5380. apr 27 13:31:28 _hostname_ audit: BPF prog-id=30 op=UNLOAD
  5381. apr 27 13:31:28 _hostname_ audit: BPF prog-id=29 op=UNLOAD
  5382. apr 27 13:31:28 _hostname_ audit: BPF prog-id=28 op=UNLOAD
  5383. apr 27 13:31:28 _hostname_ kernel: audit: type=1334 audit(1619523088.799:115): prog-id=30 op=UNLOAD
  5384. apr 27 13:31:28 _hostname_ kernel: audit: type=1334 audit(1619523088.799:116): prog-id=29 op=UNLOAD
  5385. apr 27 13:31:28 _hostname_ kernel: audit: type=1334 audit(1619523088.799:117): prog-id=28 op=UNLOAD
  5386. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/SQL/Introductie tot SQL.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5387. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Sollicitaties so-far.xlsx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5388. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/PostNL medewerker O2C Contracten.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5389. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Sollicitatie AUTO 1 GROUP.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5390. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Sollicitatie Transport planner Zeeman.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5391. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Inventory Supply Analist bij Niké.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5392. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Sollicitatie Lidl Waddinxveen.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5393. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl supermarkt Vijf Meiplein.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5394. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Huismerk_1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5395. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Vlees_2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5396. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Kruiden_2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5397. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Vlees_1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5398. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Ultravers_3.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5399. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Luxe_2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5400. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Huismerk_2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5401. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Verzorging.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5402. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Ultravers_2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5403. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Vlees_3.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5404. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Reclame_1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5405. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Vlees_4.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5406. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Brood_1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5407. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Reclame_2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5408. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Vlees_5.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5409. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Koel.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5410. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Ultravers_1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5411. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Luxe_1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5412. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Brood_2.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5413. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Actie.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5414. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Bier.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5415. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Kruiden_1.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5416. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Sinterklaas.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5417. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Vries.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5418. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/ECEM/Sollicitatie ECEM.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5419. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/ECEM/Aantekeningen sollicitatie ECEM.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5420. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/ECEM/IQ_Log_EU_1905_GeertKroezen.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5421. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/ECEM/ECEM presentation 2019.pdf" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5422. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Cover Letters/cover letter Tradin Organic.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5423. apr 27 13:31:29 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Cover Letters/cover letter Unique.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5424. apr 27 13:31:30 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Cover Letters/cover letter Thermo Fisher.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5425. apr 27 13:31:30 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Cover Letters/cover letter Canon.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5426. apr 27 13:31:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  5427. apr 27 13:31:30 _hostname_ baloo_file_extractor[1514]: kf.baloo: Not busy, fast indexing
  5428. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Cover Letters/cover letter Bayer Crop.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5429. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Cover Letters/cover letter adidas.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5430. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Cover Letters/cover letter Canon2.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5431. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Supply Planner Unique.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5432. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/KOOT.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5433. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief Planner Tankcontainers.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5434. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief Van Overbeek.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5435. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief Geodis BM.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5436. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief Renewi.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5437. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief supply chain coordinator.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5438. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Sollicitatie Samskip.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5439. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Sollicitatie Lidl Waddinxveen.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5440. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Sollicitatie AUTO1 Group.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5441. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Sollicitatie Zeeman.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5442. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief medewerker teststraat.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5443. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief Achmea.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5444. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief bemonsteraar Eurofins Clinical Diagnostics.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5445. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Bron- en Contactonderzoek GGD.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5446. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Klantenservicemedewerker GGD.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5447. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief Cendris.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5448. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief LOI.docx" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5449. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/welcome.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5450. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/Robert Galbraith - Het slechte pad.epub" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5451. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/Annotations/Robert Galbraith - Het slechte pad.epub.annot" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5452. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/Annotations/welcome.epub.annot" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5453. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/Thumbnails/welcome.epub.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5454. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/Thumbnails/Robert Galbraith - Het slechte pad.epub.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5455. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/walpy_1611529814174.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5456. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/walpy_1611529922490.png" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5457. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210129-192903_Twitter.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5458. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210202_073016.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5459. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210130_113315.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5460. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210203_160739.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5461. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210203_092500.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5462. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210205_182304.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5463. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210205_182434.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5464. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210206_125426.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5465. apr 27 13:31:31 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210206_130308.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5466. apr 27 13:31:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  5467. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210206_180445.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5468. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210209_164443.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5469. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210209_183923.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5470. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210214_140755.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5471. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210213-205124_Twitter.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5472. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210216_091721.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5473. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210218_102207.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5474. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210219-130840_Maps.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5475. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210219-130855_Maps.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5476. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210219-183012_Twitter.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5477. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210220-214028_NOS Teletekst.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5478. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210221_203540.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5479. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210222_090957.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5480. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210222_090954.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5481. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210222_091006.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5482. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210305-195338_9GAG.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5483. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210302-232240_Chrome.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5484. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210306_125844.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5485. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210310_065206.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5486. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210310_065204.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5487. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210310_182919.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5488. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210311-085316_Twitter.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5489. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210311_121919.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5490. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210312_162733.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5491. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210312_211542.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5492. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210312_162740.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5493. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210312_212013.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5494. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210313_163930.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5495. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210314_134242.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5496. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210317_104129.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5497. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235122_DuckDuckGo.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5498. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235113_DuckDuckGo.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5499. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235138_DuckDuckGo.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5500. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235148_DuckDuckGo.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5501. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235131_DuckDuckGo.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5502. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210320_184307.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5503. apr 27 13:31:33 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210320_201040.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5504. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210320_201052.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5505. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210324-102753_Twitter.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5506. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210326_223702.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5507. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210326_224025.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5508. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210326_224051.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5509. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210328_132056.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5510. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210326_224139.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5511. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210328_132107.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5512. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210328_132252.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5513. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210328_132318.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5514. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210328_175135.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5515. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210329_180605.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5516. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210330-170857_9GAG.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5517. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210331_151326.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5518. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210331_220544.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5519. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210331_151722.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5520. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210403_141611.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5521. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210403_123928.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5522. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210404_181530.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5523. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210403_141831.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5524. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210405_135227.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5525. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210405-161245_WhatsApp.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5526. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/202104071408321000.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5527. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210407_130531.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5528. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210407_155237.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5529. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210408_150044.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5530. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210408_160719.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5531. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210410-202320_Firefox.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5532. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210411_143313.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5533. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210412_174852.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5534. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210413_091816.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5535. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210413_133537.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5536. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210414-204050_DuckDuckGo.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5537. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210414-185136_Twitter.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5538. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210416-083110_DuckDuckGo.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5539. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210416-084145_Firefox.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5540. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210416-173004_Twitter.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5541. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210417_230455.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5542. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210417_230647.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5543. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210417_230511.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5544. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210419_103631.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5545. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210419-120711_Twitter.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5546. apr 27 13:31:34 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210420_115724.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5547. apr 27 13:31:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210420_122927.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5548. apr 27 13:31:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210421_151657.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5549. apr 27 13:31:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210424-123206_Firefox.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5550. apr 27 13:31:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210427_105036.jpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5551. apr 27 13:31:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/System Volume Information/WPSettings.dat" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5552. apr 27 13:31:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/System Volume Information/IndexerVolumeGuid" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5553. apr 27 13:31:35 _hostname_ baloo_file_extractor[1514]: kf.baloo: "/home/_user_/pCloudDrive/Videos/blijke, _user_ en irene.mpg" id seems to have changed. Perhaps baloo was not running, and this file was deleted + re-created
  5554. apr 27 13:31:36 _hostname_ baloo_file[986]: 2718714298415 "/home/_user_/pCloudDrive/Videos" renaming "My Games" to "Videos"
  5555. apr 27 13:31:36 _hostname_ baloo_file[986]: 2705829396527 "/home/_user_/pCloudDrive/System Volume Information" renaming "Randstand - GGD" to "System Volume Information"
  5556. apr 27 13:31:36 _hostname_ baloo_file[986]: 38654705711 "/home/_user_/pCloudDrive/Books" renaming "locks" to "Books"
  5557. apr 27 13:31:36 _hostname_ baloo_file[986]: 8589934639 "/home/_user_/pCloudDrive/Documents" renaming "Videos" to "Documents"
  5558. apr 27 13:31:36 _hostname_ baloo_file[986]: 2774548873263 "/home/_user_/pCloudDrive/Joplin/locks" renaming "ShopImages" to "locks"
  5559. apr 27 13:31:36 _hostname_ baloo_file[986]: 2778843840559 "/home/_user_/pCloudDrive/Joplin/temp" renaming "Countdown" to "temp"
  5560. apr 27 13:31:36 _hostname_ baloo_file[986]: 2800318677039 "/home/_user_/pCloudDrive/Joplin/33e546d6c3b34426859bdb0908e065a6.md" renaming "Lidl_Verzorging.jpg" to "33e546d6c3b34426859bdb0908e065a6.md"
  5561. apr 27 13:31:36 _hostname_ baloo_file[986]: 3019362009135 "/home/_user_/pCloudDrive/Joplin/e254bdb67c394450a76171053f19a147.md" renaming "Chapter 3" to "e254bdb67c394450a76171053f19a147.md"
  5562. apr 27 13:31:36 _hostname_ baloo_file[986]: 3023656976431 "/home/_user_/pCloudDrive/Joplin/44461aaa0f49472b8560e8be0f279302.md" renaming "Chapter 2" to "44461aaa0f49472b8560e8be0f279302.md"
  5563. apr 27 13:31:36 _hostname_ baloo_file[986]: 3027951943727 "/home/_user_/pCloudDrive/Joplin/4c7aa816dc5b4e03b8edf38002e49373.md" renaming "Chapter 4" to "4c7aa816dc5b4e03b8edf38002e49373.md"
  5564. apr 27 13:31:36 _hostname_ baloo_file[986]: 3032246911023 "/home/_user_/pCloudDrive/Joplin/362f4701d3874e90a5d173f789619d53.md" renaming "Chapter 5" to "362f4701d3874e90a5d173f789619d53.md"
  5565. apr 27 13:31:36 _hostname_ baloo_file[986]: 3036541878319 "/home/_user_/pCloudDrive/Joplin/f5985acab9384135bcf4bfccaabac657.md" renaming "Mymodules" to "f5985acab9384135bcf4bfccaabac657.md"
  5566. apr 27 13:31:36 _hostname_ baloo_file[986]: 3040836845615 "/home/_user_/pCloudDrive/Joplin/296036dbdd1b4b2ea9e8667d46d5a6ba.md" renaming "test.py" to "296036dbdd1b4b2ea9e8667d46d5a6ba.md"
  5567. apr 27 13:31:36 _hostname_ baloo_file[986]: 3058016714799 "/home/_user_/pCloudDrive/Joplin/f13a03437bbc41d7b8cc6a77ee28ecf6.md" renaming "setup.py" to "f13a03437bbc41d7b8cc6a77ee28ecf6.md"
  5568. apr 27 13:31:36 _hostname_ baloo_file[986]: 3062311682095 "/home/_user_/pCloudDrive/Joplin/b9b11c7419c04c65b14e430eb41f9995.md" renaming "static" to "b9b11c7419c04c65b14e430eb41f9995.md"
  5569. apr 27 13:31:36 _hostname_ baloo_file[986]: 3066606649391 "/home/_user_/pCloudDrive/Joplin/6be7b24d4f1d44d3b737cc24b256eddc.md" renaming "welcome.epub.annot" to "6be7b24d4f1d44d3b737cc24b256eddc.md"
  5570. apr 27 13:31:36 _hostname_ baloo_file[986]: 3070901616687 "/home/_user_/pCloudDrive/Joplin/16b04ed453de40bf8a43dabfcc99c130.md" renaming "templates" to "16b04ed453de40bf8a43dabfcc99c130.md"
  5571. apr 27 13:31:36 _hostname_ baloo_file[986]: 3075196583983 "/home/_user_/pCloudDrive/Joplin/cbffadcbd40141cf81909ad08944b7d0.md" renaming "vsearch.py" to "cbffadcbd40141cf81909ad08944b7d0.md"
  5572. apr 27 13:31:36 _hostname_ baloo_file[986]: 3079491551279 "/home/_user_/pCloudDrive/Joplin/ce85f78bc5d840358f823461494067ae.md" renaming "hello_flask.py" to "ce85f78bc5d840358f823461494067ae.md"
  5573. apr 27 13:31:36 _hostname_ baloo_file[986]: 3096671420463 "/home/_user_/pCloudDrive/Joplin/3fd8dbff45944c1dbfdd3f0b8a237151.md" renaming "hf.css" to "3fd8dbff45944c1dbfdd3f0b8a237151.md"
  5574. apr 27 13:31:36 _hostname_ baloo_file[986]: 3100966387759 "/home/_user_/pCloudDrive/Joplin/27c87a2cad594b168cbf190e90ec99b0.md" renaming "serach4letters.py" to "27c87a2cad594b168cbf190e90ec99b0.md"
  5575. apr 27 13:31:36 _hostname_ baloo_file[986]: 3105261355055 "/home/_user_/pCloudDrive/Joplin/b89c80de422044a49962e64031d8805a.md" renaming "vowels.py" to "b89c80de422044a49962e64031d8805a.md"
  5576. apr 27 13:31:36 _hostname_ baloo_file[986]: 3109556322351 "/home/_user_/pCloudDrive/Joplin/f141e15e279b4ecb89f24fad2c4cc1e6.md" renaming "panic.py" to "f141e15e279b4ecb89f24fad2c4cc1e6.md"
  5577. apr 27 13:31:36 _hostname_ baloo_file[986]: 3113851289647 "/home/_user_/pCloudDrive/Joplin/temp/timeCheck525885.txt" renaming "marvin.py" to "timeCheck525885.txt"
  5578. apr 27 13:31:36 _hostname_ baloo_file[986]: 3139621093423 "/home/_user_/pCloudDrive/Pictures/Geert" renaming "dictionary.py" to "Geert"
  5579. apr 27 13:31:36 _hostname_ baloo_file[986]: 3143916060719 "/home/_user_/pCloudDrive/Pictures/Intentieverklaring Geert Kroezen.jpg" renaming "Roosterschema" to "Intentieverklaring Geert Kroezen.jpg"
  5580. apr 27 13:31:36 _hostname_ baloo_file[986]: 3161095929903 "/home/_user_/pCloudDrive/Pictures/wallpaperflare.com_wallpaper.jpg" renaming "20210216_091721.jpg" to "wallpaperflare.com_wallpaper.jpg"
  5581. apr 27 13:31:36 _hostname_ baloo_file[986]: 3178275799087 "/home/_user_/pCloudDrive/Pictures/Screenshot_20210328_161940.jpg" renaming "SQL" to "Screenshot_20210328_161940.jpg"
  5582. apr 27 13:31:36 _hostname_ baloo_file[986]: 3229815406639 "/home/_user_/pCloudDrive/Pictures/Geert/Geert4.jpg" renaming "Brieven" to "Geert4.jpg"
  5583. apr 27 13:31:36 _hostname_ baloo_file[986]: 3234110373935 "/home/_user_/pCloudDrive/Pictures/Geert/_user_2.PNG" renaming "Cover Letters" to "geert2.PNG"
  5584. apr 27 13:31:36 _hostname_ baloo_file[986]: 3238405341231 "/home/_user_/pCloudDrive/Pictures/Geert/Geert.jpg" renaming "ECEM" to "Geert.jpg"
  5585. apr 27 13:31:36 _hostname_ baloo_file[986]: 25769803823 "/home/_user_/pCloudDrive/Documents/AppImages" renaming "Books" to "AppImages"
  5586. apr 27 13:31:36 _hostname_ baloo_file[986]: 12884901935 "/home/_user_/pCloudDrive/Documents/Python" renaming "System Volume Information" to "Python"
  5587. apr 27 13:31:36 _hostname_ baloo_file[986]: 3242700308527 "/home/_user_/pCloudDrive/Documents/IT Security" renaming "Lidl" to "IT Security"
  5588. apr 27 13:31:36 _hostname_ baloo_file[986]: 3504693313583 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/16.4.6 Packet Tracer \xE2\x80\x93 Configure Secure Passwords and SSH Instructor Version.docx" renaming "Thumbnails" to "16.4.6 Packet Tracer \xE2\x80\x93 Configure Secure Passwords and SSH Instructor Version.docx"
  5589. apr 27 13:31:36 _hostname_ baloo_file[986]: 3508988280879 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/13.2.6 Packet Tracer \xE2\x80\x93 Verify IPv4 and IPv6 Addressing (Instructor Version).docx" renaming "Annotations" to "13.2.6 Packet Tracer \xE2\x80\x93 Verify IPv4 and IPv6 Addressing (Instructor Version).docx"
  5590. apr 27 13:31:36 _hostname_ baloo_file[986]: 3513283248175 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/7.3.7 Lab \xE2\x80\x93 View the Switch MAC Address Table.docx" renaming "Manifest" to "7.3.7 Lab \xE2\x80\x93 View the Switch MAC Address Table.docx"
  5591. apr 27 13:31:36 _hostname_ baloo_file[986]: 3517578215471 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/10.3.4 Packet Tracer \xE2\x80\x93 Connect a Router to a LAN (Answers).docx" renaming "Tags" to "10.3.4 Packet Tracer \xE2\x80\x93 Connect a Router to a LAN (Answers).docx"
  5592. apr 27 13:31:36 _hostname_ baloo_file[986]: 3530463117359 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/1.5.7 Packet Tracer \xE2\x80\x93 Network Representation (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx" renaming "purchased.xml" to "1.5.7 Packet Tracer \xE2\x80\x93 Network Representation (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx"
  5593. apr 27 13:31:36 _hostname_ baloo_file[986]: 3534758084655 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/2.7.6 Packet Tracer \xE2\x80\x93 Implement Basic Connectivity (Instructions Answers).docx" renaming "borrowed.xml" to "2.7.6 Packet Tracer \xE2\x80\x93 Implement Basic Connectivity (Instructions Answers).docx"
  5594. apr 27 13:31:36 _hostname_ baloo_file[986]: 3539053051951 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/13.2.7 Packet Tracer \xE2\x80\x93 Use Ping and Traceroute to Test Network Connectivity (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx" renaming "privateub1.xml" to "13.2.7 Packet Tracer \xE2\x80\x93 Use Ping and Traceroute to Test Network Connectivity (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx"
  5595. apr 27 13:31:36 _hostname_ baloo_file[986]: 3543348019247 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/9.2.9 Packet Tracer \xE2\x80\x93 Examine the ARP Table (Instructor Version).docx" renaming "privateub2.xml" to "9.2.9 Packet Tracer \xE2\x80\x93 Examine the ARP Table (Instructor Version).docx"
  5596. apr 27 13:31:36 _hostname_ baloo_file[986]: 3547642986543 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/2.5.5 Packet Tracer \xE2\x80\x93 Configure Initial Switch Settings Instructor Version.docx" renaming "Getting started with pCloud.pdf" to "2.5.5 Packet Tracer \xE2\x80\x93 Configure Initial Switch Settings Instructor Version.docx"
  5597. apr 27 13:31:36 _hostname_ baloo_file[986]: 3551937953839 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/3.7.10 Lab \xE2\x80\x93 Use Wireshark to View Network Traffic.docx" renaming "Robert Galbraith - Het slechte pad.epub.xml" to "3.7.10 Lab \xE2\x80\x93 Use Wireshark to View Network Traffic.docx"
  5598. apr 27 13:31:36 _hostname_ baloo_file[986]: 3556232921135 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/7.1.6 Lab \xE2\x80\x93 Use Wireshark to Examine Ethernet Frames.docx" renaming "welcome.epub.xml" to "7.1.6 Lab \xE2\x80\x93 Use Wireshark to Examine Ethernet Frames.docx"
  5599. apr 27 13:31:36 _hostname_ baloo_file[986]: 3560527888431 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Antwoorden/2.3.7 Packet Tracer \xE2\x80\x93 Navigating the IOS (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx" renaming "Beste Boekenliefhebber, LEES DIT EVEN!.docx" to "2.3.7 Packet Tracer \xE2\x80\x93 Navigating the IOS (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx"
  5600. apr 27 13:31:36 _hostname_ baloo_file[986]: 3573412790319 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Dag 3/13.2.6 Packet Tracer - Verify IPv4 and IPv6 Addressing.pka" renaming "spotvog.rar.par2" to "13.2.6 Packet Tracer - Verify IPv4 and IPv6 Addressing.pka"
  5601. apr 27 13:31:36 _hostname_ baloo_file[986]: 3586297692207 "/home/_user_/pCloudDrive/Documents/IT Security/Infrastructure Security/Dag 3/11.6.6 Lab - Calculate IPv4 Subnets (Geert).docx" renaming "Samsung Galaxy S10" to "11.6.6 Lab - Calculate IPv4 Subnets (Geert).docx"
  5602. apr 27 13:31:36 _hostname_ baloo_file[986]: 17179869231 "/home/_user_/pCloudDrive/Documents/Python/Les 1" renaming "Automatic Upload" to "Les 1"
  5603. apr 27 13:31:36 _hostname_ baloo_file[986]: 21474836527 "/home/_user_/pCloudDrive/Documents/Python/Les 1/Valuta.py" renaming "Backup" to "Valuta.py"
  5604. apr 27 13:31:36 _hostname_ baloo_file[986]: 30064771119 "/home/_user_/pCloudDrive/Documents/AppImages/pCloud" renaming "Documents" to "pCloud"
  5605. apr 27 13:31:36 _hostname_ baloo_file[986]: 34359738415 "/home/_user_/pCloudDrive/Documents/AppImages/pCloud/pcloud" renaming "Pictures" to "pcloud"
  5606. apr 27 13:31:36 _hostname_ baloo_file[986]: 1159641169967 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest" renaming "practicumIV.py" to "Albert Camus - De pest"
  5607. apr 27 13:31:36 _hostname_ baloo_file[986]: 1133871366191 "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill" renaming "beginners_python_cheat_sheet_pcc_django.pdf" to "Boris Johnson - De Churchill factor - biografie Winston Churchill"
  5608. apr 27 13:31:36 _hostname_ baloo_file[986]: 1108101562415 "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad" renaming "beginners_python_cheat_sheet_pcc.pdf" to "De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad"
  5609. apr 27 13:31:36 _hostname_ baloo_file[986]: 1095216660527 "/home/_user_/pCloudDrive/Books/Dimitri Verhulst - De helaasheid der dingen" renaming "beginners_python_cheat_sheet_pcc_if_while.pdf" to "Dimitri Verhulst - De helaasheid der dingen"
  5610. apr 27 13:31:36 _hostname_ baloo_file[986]: 1056561954863 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)" renaming "Les 1" to "Harper Lee - Ga heen zet een wachter (2015)"
  5611. apr 27 13:31:36 _hostname_ baloo_file[986]: 1030792151087 "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)" renaming "Reflectie Geert Kroezen.odt" to "Harper Lee - Spaar de spotvogel (2015)"
  5612. apr 27 13:31:36 _hostname_ baloo_file[986]: 1005022347311 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon" renaming "3.5.5 Packet Tracer - Investigate the TCP-IP and OSI Models in Action.pka" to "Herman Brusselmans - Poppy en Eddie en Manon"
  5613. apr 27 13:31:36 _hostname_ baloo_file[986]: 979252543535 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus" renaming "7.3.7.pkt" to "Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus"
  5614. apr 27 13:31:36 _hostname_ baloo_file[986]: 897648164911 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen" renaming "15.4.8 Lab - Observe DNS Resolution.docx" to "Hugo Borst - Over Vaders & Zonen"
  5615. apr 27 13:31:36 _hostname_ baloo_file[986]: 867583393839 "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie" renaming "3.7.10 Lab \xE2\x80\x93 Use Wireshark to View Network Traffic.docx" to "Ian Kershaw - Hitler De Biografie"
  5616. apr 27 13:31:36 _hostname_ baloo_file[986]: 854698491951 "/home/_user_/pCloudDrive/Books/Jelle Brandt Corstius - As in de tas" renaming "13.2.7 Packet Tracer \xE2\x80\x93 Use Ping and Traceroute to Test Network Connectivity (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx" to "Jelle Brandt Corstius - As in de tas"
  5617. apr 27 13:31:36 _hostname_ baloo_file[986]: 824633720879 "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)" renaming "13.2.6 Packet Tracer \xE2\x80\x93 Verify IPv4 and IPv6 Addressing (Instructor Version).docx" to "Jeroen Brouwers - Het Hout (2014)"
  5618. apr 27 13:31:36 _hostname_ baloo_file[986]: 785979015215 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid" renaming "12.7.4 Lab \xE2\x80\x93 Identify IPv6 Addresses.docx" to "JMA Biesheuvel - De verpletterende werkelijkheid"
  5619. apr 27 13:31:36 _hostname_ baloo_file[986]: 747324309551 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi" renaming "Ethiek Opdracht 1&2.pdf" to "JMA Biesheuvel - In de bovenkooi"
  5620. apr 27 13:31:36 _hostname_ baloo_file[986]: 734439407663 "/home/_user_/pCloudDrive/Books/John Williams - Stoner (verzoekje)" renaming "booster_ethiek_les1.pptx" to "John Williams - Stoner (verzoekje)"
  5621. apr 27 13:31:36 _hostname_ baloo_file[986]: 700079669295 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde" renaming "voorbeeld-offerte-pentest.pdf" to "Karl Ove Knausgard - Liefde"
  5622. apr 27 13:31:36 _hostname_ baloo_file[986]: 670014898223 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht" renaming "probeersel.py" to "Karl Ove Knausgard - Nacht"
  5623. apr 27 13:31:36 _hostname_ baloo_file[986]: 639950127151 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader" renaming "C24 Security Informatiebrief MIW kick off.docx" to "Karl Ove Knausgard - Vader"
  5624. apr 27 13:31:36 _hostname_ baloo_file[986]: 609885356079 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon" renaming "Infrastructure Security" to "Karl Ove Knausgard - Zoon"
  5625. apr 27 13:31:36 _hostname_ baloo_file[986]: 575525617711 "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden" renaming "Linux Notes.odt" to "Leon Uris - Gezworen kameraden"
  5626. apr 27 13:31:36 _hostname_ baloo_file[986]: 506806140975 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God" renaming "Paspoort GK voorkant.okular" to "Maarten \xC2\xB4t Hart - De bril van God"
  5627. apr 27 13:31:36 _hostname_ baloo_file[986]: 463856468015 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)" renaming "Screenshot from 2021-03-20 17-50-11.png" to "Maarten van Rossem - Drie oorlogen (2014)"
  5628. apr 27 13:31:36 _hostname_ baloo_file[986]: 442381631535 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Het einde van het Romeinse Rijk" renaming "14.8.1 Packet Tracer - TCP and UDP Communications.docx" to "Maarten van Rossem - Het einde van het Romeinse Rijk"
  5629. apr 27 13:31:36 _hostname_ baloo_file[986]: 429496729647 "/home/_user_/pCloudDrive/Books/Mark Manson - The Subtle Art of Not Giving a Fuck" renaming "13.2.7 Packet Tracer - Use Ping and Traceroute to Test Network Connectivity.pka" to "Mark Manson - The Subtle Art of Not Giving a Fuck"
  5630. apr 27 13:31:36 _hostname_ baloo_file[986]: 403726925871 "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015" renaming "3fd8dbff45944c1dbfdd3f0b8a237151.md" to "Oleg Chlevjoek - Stalin de biografie 2015"
  5631. apr 27 13:31:36 _hostname_ baloo_file[986]: 377957122095 "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)" renaming "16b04ed453de40bf8a43dabfcc99c130.md" to "Steven Lee Myers - De nieuwe tsaar (2015)"
  5632. apr 27 13:31:36 _hostname_ baloo_file[986]: 287762808879 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken" renaming "bd68998172974e8d87d48736ce249388.md" to "Thomas Rosenboom - Publieke werken"
  5633. apr 27 13:31:36 _hostname_ baloo_file[986]: 279172874287 "/home/_user_/pCloudDrive/Books/Tyler Hamilton - Wielermaffia" renaming "45f0ca1aad204eb0886e89656d813dec.md" to "Tyler Hamilton - Wielermaffia"
  5634. apr 27 13:31:36 _hostname_ baloo_file[986]: 42949673007 "/home/_user_/pCloudDrive/Books/Nescio.epub" renaming "temp" to "Nescio.epub"
  5635. apr 27 13:31:36 _hostname_ baloo_file[986]: 47244640303 "/home/_user_/pCloudDrive/Books/[Mark_Manson]_Models_(Revised_and_Updated)(BookZZ.org).pdf" renaming "Paspoort GK voorkant.jpg" to "[Mark_Manson]_Models_(Revised_and_Updated)(BookZZ.org).pdf"
  5636. apr 27 13:31:36 _hostname_ baloo_file[986]: 51539607599 "/home/_user_/pCloudDrive/Books/Adam Smith - The Wealth of Nations.pdf" renaming "Paspoort GK achterkant.jpg" to "Adam Smith - The Wealth of Nations.pdf"
  5637. apr 27 13:31:36 _hostname_ baloo_file[986]: 60129542191 "/home/_user_/pCloudDrive/Books/Allan_and_Barbara_Pease_-_Body_Language_The_Definitive_Book.pdf" renaming "Joplin" to "Allan_and_Barbara_Pease_-_Body_Language_The_Definitive_Book.pdf"
  5638. apr 27 13:31:36 _hostname_ baloo_file[986]: 64424509487 "/home/_user_/pCloudDrive/Books/Allen Car - Stoppen met Roken.pdf" renaming "Getting started with pCloud.pdf" to "Allen Car - Stoppen met Roken.pdf"
  5639. apr 27 13:31:36 _hostname_ baloo_file[986]: 68719476783 "/home/_user_/pCloudDrive/Books/Allen Carr - Stoppen met roken.pdf" renaming "MyPasswordDatabase.kdbx" to "Allen Carr - Stoppen met roken.pdf"
  5640. apr 27 13:31:36 _hostname_ baloo_file[986]: 73014444079 "/home/_user_/pCloudDrive/Books/Antoinette Vlieger- Ver van mijn bed.epub" renaming "202104071408321000.jpg" to "Antoinette Vlieger- Ver van mijn bed.epub"
  5641. apr 27 13:31:36 _hostname_ baloo_file[986]: 77309411375 "/home/_user_/pCloudDrive/Books/Antoinnette Scheulderman - Dan neem je toch gewoon een nieuwe.epub" renaming "20210407_155237.jpg" to "Antoinnette Scheulderman - Dan neem je toch gewoon een nieuwe.epub"
  5642. apr 27 13:31:36 _hostname_ baloo_file[986]: 81604378671 "/home/_user_/pCloudDrive/Books/Armstrong, Karen - Islam_ A Short History (Modern Library, 2002).epub" renaming "locks" to "Armstrong, Karen - Islam_ A Short History (Modern Library, 2002).epub"
  5643. apr 27 13:31:36 _hostname_ baloo_file[986]: 85899345967 "/home/_user_/pCloudDrive/Books/Arthur van Amerongen - Brussel Eurabia.epub" renaming "temp" to "Arthur van Amerongen - Brussel Eurabia.epub"
  5644. apr 27 13:31:36 _hostname_ baloo_file[986]: 90194313263 "/home/_user_/pCloudDrive/Books/Barbara Ehrenreich - Nickel And Dimed.pdf" renaming "Geert4.jpg" to "Barbara Ehrenreich - Nickel And Dimed.pdf"
  5645. apr 27 13:31:36 _hostname_ baloo_file[986]: 94489280559 "/home/_user_/pCloudDrive/Books/Beckman, Thea - Kruistocht in spijkerbroek.epub" renaming "geert2.PNG" to "Beckman, Thea - Kruistocht in spijkerbroek.epub"
  5646. apr 27 13:31:36 _hostname_ baloo_file[986]: 98784247855 "/home/_user_/pCloudDrive/Books/Celine, Louis-Ferdinand - Kanonnevoer.epub" renaming "Geert.jpg" to "Celine, Louis-Ferdinand - Kanonnevoer.epub"
  5647. apr 27 13:31:36 _hostname_ baloo_file[986]: 103079215151 "/home/_user_/pCloudDrive/Books/Dahl, Roald - The Collected Short Stories of Roald Dahl, Volume 1.pdf" renaming "info.json" to "Dahl, Roald - The Collected Short Stories of Roald Dahl, Volume 1.pdf"
  5648. apr 27 13:31:36 _hostname_ baloo_file[986]: 107374182447 "/home/_user_/pCloudDrive/Books/Duin 1 - Duin - Frank Herbert.epub" renaming "33e546d6c3b34426859bdb0908e065a6.md" to "Duin 1 - Duin - Frank Herbert.epub"
  5649. apr 27 13:31:36 _hostname_ baloo_file[986]: 111669149743 "/home/_user_/pCloudDrive/Books/Fateful Choices - Ian Kershaw.epub" renaming "5eb5b71fc9744107a782c207412428c2.md" to "Fateful Choices - Ian Kershaw.epub"
  5650. apr 27 13:31:36 _hostname_ baloo_file[986]: 115964117039 "/home/_user_/pCloudDrive/Books/Foer, Jonathan Safran-Dieren Eten.pdf" renaming "7a3fc64a9718492cb4fc1e279c3254d7.md" to "Foer, Jonathan Safran-Dieren Eten.pdf"
  5651. apr 27 13:31:36 _hostname_ baloo_file[986]: 120259084335 "/home/_user_/pCloudDrive/Books/Hans Vandeweghe - Wie gelooft die renners nog.epub" renaming "7cf2aea3db474e46a5402762e043430e.md" to "Hans Vandeweghe - Wie gelooft die renners nog.epub"
  5652. apr 27 13:31:36 _hostname_ baloo_file[986]: 124554051631 "/home/_user_/pCloudDrive/Books/Harry Potter \xC3\xA0 l'\xC3\xA9""cole des sorciers.pdf" renaming "3957021778574ad6aca46ca42d0dc4c3.md" to "Harry Potter \xC3\xA0 l'\xC3\xA9""cole des sorciers.pdf"
  5653. apr 27 13:31:36 _hostname_ baloo_file[986]: 128849018927 "/home/_user_/pCloudDrive/Books/lance-armstrongs-war.pdf" renaming "9d46ab3ba5d54cbe8b731cf4b50337a4.md" to "lance-armstrongs-war.pdf"
  5654. apr 27 13:31:36 _hostname_ baloo_file[986]: 133143986223 "/home/_user_/pCloudDrive/Books/Le Petit Prince - Antoine de Saint-Exupery.mobi" renaming "d5313dead78146cca3730f9a915969da.md" to "Le Petit Prince - Antoine de Saint-Exupery.mobi"
  5655. apr 27 13:31:36 _hostname_ baloo_file[986]: 137438953519 "/home/_user_/pCloudDrive/Books/Levi, Primo - [oorlogsautobiografie 03] De verdronkenen en de geredden.epub" renaming "74519aa6d28c4896a0765dc0e7bb4365.md" to "Levi, Primo - [oorlogsautobiografie 03] De verdronkenen en de geredden.epub"
  5656. apr 27 13:31:36 _hostname_ baloo_file[986]: 141733920815 "/home/_user_/pCloudDrive/Books/Malcolm Lowry - Onder de vulkaan.epub" renaming "d45f51feea0e4febbc22080c232ba1dc.md" to "Malcolm Lowry - Onder de vulkaan.epub"
  5657. apr 27 13:31:36 _hostname_ baloo_file[986]: 146028888111 "/home/_user_/pCloudDrive/Books/Mark Rippetoe - Starting Strength III.pdf" renaming "11adbc0e3f3244919263067d54599766.md" to "Mark Rippetoe - Starting Strength III.pdf"
  5658. apr 27 13:31:36 _hostname_ baloo_file[986]: 150323855407 "/home/_user_/pCloudDrive/Books/Martin Bosma - De Schijnelite van de Valsemunters.pdf" renaming "a25ab6b151da45a49f62cefb778d6016.md" to "Martin Bosma - De Schijnelite van de Valsemunters.pdf"
  5659. apr 27 13:31:36 _hostname_ baloo_file[986]: 154618822703 "/home/_user_/pCloudDrive/Books/Michael Connelly - De keerzijde.epub" renaming "f22223231aca4a2d95a570f629c62e28.md" to "Michael Connelly - De keerzijde.epub"
  5660. apr 27 13:31:36 _hostname_ baloo_file[986]: 158913789999 "/home/_user_/pCloudDrive/Books/Michael Connelly - De nachtploeg.epub" renaming "0a7c6de96621431493e40f71a1d19153.md" to "Michael Connelly - De nachtploeg.epub"
  5661. apr 27 13:31:36 _hostname_ baloo_file[986]: 163208757295 "/home/_user_/pCloudDrive/Books/Michael Wolff - Fire and Fury.epub" renaming "f6658eccecb54d64a924125d26ce086c.md" to "Michael Wolff - Fire and Fury.epub"
  5662. apr 27 13:31:36 _hostname_ baloo_file[986]: 167503724591 "/home/_user_/pCloudDrive/Books/Michel van Egmond - De wereld volgens GIJP (2016).epub" renaming "ca5fbf181cad407ab35c23dc17b57b8d.md" to "Michel van Egmond - De wereld volgens GIJP (2016).epub"
  5663. apr 27 13:31:36 _hostname_ baloo_file[986]: 171798691887 "/home/_user_/pCloudDrive/Books/Michel van Egmond - Deal.epub" renaming "0d73788a16664b56b5fa87d2a4ac786f.md" to "Michel van Egmond - Deal.epub"
  5664. apr 27 13:31:36 _hostname_ baloo_file[986]: 176093659183 "/home/_user_/pCloudDrive/Books/Michel van Egmond - Inside.epub" renaming "a44f88d0c36643799a4fbb96b29577d9.md" to "Michel van Egmond - Inside.epub"
  5665. apr 27 13:31:36 _hostname_ baloo_file[986]: 180388626479 "/home/_user_/pCloudDrive/Books/Naked Forex.pdf" renaming "0a813fd13e274a01aafc6d4329a8cff9.md" to "Naked Forex.pdf"
  5666. apr 27 13:31:36 _hostname_ baloo_file[986]: 184683593775 "/home/_user_/pCloudDrive/Books/Poe, Edgar Allan - Dertig Verhalen.epub" renaming "59ac3ed4ff6b4280b8405e70db29d7da.md" to "Poe, Edgar Allan - Dertig Verhalen.epub"
  5667. apr 27 13:31:36 _hostname_ baloo_file[986]: 188978561071 "/home/_user_/pCloudDrive/Books/Reve, Gerard - De Avonden.epub" renaming "3722db83ba89428a8af850441b355a85.md" to "Reve, Gerard - De Avonden.epub"
  5668. apr 27 13:31:36 _hostname_ baloo_file[986]: 193273528367 "/home/_user_/pCloudDrive/Books/Richard Overy - Why the Allies Won.pdf" renaming "90edd90ab1b14f76815ef1c89d306b1d.md" to "Richard Overy - Why the Allies Won.pdf"
  5669. apr 27 13:31:36 _hostname_ baloo_file[986]: 197568495663 "/home/_user_/pCloudDrive/Books/Robert Galbraith - Het slechte pad.epub" renaming "48ab06c92f914a4d94a8950331a13af8.md" to "Robert Galbraith - Het slechte pad.epub"
  5670. apr 27 13:31:36 _hostname_ baloo_file[986]: 201863462959 "/home/_user_/pCloudDrive/Books/Robert Galbraith - Koekoeksjo\xE2\x80\x8Bng.epub" renaming "9b4549c97e814ae598cb19a2ca34a68d.md" to "Robert Galbraith - Koekoeksjo\xE2\x80\x8Bng.epub"
  5671. apr 27 13:31:36 _hostname_ baloo_file[986]: 206158430255 "/home/_user_/pCloudDrive/Books/Robert Galbraith - Witte Dood.epub" renaming "fd9607c53d8c449fb953f60496e5389a.md" to "Robert Galbraith - Witte Dood.epub"
  5672. apr 27 13:31:36 _hostname_ baloo_file[986]: 210453397551 "/home/_user_/pCloudDrive/Books/Robert Galbraith - Zijderups.epub" renaming "d733aac6c81b481f97a201f6c2b4c59c.md" to "Robert Galbraith - Zijderups.epub"
  5673. apr 27 13:31:36 _hostname_ baloo_file[986]: 214748364847 "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 1 - en de Steen der Wijzen.epub" renaming "016279aef0204f4db1f1a52d56694697.md" to "Rowling, J.K. - Harry Potter - 1 - en de Steen der Wijzen.epub"
  5674. apr 27 13:31:36 _hostname_ baloo_file[986]: 219043332143 "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 2 - en De Geheime Kamer.epub" renaming "9b66d6efecc44f7ba8de4fbb3596caae.md" to "Rowling, J.K. - Harry Potter - 2 - en De Geheime Kamer.epub"
  5675. apr 27 13:31:36 _hostname_ baloo_file[986]: 223338299439 "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 3 - en de Gevangene van Azkaban.epub" renaming "33ee026837494101b56d6df6b6019555.md" to "Rowling, J.K. - Harry Potter - 3 - en de Gevangene van Azkaban.epub"
  5676. apr 27 13:31:36 _hostname_ baloo_file[986]: 227633266735 "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 4 - en de Vuurbeker.epub" renaming "6302bec778194ff99d6c7f98763d0cf6.md" to "Rowling, J.K. - Harry Potter - 4 - en de Vuurbeker.epub"
  5677. apr 27 13:31:36 _hostname_ baloo_file[986]: 231928234031 "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 5 - en De Orde van de Feniks.epub" renaming "164432b9593b458a8d2a9f8cc30da5d5.md" to "Rowling, J.K. - Harry Potter - 5 - en De Orde van de Feniks.epub"
  5678. apr 27 13:31:36 _hostname_ baloo_file[986]: 236223201327 "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 6 - en de halfbloed Prins.epub" renaming "476f2e3996014758aadd593d35f194d3.md" to "Rowling, J.K. - Harry Potter - 6 - en de halfbloed Prins.epub"
  5679. apr 27 13:31:36 _hostname_ baloo_file[986]: 240518168623 "/home/_user_/pCloudDrive/Books/Rowling, J.K. - Harry Potter - 7 - en de Relieken van de Dood.epub" renaming "675d35c658c145739b61d6736d5cb11f.md" to "Rowling, J.K. - Harry Potter - 7 - en de Relieken van de Dood.epub"
  5680. apr 27 13:31:36 _hostname_ baloo_file[986]: 244813135919 "/home/_user_/pCloudDrive/Books/Sander Donkers - Hay.epub" renaming "485037f1f6e04abdba33c99c614bc2ea.md" to "Sander Donkers - Hay.epub"
  5681. apr 27 13:31:36 _hostname_ baloo_file[986]: 249108103215 "/home/_user_/pCloudDrive/Books/The_Positively_Quit_Manual_Revised.pdf" renaming "2b3c7dbc5a374b2b8b80e695d33edb65.md" to "The_Positively_Quit_Manual_Revised.pdf"
  5682. apr 27 13:31:36 _hostname_ baloo_file[986]: 253403070511 "/home/_user_/pCloudDrive/Books/Thomas Dekker, Thijs Zonneveld - Mijn Gevecht.epub" renaming "9370724c1f354acc89e5d20df61ca60a.md" to "Thomas Dekker, Thijs Zonneveld - Mijn Gevecht.epub"
  5683. apr 27 13:31:36 _hostname_ baloo_file[986]: 257698037807 "/home/_user_/pCloudDrive/Books/Van Dale grammatica Frans.epub" renaming "d1b58d7653614cdc9616eb0ca182bc29.md" to "Van Dale grammatica Frans.epub"
  5684. apr 27 13:31:36 _hostname_ baloo_file[986]: 261993005103 "/home/_user_/pCloudDrive/Books/Vodka Politics Alcohol, Autocracy, and the Secret History of the Russian State.epub" renaming "e0af66032bc748018ea31e6023cd5440.md" to "Vodka Politics Alcohol, Autocracy, and the Secret History of the Russian State.epub"
  5685. apr 27 13:31:36 _hostname_ baloo_file[986]: 266287972399 "/home/_user_/pCloudDrive/Books/Woordenboeken - Van Dale - F-N.epub" renaming "90151124c21740f9b1da15f6daf1fff4.md" to "Woordenboeken - Van Dale - F-N.epub"
  5686. apr 27 13:31:36 _hostname_ baloo_file[986]: 270582939695 "/home/_user_/pCloudDrive/Books/Woordenboeken - Van Dale - N-F.epub" renaming "d0a9c90fc9424511860e058b06b531e8.md" to "Woordenboeken - Van Dale - N-F.epub"
  5687. apr 27 13:31:36 _hostname_ baloo_file[986]: 274877906991 "/home/_user_/pCloudDrive/Books/Zen Habits book.pdf" renaming "989468686bea48feb389db5720f54e84.md" to "Zen Habits book.pdf"
  5688. apr 27 13:31:36 _hostname_ baloo_file[986]: 283467841583 "/home/_user_/pCloudDrive/Books/Tyler Hamilton - Wielermaffia/Wielermaffia, De - Tyler Hamilton, Daniel Coyle.epub" renaming "660caf8205f74237896bbf60007314b7.md" to "Wielermaffia, De - Tyler Hamilton, Daniel Coyle.epub"
  5689. apr 27 13:31:36 _hostname_ baloo_file[986]: 326417514543 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie" renaming "e254bdb67c394450a76171053f19a147.md" to "Belangrijke Informatie"
  5690. apr 27 13:31:36 _hostname_ baloo_file[986]: 292057776175 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/1.jpg" renaming "c85fd0a7b08048528c911d5c7d356fe5.md" to "1.jpg"
  5691. apr 27 13:31:36 _hostname_ baloo_file[986]: 296352743471 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/2.jpg" renaming "b3d0df84a7fd45a1ac59acea4dcc030b.md" to "2.jpg"
  5692. apr 27 13:31:36 _hostname_ baloo_file[986]: 300647710767 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/3.jpg" renaming "62659efe4d244a11967d6c15f5407963.md" to "3.jpg"
  5693. apr 27 13:31:36 _hostname_ baloo_file[986]: 304942678063 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/aym38467q5s2x9uf.rar.par2" renaming "ba5e617c375444ca9ddae47153d13ec2.md" to "aym38467q5s2x9uf.rar.par2"
  5694. apr 27 13:31:36 _hostname_ baloo_file[986]: 309237645359 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/DE ONDEUGENDSTE DATINGFLIRT SITE.url" renaming "912dd4404f8c4ac1af0532001c92b98b.md" to "DE ONDEUGENDSTE DATINGFLIRT SITE.url"
  5695. apr 27 13:31:36 _hostname_ baloo_file[986]: 313532612655 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Nu voor u Jouw Sex Flirtplekje.url" renaming "412bfbf829024851b1ae65cafac4416f.md" to "Nu voor u Jouw Sex Flirtplekje.url"
  5696. apr 27 13:31:36 _hostname_ baloo_file[986]: 317827579951 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/aym38467q5s2x9uf.rar" renaming "f03065693dd94879958f068b93fa1c25.md" to "aym38467q5s2x9uf.rar"
  5697. apr 27 13:31:36 _hostname_ baloo_file[986]: 322122547247 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Publieke werken - Thomas Rosenboom.epub" renaming "9333b8c569e8418b96572accf6e47c5e.md" to "Publieke werken - Thomas Rosenboom.epub"
  5698. apr 27 13:31:36 _hostname_ baloo_file[986]: 330712481839 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/HitNews.eu.url" renaming "44461aaa0f49472b8560e8be0f279302.md" to "HitNews.eu.url"
  5699. apr 27 13:31:36 _hostname_ baloo_file[986]: 335007449135 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Kijk vanaf \xE2\x82\xAC 1 naar hoge kwaliteits porno films en scenes..url" renaming "4c7aa816dc5b4e03b8edf38002e49373.md" to "Kijk vanaf \xE2\x82\xAC 1 naar hoge kwaliteits porno films en scenes..url"
  5700. apr 27 13:31:36 _hostname_ baloo_file[986]: 339302416431 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Kom ook naar Place2home Torrents.url" renaming "362f4701d3874e90a5d173f789619d53.md" to "Kom ook naar Place2home Torrents.url"
  5701. apr 27 13:31:36 _hostname_ baloo_file[986]: 343597383727 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Lees dit eens!.txt" renaming "f5985acab9384135bcf4bfccaabac657.md" to "Lees dit eens!.txt"
  5702. apr 27 13:31:36 _hostname_ baloo_file[986]: 347892351023 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Link naar eNZetBee.url" renaming "296036dbdd1b4b2ea9e8667d46d5a6ba.md" to "Link naar eNZetBee.url"
  5703. apr 27 13:31:36 _hostname_ baloo_file[986]: 352187318319 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/NEW ----- Gratis Neuk Oproepjes.url" renaming "b21f66bcb00040938c805bc4ee2a0aac.md" to "NEW ----- Gratis Neuk Oproepjes.url"
  5704. apr 27 13:31:36 _hostname_ baloo_file[986]: 356482285615 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Nu voor u Jouw Sex Flirtplekje - kopie.url" renaming "205aafb3990045849f0588327b996373.md" to "Nu voor u Jouw Sex Flirtplekje - kopie.url"
  5705. apr 27 13:31:36 _hostname_ baloo_file[986]: 360777252911 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Nu voor u Jouw Sex Flirtplekje.url" renaming "cb9f3bf270d94fcdb345bef0fc1bd693.md" to "Nu voor u Jouw Sex Flirtplekje.url"
  5706. apr 27 13:31:36 _hostname_ baloo_file[986]: 365072220207 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Place2home.net __USENET-FORUM__.url" renaming "f13a03437bbc41d7b8cc6a77ee28ecf6.md" to "Place2home.net __USENET-FORUM__.url"
  5707. apr 27 13:31:36 _hostname_ baloo_file[986]: 369367187503 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Usenet Provider Newsconnection.nl.url" renaming "b9b11c7419c04c65b14e430eb41f9995.md" to "Usenet Provider Newsconnection.nl.url"
  5708. apr 27 13:31:36 _hostname_ baloo_file[986]: 373662154799 "/home/_user_/pCloudDrive/Books/Thomas Rosenboom - Publieke werken/Belangrijke Informatie/Vandaag nog lekker neuken....url" renaming "6be7b24d4f1d44d3b737cc24b256eddc.md" to "Vandaag nog lekker neuken....url"
  5709. apr 27 13:31:36 _hostname_ baloo_file[986]: 390842023983 "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa" renaming "2aff9162e77b4d3790d6110189bf04fd.md" to "nieuwe tsaa"
  5710. apr 27 13:31:36 _hostname_ baloo_file[986]: 382252089391 "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa.rar.par2" renaming "cbffadcbd40141cf81909ad08944b7d0.md" to "nieuwe tsaa.rar.par2"
  5711. apr 27 13:31:36 _hostname_ baloo_file[986]: 386547056687 "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa.rar" renaming "ce85f78bc5d840358f823461494067ae.md" to "nieuwe tsaa.rar"
  5712. apr 27 13:31:36 _hostname_ baloo_file[986]: 395136991279 "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa/Beste Boekenliefhebber, LEES DIT EVEN!.docx" renaming "d92aef89fc474ec385dba2fd7e887088.md" to "Beste Boekenliefhebber, LEES DIT EVEN!.docx"
  5713. apr 27 13:31:36 _hostname_ baloo_file[986]: 399431958575 "/home/_user_/pCloudDrive/Books/Steven Lee Myers - De nieuwe tsaar (2015)/nieuwe tsaa/Myers , Steven Lee - De nieuwe tsaar .epub" renaming "3b6768c407c74649ac0bbb3c7743a564.md" to "Myers , Steven Lee - De nieuwe tsaar .epub"
  5714. apr 27 13:31:36 _hostname_ baloo_file[986]: 416611827759 "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk" renaming "f141e15e279b4ecb89f24fad2c4cc1e6.md" to "ijzersterk"
  5715. apr 27 13:31:36 _hostname_ baloo_file[986]: 408021893167 "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk.rar.par2" renaming "27c87a2cad594b168cbf190e90ec99b0.md" to "ijzersterk.rar.par2"
  5716. apr 27 13:31:36 _hostname_ baloo_file[986]: 412316860463 "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk.rar" renaming "b89c80de422044a49962e64031d8805a.md" to "ijzersterk.rar"
  5717. apr 27 13:31:36 _hostname_ baloo_file[986]: 420906795055 "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk/Beste Boekenliefhebber.docx" renaming "timeCheck525885.txt" to "Beste Boekenliefhebber.docx"
  5718. apr 27 13:31:36 _hostname_ baloo_file[986]: 425201762351 "/home/_user_/pCloudDrive/Books/Oleg Chlevjoek - Stalin de biografie 2015/ijzersterk/Chlevjoek,Oleg - Stalin de biografie.epub" renaming "13.2.6 Packet Tracer - Verify IPv4 and IPv6 Addressing.pka" to "Chlevjoek,Oleg - Stalin de biografie.epub"
  5719. apr 27 13:31:36 _hostname_ baloo_file[986]: 433791696943 "/home/_user_/pCloudDrive/Books/Mark Manson - The Subtle Art of Not Giving a Fuck/The Subtle Art of Not Giving a F ck - Mark Manson.epub" renaming "15.4.8 Lab - Observe DNS Resolution.docx" to "The Subtle Art of Not Giving a F ck - Mark Manson.epub"
  5720. apr 27 13:31:36 _hostname_ baloo_file[986]: 438086664239 "/home/_user_/pCloudDrive/Books/Mark Manson - The Subtle Art of Not Giving a Fuck/The Subtle Art of Not Giving a F ck - Mark Manson.pdf" renaming "11.6.6 Lab - Calculate IPv4 Subnets (Geert).docx" to "The Subtle Art of Not Giving a F ck - Mark Manson.pdf"
  5721. apr 27 13:31:36 _hostname_ baloo_file[986]: 455266533423 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Het einde van het Romeinse Rijk/rssmndrmn" renaming "Screenshot from 2021-03-20 17-41-14.png" to "rssmndrmn"
  5722. apr 27 13:31:36 _hostname_ baloo_file[986]: 446676598831 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Het einde van het Romeinse Rijk/rssmndrmn.rar.par2" renaming "Geert" to "rssmndrmn.rar.par2"
  5723. apr 27 13:31:36 _hostname_ baloo_file[986]: 450971566127 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Het einde van het Romeinse Rijk/rssmndrmn.rar" renaming "Intentieverklaring Geert Kroezen.jpg" to "rssmndrmn.rar"
  5724. apr 27 13:31:36 _hostname_ baloo_file[986]: 459561500719 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Het einde van het Romeinse Rijk/rssmndrmn/Rossem, Maarten van - Het einde van het romeinse rijk.epub" renaming "Screenshot from 2021-03-20 17-49-57.png" to "Rossem, Maarten van - Het einde van het romeinse rijk.epub"
  5725. apr 27 13:31:36 _hostname_ baloo_file[986]: 476741369903 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg" renaming "Screenshot_20210327_173352.jpg" to "Mrtnrssm3Rlg"
  5726. apr 27 13:31:36 _hostname_ baloo_file[986]: 468151435311 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/mrtnrssm3rlg.rar.par2" renaming "wallpaperflare.com_wallpaper.jpg" to "mrtnrssm3rlg.rar.par2"
  5727. apr 27 13:31:36 _hostname_ baloo_file[986]: 472446402607 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/mrtnrssm3rlg.rar" renaming "Screenshot_20210327_170846.png" to "mrtnrssm3rlg.rar"
  5728. apr 27 13:31:36 _hostname_ baloo_file[986]: 481036337199 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/bn_hitnews_468x90.gif" renaming "Screenshot_20210327_184539.jpg" to "bn_hitnews_468x90.gif"
  5729. apr 27 13:31:36 _hostname_ baloo_file[986]: 485331304495 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/Hitnes supperrrrrr.url" renaming "Screenshot_20210328_161940.jpg" to "Hitnes supperrrrrr.url"
  5730. apr 27 13:31:36 _hostname_ baloo_file[986]: 489626271791 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/nzbchronicle.net.url" renaming "networkingI.jpg" to "nzbchronicle.net.url"
  5731. apr 27 13:31:36 _hostname_ baloo_file[986]: 493921239087 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/nzbchronicle.txt" renaming "20210329_180605.jpg" to "nzbchronicle.txt"
  5732. apr 27 13:31:36 _hostname_ baloo_file[986]: 498216206383 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/flyer_nzb_chronicle.jpg" renaming "Paspoort GK voorkant.jpg" to "flyer_nzb_chronicle.jpg"
  5733. apr 27 13:31:36 _hostname_ baloo_file[986]: 502511173679 "/home/_user_/pCloudDrive/Books/Maarten van Rossem - Drie oorlogen (2014)/Mrtnrssm3Rlg/Rossem, Maarten van - Drie oorlogen.ePub" renaming "Paspoort GK achterkant.jpg" to "Rossem, Maarten van - Drie oorlogen.ePub"
  5734. apr 27 13:31:36 _hostname_ baloo_file[986]: 554050781231 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/Angels4Always" renaming "Python" to "Angels4Always"
  5735. apr 27 13:31:36 _hostname_ baloo_file[986]: 523986010159 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd" renaming "202104071408321000.jpg" to "hrtmrtntdbrlvngd"
  5736. apr 27 13:31:36 _hostname_ baloo_file[986]: 511101108271 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd.rar.par2" renaming "Screenshot_20210401_201854.jpg" to "hrtmrtntdbrlvngd.rar.par2"
  5737. apr 27 13:31:36 _hostname_ baloo_file[986]: 515396075567 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/Hart, Maarten \xC2\xB4t - De bril van God.epub" renaming "20210404_181530.jpg" to "Hart, Maarten \xC2\xB4t - De bril van God.epub"
  5738. apr 27 13:31:36 _hostname_ baloo_file[986]: 519691042863 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd.rar" renaming "20210407_130531.jpg" to "hrtmrtntdbrlvngd.rar"
  5739. apr 27 13:31:36 _hostname_ baloo_file[986]: 532575944751 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always" renaming "problemcrash.png" to "Angels4Always"
  5740. apr 27 13:31:36 _hostname_ baloo_file[986]: 528280977455 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd/Hart, Maarten \xC2\xB4t - De bril van God.epub" renaming "20210407_155237.jpg" to "Hart, Maarten \xC2\xB4t - De bril van God.epub"
  5741. apr 27 13:31:36 _hostname_ baloo_file[986]: 536870912047 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always/Angels BoekenHuis voor Ebook-fans!!.txt" renaming "Geert4.jpg" to "Angels BoekenHuis voor Ebook-fans!!.txt"
  5742. apr 27 13:31:36 _hostname_ baloo_file[986]: 541165879343 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always/Angels4Always.url" renaming "geert2.PNG" to "Angels4Always.url"
  5743. apr 27 13:31:36 _hostname_ baloo_file[986]: 545460846639 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always/Angels BoekenHuis.png" renaming "Geert.jpg" to "Angels BoekenHuis.png"
  5744. apr 27 13:31:36 _hostname_ baloo_file[986]: 549755813935 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/hrtmrtntdbrlvngd/Angels4Always/flyerangel4always.jpg" renaming "AppImages" to "flyerangel4always.jpg"
  5745. apr 27 13:31:36 _hostname_ baloo_file[986]: 558345748527 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/Angels4Always/Angels BoekenHuis voor Ebook-fans!!.txt" renaming "IT Security" to "Angels BoekenHuis voor Ebook-fans!!.txt"
  5746. apr 27 13:31:36 _hostname_ baloo_file[986]: 562640715823 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/Angels4Always/Angels4Always.url" renaming "Resume" to "Angels4Always.url"
  5747. apr 27 13:31:36 _hostname_ baloo_file[986]: 566935683119 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/Angels4Always/Angels BoekenHuis.png" renaming "Intentieverklaring Geert Kroezen.pdf" to "Angels BoekenHuis.png"
  5748. apr 27 13:31:36 _hostname_ baloo_file[986]: 571230650415 "/home/_user_/pCloudDrive/Books/Maarten \xC2\xB4t Hart - De bril van God/Angels4Always/flyerangel4always.jpg" renaming "Jaaropgave 2020.pdf" to "flyerangel4always.jpg"
  5749. apr 27 13:31:36 _hostname_ baloo_file[986]: 584115552303 "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden" renaming "Declaratie 224991.pdf" to "Leon Uris - Gezworen kameraden"
  5750. apr 27 13:31:36 _hostname_ baloo_file[986]: 579820585007 "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/leon uris - gezworen kameraden.rar" renaming "Stuff" to "leon uris - gezworen kameraden.rar"
  5751. apr 27 13:31:36 _hostname_ baloo_file[986]: 588410519599 "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden-back.jpg" renaming "aanslag-gem-watersch-belasting-2021.pdf" to "Gezworen kameraden-back.jpg"
  5752. apr 27 13:31:36 _hostname_ baloo_file[986]: 592705486895 "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden-front.jpg" renaming "Resume - Geert Kroezen.docx" to "Gezworen kameraden-front.jpg"
  5753. apr 27 13:31:36 _hostname_ baloo_file[986]: 597000454191 "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden.doc" renaming "CV - Geert Kroezen.docx" to "Gezworen kameraden.doc"
  5754. apr 27 13:31:36 _hostname_ baloo_file[986]: 601295421487 "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden.epub" renaming "CV - Geert Kroezen [conflicted].docx" to "Gezworen kameraden.epub"
  5755. apr 27 13:31:36 _hostname_ baloo_file[986]: 605590388783 "/home/_user_/pCloudDrive/Books/Leon Uris - Gezworen kameraden/Leon Uris - Gezworen kameraden/Gezworen kameraden.pdf" renaming "Ontwikkeling & Coaching" to "Gezworen kameraden.pdf"
  5756. apr 27 13:31:36 _hostname_ baloo_file[986]: 627065225263 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/01. Lees dit eerst!" renaming "Git" to "01. Lees dit eerst!"
  5757. apr 27 13:31:36 _hostname_ baloo_file[986]: 614180323375 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/cover.jpg" renaming "Ethiek" to "cover.jpg"
  5758. apr 27 13:31:36 _hostname_ baloo_file[986]: 618475290671 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/5weyquh5ibwuq00y419lt13174y.rar" renaming "Offensive Programming" to "5weyquh5ibwuq00y419lt13174y.rar"
  5759. apr 27 13:31:36 _hostname_ baloo_file[986]: 622770257967 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/Zoon - Karl Ove Knausgard.epub" renaming "Booster" to "Zoon - Karl Ove Knausgard.epub"
  5760. apr 27 13:31:36 _hostname_ baloo_file[986]: 631360192559 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/01. Lees dit eerst!/Angels4Always.url" renaming "Voorbereidingsdag Cohort 24.pdf" to "Angels4Always.url"
  5761. apr 27 13:31:36 _hostname_ baloo_file[986]: 635655159855 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Zoon/01. Lees dit eerst!/Deze post word u aangeboden door Roadrunner..jpg" renaming "Introduction to networking.odt" to "Deze post word u aangeboden door Roadrunner..jpg"
  5762. apr 27 13:31:36 _hostname_ baloo_file[986]: 657129996335 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/01. Lees dit eerst!" renaming "Vraag subnetten.odt" to "01. Lees dit eerst!"
  5763. apr 27 13:31:36 _hostname_ baloo_file[986]: 644245094447 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/cover.jpg" renaming "Rooster week 1-21.pdf" to "cover.jpg"
  5764. apr 27 13:31:36 _hostname_ baloo_file[986]: 648540061743 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/oc69hwy2new40pyezffrs5ey9ci.rar" renaming "IPv4 & subnetten.odt" to "oc69hwy2new40pyezffrs5ey9ci.rar"
  5765. apr 27 13:31:36 _hostname_ baloo_file[986]: 652835029039 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/Vader - Knausgard, Karl Ove.epub" renaming "20210414_093919_HDR.jpg" to "Vader - Knausgard, Karl Ove.epub"
  5766. apr 27 13:31:36 _hostname_ baloo_file[986]: 661424963631 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/01. Lees dit eerst!/Angels4Always.url" renaming "IPv6.odt" to "Angels4Always.url"
  5767. apr 27 13:31:36 _hostname_ baloo_file[986]: 665719930927 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Vader/01. Lees dit eerst!/Deze post word u aangeboden door Roadrunner..jpg" renaming "project-group-1" to "Deze post word u aangeboden door Roadrunner..jpg"
  5768. apr 27 13:31:36 _hostname_ baloo_file[986]: 687194767407 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/01. Lees dit eerst!" renaming "basic-parse-packet-packet-linux_geert.py" to "01. Lees dit eerst!"
  5769. apr 27 13:31:36 _hostname_ baloo_file[986]: 674309865519 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/cover.jpg" renaming "README.md" to "cover.jpg"
  5770. apr 27 13:31:36 _hostname_ baloo_file[986]: 678604832815 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/eukkzscco3w63g6rhd2j5c4s8en.rar" renaming "sniffers_texto.pdf" to "eukkzscco3w63g6rhd2j5c4s8en.rar"
  5771. apr 27 13:31:36 _hostname_ baloo_file[986]: 682899800111 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/Nacht - Karl Ove Knausgard.epub" renaming "basic-packet-sniffer-linux_geert.py" to "Nacht - Karl Ove Knausgard.epub"
  5772. apr 27 13:31:36 _hostname_ baloo_file[986]: 691489734703 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/01. Lees dit eerst!/Angels4Always.url" renaming "Opdracht - Making The Case.docx" to "Angels4Always.url"
  5773. apr 27 13:31:36 _hostname_ baloo_file[986]: 695784701999 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Nacht/01. Lees dit eerst!/Deze post word u aangeboden door Roadrunner..jpg" renaming "Pre-engagement interactions.odt" to "Deze post word u aangeboden door Roadrunner..jpg"
  5774. apr 27 13:31:36 _hostname_ baloo_file[986]: 717259538479 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/01. Lees dit eerst!" renaming "General Questions II.pdf" to "01. Lees dit eerst!"
  5775. apr 27 13:31:36 _hostname_ baloo_file[986]: 704374636591 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/cover.jpg" renaming "Pre-engagement interactions - voortgang.pdf" to "cover.jpg"
  5776. apr 27 13:31:36 _hostname_ baloo_file[986]: 708669603887 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/4276dstedkndhl5qb159g0h66hx.rar" renaming "General Questions.odt" to "4276dstedkndhl5qb159g0h66hx.rar"
  5777. apr 27 13:31:36 _hostname_ baloo_file[986]: 712964571183 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/Liefde - Knausgard, Karl Ove.epub" renaming "General Questions II.odt" to "Liefde - Knausgard, Karl Ove.epub"
  5778. apr 27 13:31:36 _hostname_ baloo_file[986]: 721554505775 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/01. Lees dit eerst!/Angels4Always.url" renaming "python-opdrachten-v1-3.pdf" to "Angels4Always.url"
  5779. apr 27 13:31:36 _hostname_ baloo_file[986]: 725849473071 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/01. Lees dit eerst!/Deze post word u aangeboden door Roadrunner..jpg" renaming "Voorstel eindopdracht Geert Kroezen.odt" to "Deze post word u aangeboden door Roadrunner..jpg"
  5780. apr 27 13:31:36 _hostname_ baloo_file[986]: 730144440367 "/home/_user_/pCloudDrive/Books/Karl Ove Knausgard - Liefde/01. Lees dit eerst!/Flyer Angels4Always.png" renaming "Voorstel eindopdracht Geert Kroezen.pdf" to "Flyer Angels4Always.png"
  5781. apr 27 13:31:36 _hostname_ baloo_file[986]: 738734374959 "/home/_user_/pCloudDrive/Books/John Williams - Stoner (verzoekje)/ex10.rar" renaming "Presentatie Ethiek.pptx" to "ex10.rar"
  5782. apr 27 13:31:36 _hostname_ baloo_file[986]: 743029342255 "/home/_user_/pCloudDrive/Books/John Williams - Stoner (verzoekje)/John Williams - Stoner.epub" renaming "Ethiek Opdracht 1&2.odt" to "John Williams - Stoner.epub"
  5783. apr 27 13:31:36 _hostname_ baloo_file[986]: 764504178735 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee" renaming "Antwoorden" to "Postmap eNZetBee"
  5784. apr 27 13:31:36 _hostname_ baloo_file[986]: 751619276847 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/2bshvljmndbvnk.rar.par2" renaming "Dag 1" to "2bshvljmndbvnk.rar.par2"
  5785. apr 27 13:31:36 _hostname_ baloo_file[986]: 755914244143 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/2bshvljmndbvnk.rar" renaming "Dag 2" to "2bshvljmndbvnk.rar"
  5786. apr 27 13:31:36 _hostname_ baloo_file[986]: 760209211439 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Biesheuvel, J.M.A - In de bovenkooi.epub" renaming "Dag 3" to "Biesheuvel, J.M.A - In de bovenkooi.epub"
  5787. apr 27 13:31:36 _hostname_ baloo_file[986]: 768799146031 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee/HitNews.eu.url" renaming "Network Representation.odt" to "HitNews.eu.url"
  5788. apr 27 13:31:36 _hostname_ baloo_file[986]: 773094113327 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee/Lees dit eens!.txt" renaming "Mindmap Cybersecurity.pdf" to "Lees dit eens!.txt"
  5789. apr 27 13:31:36 _hostname_ baloo_file[986]: 777389080623 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee/Link naar eNZetBee.url" renaming "Router_ switch configureren.docx" to "Link naar eNZetBee.url"
  5790. apr 27 13:31:36 _hostname_ baloo_file[986]: 781684047919 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - In de bovenkooi/Postmap eNZetBee/Flyer eNZetBee.jpg" renaming "Cisco commandline.docx" to "Flyer eNZetBee.jpg"
  5791. apr 27 13:31:36 _hostname_ baloo_file[986]: 803158884399 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee" renaming "3.5.5 Packet Tracer \xE2\x80\x93 Investigate the TCP:IP and OSI Models in Action (Instructor Version).docx" to "Postmap eNZetBee"
  5792. apr 27 13:31:36 _hostname_ baloo_file[986]: 790273982511 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/1bshvljmdvrplttrndwrkljkhd.rar.par2" renaming "15.4.8 Lab \xE2\x80\x93 Observe DNS Resolution.docx" to "1bshvljmdvrplttrndwrkljkhd.rar.par2"
  5793. apr 27 13:31:36 _hostname_ baloo_file[986]: 794568949807 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/1bshvljmdvrplttrndwrkljkhd.rar" renaming "14.8.1 Packet Tracer \xE2\x80\x93 TCP and UDP Communications (Answers).docx" to "1bshvljmdvrplttrndwrkljkhd.rar"
  5794. apr 27 13:31:36 _hostname_ baloo_file[986]: 798863917103 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Biesheuvel, J.M.A - De verpletterende werkelijkheid.epub" renaming "16.5.1 Packet Tracer \xE2\x80\x93 Secure Network Devices Instructor Version.docx" to "Biesheuvel, J.M.A - De verpletterende werkelijkheid.epub"
  5795. apr 27 13:31:36 _hostname_ baloo_file[986]: 807453851695 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee/HitNews.eu.url" renaming "4.6.5 Packet Tracer \xE2\x80\x93 Connect a Wired and Wireless LAN (Instructor Version).docx" to "HitNews.eu.url"
  5796. apr 27 13:31:36 _hostname_ baloo_file[986]: 811748818991 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee/Lees dit eens!.txt" renaming "9.1.3 Packet Tracer \xE2\x80\x93 Identify MAC and IP Addresses (Instructor Version).docx" to "Lees dit eens!.txt"
  5797. apr 27 13:31:36 _hostname_ baloo_file[986]: 816043786287 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee/Link naar eNZetBee.url" renaming "7.2.7 Lab \xE2\x80\x93 View Network Device MAC Addresses.docx" to "Link naar eNZetBee.url"
  5798. apr 27 13:31:36 _hostname_ baloo_file[986]: 820338753583 "/home/_user_/pCloudDrive/Books/JMA Biesheuvel - De verpletterende werkelijkheid/Postmap eNZetBee/Flyer eNZetBee.jpg" renaming "16.4.6 Packet Tracer \xE2\x80\x93 Configure Secure Passwords and SSH Instructor Version.docx" to "Flyer eNZetBee.jpg"
  5799. apr 27 13:31:36 _hostname_ baloo_file[986]: 828928688175 "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/Angels BoekenHuis voor Ebook-fans!!.txt" renaming "7.3.7 Lab \xE2\x80\x93 View the Switch MAC Address Table.docx" to "Angels BoekenHuis voor Ebook-fans!!.txt"
  5800. apr 27 13:31:36 _hostname_ baloo_file[986]: 833223655471 "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/Angels4Always.url" renaming "10.3.4 Packet Tracer \xE2\x80\x93 Connect a Router to a LAN (Answers).docx" to "Angels4Always.url"
  5801. apr 27 13:31:36 _hostname_ baloo_file[986]: 837518622767 "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/ebka4a0qs7b3bpt67s7is.par2" renaming "10.1.4 Packet Tracer \xE2\x80\x93 Configure Initial Router Settings (Instructor Version).docx" to "ebka4a0qs7b3bpt67s7is.par2"
  5802. apr 27 13:31:36 _hostname_ baloo_file[986]: 841813590063 "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/Angels BoekenHuis.png" renaming "11.6.6 Lab \xE2\x80\x93 Calculate IPv4 Subnets.docx" to "Angels BoekenHuis.png"
  5803. apr 27 13:31:36 _hostname_ baloo_file[986]: 846108557359 "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/EBKA4A0QS7B3BPT67S7IS.epub" renaming "1.5.7 Packet Tracer \xE2\x80\x93 Network Representation (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx" to "EBKA4A0QS7B3BPT67S7IS.epub"
  5804. apr 27 13:31:36 _hostname_ baloo_file[986]: 850403524655 "/home/_user_/pCloudDrive/Books/Jeroen Brouwers - Het Hout (2014)/ebka4a0qs7b3bpt67s7is.rar" renaming "2.7.6 Packet Tracer \xE2\x80\x93 Implement Basic Connectivity (Instructions Answers).docx" to "ebka4a0qs7b3bpt67s7is.rar"
  5805. apr 27 13:31:36 _hostname_ baloo_file[986]: 858993459247 "/home/_user_/pCloudDrive/Books/Jelle Brandt Corstius - As in de tas/jelle brandt corstius - as in tas (2016).epub.par2" renaming "9.2.9 Packet Tracer \xE2\x80\x93 Examine the ARP Table (Instructor Version).docx" to "jelle brandt corstius - as in tas (2016).epub.par2"
  5806. apr 27 13:31:36 _hostname_ baloo_file[986]: 863288426543 "/home/_user_/pCloudDrive/Books/Jelle Brandt Corstius - As in de tas/jelle brandt corstius - as in tas (2016).epub" renaming "2.5.5 Packet Tracer \xE2\x80\x93 Configure Initial Switch Settings Instructor Version.docx" to "jelle brandt corstius - as in tas (2016).epub"
  5807. apr 27 13:31:36 _hostname_ baloo_file[986]: 880468295727 "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/Kershaw, Ian - Hitler" renaming "13.2.7 Packet Tracer - Use Ping and Traceroute to Test Network Connectivity(Geert).docx" to "Kershaw, Ian - Hitler"
  5808. apr 27 13:31:36 _hostname_ baloo_file[986]: 871878361135 "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/reltih - nai ,wahsrek.rar.par2" renaming "7.1.6 Lab \xE2\x80\x93 Use Wireshark to Examine Ethernet Frames.docx" to "reltih - nai ,wahsrek.rar.par2"
  5809. apr 27 13:31:36 _hostname_ baloo_file[986]: 876173328431 "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/reltih - nai ,wahsrek.rar" renaming "2.3.7 Packet Tracer \xE2\x80\x93 Navigating the IOS (Instructor Version \xE2\x80\x93 Optional Packet Tracer).docx" to "reltih - nai ,wahsrek.rar"
  5810. apr 27 13:31:36 _hostname_ baloo_file[986]: 884763263023 "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/Kershaw, Ian - Hitler/Angels BoekenHuis voor Ebook-fans!!.txt" renaming "13.2.6 Packet Tracer - Verify IPv4 and IPv6 Addressing(Geert).docx" to "Angels BoekenHuis voor Ebook-fans!!.txt"
  5811. apr 27 13:31:36 _hostname_ baloo_file[986]: 889058230319 "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/Kershaw, Ian - Hitler/Angels BoekenHuis.png" renaming "13.2.6 Packet Tracer - Verify IPv4 and IPv6 Addressing.pka" to "Angels BoekenHuis.png"
  5812. apr 27 13:31:36 _hostname_ baloo_file[986]: 893353197615 "/home/_user_/pCloudDrive/Books/Ian Kershaw - Hitler De Biografie/Kershaw, Ian - Hitler/Kershaw, Ian - Hitler.epub" renaming "13.2.7 Packet Tracer - Use Ping and Traceroute to Test Network Connectivity.pka" to "Kershaw, Ian - Hitler.epub"
  5813. apr 27 13:31:36 _hostname_ baloo_file[986]: 927712935983 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie" renaming "16.5.1 Packet Tracer - Secure Network Devices.docx" to "Belangrijke Informatie"
  5814. apr 27 13:31:36 _hostname_ baloo_file[986]: 901943132207 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/1.jpg" renaming "11.6.6 Lab - Calculate IPv4 Subnets (Geert).docx" to "1.jpg"
  5815. apr 27 13:31:36 _hostname_ baloo_file[986]: 906238099503 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/2.jpg" renaming "14.8.1 Packet Tracer - TCP and UDP Communications.docx" to "2.jpg"
  5816. apr 27 13:31:36 _hostname_ baloo_file[986]: 910533066799 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/3.jpg" renaming "14.8.1 Packet Tracer - TCP and UDP Communications.pka" to "3.jpg"
  5817. apr 27 13:31:36 _hostname_ baloo_file[986]: 914828034095 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Over vaders en zonen - Hugo Borst.epub" renaming "12.7.4 Lab - Identify IPv6 Addresses.docx" to "Over vaders en zonen - Hugo Borst.epub"
  5818. apr 27 13:31:36 _hostname_ baloo_file[986]: 919123001391 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/u67h9dgerq4mk538axzf.rar.par2" renaming "16.4.6 Packet Tracer - Configure Secure Passwords and SSH.docx" to "u67h9dgerq4mk538axzf.rar.par2"
  5819. apr 27 13:31:36 _hostname_ baloo_file[986]: 923417968687 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/u67h9dgerq4mk538axzf.rar" renaming "16.4.6 Packet Tracer - Configure Secure Passwords and SSH.pka" to "u67h9dgerq4mk538axzf.rar"
  5820. apr 27 13:31:36 _hostname_ baloo_file[986]: 932007903279 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/HitNews.eu.url" renaming "16.5.1 Packet Tracer - Secure Network Devices.pka" to "HitNews.eu.url"
  5821. apr 27 13:31:36 _hostname_ baloo_file[986]: 936302870575 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Kijk vanaf \xE2\x82\xAC 1 naar hoge kwaliteits porno films en scenes..url" renaming "9.1.3 Packet Tracer - Identify MAC and IP Addresses.docx" to "Kijk vanaf \xE2\x82\xAC 1 naar hoge kwaliteits porno films en scenes..url"
  5822. apr 27 13:31:36 _hostname_ baloo_file[986]: 940597837871 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Kom ook naar Place2home Torrents.url" renaming "9.1.3 Packet Tracer - Identify MAC and IP Addresses.pka" to "Kom ook naar Place2home Torrents.url"
  5823. apr 27 13:31:36 _hostname_ baloo_file[986]: 944892805167 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Lees dit eens!.txt" renaming "7.1.6 Lab - Use Wireshark to Examine Ethernet Frames.docx" to "Lees dit eens!.txt"
  5824. apr 27 13:31:36 _hostname_ baloo_file[986]: 949187772463 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Link naar eNZetBee.url" renaming "7.2.7 Lab - View Network Device MAC Addresses.docx" to "Link naar eNZetBee.url"
  5825. apr 27 13:31:36 _hostname_ baloo_file[986]: 953482739759 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/NEW ----- Gratis Neuk Oproepjes.url" renaming "Opdracht 7.2.7.pkt" to "NEW ----- Gratis Neuk Oproepjes.url"
  5826. apr 27 13:31:36 _hostname_ baloo_file[986]: 957777707055 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Nu voor u Jouw Sex Flirtplekje - kopie.url" renaming "10.3.4 Packet Tracer - Connect a Router to a LAN.docx" to "Nu voor u Jouw Sex Flirtplekje - kopie.url"
  5827. apr 27 13:31:36 _hostname_ baloo_file[986]: 962072674351 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Nu voor u Jouw Sex Flirtplekje.url" renaming "10.3.4 Packet Tracer - Connect a Router to a LAN.pka" to "Nu voor u Jouw Sex Flirtplekje.url"
  5828. apr 27 13:31:36 _hostname_ baloo_file[986]: 966367641647 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Place2home.net __USENET-FORUM__.url" renaming "9.2.9 Packet Tracer - Examine the ARP Table(Geert).docx" to "Place2home.net __USENET-FORUM__.url"
  5829. apr 27 13:31:36 _hostname_ baloo_file[986]: 970662608943 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Usenet Provider Newsconnection.nl.url" renaming "9.2.9 Packet Tracer - Examine the ARP Table.pka" to "Usenet Provider Newsconnection.nl.url"
  5830. apr 27 13:31:36 _hostname_ baloo_file[986]: 974957576239 "/home/_user_/pCloudDrive/Books/Hugo Borst - Over Vaders & Zonen/Belangrijke Informatie/Vandaag nog lekker neuken....url" renaming "7.3.7 Lab - View the Switch MAC Address Table.docx" to "Vandaag nog lekker neuken....url"
  5831. apr 27 13:31:36 _hostname_ baloo_file[986]: 992137445423 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw" renaming "1.5.7 Packet Tracer - Network Representation.pka" to "poetsvrouw"
  5832. apr 27 13:31:36 _hostname_ baloo_file[986]: 983547510831 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw.rar" renaming "10.1.4 Packet Tracer - Configure Initial Router Settings.docx" to "poetsvrouw.rar"
  5833. apr 27 13:31:36 _hostname_ baloo_file[986]: 987842478127 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw.rar.par2" renaming "10.1.4 Packet Tracer - Configure Initial Router Settings.pka" to "poetsvrouw.rar.par2"
  5834. apr 27 13:31:36 _hostname_ baloo_file[986]: 996432412719 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw/Beste Boekenliefhebber, LEES DIT EVEN!.docx" renaming "Navigate the IOS.odt" to "Beste Boekenliefhebber, LEES DIT EVEN!.docx"
  5835. apr 27 13:31:36 _hostname_ baloo_file[986]: 1000727380015 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus/poetsvrouw/Brusselmans ,Herman - Zeik en de moord op de poetsvrouw van Hugo Claus .epub" renaming "2.5.5 Packet Tracer - Configure Initial Switch Settings (Opdrachten Geert).docx" to "Brusselmans ,Herman - Zeik en de moord op de poetsvrouw van Hugo Claus .epub"
  5836. apr 27 13:31:36 _hostname_ baloo_file[986]: 1017907249199 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy" renaming "2.5.5 Packet Tracer - Configure Initial Switch Settings (Geert).pka" to "poppy"
  5837. apr 27 13:31:36 _hostname_ baloo_file[986]: 1009317314607 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy.rar.par2" renaming "3.5.5 Packet Tracer - Investigate the TCP-IP and OSI Models in Action.docx" to "poppy.rar.par2"
  5838. apr 27 13:31:36 _hostname_ baloo_file[986]: 1013612281903 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy.rar" renaming "3.7.10 Lab - Use Wireshark to View Network Traffic.docx" to "poppy.rar"
  5839. apr 27 13:31:36 _hostname_ baloo_file[986]: 1022202216495 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy/Beste Boekenliefhebber, LEES DIT EVEN!.docx" renaming "2.7.6 Packet Tracer - Implement Basic Connectivity (Geert).docx" to "Beste Boekenliefhebber, LEES DIT EVEN!.docx"
  5840. apr 27 13:31:36 _hostname_ baloo_file[986]: 1026497183791 "/home/_user_/pCloudDrive/Books/Herman Brusselmans - Poppy en Eddie en Manon/poppy/Brusselmans, Herman - Poppy en Eddie en Manon.epub" renaming "2.7.6 Packet Tracer - Implement Basic Connectivity (Geert).pka" to "Brusselmans, Herman - Poppy en Eddie en Manon.epub"
  5841. apr 27 13:31:36 _hostname_ baloo_file[986]: 1043677052975 "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog" renaming "Reflectie op Ontwikkeling deel 1 Security.docx" to "spotvog"
  5842. apr 27 13:31:36 _hostname_ baloo_file[986]: 1035087118383 "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog.rar.par2" renaming "Harver Report-Geert Kroezen 09_02_2021.pdf" to "spotvog.rar.par2"
  5843. apr 27 13:31:36 _hostname_ baloo_file[986]: 1039382085679 "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog.rar" renaming "Reflectie Geert Kroezen.pdf" to "spotvog.rar"
  5844. apr 27 13:31:36 _hostname_ baloo_file[986]: 1047972020271 "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog/Beste Boekenliefhebber, LEES DIT EVEN!.docx" renaming "Woordenboeken - Van Dale - N-F.epub" to "Beste Boekenliefhebber, LEES DIT EVEN!.docx"
  5845. apr 27 13:31:36 _hostname_ baloo_file[986]: 1052266987567 "/home/_user_/pCloudDrive/Books/Harper Lee - Spaar de spotvogel (2015)/spotvog/Harper, Lee - Spaar de spotvogel.ePub" renaming "Zen Habits book.pdf" to "Harper, Lee - Spaar de spotvogel.ePub"
  5846. apr 27 13:31:36 _hostname_ baloo_file[986]: 1073741824047 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee" renaming "Cheat sheet" to "Postmap eNZetBee"
  5847. apr 27 13:31:36 _hostname_ baloo_file[986]: 1060856922159 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/2lhrprghnztnwchtr.rar.par2" renaming "Les 2" to "2lhrprghnztnwchtr.rar.par2"
  5848. apr 27 13:31:36 _hostname_ baloo_file[986]: 1065151889455 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/2lhrprghnztnwchtr.rar" renaming "Les 3" to "2lhrprghnztnwchtr.rar"
  5849. apr 27 13:31:36 _hostname_ baloo_file[986]: 1069446856751 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Lee, Harper - Ga heen zet een wachter.epub" renaming "Booster" to "Lee, Harper - Ga heen zet een wachter.epub"
  5850. apr 27 13:31:36 _hostname_ baloo_file[986]: 1078036791343 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee/HitNews.eu.url" renaming "python_cheat_sheets" to "HitNews.eu.url"
  5851. apr 27 13:31:36 _hostname_ baloo_file[986]: 1082331758639 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee/Lees dit eens!.txt" renaming "python_cheat_sheets.zip" to "Lees dit eens!.txt"
  5852. apr 27 13:31:36 _hostname_ baloo_file[986]: 1086626725935 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee/Link naar eNZetBee.url" renaming "beginners_python_cheat_sheet_pcc_testing.pdf" to "Link naar eNZetBee.url"
  5853. apr 27 13:31:36 _hostname_ baloo_file[986]: 1090921693231 "/home/_user_/pCloudDrive/Books/Harper Lee - Ga heen zet een wachter (2015)/Postmap eNZetBee/Flyer eNZetBee.jpg" renaming "beginners_python_cheat_sheet_pcc_functions.pdf" to "Flyer eNZetBee.jpg"
  5854. apr 27 13:31:36 _hostname_ baloo_file[986]: 1099511627823 "/home/_user_/pCloudDrive/Books/Dimitri Verhulst - De helaasheid der dingen/Verhulst, Dimitri - De helaasheid der dingen.epub" renaming "beginners_python_cheat_sheet_pcc_plotly.pdf" to "Verhulst, Dimitri - De helaasheid der dingen.epub"
  5855. apr 27 13:31:36 _hostname_ baloo_file[986]: 1103806595119 "/home/_user_/pCloudDrive/Books/Dimitri Verhulst - De helaasheid der dingen/verhulst, dimitri - de helaasheid der dingen.rar" renaming "beginners_python_cheat_sheet_pcc_dictionaries.pdf" to "verhulst, dimitri - de helaasheid der dingen.rar"
  5856. apr 27 13:31:36 _hostname_ baloo_file[986]: 1120986464303 "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed)" renaming "beginners_python_cheat_sheet_pcc_files_exceptions.pdf" to "De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed)"
  5857. apr 27 13:31:36 _hostname_ baloo_file[986]: 1112396529711 "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/de tweede wereldoorlog - de grimmige slag om stalingrad (compressed).rar.par2" renaming "beginners_python_cheat_sheet_pcc_pygame.pdf" to "de tweede wereldoorlog - de grimmige slag om stalingrad (compressed).rar.par2"
  5858. apr 27 13:31:36 _hostname_ baloo_file[986]: 1116691497007 "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/de tweede wereldoorlog - de grimmige slag om stalingrad (compressed).rar" renaming "beginners_python_cheat_sheet_pcc_classes.pdf" to "de tweede wereldoorlog - de grimmige slag om stalingrad (compressed).rar"
  5859. apr 27 13:31:36 _hostname_ baloo_file[986]: 1125281431599 "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed)/Beste Boekenliefhebber.docx" renaming "beginners_python_cheat_sheet_pcc_lists.pdf" to "Beste Boekenliefhebber.docx"
  5860. apr 27 13:31:36 _hostname_ baloo_file[986]: 1129576398895 "/home/_user_/pCloudDrive/Books/De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad/De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed)/De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed).pdf" renaming "beginners_python_cheat_sheet_pcc_matplotlib.pdf" to "De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed).pdf"
  5861. apr 27 13:31:36 _hostname_ baloo_file[986]: 1146756268079 "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/Churchill" renaming "venusjaar.py" to "Churchill"
  5862. apr 27 13:31:36 _hostname_ baloo_file[986]: 1138166333487 "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/churchill.rar.par2" renaming "probeersel.py" to "churchill.rar.par2"
  5863. apr 27 13:31:36 _hostname_ baloo_file[986]: 1142461300783 "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/churchill.rar" renaming "functie.py" to "churchill.rar"
  5864. apr 27 13:31:36 _hostname_ baloo_file[986]: 1151051235375 "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/Churchill/Beste Boekenliefhebber, LEES DIT EVEN!.docx" renaming "kleineoefening.py" to "Beste Boekenliefhebber, LEES DIT EVEN!.docx"
  5865. apr 27 13:31:36 _hostname_ baloo_file[986]: 1155346202671 "/home/_user_/pCloudDrive/Books/Boris Johnson - De Churchill factor - biografie Winston Churchill/Churchill/Johnson B. - The Churchill factor.epub" renaming "de_tijd.py" to "Johnson B. - The Churchill factor.epub"
  5866. apr 27 13:31:36 _hostname_ baloo_file[986]: 1176821039151 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee" renaming "verjaardag.py" to "Postmap eNZetBee"
  5867. apr 27 13:31:36 _hostname_ baloo_file[986]: 1163936137263 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/1cmslbrtdpstffs.rar.par2" renaming "rekenmachine.py" to "1cmslbrtdpstffs.rar.par2"
  5868. apr 27 13:31:36 _hostname_ baloo_file[986]: 1168231104559 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/1cmslbrtdpstffs.rar" renaming "strings.py" to "1cmslbrtdpstffs.rar"
  5869. apr 27 13:31:36 _hostname_ baloo_file[986]: 1172526071855 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Camus, Albert - De pest.epub" renaming "practicum5.py" to "Camus, Albert - De pest.epub"
  5870. apr 27 13:31:36 _hostname_ baloo_file[986]: 1181116006447 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee/HitNews.eu.url" renaming "Oleg Chlevjoek - Stalin de biografie 2015" to "HitNews.eu.url"
  5871. apr 27 13:31:36 _hostname_ baloo_file[986]: 1185410973743 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee/Lees dit eens!.txt" renaming "testen.py" to "Lees dit eens!.txt"
  5872. apr 27 13:31:36 _hostname_ baloo_file[986]: 1189705941039 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee/Link naar eNZetBee.url" renaming "random_lijst.py" to "Link naar eNZetBee.url"
  5873. apr 27 13:31:36 _hostname_ baloo_file[986]: 1194000908335 "/home/_user_/pCloudDrive/Books/Albert Camus - De pest/Postmap eNZetBee/Flyer eNZetBee.jpg" renaming "tafels.py" to "Flyer eNZetBee.jpg"
  5874. apr 27 13:31:36 _hostname_ baloo_file[986]: 1206885810223 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Videos" renaming "oefening3.py" to "Videos"
  5875. apr 27 13:31:36 _hostname_ baloo_file[986]: 1211180777519 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Videos/Video Geert.kdenlive" renaming "oefening4.py" to "Video Geert.kdenlive"
  5876. apr 27 13:31:36 _hostname_ baloo_file[986]: 1215475744815 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Videos/Video-pitch Geert Kroezen.mp4" renaming "practicum2.py" to "Video-pitch Geert Kroezen.mp4"
  5877. apr 27 13:31:36 _hostname_ baloo_file[986]: 1391569403951 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Denis" renaming "Tyler Hamilton - Wielermaffia" to "Denis"
  5878. apr 27 13:31:36 _hostname_ baloo_file[986]: 1352914698287 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons" renaming "Karl Ove Knausgard - Zoon" to "Icons"
  5879. apr 27 13:31:36 _hostname_ baloo_file[986]: 1327144894511 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers" renaming "JMA Biesheuvel - De verpletterende werkelijkheid" to "Wallpapers"
  5880. apr 27 13:31:36 _hostname_ baloo_file[986]: 1262720385071 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted" renaming "Valuta.py" to "Vinted"
  5881. apr 27 13:31:36 _hostname_ baloo_file[986]: 1224065679407 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Macros.JPG" renaming "test.py" to "Macros.JPG"
  5882. apr 27 13:31:36 _hostname_ baloo_file[986]: 1228360646703 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/_user_2.PNG" renaming "willekeurig.py" to "geert2.PNG"
  5883. apr 27 13:31:36 _hostname_ baloo_file[986]: 1232655613999 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Geert4.jpg" renaming "bmi.py" to "Geert4.jpg"
  5884. apr 27 13:31:36 _hostname_ baloo_file[986]: 1236950581295 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/EmpAOSbXYAEzzM9.jpg" renaming "ifelse.py" to "EmpAOSbXYAEzzM9.jpg"
  5885. apr 27 13:31:36 _hostname_ baloo_file[986]: 1241245548591 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/PC.JPG" renaming "elif.py" to "PC.JPG"
  5886. apr 27 13:31:36 _hostname_ baloo_file[986]: 1245540515887 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Knipsel.JPG" renaming "kort.py" to "Knipsel.JPG"
  5887. apr 27 13:31:36 _hostname_ baloo_file[986]: 1249835483183 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/PC2.JPG" renaming "rekenen.py" to "PC2.JPG"
  5888. apr 27 13:31:36 _hostname_ baloo_file[986]: 1254130450479 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/best-worst-keto-vegetables-infographic-hip2keto-1.webp" renaming "practicum1.py" to "best-worst-keto-vegetables-infographic-hip2keto-1.webp"
  5889. apr 27 13:31:36 _hostname_ baloo_file[986]: 1258425417775 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Geert.jpg" renaming "willekeurig2.py" to "Geert.jpg"
  5890. apr 27 13:31:36 _hostname_ baloo_file[986]: 1267015352367 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger4.jpg" renaming "pCloud" to "Hilfiger4.jpg"
  5891. apr 27 13:31:36 _hostname_ baloo_file[986]: 1275605286959 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda2.jpg" renaming "Albert Camus - De pest" to "scotchsoda2.jpg"
  5892. apr 27 13:31:36 _hostname_ baloo_file[986]: 1279900254255 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger6.jpg" renaming "Boris Johnson - De Churchill factor - biografie Winston Churchill" to "Hilfiger6.jpg"
  5893. apr 27 13:31:36 _hostname_ baloo_file[986]: 1284195221551 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger3.jpg" renaming "De Tweede Wereldoorlog - De Grimmige Slag om Stalingrad" to "Hilfiger3.jpg"
  5894. apr 27 13:31:36 _hostname_ baloo_file[986]: 1288490188847 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda1.jpg" renaming "Dimitri Verhulst - De helaasheid der dingen" to "scotchsoda1.jpg"
  5895. apr 27 13:31:36 _hostname_ baloo_file[986]: 1292785156143 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger1.jpg" renaming "Harper Lee - Ga heen zet een wachter (2015)" to "Hilfiger1.jpg"
  5896. apr 27 13:31:36 _hostname_ baloo_file[986]: 1297080123439 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger2.jpg" renaming "Harper Lee - Spaar de spotvogel (2015)" to "Hilfiger2.jpg"
  5897. apr 27 13:31:36 _hostname_ baloo_file[986]: 1301375090735 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda3.jpg" renaming "Herman Brusselmans - Poppy en Eddie en Manon" to "scotchsoda3.jpg"
  5898. apr 27 13:31:36 _hostname_ baloo_file[986]: 1305670058031 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda4.jpg" renaming "Herman Brusselmans - Zeik en de moord op de poetsvrouw van Hugo Claus" to "scotchsoda4.jpg"
  5899. apr 27 13:31:36 _hostname_ baloo_file[986]: 1309965025327 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger8.jpg" renaming "Hugo Borst - Over Vaders & Zonen" to "Hilfiger8.jpg"
  5900. apr 27 13:31:36 _hostname_ baloo_file[986]: 1314259992623 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/Hilfiger7.jpg" renaming "Ian Kershaw - Hitler De Biografie" to "Hilfiger7.jpg"
  5901. apr 27 13:31:36 _hostname_ baloo_file[986]: 1318554959919 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda5.jpg" renaming "Jelle Brandt Corstius - As in de tas" to "scotchsoda5.jpg"
  5902. apr 27 13:31:36 _hostname_ baloo_file[986]: 1322849927215 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Vinted/scotchsoda6.jpg" renaming "Jeroen Brouwers - Het Hout (2014)" to "scotchsoda6.jpg"
  5903. apr 27 13:31:36 _hostname_ baloo_file[986]: 1331439861807 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/559aea234d8673c67b3d12a617c942f0400a6015.jpg" renaming "JMA Biesheuvel - In de bovenkooi" to "559aea234d8673c67b3d12a617c942f0400a6015.jpg"
  5904. apr 27 13:31:36 _hostname_ baloo_file[986]: 1335734829103 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/Microsoft_surface.jpg" renaming "John Williams - Stoner (verzoekje)" to "Microsoft_surface.jpg"
  5905. apr 27 13:31:36 _hostname_ baloo_file[986]: 1340029796399 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/wallpaper___the_world_by_greno89_d55kaxp.jpg" renaming "Karl Ove Knausgard - Liefde" to "wallpaper___the_world_by_greno89_d55kaxp.jpg"
  5906. apr 27 13:31:36 _hostname_ baloo_file[986]: 1344324763695 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/king_of_my_castle_by_yakonusuke_.jpg" renaming "Karl Ove Knausgard - Nacht" to "king_of_my_castle_by_yakonusuke_.jpg"
  5907. apr 27 13:31:36 _hostname_ baloo_file[986]: 1348619730991 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Wallpapers/Bycicle art.png" renaming "Karl Ove Knausgard - Vader" to "Bycicle art.png"
  5908. apr 27 13:31:36 _hostname_ baloo_file[986]: 1357209665583 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/internet_shopping.png" renaming "Leon Uris - Gezworen kameraden" to "internet_shopping.png"
  5909. apr 27 13:31:36 _hostname_ baloo_file[986]: 1361504632879 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/gaming.png" renaming "Maarten \xC2\xB4t Hart - De bril van God" to "gaming.png"
  5910. apr 27 13:31:36 _hostname_ baloo_file[986]: 1365799600175 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/game.png" renaming "Maarten van Rossem - Drie oorlogen (2014)" to "game.png"
  5911. apr 27 13:31:36 _hostname_ baloo_file[986]: 1370094567471 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/jobsicon.png" renaming "Maarten van Rossem - Het einde van het Romeinse Rijk" to "jobsicon.png"
  5912. apr 27 13:31:36 _hostname_ baloo_file[986]: 1374389534767 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/Icon_misc.png" renaming "Mark Manson - The Subtle Art of Not Giving a Fuck" to "Icon_misc.png"
  5913. apr 27 13:31:36 _hostname_ baloo_file[986]: 1378684502063 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/icon-jobs.png" renaming "Oleg Chlevjoek - Stalin de biografie 2015" to "icon-jobs.png"
  5914. apr 27 13:31:36 _hostname_ baloo_file[986]: 1382979469359 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/Icon_House.jpg" renaming "Steven Lee Myers - De nieuwe tsaar (2015)" to "Icon_House.jpg"
  5915. apr 27 13:31:36 _hostname_ baloo_file[986]: 1387274436655 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Pictures/Icons/Icon_House.png" renaming "Thomas Rosenboom - Publieke werken" to "Icon_House.png"
  5916. apr 27 13:31:36 _hostname_ baloo_file[986]: 1717986918447 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Randstand - GGD" renaming "nieuwe tsaa" to "Randstand - GGD"
  5917. apr 27 13:31:36 _hostname_ baloo_file[986]: 1632087572527 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Games/Path of Exile/ShopImages" renaming "Belangrijke Informatie" to "ShopImages"
  5918. apr 27 13:31:36 _hostname_ baloo_file[986]: 1739461754927 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/OOP.py" renaming "ijzersterk" to "OOP.py"
  5919. apr 27 13:31:36 _hostname_ baloo_file[986]: 1769526525999 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Chapter 5/hello_flask.py" renaming "rssmndrmn" to "hello_flask.py"
  5920. apr 27 13:31:36 _hostname_ baloo_file[986]: 1786706395183 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Chapter 5/templates/results.html" renaming "Mrtnrssm3Rlg" to "results.html"
  5921. apr 27 13:31:36 _hostname_ baloo_file[986]: 1825361100847 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Chapter 2/odd.py" renaming "Angels4Always" to "odd.py"
  5922. apr 27 13:31:36 _hostname_ baloo_file[986]: 1829656068143 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Chapter 2/beer_song.py" renaming "hrtmrtntdbrlvngd" to "beer_song.py"
  5923. apr 27 13:31:36 _hostname_ baloo_file[986]: 1846835937327 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Python/Chapter 3/vowels3.py" renaming "Angels4Always" to "vowels3.py"
  5924. apr 27 13:31:36 _hostname_ baloo_file[986]: 1889785610287 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/PostNL/Opzegging contract Geert Kroezen.docx" renaming "Leon Uris - Gezworen kameraden" to "Opzegging contract Geert Kroezen.docx"
  5925. apr 27 13:31:36 _hostname_ baloo_file[986]: 1945620185135 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/SQL" renaming "01. Lees dit eerst!" to "SQL"
  5926. apr 27 13:31:36 _hostname_ baloo_file[986]: 1919850381359 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/IT Omscholing/Stella.docx" renaming "01. Lees dit eerst!" to "Stella.docx"
  5927. apr 27 13:31:36 _hostname_ baloo_file[986]: 1971389988911 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Sollicitatie Transport planner Zeeman.docx" renaming "01. Lees dit eerst!" to "Sollicitatie Transport planner Zeeman.docx"
  5928. apr 27 13:31:36 _hostname_ baloo_file[986]: 1997159792687 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Vlees_2.jpg" renaming "01. Lees dit eerst!" to "Lidl_Vlees_2.jpg"
  5929. apr 27 13:31:36 _hostname_ baloo_file[986]: 2035814498351 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Reclame_1.jpg" renaming "Postmap eNZetBee" to "Lidl_Reclame_1.jpg"
  5930. apr 27 13:31:36 _hostname_ baloo_file[986]: 2070174236719 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Lidl/Lidl_Brood_2.jpg" renaming "Postmap eNZetBee" to "Lidl_Brood_2.jpg"
  5931. apr 27 13:31:36 _hostname_ baloo_file[986]: 2138893713455 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Cover Letters/cover letter Bayer Crop.docx" renaming "Kershaw, Ian - Hitler" to "cover letter Bayer Crop.docx"
  5932. apr 27 13:31:36 _hostname_ baloo_file[986]: 2164663517231 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/Sollicitaties/Brieven/Brief Planner Tankcontainers.docx" renaming "Belangrijke Informatie" to "Brief Planner Tankcontainers.docx"
  5933. apr 27 13:31:36 _hostname_ baloo_file[986]: 2263447765039 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/Annotations" renaming "poppy" to "Annotations"
  5934. apr 27 13:31:36 _hostname_ baloo_file[986]: 2241972928559 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/Robert Galbraith - Het slechte pad.epub" renaming "poetsvrouw" to "Robert Galbraith - Het slechte pad.epub"
  5935. apr 27 13:31:36 _hostname_ baloo_file[986]: 2284922601519 "/home/_user_/pCloudDrive/Backup/GEERTS-LAPTOPJE/Documents/My Digital Editions/Thumbnails/Robert Galbraith - Het slechte pad.epub.png" renaming "spotvog" to "Robert Galbraith - Het slechte pad.epub.png"
  5936. apr 27 13:31:36 _hostname_ baloo_file[986]: 2306397437999 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210129-192903_Twitter.jpg" renaming "Postmap eNZetBee" to "Screenshot_20210129-192903_Twitter.jpg"
  5937. apr 27 13:31:36 _hostname_ baloo_file[986]: 2349347110959 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210209_164443.jpg" renaming "De Tweede Wereldoorlog - De Grimmige slag om Stalingrad (compressed)" to "20210209_164443.jpg"
  5938. apr 27 13:31:36 _hostname_ baloo_file[986]: 2370821947439 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210218_102207.jpg" renaming "Churchill" to "20210218_102207.jpg"
  5939. apr 27 13:31:36 _hostname_ baloo_file[986]: 2392296783919 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210221_203540.jpg" renaming "Postmap eNZetBee" to "20210221_203540.jpg"
  5940. apr 27 13:31:36 _hostname_ baloo_file[986]: 2426656522287 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210310_065204.jpg" renaming "GEERTS-LAPTOPJE" to "20210310_065204.jpg"
  5941. apr 27 13:31:36 _hostname_ baloo_file[986]: 2430951489583 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210310_182919.jpg" renaming "Documents" to "20210310_182919.jpg"
  5942. apr 27 13:31:36 _hostname_ baloo_file[986]: 2435246456879 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210311-085316_Twitter.jpg" renaming "Music" to "Screenshot_20210311-085316_Twitter.jpg"
  5943. apr 27 13:31:36 _hostname_ baloo_file[986]: 2439541424175 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210311_121919.jpg" renaming "Pictures" to "20210311_121919.jpg"
  5944. apr 27 13:31:36 _hostname_ baloo_file[986]: 2443836391471 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210312_162733.jpg" renaming "Videos" to "20210312_162733.jpg"
  5945. apr 27 13:31:36 _hostname_ baloo_file[986]: 2448131358767 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210312_211542.jpg" renaming "Captures" to "20210312_211542.jpg"
  5946. apr 27 13:31:36 _hostname_ baloo_file[986]: 2452426326063 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210312_162740.jpg" renaming "Video Geert.kdenlive" to "20210312_162740.jpg"
  5947. apr 27 13:31:36 _hostname_ baloo_file[986]: 2461016260655 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210313_163930.jpg" renaming "shell" to "20210313_163930.jpg"
  5948. apr 27 13:31:36 _hostname_ baloo_file[986]: 2465311227951 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210314_134242.jpg" renaming "Denis" to "20210314_134242.jpg"
  5949. apr 27 13:31:36 _hostname_ baloo_file[986]: 2469606195247 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210317_104129.jpg" renaming "Saved Pictures" to "20210317_104129.jpg"
  5950. apr 27 13:31:36 _hostname_ baloo_file[986]: 2473901162543 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235122_DuckDuckGo.jpg" renaming "Icons" to "Screenshot_20210319-235122_DuckDuckGo.jpg"
  5951. apr 27 13:31:36 _hostname_ baloo_file[986]: 2478196129839 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235113_DuckDuckGo.jpg" renaming "Wallpapers" to "Screenshot_20210319-235113_DuckDuckGo.jpg"
  5952. apr 27 13:31:36 _hostname_ baloo_file[986]: 2482491097135 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235138_DuckDuckGo.jpg" renaming "Vinted" to "Screenshot_20210319-235138_DuckDuckGo.jpg"
  5953. apr 27 13:31:36 _hostname_ baloo_file[986]: 2486786064431 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210319-235148_DuckDuckGo.jpg" renaming "Camera-album" to "Screenshot_20210319-235148_DuckDuckGo.jpg"
  5954. apr 27 13:31:36 _hostname_ baloo_file[986]: 2667174690863 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210417_230647.jpg" renaming "My Digital Editions" to "20210417_230647.jpg"
  5955. apr 27 13:31:36 _hostname_ baloo_file[986]: 2671469658159 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210417_230511.jpg" renaming "Sollicitaties" to "20210417_230511.jpg"
  5956. apr 27 13:31:36 _hostname_ baloo_file[986]: 2675764625455 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210419_103631.jpg" renaming "Custom Office Templates" to "20210419_103631.jpg"
  5957. apr 27 13:31:36 _hostname_ baloo_file[986]: 2680059592751 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210419-120711_Twitter.jpg" renaming "IT Omscholing" to "Screenshot_20210419-120711_Twitter.jpg"
  5958. apr 27 13:31:36 _hostname_ baloo_file[986]: 2684354560047 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210420_115724.jpg" renaming "Aangepaste Office-sjablonen" to "20210420_115724.jpg"
  5959. apr 27 13:31:36 _hostname_ baloo_file[986]: 2688649527343 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210420_122927.jpg" renaming "PostNL" to "20210420_122927.jpg"
  5960. apr 27 13:31:36 _hostname_ baloo_file[986]: 2692944494639 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210421_151657.jpg" renaming "Home Assistant" to "20210421_151657.jpg"
  5961. apr 27 13:31:36 _hostname_ baloo_file[986]: 2697239461935 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/Screenshot_20210424-123206_Firefox.jpg" renaming "Zeeman" to "Screenshot_20210424-123206_Firefox.jpg"
  5962. apr 27 13:31:36 _hostname_ baloo_file[986]: 2701534429231 "/home/_user_/pCloudDrive/Automatic Upload/Samsung Galaxy S10/20210427_105036.jpg" renaming "Python" to "20210427_105036.jpg"
  5963. apr 27 13:31:36 _hostname_ baloo_file[986]: 2710124363823 "/home/_user_/pCloudDrive/System Volume Information/WPSettings.dat" renaming "Excel" to "WPSettings.dat"
  5964. apr 27 13:31:36 _hostname_ baloo_file[986]: 2714419331119 "/home/_user_/pCloudDrive/System Volume Information/IndexerVolumeGuid" renaming "Excel Leila Gharani course" to "IndexerVolumeGuid"
  5965. apr 27 13:31:36 _hostname_ baloo_file_extractor[1689]: kf.baloo: Not busy, fast indexing
  5966. apr 27 13:31:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  5967. apr 27 13:31:36 _hostname_ baloo_file_extractor[1689]: kf.filemetadata: Could not create Extractor: "/usr/lib/qt/plugins/kf5/kfilemetadata/kfilemetadata_appimageextractor.so"
  5968. apr 27 13:31:36 _hostname_ baloo_file_extractor[1689]: kf.filemetadata: "Cannot load library /usr/lib/qt/plugins/kf5/kfilemetadata/kfilemetadata_appimageextractor.so: (libappimage.so.1.0: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  5969. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (157): Warning: name token is longer than what the specification says it can be"
  5970. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (6845096): Warning: name token is longer than what the specification says it can be"
  5971. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5972. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5973. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5974. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5975. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5976. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5977. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (157): Warning: name token is longer than what the specification says it can be"
  5978. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5979. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5980. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (157): Warning: name token is longer than what the specification says it can be"
  5981. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5982. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5983. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5984. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5985. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5986. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5987. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5988. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5989. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5990. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5991. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5992. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5993. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5994. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5995. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5996. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5997. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  5998. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  5999. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6000. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6001. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6002. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6003. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6004. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6005. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6006. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6007. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6008. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6009. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6010. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6011. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6012. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6013. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6014. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6015. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6016. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6017. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6018. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6019. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6020. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6021. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6022. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6023. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6024. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6025. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6026. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6027. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6028. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6029. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6030. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6031. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6032. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6033. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6034. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6035. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6036. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6037. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6038. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6039. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6040. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6041. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6042. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6043. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6044. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6045. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6046. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6047. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6048. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6049. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6050. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6051. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6052. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6053. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6054. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6055. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6056. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6057. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6058. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6059. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6060. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6061. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6062. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6063. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6064. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6065. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6066. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6067. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6068. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6069. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6070. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6071. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6072. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6073. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6074. apr 27 13:31:37 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6075. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6076. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6077. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6078. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6079. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6080. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6081. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6082. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6083. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6084. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6085. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6086. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6087. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6088. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6089. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6090. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6091. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6092. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6093. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6094. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6095. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6096. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6097. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6098. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6099. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6100. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6101. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6102. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6103. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6104. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6105. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6106. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6107. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6108. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6109. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6110. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6111. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6112. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6113. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6114. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6115. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6116. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6117. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6118. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6119. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6120. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6121. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6122. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6123. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6124. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6125. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6126. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6127. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6128. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6129. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6130. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6131. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6132. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6133. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6134. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6135. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6136. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6137. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6138. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6139. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6140. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6141. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6142. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6143. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6144. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6145. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6146. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6147. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6148. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6149. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6150. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6151. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6152. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6153. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6154. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6155. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6156. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6157. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6158. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6159. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6160. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6161. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6162. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6163. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6164. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6165. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6166. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6167. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6168. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6169. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6170. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6171. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6172. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6173. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6174. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6175. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6176. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6177. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6178. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6179. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6180. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6181. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6182. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6183. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6184. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6185. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6186. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6187. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6188. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6189. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6190. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6191. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6192. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6193. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6194. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6195. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6196. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6197. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6198. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6199. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6200. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6201. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6202. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6203. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6204. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6205. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6206. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6207. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6208. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6209. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6210. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6211. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6212. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6213. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6214. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6215. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6216. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6217. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6218. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6219. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6220. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6221. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6222. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6223. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6224. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6225. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6226. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6227. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6228. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6229. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6230. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6231. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6232. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6233. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6234. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6235. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6236. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6237. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6238. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6239. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6240. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6241. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6242. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6243. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6244. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6245. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6246. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6247. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6248. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6249. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6250. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6251. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6252. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6253. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6254. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6255. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6256. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6257. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6258. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6259. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6260. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6261. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6262. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6263. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6264. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6265. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6266. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6267. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6268. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6269. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6270. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6271. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6272. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6273. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6274. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6275. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6276. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6277. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6278. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6279. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6280. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6281. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6282. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6283. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6284. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6285. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6286. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6287. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6288. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6289. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6290. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6291. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6292. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6293. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6294. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6295. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6296. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6297. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6298. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6299. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6300. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6301. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6302. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6303. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6304. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6305. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6306. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6307. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6308. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6309. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6310. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6311. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6312. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6313. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6314. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6315. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6316. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6317. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6318. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6319. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6320. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6321. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6322. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6323. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6324. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6325. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6326. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6327. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6328. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6329. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6330. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6331. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6332. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6333. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6334. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6335. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6336. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6337. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6338. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6339. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6340. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6341. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6342. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6343. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6344. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6345. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6346. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6347. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6348. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6349. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6350. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6351. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6352. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6353. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6354. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6355. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6356. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6357. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6358. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6359. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6360. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6361. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6362. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6363. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6364. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6365. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6366. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6367. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6368. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6369. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6370. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6371. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6372. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6373. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6374. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6375. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6376. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6377. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6378. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6379. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6380. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6381. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6382. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6383. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6384. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6385. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6386. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6387. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6388. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6389. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6390. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6391. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6392. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6393. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6394. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6395. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6396. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6397. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6398. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6399. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6400. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6401. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6402. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6403. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6404. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6405. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6406. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6407. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6408. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6409. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6410. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6411. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6412. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6413. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6414. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6415. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6416. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6417. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6418. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6419. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6420. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6421. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6422. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6423. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6424. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6425. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6426. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6427. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6428. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6429. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6430. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6431. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6432. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6433. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6434. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6435. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6436. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6437. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6438. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6439. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6440. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6441. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6442. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6443. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6444. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6445. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6446. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6447. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6448. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6449. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6450. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6451. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6452. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6453. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6454. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6455. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6456. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6457. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6458. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6459. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6460. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6461. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6462. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6463. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6464. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6465. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6466. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6467. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6468. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6469. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6470. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6471. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6472. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6473. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6474. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6475. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6476. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6477. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6478. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6479. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6480. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6481. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6482. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6483. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6484. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6485. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6486. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6487. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6488. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6489. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6490. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6491. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6492. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6493. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6494. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6495. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6496. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6497. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6498. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6499. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6500. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6501. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6502. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6503. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6504. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6505. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6506. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6507. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6508. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6509. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6510. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6511. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6512. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6513. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6514. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6515. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6516. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6517. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6518. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6519. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6520. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6521. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6522. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6523. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6524. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6525. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6526. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6527. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6528. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6529. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6530. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6531. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6532. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6533. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6534. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6535. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6536. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6537. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6538. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6539. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6540. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6541. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6542. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6543. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6544. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6545. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6546. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6547. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6548. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6549. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6550. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6551. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6552. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6553. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6554. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6555. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6556. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6557. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6558. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6559. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6560. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6561. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6562. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6563. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6564. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6565. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6566. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6567. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6568. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6569. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6570. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6571. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6572. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6573. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6574. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6575. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6576. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6577. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6578. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6579. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6580. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6581. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6582. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6583. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6584. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6585. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6586. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6587. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6588. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6589. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6590. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6591. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6592. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6593. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6594. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6595. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6596. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6597. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6598. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6599. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6600. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6601. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6602. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6603. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6604. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6605. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6606. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6607. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6608. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6609. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6610. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6611. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6612. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6613. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6614. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6615. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6616. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6617. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6618. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6619. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6620. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6621. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6622. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6623. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6624. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6625. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6626. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6627. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6628. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6629. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6630. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6631. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6632. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6633. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6634. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6635. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6636. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6637. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6638. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6639. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6640. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6641. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6642. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6643. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6644. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6645. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6646. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6647. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6648. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6649. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6650. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6651. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6652. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6653. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6654. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6655. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6656. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6657. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6658. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6659. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6660. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6661. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6662. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6663. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6664. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6665. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6666. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6667. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6668. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6669. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6670. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6671. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6672. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6673. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6674. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6675. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6676. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6677. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6678. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6679. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6680. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6681. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6682. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6683. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6684. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6685. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6686. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6687. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6688. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6689. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6690. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6691. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6692. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6693. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6694. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6695. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6696. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6697. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6698. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6699. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6700. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6701. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6702. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6703. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6704. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6705. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6706. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6707. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6708. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6709. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6710. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6711. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6712. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6713. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6714. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6715. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6716. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6717. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6718. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6719. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6720. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6721. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6722. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6723. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6724. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6725. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6726. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6727. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6728. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6729. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6730. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6731. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6732. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6733. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6734. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6735. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6736. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6737. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6738. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6739. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6740. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6741. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6742. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6743. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6744. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6745. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6746. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6747. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6748. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6749. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6750. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6751. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6752. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6753. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6754. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6755. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6756. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6757. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6758. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6759. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6760. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6761. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6762. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6763. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6764. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6765. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6766. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6767. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6768. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6769. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6770. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6771. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6772. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6773. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6774. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6775. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6776. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6777. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6778. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6779. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6780. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6781. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6782. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6783. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6784. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6785. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6786. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6787. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6788. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6789. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6790. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6791. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6792. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6793. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6794. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6795. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6796. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6797. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6798. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6799. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6800. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6801. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6802. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6803. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6804. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6805. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6806. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6807. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6808. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6809. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6810. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6811. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6812. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6813. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6814. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6815. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6816. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6817. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6818. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6819. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6820. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6821. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6822. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6823. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6824. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6825. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6826. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6827. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6828. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6829. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6830. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6831. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6832. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6833. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6834. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6835. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6836. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6837. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6838. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6839. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6840. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6841. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6842. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6843. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6844. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6845. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6846. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6847. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6848. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6849. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6850. apr 27 13:31:38 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6851. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6852. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6853. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6854. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6855. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6856. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6857. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6858. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6859. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6860. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6861. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6862. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6863. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6864. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6865. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6866. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6867. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6868. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6869. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6870. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6871. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6872. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6873. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6874. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6875. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6876. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6877. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6878. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6879. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6880. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6881. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6882. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6883. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6884. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6885. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6886. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6887. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6888. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6889. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6890. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6891. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6892. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6893. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6894. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6895. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6896. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6897. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6898. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6899. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6900. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6901. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6902. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6903. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6904. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6905. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6906. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6907. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6908. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6909. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6910. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6911. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6912. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6913. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6914. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6915. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6916. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6917. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6918. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6919. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6920. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6921. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6922. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6923. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6924. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6925. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6926. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6927. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6928. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6929. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6930. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6931. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6932. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6933. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6934. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6935. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6936. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6937. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6938. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6939. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6940. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6941. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6942. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6943. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6944. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6945. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6946. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6947. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6948. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6949. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6950. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6951. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6952. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6953. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6954. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6955. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6956. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6957. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6958. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6959. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6960. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6961. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6962. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6963. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6964. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6965. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6966. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6967. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6968. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6969. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6970. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6971. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6972. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6973. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6974. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6975. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6976. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6977. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6978. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6979. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6980. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6981. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6982. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6983. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6984. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6985. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6986. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6987. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6988. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6989. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6990. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6991. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6992. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6993. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6994. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6995. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6996. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6997. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  6998. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  6999. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7000. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7001. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7002. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7003. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7004. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7005. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7006. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7007. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7008. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7009. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7010. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7011. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7012. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7013. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7014. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7015. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7016. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7017. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7018. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7019. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7020. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7021. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7022. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7023. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7024. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7025. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7026. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7027. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7028. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7029. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7030. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7031. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7032. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7033. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7034. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7035. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7036. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7037. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7038. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7039. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7040. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7041. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7042. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7043. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7044. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7045. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7046. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7047. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7048. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7049. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7050. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7051. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7052. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7053. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7054. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7055. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7056. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7057. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7058. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7059. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7060. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7061. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7062. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7063. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7064. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7065. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7066. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7067. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7068. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7069. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7070. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7071. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7072. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7073. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7074. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7075. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7076. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7077. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7078. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7079. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7080. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7081. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7082. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7083. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7084. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7085. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7086. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7087. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7088. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7089. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7090. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7091. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7092. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7093. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7094. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7095. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7096. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7097. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7098. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7099. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7100. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7101. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7102. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7103. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7104. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7105. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7106. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7107. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7108. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7109. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7110. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7111. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7112. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7113. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7114. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7115. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7116. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7117. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7118. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7119. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7120. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7121. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7122. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7123. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7124. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7125. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7126. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7127. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7128. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7129. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7130. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7131. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7132. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7133. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7134. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7135. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7136. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7137. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7138. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7139. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7140. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7141. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7142. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7143. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7144. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7145. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7146. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7147. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7148. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7149. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7150. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7151. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7152. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7153. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7154. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7155. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7156. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7157. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7158. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7159. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7160. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7161. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7162. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7163. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7164. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7165. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7166. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7167. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7168. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7169. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7170. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7171. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7172. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7173. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7174. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7175. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7176. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7177. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7178. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7179. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7180. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7181. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7182. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7183. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7184. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7185. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7186. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7187. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7188. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7189. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7190. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7191. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7192. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7193. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7194. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7195. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7196. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7197. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7198. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7199. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7200. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7201. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7202. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7203. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7204. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7205. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7206. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7207. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7208. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7209. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7210. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7211. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7212. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7213. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7214. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7215. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7216. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7217. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7218. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7219. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7220. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7221. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7222. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7223. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7224. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7225. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7226. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7227. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7228. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7229. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7230. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7231. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7232. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7233. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7234. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7235. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7236. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7237. apr 27 13:31:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  7238. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7239. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7240. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7241. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7242. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7243. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7244. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7245. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7246. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7247. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7248. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7249. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7250. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7251. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7252. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7253. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7254. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7255. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7256. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7257. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7258. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7259. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7260. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7261. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7262. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7263. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7264. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7265. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7266. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7267. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7268. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7269. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7270. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7271. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7272. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7273. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7274. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7275. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7276. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7277. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7278. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7279. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7280. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7281. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7282. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7283. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7284. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7285. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7286. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7287. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7288. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7289. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7290. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7291. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7292. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7293. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7294. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7295. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7296. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7297. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7298. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7299. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7300. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7301. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7302. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7303. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7304. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7305. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7306. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7307. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7308. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7309. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7310. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7311. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7312. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7313. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7314. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7315. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7316. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7317. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7318. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7319. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7320. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7321. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7322. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7323. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7324. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7325. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7326. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7327. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7328. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7329. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7330. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7331. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7332. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7333. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7334. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7335. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7336. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7337. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7338. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7339. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7340. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7341. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7342. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7343. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7344. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7345. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7346. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7347. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7348. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7349. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7350. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7351. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7352. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7353. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7354. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7355. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7356. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7357. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7358. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7359. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7360. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7361. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7362. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7363. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7364. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7365. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7366. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7367. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7368. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7369. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7370. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7371. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7372. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7373. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7374. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7375. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7376. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7377. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7378. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7379. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7380. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7381. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7382. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7383. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7384. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7385. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7386. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7387. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7388. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7389. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7390. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7391. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7392. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7393. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7394. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7395. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7396. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7397. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7398. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7399. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7400. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7401. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7402. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7403. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7404. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7405. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7406. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7407. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7408. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7409. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7410. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7411. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7412. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7413. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7414. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7415. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7416. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7417. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7418. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7419. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7420. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7421. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7422. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7423. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7424. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7425. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7426. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7427. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7428. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7429. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7430. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7431. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7432. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7433. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7434. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7435. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7436. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7437. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7438. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7439. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7440. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7441. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7442. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7443. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7444. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7445. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7446. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7447. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7448. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7449. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7450. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7451. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7452. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7453. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7454. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7455. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7456. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7457. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7458. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7459. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7460. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7461. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7462. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7463. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7464. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7465. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7466. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7467. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7468. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7469. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7470. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7471. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7472. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7473. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7474. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7475. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7476. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7477. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7478. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7479. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7480. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7481. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7482. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7483. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7484. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7485. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7486. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7487. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7488. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7489. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7490. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7491. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7492. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7493. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7494. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7495. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7496. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7497. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7498. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7499. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7500. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7501. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7502. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7503. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7504. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7505. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7506. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7507. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7508. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7509. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7510. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7511. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7512. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7513. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7514. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7515. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7516. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7517. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7518. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7519. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7520. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7521. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7522. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7523. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7524. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7525. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7526. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7527. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7528. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7529. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7530. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7531. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7532. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7533. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7534. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7535. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7536. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7537. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7538. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7539. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7540. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7541. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7542. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7543. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7544. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7545. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7546. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7547. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7548. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7549. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7550. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7551. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7552. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7553. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7554. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7555. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7556. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7557. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7558. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7559. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7560. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7561. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7562. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7563. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7564. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7565. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7566. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7567. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7568. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7569. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7570. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7571. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7572. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7573. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7574. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7575. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7576. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7577. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7578. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7579. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7580. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7581. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7582. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7583. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7584. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7585. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7586. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7587. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7588. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7589. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7590. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7591. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7592. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7593. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7594. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7595. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7596. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7597. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7598. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7599. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7600. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7601. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7602. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7603. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7604. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7605. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7606. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7607. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7608. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7609. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7610. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7611. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7612. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7613. apr 27 13:31:39 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7614. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7615. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7616. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7617. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7618. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7619. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7620. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7621. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7622. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7623. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7624. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7625. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7626. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7627. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7628. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7629. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7630. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7631. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7632. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7633. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7634. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7635. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7636. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7637. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7638. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7639. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7640. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7641. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7642. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7643. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7644. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7645. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7646. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7647. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7648. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7649. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7650. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7651. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7652. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7653. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7654. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7655. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7656. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7657. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7658. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7659. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7660. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7661. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7662. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7663. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7664. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7665. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7666. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7667. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7668. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7669. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7670. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7671. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7672. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7673. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7674. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7675. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7676. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7677. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7678. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7679. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7680. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7681. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7682. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7683. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7684. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7685. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7686. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7687. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7688. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7689. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7690. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7691. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7692. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7693. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7694. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7695. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7696. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7697. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7698. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7699. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7700. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7701. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7702. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7703. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7704. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7705. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7706. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7707. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7708. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7709. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7710. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7711. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7712. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7713. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7714. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7715. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7716. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7717. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7718. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7719. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7720. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7721. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7722. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7723. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7724. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7725. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7726. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7727. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7728. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7729. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7730. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7731. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7732. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7733. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7734. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7735. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7736. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7737. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7738. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7739. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7740. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7741. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7742. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7743. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7744. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7745. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7746. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7747. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7748. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7749. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7750. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7751. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7752. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7753. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7754. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7755. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7756. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7757. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7758. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7759. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7760. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7761. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7762. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7763. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7764. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7765. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7766. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7767. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7768. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7769. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7770. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7771. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7772. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7773. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7774. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7775. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7776. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7777. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7778. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7779. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7780. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7781. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7782. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7783. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7784. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7785. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7786. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7787. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7788. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7789. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7790. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7791. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7792. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7793. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7794. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7795. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7796. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7797. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7798. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7799. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7800. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7801. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7802. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7803. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7804. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7805. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7806. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7807. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7808. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7809. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7810. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7811. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7812. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7813. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7814. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7815. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7816. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7817. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7818. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7819. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7820. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7821. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7822. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7823. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7824. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7825. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7826. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7827. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7828. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7829. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7830. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7831. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7832. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7833. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7834. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7835. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7836. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7837. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7838. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7839. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7840. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7841. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7842. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7843. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7844. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7845. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7846. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7847. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7848. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7849. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7850. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7851. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7852. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7853. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7854. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7855. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7856. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7857. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7858. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7859. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7860. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7861. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7862. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7863. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7864. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7865. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7866. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7867. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7868. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7869. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7870. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7871. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7872. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7873. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7874. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7875. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7876. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7877. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7878. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7879. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7880. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7881. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7882. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7883. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7884. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7885. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7886. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7887. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7888. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7889. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7890. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7891. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7892. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7893. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7894. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7895. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7896. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7897. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7898. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7899. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7900. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7901. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7902. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7903. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7904. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7905. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7906. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7907. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7908. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7909. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7910. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7911. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7912. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7913. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7914. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7915. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7916. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7917. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7918. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7919. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7920. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7921. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7922. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7923. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7924. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7925. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7926. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7927. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7928. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7929. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7930. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7931. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7932. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7933. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7934. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7935. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7936. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7937. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7938. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7939. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7940. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7941. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7942. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7943. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7944. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7945. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7946. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7947. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7948. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7949. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7950. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7951. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7952. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7953. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7954. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7955. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7956. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7957. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7958. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7959. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7960. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7961. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7962. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7963. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7964. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7965. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7966. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7967. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7968. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7969. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7970. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7971. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7972. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7973. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7974. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7975. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7976. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7977. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7978. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7979. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7980. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7981. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7982. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7983. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7984. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7985. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7986. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7987. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7988. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7989. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7990. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7991. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7992. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7993. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7994. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7995. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7996. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7997. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  7998. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  7999. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8000. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8001. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8002. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8003. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8004. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8005. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8006. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8007. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8008. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8009. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8010. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8011. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8012. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8013. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8014. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8015. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8016. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8017. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8018. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8019. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8020. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8021. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8022. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8023. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8024. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8025. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8026. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8027. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8028. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8029. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8030. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8031. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8032. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8033. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8034. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8035. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8036. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8037. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8038. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8039. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8040. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8041. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8042. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8043. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8044. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8045. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8046. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8047. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8048. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8049. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8050. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8051. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8052. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8053. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8054. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8055. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8056. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8057. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8058. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8059. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8060. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8061. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8062. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8063. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8064. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8065. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8066. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8067. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8068. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8069. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8070. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8071. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8072. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8073. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8074. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8075. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8076. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8077. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8078. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8079. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8080. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8081. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8082. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8083. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8084. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8085. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8086. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8087. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8088. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8089. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8090. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8091. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8092. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8093. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8094. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8095. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8096. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8097. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8098. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8099. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8100. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8101. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8102. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8103. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8104. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8105. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8106. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8107. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8108. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8109. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8110. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8111. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8112. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8113. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8114. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8115. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8116. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8117. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8118. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8119. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8120. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8121. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8122. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8123. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8124. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8125. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8126. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8127. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8128. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8129. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8130. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8131. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8132. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8133. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8134. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8135. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8136. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8137. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8138. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8139. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8140. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8141. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8142. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8143. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8144. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8145. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8146. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8147. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8148. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8149. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8150. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8151. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8152. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8153. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8154. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8155. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8156. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8157. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8158. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8159. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8160. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8161. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8162. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8163. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8164. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8165. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8166. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8167. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8168. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8169. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8170. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8171. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8172. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8173. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8174. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8175. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8176. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8177. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8178. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8179. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8180. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8181. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8182. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8183. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8184. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8185. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8186. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8187. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8188. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8189. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8190. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8191. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8192. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8193. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8194. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8195. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8196. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8197. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8198. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8199. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8200. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8201. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8202. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8203. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8204. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8205. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8206. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8207. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8208. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8209. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8210. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8211. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8212. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8213. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8214. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8215. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8216. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8217. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8218. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8219. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8220. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8221. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8222. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8223. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8224. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8225. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8226. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8227. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8228. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8229. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8230. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8231. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8232. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8233. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8234. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8235. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8236. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8237. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8238. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8239. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8240. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8241. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8242. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8243. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8244. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8245. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8246. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8247. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8248. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8249. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8250. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8251. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8252. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8253. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8254. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8255. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8256. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8257. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8258. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8259. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8260. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8261. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8262. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8263. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8264. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8265. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8266. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8267. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8268. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8269. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8270. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8271. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8272. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8273. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8274. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8275. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8276. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8277. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8278. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8279. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8280. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8281. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8282. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8283. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8284. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8285. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8286. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8287. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8288. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8289. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8290. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8291. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8292. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8293. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8294. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8295. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8296. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8297. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8298. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8299. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8300. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8301. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8302. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8303. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8304. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8305. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8306. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8307. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8308. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8309. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8310. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8311. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8312. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8313. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8314. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8315. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8316. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8317. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8318. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8319. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8320. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8321. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8322. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8323. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8324. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8325. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8326. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8327. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8328. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8329. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8330. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8331. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8332. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8333. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8334. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8335. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8336. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8337. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8338. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8339. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8340. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8341. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8342. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8343. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8344. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8345. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8346. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8347. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8348. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8349. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8350. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8351. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8352. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8353. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8354. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8355. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8356. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8357. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8358. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8359. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8360. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8361. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8362. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8363. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8364. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8365. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8366. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8367. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8368. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8369. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8370. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8371. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8372. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8373. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8374. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8375. apr 27 13:31:40 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8376. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8377. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8378. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8379. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8380. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8381. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8382. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8383. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8384. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8385. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8386. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8387. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8388. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8389. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8390. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8391. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8392. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8393. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8394. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8395. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8396. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8397. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8398. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8399. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8400. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8401. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8402. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8403. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8404. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8405. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8406. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8407. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8408. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8409. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8410. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8411. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8412. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8413. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8414. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8415. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8416. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8417. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8418. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8419. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8420. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8421. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8422. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8423. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8424. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8425. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8426. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8427. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8428. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8429. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8430. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8431. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8432. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8433. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8434. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8435. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8436. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8437. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8438. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8439. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8440. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8441. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8442. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8443. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8444. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8445. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8446. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8447. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8448. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8449. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8450. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8451. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8452. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8453. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8454. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8455. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8456. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8457. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8458. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8459. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8460. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8461. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8462. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8463. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8464. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8465. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8466. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8467. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8468. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8469. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8470. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8471. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8472. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8473. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8474. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8475. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8476. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8477. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8478. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8479. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8480. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8481. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8482. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8483. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8484. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8485. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8486. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8487. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8488. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8489. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8490. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8491. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8492. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8493. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8494. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8495. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8496. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8497. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8498. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8499. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8500. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8501. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8502. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8503. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8504. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8505. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8506. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8507. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8508. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8509. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8510. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8511. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8512. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8513. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8514. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8515. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8516. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8517. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8518. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8519. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8520. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8521. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8522. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8523. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8524. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8525. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8526. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8527. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8528. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8529. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8530. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8531. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8532. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8533. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8534. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8535. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8536. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8537. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8538. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8539. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8540. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8541. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8542. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8543. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8544. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8545. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8546. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8547. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8548. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8549. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8550. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8551. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8552. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8553. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8554. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8555. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8556. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8557. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8558. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8559. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8560. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8561. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8562. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8563. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8564. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8565. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8566. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8567. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8568. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8569. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8570. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8571. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8572. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (14578): Warning: name token is longer than what the specification says it can be"
  8573. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (14813): Warning: name token is longer than what the specification says it can be"
  8574. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (15030): Warning: name token is longer than what the specification says it can be"
  8575. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error: font resource is not a dictionary"
  8576. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (11779): Warning: name token is longer than what the specification says it can be"
  8577. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (12936): Warning: name token is longer than what the specification says it can be"
  8578. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (13210): Warning: name token is longer than what the specification says it can be"
  8579. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (15423): Warning: name token is longer than what the specification says it can be"
  8580. apr 27 13:31:41 _hostname_ baloo_file_extractor[1689]: "Error (15423): Warning: name token is longer than what the specification says it can be"
  8581. apr 27 13:31:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8582. apr 27 13:31:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8583. apr 27 13:31:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8584. apr 27 13:31:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8585. apr 27 13:31:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8586. apr 27 13:31:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  8587. apr 27 13:32:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  8588. apr 27 13:32:01 _hostname_ baloo_file_extractor[1689]: kf.filemetadata: Invalid document
  8589. apr 27 13:32:01 _hostname_ baloo_file_extractor[1689]: kf.filemetadata: Invalid document
  8590. apr 27 13:32:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  8591. apr 27 13:32:06 _hostname_ baloo_file_extractor[1689]: QIODevice::read (QProcess): device not open
  8592. apr 27 13:32:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8593. apr 27 13:32:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  8594. apr 27 13:32:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8595. apr 27 13:32:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8596. apr 27 13:32:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8597. apr 27 13:32:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  8598. apr 27 13:32:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  8599. apr 27 13:32:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8600. apr 27 13:32:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  8601. apr 27 13:32:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  8602. apr 27 13:32:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  8603. apr 27 13:32:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8604. apr 27 13:32:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8605. apr 27 13:32:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8606. apr 27 13:32:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8607. apr 27 13:32:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8608. apr 27 13:32:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  8609. apr 27 13:33:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  8610. apr 27 13:33:11 _hostname_ kded5[929]: Service ":1.48" unregistered
  8611. apr 27 13:33:11 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  8612. apr 27 13:33:23 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 59020, resource id: 58720281, major code: 18 (ChangeProperty), minor code: 0
  8613. apr 27 13:33:23 _hostname_ systemd[868]: app-org.kde.dolphin-0393d06e7040489bb959d705f984024f.scope: Deactivated successfully.
  8614. apr 27 13:33:23 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 59044, resource id: 20971536, major code: 18 (ChangeProperty), minor code: 0
  8615. apr 27 13:33:25 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:464: TypeError: Cannot read property 'length' of undefined
  8616. apr 27 13:33:26 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:379: Unable to assign [undefined] to QString
  8617. apr 27 13:33:26 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:379: Unable to assign [undefined] to QString
  8618. apr 27 13:33:26 _hostname_ systemd[868]: Started Dolphin - File Manager.
  8619. apr 27 13:33:26 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 60727, resource id: 31457490, major code: 18 (ChangeProperty), minor code: 0
  8620. apr 27 13:33:26 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  8621. apr 27 13:33:29 _hostname_ kdeinit5[1741]: Qt: Session management error: networkIdsList argument is NULL
  8622. apr 27 13:33:32 _hostname_ systemd[868]: Started Gwenview - KDE Image Viewer.
  8623. apr 27 13:33:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 65534, resource id: 41943062, major code: 18 (ChangeProperty), minor code: 0
  8624. apr 27 13:33:32 _hostname_ gwenview[1752]: org.kde.kdegraphics.gwenview.lib: Unresolved mime type "image/x-mng"
  8625. apr 27 13:33:32 _hostname_ gwenview[1752]: org.kde.kdegraphics.gwenview.lib: Unresolved raw mime type "image/x-nikon-nrw"
  8626. apr 27 13:33:32 _hostname_ gwenview[1752]: org.kde.kdegraphics.gwenview.lib: Unresolved raw mime type "image/x-samsung-srw"
  8627. apr 27 13:33:32 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  8628. apr 27 13:33:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  8629. apr 27 13:33:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  8630. apr 27 13:33:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8631. apr 27 13:33:52 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:464: TypeError: Cannot read property 'length' of undefined
  8632. apr 27 13:33:52 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 6054, resource id: 31457496, major code: 18 (ChangeProperty), minor code: 0
  8633. apr 27 13:33:52 _hostname_ systemd[868]: Started Firefox - Web Browser.
  8634. apr 27 13:33:52 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:379: Unable to assign [undefined] to QString
  8635. apr 27 13:33:53 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.57' (uid=1000 pid=1769 comm="/usr/lib/firefox/firefox ")
  8636. apr 27 13:33:53 _hostname_ systemd[868]: Starting Accessibility services bus...
  8637. apr 27 13:33:53 _hostname_ dbus-daemon[898]: [session uid=1000 pid=898] Successfully activated service 'org.a11y.Bus'
  8638. apr 27 13:33:53 _hostname_ systemd[868]: Started Accessibility services bus.
  8639. apr 27 13:33:54 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  8640. apr 27 13:33:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8641. apr 27 13:33:54 _hostname_ rtkit-daemon[1045]: Supervising 2 threads of 1 processes of 1 users.
  8642. apr 27 13:33:54 _hostname_ rtkit-daemon[1045]: Supervising 2 threads of 1 processes of 1 users.
  8643. apr 27 13:33:54 _hostname_ rtkit-daemon[1045]: Supervising 2 threads of 1 processes of 1 users.
  8644. apr 27 13:33:54 _hostname_ rtkit-daemon[1045]: Supervising 2 threads of 1 processes of 1 users.
  8645. apr 27 13:33:54 _hostname_ rtkit-daemon[1045]: Supervising 2 threads of 1 processes of 1 users.
  8646. apr 27 13:33:54 _hostname_ rtkit-daemon[1045]: Supervising 2 threads of 1 processes of 1 users.
  8647. apr 27 13:33:54 _hostname_ rtkit-daemon[1045]: Successfully made thread 1924 of process 1769 owned by '1000' RT at priority 10.
  8648. apr 27 13:33:54 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8649. apr 27 13:33:55 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8650. apr 27 13:33:55 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8651. apr 27 13:33:55 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8652. apr 27 13:33:55 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8653. apr 27 13:33:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  8654. apr 27 13:33:58 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8655. apr 27 13:33:58 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8656. apr 27 13:34:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  8657. apr 27 13:34:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  8658. apr 27 13:34:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8659. apr 27 13:34:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  8660. apr 27 13:34:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8661. apr 27 13:34:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8662. apr 27 13:34:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  8663. apr 27 13:34:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8664. apr 27 13:34:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  8665. apr 27 13:34:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8666. apr 27 13:34:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8667. apr 27 13:34:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8668. apr 27 13:34:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8669. apr 27 13:34:53 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  8670. apr 27 13:34:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8671. apr 27 13:34:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  8672. apr 27 13:35:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  8673. apr 27 13:35:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8674. apr 27 13:35:09 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  8675. apr 27 13:35:11 _hostname_ kwin_x11[933]: kwin_core: Failed to focus 0x5800007 (error 8)
  8676. apr 27 13:35:11 _hostname_ kwin_x11[933]: kwin_core: Failed to focus 0x5800007 (error 3)
  8677. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28742, resource id: 92274725, major code: 19 (DeleteProperty), minor code: 0
  8678. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28756, resource id: 92274725, major code: 19 (DeleteProperty), minor code: 0
  8679. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28757, resource id: 92274725, major code: 18 (ChangeProperty), minor code: 0
  8680. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28758, resource id: 92274725, major code: 19 (DeleteProperty), minor code: 0
  8681. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28759, resource id: 92274725, major code: 19 (DeleteProperty), minor code: 0
  8682. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28760, resource id: 92274725, major code: 19 (DeleteProperty), minor code: 0
  8683. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28761, resource id: 92274725, major code: 7 (ReparentWindow), minor code: 0
  8684. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28762, resource id: 92274725, major code: 6 (ChangeSaveSet), minor code: 0
  8685. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28763, resource id: 92274725, major code: 2 (ChangeWindowAttributes), minor code: 0
  8686. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28764, resource id: 92274725, major code: 10 (UnmapWindow), minor code: 0
  8687. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28789, resource id: 92274695, major code: 15 (QueryTree), minor code: 0
  8688. apr 27 13:35:11 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28835, resource id: 92274730, major code: 18 (ChangeProperty), minor code: 0
  8689. apr 27 13:35:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8690. apr 27 13:35:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8691. apr 27 13:35:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  8692. apr 27 13:35:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8693. apr 27 13:35:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  8694. apr 27 13:35:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  8695. apr 27 13:35:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  8696. apr 27 13:35:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8697. apr 27 13:36:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8698. apr 27 13:36:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  8699. apr 27 13:36:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  8700. apr 27 13:36:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  8701. apr 27 13:36:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8702. apr 27 13:36:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8703. apr 27 13:37:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8704. apr 27 13:37:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8705. apr 27 13:37:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8706. apr 27 13:37:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8707. apr 27 13:37:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8708. apr 27 13:37:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8709. apr 27 13:37:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  8710. apr 27 13:37:59 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 49368, resource id: 58720267, major code: 18 (ChangeProperty), minor code: 0
  8711. apr 27 13:37:59 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8712. apr 27 13:37:59 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8713. apr 27 13:38:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  8714. apr 27 13:38:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  8715. apr 27 13:38:04 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8716. apr 27 13:38:04 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8717. apr 27 13:38:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8718. apr 27 13:38:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  8719. apr 27 13:38:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8720. apr 27 13:38:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8721. apr 27 13:38:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8722. apr 27 13:38:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  8723. apr 27 13:38:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 56551, resource id: 12597298, major code: 3 (GetWindowAttributes), minor code: 0
  8724. apr 27 13:38:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 56552, resource id: 12597298, major code: 14 (GetGeometry), minor code: 0
  8725. apr 27 13:38:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 56555, resource id: 12597298, major code: 3 (GetWindowAttributes), minor code: 0
  8726. apr 27 13:38:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 56556, resource id: 12597298, major code: 14 (GetGeometry), minor code: 0
  8727. apr 27 13:38:33 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 57245, resource id: 77594648, major code: 18 (ChangeProperty), minor code: 0
  8728. apr 27 13:38:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  8729. apr 27 13:38:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  8730. apr 27 13:38:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8731. apr 27 13:38:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8732. apr 27 13:38:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8733. apr 27 13:39:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8734. apr 27 13:39:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  8735. apr 27 13:39:12 _hostname_ audit[3114]: USER_AUTH pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8736. apr 27 13:39:12 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.84' (uid=0 pid=3114 comm="sudo pacman -Syu ")
  8737. apr 27 13:39:12 _hostname_ kernel: audit: type=1100 audit(1619523552.477:118): pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8738. apr 27 13:39:12 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  8739. apr 27 13:39:12 _hostname_ sudo[3114]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  8740. apr 27 13:39:12 _hostname_ audit[3114]: USER_ACCT pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8741. apr 27 13:39:12 _hostname_ sudo[3114]: _user_ : TTY=pts/1 ; PWD=/home/_user_ ; USER=root ; COMMAND=/usr/bin/pacman -Syu
  8742. apr 27 13:39:12 _hostname_ audit[3114]: CRED_REFR pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8743. apr 27 13:39:12 _hostname_ audit[3114]: USER_START pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8744. apr 27 13:39:12 _hostname_ sudo[3114]: pam_unix(sudo:session): session opened for user root(uid=0) by _user_(uid=1000)
  8745. apr 27 13:39:12 _hostname_ kernel: audit: type=1101 audit(1619523552.481:119): pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8746. apr 27 13:39:12 _hostname_ kernel: audit: type=1110 audit(1619523552.481:120): pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8747. apr 27 13:39:12 _hostname_ kernel: audit: type=1105 audit(1619523552.481:121): pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8748. apr 27 13:39:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8749. apr 27 13:39:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8750. apr 27 13:39:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8751. apr 27 13:39:21 _hostname_ sudo[3114]: pam_unix(sudo:session): session closed for user root
  8752. apr 27 13:39:21 _hostname_ audit[3114]: USER_END pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8753. apr 27 13:39:21 _hostname_ audit[3114]: CRED_DISP pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8754. apr 27 13:39:21 _hostname_ kernel: audit: type=1106 audit(1619523561.244:122): pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8755. apr 27 13:39:21 _hostname_ kernel: audit: type=1104 audit(1619523561.244:123): pid=3114 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8756. apr 27 13:39:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  8757. apr 27 13:39:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  8758. apr 27 13:39:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8759. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:874: TypeError: Cannot read property 'width' of null
  8760. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:874: TypeError: Cannot read property 'width' of null
  8761. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:874: TypeError: Cannot read property 'width' of null
  8762. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:874: TypeError: Cannot read property 'width' of null
  8763. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:874: TypeError: Cannot read property 'width' of null
  8764. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:874: TypeError: Cannot read property 'width' of null
  8765. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:874: TypeError: Cannot read property 'width' of null
  8766. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:993: TypeError: Cannot read property 'textWidth' of null
  8767. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:984:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
  8768. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:984:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
  8769. apr 27 13:39:32 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:984:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
  8770. apr 27 13:39:33 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.85' (uid=0 pid=3243 comm="sudo pacman -S pastebinit ")
  8771. apr 27 13:39:33 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  8772. apr 27 13:39:33 _hostname_ sudo[3243]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  8773. apr 27 13:39:33 _hostname_ audit[3243]: USER_ACCT pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8774. apr 27 13:39:33 _hostname_ sudo[3243]: _user_ : TTY=pts/1 ; PWD=/home/_user_ ; USER=root ; COMMAND=/usr/bin/pacman -S pastebinit
  8775. apr 27 13:39:33 _hostname_ audit[3243]: CRED_REFR pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8776. apr 27 13:39:33 _hostname_ sudo[3243]: pam_unix(sudo:session): session opened for user root(uid=0) by _user_(uid=1000)
  8777. apr 27 13:39:33 _hostname_ audit[3243]: USER_START pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8778. apr 27 13:39:33 _hostname_ kernel: audit: type=1101 audit(1619523573.521:124): pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8779. apr 27 13:39:33 _hostname_ kernel: audit: type=1110 audit(1619523573.521:125): pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8780. apr 27 13:39:33 _hostname_ kernel: audit: type=1105 audit(1619523573.521:126): pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8781. apr 27 13:39:35 _hostname_ sudo[3243]: pam_unix(sudo:session): session closed for user root
  8782. apr 27 13:39:35 _hostname_ audit[3243]: USER_END pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8783. apr 27 13:39:35 _hostname_ audit[3243]: CRED_DISP pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8784. apr 27 13:39:35 _hostname_ kernel: audit: type=1106 audit(1619523575.805:127): pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8785. apr 27 13:39:35 _hostname_ kernel: audit: type=1104 audit(1619523575.805:128): pid=3243 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
  8786. apr 27 13:39:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8787. apr 27 13:39:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8788. apr 27 13:39:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8789. apr 27 13:39:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8790. apr 27 13:39:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8791. apr 27 13:39:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  8792. apr 27 13:40:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  8793. apr 27 13:40:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  8794. apr 27 13:40:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8795. apr 27 13:40:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8796. apr 27 13:40:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8797. apr 27 13:40:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  8798. apr 27 13:40:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  8799. apr 27 13:40:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8800. apr 27 13:40:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8801. apr 27 13:40:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8802. apr 27 13:40:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8803. apr 27 13:40:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8804. apr 27 13:41:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8805. apr 27 13:41:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8806. apr 27 13:41:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8807. apr 27 13:41:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  8808. apr 27 13:41:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  8809. apr 27 13:41:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8810. apr 27 13:41:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8811. apr 27 13:41:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  8812. apr 27 13:42:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  8813. apr 27 13:42:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8814. apr 27 13:42:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  8815. apr 27 13:42:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8816. apr 27 13:42:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8817. apr 27 13:42:21 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8818. apr 27 13:42:21 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  8819. apr 27 13:42:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  8820. apr 27 13:42:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8821. apr 27 13:42:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  8822. apr 27 13:42:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  8823. apr 27 13:42:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  8824. apr 27 13:42:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8825. apr 27 13:42:50 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33390, resource id: 62914616, major code: 18 (ChangeProperty), minor code: 0
  8826. apr 27 13:42:51 _hostname_ systemd[868]: app-org.kde.konsole-55df2116f7f5438786df47183431c62d.scope: Deactivated successfully.
  8827. apr 27 13:42:51 _hostname_ systemd[868]: app-org.kde.konsole-55df2116f7f5438786df47183431c62d.scope: Consumed 5.226s CPU time.
  8828. apr 27 13:42:51 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33411, resource id: 20971537, major code: 18 (ChangeProperty), minor code: 0
  8829. apr 27 13:42:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8830. apr 27 13:42:59 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:464: TypeError: Cannot read property 'length' of undefined
  8831. apr 27 13:42:59 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36144, resource id: 31457513, major code: 18 (ChangeProperty), minor code: 0
  8832. apr 27 13:42:59 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:379: Unable to assign [undefined] to QString
  8833. apr 27 13:42:59 _hostname_ systemd[868]: Started Konsole - Terminal.
  8834. apr 27 13:42:59 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  8835. apr 27 13:43:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  8836. apr 27 13:43:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  8837. apr 27 13:43:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8838. apr 27 13:43:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8839. apr 27 13:43:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  8840. apr 27 13:43:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  8841. apr 27 13:43:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8842. apr 27 13:43:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  8843. apr 27 13:44:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8844. apr 27 13:44:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  8845. apr 27 13:44:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  8846. apr 27 13:44:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8847. apr 27 13:44:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  8848. apr 27 13:44:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  8849. apr 27 13:44:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  8850. apr 27 13:45:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  8851. apr 27 13:45:03 _hostname_ systemd[1]: Starting Cleanup of Temporary Directories...
  8852. apr 27 13:45:03 _hostname_ systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
  8853. apr 27 13:45:03 _hostname_ systemd[1]: Finished Cleanup of Temporary Directories.
  8854. apr 27 13:45:03 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  8855. apr 27 13:45:03 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  8856. apr 27 13:45:03 _hostname_ kernel: audit: type=1130 audit(1619523903.574:129): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  8857. apr 27 13:45:03 _hostname_ kernel: audit: type=1131 audit(1619523903.574:130): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  8858. apr 27 13:45:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  8859. apr 27 13:45:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  8860. apr 27 13:45:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8861. apr 27 13:45:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  8862. apr 27 13:45:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  8863. apr 27 13:46:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8864. apr 27 13:46:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  8865. apr 27 13:46:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  8866. apr 27 13:46:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  8867. apr 27 13:46:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8868. apr 27 13:46:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  8869. apr 27 13:47:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  8870. apr 27 13:47:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  8871. apr 27 13:47:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  8872. apr 27 13:47:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  8873. apr 27 13:47:24 _hostname_ systemd-logind[378]: Lid closed.
  8874. apr 27 13:47:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  8875. apr 27 13:47:25 _hostname_ wpa_supplicant[549]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=866700
  8876. apr 27 13:47:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  8877. apr 27 13:47:27 _hostname_ kernel: usb 1-2: USB disconnect, device number 4
  8878. apr 27 13:47:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  8879. apr 27 13:47:35 _hostname_ kernel: usb 1-3: new high-speed USB device number 5 using xhci_hcd
  8880. apr 27 13:47:35 _hostname_ kernel: usb 1-3: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 3.d3
  8881. apr 27 13:47:35 _hostname_ kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  8882. apr 27 13:47:35 _hostname_ kernel: usb 1-3: Product: USB2.0 Hub
  8883. apr 27 13:47:35 _hostname_ kernel: usb 1-3: Manufacturer: VIA Labs, Inc.
  8884. apr 27 13:47:35 _hostname_ kernel: hub 1-3:1.0: USB hub found
  8885. apr 27 13:47:35 _hostname_ kernel: hub 1-3:1.0: 5 ports detected
  8886. apr 27 13:47:35 _hostname_ kernel: usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
  8887. apr 27 13:47:35 _hostname_ kernel: usb 2-3: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 3.d3
  8888. apr 27 13:47:35 _hostname_ kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  8889. apr 27 13:47:35 _hostname_ kernel: usb 2-3: Product: USB3.0 Hub
  8890. apr 27 13:47:35 _hostname_ kernel: usb 2-3: Manufacturer: VIA Labs, Inc.
  8891. apr 27 13:47:35 _hostname_ kernel: hub 2-3:1.0: USB hub found
  8892. apr 27 13:47:35 _hostname_ kernel: hub 2-3:1.0: 4 ports detected
  8893. apr 27 13:47:35 _hostname_ kernel: usb 2-3.4: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
  8894. apr 27 13:47:36 _hostname_ kernel: usb 2-3.4: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.35
  8895. apr 27 13:47:36 _hostname_ kernel: usb 2-3.4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
  8896. apr 27 13:47:36 _hostname_ kernel: usb 2-3.4: Product: USB3.0 Card Reader
  8897. apr 27 13:47:36 _hostname_ kernel: usb 2-3.4: Manufacturer: Generic
  8898. apr 27 13:47:36 _hostname_ kernel: usb 2-3.4: SerialNumber: 000000001536
  8899. apr 27 13:47:36 _hostname_ mtp-probe[5480]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4"
  8900. apr 27 13:47:36 _hostname_ mtp-probe[5480]: bus: 2, device: 3 was not an MTP device
  8901. apr 27 13:47:36 _hostname_ kernel: usb 1-3.3: new full-speed USB device number 6 using xhci_hcd
  8902. apr 27 13:47:36 _hostname_ kernel: usb 1-3.3: New USB device found, idVendor=04d9, idProduct=a232, bcdDevice= 2.02
  8903. apr 27 13:47:36 _hostname_ kernel: usb 1-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  8904. apr 27 13:47:36 _hostname_ kernel: usb 1-3.3: Product: USB-HID Keyboard
  8905. apr 27 13:47:36 _hostname_ kernel: usb 1-3.3: Manufacturer: HOLTEK
  8906. apr 27 13:47:36 _hostname_ kernel: input: HOLTEK USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:04D9:A232.0003/input/input24
  8907. apr 27 13:47:36 _hostname_ kernel: hid-generic 0003:04D9:A232.0003: input,hidraw0: USB HID v1.11 Keyboard [HOLTEK USB-HID Keyboard] on usb-0000:00:14.0-3.3/input0
  8908. apr 27 13:47:36 _hostname_ kernel: hid-generic 0003:04D9:A232.0004: hiddev96,hidraw1: USB HID v1.11 Device [HOLTEK USB-HID Keyboard] on usb-0000:00:14.0-3.3/input1
  8909. apr 27 13:47:36 _hostname_ kernel: input: HOLTEK USB-HID Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input25
  8910. apr 27 13:47:36 _hostname_ kernel: input: HOLTEK USB-HID Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input26
  8911. apr 27 13:47:36 _hostname_ kernel: input: HOLTEK USB-HID Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input27
  8912. apr 27 13:47:36 _hostname_ kernel: input: HOLTEK USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input28
  8913. apr 27 13:47:36 _hostname_ kernel: input: HOLTEK USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input29
  8914. apr 27 13:47:36 _hostname_ kernel: hid-generic 0003:04D9:A232.0005: input,hiddev97,hidraw2: USB HID v1.11 Mouse [HOLTEK USB-HID Keyboard] on usb-0000:00:14.0-3.3/input2
  8915. apr 27 13:47:36 _hostname_ kernel: hid-generic 0003:04D9:A232.0006: hiddev98,hidraw3: USB HID v1.11 Device [HOLTEK USB-HID Keyboard] on usb-0000:00:14.0-3.3/input3
  8916. apr 27 13:47:36 _hostname_ upowerd[845]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-3
  8917. apr 27 13:47:36 _hostname_ mtp-probe[5510]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3"
  8918. apr 27 13:47:36 _hostname_ mtp-probe[5510]: bus: 1, device: 6 was not an MTP device
  8919. apr 27 13:47:36 _hostname_ upowerd[845]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-3
  8920. apr 27 13:47:36 _hostname_ kernel: Registered IR keymap rc-cec
  8921. apr 27 13:47:36 _hostname_ kernel: rc rc0: DP-1 as /devices/pci0000:00/0000:00:02.0/rc/rc0
  8922. apr 27 13:47:36 _hostname_ kernel: input: DP-1 as /devices/pci0000:00/0000:00:02.0/rc/rc0/input30
  8923. apr 27 13:47:36 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event23 (DP-1)
  8924. apr 27 13:47:36 _hostname_ kernel: usb-storage 2-3.4:1.0: USB Mass Storage device detected
  8925. apr 27 13:47:36 _hostname_ kernel: scsi host1: usb-storage 2-3.4:1.0
  8926. apr 27 13:47:36 _hostname_ kernel: usbcore: registered new interface driver usb-storage
  8927. apr 27 13:47:36 _hostname_ kernel: usbcore: registered new interface driver uas
  8928. apr 27 13:47:36 _hostname_ mtp-probe[5561]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4"
  8929. apr 27 13:47:36 _hostname_ mtp-probe[5561]: bus: 2, device: 3 was not an MTP device
  8930. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  8931. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 67
  8932. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 0
  8933. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 0
  8934. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  8935. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  8936. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  8937. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 67 update
  8938. m_connected: 1
  8939. m_crtc QObject(0x0)
  8940. CRTC: 0
  8941. MODE: 0
  8942. Connection: 0
  8943. Primary: false
  8944. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 67 : connected = true , enabled = false
  8945. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRScreenChangeNotify
  8946. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Window: 48234501
  8947. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Root: 1946
  8948. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  8949. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Size ID: 0
  8950. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Size: 1920 1080
  8951. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: SizeMM: 508 285
  8952. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  8953. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 67
  8954. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 0
  8955. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 0
  8956. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  8957. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  8958. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  8959. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 67 update
  8960. m_connected: 0
  8961. m_crtc QObject(0x0)
  8962. CRTC: 0
  8963. MODE: 0
  8964. Connection: 0
  8965. Primary: false
  8966. apr 27 13:47:36 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 67 : connected = true , enabled = false
  8967. apr 27 13:47:36 _hostname_ kcminit[5566]: Initializing "kcm_mouse" : "kcminit_mouse"
  8968. apr 27 13:47:36 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 102, resource id: 94371845, major code: 18 (ChangeProperty), minor code: 0
  8969. apr 27 13:47:36 _hostname_ upowerd[845]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3
  8970. apr 27 13:47:37 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event17 (HOLTEK USB-HID Keyboard)
  8971. apr 27 13:47:37 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event20 (HOLTEK USB-HID Keyboard Consumer Control)
  8972. apr 27 13:47:37 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event22 (HOLTEK USB-HID Keyboard)
  8973. apr 27 13:47:37 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event19 (HOLTEK USB-HID Keyboard System Control)
  8974. apr 27 13:47:37 _hostname_ mtp-probe[5602]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3"
  8975. apr 27 13:47:37 _hostname_ mtp-probe[5602]: bus: 1, device: 6 was not an MTP device
  8976. apr 27 13:47:37 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Emitting configChanged()
  8977. apr 27 13:47:37 _hostname_ kernel: scsi 1:0:0:0: Direct-Access Generic MassStorageClass 1536 PQ: 0 ANSI: 6
  8978. apr 27 13:47:37 _hostname_ kernel: scsi 1:0:0:1: Direct-Access Generic MassStorageClass 1536 PQ: 0 ANSI: 6
  8979. apr 27 13:47:38 _hostname_ kernel: sd 1:0:0:0: [sda] Attached SCSI removable disk
  8980. apr 27 13:47:38 _hostname_ kernel: sd 1:0:0:1: [sdb] Attached SCSI removable disk
  8981. apr 27 13:47:38 _hostname_ kcminit[5612]: Initializing "kcm_mouse" : "kcminit_mouse"
  8982. apr 27 13:47:38 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 229, resource id: 96468997, major code: 18 (ChangeProperty), minor code: 0
  8983. apr 27 13:47:39 _hostname_ kcminit[5620]: Initializing "kcm_mouse" : "kcminit_mouse"
  8984. apr 27 13:47:39 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 269, resource id: 94371845, major code: 18 (ChangeProperty), minor code: 0
  8985. apr 27 13:47:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  8986. apr 27 13:47:40 _hostname_ kernel: usb 1-3.2: new full-speed USB device number 7 using xhci_hcd
  8987. apr 27 13:47:40 _hostname_ kernel: usb 1-3.2: New USB device found, idVendor=046d, idProduct=c08f, bcdDevice=45.01
  8988. apr 27 13:47:40 _hostname_ kernel: usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  8989. apr 27 13:47:40 _hostname_ kernel: usb 1-3.2: Product: G403 HERO Gaming Mouse
  8990. apr 27 13:47:40 _hostname_ kernel: usb 1-3.2: Manufacturer: Logitech
  8991. apr 27 13:47:40 _hostname_ kernel: usb 1-3.2: SerialNumber: 0E6B39693534
  8992. apr 27 13:47:40 _hostname_ kernel: input: Logitech G403 HERO Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:046D:C08F.0007/input/input31
  8993. apr 27 13:47:40 _hostname_ kernel: hid-generic 0003:046D:C08F.0007: input,hidraw4: USB HID v1.11 Mouse [Logitech G403 HERO Gaming Mouse] on usb-0000:00:14.0-3.2/input0
  8994. apr 27 13:47:40 _hostname_ kernel: input: Logitech G403 HERO Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input32
  8995. apr 27 13:47:40 _hostname_ kernel: input: Logitech G403 HERO Gaming Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input33
  8996. apr 27 13:47:40 _hostname_ kernel: input: Logitech G403 HERO Gaming Mouse System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input34
  8997. apr 27 13:47:40 _hostname_ kernel: hid-generic 0003:046D:C08F.0008: input,hiddev99,hidraw5: USB HID v1.11 Keyboard [Logitech G403 HERO Gaming Mouse] on usb-0000:00:14.0-3.2/input1
  8998. apr 27 13:47:40 _hostname_ kernel: usb 1-3.5: new high-speed USB device number 8 using xhci_hcd
  8999. apr 27 13:47:40 _hostname_ kernel: usb 1-3.5: New USB device found, idVendor=2109, idProduct=8888, bcdDevice= 0.01
  9000. apr 27 13:47:40 _hostname_ kernel: usb 1-3.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  9001. apr 27 13:47:40 _hostname_ kernel: usb 1-3.5: Product: USB Billboard Device
  9002. apr 27 13:47:40 _hostname_ kernel: usb 1-3.5: Manufacturer: VIA Labs, Inc.
  9003. apr 27 13:47:40 _hostname_ kernel: usb 1-3.5: SerialNumber: 0000000000000001
  9004. apr 27 13:47:40 _hostname_ mtp-probe[5644]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2"
  9005. apr 27 13:47:40 _hostname_ mtp-probe[5644]: bus: 1, device: 7 was not an MTP device
  9006. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandR::setConfig
  9007. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
  9008. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Needed CRTCs: 1
  9009. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Actions to perform:
  9010. Primary Output: true
  9011. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Old: 66
  9012. New: 67
  9013. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Change Screen Size: false
  9014. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Disable outputs: true
  9015. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: (66)
  9016. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Change outputs: false
  9017. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Enable outputs: true
  9018. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: (67)
  9019. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: RRSetCrtcConfig (disable output)
  9020. CRTC: 63
  9021. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Result: 0
  9022. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 66 update
  9023. m_connected: 0
  9024. m_crtc XRandRCrtc(0x55fc1667bbd0)
  9025. CRTC: 0
  9026. MODE: 0
  9027. Connection: 0
  9028. Primary: false
  9029. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Disconnected output 66 from CRTC 63
  9030. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: QMap((63, XRandRCrtc(0x55fc1667bbd0))(64, XRandRCrtc(0x55fc1667bdb0))(65, XRandRCrtc(0x55fc1667b5e0)))
  9031. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Testing CRTC 63
  9032. Free: true
  9033. Mode: 0
  9034. Possible outputs: QVector(66, 67, 68)
  9035. Connected outputs: QVector()
  9036. Geometry: QRect(0,0 0x0)
  9037. apr 27 13:47:40 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: RRSetCrtcConfig (enable output)
  9038. Output: 67 ( "DP-1" )
  9039. New CRTC: 63
  9040. Pos: QPoint(0,0)
  9041. Mode: KScreen::Mode(Id: "2029" , Size: QSize(1920, 1080) @ 74.9725 ) Preferred: "2028"
  9042. Rotation: KScreen::Output::None
  9043. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Result: 0
  9044. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 67 update
  9045. m_connected: 0
  9046. m_crtc QObject(0x0)
  9047. CRTC: 63
  9048. MODE: 2029
  9049. Connection: 0
  9050. Primary: true
  9051. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Connected output 67 to CRTC 63
  9052. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: RRSetOutputPrimary
  9053. New primary: 67
  9054. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandR::setConfig done!
  9055. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_CrtcChange
  9056. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 63
  9057. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 0
  9058. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9059. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Geometry: 0 0 0 0
  9060. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  9061. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 66
  9062. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 0
  9063. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 0
  9064. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9065. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  9066. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  9067. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRScreenChangeNotify
  9068. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Window: 48234501
  9069. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Root: 1946
  9070. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9071. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Size ID: 65535
  9072. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Size: 1920 1080
  9073. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: SizeMM: 508 285
  9074. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_CrtcChange
  9075. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 63
  9076. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 0
  9077. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9078. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Geometry: 0 0 0 0
  9079. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  9080. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 66
  9081. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 0
  9082. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 0
  9083. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9084. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  9085. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  9086. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_CrtcChange
  9087. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 63
  9088. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 2029
  9089. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9090. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Geometry: 0 0 1920 1080
  9091. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  9092. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 67
  9093. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 63
  9094. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 2029
  9095. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9096. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  9097. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  9098. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRScreenChangeNotify
  9099. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Window: 48234501
  9100. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Root: 1946
  9101. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9102. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Size ID: 0
  9103. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Size: 1920 1080
  9104. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: SizeMM: 508 285
  9105. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_CrtcChange
  9106. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 63
  9107. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 2029
  9108. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9109. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Geometry: 0 0 1920 1080
  9110. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  9111. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 67
  9112. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 63
  9113. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 2029
  9114. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9115. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  9116. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  9117. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  9118. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 66
  9119. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 0
  9120. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 0
  9121. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9122. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  9123. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  9124. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  9125. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 67
  9126. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 63
  9127. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 2029
  9128. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9129. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  9130. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  9131. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRScreenChangeNotify
  9132. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Window: 48234501
  9133. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Root: 1946
  9134. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9135. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Size ID: 0
  9136. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Size: 1920 1080
  9137. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: SizeMM: 508 285
  9138. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  9139. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 66
  9140. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 0
  9141. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 0
  9142. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9143. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  9144. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  9145. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: RRNotify_OutputChange
  9146. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Output: 67
  9147. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: CRTC: 63
  9148. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Mode: 2029
  9149. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Rotation: "Rotate_0"
  9150. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Connection: "Connected"
  9151. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xcb.helper: Subpixel Order: 0
  9152. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 66 update
  9153. m_connected: 0
  9154. m_crtc QObject(0x0)
  9155. CRTC: 0
  9156. MODE: 0
  9157. Connection: 0
  9158. Primary: false
  9159. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 66 : connected = true , enabled = false
  9160. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 66 update
  9161. m_connected: 0
  9162. m_crtc QObject(0x0)
  9163. CRTC: 0
  9164. MODE: 0
  9165. Connection: 0
  9166. Primary: false
  9167. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 66 : connected = true , enabled = false
  9168. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 67 update
  9169. m_connected: 0
  9170. m_crtc XRandRCrtc(0x55fc1667bbd0)
  9171. CRTC: 63
  9172. MODE: 2029
  9173. Connection: 0
  9174. Primary: true
  9175. apr 27 13:47:41 _hostname_ upowerd[845]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2
  9176. apr 27 13:47:41 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event27 (Logitech G403 HERO Gaming Mouse System Control)
  9177. apr 27 13:47:41 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event26 (Logitech G403 HERO Gaming Mouse Consumer Control)
  9178. apr 27 13:47:41 _hostname_ systemd-logind[378]: Watching system buttons on /dev/input/event25 (Logitech G403 HERO Gaming Mouse Keyboard)
  9179. apr 27 13:47:41 _hostname_ mtp-probe[5721]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2"
  9180. apr 27 13:47:41 _hostname_ mtp-probe[5721]: bus: 1, device: 7 was not an MTP device
  9181. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 67 : connected = true , enabled = true
  9182. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 67 update
  9183. m_connected: 0
  9184. m_crtc XRandRCrtc(0x55fc1667bbd0)
  9185. CRTC: 63
  9186. MODE: 2029
  9187. Connection: 0
  9188. Primary: true
  9189. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 67 : connected = true , enabled = true
  9190. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 66 update
  9191. m_connected: 0
  9192. m_crtc QObject(0x0)
  9193. CRTC: 0
  9194. MODE: 0
  9195. Connection: 0
  9196. Primary: false
  9197. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 66 : connected = true , enabled = false
  9198. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 67 update
  9199. m_connected: 0
  9200. m_crtc XRandRCrtc(0x55fc1667bbd0)
  9201. CRTC: 63
  9202. MODE: 2029
  9203. Connection: 0
  9204. Primary: true
  9205. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 67 : connected = true , enabled = true
  9206. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 66 update
  9207. m_connected: 0
  9208. m_crtc QObject(0x0)
  9209. CRTC: 0
  9210. MODE: 0
  9211. Connection: 0
  9212. Primary: false
  9213. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 66 : connected = true , enabled = false
  9214. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: XRandROutput 67 update
  9215. m_connected: 0
  9216. m_crtc XRandRCrtc(0x55fc1667bbd0)
  9217. CRTC: 63
  9218. MODE: 2029
  9219. Connection: 0
  9220. Primary: true
  9221. apr 27 13:47:41 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Output 67 : connected = true , enabled = true
  9222. apr 27 13:47:42 _hostname_ kscreen_backend_launcher[1082]: kscreen.xrandr: Emitting configChanged()
  9223. apr 27 13:47:42 _hostname_ kcminit[5731]: Initializing "kcm_mouse" : "kcminit_mouse"
  9224. apr 27 13:47:42 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 517, resource id: 94371845, major code: 18 (ChangeProperty), minor code: 0
  9225. apr 27 13:47:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  9226. apr 27 13:47:43 _hostname_ kcminit[5742]: Initializing "kcm_mouse" : "kcminit_mouse"
  9227. apr 27 13:47:43 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 972, resource id: 94371845, major code: 18 (ChangeProperty), minor code: 0
  9228. apr 27 13:47:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  9229. apr 27 13:47:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  9230. apr 27 13:47:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  9231. apr 27 13:48:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  9232. apr 27 13:48:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  9233. apr 27 13:48:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  9234. apr 27 13:48:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  9235. apr 27 13:48:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10485, resource id: 75497493, major code: 18 (ChangeProperty), minor code: 0
  9236. apr 27 13:48:17 _hostname_ systemd[868]: app-org.kde.gwenview-aee8f3c02643495ea0118ae302adbf15.scope: Deactivated successfully.
  9237. apr 27 13:48:17 _hostname_ systemd[868]: app-org.kde.gwenview-aee8f3c02643495ea0118ae302adbf15.scope: Consumed 1.640s CPU time.
  9238. apr 27 13:48:17 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10535, resource id: 41943063, major code: 18 (ChangeProperty), minor code: 0
  9239. apr 27 13:48:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  9240. apr 27 13:48:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  9241. apr 27 13:48:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  9242. apr 27 13:48:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  9243. apr 27 13:48:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  9244. apr 27 13:48:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  9245. apr 27 13:48:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  9246. apr 27 13:48:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  9247. apr 27 13:48:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  9248. apr 27 13:48:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  9249. apr 27 13:49:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  9250. apr 27 13:49:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  9251. apr 27 13:49:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  9252. apr 27 13:49:11 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  9253. apr 27 13:49:11 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  9254. apr 27 13:49:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  9255. apr 27 13:49:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  9256. apr 27 13:49:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  9257. apr 27 13:49:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  9258. apr 27 13:49:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  9259. apr 27 13:49:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  9260. apr 27 13:49:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  9261. apr 27 13:49:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  9262. apr 27 13:49:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  9263. apr 27 13:49:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  9264. apr 27 13:49:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  9265. apr 27 13:49:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  9266. apr 27 13:50:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  9267. apr 27 13:50:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  9268. apr 27 13:50:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  9269. apr 27 13:50:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  9270. apr 27 13:50:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  9271. apr 27 13:50:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  9272. apr 27 13:50:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  9273. apr 27 13:50:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  9274. apr 27 13:50:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  9275. apr 27 13:50:52 _hostname_ at-spi-bus-launcher[6614]: dbus-daemon[6614]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=6610 comm="/usr/bin/yad --window-icon=/usr/share/endeavouros/")
  9276. apr 27 13:50:52 _hostname_ at-spi-bus-launcher[6614]: dbus-daemon[6614]: Successfully activated service 'org.a11y.atspi.Registry'
  9277. apr 27 13:50:52 _hostname_ at-spi-bus-launcher[6621]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
  9278. apr 27 13:50:52 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  9279. apr 27 13:50:52 _hostname_ plasmashell[998]: kf.service.services: Parsing "exist Exec and ('/usr/bin/yad --window-icon=/usr/share/endeavouros/EndeavourOS-icon.png --list --checklist --text=Selecting any of the boxes below (except the last two) will add\\nthat particular log to a common log file <b>$HOME/eos-log-tool.logs</b>.\\nOnce you have selected the desired boxes, including <b>Send logs to internet</b>,\\nclick the OK button and you will receive a URL that tells the internet address of the logs.\\n\\nNote1: You'll see the <i>default</i> selections below.\\nNote2: Personal data will be removed from the local log file by selecting <b>Remove personal data from logs</b>.\\nNote3: Personal data is <i>automatically</i> removed from logs before sending to internet.\\nNote4: A list of URLs is stored into folder <b>$HOME/.config/eos-log-tool</b>.\\n --height=620 --image=dialog-question --title=EndeavourOS log tools --no-click --multiple --column=Select --column=Item!Command / File / Action --column=Description true journalctl -b -0 Journal from the most recent boot false journalctl -b -1 Journal from the second most recent boot false journalctl -b -2 Journal from the third most recent boot false systemd-analyze blame Time that running units took to initialize false lspci -vnn Information related to PCI devices false lsusb Information related to USB devices true inxi -Fxxc0z Inxi log, information about hardware and software false hwinfo --short Summary of hardware false EndeavourOS install log EndeavourOS install log false ~/.xsession-errors X session errors false /var/log/Xorg.0.log Xorg log false /var/log/lightdm/lightdm.log Display manager log false /var/log/lightdm/x-0.log Display manager log, X server related false /etc/fstab Static information about the filesystem false /boot/grub/grub.cfg Grub configuration file true /etc/pacman.conf Pacman package manager configuration file true <b>Remove personal data from logs</b> Rename personal names to generic names false <b>Send logs to internet</b> Send selected logs to the internet (personal info always removed)' =~ Exec)" gave: syntax error
  9280. apr 27 13:50:52 _hostname_ plasmashell[998]: kf.service.services: Parsing "exist Exec and ('yad --window-icon=/usr/share/endeavouros/EndeavourOS-icon.png --list --checklist --text=Selecting any of the boxes below (except the last two) will add\\nthat particular log to a common log file <b>$HOME/eos-log-tool.logs</b>.\\nOnce you have selected the desired boxes, including <b>Send logs to internet</b>,\\nclick the OK button and you will receive a URL that tells the internet address of the logs.\\n\\nNote1: You'll see the <i>default</i> selections below.\\nNote2: Personal data will be removed from the local log file by selecting <b>Remove personal data from logs</b>.\\nNote3: Personal data is <i>automatically</i> removed from logs before sending to internet.\\nNote4: A list of URLs is stored into folder <b>$HOME/.config/eos-log-tool</b>.\\n --height=620 --image=dialog-question --title=EndeavourOS log tools --no-click --multiple --column=Select --column=Item!Command / File / Action --column=Description true journalctl -b -0 Journal from the most recent boot false journalctl -b -1 Journal from the second most recent boot false journalctl -b -2 Journal from the third most recent boot false systemd-analyze blame Time that running units took to initialize false lspci -vnn Information related to PCI devices false lsusb Information related to USB devices true inxi -Fxxc0z Inxi log, information about hardware and software false hwinfo --short Summary of hardware false EndeavourOS install log EndeavourOS install log false ~/.xsession-errors X session errors false /var/log/Xorg.0.log Xorg log false /var/log/lightdm/lightdm.log Display manager log false /var/log/lightdm/x-0.log Display manager log, X server related false /etc/fstab Static information about the filesystem false /boot/grub/grub.cfg Grub configuration file true /etc/pacman.conf Pacman package manager configuration file true <b>Remove personal data from logs</b> Rename personal names to generic names false <b>Send logs to internet</b> Send selected logs to the internet (personal info always removed)' =~ Exec)" gave: syntax error
  9281. apr 27 13:50:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  9282. apr 27 13:50:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  9283. apr 27 13:51:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  9284. apr 27 13:51:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  9285. apr 27 13:51:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  9286. apr 27 13:51:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  9287. apr 27 13:51:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  9288. apr 27 13:51:46 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 56846, resource id: 94371847, major code: 15 (QueryTree), minor code: 0
  9289. apr 27 13:51:48 _hostname_ polkitd[821]: Registered Authentication Agent for unix-process:6908:130991 (system bus name :1.97 [/sbin/flatpak list], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
  9290. apr 27 13:51:48 _hostname_ polkitd[821]: Unregistered Authentication Agent for unix-process:6908:130991 (system bus name :1.97, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
  9291. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: Listener adapter polkit_qt_listener_initiate_authentication
  9292. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: GSimpleAsyncResult: 0x55c56e4055e0
  9293. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: polkit_qt_listener_initiate_authentication callback for 0x55c56e3cac00
  9294. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: Initiating authentication
  9295. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: Message of action: "Authentication is needed to run `/usr/bin/bash' as the super user"
  9296. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: Action description has been found
  9297. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: WinId of the dialog is 27262982 27262982
  9298. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: WinId of the shown dialog is 27262982 27262982
  9299. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: Trying again
  9300. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: REQUEST
  9301. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: Request: "Password: "
  9302. apr 27 13:51:48 _hostname_ polkit-kde-authentication-agent-1[994]: "Password: "
  9303. apr 27 13:51:48 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  9304. apr 27 13:51:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  9305. apr 27 13:51:52 _hostname_ polkit-kde-authentication-agent-1[994]: Dialog accepted
  9306. apr 27 13:51:52 _hostname_ audit[6936]: USER_AUTH pid=6936 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  9307. apr 27 13:51:52 _hostname_ kernel: audit: type=1100 audit(1619524312.062:131): pid=6936 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  9308. apr 27 13:51:52 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.100' (uid=0 pid=6936 comm="/usr/lib/polkit-1/polkit-agent-helper-1 _user_ ")
  9309. apr 27 13:51:52 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  9310. apr 27 13:51:52 _hostname_ polkit-agent-helper-1[6936]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  9311. apr 27 13:51:52 _hostname_ audit[6936]: USER_ACCT pid=6936 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  9312. apr 27 13:51:52 _hostname_ kernel: audit: type=1101 audit(1619524312.066:132): pid=6936 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  9313. apr 27 13:51:52 _hostname_ polkit-kde-authentication-agent-1[994]: COMPLETED
  9314. apr 27 13:51:52 _hostname_ polkit-kde-authentication-agent-1[994]: Completed: true
  9315. apr 27 13:51:52 _hostname_ polkit-kde-authentication-agent-1[994]: Finishing obtaining privileges
  9316. apr 27 13:51:52 _hostname_ polkit-kde-authentication-agent-1[994]: Listener adapter polkit_qt_listener_initiate_authentication_finish
  9317. apr 27 13:51:52 _hostname_ polkit-kde-authentication-agent-1[994]: polkit_qt_listener_initiate_authentication_finish callback for 0x55c56e3cac00
  9318. apr 27 13:51:52 _hostname_ polkitd[821]: Operator of unix-session:2 successfully authenticated as unix-user:_user_ to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for unix-process:6604:125345 [/bin/bash /usr/bin/eos-log-tool] (owned by unix-user:_user_)
  9319. apr 27 13:51:52 _hostname_ polkit-kde-authentication-agent-1[994]: Finish obtain authorization: true
  9320. apr 27 13:51:52 _hostname_ pkexec[6929]: pam_unix(polkit-1:session): session opened for user root(uid=0) by _user_(uid=1000)
  9321. apr 27 13:51:52 _hostname_ audit[6929]: USER_START pid=6929 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=_hostname_ addr=? terminal=pts/1 res=success'
  9322. apr 27 13:51:52 _hostname_ pkexec[6929]: _user_: Executing command [USER=root] [TTY=/dev/pts/1] [CWD=/home/_user_] [COMMAND=/usr/bin/bash -c : ; echo '#################### journalctl -b -0 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -0 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs ; echo '#################### journalctl -b -1 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -1 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs ; echo '#################### journalctl -b -2 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -2 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs ; echo '#################### cat /boot/grub/grub.cfg ########################' >> /home/_user_/eos-log-tool.logs ; cat /boot/grub/grub.cfg >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs]
  9323. apr 27 13:51:52 _hostname_ kernel: audit: type=1105 audit(1619524312.109:133): pid=6929 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=_hostname_ addr=? terminal=pts/1 res=success'
  9324. apr 27 13:51:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  9325. apr 27 13:51:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  9326. apr 27 13:51:57 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  9327. apr 27 13:52:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  9328. apr 27 13:52:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  9329. apr 27 13:52:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  9330. apr 27 13:52:08 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:464: TypeError: Cannot read property 'length' of undefined
  9331. apr 27 13:52:08 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:379: Unable to assign [undefined] to QString
  9332. apr 27 13:52:08 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 62957, resource id: 31457542, major code: 18 (ChangeProperty), minor code: 0
  9333. apr 27 13:52:08 _hostname_ plasmashell[998]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:379: Unable to assign [undefined] to QString
  9334. apr 27 13:52:08 _hostname_ systemd[868]: Started LibreOffice Writer - Word Processor.
  9335. apr 27 13:52:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  9336. apr 27 13:52:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  9337. apr 27 13:52:14 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  9338. apr 27 13:52:14 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2741, resource id: 98566145, major code: 15 (QueryTree), minor code: 0
  9339. apr 27 13:52:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  9340. apr 27 13:52:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  9341. apr 27 13:52:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  9342. apr 27 13:52:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  9343. apr 27 13:52:37 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  9344. apr 27 13:52:37 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  9345. apr 27 13:52:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  9346. apr 27 13:52:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  9347. apr 27 13:52:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  9348. apr 27 13:52:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  9349. apr 27 13:52:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  9350. apr 27 13:52:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  9351. apr 27 13:53:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  9352. apr 27 13:53:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  9353. apr 27 13:53:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  9354. apr 27 13:53:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  9355. apr 27 13:53:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  9356. apr 27 13:53:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  9357. apr 27 13:53:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  9358. apr 27 13:53:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  9359. apr 27 13:53:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  9360. apr 27 13:53:35 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35177, resource id: 94371843, major code: 15 (QueryTree), minor code: 0
  9361. apr 27 13:53:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  9362. apr 27 13:53:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  9363. apr 27 13:53:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  9364. apr 27 13:53:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  9365. apr 27 13:53:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  9366. apr 27 13:53:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  9367. apr 27 13:53:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  9368. apr 27 13:54:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  9369. apr 27 13:54:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  9370. apr 27 13:54:11 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  9371. apr 27 13:54:11 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  9372. apr 27 13:54:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  9373. apr 27 13:54:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  9374. apr 27 13:54:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  9375. apr 27 13:54:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  9376. apr 27 13:54:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  9377. apr 27 13:54:28 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  9378. apr 27 13:54:28 _hostname_ plasmashell[998]: kf.service.services: Parsing "exist Exec and ('/usr/bin/yad --window-icon=/usr/share/endeavouros/EndeavourOS-icon.png --list --checklist --text=Selecting any of the boxes below (except the last two) will add\\nthat particular log to a common log file <b>$HOME/eos-log-tool.logs</b>.\\nOnce you have selected the desired boxes, including <b>Send logs to internet</b>,\\nclick the OK button and you will receive a URL that tells the internet address of the logs.\\n\\nNote1: You'll see the <i>default</i> selections below.\\nNote2: Personal data will be removed from the local log file by selecting <b>Remove personal data from logs</b>.\\nNote3: Personal data is <i>automatically</i> removed from logs before sending to internet.\\nNote4: A list of URLs is stored into folder <b>$HOME/.config/eos-log-tool</b>.\\n --height=620 --image=dialog-question --title=EndeavourOS log tools --no-click --multiple --column=Select --column=Item!Command / File / Action --column=Description true journalctl -b -0 Journal from the most recent boot false journalctl -b -1 Journal from the second most recent boot false journalctl -b -2 Journal from the third most recent boot false systemd-analyze blame Time that running units took to initialize false lspci -vnn Information related to PCI devices false lsusb Information related to USB devices true inxi -Fxxc0z Inxi log, information about hardware and software false hwinfo --short Summary of hardware false EndeavourOS install log EndeavourOS install log false ~/.xsession-errors X session errors false /var/log/Xorg.0.log Xorg log false /var/log/lightdm/lightdm.log Display manager log false /var/log/lightdm/x-0.log Display manager log, X server related false /etc/fstab Static information about the filesystem false /boot/grub/grub.cfg Grub configuration file true /etc/pacman.conf Pacman package manager configuration file true <b>Remove personal data from logs</b> Rename personal names to generic names false <b>Send logs to internet</b> Send selected logs to the internet (personal info always removed)' =~ Exec)" gave: syntax error
  9379. apr 27 13:54:28 _hostname_ plasmashell[998]: kf.service.services: Parsing "exist Exec and ('yad --window-icon=/usr/share/endeavouros/EndeavourOS-icon.png --list --checklist --text=Selecting any of the boxes below (except the last two) will add\\nthat particular log to a common log file <b>$HOME/eos-log-tool.logs</b>.\\nOnce you have selected the desired boxes, including <b>Send logs to internet</b>,\\nclick the OK button and you will receive a URL that tells the internet address of the logs.\\n\\nNote1: You'll see the <i>default</i> selections below.\\nNote2: Personal data will be removed from the local log file by selecting <b>Remove personal data from logs</b>.\\nNote3: Personal data is <i>automatically</i> removed from logs before sending to internet.\\nNote4: A list of URLs is stored into folder <b>$HOME/.config/eos-log-tool</b>.\\n --height=620 --image=dialog-question --title=EndeavourOS log tools --no-click --multiple --column=Select --column=Item!Command / File / Action --column=Description true journalctl -b -0 Journal from the most recent boot false journalctl -b -1 Journal from the second most recent boot false journalctl -b -2 Journal from the third most recent boot false systemd-analyze blame Time that running units took to initialize false lspci -vnn Information related to PCI devices false lsusb Information related to USB devices true inxi -Fxxc0z Inxi log, information about hardware and software false hwinfo --short Summary of hardware false EndeavourOS install log EndeavourOS install log false ~/.xsession-errors X session errors false /var/log/Xorg.0.log Xorg log false /var/log/lightdm/lightdm.log Display manager log false /var/log/lightdm/x-0.log Display manager log, X server related false /etc/fstab Static information about the filesystem false /boot/grub/grub.cfg Grub configuration file true /etc/pacman.conf Pacman package manager configuration file true <b>Remove personal data from logs</b> Rename personal names to generic names false <b>Send logs to internet</b> Send selected logs to the internet (personal info always removed)' =~ Exec)" gave: syntax error
  9380. apr 27 13:54:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  9381. apr 27 13:54:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  9382. apr 27 13:54:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  9383. apr 27 13:54:45 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 59277, resource id: 31457556, major code: 15 (QueryTree), minor code: 0
  9384. apr 27 13:54:45 _hostname_ plasmashell[998]: libpng warning: iCCP: known incorrect sRGB profile
  9385. apr 27 13:54:47 _hostname_ kdeinit5[7846]: Qt: Session management error: networkIdsList argument is NULL
  9386. apr 27 13:54:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  9387. apr 27 13:54:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  9388. apr 27 13:54:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  9389. apr 27 13:55:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  9390. apr 27 13:55:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  9391. apr 27 13:55:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  9392. apr 27 13:55:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  9393. apr 27 13:55:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  9394. apr 27 13:55:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  9395. apr 27 13:55:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  9396. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usr/bin does not exist."
  9397. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/boot/efi) failed: (Permission denied)
  9398. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /boot/efi."
  9399. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /dev/vboxusb."
  9400. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/NetworkManager/system-connections) failed: (Permission denied)
  9401. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/NetworkManager/system-connections."
  9402. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/audit/plugins.d) failed: (Permission denied)
  9403. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/audit/plugins.d."
  9404. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/openvpn/client) failed: (Permission denied)
  9405. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/openvpn/client."
  9406. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/openvpn/server) failed: (Permission denied)
  9407. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/openvpn/server."
  9408. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/pacman.d/gnupg/crls.d) failed: (Permission denied)
  9409. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/pacman.d/gnupg/crls.d."
  9410. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/pacman.d/gnupg/openpgp-revocs.d) failed: (Permission denied)
  9411. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/pacman.d/gnupg/openpgp-revocs.d."
  9412. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/pacman.d/gnupg/private-keys-v1.d) failed: (Permission denied)
  9413. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/pacman.d/gnupg/private-keys-v1.d."
  9414. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/polkit-1/rules.d) failed: (Permission denied)
  9415. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/polkit-1/rules.d."
  9416. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/sudoers.d) failed: (Permission denied)
  9417. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/sudoers.d."
  9418. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/etc/wireguard) failed: (Permission denied)
  9419. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /etc/wireguard."
  9420. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../systemd/user does not exist."
  9421. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usr/lib does not exist."
  9422. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usr/lib does not exist."
  9423. apr 27 13:55:48 _hostname_ kdeinit5[8101]: inotify_add_watch(/lost+found) failed: (Permission denied)
  9424. apr 27 13:55:48 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /lost+found."
  9425. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/root) failed: (Permission denied)
  9426. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /root."
  9427. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/brltty) failed: (Permission denied)
  9428. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/brltty."
  9429. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/lock/lvm) failed: (Permission denied)
  9430. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/lock/lvm."
  9431. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/named) failed: (Permission denied)
  9432. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/named."
  9433. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/openvpn-client) failed: (Permission denied)
  9434. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/openvpn-client."
  9435. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/openvpn-server) failed: (Permission denied)
  9436. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/openvpn-server."
  9437. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/stunnel) failed: (Permission denied)
  9438. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/stunnel."
  9439. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/sudo) failed: (Permission denied)
  9440. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/sudo."
  9441. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/systemd/inaccessible/dir) failed: (Permission denied)
  9442. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/systemd/inaccessible/dir."
  9443. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/systemd/propagate) failed: (Permission denied)
  9444. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/systemd/propagate."
  9445. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/systemd/unit-root) failed: (Permission denied)
  9446. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/systemd/unit-root."
  9447. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/udisks2) failed: (Permission denied)
  9448. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/udisks2."
  9449. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/user/1000/systemd/inaccessible/dir) failed: (Permission denied)
  9450. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/user/1000/systemd/inaccessible/dir."
  9451. apr 27 13:55:49 _hostname_ kdeinit5[8101]: inotify_add_watch(/run/wpa_supplicant) failed: (Permission denied)
  9452. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /run/wpa_supplicant."
  9453. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usr/bin does not exist."
  9454. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.4/0000:02:00.0/nvme/nvme0/nvme0n1 does not exist."
  9455. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:0/block/sda does not exist."
  9456. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:1/block/sdb does not exist."
  9457. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ABCD0000:00 does not exist."
  9458. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/ACPI0003:00 does not exist."
  9459. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00 does not exist."
  9460. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000E:00 does not exist."
  9461. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/HPIC0003:00 does not exist."
  9462. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/HPQ6001:00 does not exist."
  9463. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/HPQ8001:00 does not exist."
  9464. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:73/IMPJ0003:00 does not exist."
  9465. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:72/INT0000:00 does not exist."
  9466. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/INT0800:00 does not exist."
  9467. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/INT0E0C:00 does not exist."
  9468. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/INT3399:00 does not exist."
  9469. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00 does not exist."
  9470. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT33A2:00 does not exist."
  9471. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/INT33D0:00 does not exist."
  9472. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:75/INT33E1:00 does not exist."
  9473. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/INT3400:00 does not exist."
  9474. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:00 does not exist."
  9475. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:01 does not exist."
  9476. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/INT340E:00 does not exist."
  9477. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/INT3420:00 does not exist."
  9478. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/INT3420:01 does not exist."
  9479. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT343D:00 does not exist."
  9480. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT343E:00 does not exist."
  9481. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3440:00 does not exist."
  9482. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3444:00 does not exist."
  9483. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3445:00 does not exist."
  9484. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3446:00 does not exist."
  9485. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3447:00 does not exist."
  9486. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3449:00 does not exist."
  9487. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT344A:00 does not exist."
  9488. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT344B:00 does not exist."
  9489. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/INT3470:00 does not exist."
  9490. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3444:00/INT3471:00 does not exist."
  9491. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3471:01 does not exist."
  9492. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3471:02 does not exist."
  9493. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3471:03 does not exist."
  9494. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3471:04 does not exist."
  9495. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3444:00/INT3472:00 does not exist."
  9496. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3472:01 does not exist."
  9497. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3472:02 does not exist."
  9498. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3472:03 does not exist."
  9499. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3472:04 does not exist."
  9500. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3472:05 does not exist."
  9501. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3472:06 does not exist."
  9502. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3472:07 does not exist."
  9503. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3472:08 does not exist."
  9504. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT3446:00/INT3474:00 does not exist."
  9505. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:72/INT3515:00 does not exist."
  9506. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:72/INT3515:01 does not exist."
  9507. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/INT3F0D:00 does not exist."
  9508. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:00 does not exist."
  9509. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:01 does not exist."
  9510. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:02 does not exist."
  9511. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:03 does not exist."
  9512. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:04 does not exist."
  9513. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:05 does not exist."
  9514. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:06 does not exist."
  9515. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:07 does not exist."
  9516. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:08 does not exist."
  9517. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:09 does not exist."
  9518. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:0a does not exist."
  9519. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:0b does not exist."
  9520. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:0c does not exist."
  9521. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:0d does not exist."
  9522. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:0e does not exist."
  9523. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXCPU:0f does not exist."
  9524. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00 does not exist."
  9525. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/device:48/LNXPOWER:01 does not exist."
  9526. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXPWRBN:00 does not exist."
  9527. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00 does not exist."
  9528. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:01 does not exist."
  9529. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00 does not exist."
  9530. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00 does not exist."
  9531. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:01 does not exist."
  9532. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 does not exist."
  9533. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/LNXVIDEO:01 does not exist."
  9534. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00 does not exist."
  9535. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0000:00 does not exist."
  9536. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0100:00 does not exist."
  9537. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0103:00 does not exist."
  9538. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 does not exist."
  9539. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0B00:00 does not exist."
  9540. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:00 does not exist."
  9541. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:01 does not exist."
  9542. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C02:02 does not exist."
  9543. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C02:03 does not exist."
  9544. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04 does not exist."
  9545. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:05 does not exist."
  9546. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C04:00 does not exist."
  9547. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00 does not exist."
  9548. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/PNP0C0A:00 does not exist."
  9549. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 does not exist."
  9550. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00 does not exist."
  9551. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00 does not exist."
  9552. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 does not exist."
  9553. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 does not exist."
  9554. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 does not exist."
  9555. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 does not exist."
  9556. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 does not exist."
  9557. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 does not exist."
  9558. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 does not exist."
  9559. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 does not exist."
  9560. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C14:00 does not exist."
  9561. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01 does not exist."
  9562. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02 does not exist."
  9563. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03 does not exist."
  9564. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/SYN3272:00 does not exist."
  9565. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:74/SYNA8007:00 does not exist."
  9566. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00 does not exist."
  9567. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:72/XXXX0000:00 does not exist."
  9568. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:73/XXXX0000:01 does not exist."
  9569. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 does not exist."
  9570. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/device:01 does not exist."
  9571. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 does not exist."
  9572. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/device:03 does not exist."
  9573. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04 does not exist."
  9574. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/device:05 does not exist."
  9575. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:06 does not exist."
  9576. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:07 does not exist."
  9577. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:08 does not exist."
  9578. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:09 does not exist."
  9579. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0a does not exist."
  9580. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0b does not exist."
  9581. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0c does not exist."
  9582. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0d does not exist."
  9583. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0e does not exist."
  9584. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0f does not exist."
  9585. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:10 does not exist."
  9586. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:11 does not exist."
  9587. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:12 does not exist."
  9588. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:13 does not exist."
  9589. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:14 does not exist."
  9590. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:15 does not exist."
  9591. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:16 does not exist."
  9592. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 does not exist."
  9593. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 does not exist."
  9594. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 does not exist."
  9595. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a does not exist."
  9596. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b does not exist."
  9597. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c does not exist."
  9598. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d does not exist."
  9599. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e does not exist."
  9600. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:1f does not exist."
  9601. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:20 does not exist."
  9602. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:21 does not exist."
  9603. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:22 does not exist."
  9604. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:22/device:23 does not exist."
  9605. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:22/device:24 does not exist."
  9606. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:25 does not exist."
  9607. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:26 does not exist."
  9608. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:26/device:27 does not exist."
  9609. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:28 does not exist."
  9610. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:29 does not exist."
  9611. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2a does not exist."
  9612. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2b does not exist."
  9613. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2c does not exist."
  9614. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2d does not exist."
  9615. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2e does not exist."
  9616. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2f does not exist."
  9617. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:30 does not exist."
  9618. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:31 does not exist."
  9619. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:32 does not exist."
  9620. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:33 does not exist."
  9621. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:34 does not exist."
  9622. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35 does not exist."
  9623. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36 does not exist."
  9624. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37 does not exist."
  9625. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/device:38 does not exist."
  9626. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39 does not exist."
  9627. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/device:3a does not exist."
  9628. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3b does not exist."
  9629. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3b/device:3c does not exist."
  9630. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d does not exist."
  9631. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/device:3e does not exist."
  9632. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3f does not exist."
  9633. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3f/device:40 does not exist."
  9634. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41 does not exist."
  9635. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41/device:42 does not exist."
  9636. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:43 does not exist."
  9637. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:43/device:44 does not exist."
  9638. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45 does not exist."
  9639. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/device:46 does not exist."
  9640. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47 does not exist."
  9641. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/device:48 does not exist."
  9642. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:49 does not exist."
  9643. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:49/device:4a does not exist."
  9644. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4b does not exist."
  9645. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4b/device:4c does not exist."
  9646. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d does not exist."
  9647. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/device:4e does not exist."
  9648. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4f does not exist."
  9649. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4f/device:50 does not exist."
  9650. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:51 does not exist."
  9651. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:51/device:52 does not exist."
  9652. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:53 does not exist."
  9653. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:53/device:54 does not exist."
  9654. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:55 does not exist."
  9655. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:55/device:56 does not exist."
  9656. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:57 does not exist."
  9657. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:57/device:58 does not exist."
  9658. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:59 does not exist."
  9659. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:59/device:5a does not exist."
  9660. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5b does not exist."
  9661. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5b/device:5c does not exist."
  9662. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5d does not exist."
  9663. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5d/device:5e does not exist."
  9664. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f does not exist."
  9665. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/device:60 does not exist."
  9666. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:61 does not exist."
  9667. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:61/device:62 does not exist."
  9668. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:63 does not exist."
  9669. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:63/device:64 does not exist."
  9670. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65 does not exist."
  9671. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:66 does not exist."
  9672. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:67 does not exist."
  9673. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:68 does not exist."
  9674. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:69 does not exist."
  9675. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:6a does not exist."
  9676. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:6b does not exist."
  9677. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:6c does not exist."
  9678. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:6d does not exist."
  9679. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:6e does not exist."
  9680. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:6f does not exist."
  9681. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:70 does not exist."
  9682. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:71 does not exist."
  9683. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:72 does not exist."
  9684. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:73 does not exist."
  9685. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:74 does not exist."
  9686. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:75 does not exist."
  9687. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:76 does not exist."
  9688. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:77 does not exist."
  9689. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:77/device:78 does not exist."
  9690. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:79 does not exist."
  9691. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7a does not exist."
  9692. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7b does not exist."
  9693. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/device:7c does not exist."
  9694. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/hp_wireless does not exist."
  9695. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:02.0/cec0 does not exist."
  9696. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/broadcast does not exist."
  9697. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/clockevent0 does not exist."
  9698. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/clockevent1 does not exist."
  9699. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/clockevent2 does not exist."
  9700. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/clockevent3 does not exist."
  9701. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/clockevent4 does not exist."
  9702. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/clockevent5 does not exist."
  9703. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/clockevent6 does not exist."
  9704. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clockevents/clockevent7 does not exist."
  9705. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/clocksource/clocksource0 does not exist."
  9706. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/cpu/cpu0 does not exist."
  9707. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/cpu/cpu1 does not exist."
  9708. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/cpu/cpu2 does not exist."
  9709. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/cpu/cpu3 does not exist."
  9710. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/cpu/cpu4 does not exist."
  9711. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/cpu/cpu5 does not exist."
  9712. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/cpu/cpu6 does not exist."
  9713. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/cpu/cpu7 does not exist."
  9714. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/edac/mc does not exist."
  9715. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/breakpoint does not exist."
  9716. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/cpu does not exist."
  9717. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/cstate_core does not exist."
  9718. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/cstate_pkg does not exist."
  9719. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/i915 does not exist."
  9720. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/intel_pt does not exist."
  9721. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/kprobe does not exist."
  9722. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/msr does not exist."
  9723. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/power does not exist."
  9724. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/software does not exist."
  9725. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/tracepoint does not exist."
  9726. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/uncore_arb does not exist."
  9727. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/uncore_cbox_0 does not exist."
  9728. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/uncore_cbox_1 does not exist."
  9729. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/uncore_cbox_2 does not exist."
  9730. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/uncore_cbox_3 does not exist."
  9731. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/uncore_imc does not exist."
  9732. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/uprobe does not exist."
  9733. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/INT344B:00/gpiochip0 does not exist."
  9734. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.3/hdaudioC0D0 does not exist."
  9735. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.3/hdaudioC0D2 does not exist."
  9736. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/snd_hda_codec_generic does not exist."
  9737. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/snd_hda_codec_hdmi does not exist."
  9738. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/snd_hda_codec_realtek does not exist."
  9739. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:046D:C08F.0007 does not exist."
  9740. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008 does not exist."
  9741. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:04D9:A232.0003 does not exist."
  9742. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.1/0003:04D9:A232.0004 does not exist."
  9743. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005 does not exist."
  9744. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.3/0003:04D9:A232.0006 does not exist."
  9745. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0 does not exist."
  9746. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1 does not exist."
  9747. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.4/i2c-2 does not exist."
  9748. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:02.0/i2c-3 does not exist."
  9749. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:02.0/i2c-4 does not exist."
  9750. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:02.0/i2c-5 does not exist."
  9751. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-6 does not exist."
  9752. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-7 does not exist."
  9753. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/i2c_smbus does not exist."
  9754. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/machinecheck/machinecheck0 does not exist."
  9755. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/machinecheck/machinecheck1 does not exist."
  9756. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/machinecheck/machinecheck2 does not exist."
  9757. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/machinecheck/machinecheck3 does not exist."
  9758. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/machinecheck/machinecheck4 does not exist."
  9759. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/machinecheck/machinecheck5 does not exist."
  9760. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/machinecheck/machinecheck6 does not exist."
  9761. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/machinecheck/machinecheck7 does not exist."
  9762. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/media0 does not exist."
  9763. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-01e88543-8050-4380-9d6f-4f9cec704917 does not exist."
  9764. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-082ee5a7-7c25-470a-9643-0c06f0466ea1 does not exist."
  9765. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-309dcde8-ccb1-4062-8f78-600115a34327 does not exist."
  9766. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-3c4852d6-d47b-4f46-b05e-b5edc1aa440e does not exist."
  9767. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-42b3ce2f-bd9f-485a-96ae-26406230b1ff does not exist."
  9768. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb does not exist."
  9769. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-5565a099-7fe2-45c1-a22b-d7e9dfea9a2e does not exist."
  9770. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-8c2f4425-77d6-4755-aca3-891fdbc66a58 does not exist."
  9771. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-8e6a6715-9abc-4043-88ef-9e39c6f63e0f does not exist."
  9772. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04 does not exist."
  9773. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-dba4d603-d7ed-4931-8823-17ad585705d5 does not exist."
  9774. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-f908627d-13bf-4a04-b91f-a64e9245323d does not exist."
  9775. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0/0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1 does not exist."
  9776. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/mei_hdcp does not exist."
  9777. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory0 does not exist."
  9778. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory1 does not exist."
  9779. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory10 does not exist."
  9780. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory11 does not exist."
  9781. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory12 does not exist."
  9782. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory13 does not exist."
  9783. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory14 does not exist."
  9784. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory15 does not exist."
  9785. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory2 does not exist."
  9786. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory3 does not exist."
  9787. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory32 does not exist."
  9788. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory33 does not exist."
  9789. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory34 does not exist."
  9790. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory35 does not exist."
  9791. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory36 does not exist."
  9792. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory37 does not exist."
  9793. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory38 does not exist."
  9794. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory39 does not exist."
  9795. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory4 does not exist."
  9796. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory40 does not exist."
  9797. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory41 does not exist."
  9798. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory42 does not exist."
  9799. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory43 does not exist."
  9800. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory44 does not exist."
  9801. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory45 does not exist."
  9802. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory46 does not exist."
  9803. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory47 does not exist."
  9804. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory48 does not exist."
  9805. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory49 does not exist."
  9806. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory5 does not exist."
  9807. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory50 does not exist."
  9808. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory51 does not exist."
  9809. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory52 does not exist."
  9810. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory53 does not exist."
  9811. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory54 does not exist."
  9812. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory55 does not exist."
  9813. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory56 does not exist."
  9814. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory57 does not exist."
  9815. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory58 does not exist."
  9816. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory59 does not exist."
  9817. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory6 does not exist."
  9818. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory60 does not exist."
  9819. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory61 does not exist."
  9820. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory62 does not exist."
  9821. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory63 does not exist."
  9822. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory64 does not exist."
  9823. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory65 does not exist."
  9824. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory66 does not exist."
  9825. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory67 does not exist."
  9826. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory68 does not exist."
  9827. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory69 does not exist."
  9828. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory7 does not exist."
  9829. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory70 does not exist."
  9830. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory71 does not exist."
  9831. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory72 does not exist."
  9832. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory73 does not exist."
  9833. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory74 does not exist."
  9834. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory75 does not exist."
  9835. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory76 does not exist."
  9836. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory77 does not exist."
  9837. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory78 does not exist."
  9838. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory8 does not exist."
  9839. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/memory/memory9 does not exist."
  9840. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/libnvdimm does not exist."
  9841. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/system/node/node0 does not exist."
  9842. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:03/cmos_nvram0 does not exist."
  9843. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:00.0 does not exist."
  9844. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:02.0 does not exist."
  9845. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:04.0 does not exist."
  9846. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0 does not exist."
  9847. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.2 does not exist."
  9848. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:15.0 does not exist."
  9849. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:15.1 does not exist."
  9850. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:16.0 does not exist."
  9851. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:17.0 does not exist."
  9852. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.0 does not exist."
  9853. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.4 does not exist."
  9854. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.0 does not exist."
  9855. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.1 does not exist."
  9856. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1e.0 does not exist."
  9857. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1e.3 does not exist."
  9858. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.0 does not exist."
  9859. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.2 does not exist."
  9860. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.3 does not exist."
  9861. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.4 does not exist."
  9862. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.0/0000:01:00.0 does not exist."
  9863. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.4/0000:02:00.0 does not exist."
  9864. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.0/0000:03:00.0 does not exist."
  9865. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.1/0000:04:00.0 does not exist."
  9866. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/ahci does not exist."
  9867. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/i2c_i801 does not exist."
  9868. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/i915 does not exist."
  9869. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/intel_lpss_pci does not exist."
  9870. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/intel_pch_thermal does not exist."
  9871. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/iwlwifi does not exist."
  9872. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/mei_me does not exist."
  9873. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/nvme does not exist."
  9874. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/processor_thermal_device does not exist."
  9875. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/rtsx_pci does not exist."
  9876. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/shpchp does not exist."
  9877. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/intel_uncore does not exist."
  9878. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/snd_hda_intel does not exist."
  9879. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/snd_soc_skl does not exist."
  9880. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/uhci_hcd does not exist."
  9881. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/xhci_pci does not exist."
  9882. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie001 does not exist."
  9883. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie002 does not exist."
  9884. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie010 does not exist."
  9885. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.4/0000:00:1c.4:pcie001 does not exist."
  9886. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.4/0000:00:1c.4:pcie002 does not exist."
  9887. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1c.4/0000:00:1c.4:pcie010 does not exist."
  9888. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.0/0000:00:1d.0:pcie001 does not exist."
  9889. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.0/0000:00:1d.0:pcie002 does not exist."
  9890. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.0/0000:00:1d.0:pcie010 does not exist."
  9891. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.1/0000:00:1d.1:pcie001 does not exist."
  9892. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.1/0000:00:1d.1:pcie002 does not exist."
  9893. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.1/0000:00:1d.1:pcie010 does not exist."
  9894. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00 does not exist."
  9895. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/ACPI000C:00 does not exist."
  9896. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/HPIC0003:00 does not exist."
  9897. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/HPQ6001:00 does not exist."
  9898. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.0/INT0800:00 does not exist."
  9899. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/INT0E0C:00 does not exist."
  9900. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/INT33A1:00 does not exist."
  9901. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/INT3400:00 does not exist."
  9902. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT3403:00 does not exist."
  9903. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT3403:01 does not exist."
  9904. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/INT344B:00 does not exist."
  9905. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/MSFT0101:00 does not exist."
  9906. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.0/PNP0103:00 does not exist."
  9907. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.0/PNP0C09:00 does not exist."
  9908. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C0A:00 does not exist."
  9909. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C0D:00 does not exist."
  9910. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/PNP0C14:00 does not exist."
  9911. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:01 does not exist."
  9912. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:02 does not exist."
  9913. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03 does not exist."
  9914. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/USBC000:00 does not exist."
  9915. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:03/rtc/rtc0/alarmtimer.0.auto does not exist."
  9916. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/coretemp.0 does not exist."
  9917. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/dock.0 does not exist."
  9918. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1e.0/dw-apb-uart.2 does not exist."
  9919. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/efi-framebuffer.0 does not exist."
  9920. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/efivars.0 does not exist."
  9921. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/hp-wmi does not exist."
  9922. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:15.0/i2c_designware.0 does not exist."
  9923. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:15.1/i2c_designware.1 does not exist."
  9924. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/i8042 does not exist."
  9925. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1f.4/iTCO_wdt does not exist."
  9926. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:15.0/idma64.0 does not exist."
  9927. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:15.1/idma64.1 does not exist."
  9928. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1e.0/idma64.2 does not exist."
  9929. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1e.3/idma64.3 does not exist."
  9930. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/intel_rapl_msr.0 does not exist."
  9931. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/intel_xhci_usb_sw does not exist."
  9932. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/microcode does not exist."
  9933. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/pcspkr does not exist."
  9934. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.3 does not exist."
  9935. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/reg-dummy does not exist."
  9936. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/regulatory.0 does not exist."
  9937. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/rtc-efi.0 does not exist."
  9938. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1d.0/0000:03:00.0/rtsx_pci_sdmmc.0 does not exist."
  9939. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/serial8250 does not exist."
  9940. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/snd-soc-dummy does not exist."
  9941. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/vboxdrv.0 does not exist."
  9942. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/wmi does not exist."
  9943. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/coretemp does not exist."
  9944. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/8250_dw does not exist."
  9945. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/dw_dmac does not exist."
  9946. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/hp_wmi does not exist."
  9947. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/i8042 does not exist."
  9948. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/iTCO_wdt does not exist."
  9949. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/idma64 does not exist."
  9950. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/int3400_thermal does not exist."
  9951. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/int3403_thermal does not exist."
  9952. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/soundwire_intel does not exist."
  9953. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/intel_pmc_bxt does not exist."
  9954. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/intel_rapl_msr does not exist."
  9955. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/intel_xhci_usb_role_switch does not exist."
  9956. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/pcspkr does not exist."
  9957. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/spi_pxa2xx_platform does not exist."
  9958. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/rtsx_pci_sdmmc does not exist."
  9959. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/snd_soc_core does not exist."
  9960. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/tpm_tis does not exist."
  9961. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/ucsi_acpi does not exist."
  9962. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/vboxdrv does not exist."
  9963. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:00 does not exist."
  9964. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:01 does not exist."
  9965. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:02 does not exist."
  9966. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:03 does not exist."
  9967. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:04 does not exist."
  9968. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:05 does not exist."
  9969. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:06 does not exist."
  9970. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:07 does not exist."
  9971. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pnp0/00:08 does not exist."
  9972. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:0 does not exist."
  9973. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:1 does not exist."
  9974. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:17.0/ata1/host0 does not exist."
  9975. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1 does not exist."
  9976. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0 does not exist."
  9977. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/i8042/serio0 does not exist."
  9978. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/i8042/serio1 does not exist."
  9979. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/atkbd does not exist."
  9980. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/psmouse does not exist."
  9981. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/serio_raw does not exist."
  9982. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.3/spi_master/spi0/spi-SYNA8007:00 does not exist."
  9983. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/USBC000:00/typec/port0/port0-partner/port0-partner.0 does not exist."
  9984. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0 does not exist."
  9985. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3 does not exist."
  9986. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2 does not exist."
  9987. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0 does not exist."
  9988. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1 does not exist."
  9989. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3 does not exist."
  9990. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0 does not exist."
  9991. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.1 does not exist."
  9992. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2 does not exist."
  9993. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.3 does not exist."
  9994. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.5 does not exist."
  9995. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.5/1-3.5:1.0 does not exist."
  9996. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0 does not exist."
  9997. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-4 does not exist."
  9998. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0 does not exist."
  9999. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1 does not exist."
  10000. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-6 does not exist."
  10001. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0 does not exist."
  10002. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1 does not exist."
  10003. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0 does not exist."
  10004. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3 does not exist."
  10005. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4 does not exist."
  10006. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0 does not exist."
  10007. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0 does not exist."
  10008. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb1 does not exist."
  10009. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/usb2 does not exist."
  10010. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/btusb does not exist."
  10011. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/usbcore does not exist."
  10012. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/uas does not exist."
  10013. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/usb_storage does not exist."
  10014. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/usbhid does not exist."
  10015. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/uvcvideo does not exist."
  10016. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/05901221-D566-11D1-B2F0-00A0C9062910 does not exist."
  10017. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/14EA9746-CE1F-4098-A0E0-7045CB4DA745 does not exist."
  10018. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/1E519311-3E75-4208-B05E-EBE17E3FF41F does not exist."
  10019. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/1F4C91EB-DC5C-460B-951D-C7CB9B4B8D5E does not exist."
  10020. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/2B814318-4BE8-4707-9D84-A190A859B5D0 does not exist."
  10021. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/2D114B49-2DFB-4130-B8FE-4A3C09E75133 does not exist."
  10022. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/322F2028-0F84-4901-988E-015176049E2D does not exist."
  10023. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/37F85341-4418-4F24-8533-38FFC7295542 does not exist."
  10024. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/3ADEBD0F-0C5F-46ED-AB2E-04962B4FDCBC does not exist."
  10025. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/40D1BF71-A82D-4E59-A168-3985E03B2E87 does not exist."
  10026. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/42848006-8886-490E-8C72-2BDCA93A8A09 does not exist."
  10027. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/431F16ED-0C2B-444C-B267-27DEB140CF9C does not exist."
  10028. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/5FB7F034-2C63-45E9-BE91-3D44E2C707E4 does not exist."
  10029. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/67C3371D-95A3-4C37-BB61-DD47B491DAAB does not exist."
  10030. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/8232DE3D-663D-4327-A8F4-E293ADB9BF05 does not exist."
  10031. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/86CCFD48-205E-4A77-9C48-2021CBEDE341 does not exist."
  10032. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/8F1F6435-9F42-42C8-BADC-0E9424F20C9A does not exist."
  10033. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/8F1F6436-9F42-42C8-BADC-0E9424F20C9A does not exist."
  10034. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/95F24279-4D7B-4334-9387-ACCDC67EF61C does not exist."
  10035. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/988D08E3-68F4-4C35-AF3E-6A1B8106F83C does not exist."
  10036. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/D9F41781-F633-4400-9355-601770BEC510 does not exist."
  10037. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/E06BDE62-EE75-48F4-A583-B23E69ABF891 does not exist."
  10038. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/intel_wmi_thunderbolt does not exist."
  10039. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder module/wmi_bmof does not exist."
  10040. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/virtual/workqueue/blkcg_punt_bio does not exist."
  10041. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/virtual/workqueue/nvme-delete-wq does not exist."
  10042. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/virtual/workqueue/nvme-reset-wq does not exist."
  10043. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/virtual/workqueue/nvme-wq does not exist."
  10044. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/virtual/workqueue/scsi_tmf_0 does not exist."
  10045. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/virtual/workqueue/scsi_tmf_1 does not exist."
  10046. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/virtual/workqueue/writeback does not exist."
  10047. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:17.0/ata1/link1/dev1.0/ata_device/dev1.0 does not exist."
  10048. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:17.0/ata1/link1/ata_link/link1 does not exist."
  10049. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:17.0/ata1/ata_port/ata1 does not exist."
  10050. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight does not exist."
  10051. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/bdi/0:46 does not exist."
  10052. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/bdi/0:47 does not exist."
  10053. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/bdi/259:0 does not exist."
  10054. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/bdi/8:0 does not exist."
  10055. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/bdi/8:16 does not exist."
  10056. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.4/0000:02:00.0/nvme/nvme0/nvme0n1 does not exist."
  10057. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 does not exist."
  10058. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 does not exist."
  10059. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3 does not exist."
  10060. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:0/block/sda does not exist."
  10061. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:1/block/sdb does not exist."
  10062. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/bluetooth/hci0 does not exist."
  10063. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:0/bsg/1:0:0:0 does not exist."
  10064. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:1/bsg/1:0:0:1 does not exist."
  10065. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/cpuid/cpu0 does not exist."
  10066. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/cpuid/cpu1 does not exist."
  10067. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/cpuid/cpu2 does not exist."
  10068. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/cpuid/cpu3 does not exist."
  10069. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/cpuid/cpu4 does not exist."
  10070. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/cpuid/cpu5 does not exist."
  10071. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/cpuid/cpu6 does not exist."
  10072. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/cpuid/cpu7 does not exist."
  10073. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/devlink/pci:0000:00:02.0--pci:0000:00:1f.3 does not exist."
  10074. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:15.0/dma/dma0chan0 does not exist."
  10075. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:15.0/dma/dma0chan1 does not exist."
  10076. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:15.1/dma/dma1chan0 does not exist."
  10077. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:15.1/dma/dma1chan1 does not exist."
  10078. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1e.0/dma/dma2chan0 does not exist."
  10079. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1e.0/dma/dma2chan1 does not exist."
  10080. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1e.3/dma/dma3chan0 does not exist."
  10081. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1e.3/dma/dma3chan1 does not exist."
  10082. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/dma_heap/system does not exist."
  10083. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/dmi/id does not exist."
  10084. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0 does not exist."
  10085. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1 does not exist."
  10086. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1 does not exist."
  10087. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1 does not exist."
  10088. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/renderD128 does not exist."
  10089. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/drm_dp_aux0 does not exist."
  10090. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/drm_dp_aux1 does not exist."
  10091. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/graphics/fb0 does not exist."
  10092. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/graphics/fbcon does not exist."
  10093. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:04D9:A232.0003/hidraw/hidraw0 does not exist."
  10094. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.1/0003:04D9:A232.0004/hidraw/hidraw1 does not exist."
  10095. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/hidraw/hidraw2 does not exist."
  10096. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.3/0003:04D9:A232.0006/hidraw/hidraw3 does not exist."
  10097. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:046D:C08F.0007/hidraw/hidraw4 does not exist."
  10098. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/hidraw/hidraw5 does not exist."
  10099. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/ACPI0003:00/power_supply/ADP1/hwmon0 does not exist."
  10100. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone0/hwmon1 does not exist."
  10101. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/hwmon2 does not exist."
  10102. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.4/0000:02:00.0/hwmon/hwmon3 does not exist."
  10103. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone5/hwmon4 does not exist."
  10104. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001/hwmon5 does not exist."
  10105. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/coretemp.0/hwmon/hwmon6 does not exist."
  10106. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone8/hwmon7 does not exist."
  10107. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0 does not exist."
  10108. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1 does not exist."
  10109. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.4/i2c-2 does not exist."
  10110. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/i2c-3 does not exist."
  10111. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/i2c-4 does not exist."
  10112. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/i2c-5 does not exist."
  10113. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/i2c-6 does not exist."
  10114. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/i2c-7 does not exist."
  10115. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.1/0000:04:00.0/ieee80211/phy0 does not exist."
  10116. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0 does not exist."
  10117. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1 does not exist."
  10118. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input11/event10 does not exist."
  10119. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input12/event11 does not exist."
  10120. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input13/event12 does not exist."
  10121. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input14/event13 does not exist."
  10122. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input15/event14 does not exist."
  10123. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input16/event15 does not exist."
  10124. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input17/event16 does not exist."
  10125. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:04D9:A232.0003/input/input24/event17 does not exist."
  10126. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input25/event18 does not exist."
  10127. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input26/event19 does not exist."
  10128. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/i8042/serio0/input/input2/event2 does not exist."
  10129. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input27/event20 does not exist."
  10130. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input28/event21 does not exist."
  10131. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input29/event22 does not exist."
  10132. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/rc/rc0/input30/event23 does not exist."
  10133. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:046D:C08F.0007/input/input31/event24 does not exist."
  10134. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input32/event25 does not exist."
  10135. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input33/event26 does not exist."
  10136. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input34/event27 does not exist."
  10137. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/input/input4/event3 does not exist."
  10138. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/pcspkr/input/input5/event4 does not exist."
  10139. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/i8042/serio1/input/input6/event5 does not exist."
  10140. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/input/input7/event6 does not exist."
  10141. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input8/event7 does not exist."
  10142. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event8 does not exist."
  10143. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/LNXVIDEO:01/input/input10/event9 does not exist."
  10144. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 does not exist."
  10145. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 does not exist."
  10146. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/LNXVIDEO:01/input/input10 does not exist."
  10147. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input11 does not exist."
  10148. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input12 does not exist."
  10149. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input13 does not exist."
  10150. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input14 does not exist."
  10151. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input15 does not exist."
  10152. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input16 does not exist."
  10153. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/input17 does not exist."
  10154. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/i8042/serio0/input/input2 does not exist."
  10155. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:04D9:A232.0003/input/input24 does not exist."
  10156. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input25 does not exist."
  10157. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input26 does not exist."
  10158. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input27 does not exist."
  10159. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input28 does not exist."
  10160. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input29 does not exist."
  10161. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/rc/rc0/input30 does not exist."
  10162. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:046D:C08F.0007/input/input31 does not exist."
  10163. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input32 does not exist."
  10164. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input33 does not exist."
  10165. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:046D:C08F.0008/input/input34 does not exist."
  10166. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/input/input4 does not exist."
  10167. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/pcspkr/input/input5 does not exist."
  10168. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/i8042/serio1/input/input6 does not exist."
  10169. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/input/input7 does not exist."
  10170. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input8 does not exist."
  10171. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9 does not exist."
  10172. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/input/mice does not exist."
  10173. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/i8042/serio1/input/input6/mouse0 does not exist."
  10174. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/0003:04D9:A232.0005/input/input25/mouse1 does not exist."
  10175. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:046D:C08F.0007/input/input31/mouse2 does not exist."
  10176. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:04D9:A232.0003/input/input24/input24::capslock does not exist."
  10177. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:04D9:A232.0003/input/input24/input24::numlock does not exist."
  10178. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:04D9:A232.0003/input/input24/input24::scrolllock does not exist."
  10179. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/i8042/serio0/input/input2/input2::capslock does not exist."
  10180. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/i8042/serio0/input/input2/input2::numlock does not exist."
  10181. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/i8042/serio0/input/input2/input2::scrolllock does not exist."
  10182. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.1/0000:04:00.0/leds/phy0-led does not exist."
  10183. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:16.0/mei/mei0 does not exist."
  10184. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/mem/full does not exist."
  10185. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/mem/kmsg does not exist."
  10186. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/mem/mem does not exist."
  10187. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/mem/null does not exist."
  10188. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/mem/port does not exist."
  10189. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/mem/random does not exist."
  10190. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/mem/urandom does not exist."
  10191. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/mem/zero does not exist."
  10192. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/acpi_thermal_rel does not exist."
  10193. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/autofs does not exist."
  10194. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/cpu_dma_latency does not exist."
  10195. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/fuse does not exist."
  10196. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/hpet does not exist."
  10197. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/hw_random does not exist."
  10198. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/kvm does not exist."
  10199. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/lightnvm does not exist."
  10200. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/nvram does not exist."
  10201. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/psaux does not exist."
  10202. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/rfkill does not exist."
  10203. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/snapshot does not exist."
  10204. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/udmabuf does not exist."
  10205. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/vboxdrv does not exist."
  10206. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/vboxdrvu does not exist."
  10207. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/vboxnetctl does not exist."
  10208. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/misc/vga_arbiter does not exist."
  10209. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.4/iTCO_wdt/misc/watchdog does not exist."
  10210. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.0/0000:03:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0 does not exist."
  10211. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/msr/msr0 does not exist."
  10212. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/msr/msr1 does not exist."
  10213. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/msr/msr2 does not exist."
  10214. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/msr/msr3 does not exist."
  10215. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/msr/msr4 does not exist."
  10216. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/msr/msr5 does not exist."
  10217. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/msr/msr6 does not exist."
  10218. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/msr/msr7 does not exist."
  10219. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/net/lo does not exist."
  10220. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.1/0000:04:00.0/net/wlan0 does not exist."
  10221. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.4/0000:02:00.0/nvme/nvme0 does not exist."
  10222. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/nvme-subsystem/nvme-subsys0 does not exist."
  10223. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/pci_bus/0000:00 does not exist."
  10224. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.0/pci_bus/0000:01 does not exist."
  10225. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.4/pci_bus/0000:02 does not exist."
  10226. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.0/pci_bus/0000:03 does not exist."
  10227. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.1/pci_bus/0000:04 does not exist."
  10228. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/ACPI0003:00/power_supply/ADP1 does not exist."
  10229. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/PNP0C0A:00/power_supply/BAT0 does not exist."
  10230. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001 does not exist."
  10231. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl does not exist."
  10232. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl-mmio does not exist."
  10233. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl-mmio/intel-rapl-mmio:0 does not exist."
  10234. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl-mmio/intel-rapl-mmio:0/intel-rapl-mmio:0:0 does not exist."
  10235. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl/intel-rapl:0 does not exist."
  10236. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0 does not exist."
  10237. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:1 does not exist."
  10238. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2 does not exist."
  10239. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/powercap/intel-rapl/intel-rapl:1 does not exist."
  10240. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/rc/rc0 does not exist."
  10241. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/reg-dummy/regulator/regulator.0 does not exist."
  10242. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.1/0000:04:00.0/ieee80211/phy0/rfkill0 does not exist."
  10243. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/bluetooth/hci0/rfkill1 does not exist."
  10244. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pnp0/00:03/rtc/rtc0 does not exist."
  10245. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:0/scsi_device/1:0:0:0 does not exist."
  10246. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:1/scsi_device/1:0:0:1 does not exist."
  10247. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:0/scsi_disk/1:0:0:0 does not exist."
  10248. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/target1:0:0/1:0:0:1/scsi_disk/1:0:0:1 does not exist."
  10249. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:17.0/ata1/host0/scsi_host/host0 does not exist."
  10250. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4:1.0/host1/scsi_host/host1 does not exist."
  10251. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0 does not exist."
  10252. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/controlC0 does not exist."
  10253. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/hwC0D0 does not exist."
  10254. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/hwC0D2 does not exist."
  10255. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/pcmC0D0c does not exist."
  10256. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/pcmC0D0p does not exist."
  10257. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/pcmC0D10p does not exist."
  10258. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/pcmC0D3p does not exist."
  10259. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/pcmC0D7p does not exist."
  10260. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/pcmC0D8p does not exist."
  10261. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.3/sound/card0/pcmC0D9p does not exist."
  10262. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/sound/timer does not exist."
  10263. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1e.3/pxa2xx-spi.3/spi_master/spi0 does not exist."
  10264. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device0 does not exist."
  10265. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device1 does not exist."
  10266. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device2 does not exist."
  10267. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device3 does not exist."
  10268. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device4 does not exist."
  10269. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device5 does not exist."
  10270. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device6 does not exist."
  10271. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device7 does not exist."
  10272. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/cooling_device8 does not exist."
  10273. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone0 does not exist."
  10274. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone1 does not exist."
  10275. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone2 does not exist."
  10276. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone3 does not exist."
  10277. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone4 does not exist."
  10278. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone5 does not exist."
  10279. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone6 does not exist."
  10280. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone7 does not exist."
  10281. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/thermal/thermal_zone8 does not exist."
  10282. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpm/tpm0 does not exist."
  10283. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpmrm/tpmrm0 does not exist."
  10284. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/console does not exist."
  10285. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/ptmx does not exist."
  10286. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty does not exist."
  10287. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty0 does not exist."
  10288. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty1 does not exist."
  10289. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty10 does not exist."
  10290. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty11 does not exist."
  10291. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty12 does not exist."
  10292. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty13 does not exist."
  10293. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty14 does not exist."
  10294. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty15 does not exist."
  10295. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty16 does not exist."
  10296. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty17 does not exist."
  10297. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty18 does not exist."
  10298. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty19 does not exist."
  10299. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty2 does not exist."
  10300. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty20 does not exist."
  10301. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty21 does not exist."
  10302. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty22 does not exist."
  10303. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty23 does not exist."
  10304. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty24 does not exist."
  10305. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty25 does not exist."
  10306. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty26 does not exist."
  10307. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty27 does not exist."
  10308. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty28 does not exist."
  10309. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty29 does not exist."
  10310. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty3 does not exist."
  10311. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty30 does not exist."
  10312. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty31 does not exist."
  10313. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty32 does not exist."
  10314. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty33 does not exist."
  10315. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty34 does not exist."
  10316. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty35 does not exist."
  10317. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty36 does not exist."
  10318. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty37 does not exist."
  10319. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty38 does not exist."
  10320. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty39 does not exist."
  10321. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty4 does not exist."
  10322. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty40 does not exist."
  10323. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty41 does not exist."
  10324. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty42 does not exist."
  10325. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty43 does not exist."
  10326. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty44 does not exist."
  10327. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty45 does not exist."
  10328. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty46 does not exist."
  10329. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty47 does not exist."
  10330. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty48 does not exist."
  10331. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty49 does not exist."
  10332. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty5 does not exist."
  10333. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty50 does not exist."
  10334. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty51 does not exist."
  10335. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty52 does not exist."
  10336. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty53 does not exist."
  10337. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty54 does not exist."
  10338. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty55 does not exist."
  10339. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty56 does not exist."
  10340. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty57 does not exist."
  10341. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty58 does not exist."
  10342. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty59 does not exist."
  10343. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty6 does not exist."
  10344. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty60 does not exist."
  10345. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty61 does not exist."
  10346. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty62 does not exist."
  10347. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty63 does not exist."
  10348. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty7 does not exist."
  10349. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty8 does not exist."
  10350. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/tty/tty9 does not exist."
  10351. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS0 does not exist."
  10352. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS1 does not exist."
  10353. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS10 does not exist."
  10354. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS11 does not exist."
  10355. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS12 does not exist."
  10356. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS13 does not exist."
  10357. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS14 does not exist."
  10358. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS15 does not exist."
  10359. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS16 does not exist."
  10360. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS17 does not exist."
  10361. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS18 does not exist."
  10362. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS19 does not exist."
  10363. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS2 does not exist."
  10364. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS20 does not exist."
  10365. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS21 does not exist."
  10366. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS22 does not exist."
  10367. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS23 does not exist."
  10368. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS24 does not exist."
  10369. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS25 does not exist."
  10370. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS26 does not exist."
  10371. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS27 does not exist."
  10372. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS28 does not exist."
  10373. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS29 does not exist."
  10374. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS3 does not exist."
  10375. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS30 does not exist."
  10376. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS31 does not exist."
  10377. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1e.0/dw-apb-uart.2/tty/ttyS4 does not exist."
  10378. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS5 does not exist."
  10379. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS6 does not exist."
  10380. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS7 does not exist."
  10381. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS8 does not exist."
  10382. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/serial8250/tty/ttyS9 does not exist."
  10383. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/USBC000:00/typec/port0 does not exist."
  10384. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/USBC000:00/typec/port0/port0-partner does not exist."
  10385. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/intel_xhci_usb_sw/usb_role/intel_xhci_usb_sw-role-switch does not exist."
  10386. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.1/usbmisc/hiddev0 does not exist."
  10387. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.2/usbmisc/hiddev1 does not exist."
  10388. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.3/usbmisc/hiddev2 does not exist."
  10389. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/usbmisc/hiddev3 does not exist."
  10390. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcs does not exist."
  10391. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcs1 does not exist."
  10392. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcs2 does not exist."
  10393. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcs3 does not exist."
  10394. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcs4 does not exist."
  10395. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcs5 does not exist."
  10396. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcs6 does not exist."
  10397. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsa does not exist."
  10398. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsa1 does not exist."
  10399. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsa2 does not exist."
  10400. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsa3 does not exist."
  10401. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsa4 does not exist."
  10402. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsa5 does not exist."
  10403. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsa6 does not exist."
  10404. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsu does not exist."
  10405. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsu1 does not exist."
  10406. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsu2 does not exist."
  10407. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsu3 does not exist."
  10408. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsu4 does not exist."
  10409. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsu5 does not exist."
  10410. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vc/vcsu6 does not exist."
  10411. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/video4linux/video0 does not exist."
  10412. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/video4linux/video1 does not exist."
  10413. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vtconsole/vtcon0 does not exist."
  10414. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/vtconsole/vtcon1 does not exist."
  10415. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/wakeup/wakeup0 does not exist."
  10416. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17/wakeup/wakeup1 does not exist."
  10417. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.4/wakeup/wakeup10 does not exist."
  10418. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/wakeup/wakeup11 does not exist."
  10419. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.0/wakeup/wakeup12 does not exist."
  10420. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/wakeup/wakeup13 does not exist."
  10421. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1d.1/wakeup/wakeup14 does not exist."
  10422. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:75/wakeup/wakeup15 does not exist."
  10423. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:74/wakeup/wakeup16 does not exist."
  10424. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/wakeup/wakeup17 does not exist."
  10425. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/wakeup/wakeup18 does not exist."
  10426. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/wakeup/wakeup19 does not exist."
  10427. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/wakeup/wakeup2 does not exist."
  10428. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/wakeup/wakeup20 does not exist."
  10429. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/LNXVIDEO:01/wakeup/wakeup21 does not exist."
  10430. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/device:3e/wakeup/wakeup22 does not exist."
  10431. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/device:46/wakeup/wakeup23 does not exist."
  10432. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/device:48/wakeup/wakeup24 does not exist."
  10433. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/wakeup/wakeup25 does not exist."
  10434. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT344B:00/wakeup/wakeup26 does not exist."
  10435. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXPWRBN:00/wakeup/wakeup27 does not exist."
  10436. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/ACPI0003:00/power_supply/ADP1/wakeup28 does not exist."
  10437. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/wakeup/wakeup29 does not exist."
  10438. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:72/wakeup/wakeup3 does not exist."
  10439. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/PNP0C0A:00/wakeup/wakeup30 does not exist."
  10440. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pnp0/00:03/wakeup/wakeup31 does not exist."
  10441. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pnp0/00:03/rtc/rtc0/alarmtimer.0.auto/wakeup/wakeup32 does not exist."
  10442. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00/wakeup/wakeup33 does not exist."
  10443. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/wakeup/wakeup34 does not exist."
  10444. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/virtual/wakeup/wakeup35 does not exist."
  10445. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/INT3400:00/wakeup/wakeup36 does not exist."
  10446. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C14:00/wakeup/wakeup37 does not exist."
  10447. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01/wakeup/wakeup38 does not exist."
  10448. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02/wakeup/wakeup39 does not exist."
  10449. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:73/wakeup/wakeup4 does not exist."
  10450. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03/wakeup/wakeup40 does not exist."
  10451. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:00/wakeup/wakeup41 does not exist."
  10452. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:01/wakeup/wakeup42 does not exist."
  10453. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/wakeup/wakeup43 does not exist."
  10454. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001/wakeup44 does not exist."
  10455. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/wakeup/wakeup45 does not exist."
  10456. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7b/wakeup/wakeup5 does not exist."
  10457. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/wakeup/wakeup6 does not exist."
  10458. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/wakeup/wakeup7 does not exist."
  10459. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1c.0/wakeup/wakeup8 does not exist."
  10460. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/wakeup/wakeup9 does not exist."
  10461. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:1f.4/iTCO_wdt/watchdog/watchdog0 does not exist."
  10462. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 does not exist."
  10463. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01 does not exist."
  10464. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02 does not exist."
  10465. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03 does not exist."
  10466. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1 does not exist."
  10467. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-4 does not exist."
  10468. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2 does not exist."
  10469. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3 does not exist."
  10470. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4 does not exist."
  10471. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-6 does not exist."
  10472. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3 does not exist."
  10473. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3 does not exist."
  10474. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2 does not exist."
  10475. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.5 does not exist."
  10476. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/media0 does not exist."
  10477. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/0000:00:02.0/cec0 does not exist."
  10478. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../devices/pci0000:00/INT344B:00/gpiochip0 does not exist."
  10479. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi does not exist."
  10480. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../system/cpu/cpu0 does not exist."
  10481. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/thermal/cooling_device0 does not exist."
  10482. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../system/cpu/cpu1 does not exist."
  10483. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/thermal/cooling_device1 does not exist."
  10484. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../system/cpu/cpu2 does not exist."
  10485. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/thermal/cooling_device2 does not exist."
  10486. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../system/cpu/cpu3 does not exist."
  10487. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/thermal/cooling_device3 does not exist."
  10488. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../system/cpu/cpu4 does not exist."
  10489. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/thermal/cooling_device4 does not exist."
  10490. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../system/cpu/cpu5 does not exist."
  10491. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/thermal/cooling_device5 does not exist."
  10492. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../system/cpu/cpu6 does not exist."
  10493. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/thermal/cooling_device6 does not exist."
  10494. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../system/cpu/cpu7 does not exist."
  10495. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/thermal/cooling_device7 does not exist."
  10496. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/button does not exist."
  10497. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXPWRBN:00 does not exist."
  10498. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input1 does not exist."
  10499. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/input does not exist."
  10500. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/input does not exist."
  10501. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/wakeup does not exist."
  10502. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/processor_aggregator does not exist."
  10503. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/ACPI000C:00 does not exist."
  10504. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/HPIC0003:00 does not exist."
  10505. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/hp-wireless does not exist."
  10506. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/HPQ6001:00 does not exist."
  10507. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/INT0E0C:00 does not exist."
  10508. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/INT33A1:00 does not exist."
  10509. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder INT33A1:00 does not exist."
  10510. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/wakeup does not exist."
  10511. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/INT3400:00 does not exist."
  10512. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder INT3400:00 does not exist."
  10513. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/tpm_crb does not exist."
  10514. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/MSFT0101:00 does not exist."
  10515. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder MSFT0101:00 does not exist."
  10516. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/tpm does not exist."
  10517. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/tpmrm does not exist."
  10518. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/dock.0 does not exist."
  10519. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/acpi does not exist."
  10520. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/INT344B:00 does not exist."
  10521. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/INT344B:00/gpiochip0 does not exist."
  10522. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder INT344B:00 does not exist."
  10523. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/acpi/drivers/video does not exist."
  10524. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXVIDEO:00 does not exist."
  10525. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input9 does not exist."
  10526. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:02.0 does not exist."
  10527. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pnp0/00:00 does not exist."
  10528. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pnp0/00:01 does not exist."
  10529. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pnp0/00:07 does not exist."
  10530. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pnp0/00:08 does not exist."
  10531. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/PNP0C14:00 does not exist."
  10532. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder PNP0C14:00 does not exist."
  10533. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:04.0 does not exist."
  10534. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:17 does not exist."
  10535. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1f.0/INT0800:00 does not exist."
  10536. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pnp0/00:04 does not exist."
  10537. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1f.0/PNP0103:00 does not exist."
  10538. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pnp0/00:03 does not exist."
  10539. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pnp0/00:02 does not exist."
  10540. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/ac does not exist."
  10541. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00 does not exist."
  10542. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ACPI0003:00 does not exist."
  10543. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../ADP1 does not exist."
  10544. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/hwmon does not exist."
  10545. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/power_supply does not exist."
  10546. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pnp0/00:05 does not exist."
  10547. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/i8042/serio0 does not exist."
  10548. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.0/PNP0C09:00/INT3403:00 does not exist."
  10549. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder INT3403:00 does not exist."
  10550. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.0/PNP0C09:00/INT3403:01 does not exist."
  10551. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder INT3403:01 does not exist."
  10552. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/battery does not exist."
  10553. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C0A:00 does not exist."
  10554. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder PNP0C0A:00 does not exist."
  10555. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../BAT0 does not exist."
  10556. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/ec does not exist."
  10557. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1f.0/PNP0C09:00 does not exist."
  10558. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pnp0/00:06 does not exist."
  10559. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.0 does not exist."
  10560. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:19 does not exist."
  10561. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.2 does not exist."
  10562. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:1a does not exist."
  10563. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.4 does not exist."
  10564. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.4/i2c-2 does not exist."
  10565. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:1b does not exist."
  10566. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port1 does not exist."
  10567. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port2 does not exist."
  10568. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port3 does not exist."
  10569. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-3 does not exist."
  10570. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0 does not exist."
  10571. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port4 does not exist."
  10572. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-4 does not exist."
  10573. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0 does not exist."
  10574. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1 does not exist."
  10575. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port5 does not exist."
  10576. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port6 does not exist."
  10577. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-6 does not exist."
  10578. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0 does not exist."
  10579. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1 does not exist."
  10580. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port7 does not exist."
  10581. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port8 does not exist."
  10582. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port9 does not exist."
  10583. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port10 does not exist."
  10584. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port11 does not exist."
  10585. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb1/1-0:1.0/usb1-port12 does not exist."
  10586. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb2/2-0:1.0/usb2-port1 does not exist."
  10587. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb2/2-0:1.0/usb2-port2 does not exist."
  10588. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb2/2-0:1.0/usb2-port3 does not exist."
  10589. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb2/2-3 does not exist."
  10590. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0 does not exist."
  10591. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb2/2-0:1.0/usb2-port4 does not exist."
  10592. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb2/2-0:1.0/usb2-port5 does not exist."
  10593. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0/usb2/2-0:1.0/usb2-port6 does not exist."
  10594. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:14.0/usb1 does not exist."
  10595. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:14.0/usb1/1-0:1.0 does not exist."
  10596. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:14.0/usb2 does not exist."
  10597. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:14.0/usb2/2-0:1.0 does not exist."
  10598. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:14.0 does not exist."
  10599. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:1d does not exist."
  10600. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1f.3 does not exist."
  10601. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:35 does not exist."
  10602. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/video does not exist."
  10603. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXVIDEO:01 does not exist."
  10604. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input10 does not exist."
  10605. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1c.0/0000:01:00.0 does not exist."
  10606. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1c.0 does not exist."
  10607. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXPOWER:00 does not exist."
  10608. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:36 does not exist."
  10609. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1c.4/0000:02:00.0 does not exist."
  10610. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:3e does not exist."
  10611. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1c.4 does not exist."
  10612. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:3d does not exist."
  10613. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1d.0/0000:03:00.0 does not exist."
  10614. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1d.0/0000:03:00.0/rtsx_pci_sdmmc.0 does not exist."
  10615. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:46 does not exist."
  10616. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1d.0 does not exist."
  10617. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:45 does not exist."
  10618. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1d.1/0000:04:00.0 does not exist."
  10619. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:48 does not exist."
  10620. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1d.1 does not exist."
  10621. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:47 does not exist."
  10622. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:17.0/ata1/link1/dev1.0 does not exist."
  10623. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:17.0 does not exist."
  10624. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:65 does not exist."
  10625. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:15.0 does not exist."
  10626. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:15.0/idma64.0 does not exist."
  10627. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:15.0/i2c_designware.0 does not exist."
  10628. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0 does not exist."
  10629. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:72 does not exist."
  10630. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:15.1 does not exist."
  10631. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:15.1/idma64.1 does not exist."
  10632. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:15.1/i2c_designware.1 does not exist."
  10633. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1 does not exist."
  10634. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:73 does not exist."
  10635. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../pci0000:00/0000:00:1e.3/pxa2xx-spi.3/spi_master/spi0/spi-SYNA8007:00 does not exist."
  10636. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1e.3 does not exist."
  10637. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1e.3/idma64.3 does not exist."
  10638. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1e.3/pxa2xx-spi.3 does not exist."
  10639. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:74 does not exist."
  10640. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1e.0 does not exist."
  10641. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1e.0/idma64.2 does not exist."
  10642. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1e.0/dw-apb-uart.2 does not exist."
  10643. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:75 does not exist."
  10644. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:16.0 does not exist."
  10645. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder device:7b does not exist."
  10646. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00 does not exist."
  10647. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder PNP0A08:00 does not exist."
  10648. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder PNP0C0D:00 does not exist."
  10649. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input0 does not exist."
  10650. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/PNP0C0D:00 does not exist."
  10651. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/PNP0C14:01 does not exist."
  10652. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder PNP0C14:01 does not exist."
  10653. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/PNP0C14:02 does not exist."
  10654. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder PNP0C14:02 does not exist."
  10655. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/PNP0C14:03 does not exist."
  10656. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder PNP0C14:03 does not exist."
  10657. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/USBC000:00/typec/port0 does not exist."
  10658. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder platform/USBC000:00 does not exist."
  10659. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder USBC000:00 does not exist."
  10660. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/acpi/drivers/thermal does not exist."
  10661. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder virtual/thermal/thermal_zone0 does not exist."
  10662. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder virtual/thermal/thermal_zone1 does not exist."
  10663. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/acpi does not exist."
  10664. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/event_source does not exist."
  10665. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/skl_uncore does not exist."
  10666. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci does not exist."
  10667. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/cec does not exist."
  10668. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/devlink/pci:0000:00:02.0--pci:0000:00:1f.3 does not exist."
  10669. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/i915 does not exist."
  10670. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../card0 does not exist."
  10671. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../card0-DP-1 does not exist."
  10672. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/drm_dp_aux_dev does not exist."
  10673. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/i2c does not exist."
  10674. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/drm does not exist."
  10675. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder i2c-3 does not exist."
  10676. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder i2c-3 does not exist."
  10677. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../card0-eDP-1 does not exist."
  10678. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/backlight does not exist."
  10679. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:02.0 does not exist."
  10680. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/drm does not exist."
  10681. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder card0 does not exist."
  10682. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 does not exist."
  10683. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/graphics does not exist."
  10684. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../0000:00:02.0 does not exist."
  10685. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../rc0 does not exist."
  10686. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input30 does not exist."
  10687. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/rc does not exist."
  10688. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/proc_thermal does not exist."
  10689. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 does not exist."
  10690. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/xhci_hcd does not exist."
  10691. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d does not exist."
  10692. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/intel_xhci_usb_sw does not exist."
  10693. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform does not exist."
  10694. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder intel_xhci_usb_sw does not exist."
  10695. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder kernel/software_nodes/intel-xhci-usb-sw does not exist."
  10696. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/usb_role does not exist."
  10697. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/usb/drivers/hub does not exist."
  10698. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e does not exist."
  10699. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/usb does not exist."
  10700. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:1f does not exist."
  10701. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb2/2-0:1.0/usb2-port1 does not exist."
  10702. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2b does not exist."
  10703. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2c does not exist."
  10704. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2d does not exist."
  10705. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:20 does not exist."
  10706. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb2/2-0:1.0/usb2-port2 does not exist."
  10707. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../1-3 does not exist."
  10708. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:21 does not exist."
  10709. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb2/2-0:1.0/usb2-port3 does not exist."
  10710. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../1-4 does not exist."
  10711. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:22 does not exist."
  10712. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:25 does not exist."
  10713. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../1-6 does not exist."
  10714. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:26 does not exist."
  10715. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:28 does not exist."
  10716. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb2/2-0:1.0/usb2-port4 does not exist."
  10717. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:29 does not exist."
  10718. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2a does not exist."
  10719. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/hid/drivers/hid-generic does not exist."
  10720. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0003:046D:C08F.0007 does not exist."
  10721. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/hidraw does not exist."
  10722. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input31 does not exist."
  10723. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/hid does not exist."
  10724. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/usbhid does not exist."
  10725. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb does not exist."
  10726. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0003:046D:C08F.0008 does not exist."
  10727. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input32 does not exist."
  10728. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input33 does not exist."
  10729. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input34 does not exist."
  10730. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-3.2:1.1 does not exist."
  10731. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/usbmisc does not exist."
  10732. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/usb does not exist."
  10733. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-3:1.0/1-3-port2 does not exist."
  10734. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb does not exist."
  10735. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0003:04D9:A232.0003 does not exist."
  10736. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input24 does not exist."
  10737. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/leds does not exist."
  10738. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0003:04D9:A232.0004 does not exist."
  10739. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-3.3:1.1 does not exist."
  10740. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0003:04D9:A232.0005 does not exist."
  10741. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input25 does not exist."
  10742. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input26 does not exist."
  10743. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input27 does not exist."
  10744. apr 27 13:55:49 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input28 does not exist."
  10745. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input29 does not exist."
  10746. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-3.3:1.2 does not exist."
  10747. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0003:04D9:A232.0006 does not exist."
  10748. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-3.3:1.3 does not exist."
  10749. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-3:1.0/1-3-port3 does not exist."
  10750. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-3.3 does not exist."
  10751. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-3:1.0/1-3-port5 does not exist."
  10752. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb2/2-3/2-3:1.0/2-3-port1 does not exist."
  10753. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../1-3.2 does not exist."
  10754. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb2/2-3/2-3:1.0/2-3-port2 does not exist."
  10755. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../1-3.3 does not exist."
  10756. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb2/2-3/2-3:1.0/2-3-port3 does not exist."
  10757. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb2/2-3/2-3:1.0/2-3-port4 does not exist."
  10758. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../1-3.5 does not exist."
  10759. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/hub does not exist."
  10760. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/usb/drivers/usb does not exist."
  10761. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:21 does not exist."
  10762. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-0:1.0/usb1-port3 does not exist."
  10763. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/uvcvideo does not exist."
  10764. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-4:1.0 does not exist."
  10765. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input8 does not exist."
  10766. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/media does not exist."
  10767. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/video4linux does not exist."
  10768. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:22 does not exist."
  10769. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-0:1.0/usb1-port4 does not exist."
  10770. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-6:1.0 does not exist."
  10771. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../hci0 does not exist."
  10772. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/rfkill does not exist."
  10773. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/bluetooth does not exist."
  10774. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/btusb does not exist."
  10775. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:26 does not exist."
  10776. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1-0:1.0/usb1-port6 does not exist."
  10777. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/usb does not exist."
  10778. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e does not exist."
  10779. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb does not exist."
  10780. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2e does not exist."
  10781. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb1/1-0:1.0/usb1-port1 does not exist."
  10782. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:2f does not exist."
  10783. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb1/1-0:1.0/usb1-port2 does not exist."
  10784. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../2-3 does not exist."
  10785. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:30 does not exist."
  10786. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb1/1-0:1.0/usb1-port3 does not exist."
  10787. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:31 does not exist."
  10788. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb1/1-0:1.0/usb1-port7 does not exist."
  10789. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:32 does not exist."
  10790. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:33 does not exist."
  10791. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/usb-storage does not exist."
  10792. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder host1 does not exist."
  10793. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/scsi_host does not exist."
  10794. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/scsi does not exist."
  10795. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/bdi/8:0 does not exist."
  10796. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1:0:0:0 does not exist."
  10797. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/block does not exist."
  10798. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/bsg does not exist."
  10799. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/scsi/drivers/sd does not exist."
  10800. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/scsi_device does not exist."
  10801. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/scsi_disk does not exist."
  10802. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/scsi does not exist."
  10803. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../virtual/bdi/8:16 does not exist."
  10804. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1:0:0:1 does not exist."
  10805. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/scsi does not exist."
  10806. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 2-3:1.0/2-3-port4 does not exist."
  10807. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb1/1-3/1-3:1.0/1-3-port1 does not exist."
  10808. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb1/1-3/1-3:1.0/1-3-port2 does not exist."
  10809. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb1/1-3/1-3:1.0/1-3-port3 does not exist."
  10810. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../2-3.4 does not exist."
  10811. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder usb1/1-3/1-3:1.0/1-3-port4 does not exist."
  10812. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/device:1e/device:30 does not exist."
  10813. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 2-0:1.0/usb2-port3 does not exist."
  10814. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:14.0 does not exist."
  10815. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/intel_pch_thermal does not exist."
  10816. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:15.0 does not exist."
  10817. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/dma does not exist."
  10818. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/intel-lpss does not exist."
  10819. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:72 does not exist."
  10820. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/i2c_designware does not exist."
  10821. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:72 does not exist."
  10822. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../i2c_designware.0 does not exist."
  10823. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../kernel/software_nodes/node1 does not exist."
  10824. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/i2c does not exist."
  10825. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder kernel/software_nodes/node1 does not exist."
  10826. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/idma64 does not exist."
  10827. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:15.1 does not exist."
  10828. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:73 does not exist."
  10829. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:73 does not exist."
  10830. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../i2c_designware.1 does not exist."
  10831. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../kernel/software_nodes/node2 does not exist."
  10832. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder kernel/software_nodes/node2 does not exist."
  10833. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/mei does not exist."
  10834. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/mei/drivers/mei_hdcp does not exist."
  10835. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/mei_me does not exist."
  10836. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7b does not exist."
  10837. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:16.0 does not exist."
  10838. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/mei does not exist."
  10839. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ata1 does not exist."
  10840. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/ata_port does not exist."
  10841. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder host0 does not exist."
  10842. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder link1 does not exist."
  10843. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/ata_link does not exist."
  10844. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder dev1.0 does not exist."
  10845. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/ata_device does not exist."
  10846. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:66 does not exist."
  10847. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/ahci does not exist."
  10848. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65 does not exist."
  10849. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci_express/drivers/pcie_pme does not exist."
  10850. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci_express does not exist."
  10851. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci_express/drivers/aer does not exist."
  10852. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/LNXVIDEO:01 does not exist."
  10853. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/pcieport does not exist."
  10854. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36 does not exist."
  10855. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:1c.0 does not exist."
  10856. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/pci_bus does not exist."
  10857. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/nvme does not exist."
  10858. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/device:3e does not exist."
  10859. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:02:00.0 does not exist."
  10860. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder virtual/bdi/259:0 does not exist."
  10861. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../nvme0 does not exist."
  10862. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/block does not exist."
  10863. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/nvme does not exist."
  10864. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d does not exist."
  10865. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:1c.4 does not exist."
  10866. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/rtsx_pci does not exist."
  10867. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/device:46 does not exist."
  10868. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/platform/drivers/rtsx_pci_sdmmc does not exist."
  10869. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder rtsx_pci_sdmmc.0 does not exist."
  10870. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/mmc_host does not exist."
  10871. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/platform does not exist."
  10872. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45 does not exist."
  10873. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:1d.0 does not exist."
  10874. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/iwlwifi does not exist."
  10875. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/device:48 does not exist."
  10876. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:04:00.0 does not exist."
  10877. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../phy0 does not exist."
  10878. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/ieee80211 does not exist."
  10879. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/leds does not exist."
  10880. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../ieee80211/phy0 does not exist."
  10881. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/net does not exist."
  10882. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47 does not exist."
  10883. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:1d.1 does not exist."
  10884. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:1e.0 does not exist."
  10885. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/dw-apb-uart does not exist."
  10886. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:75 does not exist."
  10887. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder kernel/software_nodes/node3 does not exist."
  10888. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder dw-apb-uart.2 does not exist."
  10889. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/tty does not exist."
  10890. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:75 does not exist."
  10891. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:1e.3 does not exist."
  10892. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:74 does not exist."
  10893. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:74 does not exist."
  10894. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/pxa2xx-spi does not exist."
  10895. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pxa2xx-spi.3 does not exist."
  10896. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:74/SYNA8007:00 does not exist."
  10897. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/spi does not exist."
  10898. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/spi_master does not exist."
  10899. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/INT0800:00 does not exist."
  10900. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0103:00 does not exist."
  10901. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/ACPI0003:00 does not exist."
  10902. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bus/platform/drivers/int3403 thermal does not exist."
  10903. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:00 does not exist."
  10904. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/INT3403:01 does not exist."
  10905. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/PNP0C0A:00 does not exist."
  10906. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00 does not exist."
  10907. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 does not exist."
  10908. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a does not exist."
  10909. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/snd_hda_intel does not exist."
  10910. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35 does not exist."
  10911. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/hdaudio/drivers/snd_hda_codec_realtek does not exist."
  10912. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/hdaudio does not exist."
  10913. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/hdaudio/drivers/snd_hda_codec_hdmi does not exist."
  10914. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/sound does not exist."
  10915. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 0000:00:1f.3 does not exist."
  10916. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input11 does not exist."
  10917. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input12 does not exist."
  10918. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input13 does not exist."
  10919. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input14 does not exist."
  10920. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input15 does not exist."
  10921. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input16 does not exist."
  10922. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input17 does not exist."
  10923. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/sound does not exist."
  10924. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/i801_smbus does not exist."
  10925. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b does not exist."
  10926. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../0000:00:1f.4 does not exist."
  10927. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b does not exist."
  10928. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/iTCO_wdt does not exist."
  10929. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder iTCO_wdt does not exist."
  10930. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/misc does not exist."
  10931. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/watchdog does not exist."
  10932. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/sunrisepoint-pinctrl does not exist."
  10933. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT344B:00 does not exist."
  10934. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/INT344B:00 does not exist."
  10935. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/gpio does not exist."
  10936. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/acpi-wmi does not exist."
  10937. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C14:00 does not exist."
  10938. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/wmi does not exist."
  10939. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/wmi_bus does not exist."
  10940. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 does not exist."
  10941. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/pci_bus does not exist."
  10942. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00 does not exist."
  10943. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/HPIC0003:00 does not exist."
  10944. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/HPQ6001:00 does not exist."
  10945. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/INT0E0C:00 does not exist."
  10946. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/intel_pmc_core does not exist."
  10947. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/INT33A1:00 does not exist."
  10948. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/int3400 thermal does not exist."
  10949. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/INT3400:00 does not exist."
  10950. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00 does not exist."
  10951. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00 does not exist."
  10952. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01 does not exist."
  10953. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/wmi/drivers/intel-wmi-thunderbolt does not exist."
  10954. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02 does not exist."
  10955. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/wmi/drivers/wmi-bmof does not exist."
  10956. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03 does not exist."
  10957. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/ucsi_acpi does not exist."
  10958. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/USBC000:00 does not exist."
  10959. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../ucsi-source-psy-USBC000:001 does not exist."
  10960. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/power_supply does not exist."
  10961. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/USBC000:00/device:7c does not exist."
  10962. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../port0 does not exist."
  10963. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/typec does not exist."
  10964. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/typec does not exist."
  10965. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/typec does not exist."
  10966. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/coretemp does not exist."
  10967. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder coretemp.0 does not exist."
  10968. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/hwmon does not exist."
  10969. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ABCD0000:00 does not exist."
  10970. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/efi-framebuffer does not exist."
  10971. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/hp-wmi does not exist."
  10972. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/i8042 does not exist."
  10973. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/serio/drivers/atkbd does not exist."
  10974. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/HPQ8001:00 does not exist."
  10975. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder serio0 does not exist."
  10976. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input2 does not exist."
  10977. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/serio does not exist."
  10978. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/serio/drivers/psmouse does not exist."
  10979. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder serio1 does not exist."
  10980. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input6 does not exist."
  10981. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/intel_rapl_msr does not exist."
  10982. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/pcspkr does not exist."
  10983. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pcspkr does not exist."
  10984. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input5 does not exist."
  10985. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/reg-dummy does not exist."
  10986. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder reg-dummy does not exist."
  10987. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/regulator does not exist."
  10988. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/serial8250 does not exist."
  10989. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder serial8250 does not exist."
  10990. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/tty does not exist."
  10991. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/snd-soc-dummy does not exist."
  10992. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/vboxdrv does not exist."
  10993. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pnp/drivers/system does not exist."
  10994. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:00 does not exist."
  10995. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pnp does not exist."
  10996. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:01 does not exist."
  10997. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C02:02 does not exist."
  10998. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/nvmem does not exist."
  10999. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pnp/drivers/rtc_cmos does not exist."
  11000. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0B00:00 does not exist."
  11001. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/alarmtimer does not exist."
  11002. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder alarmtimer.0.auto does not exist."
  11003. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 00:03 does not exist."
  11004. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/rtc does not exist."
  11005. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/INT3F0D:00 does not exist."
  11006. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pnp/drivers/i8042 kbd does not exist."
  11007. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/HPQ8001:00 does not exist."
  11008. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pnp/drivers/i8042 aux does not exist."
  11009. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/SYN3272:00 does not exist."
  11010. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04 does not exist."
  11011. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:05 does not exist."
  11012. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/clockevents does not exist."
  11013. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/clocksource does not exist."
  11014. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder cpufreq/policy0 does not exist."
  11015. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/cpu/drivers/processor does not exist."
  11016. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXCPU:00 does not exist."
  11017. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../node/node0 does not exist."
  11018. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/cpu does not exist."
  11019. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder cpufreq/policy1 does not exist."
  11020. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXCPU:01 does not exist."
  11021. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder cpufreq/policy2 does not exist."
  11022. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXCPU:02 does not exist."
  11023. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder cpufreq/policy3 does not exist."
  11024. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXCPU:03 does not exist."
  11025. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder cpufreq/policy4 does not exist."
  11026. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXCPU:04 does not exist."
  11027. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder cpufreq/policy5 does not exist."
  11028. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXCPU:05 does not exist."
  11029. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder cpufreq/policy6 does not exist."
  11030. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXCPU:06 does not exist."
  11031. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder cpufreq/policy7 does not exist."
  11032. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXCPU:07 does not exist."
  11033. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/edac does not exist."
  11034. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/machinecheck does not exist."
  11035. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/memory does not exist."
  11036. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cpu/cpu0 does not exist."
  11037. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cpu/cpu1 does not exist."
  11038. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cpu/cpu2 does not exist."
  11039. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cpu/cpu3 does not exist."
  11040. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cpu/cpu4 does not exist."
  11041. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cpu/cpu5 does not exist."
  11042. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cpu/cpu6 does not exist."
  11043. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cpu/cpu7 does not exist."
  11044. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory0 does not exist."
  11045. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory1 does not exist."
  11046. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory10 does not exist."
  11047. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory11 does not exist."
  11048. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory12 does not exist."
  11049. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory13 does not exist."
  11050. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory14 does not exist."
  11051. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory15 does not exist."
  11052. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory2 does not exist."
  11053. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory3 does not exist."
  11054. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory32 does not exist."
  11055. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory33 does not exist."
  11056. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory34 does not exist."
  11057. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory35 does not exist."
  11058. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory36 does not exist."
  11059. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory37 does not exist."
  11060. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory38 does not exist."
  11061. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory39 does not exist."
  11062. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory4 does not exist."
  11063. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory40 does not exist."
  11064. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory41 does not exist."
  11065. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory42 does not exist."
  11066. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory43 does not exist."
  11067. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory44 does not exist."
  11068. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory45 does not exist."
  11069. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory46 does not exist."
  11070. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory47 does not exist."
  11071. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory48 does not exist."
  11072. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory49 does not exist."
  11073. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory5 does not exist."
  11074. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory50 does not exist."
  11075. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory51 does not exist."
  11076. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory52 does not exist."
  11077. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory53 does not exist."
  11078. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory54 does not exist."
  11079. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory55 does not exist."
  11080. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory56 does not exist."
  11081. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory57 does not exist."
  11082. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory58 does not exist."
  11083. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory59 does not exist."
  11084. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory6 does not exist."
  11085. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory60 does not exist."
  11086. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory61 does not exist."
  11087. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory62 does not exist."
  11088. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory63 does not exist."
  11089. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory64 does not exist."
  11090. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory65 does not exist."
  11091. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory66 does not exist."
  11092. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory67 does not exist."
  11093. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory68 does not exist."
  11094. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory69 does not exist."
  11095. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory7 does not exist."
  11096. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory70 does not exist."
  11097. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory71 does not exist."
  11098. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory72 does not exist."
  11099. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory73 does not exist."
  11100. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory74 does not exist."
  11101. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory75 does not exist."
  11102. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory76 does not exist."
  11103. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory77 does not exist."
  11104. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory78 does not exist."
  11105. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory8 does not exist."
  11106. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../memory/memory9 does not exist."
  11107. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/node does not exist."
  11108. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/bdi does not exist."
  11109. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/cpuid does not exist."
  11110. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/devlink does not exist."
  11111. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/dma_heap does not exist."
  11112. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/dmi does not exist."
  11113. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/graphics does not exist."
  11114. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input4 does not exist."
  11115. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../input7 does not exist."
  11116. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/mem does not exist."
  11117. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/msr does not exist."
  11118. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder pci0000:00/0000:00:1c.4/0000:02:00.0/nvme/nvme0 does not exist."
  11119. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/nvme-subsystem does not exist."
  11120. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel-rapl does not exist."
  11121. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel-rapl:0 does not exist."
  11122. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/powercap does not exist."
  11123. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../class/powercap does not exist."
  11124. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/powercap does not exist."
  11125. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel-rapl-mmio does not exist."
  11126. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel-rapl-mmio:0 does not exist."
  11127. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/thermal does not exist."
  11128. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00 does not exist."
  11129. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../thermal_zone0 does not exist."
  11130. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:01 does not exist."
  11131. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../thermal_zone5 does not exist."
  11132. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../thermal_zone8 does not exist."
  11133. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/vc does not exist."
  11134. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder class/vtconsole does not exist."
  11135. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/workqueue does not exist."
  11136. apr 27 13:55:50 _hostname_ kdeinit5[8101]: inotify_add_watch(/sys/fs/bpf) failed: (Permission denied)
  11137. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /sys/fs/bpf."
  11138. apr 27 13:55:50 _hostname_ kdeinit5[8101]: inotify_add_watch(/sys/fs/pstore) failed: (Permission denied)
  11139. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /sys/fs/pstore."
  11140. apr 27 13:55:50 _hostname_ kdeinit5[8101]: inotify_add_watch(/sys/kernel/debug) failed: (Permission denied)
  11141. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /sys/kernel/debug."
  11142. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000048 does not exist."
  11143. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000072 does not exist."
  11144. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000080 does not exist."
  11145. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000104 does not exist."
  11146. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000080 does not exist."
  11147. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0001024 does not exist."
  11148. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0001216 does not exist."
  11149. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0001152 does not exist."
  11150. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0001152 does not exist."
  11151. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0001344 does not exist."
  11152. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0001344 does not exist."
  11153. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0001024 does not exist."
  11154. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11155. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11156. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000064 does not exist."
  11157. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000024 does not exist."
  11158. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000080 does not exist."
  11159. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000160 does not exist."
  11160. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000512 does not exist."
  11161. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11162. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000320 does not exist."
  11163. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11164. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000040 does not exist."
  11165. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11166. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0002048 does not exist."
  11167. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11168. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0001024 does not exist."
  11169. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0004096 does not exist."
  11170. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000088 does not exist."
  11171. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11172. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000104 does not exist."
  11173. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000088 does not exist."
  11174. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000192 does not exist."
  11175. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000640 does not exist."
  11176. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0001088 does not exist."
  11177. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11178. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11179. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0002112 does not exist."
  11180. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000080 does not exist."
  11181. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000032 does not exist."
  11182. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000256 does not exist."
  11183. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000832 does not exist."
  11184. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000016 does not exist."
  11185. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000128 does not exist."
  11186. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000064 does not exist."
  11187. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000128 does not exist."
  11188. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000048 does not exist."
  11189. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000040 does not exist."
  11190. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000080 does not exist."
  11191. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000056 does not exist."
  11192. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000144 does not exist."
  11193. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000064 does not exist."
  11194. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000032 does not exist."
  11195. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000032 does not exist."
  11196. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000104 does not exist."
  11197. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000040 does not exist."
  11198. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11199. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000056 does not exist."
  11200. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11201. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000048 does not exist."
  11202. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11203. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000216 does not exist."
  11204. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000056 does not exist."
  11205. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000704 does not exist."
  11206. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000256 does not exist."
  11207. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000064 does not exist."
  11208. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000136 does not exist."
  11209. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000072 does not exist."
  11210. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000032 does not exist."
  11211. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000048 does not exist."
  11212. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000152 does not exist."
  11213. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11214. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000032 does not exist."
  11215. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11216. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000640 does not exist."
  11217. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11218. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000080 does not exist."
  11219. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000384 does not exist."
  11220. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11221. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11222. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11223. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000200 does not exist."
  11224. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000184 does not exist."
  11225. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11226. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11227. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11228. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000056 does not exist."
  11229. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000048 does not exist."
  11230. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11231. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11232. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11233. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000056 does not exist."
  11234. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000032 does not exist."
  11235. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000016 does not exist."
  11236. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000256 does not exist."
  11237. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000088 does not exist."
  11238. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11239. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11240. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000112 does not exist."
  11241. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000576 does not exist."
  11242. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000048 does not exist."
  11243. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11244. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11245. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000136 does not exist."
  11246. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000168 does not exist."
  11247. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000024 does not exist."
  11248. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :a-0000056 does not exist."
  11249. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000320 does not exist."
  11250. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0005056 does not exist."
  11251. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000072 does not exist."
  11252. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000024 does not exist."
  11253. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000040 does not exist."
  11254. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000128 does not exist."
  11255. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11256. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000136 does not exist."
  11257. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11258. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11259. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000032 does not exist."
  11260. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0002032 does not exist."
  11261. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000032 does not exist."
  11262. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000120 does not exist."
  11263. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0004096 does not exist."
  11264. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000512 does not exist."
  11265. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0001024 does not exist."
  11266. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0002048 does not exist."
  11267. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000256 does not exist."
  11268. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000048 does not exist."
  11269. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0001152 does not exist."
  11270. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000080 does not exist."
  11271. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11272. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000512 does not exist."
  11273. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000080 does not exist."
  11274. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000576 does not exist."
  11275. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000352 does not exist."
  11276. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000128 does not exist."
  11277. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000088 does not exist."
  11278. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000056 does not exist."
  11279. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000192 does not exist."
  11280. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000528 does not exist."
  11281. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0000200 does not exist."
  11282. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11283. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :A-0004160 does not exist."
  11284. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000800 does not exist."
  11285. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000320 does not exist."
  11286. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000768 does not exist."
  11287. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000064 does not exist."
  11288. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder :0000056 does not exist."
  11289. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder devices/pci0000:00/0000:00:14.0/intel_xhci_usb_sw/usb_role/intel_xhci_usb_sw-role-switch does not exist."
  11290. apr 27 13:55:50 _hostname_ kdeinit5[8101]: inotify_add_watch(/sys/kernel/tracing) failed: (Permission denied)
  11291. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /sys/kernel/tracing."
  11292. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_soc_core does not exist."
  11293. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../int3400_thermal does not exist."
  11294. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../algif_hash does not exist."
  11295. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../algif_skcipher does not exist."
  11296. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../drm does not exist."
  11297. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel_gtt does not exist."
  11298. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bnep does not exist."
  11299. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../btbcm does not exist."
  11300. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../btintel does not exist."
  11301. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../btrtl does not exist."
  11302. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../btusb does not exist."
  11303. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../rfcomm does not exist."
  11304. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../drm_kms_helper does not exist."
  11305. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../i915 does not exist."
  11306. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../iwlmvm does not exist."
  11307. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../iwlwifi does not exist."
  11308. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../mac80211 does not exist."
  11309. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../bluetooth does not exist."
  11310. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../ext4 does not exist."
  11311. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../crypto_simd does not exist."
  11312. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../ghash_clmulni_intel does not exist."
  11313. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../aesni_intel does not exist."
  11314. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/dw_dmac does not exist."
  11315. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../ecdh_generic does not exist."
  11316. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../vfat does not exist."
  11317. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/i2c/drivers/smbus_alert does not exist."
  11318. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../i2c_i801 does not exist."
  11319. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../iTCO_wdt does not exist."
  11320. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/int3403 thermal does not exist."
  11321. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../int3403_thermal does not exist."
  11322. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../processor_thermal_device does not exist."
  11323. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel_lpss_pci does not exist."
  11324. apr 27 13:55:50 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/intel_pmc_bxt does not exist."
  11325. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel_rapl_msr does not exist."
  11326. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../processor_thermal_rapl does not exist."
  11327. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../kvm does not exist."
  11328. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../kvm_intel does not exist."
  11329. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_hda_codec_generic does not exist."
  11330. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/nd/drivers/nd_bus does not exist."
  11331. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/nd/drivers/nd_region does not exist."
  11332. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/nd/drivers/nvdimm does not exist."
  11333. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../atkbd does not exist."
  11334. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../psmouse does not exist."
  11335. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../uvcvideo does not exist."
  11336. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../videobuf2_common does not exist."
  11337. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../videobuf2_v4l2 does not exist."
  11338. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../videodev does not exist."
  11339. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../mei_hdcp does not exist."
  11340. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../mei_me does not exist."
  11341. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../rtsx_pci_sdmmc does not exist."
  11342. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/int3401 thermal does not exist."
  11343. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../cfg80211 does not exist."
  11344. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../hp_wmi does not exist."
  11345. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../tpm does not exist."
  11346. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel_xhci_usb_role_switch does not exist."
  11347. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/rtsx_pci_sdmmc does not exist."
  11348. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../i8042 does not exist."
  11349. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../serio_raw does not exist."
  11350. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/serio/drivers/serio_raw does not exist."
  11351. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/shpchp does not exist."
  11352. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_compress does not exist."
  11353. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_hda_codec does not exist."
  11354. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_hda_codec_hdmi does not exist."
  11355. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_hda_codec_realtek does not exist."
  11356. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_hda_intel does not exist."
  11357. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_hwdep does not exist."
  11358. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_pcm does not exist."
  11359. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_timer does not exist."
  11360. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_soc_hdac_hda does not exist."
  11361. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/hdaudio/drivers/snd_hda_codec_generic does not exist."
  11362. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_hda_ext_core does not exist."
  11363. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_soc_skl does not exist."
  11364. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_hda_core does not exist."
  11365. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_pcm_dmaengine does not exist."
  11366. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../soundwire_intel does not exist."
  11367. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_soc_acpi_intel_match does not exist."
  11368. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/soc-audio does not exist."
  11369. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/snd_soc_skl does not exist."
  11370. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd does not exist."
  11371. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../soundwire_cadence does not exist."
  11372. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../soundwire_generic_allocation does not exist."
  11373. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/intel-sdw does not exist."
  11374. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../snd_intel_dspcfg does not exist."
  11375. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../tpm_crb does not exist."
  11376. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../tpm_tis does not exist."
  11377. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../tpm_tis_core does not exist."
  11378. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/platform/drivers/tpm_tis does not exist."
  11379. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../typec_ucsi does not exist."
  11380. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../ucsi_acpi does not exist."
  11381. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/uas does not exist."
  11382. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/pci/drivers/uhci_hcd does not exist."
  11383. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../uas does not exist."
  11384. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bus/usb/drivers/usbfs does not exist."
  11385. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../vboxnetadp does not exist."
  11386. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../vboxnetflt does not exist."
  11387. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../videobuf2_vmalloc does not exist."
  11388. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../intel_wmi_thunderbolt does not exist."
  11389. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../wmi_bmof does not exist."
  11390. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../ip_tables does not exist."
  11391. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../xhci_pci does not exist."
  11392. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/boot/efi) failed: (Permission denied)
  11393. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/boot/efi."
  11394. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/NetworkManager/system-connections) failed: (Permission denied)
  11395. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/NetworkManager/system-connections."
  11396. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/audit/plugins.d) failed: (Permission denied)
  11397. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/audit/plugins.d."
  11398. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/openvpn/client) failed: (Permission denied)
  11399. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/openvpn/client."
  11400. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/openvpn/server) failed: (Permission denied)
  11401. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/openvpn/server."
  11402. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/pacman.d/gnupg/crls.d) failed: (Permission denied)
  11403. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/pacman.d/gnupg/crls.d."
  11404. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/pacman.d/gnupg/openpgp-revocs.d) failed: (Permission denied)
  11405. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/pacman.d/gnupg/openpgp-revocs.d."
  11406. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/pacman.d/gnupg/private-keys-v1.d) failed: (Permission denied)
  11407. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/pacman.d/gnupg/private-keys-v1.d."
  11408. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/polkit-1/rules.d) failed: (Permission denied)
  11409. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/polkit-1/rules.d."
  11410. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/sudoers.d) failed: (Permission denied)
  11411. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/etc/sudoers.d."
  11412. apr 27 13:55:51 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/root) failed: (Permission denied)
  11413. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/root."
  11414. apr 27 13:55:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  11415. apr 27 13:55:51 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder include/media does not exist."
  11416. apr 27 13:55:52 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder sof-tplg-v1.6.1 does not exist."
  11417. apr 27 13:55:53 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 68.2 does not exist."
  11418. apr 27 13:55:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  11419. apr 27 13:55:55 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder include/dt-bindings does not exist."
  11420. apr 27 13:55:56 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder share/lirc/configs does not exist."
  11421. apr 27 13:55:57 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder share/terminfo does not exist."
  11422. apr 27 13:55:57 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder lib does not exist."
  11423. apr 27 13:55:57 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder man does not exist."
  11424. apr 27 13:55:57 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder bin does not exist."
  11425. apr 27 13:55:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  11426. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ../var/lib/lirc/plugins does not exist."
  11427. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 1.22.4 does not exist."
  11428. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder share/doc/appstream/html/api does not exist."
  11429. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 16 does not exist."
  11430. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 16 does not exist."
  11431. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 22 does not exist."
  11432. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 22 does not exist."
  11433. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 24 does not exist."
  11434. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 24 does not exist."
  11435. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 32 does not exist."
  11436. apr 27 13:55:58 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 32 does not exist."
  11437. apr 27 13:55:59 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder mac does not exist."
  11438. apr 27 13:55:59 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder AGPL3 does not exist."
  11439. apr 27 13:55:59 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder Apache does not exist."
  11440. apr 27 13:55:59 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder FDL1.2 does not exist."
  11441. apr 27 13:55:59 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder GPL2 does not exist."
  11442. apr 27 13:55:59 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder LGPL2.1 does not exist."
  11443. apr 27 13:55:59 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder curl does not exist."
  11444. apr 27 13:56:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  11445. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/usr/share/polkit-1/rules.d) failed: (Permission denied)
  11446. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/usr/share/polkit-1/rules.d."
  11447. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder zoneinfo does not exist."
  11448. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder lib/modules/5.11.9-arch1-1/build does not exist."
  11449. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/cache/ldconfig) failed: (Permission denied)
  11450. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/cache/ldconfig."
  11451. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/cache/private) failed: (Permission denied)
  11452. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/cache/private."
  11453. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/db/sudo) failed: (Permission denied)
  11454. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/db/sudo."
  11455. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/AccountsService/users) failed: (Permission denied)
  11456. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/AccountsService/users."
  11457. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/NetworkManager) failed: (Permission denied)
  11458. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/NetworkManager."
  11459. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/bluetooth) failed: (Permission denied)
  11460. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/bluetooth."
  11461. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/brltty) failed: (Permission denied)
  11462. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/brltty."
  11463. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/locate) failed: (Permission denied)
  11464. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/locate."
  11465. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/machines) failed: (Permission denied)
  11466. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/machines."
  11467. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/mlocate) failed: (Permission denied)
  11468. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/mlocate."
  11469. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/portables) failed: (Permission denied)
  11470. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/portables."
  11471. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/private) failed: (Permission denied)
  11472. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/private."
  11473. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/udisks2) failed: (Permission denied)
  11474. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/lib/udisks2."
  11475. apr 27 13:56:01 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/log/audit) failed: (Permission denied)
  11476. apr 27 13:56:01 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/log/audit."
  11477. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/log/private) failed: (Permission denied)
  11478. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/log/private."
  11479. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder spool/mail does not exist."
  11480. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/named) failed: (Permission denied)
  11481. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/named."
  11482. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder run does not exist."
  11483. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/tmp/systemd-private-f57987b09fc542ab8a2c310c8547729e-systemd-logind.service-03o4Tv) failed: (Permission denied)
  11484. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/tmp/systemd-private-f57987b09fc542ab8a2c310c8547729e-systemd-logind.service-03o4Tv."
  11485. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/tmp/systemd-private-f57987b09fc542ab8a2c310c8547729e-systemd-timesyncd.service-Ck2Nqo) failed: (Permission denied)
  11486. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/tmp/systemd-private-f57987b09fc542ab8a2c310c8547729e-systemd-timesyncd.service-Ck2Nqo."
  11487. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-03-25_20-10-40/localhost/var/tmp/systemd-private-f57987b09fc542ab8a2c310c8547729e-upower.service-hzdTNV) failed: (Permission denied)
  11488. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-03-25_20-10-40/localhost/var/tmp/systemd-private-f57987b09fc542ab8a2c310c8547729e-upower.service-hzdTNV."
  11489. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/boot/efi) failed: (Permission denied)
  11490. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/boot/efi."
  11491. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/NetworkManager/system-connections) failed: (Permission denied)
  11492. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/NetworkManager/system-connections."
  11493. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/audit/plugins.d) failed: (Permission denied)
  11494. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/audit/plugins.d."
  11495. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/openvpn/client) failed: (Permission denied)
  11496. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/openvpn/client."
  11497. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/openvpn/server) failed: (Permission denied)
  11498. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/openvpn/server."
  11499. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/pacman.d/gnupg/crls.d) failed: (Permission denied)
  11500. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/pacman.d/gnupg/crls.d."
  11501. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/pacman.d/gnupg/openpgp-revocs.d) failed: (Permission denied)
  11502. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/pacman.d/gnupg/openpgp-revocs.d."
  11503. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/pacman.d/gnupg/private-keys-v1.d) failed: (Permission denied)
  11504. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/pacman.d/gnupg/private-keys-v1.d."
  11505. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/polkit-1/rules.d) failed: (Permission denied)
  11506. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/polkit-1/rules.d."
  11507. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/sudoers.d) failed: (Permission denied)
  11508. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/sudoers.d."
  11509. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/wireguard) failed: (Permission denied)
  11510. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/etc/wireguard."
  11511. apr 27 13:56:02 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/root) failed: (Permission denied)
  11512. apr 27 13:56:02 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/root."
  11513. apr 27 13:56:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  11514. apr 27 13:56:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  11515. apr 27 13:56:08 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder graphviz/tcl does not exist."
  11516. apr 27 13:56:08 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder lib/locale does not exist."
  11517. apr 27 13:56:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  11518. apr 27 13:56:10 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder nvidia does not exist."
  11519. apr 27 13:56:10 _hostname_ dolphin[1717]: Cannot initialize model with data QJsonObject() . missing: QJsonValue(string, "urls")
  11520. apr 27 13:56:10 _hostname_ dolphin[1717]: kf.coreaddons: Expected JSON property "X-KDE-Show-In-Submenu" to be a single string. but it is a bool
  11521. apr 27 13:56:11 _hostname_ dolphin[1717]: kf.kio.widgets: Plugin "baloofilepropertiesplugin" is using the deprecated loading style. Please port it to JSON loading.
  11522. apr 27 13:56:11 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11523. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder e2fsprogs does not exist."
  11524. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder icu does not exist."
  11525. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder krb5 does not exist."
  11526. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libdrm does not exist."
  11527. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libglvnd does not exist."
  11528. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libldap does not exist."
  11529. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libpciaccess does not exist."
  11530. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libpsl does not exist."
  11531. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libssh2 does not exist."
  11532. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libx11 does not exist."
  11533. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxau does not exist."
  11534. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxcb does not exist."
  11535. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxdamage does not exist."
  11536. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxdmcp does not exist."
  11537. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxext does not exist."
  11538. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxfixes does not exist."
  11539. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxml2 does not exist."
  11540. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxshmfence does not exist."
  11541. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxss does not exist."
  11542. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libxxf86vm does not exist."
  11543. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder ncurses does not exist."
  11544. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder nvidia-utils does not exist."
  11545. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder openssl does not exist."
  11546. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder libp11-kit does not exist."
  11547. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder sqlite does not exist."
  11548. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder wayland does not exist."
  11549. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder xz does not exist."
  11550. apr 27 13:56:12 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder zlib does not exist."
  11551. apr 27 13:56:13 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/usr/share/polkit-1/rules.d) failed: (Permission denied)
  11552. apr 27 13:56:13 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/usr/share/polkit-1/rules.d."
  11553. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder lib/modules/5.11.13-arch1-1/build does not exist."
  11554. apr 27 13:56:14 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/cache/ldconfig) failed: (Permission denied)
  11555. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/cache/ldconfig."
  11556. apr 27 13:56:14 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/cache/private) failed: (Permission denied)
  11557. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/cache/private."
  11558. apr 27 13:56:14 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/db/sudo) failed: (Permission denied)
  11559. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/db/sudo."
  11560. apr 27 13:56:14 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/AccountsService/users) failed: (Permission denied)
  11561. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/AccountsService/users."
  11562. apr 27 13:56:14 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/NetworkManager) failed: (Permission denied)
  11563. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/NetworkManager."
  11564. apr 27 13:56:14 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/bluetooth) failed: (Permission denied)
  11565. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/bluetooth."
  11566. apr 27 13:56:14 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/brltty) failed: (Permission denied)
  11567. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/brltty."
  11568. apr 27 13:56:14 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder x86_64/stable does not exist."
  11569. apr 27 13:56:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  11570. apr 27 13:56:16 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 10f557ff38a59e719e5fad8b4e356b3e6f38c47f6ae810509d733358fb005281 does not exist."
  11571. apr 27 13:56:16 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 7a6109ea52061a487eb48c053a538f0f03d2b42dca40ffa0c7ec753ac624e2f5 does not exist."
  11572. apr 27 13:56:16 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder e6efab44749c66a4f9f4ff58fe31da1c2b2740b1804112d941146d882a37dcfc does not exist."
  11573. apr 27 13:56:16 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 128x128 does not exist."
  11574. apr 27 13:56:16 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 64x64 does not exist."
  11575. apr 27 13:56:17 _hostname_ dolphin[1717]: Cannot initialize model with data QJsonObject() . missing: QJsonValue(string, "urls")
  11576. apr 27 13:56:17 _hostname_ dolphin[1717]: kf.coreaddons: Expected JSON property "X-KDE-Show-In-Submenu" to be a single string. but it is a bool
  11577. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder hunspell does not exist."
  11578. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder a4f37bb933cf4792d472db2055886427d55074cdaf5bd8e4397dc3e2bc0305e1 does not exist."
  11579. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder lib/OpenCL does not exist."
  11580. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder share/glvnd does not exist."
  11581. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder share/vulkan/explicit_layer.d does not exist."
  11582. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder lib/vulkan/icd.d does not exist."
  11583. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder share/vulkan/implicit_layer.d does not exist."
  11584. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder a35dffb561996166d74b33de9768d6dcf34c62e8c728cbb1aa42f9f80cad1f5a does not exist."
  11585. apr 27 13:56:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  11586. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 6561b7ada9a8a4f9c33ff347bdf9424668b77a08af3cda4548aa77b77e341256-en-nl does not exist."
  11587. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 118043f4ad0d7a1fd1e9b4e0a02146dd2ba1afd7fe50e0b3b02502c4cf2f5fe8 does not exist."
  11588. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 73f998362a6fc0d57e0c7e83e928d32b0ec14d10d0d94291033976bdcecc6b6b does not exist."
  11589. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 9846542c0fe8990946b08105b2638a95d6e059d9eac2b3a6fec673c4b6e9b262 does not exist."
  11590. apr 27 13:56:18 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/fwupd/gnupg) failed: (Permission denied)
  11591. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/fwupd/gnupg."
  11592. apr 27 13:56:18 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/locate) failed: (Permission denied)
  11593. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/locate."
  11594. apr 27 13:56:18 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/machines) failed: (Permission denied)
  11595. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/machines."
  11596. apr 27 13:56:18 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/mlocate) failed: (Permission denied)
  11597. apr 27 13:56:18 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/mlocate."
  11598. apr 27 13:56:19 _hostname_ dolphin[1717]: kf.kio.widgets: Plugin "baloofilepropertiesplugin" is using the deprecated loading style. Please port it to JSON loading.
  11599. apr 27 13:56:19 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11600. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/portables) failed: (Permission denied)
  11601. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/portables."
  11602. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/private) failed: (Permission denied)
  11603. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/private."
  11604. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/udisks2) failed: (Permission denied)
  11605. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/lib/udisks2."
  11606. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/log/audit) failed: (Permission denied)
  11607. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/log/audit."
  11608. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/log/private) failed: (Permission denied)
  11609. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/log/private."
  11610. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/named) failed: (Permission denied)
  11611. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/named."
  11612. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/tmp/systemd-private-9b1a1caae4c34420809628f08716f8c7-systemd-logind.service-6BK7RW) failed: (Permission denied)
  11613. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/tmp/systemd-private-9b1a1caae4c34420809628f08716f8c7-systemd-logind.service-6BK7RW."
  11614. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/tmp/systemd-private-9b1a1caae4c34420809628f08716f8c7-systemd-timesyncd.service-Xb2agN) failed: (Permission denied)
  11615. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/tmp/systemd-private-9b1a1caae4c34420809628f08716f8c7-systemd-timesyncd.service-Xb2agN."
  11616. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-15_21-00-02/localhost/var/tmp/systemd-private-9b1a1caae4c34420809628f08716f8c7-upower.service-8oSJRr) failed: (Permission denied)
  11617. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-15_21-00-02/localhost/var/tmp/systemd-private-9b1a1caae4c34420809628f08716f8c7-upower.service-8oSJRr."
  11618. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/boot/efi) failed: (Permission denied)
  11619. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/boot/efi."
  11620. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/NetworkManager/system-connections) failed: (Permission denied)
  11621. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/NetworkManager/system-connections."
  11622. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/audit/plugins.d) failed: (Permission denied)
  11623. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/audit/plugins.d."
  11624. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/openvpn/client) failed: (Permission denied)
  11625. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/openvpn/client."
  11626. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/openvpn/server) failed: (Permission denied)
  11627. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/openvpn/server."
  11628. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/pacman.d/gnupg/crls.d) failed: (Permission denied)
  11629. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/pacman.d/gnupg/crls.d."
  11630. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/pacman.d/gnupg/openpgp-revocs.d) failed: (Permission denied)
  11631. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/pacman.d/gnupg/openpgp-revocs.d."
  11632. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/pacman.d/gnupg/private-keys-v1.d) failed: (Permission denied)
  11633. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/pacman.d/gnupg/private-keys-v1.d."
  11634. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/polkit-1/rules.d) failed: (Permission denied)
  11635. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/polkit-1/rules.d."
  11636. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/sudoers.d) failed: (Permission denied)
  11637. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/sudoers.d."
  11638. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/wireguard) failed: (Permission denied)
  11639. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/etc/wireguard."
  11640. apr 27 13:56:19 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/root) failed: (Permission denied)
  11641. apr 27 13:56:19 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/root."
  11642. apr 27 13:56:21 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder 69.1 does not exist."
  11643. apr 27 13:56:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  11644. apr 27 13:56:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  11645. apr 27 13:56:26 _hostname_ dolphin[1717]: Cannot initialize model with data QJsonObject() . missing: QJsonValue(string, "urls")
  11646. apr 27 13:56:26 _hostname_ dolphin[1717]: kf.coreaddons: Expected JSON property "X-KDE-Show-In-Submenu" to be a single string. but it is a bool
  11647. apr 27 13:56:27 _hostname_ dolphin[1717]: kf.kio.widgets: Plugin "baloofilepropertiesplugin" is using the deprecated loading style. Please port it to JSON loading.
  11648. apr 27 13:56:27 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11649. apr 27 13:56:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  11650. apr 27 13:56:30 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/usr/share/polkit-1/rules.d) failed: (Permission denied)
  11651. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/usr/share/polkit-1/rules.d."
  11652. apr 27 13:56:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  11653. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder lib/modules/5.11.15-arch1-2/build does not exist."
  11654. apr 27 13:56:30 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/cache/ldconfig) failed: (Permission denied)
  11655. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/cache/ldconfig."
  11656. apr 27 13:56:30 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/cache/private) failed: (Permission denied)
  11657. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/cache/private."
  11658. apr 27 13:56:30 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/db/sudo) failed: (Permission denied)
  11659. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/db/sudo."
  11660. apr 27 13:56:30 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/AccountsService/users) failed: (Permission denied)
  11661. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/AccountsService/users."
  11662. apr 27 13:56:30 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/NetworkManager) failed: (Permission denied)
  11663. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/NetworkManager."
  11664. apr 27 13:56:30 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/bluetooth) failed: (Permission denied)
  11665. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/bluetooth."
  11666. apr 27 13:56:30 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/brltty) failed: (Permission denied)
  11667. apr 27 13:56:30 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/brltty."
  11668. apr 27 13:56:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  11669. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/fwupd/gnupg) failed: (Permission denied)
  11670. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/fwupd/gnupg."
  11671. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/locate) failed: (Permission denied)
  11672. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/locate."
  11673. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/machines) failed: (Permission denied)
  11674. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/machines."
  11675. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/mlocate) failed: (Permission denied)
  11676. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/mlocate."
  11677. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/portables) failed: (Permission denied)
  11678. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/portables."
  11679. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/private) failed: (Permission denied)
  11680. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/private."
  11681. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/udisks2) failed: (Permission denied)
  11682. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/lib/udisks2."
  11683. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/log/audit) failed: (Permission denied)
  11684. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/log/audit."
  11685. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/log/private) failed: (Permission denied)
  11686. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/log/private."
  11687. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/named) failed: (Permission denied)
  11688. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/named."
  11689. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/tmp/systemd-private-5f7033051e1e4e8bbf2d51b927b39305-systemd-logind.service-mSlUTk) failed: (Permission denied)
  11690. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/tmp/systemd-private-5f7033051e1e4e8bbf2d51b927b39305-systemd-logind.service-mSlUTk."
  11691. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/tmp/systemd-private-5f7033051e1e4e8bbf2d51b927b39305-systemd-timesyncd.service-k229kL) failed: (Permission denied)
  11692. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/tmp/systemd-private-5f7033051e1e4e8bbf2d51b927b39305-systemd-timesyncd.service-k229kL."
  11693. apr 27 13:56:35 _hostname_ kdeinit5[8101]: inotify_add_watch(/timeshift/snapshots/2021-04-22_21-00-01/localhost/var/tmp/systemd-private-5f7033051e1e4e8bbf2d51b927b39305-upower.service-Xna8zH) failed: (Permission denied)
  11694. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /timeshift/snapshots/2021-04-22_21-00-01/localhost/var/tmp/systemd-private-5f7033051e1e4e8bbf2d51b927b39305-upower.service-Xna8zH."
  11695. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder snapshots/2021-03-25_20-10-40 does not exist."
  11696. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder snapshots/2021-04-15_21-00-02 does not exist."
  11697. apr 27 13:56:35 _hostname_ kdeinit5[8101]: kf.kio.core: "The file or folder snapshots/2021-04-22_21-00-01 does not exist."
  11698. apr 27 13:56:35 _hostname_ dolphin[1717]: Cannot initialize model with data QJsonObject() . missing: QJsonValue(string, "urls")
  11699. apr 27 13:56:35 _hostname_ dolphin[1717]: kf.coreaddons: Expected JSON property "X-KDE-Show-In-Submenu" to be a single string. but it is a bool
  11700. apr 27 13:56:36 _hostname_ kdeinit5[8101]: inotify_add_watch(/tmp/systemd-private-8c8ffc9da17a4b3fa2832c4988815953-systemd-logind.service-leJ7l4) failed: (Permission denied)
  11701. apr 27 13:56:36 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /tmp/systemd-private-8c8ffc9da17a4b3fa2832c4988815953-systemd-logind.service-leJ7l4."
  11702. apr 27 13:56:36 _hostname_ kdeinit5[8101]: inotify_add_watch(/tmp/systemd-private-8c8ffc9da17a4b3fa2832c4988815953-systemd-timesyncd.service-CvaTO5) failed: (Permission denied)
  11703. apr 27 13:56:36 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /tmp/systemd-private-8c8ffc9da17a4b3fa2832c4988815953-systemd-timesyncd.service-CvaTO5."
  11704. apr 27 13:56:36 _hostname_ kdeinit5[8101]: inotify_add_watch(/tmp/systemd-private-8c8ffc9da17a4b3fa2832c4988815953-upower.service-vMKLiT) failed: (Permission denied)
  11705. apr 27 13:56:36 _hostname_ kdeinit5[8101]: kf.kio.core: "Could not enter folder /tmp/systemd-private-8c8ffc9da17a4b3fa2832c4988815953-upower.service-vMKLiT."
  11706. apr 27 13:56:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  11707. apr 27 13:56:36 _hostname_ dolphin[1717]: kf.kio.widgets: Plugin "baloofilepropertiesplugin" is using the deprecated loading style. Please port it to JSON loading.
  11708. apr 27 13:56:36 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11709. apr 27 13:56:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  11710. apr 27 13:56:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  11711. apr 27 13:56:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  11712. apr 27 13:56:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  11713. apr 27 13:56:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  11714. apr 27 13:56:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  11715. apr 27 13:57:00 _hostname_ systemd[868]: Started Kate - Advanced Text Editor.
  11716. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_aspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_aspell.so: (libaspell.so.15: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11717. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so: (libhspell.so.0: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11718. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so: (libvoikko.so.1: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11719. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_aspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_aspell.so: (libaspell.so.15: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11720. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so: (libhspell.so.0: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11721. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so: (libvoikko.so.1: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11722. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11723. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11724. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11725. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11726. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11727. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11728. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11729. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11730. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11731. apr 27 13:57:00 _hostname_ kate[8657]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11732. apr 27 13:57:00 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11733. apr 27 13:57:00 _hostname_ kdeinit5[8675]: Qt: Session management error: networkIdsList argument is NULL
  11734. apr 27 13:57:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  11735. apr 27 13:57:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  11736. apr 27 13:57:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  11737. apr 27 13:57:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  11738. apr 27 13:57:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  11739. apr 27 13:57:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  11740. apr 27 13:57:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  11741. apr 27 13:57:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  11742. apr 27 13:57:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  11743. apr 27 13:57:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  11744. apr 27 13:57:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  11745. apr 27 13:57:58 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  11746. apr 27 13:57:58 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  11747. apr 27 13:58:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  11748. apr 27 13:58:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  11749. apr 27 13:58:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  11750. apr 27 13:58:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  11751. apr 27 13:58:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  11752. apr 27 13:58:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  11753. apr 27 13:58:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  11754. apr 27 13:58:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  11755. apr 27 13:58:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  11756. apr 27 13:58:40 _hostname_ plasmashell[998]: Qt Quick Layouts: Polish loop detected. Aborting after two iterations.
  11757. apr 27 13:58:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  11758. apr 27 13:58:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  11759. apr 27 13:58:50 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 38634, resource id: 109051915, major code: 18 (ChangeProperty), minor code: 0
  11760. apr 27 13:58:50 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 38640, resource id: 106954871, major code: 18 (ChangeProperty), minor code: 0
  11761. apr 27 13:58:50 _hostname_ systemd[868]: app-org.kde.kate-5540f70cf47d45e1b13752ade00bf3c1.scope: Deactivated successfully.
  11762. apr 27 13:58:50 _hostname_ systemd[868]: app-org.kde.kate-5540f70cf47d45e1b13752ade00bf3c1.scope: Consumed 2.000s CPU time.
  11763. apr 27 13:58:50 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 38677, resource id: 41943132, major code: 18 (ChangeProperty), minor code: 0
  11764. apr 27 13:58:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  11765. apr 27 13:58:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  11766. apr 27 13:59:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  11767. apr 27 13:59:05 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 42235, resource id: 100663303, major code: 15 (QueryTree), minor code: 0
  11768. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: Listener adapter polkit_qt_listener_initiate_authentication
  11769. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: GSimpleAsyncResult: 0x55c56e961550
  11770. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: polkit_qt_listener_initiate_authentication callback for 0x55c56e3cac00
  11771. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: Initiating authentication
  11772. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: Message of action: "Authentication is needed to run `/usr/bin/bash' as the super user"
  11773. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: Action description has been found
  11774. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: WinId of the dialog is 27262996 27262996
  11775. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: WinId of the shown dialog is 27262996 27262996
  11776. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: Trying again
  11777. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: REQUEST
  11778. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: Request: "Password: "
  11779. apr 27 13:59:05 _hostname_ polkit-kde-authentication-agent-1[994]: "Password: "
  11780. apr 27 13:59:06 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11781. apr 27 13:59:08 _hostname_ polkit-kde-authentication-agent-1[994]: Dialog accepted
  11782. apr 27 13:59:08 _hostname_ audit[9256]: USER_AUTH pid=9256 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11783. apr 27 13:59:08 _hostname_ kernel: audit: type=1100 audit(1619524748.303:134): pid=9256 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11784. apr 27 13:59:08 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.109' (uid=0 pid=9256 comm="/usr/lib/polkit-1/polkit-agent-helper-1 _user_ ")
  11785. apr 27 13:59:08 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  11786. apr 27 13:59:08 _hostname_ polkit-agent-helper-1[9256]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  11787. apr 27 13:59:08 _hostname_ audit[9256]: USER_ACCT pid=9256 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11788. apr 27 13:59:08 _hostname_ kernel: audit: type=1101 audit(1619524748.333:135): pid=9256 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11789. apr 27 13:59:08 _hostname_ polkit-kde-authentication-agent-1[994]: COMPLETED
  11790. apr 27 13:59:08 _hostname_ polkit-kde-authentication-agent-1[994]: Completed: true
  11791. apr 27 13:59:08 _hostname_ polkit-kde-authentication-agent-1[994]: Finishing obtaining privileges
  11792. apr 27 13:59:08 _hostname_ polkit-kde-authentication-agent-1[994]: Listener adapter polkit_qt_listener_initiate_authentication_finish
  11793. apr 27 13:59:08 _hostname_ polkit-kde-authentication-agent-1[994]: polkit_qt_listener_initiate_authentication_finish callback for 0x55c56e3cac00
  11794. apr 27 13:59:08 _hostname_ polkit-kde-authentication-agent-1[994]: Finish obtain authorization: true
  11795. apr 27 13:59:08 _hostname_ polkitd[821]: Operator of unix-session:2 successfully authenticated as unix-user:_user_ to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for unix-process:7747:146929 [/bin/bash /usr/bin/eos-log-tool] (owned by unix-user:_user_)
  11796. apr 27 13:59:08 _hostname_ pkexec[9251]: pam_unix(polkit-1:session): session opened for user root(uid=0) by _user_(uid=1000)
  11797. apr 27 13:59:08 _hostname_ kernel: audit: type=1105 audit(1619524748.366:136): pid=9251 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=_hostname_ addr=? terminal=pts/1 res=success'
  11798. apr 27 13:59:08 _hostname_ audit[9251]: USER_START pid=9251 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=_hostname_ addr=? terminal=pts/1 res=success'
  11799. apr 27 13:59:08 _hostname_ pkexec[9251]: _user_: Executing command [USER=root] [TTY=/dev/pts/1] [CWD=/home/_user_] [COMMAND=/usr/bin/bash -c : ; echo '#################### journalctl -b -0 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -0 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs]
  11800. apr 27 13:59:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  11801. apr 27 13:59:12 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11802. apr 27 13:59:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  11803. apr 27 13:59:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  11804. apr 27 13:59:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  11805. apr 27 13:59:20 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 47083, resource id: 100663299, major code: 15 (QueryTree), minor code: 0
  11806. apr 27 13:59:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  11807. apr 27 13:59:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  11808. apr 27 13:59:29 _hostname_ systemd[868]: Started Kate - Advanced Text Editor.
  11809. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_aspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_aspell.so: (libaspell.so.15: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11810. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so: (libhspell.so.0: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11811. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so: (libvoikko.so.1: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11812. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_aspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_aspell.so: (libaspell.so.15: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11813. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so: (libhspell.so.0: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11814. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so: (libvoikko.so.1: kan gedeeld objectbestand niet openen: Bestand of map bestaat niet)"
  11815. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11816. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11817. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11818. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11819. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11820. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11821. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11822. apr 27 13:59:29 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11823. apr 27 13:59:30 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11824. apr 27 13:59:30 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11825. apr 27 13:59:30 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11826. apr 27 13:59:30 _hostname_ kdeinit5[9442]: Qt: Session management error: networkIdsList argument is NULL
  11827. apr 27 13:59:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  11828. apr 27 13:59:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  11829. apr 27 13:59:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  11830. apr 27 13:59:38 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11831. apr 27 13:59:38 _hostname_ plasmashell[998]: kf.service.services: Parsing "exist Exec and ('/usr/bin/yad --window-icon=/usr/share/endeavouros/EndeavourOS-icon.png --list --checklist --text=Selecting any of the boxes below (except the last two) will add\\nthat particular log to a common log file <b>$HOME/eos-log-tool.logs</b>.\\nOnce you have selected the desired boxes, including <b>Send logs to internet</b>,\\nclick the OK button and you will receive a URL that tells the internet address of the logs.\\n\\nNote1: You'll see the <i>default</i> selections below.\\nNote2: Personal data will be removed from the local log file by selecting <b>Remove personal data from logs</b>.\\nNote3: Personal data is <i>automatically</i> removed from logs before sending to internet.\\nNote4: A list of URLs is stored into folder <b>$HOME/.config/eos-log-tool</b>.\\n --height=620 --image=dialog-question --title=EndeavourOS log tools --no-click --multiple --column=Select --column=Item!Command / File / Action --column=Description true journalctl -b -0 Journal from the most recent boot false journalctl -b -1 Journal from the second most recent boot false journalctl -b -2 Journal from the third most recent boot false systemd-analyze blame Time that running units took to initialize false lspci -vnn Information related to PCI devices false lsusb Information related to USB devices true inxi -Fxxc0z Inxi log, information about hardware and software false hwinfo --short Summary of hardware false EndeavourOS install log EndeavourOS install log false ~/.xsession-errors X session errors false /var/log/Xorg.0.log Xorg log false /var/log/lightdm/lightdm.log Display manager log false /var/log/lightdm/x-0.log Display manager log, X server related false /etc/fstab Static information about the filesystem false /boot/grub/grub.cfg Grub configuration file true /etc/pacman.conf Pacman package manager configuration file true <b>Remove personal data from logs</b> Rename personal names to generic names false <b>Send logs to internet</b> Send selected logs to the internet (personal info always removed)' =~ Exec)" gave: syntax error
  11832. apr 27 13:59:38 _hostname_ plasmashell[998]: kf.service.services: Parsing "exist Exec and ('yad --window-icon=/usr/share/endeavouros/EndeavourOS-icon.png --list --checklist --text=Selecting any of the boxes below (except the last two) will add\\nthat particular log to a common log file <b>$HOME/eos-log-tool.logs</b>.\\nOnce you have selected the desired boxes, including <b>Send logs to internet</b>,\\nclick the OK button and you will receive a URL that tells the internet address of the logs.\\n\\nNote1: You'll see the <i>default</i> selections below.\\nNote2: Personal data will be removed from the local log file by selecting <b>Remove personal data from logs</b>.\\nNote3: Personal data is <i>automatically</i> removed from logs before sending to internet.\\nNote4: A list of URLs is stored into folder <b>$HOME/.config/eos-log-tool</b>.\\n --height=620 --image=dialog-question --title=EndeavourOS log tools --no-click --multiple --column=Select --column=Item!Command / File / Action --column=Description true journalctl -b -0 Journal from the most recent boot false journalctl -b -1 Journal from the second most recent boot false journalctl -b -2 Journal from the third most recent boot false systemd-analyze blame Time that running units took to initialize false lspci -vnn Information related to PCI devices false lsusb Information related to USB devices true inxi -Fxxc0z Inxi log, information about hardware and software false hwinfo --short Summary of hardware false EndeavourOS install log EndeavourOS install log false ~/.xsession-errors X session errors false /var/log/Xorg.0.log Xorg log false /var/log/lightdm/lightdm.log Display manager log false /var/log/lightdm/x-0.log Display manager log, X server related false /etc/fstab Static information about the filesystem false /boot/grub/grub.cfg Grub configuration file true /etc/pacman.conf Pacman package manager configuration file true <b>Remove personal data from logs</b> Rename personal names to generic names false <b>Send logs to internet</b> Send selected logs to the internet (personal info always removed)' =~ Exec)" gave: syntax error
  11833. apr 27 13:59:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  11834. apr 27 13:59:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  11835. apr 27 13:59:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  11836. apr 27 13:59:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  11837. apr 27 13:59:59 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 60461, resource id: 109051911, major code: 15 (QueryTree), minor code: 0
  11838. apr 27 14:00:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  11839. apr 27 14:00:01 _hostname_ CROND[9681]: (root) CMD (timeshift --check --scripted)
  11840. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT ((process:9681): GLib-GIO-CRITICAL **: 14:00:01.497: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
  11841. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT ()
  11842. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT (** (process:9681): CRITICAL **: 14:00:01.497: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
  11843. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT ()
  11844. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT (** (process:9681): CRITICAL **: 14:00:01.497: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
  11845. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT (Mounted '/dev/nvme0n1p2' at '/run/timeshift/backup')
  11846. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT (Weekly snapshots are enabled)
  11847. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT (Last weekly snapshot is 4 days old)
  11848. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDOUT (------------------------------------------------------------------------------)
  11849. apr 27 14:00:01 _hostname_ crontab[9716]: (root) LIST (root)
  11850. apr 27 14:00:01 _hostname_ crontab[9717]: (root) LIST (root)
  11851. apr 27 14:00:01 _hostname_ CROND[9680]: (root) CMDEND (timeshift --check --scripted)
  11852. apr 27 14:00:01 _hostname_ polkitd[821]: Registered Authentication Agent for unix-process:9730:180316 (system bus name :1.115 [/sbin/flatpak list], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
  11853. apr 27 14:00:01 _hostname_ polkitd[821]: Unregistered Authentication Agent for unix-process:9730:180316 (system bus name :1.115, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
  11854. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: Listener adapter polkit_qt_listener_initiate_authentication
  11855. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: GSimpleAsyncResult: 0x55c56e54dea0
  11856. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: polkit_qt_listener_initiate_authentication callback for 0x55c56e3cac00
  11857. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: Initiating authentication
  11858. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: Message of action: "Authentication is needed to run `/usr/bin/bash' as the super user"
  11859. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: Action description has been found
  11860. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: WinId of the dialog is 27263001 27263001
  11861. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: WinId of the shown dialog is 27263001 27263001
  11862. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: Trying again
  11863. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: REQUEST
  11864. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: Request: "Password: "
  11865. apr 27 14:00:01 _hostname_ polkit-kde-authentication-agent-1[994]: "Password: "
  11866. apr 27 14:00:01 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11867. apr 27 14:00:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  11868. apr 27 14:00:04 _hostname_ polkit-kde-authentication-agent-1[994]: Dialog accepted
  11869. apr 27 14:00:04 _hostname_ audit[9753]: USER_AUTH pid=9753 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11870. apr 27 14:00:04 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.117' (uid=0 pid=9753 comm="/usr/lib/polkit-1/polkit-agent-helper-1 _user_ ")
  11871. apr 27 14:00:04 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  11872. apr 27 14:00:04 _hostname_ polkit-agent-helper-1[9753]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  11873. apr 27 14:00:04 _hostname_ audit[9753]: USER_ACCT pid=9753 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11874. apr 27 14:00:04 _hostname_ kernel: audit: type=1100 audit(1619524804.411:137): pid=9753 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11875. apr 27 14:00:04 _hostname_ kernel: audit: type=1101 audit(1619524804.411:138): pid=9753 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11876. apr 27 14:00:04 _hostname_ polkit-kde-authentication-agent-1[994]: COMPLETED
  11877. apr 27 14:00:04 _hostname_ polkit-kde-authentication-agent-1[994]: Completed: true
  11878. apr 27 14:00:04 _hostname_ polkit-kde-authentication-agent-1[994]: Finishing obtaining privileges
  11879. apr 27 14:00:04 _hostname_ polkit-kde-authentication-agent-1[994]: Listener adapter polkit_qt_listener_initiate_authentication_finish
  11880. apr 27 14:00:04 _hostname_ polkit-kde-authentication-agent-1[994]: polkit_qt_listener_initiate_authentication_finish callback for 0x55c56e3cac00
  11881. apr 27 14:00:04 _hostname_ polkit-kde-authentication-agent-1[994]: Finish obtain authorization: true
  11882. apr 27 14:00:04 _hostname_ polkitd[821]: Operator of unix-session:2 successfully authenticated as unix-user:_user_ to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for unix-process:9498:177949 [/bin/bash /usr/bin/eos-log-tool --help] (owned by unix-user:_user_)
  11883. apr 27 14:00:04 _hostname_ pkexec[9750]: pam_unix(polkit-1:session): session opened for user root(uid=0) by _user_(uid=1000)
  11884. apr 27 14:00:04 _hostname_ audit[9750]: USER_START pid=9750 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=_hostname_ addr=? terminal=pts/1 res=success'
  11885. apr 27 14:00:04 _hostname_ kernel: audit: type=1105 audit(1619524804.457:139): pid=9750 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=_hostname_ addr=? terminal=pts/1 res=success'
  11886. apr 27 14:00:04 _hostname_ pkexec[9750]: _user_: Executing command [USER=root] [TTY=/dev/pts/1] [CWD=/home/_user_] [COMMAND=/usr/bin/bash -c : ; echo '#################### journalctl -b -0 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -0 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs ; echo '#################### journalctl -b -1 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -1 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs ; echo '#################### journalctl -b -2 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -2 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs ; echo '#################### cat /boot/grub/grub.cfg ########################' >> /home/_user_/eos-log-tool.logs ; cat /boot/grub/grub.cfg >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs]
  11887. apr 27 14:00:05 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11888. apr 27 14:00:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  11889. apr 27 14:00:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  11890. apr 27 14:00:14 _hostname_ systemd[868]: Started Spectacle - Screenshot Capture Utility.
  11891. apr 27 14:00:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  11892. apr 27 14:00:15 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11893. apr 27 14:00:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  11894. apr 27 14:00:20 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11895. apr 27 14:00:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  11896. apr 27 14:00:22 _hostname_ spectacle[9839]: kf.kio.widgets.kdirmodel: No node found for item that was just removed: QUrl("file:///home/_user_/Pictures/20210329_180605.jpg")
  11897. apr 27 14:00:22 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11898. apr 27 14:00:22 _hostname_ kdeinit5[9901]: Qt: Session management error: networkIdsList argument is NULL
  11899. apr 27 14:00:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  11900. apr 27 14:00:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  11901. apr 27 14:00:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10281, resource id: 109051910, major code: 15 (QueryTree), minor code: 0
  11902. apr 27 14:00:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10449, resource id: 115343371, major code: 18 (ChangeProperty), minor code: 0
  11903. apr 27 14:00:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10455, resource id: 109052080, major code: 18 (ChangeProperty), minor code: 0
  11904. apr 27 14:00:32 _hostname_ systemd[868]: app-org.kde.spectacle-39c74133ca054f24bd6a543f472cbefc.scope: Deactivated successfully.
  11905. apr 27 14:00:32 _hostname_ systemd[868]: app-org.kde.spectacle-39c74133ca054f24bd6a543f472cbefc.scope: Consumed 3.013s CPU time.
  11906. apr 27 14:00:32 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10478, resource id: 31457577, major code: 18 (ChangeProperty), minor code: 0
  11907. apr 27 14:00:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  11908. apr 27 14:00:36 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10929, resource id: 113246211, major code: 15 (QueryTree), minor code: 0
  11909. apr 27 14:00:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  11910. apr 27 14:00:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  11911. apr 27 14:00:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  11912. apr 27 14:00:48 _hostname_ systemd[868]: Started Kate - Advanced Text Editor.
  11913. apr 27 14:00:48 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17224, resource id: 41943136, major code: 18 (ChangeProperty), minor code: 0
  11914. apr 27 14:00:48 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11915. apr 27 14:00:48 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11916. apr 27 14:00:48 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11917. apr 27 14:00:48 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11918. apr 27 14:00:48 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11919. apr 27 14:00:48 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11920. apr 27 14:00:48 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US" trying to load en_US as default
  11921. apr 27 14:00:48 _hostname_ kate[9431]: kf.sonnet.core: No language dictionaries for the language: "en_US"
  11922. apr 27 14:00:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  11923. apr 27 14:00:54 _hostname_ wpa_supplicant[549]: wlan0: WPA: Group rekeying completed with 08:26:97:d7:38:82 [GTK=CCMP]
  11924. apr 27 14:00:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  11925. apr 27 14:01:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  11926. apr 27 14:01:01 _hostname_ CROND[10113]: (root) CMD (run-parts /etc/cron.hourly)
  11927. apr 27 14:01:01 _hostname_ CROND[10112]: (root) CMDEND (run-parts /etc/cron.hourly)
  11928. apr 27 14:01:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  11929. apr 27 14:01:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  11930. apr 27 14:01:09 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  11931. apr 27 14:01:09 _hostname_ rtkit-daemon[1045]: Supervising 3 threads of 2 processes of 1 users.
  11932. apr 27 14:01:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  11933. apr 27 14:01:12 _hostname_ plasmashell[998]: qml: temp unit: 0
  11934. apr 27 14:01:15 _hostname_ plasmashell[998]: qml: temp unit: 0
  11935. apr 27 14:01:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  11936. apr 27 14:01:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  11937. apr 27 14:01:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  11938. apr 27 14:01:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  11939. apr 27 14:01:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  11940. apr 27 14:01:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  11941. apr 27 14:01:51 _hostname_ plasmashell[998]: qml: temp unit: 0
  11942. apr 27 14:01:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  11943. apr 27 14:02:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  11944. apr 27 14:02:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  11945. apr 27 14:02:06 _hostname_ plasmashell[998]: qml: temp unit: 0
  11946. apr 27 14:02:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  11947. apr 27 14:02:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  11948. apr 27 14:02:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  11949. apr 27 14:02:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  11950. apr 27 14:02:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  11951. apr 27 14:02:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  11952. apr 27 14:02:30 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 58261, resource id: 106954763, major code: 18 (ChangeProperty), minor code: 0
  11953. apr 27 14:02:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  11954. apr 27 14:02:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  11955. apr 27 14:02:39 _hostname_ plasmashell[998]: qml: temp unit: 0
  11956. apr 27 14:02:42 _hostname_ plasmashell[998]: qml: temp unit: 0
  11957. apr 27 14:02:45 _hostname_ plasmashell[998]: qml: temp unit: 0
  11958. apr 27 14:02:48 _hostname_ plasmashell[998]: qml: temp unit: 0
  11959. apr 27 14:02:53 _hostname_ systemd[868]: app-org.kde.kate-b14f1a8b68414eb0b10f7a26a388357c.scope: Deactivated successfully.
  11960. apr 27 14:02:53 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1829, resource id: 109051909, major code: 18 (ChangeProperty), minor code: 0
  11961. apr 27 14:02:53 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1833, resource id: 41943137, major code: 18 (ChangeProperty), minor code: 0
  11962. apr 27 14:02:53 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1861, resource id: 100663939, major code: 18 (ChangeProperty), minor code: 0
  11963. apr 27 14:02:54 _hostname_ systemd[868]: app-org.kde.kate-efba6224879140f69b44855fcf630bf0.scope: Deactivated successfully.
  11964. apr 27 14:02:54 _hostname_ systemd[868]: app-org.kde.kate-efba6224879140f69b44855fcf630bf0.scope: Consumed 4.652s CPU time.
  11965. apr 27 14:02:54 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1883, resource id: 41943138, major code: 18 (ChangeProperty), minor code: 0
  11966. apr 27 14:02:54 _hostname_ plasmashell[998]: qml: temp unit: 0
  11967. apr 27 14:02:57 _hostname_ plasmashell[998]: qml: temp unit: 0
  11968. apr 27 14:02:59 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11969. apr 27 14:02:59 _hostname_ plasmashell[998]: kf.service.services: Parsing "exist Exec and ('/usr/bin/yad --window-icon=/usr/share/endeavouros/EndeavourOS-icon.png --list --checklist --text=Selecting any of the boxes below (except the last two) will add\\nthat particular log to a common log file <b>$HOME/eos-log-tool.logs</b>.\\nOnce you have selected the desired boxes, including <b>Send logs to internet</b>,\\nclick the OK button and you will receive a URL that tells the internet address of the logs.\\n\\nNote1: You'll see the <i>default</i> selections below.\\nNote2: Personal data will be removed from the local log file by selecting <b>Remove personal data from logs</b>.\\nNote3: Personal data is <i>automatically</i> removed from logs before sending to internet.\\nNote4: A list of URLs is stored into folder <b>$HOME/.config/eos-log-tool</b>.\\n --height=620 --image=dialog-question --title=EndeavourOS log tools --no-click --multiple --column=Select --column=Item!Command / File / Action --column=Description true journalctl -b -0 Journal from the most recent boot false journalctl -b -1 Journal from the second most recent boot false journalctl -b -2 Journal from the third most recent boot false systemd-analyze blame Time that running units took to initialize false lspci -vnn Information related to PCI devices false lsusb Information related to USB devices true inxi -Fxxc0z Inxi log, information about hardware and software false hwinfo --short Summary of hardware false EndeavourOS install log EndeavourOS install log false ~/.xsession-errors X session errors false /var/log/Xorg.0.log Xorg log false /var/log/lightdm/lightdm.log Display manager log false /var/log/lightdm/x-0.log Display manager log, X server related false /etc/fstab Static information about the filesystem false /boot/grub/grub.cfg Grub configuration file true /etc/pacman.conf Pacman package manager configuration file true <b>Remove personal data from logs</b> Rename personal names to generic names false <b>Send logs to internet</b> Send selected logs to the internet (personal info always removed)' =~ Exec)" gave: syntax error
  11970. apr 27 14:02:59 _hostname_ plasmashell[998]: kf.service.services: Parsing "exist Exec and ('yad --window-icon=/usr/share/endeavouros/EndeavourOS-icon.png --list --checklist --text=Selecting any of the boxes below (except the last two) will add\\nthat particular log to a common log file <b>$HOME/eos-log-tool.logs</b>.\\nOnce you have selected the desired boxes, including <b>Send logs to internet</b>,\\nclick the OK button and you will receive a URL that tells the internet address of the logs.\\n\\nNote1: You'll see the <i>default</i> selections below.\\nNote2: Personal data will be removed from the local log file by selecting <b>Remove personal data from logs</b>.\\nNote3: Personal data is <i>automatically</i> removed from logs before sending to internet.\\nNote4: A list of URLs is stored into folder <b>$HOME/.config/eos-log-tool</b>.\\n --height=620 --image=dialog-question --title=EndeavourOS log tools --no-click --multiple --column=Select --column=Item!Command / File / Action --column=Description true journalctl -b -0 Journal from the most recent boot false journalctl -b -1 Journal from the second most recent boot false journalctl -b -2 Journal from the third most recent boot false systemd-analyze blame Time that running units took to initialize false lspci -vnn Information related to PCI devices false lsusb Information related to USB devices true inxi -Fxxc0z Inxi log, information about hardware and software false hwinfo --short Summary of hardware false EndeavourOS install log EndeavourOS install log false ~/.xsession-errors X session errors false /var/log/Xorg.0.log Xorg log false /var/log/lightdm/lightdm.log Display manager log false /var/log/lightdm/x-0.log Display manager log, X server related false /etc/fstab Static information about the filesystem false /boot/grub/grub.cfg Grub configuration file true /etc/pacman.conf Pacman package manager configuration file true <b>Remove personal data from logs</b> Rename personal names to generic names false <b>Send logs to internet</b> Send selected logs to the internet (personal info always removed)' =~ Exec)" gave: syntax error
  11971. apr 27 14:03:00 _hostname_ plasmashell[998]: qml: temp unit: 0
  11972. apr 27 14:03:03 _hostname_ plasmashell[998]: qml: temp unit: 0
  11973. apr 27 14:03:09 _hostname_ plasmashell[998]: qml: temp unit: 0
  11974. apr 27 14:03:18 _hostname_ plasmashell[998]: qml: temp unit: 0
  11975. apr 27 14:03:21 _hostname_ plasmashell[998]: qml: temp unit: 0
  11976. apr 27 14:03:24 _hostname_ plasmashell[998]: qml: temp unit: 0
  11977. apr 27 14:03:27 _hostname_ plasmashell[998]: qml: temp unit: 0
  11978. apr 27 14:03:30 _hostname_ kwin_x11[933]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10362, resource id: 100663303, major code: 15 (QueryTree), minor code: 0
  11979. apr 27 14:03:30 _hostname_ plasmashell[998]: qml: temp unit: 0
  11980. apr 27 14:03:32 _hostname_ polkitd[821]: Registered Authentication Agent for unix-process:11031:201355 (system bus name :1.125 [/sbin/flatpak list], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
  11981. apr 27 14:03:32 _hostname_ polkitd[821]: Unregistered Authentication Agent for unix-process:11031:201355 (system bus name :1.125, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
  11982. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: Listener adapter polkit_qt_listener_initiate_authentication
  11983. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: GSimpleAsyncResult: 0x55c56e405650
  11984. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: polkit_qt_listener_initiate_authentication callback for 0x55c56e3cac00
  11985. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: Initiating authentication
  11986. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: Message of action: "Authentication is needed to run `/usr/bin/bash' as the super user"
  11987. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: Action description has been found
  11988. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: WinId of the dialog is 27263006 27263006
  11989. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: WinId of the shown dialog is 27263006 27263006
  11990. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: Trying again
  11991. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: REQUEST
  11992. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: Request: "Password: "
  11993. apr 27 14:03:32 _hostname_ polkit-kde-authentication-agent-1[994]: "Password: "
  11994. apr 27 14:03:32 _hostname_ kwin_x11[933]: QPainter::begin: Paint device returned engine == 0, type: 3
  11995. apr 27 14:03:33 _hostname_ plasmashell[998]: qml: temp unit: 0
  11996. apr 27 14:03:36 _hostname_ plasmashell[998]: qml: temp unit: 0
  11997. apr 27 14:03:36 _hostname_ polkit-kde-authentication-agent-1[994]: Dialog accepted
  11998. apr 27 14:03:36 _hostname_ audit[11052]: USER_AUTH pid=11052 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  11999. apr 27 14:03:36 _hostname_ kernel: audit: type=1100 audit(1619525016.757:140): pid=11052 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  12000. apr 27 14:03:36 _hostname_ kernel: audit: type=1101 audit(1619525016.757:141): pid=11052 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  12001. apr 27 14:03:36 _hostname_ audit[11052]: USER_ACCT pid=11052 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
  12002. apr 27 14:03:36 _hostname_ dbus-daemon[367]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.127' (uid=0 pid=11052 comm="/usr/lib/polkit-1/polkit-agent-helper-1 _user_ ")
  12003. apr 27 14:03:36 _hostname_ dbus-daemon[367]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
  12004. apr 27 14:03:36 _hostname_ polkit-agent-helper-1[11052]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
  12005. apr 27 14:03:36 _hostname_ polkit-kde-authentication-agent-1[994]: COMPLETED
  12006. apr 27 14:03:36 _hostname_ polkit-kde-authentication-agent-1[994]: Completed: true
  12007. apr 27 14:03:36 _hostname_ polkit-kde-authentication-agent-1[994]: Finishing obtaining privileges
  12008. apr 27 14:03:36 _hostname_ polkit-kde-authentication-agent-1[994]: Listener adapter polkit_qt_listener_initiate_authentication_finish
  12009. apr 27 14:03:36 _hostname_ polkit-kde-authentication-agent-1[994]: polkit_qt_listener_initiate_authentication_finish callback for 0x55c56e3cac00
  12010. apr 27 14:03:36 _hostname_ polkitd[821]: Operator of unix-session:2 successfully authenticated as unix-user:_user_ to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for unix-process:10769:198056 [/bin/bash /usr/bin/eos-log-tool] (owned by unix-user:_user_)
  12011. apr 27 14:03:36 _hostname_ polkit-kde-authentication-agent-1[994]: Finish obtain authorization: true
  12012. apr 27 14:03:36 _hostname_ pkexec[11049]: pam_unix(polkit-1:session): session opened for user root(uid=0) by _user_(uid=1000)
  12013. apr 27 14:03:36 _hostname_ audit[11049]: USER_START pid=11049 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=_hostname_ addr=? terminal=pts/1 res=success'
  12014. apr 27 14:03:36 _hostname_ kernel: audit: type=1105 audit(1619525016.804:142): pid=11049 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=_hostname_ addr=? terminal=pts/1 res=success'
  12015. apr 27 14:03:36 _hostname_ pkexec[11049]: _user_: Executing command [USER=root] [TTY=/dev/pts/1] [CWD=/home/_user_] [COMMAND=/usr/bin/bash -c : ; echo '#################### journalctl -b -0 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -0 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs ; echo '#################### journalctl -b -1 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -1 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs ; echo '#################### journalctl -b -2 ########################' >> /home/_user_/eos-log-tool.logs ; journalctl -b -2 >> /home/_user_/eos-log-tool.logs ; echo '' >> /home/_user_/eos-log-tool.logs]
  12016. #################### journalctl -b -1 ########################
  12017. -- Journal begins at Wed 2021-04-14 23:05:29 CEST, ends at Tue 2021-04-27 14:03:36 CEST. --
  12018. apr 27 13:29:16 _hostname_ kernel: Linux version 5.11.16-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000
  12019. apr 27 13:29:16 _hostname_ kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6b5792c1-603c-43ca-a25d-b1380fb6c319 rw "acpi_osi=Windows 2016" resume=UUID=d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09 loglevel=3 nowatchdog
  12020. apr 27 13:29:16 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  12021. apr 27 13:29:16 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  12022. apr 27 13:29:16 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  12023. apr 27 13:29:16 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
  12024. apr 27 13:29:16 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
  12025. apr 27 13:29:16 _hostname_ kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
  12026. apr 27 13:29:16 _hostname_ kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
  12027. apr 27 13:29:16 _hostname_ kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
  12028. apr 27 13:29:16 _hostname_ kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
  12029. apr 27 13:29:16 _hostname_ kernel: BIOS-provided physical RAM map:
  12030. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
  12031. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
  12032. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
  12033. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
  12034. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000055aecfff] usable
  12035. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aed000-0x0000000055aedfff] ACPI NVS
  12036. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aee000-0x0000000055aeefff] reserved
  12037. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aef000-0x000000007dd0dfff] usable
  12038. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x000000007dd0e000-0x000000007e10dfff] type 20
  12039. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x000000007e10e000-0x000000007f10dfff] reserved
  12040. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x000000007f10e000-0x000000007f7fdfff] ACPI NVS
  12041. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x000000007f7fe000-0x000000007fffdfff] ACPI data
  12042. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x000000007fffe000-0x000000007fffefff] usable
  12043. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x000000007ffff000-0x000000008cffffff] reserved
  12044. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  12045. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
  12046. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  12047. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
  12048. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
  12049. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
  12050. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  12051. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
  12052. apr 27 13:29:16 _hostname_ kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000271ffffff] usable
  12053. apr 27 13:29:16 _hostname_ kernel: NX (Execute Disable) protection: active
  12054. apr 27 13:29:16 _hostname_ kernel: efi: EFI v2.50 by INSYDE Corp.
  12055. apr 27 13:29:16 _hostname_ kernel: efi: TPMFinalLog=0x7f105000 ACPI 2.0=0x7fffd014 SMBIOS=0x7e608000 SMBIOS 3.0=0x7e606000 ESRT=0x7e6041d8
  12056. apr 27 13:29:16 _hostname_ kernel: SMBIOS 3.0.0 present.
  12057. apr 27 13:29:16 _hostname_ kernel: DMI: HP HP ENVY Laptop 13-ah0xxx/8482, BIOS F.27 11/11/2020
  12058. apr 27 13:29:16 _hostname_ kernel: tsc: Detected 2000.000 MHz processor
  12059. apr 27 13:29:16 _hostname_ kernel: tsc: Detected 1999.968 MHz TSC
  12060. apr 27 13:29:16 _hostname_ kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  12061. apr 27 13:29:16 _hostname_ kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
  12062. apr 27 13:29:16 _hostname_ kernel: last_pfn = 0x272000 max_arch_pfn = 0x400000000
  12063. apr 27 13:29:16 _hostname_ kernel: MTRR default type: write-back
  12064. apr 27 13:29:16 _hostname_ kernel: MTRR fixed ranges enabled:
  12065. apr 27 13:29:16 _hostname_ kernel: 00000-9FFFF write-back
  12066. apr 27 13:29:16 _hostname_ kernel: A0000-BFFFF uncachable
  12067. apr 27 13:29:16 _hostname_ kernel: C0000-FFFFF write-protect
  12068. apr 27 13:29:16 _hostname_ kernel: MTRR variable ranges enabled:
  12069. apr 27 13:29:16 _hostname_ kernel: 0 base 00C0000000 mask 7FC0000000 uncachable
  12070. apr 27 13:29:16 _hostname_ kernel: 1 base 00A0000000 mask 7FE0000000 uncachable
  12071. apr 27 13:29:16 _hostname_ kernel: 2 base 0090000000 mask 7FF0000000 uncachable
  12072. apr 27 13:29:16 _hostname_ kernel: 3 base 008C000000 mask 7FFC000000 uncachable
  12073. apr 27 13:29:16 _hostname_ kernel: 4 base 008A000000 mask 7FFE000000 uncachable
  12074. apr 27 13:29:16 _hostname_ kernel: 5 base 0089000000 mask 7FFF000000 uncachable
  12075. apr 27 13:29:16 _hostname_ kernel: 6 base 0088800000 mask 7FFF800000 uncachable
  12076. apr 27 13:29:16 _hostname_ kernel: 7 disabled
  12077. apr 27 13:29:16 _hostname_ kernel: 8 disabled
  12078. apr 27 13:29:16 _hostname_ kernel: 9 disabled
  12079. apr 27 13:29:16 _hostname_ kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
  12080. apr 27 13:29:16 _hostname_ kernel: last_pfn = 0x7ffff max_arch_pfn = 0x400000000
  12081. apr 27 13:29:16 _hostname_ kernel: esrt: Reserving ESRT space from 0x000000007e6041d8 to 0x000000007e604210.
  12082. apr 27 13:29:16 _hostname_ kernel: check: Scanning 1 areas for low memory corruption
  12083. apr 27 13:29:16 _hostname_ kernel: Using GB pages for direct mapping
  12084. apr 27 13:29:16 _hostname_ kernel: Secure boot could not be determined
  12085. apr 27 13:29:16 _hostname_ kernel: RAMDISK: [mem 0x36d9d000-0x376c5fff]
  12086. apr 27 13:29:16 _hostname_ kernel: ACPI: Early table checksum verification disabled
  12087. apr 27 13:29:16 _hostname_ kernel: ACPI: RSDP 0x000000007FFFD014 000024 (v02 HPQOEM)
  12088. apr 27 13:29:16 _hostname_ kernel: ACPI: XSDT 0x000000007FFD2188 00014C (v01 HPQOEM SLIC-MPC 00000000 HP 01000013)
  12089. apr 27 13:29:16 _hostname_ kernel: ACPI: FACP 0x000000007FFD5000 00010C (v05 HPQOEM SLIC-MPC 00000000 HP 00040000)
  12090. apr 27 13:29:16 _hostname_ kernel: ACPI: DSDT 0x000000007FFA1000 02F547 (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000)
  12091. apr 27 13:29:16 _hostname_ kernel: ACPI: FACS 0x000000007F7D4000 000040
  12092. apr 27 13:29:16 _hostname_ kernel: ACPI: UEFI 0x000000007FFFC000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  12093. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFFB000 000374 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  12094. apr 27 13:29:16 _hostname_ kernel: ACPI: UEFI 0x000000007FFFA000 000042 (v01 HPQOEM INSYDE 00000002 HP 00040000)
  12095. apr 27 13:29:16 _hostname_ kernel: ACPI: IHIS 0x000000007FFF9000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  12096. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFF4000 00496B (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  12097. apr 27 13:29:16 _hostname_ kernel: ACPI: MSDM 0x000000007FFF3000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
  12098. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFF2000 0004C3 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  12099. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFF1000 000046 (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  12100. apr 27 13:29:16 _hostname_ kernel: ACPI: TPM2 0x000000007FFF0000 000034 (v03 HPQOEM INSYDE 00000000 HP 00040000)
  12101. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFED000 002FA1 (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  12102. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFE6000 0062BA (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  12103. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFDB000 00A8D0 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  12104. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFDA000 000889 (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  12105. apr 27 13:29:16 _hostname_ kernel: ACPI: ASF! 0x000000007FFD9000 0000A5 (v32 HPQOEM INSYDE 00000001 HP 00040000)
  12106. apr 27 13:29:16 _hostname_ kernel: ACPI: ASPT 0x000000007FFD8000 000034 (v07 HPQOEM INSYDE 00000001 HP 00040000)
  12107. apr 27 13:29:16 _hostname_ kernel: ACPI: BOOT 0x000000007FFD7000 000028 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  12108. apr 27 13:29:16 _hostname_ kernel: ACPI: DBGP 0x000000007FFD6000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP 00040000)
  12109. apr 27 13:29:16 _hostname_ kernel: ACPI: HPET 0x000000007FFD4000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  12110. apr 27 13:29:16 _hostname_ kernel: ACPI: APIC 0x000000007FFD3000 00012C (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
  12111. apr 27 13:29:16 _hostname_ kernel: ACPI: MCFG 0x000000007FFD1000 00003C (v01 HPQOEM INSYDE 00000001 HP 00040000)
  12112. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FFA0000 000517 (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  12113. apr 27 13:29:16 _hostname_ kernel: ACPI: LPIT 0x000000007FF9F000 000094 (v01 HPQOEM INSYDE 00000000 HP 00040000)
  12114. apr 27 13:29:16 _hostname_ kernel: ACPI: WSMT 0x000000007FF9E000 000028 (v01 HPQOEM INSYDE 00000000 HP 00040000)
  12115. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FF9D000 00029F (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  12116. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FF9C000 000346 (v01 HPQOEM INSYDE 00000000 ACPI 00040000)
  12117. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FF98000 003002 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  12118. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FF97000 00051E (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  12119. apr 27 13:29:16 _hostname_ kernel: ACPI: DBGP 0x000000007FF96000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
  12120. apr 27 13:29:16 _hostname_ kernel: ACPI: DBG2 0x000000007FF95000 000054 (v00 HPQOEM INSYDE 00000002 HP 00040000)
  12121. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FF94000 000F61 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  12122. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FF92000 0017AE (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  12123. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0x000000007FF8E000 003991 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  12124. apr 27 13:29:16 _hostname_ kernel: ACPI: DMAR 0x000000007FF8D000 000138 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  12125. apr 27 13:29:16 _hostname_ kernel: ACPI: NHLT 0x000000007FF8C000 00002D (v00 HPQOEM INSYDE 00000002 HP 00040000)
  12126. apr 27 13:29:16 _hostname_ kernel: ACPI: FPDT 0x000000007FF8B000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
  12127. apr 27 13:29:16 _hostname_ kernel: ACPI: BGRT 0x000000007FF8A000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  12128. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving FACP table memory at [mem 0x7ffd5000-0x7ffd510b]
  12129. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving DSDT table memory at [mem 0x7ffa1000-0x7ffd0546]
  12130. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving FACS table memory at [mem 0x7f7d4000-0x7f7d403f]
  12131. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving UEFI table memory at [mem 0x7fffc000-0x7fffc235]
  12132. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fffb000-0x7fffb373]
  12133. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving UEFI table memory at [mem 0x7fffa000-0x7fffa041]
  12134. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving IHIS table memory at [mem 0x7fff9000-0x7fff9037]
  12135. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff4000-0x7fff896a]
  12136. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving MSDM table memory at [mem 0x7fff3000-0x7fff3054]
  12137. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff2000-0x7fff24c2]
  12138. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff1000-0x7fff1045]
  12139. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving TPM2 table memory at [mem 0x7fff0000-0x7fff0033]
  12140. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffed000-0x7ffeffa0]
  12141. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffe6000-0x7ffec2b9]
  12142. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffdb000-0x7ffe58cf]
  12143. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffda000-0x7ffda888]
  12144. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving ASF! table memory at [mem 0x7ffd9000-0x7ffd90a4]
  12145. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving ASPT table memory at [mem 0x7ffd8000-0x7ffd8033]
  12146. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving BOOT table memory at [mem 0x7ffd7000-0x7ffd7027]
  12147. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving DBGP table memory at [mem 0x7ffd6000-0x7ffd6033]
  12148. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving HPET table memory at [mem 0x7ffd4000-0x7ffd4037]
  12149. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving APIC table memory at [mem 0x7ffd3000-0x7ffd312b]
  12150. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving MCFG table memory at [mem 0x7ffd1000-0x7ffd103b]
  12151. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffa0000-0x7ffa0516]
  12152. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving LPIT table memory at [mem 0x7ff9f000-0x7ff9f093]
  12153. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving WSMT table memory at [mem 0x7ff9e000-0x7ff9e027]
  12154. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff9d000-0x7ff9d29e]
  12155. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff9c000-0x7ff9c345]
  12156. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff98000-0x7ff9b001]
  12157. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff97000-0x7ff9751d]
  12158. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving DBGP table memory at [mem 0x7ff96000-0x7ff96033]
  12159. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving DBG2 table memory at [mem 0x7ff95000-0x7ff95053]
  12160. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff94000-0x7ff94f60]
  12161. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff92000-0x7ff937ad]
  12162. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff8e000-0x7ff91990]
  12163. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving DMAR table memory at [mem 0x7ff8d000-0x7ff8d137]
  12164. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving NHLT table memory at [mem 0x7ff8c000-0x7ff8c02c]
  12165. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving FPDT table memory at [mem 0x7ff8b000-0x7ff8b043]
  12166. apr 27 13:29:16 _hostname_ kernel: ACPI: Reserving BGRT table memory at [mem 0x7ff8a000-0x7ff8a037]
  12167. apr 27 13:29:16 _hostname_ kernel: ACPI: Local APIC address 0xfee00000
  12168. apr 27 13:29:16 _hostname_ kernel: No NUMA configuration found
  12169. apr 27 13:29:16 _hostname_ kernel: Faking a node at [mem 0x0000000000000000-0x0000000271ffffff]
  12170. apr 27 13:29:16 _hostname_ kernel: NODE_DATA(0) allocated [mem 0x271ffb000-0x271ffefff]
  12171. apr 27 13:29:16 _hostname_ kernel: Zone ranges:
  12172. apr 27 13:29:16 _hostname_ kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
  12173. apr 27 13:29:16 _hostname_ kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
  12174. apr 27 13:29:16 _hostname_ kernel: Normal [mem 0x0000000100000000-0x0000000271ffffff]
  12175. apr 27 13:29:16 _hostname_ kernel: Device empty
  12176. apr 27 13:29:16 _hostname_ kernel: Movable zone start for each node
  12177. apr 27 13:29:16 _hostname_ kernel: Early memory node ranges
  12178. apr 27 13:29:16 _hostname_ kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
  12179. apr 27 13:29:16 _hostname_ kernel: node 0: [mem 0x0000000000059000-0x000000000009dfff]
  12180. apr 27 13:29:16 _hostname_ kernel: node 0: [mem 0x0000000000100000-0x0000000055aecfff]
  12181. apr 27 13:29:16 _hostname_ kernel: node 0: [mem 0x0000000055aef000-0x000000007dd0dfff]
  12182. apr 27 13:29:16 _hostname_ kernel: node 0: [mem 0x000000007fffe000-0x000000007fffefff]
  12183. apr 27 13:29:16 _hostname_ kernel: node 0: [mem 0x0000000100000000-0x0000000271ffffff]
  12184. apr 27 13:29:16 _hostname_ kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000271ffffff]
  12185. apr 27 13:29:16 _hostname_ kernel: On node 0 totalpages: 2030761
  12186. apr 27 13:29:16 _hostname_ kernel: DMA zone: 64 pages used for memmap
  12187. apr 27 13:29:16 _hostname_ kernel: DMA zone: 22 pages reserved
  12188. apr 27 13:29:16 _hostname_ kernel: DMA zone: 3996 pages, LIFO batch:0
  12189. apr 27 13:29:16 _hostname_ kernel: DMA zone: 28772 pages in unavailable ranges
  12190. apr 27 13:29:16 _hostname_ kernel: DMA32 zone: 7989 pages used for memmap
  12191. apr 27 13:29:16 _hostname_ kernel: DMA32 zone: 511245 pages, LIFO batch:63
  12192. apr 27 13:29:16 _hostname_ kernel: DMA32 zone: 8947 pages in unavailable ranges
  12193. apr 27 13:29:16 _hostname_ kernel: Normal zone: 23680 pages used for memmap
  12194. apr 27 13:29:16 _hostname_ kernel: Normal zone: 1515520 pages, LIFO batch:63
  12195. apr 27 13:29:16 _hostname_ kernel: Normal zone: 24576 pages in unavailable ranges
  12196. apr 27 13:29:16 _hostname_ kernel: Reserving Intel graphics memory at [mem 0x89000000-0x8cffffff]
  12197. apr 27 13:29:16 _hostname_ kernel: ACPI: PM-Timer IO Port: 0x1808
  12198. apr 27 13:29:16 _hostname_ kernel: ACPI: Local APIC address 0xfee00000
  12199. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  12200. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  12201. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  12202. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
  12203. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
  12204. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
  12205. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
  12206. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
  12207. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
  12208. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
  12209. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
  12210. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
  12211. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
  12212. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
  12213. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
  12214. apr 27 13:29:16 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
  12215. apr 27 13:29:16 _hostname_ kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
  12216. apr 27 13:29:16 _hostname_ kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  12217. apr 27 13:29:16 _hostname_ kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  12218. apr 27 13:29:16 _hostname_ kernel: ACPI: IRQ0 used by override.
  12219. apr 27 13:29:16 _hostname_ kernel: ACPI: IRQ9 used by override.
  12220. apr 27 13:29:16 _hostname_ kernel: Using ACPI (MADT) for SMP configuration information
  12221. apr 27 13:29:16 _hostname_ kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
  12222. apr 27 13:29:16 _hostname_ kernel: e820: update [mem 0x63c11000-0x63c29fff] usable ==> reserved
  12223. apr 27 13:29:16 _hostname_ kernel: TSC deadline timer available
  12224. apr 27 13:29:16 _hostname_ kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
  12225. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
  12226. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
  12227. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
  12228. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x55aed000-0x55aedfff]
  12229. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x55aee000-0x55aeefff]
  12230. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x63c11000-0x63c29fff]
  12231. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7dd0e000-0x7e10dfff]
  12232. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7e10e000-0x7f10dfff]
  12233. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7f10e000-0x7f7fdfff]
  12234. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7f7fe000-0x7fffdfff]
  12235. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7ffff000-0x8cffffff]
  12236. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x8d000000-0xdfffffff]
  12237. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
  12238. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
  12239. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
  12240. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
  12241. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  12242. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
  12243. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
  12244. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
  12245. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
  12246. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
  12247. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
  12248. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
  12249. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  12250. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
  12251. apr 27 13:29:16 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
  12252. apr 27 13:29:16 _hostname_ kernel: [mem 0x8d000000-0xdfffffff] available for PCI devices
  12253. apr 27 13:29:16 _hostname_ kernel: Booting paravirtualized kernel on bare hardware
  12254. apr 27 13:29:16 _hostname_ kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
  12255. apr 27 13:29:16 _hostname_ kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
  12256. apr 27 13:29:16 _hostname_ kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
  12257. apr 27 13:29:16 _hostname_ kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
  12258. apr 27 13:29:16 _hostname_ kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
  12259. apr 27 13:29:16 _hostname_ kernel: Built 1 zonelists, mobility grouping on. Total pages: 1999006
  12260. apr 27 13:29:16 _hostname_ kernel: Policy zone: Normal
  12261. apr 27 13:29:16 _hostname_ kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6b5792c1-603c-43ca-a25d-b1380fb6c319 rw "acpi_osi=Windows 2016" resume=UUID=d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09 loglevel=3 nowatchdog
  12262. apr 27 13:29:16 _hostname_ kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  12263. apr 27 13:29:16 _hostname_ kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  12264. apr 27 13:29:16 _hostname_ kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
  12265. apr 27 13:29:16 _hostname_ kernel: Memory: 7805300K/8123044K available (14344K kernel code, 2029K rwdata, 8884K rodata, 1668K init, 4380K bss, 317484K reserved, 0K cma-reserved)
  12266. apr 27 13:29:16 _hostname_ kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x530 with crng_init=0
  12267. apr 27 13:29:16 _hostname_ kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  12268. apr 27 13:29:16 _hostname_ kernel: Kernel/User page tables isolation: enabled
  12269. apr 27 13:29:16 _hostname_ kernel: ftrace: allocating 41710 entries in 163 pages
  12270. apr 27 13:29:16 _hostname_ kernel: ftrace: allocated 163 pages with 4 groups
  12271. apr 27 13:29:16 _hostname_ kernel: rcu: Preemptible hierarchical RCU implementation.
  12272. apr 27 13:29:16 _hostname_ kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
  12273. apr 27 13:29:16 _hostname_ kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
  12274. apr 27 13:29:16 _hostname_ kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
  12275. apr 27 13:29:16 _hostname_ kernel: Trampoline variant of Tasks RCU enabled.
  12276. apr 27 13:29:16 _hostname_ kernel: Rude variant of Tasks RCU enabled.
  12277. apr 27 13:29:16 _hostname_ kernel: Tracing variant of Tasks RCU enabled.
  12278. apr 27 13:29:16 _hostname_ kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
  12279. apr 27 13:29:16 _hostname_ kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  12280. apr 27 13:29:16 _hostname_ kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
  12281. apr 27 13:29:16 _hostname_ kernel: Console: colour dummy device 80x25
  12282. apr 27 13:29:16 _hostname_ kernel: printk: console [tty0] enabled
  12283. apr 27 13:29:16 _hostname_ kernel: ACPI: Core revision 20201113
  12284. apr 27 13:29:16 _hostname_ kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
  12285. apr 27 13:29:16 _hostname_ kernel: APIC: Switch to symmetric I/O mode setup
  12286. apr 27 13:29:16 _hostname_ kernel: DMAR: Host address width 39
  12287. apr 27 13:29:16 _hostname_ kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
  12288. apr 27 13:29:16 _hostname_ kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
  12289. apr 27 13:29:16 _hostname_ kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
  12290. apr 27 13:29:16 _hostname_ kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
  12291. apr 27 13:29:16 _hostname_ kernel: DMAR: RMRR base: 0x0000007ef8b000 end: 0x0000007efaafff
  12292. apr 27 13:29:16 _hostname_ kernel: DMAR: RMRR base: 0x00000088800000 end: 0x0000008cffffff
  12293. apr 27 13:29:16 _hostname_ kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
  12294. apr 27 13:29:16 _hostname_ kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
  12295. apr 27 13:29:16 _hostname_ kernel: DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
  12296. apr 27 13:29:16 _hostname_ kernel: DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
  12297. apr 27 13:29:16 _hostname_ kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
  12298. apr 27 13:29:16 _hostname_ kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
  12299. apr 27 13:29:16 _hostname_ kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
  12300. apr 27 13:29:16 _hostname_ kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
  12301. apr 27 13:29:16 _hostname_ kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
  12302. apr 27 13:29:16 _hostname_ kernel: x2apic: IRQ remapping doesn't support X2APIC mode
  12303. apr 27 13:29:16 _hostname_ kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  12304. apr 27 13:29:16 _hostname_ kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
  12305. apr 27 13:29:16 _hostname_ kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4001.60 BogoMIPS (lpj=6666560)
  12306. apr 27 13:29:16 _hostname_ kernel: pid_max: default: 32768 minimum: 301
  12307. apr 27 13:29:16 _hostname_ kernel: LSM: Security Framework initializing
  12308. apr 27 13:29:16 _hostname_ kernel: Yama: becoming mindful.
  12309. apr 27 13:29:16 _hostname_ kernel: LSM support for eBPF active
  12310. apr 27 13:29:16 _hostname_ kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  12311. apr 27 13:29:16 _hostname_ kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  12312. apr 27 13:29:16 _hostname_ kernel: mce: CPU0: Thermal monitoring enabled (TM1)
  12313. apr 27 13:29:16 _hostname_ kernel: process: using mwait in idle threads
  12314. apr 27 13:29:16 _hostname_ kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
  12315. apr 27 13:29:16 _hostname_ kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
  12316. apr 27 13:29:16 _hostname_ kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
  12317. apr 27 13:29:16 _hostname_ kernel: Spectre V2 : Mitigation: Full generic retpoline
  12318. apr 27 13:29:16 _hostname_ kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
  12319. apr 27 13:29:16 _hostname_ kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
  12320. apr 27 13:29:16 _hostname_ kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
  12321. apr 27 13:29:16 _hostname_ kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
  12322. apr 27 13:29:16 _hostname_ kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
  12323. apr 27 13:29:16 _hostname_ kernel: SRBDS: Mitigation: Microcode
  12324. apr 27 13:29:16 _hostname_ kernel: MDS: Mitigation: Clear CPU buffers
  12325. apr 27 13:29:16 _hostname_ kernel: Freeing SMP alternatives memory: 36K
  12326. apr 27 13:29:16 _hostname_ kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1894
  12327. apr 27 13:29:16 _hostname_ kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
  12328. apr 27 13:29:16 _hostname_ kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
  12329. apr 27 13:29:16 _hostname_ kernel: ... version: 4
  12330. apr 27 13:29:16 _hostname_ kernel: ... bit width: 48
  12331. apr 27 13:29:16 _hostname_ kernel: ... generic registers: 4
  12332. apr 27 13:29:16 _hostname_ kernel: ... value mask: 0000ffffffffffff
  12333. apr 27 13:29:16 _hostname_ kernel: ... max period: 00007fffffffffff
  12334. apr 27 13:29:16 _hostname_ kernel: ... fixed-purpose events: 3
  12335. apr 27 13:29:16 _hostname_ kernel: ... event mask: 000000070000000f
  12336. apr 27 13:29:16 _hostname_ kernel: rcu: Hierarchical SRCU implementation.
  12337. apr 27 13:29:16 _hostname_ kernel: smp: Bringing up secondary CPUs ...
  12338. apr 27 13:29:16 _hostname_ kernel: x86: Booting SMP configuration:
  12339. apr 27 13:29:16 _hostname_ kernel: .... node #0, CPUs: #1 #2 #3 #4
  12340. apr 27 13:29:16 _hostname_ kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
  12341. apr 27 13:29:16 _hostname_ kernel: #5 #6 #7
  12342. apr 27 13:29:16 _hostname_ kernel: smp: Brought up 1 node, 8 CPUs
  12343. apr 27 13:29:16 _hostname_ kernel: smpboot: Max logical packages: 1
  12344. apr 27 13:29:16 _hostname_ kernel: smpboot: Total of 8 processors activated (32012.80 BogoMIPS)
  12345. apr 27 13:29:16 _hostname_ kernel: devtmpfs: initialized
  12346. apr 27 13:29:16 _hostname_ kernel: x86/mm: Memory block size: 128MB
  12347. apr 27 13:29:16 _hostname_ kernel: PM: Registering ACPI NVS region [mem 0x55aed000-0x55aedfff] (4096 bytes)
  12348. apr 27 13:29:16 _hostname_ kernel: PM: Registering ACPI NVS region [mem 0x7f10e000-0x7f7fdfff] (7274496 bytes)
  12349. apr 27 13:29:16 _hostname_ kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  12350. apr 27 13:29:16 _hostname_ kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
  12351. apr 27 13:29:16 _hostname_ kernel: pinctrl core: initialized pinctrl subsystem
  12352. apr 27 13:29:16 _hostname_ kernel: PM: RTC time: 11:29:14, date: 2021-04-27
  12353. apr 27 13:29:16 _hostname_ kernel: NET: Registered protocol family 16
  12354. apr 27 13:29:16 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  12355. apr 27 13:29:16 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  12356. apr 27 13:29:16 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  12357. apr 27 13:29:16 _hostname_ kernel: audit: initializing netlink subsys (disabled)
  12358. apr 27 13:29:16 _hostname_ kernel: audit: type=2000 audit(1619522954.049:1): state=initialized audit_enabled=0 res=1
  12359. apr 27 13:29:16 _hostname_ kernel: thermal_sys: Registered thermal governor 'fair_share'
  12360. apr 27 13:29:16 _hostname_ kernel: thermal_sys: Registered thermal governor 'bang_bang'
  12361. apr 27 13:29:16 _hostname_ kernel: thermal_sys: Registered thermal governor 'step_wise'
  12362. apr 27 13:29:16 _hostname_ kernel: thermal_sys: Registered thermal governor 'user_space'
  12363. apr 27 13:29:16 _hostname_ kernel: thermal_sys: Registered thermal governor 'power_allocator'
  12364. apr 27 13:29:16 _hostname_ kernel: cpuidle: using governor ladder
  12365. apr 27 13:29:16 _hostname_ kernel: cpuidle: using governor menu
  12366. apr 27 13:29:16 _hostname_ kernel: Simple Boot Flag at 0x44 set to 0x1
  12367. apr 27 13:29:16 _hostname_ kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  12368. apr 27 13:29:16 _hostname_ kernel: ACPI: bus type PCI registered
  12369. apr 27 13:29:16 _hostname_ kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  12370. apr 27 13:29:16 _hostname_ kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  12371. apr 27 13:29:16 _hostname_ kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  12372. apr 27 13:29:16 _hostname_ kernel: PCI: Using configuration type 1 for base access
  12373. apr 27 13:29:16 _hostname_ kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  12374. apr 27 13:29:16 _hostname_ kernel: Kprobes globally optimized
  12375. apr 27 13:29:16 _hostname_ kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  12376. apr 27 13:29:16 _hostname_ kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  12377. apr 27 13:29:16 _hostname_ kernel: ACPI: Added _OSI(Module Device)
  12378. apr 27 13:29:16 _hostname_ kernel: ACPI: Added _OSI(Processor Device)
  12379. apr 27 13:29:16 _hostname_ kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
  12380. apr 27 13:29:16 _hostname_ kernel: ACPI: Added _OSI(Processor Aggregator Device)
  12381. apr 27 13:29:16 _hostname_ kernel: ACPI: Added _OSI(Linux-Dell-Video)
  12382. apr 27 13:29:16 _hostname_ kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  12383. apr 27 13:29:16 _hostname_ kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
  12384. apr 27 13:29:16 _hostname_ kernel: ACPI: 17 ACPI AML tables successfully acquired and loaded
  12385. apr 27 13:29:16 _hostname_ kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  12386. apr 27 13:29:16 _hostname_ kernel: ACPI Error: No handler for Region [RAM_] (0000000034838ff3) [EmbeddedControl] (20201113/evregion-130)
  12387. apr 27 13:29:16 _hostname_ kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20201113/exfldio-261)
  12388. apr 27 13:29:16 _hostname_ kernel: ACPI Error: Aborting method \_SB.PCI0.I2C1.TPL1._STA due to previous error (AE_NOT_EXIST) (20201113/psparse-529)
  12389. apr 27 13:29:16 _hostname_ kernel: ACPI Error: Method execution failed \_SB.PCI0.I2C1.TPL1._STA due to previous error (AE_NOT_EXIST) (20201113/uteval-68)
  12390. apr 27 13:29:16 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  12391. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0xFFFF8F4CC114E000 0005CD (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
  12392. apr 27 13:29:16 _hostname_ kernel: ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
  12393. apr 27 13:29:16 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  12394. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0xFFFF8F4CC115B000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
  12395. apr 27 13:29:16 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  12396. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0xFFFF8F4CC0C19000 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
  12397. apr 27 13:29:16 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  12398. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0xFFFF8F4CC114E800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527)
  12399. apr 27 13:29:16 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  12400. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0xFFFF8F4CC11B0000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527)
  12401. apr 27 13:29:16 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  12402. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0xFFFF8F4CC1159400 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
  12403. apr 27 13:29:16 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  12404. apr 27 13:29:16 _hostname_ kernel: ACPI: SSDT 0xFFFF8F4CC1159800 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
  12405. apr 27 13:29:16 _hostname_ kernel: ACPI: EC: EC started
  12406. apr 27 13:29:16 _hostname_ kernel: ACPI: EC: interrupt blocked
  12407. apr 27 13:29:16 _hostname_ kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  12408. apr 27 13:29:16 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
  12409. apr 27 13:29:16 _hostname_ kernel: ACPI: Interpreter enabled
  12410. apr 27 13:29:16 _hostname_ kernel: ACPI: (supports S0 S3 S4 S5)
  12411. apr 27 13:29:16 _hostname_ kernel: ACPI: Using IOAPIC for interrupt routing
  12412. apr 27 13:29:16 _hostname_ kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  12413. apr 27 13:29:16 _hostname_ kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
  12414. apr 27 13:29:16 _hostname_ kernel: ACPI: Power Resource [PC01] (on)
  12415. apr 27 13:29:16 _hostname_ kernel: ACPI: Power Resource [WRST] (on)
  12416. apr 27 13:29:16 _hostname_ kernel: acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
  12417. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  12418. apr 27 13:29:16 _hostname_ kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
  12419. apr 27 13:29:16 _hostname_ kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
  12420. apr 27 13:29:16 _hostname_ kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
  12421. apr 27 13:29:16 _hostname_ kernel: PCI host bridge to bus 0000:00
  12422. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
  12423. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
  12424. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  12425. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
  12426. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
  12427. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
  12428. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
  12429. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
  12430. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
  12431. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
  12432. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
  12433. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
  12434. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
  12435. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
  12436. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
  12437. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
  12438. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x8d000000-0xdfffffff window]
  12439. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
  12440. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0xfe800000-0xfe80ffff window]
  12441. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
  12442. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
  12443. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
  12444. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
  12445. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
  12446. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
  12447. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
  12448. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
  12449. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:04.0: reg 0x10: [mem 0xa4320000-0xa4327fff 64bit]
  12450. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
  12451. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa4310000-0xa431ffff 64bit]
  12452. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
  12453. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
  12454. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa4332000-0xa4332fff 64bit]
  12455. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
  12456. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:15.0: reg 0x10: [mem 0xa4333000-0xa4333fff 64bit]
  12457. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
  12458. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:15.1: reg 0x10: [mem 0xa4334000-0xa4334fff 64bit]
  12459. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
  12460. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa4335000-0xa4335fff 64bit]
  12461. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:16.0: PME# supported from D3hot
  12462. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
  12463. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa4330000-0xa4331fff]
  12464. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa433a000-0xa433a0ff]
  12465. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:17.0: reg 0x18: [io 0x4080-0x4087]
  12466. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:17.0: reg 0x1c: [io 0x4088-0x408b]
  12467. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
  12468. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa4338000-0xa43387ff]
  12469. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:17.0: PME# supported from D3hot
  12470. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
  12471. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  12472. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
  12473. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
  12474. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
  12475. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  12476. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.1: [8086:9d19] type 01 class 0x060400
  12477. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
  12478. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
  12479. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xa4336000-0xa4336fff 64bit]
  12480. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1e.3: [8086:9d2a] type 00 class 0x118000
  12481. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1e.3: reg 0x10: [mem 0xa4337000-0xa4337fff 64bit]
  12482. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
  12483. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
  12484. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xa432c000-0xa432ffff]
  12485. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
  12486. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa4328000-0xa432bfff 64bit]
  12487. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa4300000-0xa430ffff 64bit]
  12488. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
  12489. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
  12490. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa4339000-0xa43390ff 64bit]
  12491. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1f.4: reg 0x20: [io 0x4040-0x405f]
  12492. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: [10de:1d12] type 00 class 0x030200
  12493. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
  12494. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
  12495. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
  12496. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
  12497. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
  12498. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: Enabling HDA controller
  12499. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
  12500. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
  12501. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0xa3000000-0xa3ffffff]
  12502. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
  12503. apr 27 13:29:16 _hostname_ kernel: pci 0000:02:00.0: [1c5c:1527] type 00 class 0x010802
  12504. apr 27 13:29:16 _hostname_ kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa4200000-0xa4203fff 64bit]
  12505. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
  12506. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.4: bridge window [mem 0xa4200000-0xa42fffff]
  12507. apr 27 13:29:16 _hostname_ kernel: pci 0000:03:00.0: [10ec:522a] type 00 class 0xff0000
  12508. apr 27 13:29:16 _hostname_ kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa4100000-0xa4100fff]
  12509. apr 27 13:29:16 _hostname_ kernel: pci 0000:03:00.0: supports D1 D2
  12510. apr 27 13:29:16 _hostname_ kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
  12511. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
  12512. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.0: bridge window [mem 0xa4100000-0xa41fffff]
  12513. apr 27 13:29:16 _hostname_ kernel: pci 0000:04:00.0: [8086:095a] type 00 class 0x028000
  12514. apr 27 13:29:16 _hostname_ kernel: pci 0000:04:00.0: reg 0x10: [mem 0xa4000000-0xa4001fff 64bit]
  12515. apr 27 13:29:16 _hostname_ kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
  12516. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
  12517. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.1: bridge window [mem 0xa4000000-0xa40fffff]
  12518. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
  12519. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
  12520. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
  12521. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
  12522. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
  12523. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
  12524. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
  12525. apr 27 13:29:16 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
  12526. apr 27 13:29:16 _hostname_ kernel: ACPI: EC: interrupt unblocked
  12527. apr 27 13:29:16 _hostname_ kernel: ACPI: EC: event unblocked
  12528. apr 27 13:29:16 _hostname_ kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  12529. apr 27 13:29:16 _hostname_ kernel: ACPI: EC: GPE=0x50
  12530. apr 27 13:29:16 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
  12531. apr 27 13:29:16 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
  12532. apr 27 13:29:16 _hostname_ kernel: iommu: Default domain type: Translated
  12533. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
  12534. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  12535. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: vgaarb: bridge control possible
  12536. apr 27 13:29:16 _hostname_ kernel: vgaarb: loaded
  12537. apr 27 13:29:16 _hostname_ kernel: SCSI subsystem initialized
  12538. apr 27 13:29:16 _hostname_ kernel: libata version 3.00 loaded.
  12539. apr 27 13:29:16 _hostname_ kernel: ACPI: bus type USB registered
  12540. apr 27 13:29:16 _hostname_ kernel: usbcore: registered new interface driver usbfs
  12541. apr 27 13:29:16 _hostname_ kernel: usbcore: registered new interface driver hub
  12542. apr 27 13:29:16 _hostname_ kernel: usbcore: registered new device driver usb
  12543. apr 27 13:29:16 _hostname_ kernel: pps_core: LinuxPPS API ver. 1 registered
  12544. apr 27 13:29:16 _hostname_ kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  12545. apr 27 13:29:16 _hostname_ kernel: PTP clock support registered
  12546. apr 27 13:29:16 _hostname_ kernel: EDAC MC: Ver: 3.0.0
  12547. apr 27 13:29:16 _hostname_ kernel: Registered efivars operations
  12548. apr 27 13:29:16 _hostname_ kernel: NetLabel: Initializing
  12549. apr 27 13:29:16 _hostname_ kernel: NetLabel: domain hash size = 128
  12550. apr 27 13:29:16 _hostname_ kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  12551. apr 27 13:29:16 _hostname_ kernel: NetLabel: unlabeled traffic allowed by default
  12552. apr 27 13:29:16 _hostname_ kernel: PCI: Using ACPI for IRQ routing
  12553. apr 27 13:29:16 _hostname_ kernel: PCI: pci_cache_line_size set to 64 bytes
  12554. apr 27 13:29:16 _hostname_ kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
  12555. apr 27 13:29:16 _hostname_ kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
  12556. apr 27 13:29:16 _hostname_ kernel: e820: reserve RAM buffer [mem 0x55aed000-0x57ffffff]
  12557. apr 27 13:29:16 _hostname_ kernel: e820: reserve RAM buffer [mem 0x63c11000-0x63ffffff]
  12558. apr 27 13:29:16 _hostname_ kernel: e820: reserve RAM buffer [mem 0x7dd0e000-0x7fffffff]
  12559. apr 27 13:29:16 _hostname_ kernel: e820: reserve RAM buffer [mem 0x7ffff000-0x7fffffff]
  12560. apr 27 13:29:16 _hostname_ kernel: e820: reserve RAM buffer [mem 0x272000000-0x273ffffff]
  12561. apr 27 13:29:16 _hostname_ kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  12562. apr 27 13:29:16 _hostname_ kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
  12563. apr 27 13:29:16 _hostname_ kernel: clocksource: Switched to clocksource tsc-early
  12564. apr 27 13:29:16 _hostname_ kernel: VFS: Disk quotas dquot_6.6.0
  12565. apr 27 13:29:16 _hostname_ kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  12566. apr 27 13:29:16 _hostname_ kernel: pnp: PnP ACPI init
  12567. apr 27 13:29:16 _hostname_ kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
  12568. apr 27 13:29:16 _hostname_ kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
  12569. apr 27 13:29:16 _hostname_ kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
  12570. apr 27 13:29:16 _hostname_ kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
  12571. apr 27 13:29:16 _hostname_ kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
  12572. apr 27 13:29:16 _hostname_ kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
  12573. apr 27 13:29:16 _hostname_ kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
  12574. apr 27 13:29:16 _hostname_ kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  12575. apr 27 13:29:16 _hostname_ kernel: system 00:01: [io 0x2000-0x20fe] has been reserved
  12576. apr 27 13:29:16 _hostname_ kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
  12577. apr 27 13:29:16 _hostname_ kernel: system 00:02: [io 0x0680-0x069f] has been reserved
  12578. apr 27 13:29:16 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  12579. apr 27 13:29:16 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  12580. apr 27 13:29:16 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  12581. apr 27 13:29:16 _hostname_ kernel: system 00:02: [io 0x1800-0x18fe] has been reserved
  12582. apr 27 13:29:16 _hostname_ kernel: system 00:02: [io 0x164e-0x164f] has been reserved
  12583. apr 27 13:29:16 _hostname_ kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
  12584. apr 27 13:29:16 _hostname_ kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
  12585. apr 27 13:29:16 _hostname_ kernel: system 00:04: [io 0x1854-0x1857] has been reserved
  12586. apr 27 13:29:16 _hostname_ kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  12587. apr 27 13:29:16 _hostname_ kernel: pnp 00:05: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
  12588. apr 27 13:29:16 _hostname_ kernel: pnp 00:06: Plug and Play ACPI device, IDs SYN3272 ETD0000 PNP0f13 (active)
  12589. apr 27 13:29:16 _hostname_ kernel: system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
  12590. apr 27 13:29:16 _hostname_ kernel: system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
  12591. apr 27 13:29:16 _hostname_ kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  12592. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
  12593. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
  12594. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
  12595. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
  12596. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
  12597. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
  12598. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
  12599. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
  12600. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
  12601. apr 27 13:29:16 _hostname_ kernel: system 00:08: [mem 0x8d000000-0x8d01ffff] has been reserved
  12602. apr 27 13:29:16 _hostname_ kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
  12603. apr 27 13:29:16 _hostname_ kernel: pnp: PnP ACPI: found 9 devices
  12604. apr 27 13:29:16 _hostname_ kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  12605. apr 27 13:29:16 _hostname_ kernel: NET: Registered protocol family 2
  12606. apr 27 13:29:16 _hostname_ kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  12607. apr 27 13:29:16 _hostname_ kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  12608. apr 27 13:29:16 _hostname_ kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
  12609. apr 27 13:29:16 _hostname_ kernel: TCP: Hash tables configured (established 65536 bind 65536)
  12610. apr 27 13:29:16 _hostname_ kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
  12611. apr 27 13:29:16 _hostname_ kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  12612. apr 27 13:29:16 _hostname_ kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  12613. apr 27 13:29:16 _hostname_ kernel: NET: Registered protocol family 1
  12614. apr 27 13:29:16 _hostname_ kernel: NET: Registered protocol family 44
  12615. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
  12616. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
  12617. apr 27 13:29:16 _hostname_ kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
  12618. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
  12619. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
  12620. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0xa3000000-0xa3ffffff]
  12621. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
  12622. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
  12623. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1c.4: bridge window [mem 0xa4200000-0xa42fffff]
  12624. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
  12625. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.0: bridge window [mem 0xa4100000-0xa41fffff]
  12626. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
  12627. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:1d.1: bridge window [mem 0xa4000000-0xa40fffff]
  12628. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
  12629. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
  12630. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  12631. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
  12632. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
  12633. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
  12634. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
  12635. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
  12636. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
  12637. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
  12638. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
  12639. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
  12640. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
  12641. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
  12642. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
  12643. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
  12644. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 20 [mem 0x8d000000-0xdfffffff window]
  12645. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
  12646. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:00: resource 22 [mem 0xfe800000-0xfe80ffff window]
  12647. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
  12648. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa3ffffff]
  12649. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
  12650. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:02: resource 1 [mem 0xa4200000-0xa42fffff]
  12651. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:03: resource 1 [mem 0xa4100000-0xa41fffff]
  12652. apr 27 13:29:16 _hostname_ kernel: pci_bus 0000:04: resource 1 [mem 0xa4000000-0xa40fffff]
  12653. apr 27 13:29:16 _hostname_ kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  12654. apr 27 13:29:16 _hostname_ kernel: PCI: CLS 64 bytes, default 64
  12655. apr 27 13:29:16 _hostname_ kernel: Trying to unpack rootfs image as initramfs...
  12656. apr 27 13:29:16 _hostname_ kernel: Freeing initrd memory: 9380K
  12657. apr 27 13:29:16 _hostname_ kernel: DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.0
  12658. apr 27 13:29:16 _hostname_ kernel: DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:15.1
  12659. apr 27 13:29:16 _hostname_ kernel: DMAR: ACPI device "device:74" under DMAR at fed91000 as 00:1e.3
  12660. apr 27 13:29:16 _hostname_ kernel: DMAR: ACPI device "device:75" under DMAR at fed91000 as 00:1e.0
  12661. apr 27 13:29:16 _hostname_ kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  12662. apr 27 13:29:16 _hostname_ kernel: software IO TLB: mapped [mem 0x000000007970b000-0x000000007d70b000] (64MB)
  12663. apr 27 13:29:16 _hostname_ kernel: check: Scanning for low memory corruption every 60 seconds
  12664. apr 27 13:29:16 _hostname_ kernel: Initialise system trusted keyrings
  12665. apr 27 13:29:16 _hostname_ kernel: Key type blacklist registered
  12666. apr 27 13:29:16 _hostname_ kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
  12667. apr 27 13:29:16 _hostname_ kernel: zbud: loaded
  12668. apr 27 13:29:16 _hostname_ kernel: Key type asymmetric registered
  12669. apr 27 13:29:16 _hostname_ kernel: Asymmetric key parser 'x509' registered
  12670. apr 27 13:29:16 _hostname_ kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  12671. apr 27 13:29:16 _hostname_ kernel: io scheduler mq-deadline registered
  12672. apr 27 13:29:16 _hostname_ kernel: io scheduler kyber registered
  12673. apr 27 13:29:16 _hostname_ kernel: io scheduler bfq registered
  12674. apr 27 13:29:16 _hostname_ kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
  12675. apr 27 13:29:16 _hostname_ kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
  12676. apr 27 13:29:16 _hostname_ kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 122
  12677. apr 27 13:29:16 _hostname_ kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
  12678. apr 27 13:29:16 _hostname_ kernel: pcieport 0000:00:1c.4: AER: enabled with IRQ 123
  12679. apr 27 13:29:16 _hostname_ kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
  12680. apr 27 13:29:16 _hostname_ kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 124
  12681. apr 27 13:29:16 _hostname_ kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 125
  12682. apr 27 13:29:16 _hostname_ kernel: pcieport 0000:00:1d.1: AER: enabled with IRQ 125
  12683. apr 27 13:29:16 _hostname_ kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  12684. apr 27 13:29:16 _hostname_ kernel: efifb: probing for efifb
  12685. apr 27 13:29:16 _hostname_ kernel: efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
  12686. apr 27 13:29:16 _hostname_ kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
  12687. apr 27 13:29:16 _hostname_ kernel: efifb: scrolling: redraw
  12688. apr 27 13:29:16 _hostname_ kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  12689. apr 27 13:29:16 _hostname_ kernel: fbcon: Deferring console take-over
  12690. apr 27 13:29:16 _hostname_ kernel: fb0: EFI VGA frame buffer device
  12691. apr 27 13:29:16 _hostname_ kernel: intel_idle: MWAIT substates: 0x11142120
  12692. apr 27 13:29:16 _hostname_ kernel: intel_idle: v0.5.1 model 0x8E
  12693. apr 27 13:29:16 _hostname_ kernel: intel_idle: Local APIC timer is reliable in all C-states
  12694. apr 27 13:29:16 _hostname_ kernel: ACPI: AC Adapter [ADP1] (on-line)
  12695. apr 27 13:29:16 _hostname_ kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  12696. apr 27 13:29:16 _hostname_ kernel: ACPI: Lid Switch [LID0]
  12697. apr 27 13:29:16 _hostname_ kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
  12698. apr 27 13:29:16 _hostname_ kernel: ACPI: Power Button [PWRF]
  12699. apr 27 13:29:16 _hostname_ kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1894
  12700. apr 27 13:29:16 _hostname_ kernel: ACPI: Invalid passive threshold
  12701. apr 27 13:29:16 _hostname_ kernel: thermal LNXTHERM:00: registered as thermal_zone0
  12702. apr 27 13:29:16 _hostname_ kernel: ACPI: Thermal Zone [TZS0] (47 C)
  12703. apr 27 13:29:16 _hostname_ kernel: thermal LNXTHERM:01: registered as thermal_zone1
  12704. apr 27 13:29:16 _hostname_ kernel: ACPI: Thermal Zone [TZS1] (42 C)
  12705. apr 27 13:29:16 _hostname_ kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  12706. apr 27 13:29:16 _hostname_ kernel: Non-volatile memory driver v1.3
  12707. apr 27 13:29:16 _hostname_ kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
  12708. apr 27 13:29:16 _hostname_ kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
  12709. apr 27 13:29:16 _hostname_ kernel: nvme nvme0: pci function 0000:02:00.0
  12710. apr 27 13:29:16 _hostname_ kernel: ahci 0000:00:17.0: version 3.0
  12711. apr 27 13:29:16 _hostname_ kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x0 impl SATA mode
  12712. apr 27 13:29:16 _hostname_ kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
  12713. apr 27 13:29:16 _hostname_ kernel: scsi host0: ahci
  12714. apr 27 13:29:16 _hostname_ kernel: ata1: DUMMY
  12715. apr 27 13:29:16 _hostname_ kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  12716. apr 27 13:29:16 _hostname_ kernel: ehci-pci: EHCI PCI platform driver
  12717. apr 27 13:29:16 _hostname_ kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  12718. apr 27 13:29:16 _hostname_ kernel: ohci-pci: OHCI PCI platform driver
  12719. apr 27 13:29:16 _hostname_ kernel: uhci_hcd: USB Universal Host Controller Interface driver
  12720. apr 27 13:29:16 _hostname_ kernel: usbcore: registered new interface driver usbserial_generic
  12721. apr 27 13:29:16 _hostname_ kernel: usbserial: USB Serial support registered for generic
  12722. apr 27 13:29:16 _hostname_ kernel: rtc_cmos 00:03: RTC can wake from S4
  12723. apr 27 13:29:16 _hostname_ kernel: rtc_cmos 00:03: registered as rtc0
  12724. apr 27 13:29:16 _hostname_ kernel: rtc_cmos 00:03: setting system clock to 2021-04-27T11:29:15 UTC (1619522955)
  12725. apr 27 13:29:16 _hostname_ kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  12726. apr 27 13:29:16 _hostname_ kernel: intel_pstate: Intel P-state driver initializing
  12727. apr 27 13:29:16 _hostname_ kernel: intel_pstate: HWP enabled
  12728. apr 27 13:29:16 _hostname_ kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
  12729. apr 27 13:29:16 _hostname_ kernel: ledtrig-cpu: registered to indicate activity on CPUs
  12730. apr 27 13:29:16 _hostname_ kernel: hid: raw HID events driver (C) Jiri Kosina
  12731. apr 27 13:29:16 _hostname_ kernel: intel_pmc_core INT33A1:00: initialized
  12732. apr 27 13:29:16 _hostname_ kernel: drop_monitor: Initializing network drop monitor service
  12733. apr 27 13:29:16 _hostname_ kernel: Initializing XFRM netlink socket
  12734. apr 27 13:29:16 _hostname_ kernel: NET: Registered protocol family 10
  12735. apr 27 13:29:16 _hostname_ kernel: Segment Routing with IPv6
  12736. apr 27 13:29:16 _hostname_ kernel: RPL Segment Routing with IPv6
  12737. apr 27 13:29:16 _hostname_ kernel: NET: Registered protocol family 17
  12738. apr 27 13:29:16 _hostname_ kernel: microcode: sig=0x806ea, pf=0x80, revision=0xe0
  12739. apr 27 13:29:16 _hostname_ kernel: microcode: Microcode Update Driver: v2.2.
  12740. apr 27 13:29:16 _hostname_ kernel: IPI shorthand broadcast: enabled
  12741. apr 27 13:29:16 _hostname_ kernel: sched_clock: Marking stable (1420512351, 940554)->(1437000536, -15547631)
  12742. apr 27 13:29:16 _hostname_ kernel: registered taskstats version 1
  12743. apr 27 13:29:16 _hostname_ kernel: Loading compiled-in X.509 certificates
  12744. apr 27 13:29:16 _hostname_ kernel: nvme nvme0: missing or invalid SUBNQN field.
  12745. apr 27 13:29:16 _hostname_ kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 4ee2f1d722286978a28da8a6e415a302a984c0be'
  12746. apr 27 13:29:16 _hostname_ kernel: zswap: loaded using pool lz4/z3fold
  12747. apr 27 13:29:16 _hostname_ kernel: Key type ._fscrypt registered
  12748. apr 27 13:29:16 _hostname_ kernel: Key type .fscrypt registered
  12749. apr 27 13:29:16 _hostname_ kernel: Key type fscrypt-provisioning registered
  12750. apr 27 13:29:16 _hostname_ kernel: nvme nvme0: 8/0/0 default/read/poll queues
  12751. apr 27 13:29:16 _hostname_ kernel: nvme0n1: p1 p2 p3
  12752. apr 27 13:29:16 _hostname_ kernel: PM: Magic number: 1:110:480
  12753. apr 27 13:29:16 _hostname_ kernel: platform HPQ6001:00: hash matches
  12754. apr 27 13:29:16 _hostname_ kernel: acpi HPQ6001:00: hash matches
  12755. apr 27 13:29:16 _hostname_ kernel: RAS: Correctable Errors collector initialized.
  12756. apr 27 13:29:16 _hostname_ kernel: Freeing unused decrypted memory: 2036K
  12757. apr 27 13:29:16 _hostname_ kernel: Freeing unused kernel image (initmem) memory: 1668K
  12758. apr 27 13:29:16 _hostname_ kernel: Write protecting the kernel read-only data: 26624k
  12759. apr 27 13:29:16 _hostname_ kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
  12760. apr 27 13:29:16 _hostname_ kernel: Freeing unused kernel image (rodata/data gap) memory: 1356K
  12761. apr 27 13:29:16 _hostname_ kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
  12762. apr 27 13:29:16 _hostname_ kernel: rodata_test: all tests were successful
  12763. apr 27 13:29:16 _hostname_ kernel: x86/mm: Checking user space page tables
  12764. apr 27 13:29:16 _hostname_ kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
  12765. apr 27 13:29:16 _hostname_ kernel: Run /init as init process
  12766. apr 27 13:29:16 _hostname_ kernel: with arguments:
  12767. apr 27 13:29:16 _hostname_ kernel: /init
  12768. apr 27 13:29:16 _hostname_ kernel: with environment:
  12769. apr 27 13:29:16 _hostname_ kernel: HOME=/
  12770. apr 27 13:29:16 _hostname_ kernel: TERM=linux
  12771. apr 27 13:29:16 _hostname_ kernel: BOOT_IMAGE=/boot/vmlinuz-linux
  12772. apr 27 13:29:16 _hostname_ kernel: fbcon: Taking over console
  12773. apr 27 13:29:16 _hostname_ kernel: Console: switching to colour frame buffer device 240x67
  12774. apr 27 13:29:16 _hostname_ kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  12775. apr 27 13:29:16 _hostname_ kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
  12776. apr 27 13:29:16 _hostname_ kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
  12777. apr 27 13:29:16 _hostname_ kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  12778. apr 27 13:29:16 _hostname_ kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
  12779. apr 27 13:29:16 _hostname_ kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
  12780. apr 27 13:29:16 _hostname_ kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
  12781. apr 27 13:29:16 _hostname_ kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  12782. apr 27 13:29:16 _hostname_ kernel: usb usb1: Product: xHCI Host Controller
  12783. apr 27 13:29:16 _hostname_ kernel: usb usb1: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
  12784. apr 27 13:29:16 _hostname_ kernel: usb usb1: SerialNumber: 0000:00:14.0
  12785. apr 27 13:29:16 _hostname_ kernel: hub 1-0:1.0: USB hub found
  12786. apr 27 13:29:16 _hostname_ kernel: hub 1-0:1.0: 12 ports detected
  12787. apr 27 13:29:16 _hostname_ kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
  12788. apr 27 13:29:16 _hostname_ kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  12789. apr 27 13:29:16 _hostname_ kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
  12790. apr 27 13:29:16 _hostname_ kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
  12791. apr 27 13:29:16 _hostname_ kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  12792. apr 27 13:29:16 _hostname_ kernel: usb usb2: Product: xHCI Host Controller
  12793. apr 27 13:29:16 _hostname_ kernel: usb usb2: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
  12794. apr 27 13:29:16 _hostname_ kernel: usb usb2: SerialNumber: 0000:00:14.0
  12795. apr 27 13:29:16 _hostname_ kernel: hub 2-0:1.0: USB hub found
  12796. apr 27 13:29:16 _hostname_ kernel: hub 2-0:1.0: 6 ports detected
  12797. apr 27 13:29:16 _hostname_ kernel: usb: port power management may be unreliable
  12798. apr 27 13:29:16 _hostname_ kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
  12799. apr 27 13:29:16 _hostname_ kernel: PM: Image not found (code -22)
  12800. apr 27 13:29:16 _hostname_ kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  12801. apr 27 13:29:16 _hostname_ kernel: random: fast init done
  12802. apr 27 13:29:16 _hostname_ kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
  12803. apr 27 13:29:16 _hostname_ systemd[1]: systemd 248-5-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
  12804. apr 27 13:29:16 _hostname_ systemd[1]: Detected architecture x86-64.
  12805. apr 27 13:29:16 _hostname_ systemd[1]: Hostname set to <_hostname_>.
  12806. apr 27 13:29:16 _hostname_ kernel: usb 1-4: New USB device found, idVendor=04f2, idProduct=b655, bcdDevice=32.56
  12807. apr 27 13:29:16 _hostname_ kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  12808. apr 27 13:29:16 _hostname_ kernel: usb 1-4: Product: HP Wide Vision HD Camera
  12809. apr 27 13:29:16 _hostname_ kernel: usb 1-4: Manufacturer: Chicony
  12810. apr 27 13:29:16 _hostname_ kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
  12811. apr 27 13:29:16 _hostname_ kernel: usb 1-6: new full-speed USB device number 3 using xhci_hcd
  12812. apr 27 13:29:16 _hostname_ systemd[1]: Queued start job for default target Graphical Interface.
  12813. apr 27 13:29:16 _hostname_ systemd[1]: Created slice system-getty.slice.
  12814. apr 27 13:29:16 _hostname_ systemd[1]: Created slice system-modprobe.slice.
  12815. apr 27 13:29:16 _hostname_ systemd[1]: Created slice system-systemd\x2dfsck.slice.
  12816. apr 27 13:29:16 _hostname_ systemd[1]: Created slice User and Session Slice.
  12817. apr 27 13:29:16 _hostname_ systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  12818. apr 27 13:29:16 _hostname_ systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  12819. apr 27 13:29:16 _hostname_ systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  12820. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Local Encrypted Volumes.
  12821. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Login Prompts.
  12822. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Paths.
  12823. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Remote File Systems.
  12824. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Slices.
  12825. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Local Verity Integrity Protected Volumes.
  12826. apr 27 13:29:16 _hostname_ systemd[1]: Listening on Device-mapper event daemon FIFOs.
  12827. apr 27 13:29:16 _hostname_ systemd[1]: Listening on LVM2 poll daemon socket.
  12828. apr 27 13:29:16 _hostname_ systemd[1]: Listening on Process Core Dump Socket.
  12829. apr 27 13:29:16 _hostname_ systemd[1]: Listening on Journal Audit Socket.
  12830. apr 27 13:29:16 _hostname_ systemd[1]: Listening on Journal Socket (/dev/log).
  12831. apr 27 13:29:16 _hostname_ systemd[1]: Listening on Journal Socket.
  12832. apr 27 13:29:16 _hostname_ systemd[1]: Listening on udev Control Socket.
  12833. apr 27 13:29:16 _hostname_ systemd[1]: Listening on udev Kernel Socket.
  12834. apr 27 13:29:16 _hostname_ systemd[1]: Mounting Huge Pages File System...
  12835. apr 27 13:29:16 _hostname_ systemd[1]: Mounting POSIX Message Queue File System...
  12836. apr 27 13:29:16 _hostname_ systemd[1]: Mounting Kernel Debug File System...
  12837. apr 27 13:29:16 _hostname_ systemd[1]: Mounting Kernel Trace File System...
  12838. apr 27 13:29:16 _hostname_ systemd[1]: Starting Create list of static device nodes for the current kernel...
  12839. apr 27 13:29:16 _hostname_ systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  12840. apr 27 13:29:16 _hostname_ systemd[1]: Starting Load Kernel Module configfs...
  12841. apr 27 13:29:16 _hostname_ systemd[1]: Starting Load Kernel Module drm...
  12842. apr 27 13:29:16 _hostname_ systemd[1]: Starting Load Kernel Module fuse...
  12843. apr 27 13:29:16 _hostname_ kernel: random: lvm: uninitialized urandom read (4 bytes read)
  12844. apr 27 13:29:16 _hostname_ systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  12845. apr 27 13:29:16 _hostname_ systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  12846. apr 27 13:29:16 _hostname_ systemd[1]: Starting Journal Service...
  12847. apr 27 13:29:16 _hostname_ systemd[1]: Starting Load Kernel Modules...
  12848. apr 27 13:29:16 _hostname_ systemd[1]: Starting Remount Root and Kernel File Systems...
  12849. apr 27 13:29:16 _hostname_ systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
  12850. apr 27 13:29:16 _hostname_ kernel: Linux agpgart interface v0.103
  12851. apr 27 13:29:16 _hostname_ systemd[1]: Starting Coldplug All udev Devices...
  12852. apr 27 13:29:16 _hostname_ systemd[1]: Mounted Huge Pages File System.
  12853. apr 27 13:29:16 _hostname_ systemd[1]: Mounted POSIX Message Queue File System.
  12854. apr 27 13:29:16 _hostname_ systemd[1]: Mounted Kernel Debug File System.
  12855. apr 27 13:29:16 _hostname_ systemd[1]: Mounted Kernel Trace File System.
  12856. apr 27 13:29:16 _hostname_ systemd[1]: Finished Create list of static device nodes for the current kernel.
  12857. apr 27 13:29:16 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  12858. apr 27 13:29:16 _hostname_ systemd[1]: Finished Load Kernel Module configfs.
  12859. apr 27 13:29:16 _hostname_ systemd[1]: Mounting Kernel Configuration File System...
  12860. apr 27 13:29:16 _hostname_ kernel: EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
  12861. apr 27 13:29:16 _hostname_ systemd[1]: Finished Remount Root and Kernel File Systems.
  12862. apr 27 13:29:16 _hostname_ kernel: audit: type=1130 audit(1619522956.460:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12863. apr 27 13:29:16 _hostname_ systemd[1]: Mounted Kernel Configuration File System.
  12864. apr 27 13:29:16 _hostname_ systemd[1]: Condition check resulted in First Boot Wizard being skipped.
  12865. apr 27 13:29:16 _hostname_ systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  12866. apr 27 13:29:16 _hostname_ systemd[1]: Starting Load/Save Random Seed...
  12867. apr 27 13:29:16 _hostname_ systemd[1]: Condition check resulted in Create System Users being skipped.
  12868. apr 27 13:29:16 _hostname_ systemd[1]: Starting Create Static Device Nodes in /dev...
  12869. apr 27 13:29:16 _hostname_ kernel: Asymmetric key parser 'pkcs8' registered
  12870. apr 27 13:29:16 _hostname_ kernel: fuse: init (API version 7.33)
  12871. apr 27 13:29:16 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  12872. apr 27 13:29:16 _hostname_ systemd[1]: Finished Load Kernel Module fuse.
  12873. apr 27 13:29:16 _hostname_ kernel: audit: type=1130 audit(1619522956.466:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12874. apr 27 13:29:16 _hostname_ kernel: audit: type=1131 audit(1619522956.466:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12875. apr 27 13:29:16 _hostname_ systemd[1]: Mounting FUSE Control File System...
  12876. apr 27 13:29:16 _hostname_ systemd[1]: Mounted FUSE Control File System.
  12877. apr 27 13:29:16 _hostname_ kernel: tsc: Refined TSC clocksource calibration: 1992.006 MHz
  12878. apr 27 13:29:16 _hostname_ kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d5dac02a, max_idle_ns: 881590811122 ns
  12879. apr 27 13:29:16 _hostname_ kernel: clocksource: Switched to clocksource tsc
  12880. apr 27 13:29:16 _hostname_ kernel: vboxdrv: loading out-of-tree module taints kernel.
  12881. apr 27 13:29:16 _hostname_ kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
  12882. apr 27 13:29:16 _hostname_ kernel: vboxdrv: Found 8 processor cores
  12883. apr 27 13:29:16 _hostname_ systemd[1]: Finished Create Static Device Nodes in /dev.
  12884. apr 27 13:29:16 _hostname_ kernel: audit: type=1130 audit(1619522956.486:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12885. apr 27 13:29:16 _hostname_ kernel: audit: type=1334 audit(1619522956.486:6): prog-id=14 op=LOAD
  12886. apr 27 13:29:16 _hostname_ kernel: audit: type=1334 audit(1619522956.486:7): prog-id=15 op=LOAD
  12887. apr 27 13:29:16 _hostname_ kernel: audit: type=1334 audit(1619522956.486:8): prog-id=16 op=LOAD
  12888. apr 27 13:29:16 _hostname_ systemd[1]: Starting Rule-based Manager for Device Events and Files...
  12889. apr 27 13:29:16 _hostname_ systemd-journald[244]: Journal started
  12890. apr 27 13:29:16 _hostname_ systemd-journald[244]: Runtime Journal (/run/log/journal/903779cc386249ec9f1215bee6626fa8) is 8.0M, max 384.8M, 376.8M free.
  12891. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12892. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12893. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12894. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12895. apr 27 13:29:16 _hostname_ audit: BPF prog-id=14 op=LOAD
  12896. apr 27 13:29:16 _hostname_ audit: BPF prog-id=15 op=LOAD
  12897. apr 27 13:29:16 _hostname_ audit: BPF prog-id=16 op=LOAD
  12898. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12899. apr 27 13:29:16 _hostname_ systemd-modules-load[245]: Inserted module 'crypto_user'
  12900. apr 27 13:29:16 _hostname_ systemd-modules-load[245]: Module 'msr' is built in
  12901. apr 27 13:29:16 _hostname_ systemd-modules-load[245]: Inserted module 'pkcs8_key_parser'
  12902. apr 27 13:29:16 _hostname_ systemd-random-seed[250]: Kernel entropy pool is not initialized yet, waiting until it is.
  12903. apr 27 13:29:16 _hostname_ systemd[1]: Starting Flush Journal to Persistent Storage...
  12904. apr 27 13:29:16 _hostname_ systemd[1]: Started Journal Service.
  12905. apr 27 13:29:16 _hostname_ kernel: audit: type=1130 audit(1619522956.496:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12906. apr 27 13:29:16 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  12907. apr 27 13:29:16 _hostname_ systemd[1]: Finished Load Kernel Module drm.
  12908. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12909. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12910. apr 27 13:29:16 _hostname_ systemd-journald[244]: Time spent on flushing to /var/log/journal/903779cc386249ec9f1215bee6626fa8 is 7.994ms for 892 entries.
  12911. apr 27 13:29:16 _hostname_ systemd-journald[244]: System Journal (/var/log/journal/903779cc386249ec9f1215bee6626fa8) is 664.2M, max 4.0G, 3.3G free.
  12912. apr 27 13:29:16 _hostname_ kernel: audit: type=1130 audit(1619522956.499:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12913. apr 27 13:29:16 _hostname_ kernel: vboxdrv: TSC mode is Invariant, tentative frequency 1992006281 Hz
  12914. apr 27 13:29:16 _hostname_ kernel: vboxdrv: Successfully loaded version 6.1.20 (interface 0x00300000)
  12915. apr 27 13:29:16 _hostname_ kernel: VBoxNetAdp: Successfully started.
  12916. apr 27 13:29:16 _hostname_ kernel: VBoxNetFlt: Successfully started.
  12917. apr 27 13:29:16 _hostname_ kernel: usb 1-6: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.03
  12918. apr 27 13:29:16 _hostname_ kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  12919. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12920. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12921. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12922. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12923. apr 27 13:29:16 _hostname_ systemd-modules-load[245]: Inserted module 'vboxdrv'
  12924. apr 27 13:29:16 _hostname_ systemd-modules-load[245]: Inserted module 'vboxnetadp'
  12925. apr 27 13:29:16 _hostname_ systemd-modules-load[245]: Inserted module 'vboxnetflt'
  12926. apr 27 13:29:16 _hostname_ systemd[1]: Finished Coldplug All udev Devices.
  12927. apr 27 13:29:16 _hostname_ systemd[1]: Finished Load Kernel Modules.
  12928. apr 27 13:29:16 _hostname_ systemd[1]: Starting Apply Kernel Variables...
  12929. apr 27 13:29:16 _hostname_ systemd[1]: Finished Apply Kernel Variables.
  12930. apr 27 13:29:16 _hostname_ systemd[1]: Started Rule-based Manager for Device Events and Files.
  12931. apr 27 13:29:16 _hostname_ systemd[1]: Finished Flush Journal to Persistent Storage.
  12932. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12933. apr 27 13:29:16 _hostname_ kernel: input: HP Wireless hotkeys as /devices/virtual/input/input4
  12934. apr 27 13:29:16 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  12935. apr 27 13:29:16 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  12936. apr 27 13:29:16 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  12937. apr 27 13:29:16 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  12938. apr 27 13:29:16 _hostname_ kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
  12939. apr 27 13:29:16 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:03: WQBJ data block query control method not found
  12940. apr 27 13:29:16 _hostname_ kernel: random: mktemp: uninitialized urandom read (6 bytes read)
  12941. apr 27 13:29:16 _hostname_ systemd[1]: Found device SK hynix PC401 HFS256GD9TNG-62A0A 1.
  12942. apr 27 13:29:16 _hostname_ systemd[1]: Found device SK hynix PC401 HFS256GD9TNG-62A0A 3.
  12943. apr 27 13:29:16 _hostname_ systemd[1]: Activating swap /dev/disk/by-uuid/d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09...
  12944. apr 27 13:29:16 _hostname_ kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
  12945. apr 27 13:29:16 _hostname_ kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
  12946. apr 27 13:29:16 _hostname_ kernel: Adding 9227464k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:9227464k SSFS
  12947. apr 27 13:29:16 _hostname_ kernel: mei_me 0000:00:16.0: enabling device (0004 -> 0006)
  12948. apr 27 13:29:16 _hostname_ systemd[1]: Activated swap /dev/disk/by-uuid/d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09.
  12949. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Swap.
  12950. apr 27 13:29:16 _hostname_ systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
  12951. apr 27 13:29:16 _hostname_ systemd[1]: Mounting Temporary Directory (/tmp)...
  12952. apr 27 13:29:16 _hostname_ systemd[1]: Mounted Temporary Directory (/tmp).
  12953. apr 27 13:29:16 _hostname_ kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
  12954. apr 27 13:29:16 _hostname_ kernel: intel_rapl_common: Found RAPL domain package
  12955. apr 27 13:29:16 _hostname_ kernel: intel_rapl_common: Found RAPL domain dram
  12956. apr 27 13:29:16 _hostname_ kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
  12957. apr 27 13:29:16 _hostname_ kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
  12958. apr 27 13:29:16 _hostname_ kernel: i2c i2c-0: 2/2 memory slots populated (from DMI)
  12959. apr 27 13:29:16 _hostname_ kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
  12960. apr 27 13:29:16 _hostname_ kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
  12961. apr 27 13:29:16 _hostname_ kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
  12962. apr 27 13:29:16 _hostname_ kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
  12963. apr 27 13:29:16 _hostname_ kernel: intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
  12964. apr 27 13:29:16 _hostname_ kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
  12965. apr 27 13:29:16 _hostname_ systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
  12966. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12967. apr 27 13:29:16 _hostname_ kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
  12968. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Local File Systems (Pre).
  12969. apr 27 13:29:16 _hostname_ systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
  12970. apr 27 13:29:16 _hostname_ systemd[1]: Starting File System Check on /dev/disk/by-uuid/1E74-D81B...
  12971. apr 27 13:29:16 _hostname_ systemd-fsck[347]: fsck.fat 4.2 (2021-01-31)
  12972. apr 27 13:29:16 _hostname_ systemd-fsck[347]: There are differences between boot sector and its backup.
  12973. apr 27 13:29:16 _hostname_ systemd-fsck[347]: This is mostly harmless. Differences: (offset:original/backup)
  12974. apr 27 13:29:16 _hostname_ systemd-fsck[347]: 65:01/00
  12975. apr 27 13:29:16 _hostname_ systemd-fsck[347]: Not automatically fixing this.
  12976. apr 27 13:29:16 _hostname_ systemd-fsck[347]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
  12977. apr 27 13:29:16 _hostname_ systemd-fsck[347]: Automatically removing dirty bit.
  12978. apr 27 13:29:16 _hostname_ systemd-fsck[347]: *** Filesystem was changed ***
  12979. apr 27 13:29:16 _hostname_ systemd-fsck[347]: Writing changes.
  12980. apr 27 13:29:16 _hostname_ systemd-fsck[347]: /dev/nvme0n1p1: 5 files, 70/76646 clusters
  12981. apr 27 13:29:16 _hostname_ systemd[1]: Finished File System Check on /dev/disk/by-uuid/1E74-D81B.
  12982. apr 27 13:29:16 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1E74\x2dD81B comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  12983. apr 27 13:29:16 _hostname_ systemd[1]: Mounting /boot/efi...
  12984. apr 27 13:29:16 _hostname_ kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
  12985. apr 27 13:29:16 _hostname_ kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  12986. apr 27 13:29:16 _hostname_ systemd-udevd[283]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
  12987. apr 27 13:29:16 _hostname_ kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
  12988. apr 27 13:29:16 _hostname_ kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
  12989. apr 27 13:29:16 _hostname_ kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
  12990. apr 27 13:29:16 _hostname_ kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
  12991. apr 27 13:29:16 _hostname_ kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
  12992. apr 27 13:29:16 _hostname_ kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
  12993. apr 27 13:29:16 _hostname_ systemd[1]: Mounted /boot/efi.
  12994. apr 27 13:29:16 _hostname_ systemd[1]: Reached target Local File Systems.
  12995. apr 27 13:29:16 _hostname_ systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
  12996. apr 27 13:29:16 _hostname_ systemd[1]: Starting Create Volatile Files and Directories...
  12997. apr 27 13:29:16 _hostname_ kernel: Intel(R) Wireless WiFi driver for Linux
  12998. apr 27 13:29:17 _hostname_ kernel: cryptd: max_cpu_qlen set to 1000
  12999. apr 27 13:29:17 _hostname_ kernel: iwlwifi 0000:04:00.0: Found debug destination: EXTERNAL_DRAM
  13000. apr 27 13:29:17 _hostname_ kernel: iwlwifi 0000:04:00.0: Found debug configuration: 0
  13001. apr 27 13:29:17 _hostname_ kernel: iwlwifi 0000:04:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
  13002. apr 27 13:29:17 _hostname_ systemd[1]: Finished Create Volatile Files and Directories.
  13003. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13004. apr 27 13:29:17 _hostname_ systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
  13005. apr 27 13:29:17 _hostname_ audit: BPF prog-id=17 op=LOAD
  13006. apr 27 13:29:17 _hostname_ systemd[1]: Starting Network Time Synchronization...
  13007. apr 27 13:29:17 _hostname_ systemd[1]: Condition check resulted in Update is Completed being skipped.
  13008. apr 27 13:29:17 _hostname_ systemd[1]: Starting Update UTMP about System Boot/Shutdown...
  13009. apr 27 13:29:17 _hostname_ audit[374]: SYSTEM_BOOT pid=374 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
  13010. apr 27 13:29:17 _hostname_ systemd[1]: Finished Update UTMP about System Boot/Shutdown.
  13011. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13012. apr 27 13:29:17 _hostname_ kernel: AVX2 version of gcm_enc/dec engaged.
  13013. apr 27 13:29:17 _hostname_ kernel: AES CTR mode by8 optimization enabled
  13014. apr 27 13:29:17 _hostname_ kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
  13015. apr 27 13:29:17 _hostname_ kernel: intel_rapl_common: Found RAPL domain package
  13016. apr 27 13:29:17 _hostname_ kernel: intel_rapl_common: Found RAPL domain core
  13017. apr 27 13:29:17 _hostname_ kernel: intel_rapl_common: Found RAPL domain uncore
  13018. apr 27 13:29:17 _hostname_ kernel: intel_rapl_common: Found RAPL domain dram
  13019. apr 27 13:29:17 _hostname_ kernel: intel_rapl_common: Found RAPL domain psys
  13020. apr 27 13:29:17 _hostname_ systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  13021. apr 27 13:29:17 _hostname_ systemd[1]: Started Network Time Synchronization.
  13022. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13023. apr 27 13:29:17 _hostname_ systemd[1]: Reached target System Initialization.
  13024. apr 27 13:29:17 _hostname_ systemd[1]: Started Daily Cleanup of Temporary Directories.
  13025. apr 27 13:29:17 _hostname_ systemd[1]: Reached target System Time Set.
  13026. apr 27 13:29:17 _hostname_ systemd[1]: Started Daily rotation of log files.
  13027. apr 27 13:29:17 _hostname_ systemd[1]: Started Daily man-db regeneration.
  13028. apr 27 13:29:17 _hostname_ systemd[1]: Started Daily verification of password and group files.
  13029. apr 27 13:29:17 _hostname_ systemd[1]: Started Daily locate database update.
  13030. apr 27 13:29:17 _hostname_ systemd[1]: Reached target Timers.
  13031. apr 27 13:29:17 _hostname_ systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  13032. apr 27 13:29:17 _hostname_ systemd[1]: Listening on D-Bus System Message Bus Socket.
  13033. apr 27 13:29:17 _hostname_ systemd[1]: Reached target Sockets.
  13034. apr 27 13:29:17 _hostname_ systemd[1]: Reached target Basic System.
  13035. apr 27 13:29:17 _hostname_ systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
  13036. apr 27 13:29:17 _hostname_ systemd[1]: Started Periodic Command Scheduler.
  13037. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13038. apr 27 13:29:17 _hostname_ systemd[1]: Started D-Bus System Message Bus.
  13039. apr 27 13:29:17 _hostname_ crond[395]: (CRON) STARTUP (1.5.7)
  13040. apr 27 13:29:17 _hostname_ crond[395]: (CRON) INFO (Syslog will be used instead of sendmail.)
  13041. apr 27 13:29:17 _hostname_ crond[395]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 63% if used.)
  13042. apr 27 13:29:17 _hostname_ crond[395]: (CRON) INFO (running with inotify support)
  13043. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13044. apr 27 13:29:17 _hostname_ systemd[1]: Starting Network Manager...
  13045. apr 27 13:29:17 _hostname_ audit: BPF prog-id=18 op=LOAD
  13046. apr 27 13:29:17 _hostname_ systemd[1]: Starting Initialize hardware monitoring sensors...
  13047. apr 27 13:29:17 _hostname_ systemd[1]: Starting Optimus Manager Commands Daemon...
  13048. apr 27 13:29:17 _hostname_ audit: BPF prog-id=19 op=LOAD
  13049. apr 27 13:29:17 _hostname_ audit: BPF prog-id=20 op=LOAD
  13050. apr 27 13:29:17 _hostname_ systemd[1]: Starting User Login Management...
  13051. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Found user 'avahi' (UID 976) and group 'avahi' (GID 976).
  13052. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Successfully dropped root privileges.
  13053. apr 27 13:29:17 _hostname_ avahi-daemon[394]: avahi-daemon 0.8 starting up.
  13054. apr 27 13:29:17 _hostname_ kernel: dw-apb-uart.2: ttyS4 at MMIO 0xa4336000 (irq = 20, base_baud = 115200) is a 16550A
  13055. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.1733] NetworkManager (version 1.30.4-1) is starting... (for the first time)
  13056. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.1740] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
  13057. apr 27 13:29:17 _hostname_ systemd[1]: Started Avahi mDNS/DNS-SD Stack.
  13058. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13059. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.1798] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
  13060. apr 27 13:29:17 _hostname_ systemd[1]: Started Network Manager.
  13061. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13062. apr 27 13:29:17 _hostname_ systemd[1]: Reached target Network.
  13063. apr 27 13:29:17 _hostname_ systemd[1]: Starting Permit User Sessions...
  13064. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Successfully called chroot().
  13065. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Successfully dropped remaining capabilities.
  13066. apr 27 13:29:17 _hostname_ avahi-daemon[394]: No service file found in /etc/avahi/services.
  13067. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
  13068. apr 27 13:29:17 _hostname_ avahi-daemon[394]: New relevant interface lo.IPv6 for mDNS.
  13069. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
  13070. apr 27 13:29:17 _hostname_ avahi-daemon[394]: New relevant interface lo.IPv4 for mDNS.
  13071. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Network interface enumeration completed.
  13072. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Registering new address record for ::1 on lo.*.
  13073. apr 27 13:29:17 _hostname_ avahi-daemon[394]: Registering new address record for 127.0.0.1 on lo.IPv4.
  13074. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.1861] manager[0x564d2dbb40c0]: monitoring kernel firmware directory '/lib/firmware'.
  13075. apr 27 13:29:17 _hostname_ dbus-daemon[397]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=398 comm="/usr/bin/NetworkManager --no-daemon ")
  13076. apr 27 13:29:17 _hostname_ systemd-logind[401]: Watching system buttons on /dev/input/event1 (Power Button)
  13077. apr 27 13:29:17 _hostname_ systemd-logind[401]: Watching system buttons on /dev/input/event0 (Lid Switch)
  13078. apr 27 13:29:17 _hostname_ systemd-logind[401]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
  13079. apr 27 13:29:17 _hostname_ systemd-logind[401]: New seat seat0.
  13080. apr 27 13:29:17 _hostname_ systemd[1]: Finished Permit User Sessions.
  13081. apr 27 13:29:17 _hostname_ systemd[1]: Starting Hostname Service...
  13082. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13083. apr 27 13:29:17 _hostname_ audit: BPF prog-id=21 op=LOAD
  13084. apr 27 13:29:17 _hostname_ audit: BPF prog-id=22 op=LOAD
  13085. apr 27 13:29:17 _hostname_ audit: BPF prog-id=23 op=LOAD
  13086. apr 27 13:29:17 _hostname_ systemd[1]: Started User Login Management.
  13087. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13088. apr 27 13:29:17 _hostname_ kernel: iTCO_vendor_support: vendor-support=0
  13089. apr 27 13:29:17 _hostname_ kernel: checking generic (b0000000 7f0000) vs hw (a2000000 1000000)
  13090. apr 27 13:29:17 _hostname_ kernel: checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
  13091. apr 27 13:29:17 _hostname_ kernel: fb0: switching to inteldrmfb from EFI VGA
  13092. apr 27 13:29:17 _hostname_ kernel: Console: switching to colour dummy device 80x25
  13093. apr 27 13:29:17 _hostname_ kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
  13094. apr 27 13:29:17 _hostname_ kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
  13095. apr 27 13:29:17 _hostname_ kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
  13096. apr 27 13:29:17 _hostname_ kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
  13097. apr 27 13:29:17 _hostname_ dbus-daemon[397]: [system] Successfully activated service 'org.freedesktop.hostname1'
  13098. apr 27 13:29:17 _hostname_ systemd[1]: Started Hostname Service.
  13099. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13100. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13101. apr 27 13:29:17 _hostname_ systemd[1]: Finished Initialize hardware monitoring sensors.
  13102. apr 27 13:29:17 _hostname_ systemd[1]: Reached target Multi-User System.
  13103. apr 27 13:29:17 _hostname_ systemd[1]: Starting TLP system startup/shutdown...
  13104. apr 27 13:29:17 _hostname_ mtp-probe[429]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
  13105. apr 27 13:29:17 _hostname_ kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
  13106. apr 27 13:29:17 _hostname_ mtp-probe[429]: bus: 1, device: 2 was not an MTP device
  13107. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2507] hostname: hostname: using hostnamed
  13108. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2507] hostname: hostname changed from (none) to "_hostname_"
  13109. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2510] dns-mgr[0x564d2dba9110]: init: dns=default,systemd-resolved rc-manager=symlink
  13110. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2513] manager[0x564d2dbb40c0]: rfkill: Wi-Fi hardware radio set enabled
  13111. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2513] manager[0x564d2dbb40c0]: rfkill: WWAN hardware radio set enabled
  13112. apr 27 13:29:17 _hostname_ kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
  13113. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2706] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-team.so)
  13114. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2717] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-wifi.so)
  13115. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2722] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-adsl.so)
  13116. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2730] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-ovs.so)
  13117. apr 27 13:29:17 _hostname_ python3[400]: [34] INFO: # Daemon pre-start hook
  13118. apr 27 13:29:17 _hostname_ python3[400]: [35] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
  13119. apr 27 13:29:17 _hostname_ python3[400]: [36] INFO: Copying /etc/optimus-manager/optimus-manager.conf to /var/lib/optimus-manager/tmp/config_copy.conf
  13120. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2786] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-bluetooth.so)
  13121. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2791] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-wwan.so)
  13122. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2795] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
  13123. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2795] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
  13124. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2796] manager: Networking is enabled by state file
  13125. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2801] dhcp-init: Using DHCP client 'internal'
  13126. apr 27 13:29:17 _hostname_ dbus-daemon[397]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=398 comm="/usr/bin/NetworkManager --no-daemon ")
  13127. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2804] settings: Loaded settings plugin: keyfile (internal)
  13128. apr 27 13:29:17 _hostname_ python3[400]: [40] INFO: Startup mode is: integrated
  13129. apr 27 13:29:17 _hostname_ python3[400]: [40] INFO: Writing state {'type': 'pending_pre_xorg_start', 'requested_mode': 'integrated', 'current_mode': None}
  13130. apr 27 13:29:17 _hostname_ python3[400]: [40] INFO: Daemon pre-start hook completed successfully.
  13131. apr 27 13:29:17 _hostname_ python3[400]: [41] INFO: Calling Xorg pre-start hook.
  13132. apr 27 13:29:17 _hostname_ systemd[1]: Starting Network Manager Script Dispatcher Service...
  13133. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2905] device (lo): carrier: link connected
  13134. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2908] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
  13135. apr 27 13:29:17 _hostname_ dbus-daemon[397]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  13136. apr 27 13:29:17 _hostname_ systemd[1]: Started Network Manager Script Dispatcher Service.
  13137. apr 27 13:29:17 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13138. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2990] ovsdb: Could not connect: No such file or directory
  13139. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2990] ovsdb: disconnected from ovsdb
  13140. apr 27 13:29:17 _hostname_ NetworkManager[398]: <info> [1619522957.2996] manager: startup complete
  13141. apr 27 13:29:17 _hostname_ kernel: iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
  13142. #################### journalctl -b -2 ########################
  13143. -- Journal begins at Wed 2021-04-14 23:05:29 CEST, ends at Tue 2021-04-27 14:03:36 CEST. --
  13144. apr 27 13:27:25 _hostname_ kernel: Linux version 5.11.16-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000
  13145. apr 27 13:27:25 _hostname_ kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6b5792c1-603c-43ca-a25d-b1380fb6c319 rw "acpi_osi=Windows 2017" resume=UUID=d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09 loglevel=3 nowatchdog
  13146. apr 27 13:27:25 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  13147. apr 27 13:27:25 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  13148. apr 27 13:27:25 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  13149. apr 27 13:27:25 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
  13150. apr 27 13:27:25 _hostname_ kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
  13151. apr 27 13:27:25 _hostname_ kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
  13152. apr 27 13:27:25 _hostname_ kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
  13153. apr 27 13:27:25 _hostname_ kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
  13154. apr 27 13:27:25 _hostname_ kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
  13155. apr 27 13:27:25 _hostname_ kernel: BIOS-provided physical RAM map:
  13156. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
  13157. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
  13158. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
  13159. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
  13160. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000055aecfff] usable
  13161. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aed000-0x0000000055aedfff] ACPI NVS
  13162. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aee000-0x0000000055aeefff] reserved
  13163. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x0000000055aef000-0x000000007dd0dfff] usable
  13164. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x000000007dd0e000-0x000000007e10dfff] type 20
  13165. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x000000007e10e000-0x000000007f10dfff] reserved
  13166. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x000000007f10e000-0x000000007f7fdfff] ACPI NVS
  13167. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x000000007f7fe000-0x000000007fffdfff] ACPI data
  13168. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x000000007fffe000-0x000000007fffefff] usable
  13169. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x000000007ffff000-0x000000008cffffff] reserved
  13170. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  13171. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
  13172. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  13173. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
  13174. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
  13175. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
  13176. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  13177. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
  13178. apr 27 13:27:25 _hostname_ kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000271ffffff] usable
  13179. apr 27 13:27:25 _hostname_ kernel: NX (Execute Disable) protection: active
  13180. apr 27 13:27:25 _hostname_ kernel: efi: EFI v2.50 by INSYDE Corp.
  13181. apr 27 13:27:25 _hostname_ kernel: efi: TPMFinalLog=0x7f105000 ACPI 2.0=0x7fffd014 SMBIOS=0x7e608000 SMBIOS 3.0=0x7e606000 ESRT=0x7e6041d8
  13182. apr 27 13:27:25 _hostname_ kernel: SMBIOS 3.0.0 present.
  13183. apr 27 13:27:25 _hostname_ kernel: DMI: HP HP ENVY Laptop 13-ah0xxx/8482, BIOS F.27 11/11/2020
  13184. apr 27 13:27:25 _hostname_ kernel: tsc: Detected 2000.000 MHz processor
  13185. apr 27 13:27:25 _hostname_ kernel: tsc: Detected 1999.968 MHz TSC
  13186. apr 27 13:27:25 _hostname_ kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  13187. apr 27 13:27:25 _hostname_ kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
  13188. apr 27 13:27:25 _hostname_ kernel: last_pfn = 0x272000 max_arch_pfn = 0x400000000
  13189. apr 27 13:27:25 _hostname_ kernel: MTRR default type: write-back
  13190. apr 27 13:27:25 _hostname_ kernel: MTRR fixed ranges enabled:
  13191. apr 27 13:27:25 _hostname_ kernel: 00000-9FFFF write-back
  13192. apr 27 13:27:25 _hostname_ kernel: A0000-BFFFF uncachable
  13193. apr 27 13:27:25 _hostname_ kernel: C0000-FFFFF write-protect
  13194. apr 27 13:27:25 _hostname_ kernel: MTRR variable ranges enabled:
  13195. apr 27 13:27:25 _hostname_ kernel: 0 base 00C0000000 mask 7FC0000000 uncachable
  13196. apr 27 13:27:25 _hostname_ kernel: 1 base 00A0000000 mask 7FE0000000 uncachable
  13197. apr 27 13:27:25 _hostname_ kernel: 2 base 0090000000 mask 7FF0000000 uncachable
  13198. apr 27 13:27:25 _hostname_ kernel: 3 base 008C000000 mask 7FFC000000 uncachable
  13199. apr 27 13:27:25 _hostname_ kernel: 4 base 008A000000 mask 7FFE000000 uncachable
  13200. apr 27 13:27:25 _hostname_ kernel: 5 base 0089000000 mask 7FFF000000 uncachable
  13201. apr 27 13:27:25 _hostname_ kernel: 6 base 0088800000 mask 7FFF800000 uncachable
  13202. apr 27 13:27:25 _hostname_ kernel: 7 disabled
  13203. apr 27 13:27:25 _hostname_ kernel: 8 disabled
  13204. apr 27 13:27:25 _hostname_ kernel: 9 disabled
  13205. apr 27 13:27:25 _hostname_ kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
  13206. apr 27 13:27:25 _hostname_ kernel: last_pfn = 0x7ffff max_arch_pfn = 0x400000000
  13207. apr 27 13:27:25 _hostname_ kernel: esrt: Reserving ESRT space from 0x000000007e6041d8 to 0x000000007e604210.
  13208. apr 27 13:27:25 _hostname_ kernel: check: Scanning 1 areas for low memory corruption
  13209. apr 27 13:27:25 _hostname_ kernel: Using GB pages for direct mapping
  13210. apr 27 13:27:25 _hostname_ kernel: Secure boot could not be determined
  13211. apr 27 13:27:25 _hostname_ kernel: RAMDISK: [mem 0x36d9d000-0x376c5fff]
  13212. apr 27 13:27:25 _hostname_ kernel: ACPI: Early table checksum verification disabled
  13213. apr 27 13:27:25 _hostname_ kernel: ACPI: RSDP 0x000000007FFFD014 000024 (v02 HPQOEM)
  13214. apr 27 13:27:25 _hostname_ kernel: ACPI: XSDT 0x000000007FFD2188 00014C (v01 HPQOEM SLIC-MPC 00000000 HP 01000013)
  13215. apr 27 13:27:25 _hostname_ kernel: ACPI: FACP 0x000000007FFD5000 00010C (v05 HPQOEM SLIC-MPC 00000000 HP 00040000)
  13216. apr 27 13:27:25 _hostname_ kernel: ACPI: DSDT 0x000000007FFA1000 02F547 (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000)
  13217. apr 27 13:27:25 _hostname_ kernel: ACPI: FACS 0x000000007F7D4000 000040
  13218. apr 27 13:27:25 _hostname_ kernel: ACPI: UEFI 0x000000007FFFC000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  13219. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFFB000 000374 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  13220. apr 27 13:27:25 _hostname_ kernel: ACPI: UEFI 0x000000007FFFA000 000042 (v01 HPQOEM INSYDE 00000002 HP 00040000)
  13221. apr 27 13:27:25 _hostname_ kernel: ACPI: IHIS 0x000000007FFF9000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  13222. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFF4000 00496B (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  13223. apr 27 13:27:25 _hostname_ kernel: ACPI: MSDM 0x000000007FFF3000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
  13224. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFF2000 0004C3 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  13225. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFF1000 000046 (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  13226. apr 27 13:27:25 _hostname_ kernel: ACPI: TPM2 0x000000007FFF0000 000034 (v03 HPQOEM INSYDE 00000000 HP 00040000)
  13227. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFED000 002FA1 (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  13228. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFE6000 0062BA (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  13229. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFDB000 00A8D0 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  13230. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFDA000 000889 (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  13231. apr 27 13:27:25 _hostname_ kernel: ACPI: ASF! 0x000000007FFD9000 0000A5 (v32 HPQOEM INSYDE 00000001 HP 00040000)
  13232. apr 27 13:27:25 _hostname_ kernel: ACPI: ASPT 0x000000007FFD8000 000034 (v07 HPQOEM INSYDE 00000001 HP 00040000)
  13233. apr 27 13:27:25 _hostname_ kernel: ACPI: BOOT 0x000000007FFD7000 000028 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  13234. apr 27 13:27:25 _hostname_ kernel: ACPI: DBGP 0x000000007FFD6000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP 00040000)
  13235. apr 27 13:27:25 _hostname_ kernel: ACPI: HPET 0x000000007FFD4000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  13236. apr 27 13:27:25 _hostname_ kernel: ACPI: APIC 0x000000007FFD3000 00012C (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
  13237. apr 27 13:27:25 _hostname_ kernel: ACPI: MCFG 0x000000007FFD1000 00003C (v01 HPQOEM INSYDE 00000001 HP 00040000)
  13238. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FFA0000 000517 (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  13239. apr 27 13:27:25 _hostname_ kernel: ACPI: LPIT 0x000000007FF9F000 000094 (v01 HPQOEM INSYDE 00000000 HP 00040000)
  13240. apr 27 13:27:25 _hostname_ kernel: ACPI: WSMT 0x000000007FF9E000 000028 (v01 HPQOEM INSYDE 00000000 HP 00040000)
  13241. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FF9D000 00029F (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
  13242. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FF9C000 000346 (v01 HPQOEM INSYDE 00000000 ACPI 00040000)
  13243. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FF98000 003002 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  13244. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FF97000 00051E (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  13245. apr 27 13:27:25 _hostname_ kernel: ACPI: DBGP 0x000000007FF96000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
  13246. apr 27 13:27:25 _hostname_ kernel: ACPI: DBG2 0x000000007FF95000 000054 (v00 HPQOEM INSYDE 00000002 HP 00040000)
  13247. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FF94000 000F61 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
  13248. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FF92000 0017AE (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
  13249. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0x000000007FF8E000 003991 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
  13250. apr 27 13:27:25 _hostname_ kernel: ACPI: DMAR 0x000000007FF8D000 000138 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  13251. apr 27 13:27:25 _hostname_ kernel: ACPI: NHLT 0x000000007FF8C000 00002D (v00 HPQOEM INSYDE 00000002 HP 00040000)
  13252. apr 27 13:27:25 _hostname_ kernel: ACPI: FPDT 0x000000007FF8B000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
  13253. apr 27 13:27:25 _hostname_ kernel: ACPI: BGRT 0x000000007FF8A000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
  13254. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving FACP table memory at [mem 0x7ffd5000-0x7ffd510b]
  13255. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving DSDT table memory at [mem 0x7ffa1000-0x7ffd0546]
  13256. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving FACS table memory at [mem 0x7f7d4000-0x7f7d403f]
  13257. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving UEFI table memory at [mem 0x7fffc000-0x7fffc235]
  13258. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fffb000-0x7fffb373]
  13259. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving UEFI table memory at [mem 0x7fffa000-0x7fffa041]
  13260. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving IHIS table memory at [mem 0x7fff9000-0x7fff9037]
  13261. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff4000-0x7fff896a]
  13262. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving MSDM table memory at [mem 0x7fff3000-0x7fff3054]
  13263. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff2000-0x7fff24c2]
  13264. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff1000-0x7fff1045]
  13265. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving TPM2 table memory at [mem 0x7fff0000-0x7fff0033]
  13266. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffed000-0x7ffeffa0]
  13267. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffe6000-0x7ffec2b9]
  13268. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffdb000-0x7ffe58cf]
  13269. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffda000-0x7ffda888]
  13270. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving ASF! table memory at [mem 0x7ffd9000-0x7ffd90a4]
  13271. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving ASPT table memory at [mem 0x7ffd8000-0x7ffd8033]
  13272. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving BOOT table memory at [mem 0x7ffd7000-0x7ffd7027]
  13273. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving DBGP table memory at [mem 0x7ffd6000-0x7ffd6033]
  13274. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving HPET table memory at [mem 0x7ffd4000-0x7ffd4037]
  13275. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving APIC table memory at [mem 0x7ffd3000-0x7ffd312b]
  13276. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving MCFG table memory at [mem 0x7ffd1000-0x7ffd103b]
  13277. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ffa0000-0x7ffa0516]
  13278. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving LPIT table memory at [mem 0x7ff9f000-0x7ff9f093]
  13279. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving WSMT table memory at [mem 0x7ff9e000-0x7ff9e027]
  13280. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff9d000-0x7ff9d29e]
  13281. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff9c000-0x7ff9c345]
  13282. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff98000-0x7ff9b001]
  13283. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff97000-0x7ff9751d]
  13284. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving DBGP table memory at [mem 0x7ff96000-0x7ff96033]
  13285. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving DBG2 table memory at [mem 0x7ff95000-0x7ff95053]
  13286. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff94000-0x7ff94f60]
  13287. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff92000-0x7ff937ad]
  13288. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0x7ff8e000-0x7ff91990]
  13289. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving DMAR table memory at [mem 0x7ff8d000-0x7ff8d137]
  13290. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving NHLT table memory at [mem 0x7ff8c000-0x7ff8c02c]
  13291. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving FPDT table memory at [mem 0x7ff8b000-0x7ff8b043]
  13292. apr 27 13:27:25 _hostname_ kernel: ACPI: Reserving BGRT table memory at [mem 0x7ff8a000-0x7ff8a037]
  13293. apr 27 13:27:25 _hostname_ kernel: ACPI: Local APIC address 0xfee00000
  13294. apr 27 13:27:25 _hostname_ kernel: No NUMA configuration found
  13295. apr 27 13:27:25 _hostname_ kernel: Faking a node at [mem 0x0000000000000000-0x0000000271ffffff]
  13296. apr 27 13:27:25 _hostname_ kernel: NODE_DATA(0) allocated [mem 0x271ffc000-0x271ffffff]
  13297. apr 27 13:27:25 _hostname_ kernel: Zone ranges:
  13298. apr 27 13:27:25 _hostname_ kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
  13299. apr 27 13:27:25 _hostname_ kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
  13300. apr 27 13:27:25 _hostname_ kernel: Normal [mem 0x0000000100000000-0x0000000271ffffff]
  13301. apr 27 13:27:25 _hostname_ kernel: Device empty
  13302. apr 27 13:27:25 _hostname_ kernel: Movable zone start for each node
  13303. apr 27 13:27:25 _hostname_ kernel: Early memory node ranges
  13304. apr 27 13:27:25 _hostname_ kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
  13305. apr 27 13:27:25 _hostname_ kernel: node 0: [mem 0x0000000000059000-0x000000000009dfff]
  13306. apr 27 13:27:25 _hostname_ kernel: node 0: [mem 0x0000000000100000-0x0000000055aecfff]
  13307. apr 27 13:27:25 _hostname_ kernel: node 0: [mem 0x0000000055aef000-0x000000007dd0dfff]
  13308. apr 27 13:27:25 _hostname_ kernel: node 0: [mem 0x000000007fffe000-0x000000007fffefff]
  13309. apr 27 13:27:25 _hostname_ kernel: node 0: [mem 0x0000000100000000-0x0000000271ffffff]
  13310. apr 27 13:27:25 _hostname_ kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000271ffffff]
  13311. apr 27 13:27:25 _hostname_ kernel: On node 0 totalpages: 2030761
  13312. apr 27 13:27:25 _hostname_ kernel: DMA zone: 64 pages used for memmap
  13313. apr 27 13:27:25 _hostname_ kernel: DMA zone: 22 pages reserved
  13314. apr 27 13:27:25 _hostname_ kernel: DMA zone: 3996 pages, LIFO batch:0
  13315. apr 27 13:27:25 _hostname_ kernel: DMA zone: 28772 pages in unavailable ranges
  13316. apr 27 13:27:25 _hostname_ kernel: DMA32 zone: 7989 pages used for memmap
  13317. apr 27 13:27:25 _hostname_ kernel: DMA32 zone: 511245 pages, LIFO batch:63
  13318. apr 27 13:27:25 _hostname_ kernel: DMA32 zone: 8947 pages in unavailable ranges
  13319. apr 27 13:27:25 _hostname_ kernel: Normal zone: 23680 pages used for memmap
  13320. apr 27 13:27:25 _hostname_ kernel: Normal zone: 1515520 pages, LIFO batch:63
  13321. apr 27 13:27:25 _hostname_ kernel: Normal zone: 24576 pages in unavailable ranges
  13322. apr 27 13:27:25 _hostname_ kernel: Reserving Intel graphics memory at [mem 0x89000000-0x8cffffff]
  13323. apr 27 13:27:25 _hostname_ kernel: ACPI: PM-Timer IO Port: 0x1808
  13324. apr 27 13:27:25 _hostname_ kernel: ACPI: Local APIC address 0xfee00000
  13325. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  13326. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  13327. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  13328. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
  13329. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
  13330. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
  13331. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
  13332. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
  13333. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
  13334. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
  13335. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
  13336. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
  13337. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
  13338. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
  13339. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
  13340. apr 27 13:27:25 _hostname_ kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
  13341. apr 27 13:27:25 _hostname_ kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
  13342. apr 27 13:27:25 _hostname_ kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  13343. apr 27 13:27:25 _hostname_ kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  13344. apr 27 13:27:25 _hostname_ kernel: ACPI: IRQ0 used by override.
  13345. apr 27 13:27:25 _hostname_ kernel: ACPI: IRQ9 used by override.
  13346. apr 27 13:27:25 _hostname_ kernel: Using ACPI (MADT) for SMP configuration information
  13347. apr 27 13:27:25 _hostname_ kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
  13348. apr 27 13:27:25 _hostname_ kernel: e820: update [mem 0x63c11000-0x63c29fff] usable ==> reserved
  13349. apr 27 13:27:25 _hostname_ kernel: TSC deadline timer available
  13350. apr 27 13:27:25 _hostname_ kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
  13351. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
  13352. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
  13353. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
  13354. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x55aed000-0x55aedfff]
  13355. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x55aee000-0x55aeefff]
  13356. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x63c11000-0x63c29fff]
  13357. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7dd0e000-0x7e10dfff]
  13358. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7e10e000-0x7f10dfff]
  13359. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7f10e000-0x7f7fdfff]
  13360. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7f7fe000-0x7fffdfff]
  13361. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x7ffff000-0x8cffffff]
  13362. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x8d000000-0xdfffffff]
  13363. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
  13364. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
  13365. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
  13366. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
  13367. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  13368. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
  13369. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
  13370. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
  13371. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
  13372. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
  13373. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
  13374. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
  13375. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  13376. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
  13377. apr 27 13:27:25 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
  13378. apr 27 13:27:25 _hostname_ kernel: [mem 0x8d000000-0xdfffffff] available for PCI devices
  13379. apr 27 13:27:25 _hostname_ kernel: Booting paravirtualized kernel on bare hardware
  13380. apr 27 13:27:25 _hostname_ kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
  13381. apr 27 13:27:25 _hostname_ kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
  13382. apr 27 13:27:25 _hostname_ kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
  13383. apr 27 13:27:25 _hostname_ kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
  13384. apr 27 13:27:25 _hostname_ kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
  13385. apr 27 13:27:25 _hostname_ kernel: Built 1 zonelists, mobility grouping on. Total pages: 1999006
  13386. apr 27 13:27:25 _hostname_ kernel: Policy zone: Normal
  13387. apr 27 13:27:25 _hostname_ kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6b5792c1-603c-43ca-a25d-b1380fb6c319 rw "acpi_osi=Windows 2017" resume=UUID=d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09 loglevel=3 nowatchdog
  13388. apr 27 13:27:25 _hostname_ kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  13389. apr 27 13:27:25 _hostname_ kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  13390. apr 27 13:27:25 _hostname_ kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
  13391. apr 27 13:27:25 _hostname_ kernel: Memory: 7805304K/8123044K available (14344K kernel code, 2029K rwdata, 8884K rodata, 1668K init, 4380K bss, 317480K reserved, 0K cma-reserved)
  13392. apr 27 13:27:25 _hostname_ kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x530 with crng_init=0
  13393. apr 27 13:27:25 _hostname_ kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  13394. apr 27 13:27:25 _hostname_ kernel: Kernel/User page tables isolation: enabled
  13395. apr 27 13:27:25 _hostname_ kernel: ftrace: allocating 41710 entries in 163 pages
  13396. apr 27 13:27:25 _hostname_ kernel: ftrace: allocated 163 pages with 4 groups
  13397. apr 27 13:27:25 _hostname_ kernel: rcu: Preemptible hierarchical RCU implementation.
  13398. apr 27 13:27:25 _hostname_ kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
  13399. apr 27 13:27:25 _hostname_ kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
  13400. apr 27 13:27:25 _hostname_ kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
  13401. apr 27 13:27:25 _hostname_ kernel: Trampoline variant of Tasks RCU enabled.
  13402. apr 27 13:27:25 _hostname_ kernel: Rude variant of Tasks RCU enabled.
  13403. apr 27 13:27:25 _hostname_ kernel: Tracing variant of Tasks RCU enabled.
  13404. apr 27 13:27:25 _hostname_ kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
  13405. apr 27 13:27:25 _hostname_ kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  13406. apr 27 13:27:25 _hostname_ kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
  13407. apr 27 13:27:25 _hostname_ kernel: Console: colour dummy device 80x25
  13408. apr 27 13:27:25 _hostname_ kernel: printk: console [tty0] enabled
  13409. apr 27 13:27:25 _hostname_ kernel: ACPI: Core revision 20201113
  13410. apr 27 13:27:25 _hostname_ kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
  13411. apr 27 13:27:25 _hostname_ kernel: APIC: Switch to symmetric I/O mode setup
  13412. apr 27 13:27:25 _hostname_ kernel: DMAR: Host address width 39
  13413. apr 27 13:27:25 _hostname_ kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
  13414. apr 27 13:27:25 _hostname_ kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
  13415. apr 27 13:27:25 _hostname_ kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
  13416. apr 27 13:27:25 _hostname_ kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
  13417. apr 27 13:27:25 _hostname_ kernel: DMAR: RMRR base: 0x0000007ef8b000 end: 0x0000007efaafff
  13418. apr 27 13:27:25 _hostname_ kernel: DMAR: RMRR base: 0x00000088800000 end: 0x0000008cffffff
  13419. apr 27 13:27:25 _hostname_ kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
  13420. apr 27 13:27:25 _hostname_ kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
  13421. apr 27 13:27:25 _hostname_ kernel: DMAR: ANDD device: 8 name: \_SB.PCI0.SPI1
  13422. apr 27 13:27:25 _hostname_ kernel: DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
  13423. apr 27 13:27:25 _hostname_ kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
  13424. apr 27 13:27:25 _hostname_ kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
  13425. apr 27 13:27:25 _hostname_ kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
  13426. apr 27 13:27:25 _hostname_ kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
  13427. apr 27 13:27:25 _hostname_ kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
  13428. apr 27 13:27:25 _hostname_ kernel: x2apic: IRQ remapping doesn't support X2APIC mode
  13429. apr 27 13:27:25 _hostname_ kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  13430. apr 27 13:27:25 _hostname_ kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
  13431. apr 27 13:27:25 _hostname_ kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4001.60 BogoMIPS (lpj=6666560)
  13432. apr 27 13:27:25 _hostname_ kernel: pid_max: default: 32768 minimum: 301
  13433. apr 27 13:27:25 _hostname_ kernel: LSM: Security Framework initializing
  13434. apr 27 13:27:25 _hostname_ kernel: Yama: becoming mindful.
  13435. apr 27 13:27:25 _hostname_ kernel: LSM support for eBPF active
  13436. apr 27 13:27:25 _hostname_ kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  13437. apr 27 13:27:25 _hostname_ kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  13438. apr 27 13:27:25 _hostname_ kernel: mce: CPU0: Thermal monitoring enabled (TM1)
  13439. apr 27 13:27:25 _hostname_ kernel: process: using mwait in idle threads
  13440. apr 27 13:27:25 _hostname_ kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
  13441. apr 27 13:27:25 _hostname_ kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
  13442. apr 27 13:27:25 _hostname_ kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
  13443. apr 27 13:27:25 _hostname_ kernel: Spectre V2 : Mitigation: Full generic retpoline
  13444. apr 27 13:27:25 _hostname_ kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
  13445. apr 27 13:27:25 _hostname_ kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
  13446. apr 27 13:27:25 _hostname_ kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
  13447. apr 27 13:27:25 _hostname_ kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
  13448. apr 27 13:27:25 _hostname_ kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
  13449. apr 27 13:27:25 _hostname_ kernel: SRBDS: Mitigation: Microcode
  13450. apr 27 13:27:25 _hostname_ kernel: MDS: Mitigation: Clear CPU buffers
  13451. apr 27 13:27:25 _hostname_ kernel: Freeing SMP alternatives memory: 36K
  13452. apr 27 13:27:25 _hostname_ kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1894
  13453. apr 27 13:27:25 _hostname_ kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
  13454. apr 27 13:27:25 _hostname_ kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
  13455. apr 27 13:27:25 _hostname_ kernel: ... version: 4
  13456. apr 27 13:27:25 _hostname_ kernel: ... bit width: 48
  13457. apr 27 13:27:25 _hostname_ kernel: ... generic registers: 4
  13458. apr 27 13:27:25 _hostname_ kernel: ... value mask: 0000ffffffffffff
  13459. apr 27 13:27:25 _hostname_ kernel: ... max period: 00007fffffffffff
  13460. apr 27 13:27:25 _hostname_ kernel: ... fixed-purpose events: 3
  13461. apr 27 13:27:25 _hostname_ kernel: ... event mask: 000000070000000f
  13462. apr 27 13:27:25 _hostname_ kernel: rcu: Hierarchical SRCU implementation.
  13463. apr 27 13:27:25 _hostname_ kernel: smp: Bringing up secondary CPUs ...
  13464. apr 27 13:27:25 _hostname_ kernel: x86: Booting SMP configuration:
  13465. apr 27 13:27:25 _hostname_ kernel: .... node #0, CPUs: #1 #2 #3 #4
  13466. apr 27 13:27:25 _hostname_ kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
  13467. apr 27 13:27:25 _hostname_ kernel: #5 #6 #7
  13468. apr 27 13:27:25 _hostname_ kernel: smp: Brought up 1 node, 8 CPUs
  13469. apr 27 13:27:25 _hostname_ kernel: smpboot: Max logical packages: 1
  13470. apr 27 13:27:25 _hostname_ kernel: smpboot: Total of 8 processors activated (32012.80 BogoMIPS)
  13471. apr 27 13:27:25 _hostname_ kernel: devtmpfs: initialized
  13472. apr 27 13:27:25 _hostname_ kernel: x86/mm: Memory block size: 128MB
  13473. apr 27 13:27:25 _hostname_ kernel: PM: Registering ACPI NVS region [mem 0x55aed000-0x55aedfff] (4096 bytes)
  13474. apr 27 13:27:25 _hostname_ kernel: PM: Registering ACPI NVS region [mem 0x7f10e000-0x7f7fdfff] (7274496 bytes)
  13475. apr 27 13:27:25 _hostname_ kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  13476. apr 27 13:27:25 _hostname_ kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
  13477. apr 27 13:27:25 _hostname_ kernel: pinctrl core: initialized pinctrl subsystem
  13478. apr 27 13:27:25 _hostname_ kernel: PM: RTC time: 11:27:23, date: 2021-04-27
  13479. apr 27 13:27:25 _hostname_ kernel: NET: Registered protocol family 16
  13480. apr 27 13:27:25 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  13481. apr 27 13:27:25 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  13482. apr 27 13:27:25 _hostname_ kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  13483. apr 27 13:27:25 _hostname_ kernel: audit: initializing netlink subsys (disabled)
  13484. apr 27 13:27:25 _hostname_ kernel: audit: type=2000 audit(1619522843.049:1): state=initialized audit_enabled=0 res=1
  13485. apr 27 13:27:25 _hostname_ kernel: thermal_sys: Registered thermal governor 'fair_share'
  13486. apr 27 13:27:25 _hostname_ kernel: thermal_sys: Registered thermal governor 'bang_bang'
  13487. apr 27 13:27:25 _hostname_ kernel: thermal_sys: Registered thermal governor 'step_wise'
  13488. apr 27 13:27:25 _hostname_ kernel: thermal_sys: Registered thermal governor 'user_space'
  13489. apr 27 13:27:25 _hostname_ kernel: thermal_sys: Registered thermal governor 'power_allocator'
  13490. apr 27 13:27:25 _hostname_ kernel: cpuidle: using governor ladder
  13491. apr 27 13:27:25 _hostname_ kernel: cpuidle: using governor menu
  13492. apr 27 13:27:25 _hostname_ kernel: Simple Boot Flag at 0x44 set to 0x1
  13493. apr 27 13:27:25 _hostname_ kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  13494. apr 27 13:27:25 _hostname_ kernel: ACPI: bus type PCI registered
  13495. apr 27 13:27:25 _hostname_ kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  13496. apr 27 13:27:25 _hostname_ kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  13497. apr 27 13:27:25 _hostname_ kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  13498. apr 27 13:27:25 _hostname_ kernel: PCI: Using configuration type 1 for base access
  13499. apr 27 13:27:25 _hostname_ kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  13500. apr 27 13:27:25 _hostname_ kernel: Kprobes globally optimized
  13501. apr 27 13:27:25 _hostname_ kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  13502. apr 27 13:27:25 _hostname_ kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  13503. apr 27 13:27:25 _hostname_ kernel: ACPI: Added _OSI(Module Device)
  13504. apr 27 13:27:25 _hostname_ kernel: ACPI: Added _OSI(Processor Device)
  13505. apr 27 13:27:25 _hostname_ kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
  13506. apr 27 13:27:25 _hostname_ kernel: ACPI: Added _OSI(Processor Aggregator Device)
  13507. apr 27 13:27:25 _hostname_ kernel: ACPI: Added _OSI(Linux-Dell-Video)
  13508. apr 27 13:27:25 _hostname_ kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  13509. apr 27 13:27:25 _hostname_ kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
  13510. apr 27 13:27:25 _hostname_ kernel: ACPI: 17 ACPI AML tables successfully acquired and loaded
  13511. apr 27 13:27:25 _hostname_ kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  13512. apr 27 13:27:25 _hostname_ kernel: ACPI Error: No handler for Region [RAM_] (0000000024c08cb2) [EmbeddedControl] (20201113/evregion-130)
  13513. apr 27 13:27:25 _hostname_ kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20201113/exfldio-261)
  13514. apr 27 13:27:25 _hostname_ kernel: ACPI Error: Aborting method \_SB.PCI0.I2C1.TPL1._STA due to previous error (AE_NOT_EXIST) (20201113/psparse-529)
  13515. apr 27 13:27:25 _hostname_ kernel: ACPI Error: Method execution failed \_SB.PCI0.I2C1.TPL1._STA due to previous error (AE_NOT_EXIST) (20201113/uteval-68)
  13516. apr 27 13:27:25 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  13517. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0xFFFF8D8E41155000 0005CD (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
  13518. apr 27 13:27:25 _hostname_ kernel: ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
  13519. apr 27 13:27:25 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  13520. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0xFFFF8D8E41160800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
  13521. apr 27 13:27:25 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  13522. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0xFFFF8D8E40BE3E40 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
  13523. apr 27 13:27:25 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  13524. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0xFFFF8D8E41155800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160527)
  13525. apr 27 13:27:25 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  13526. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0xFFFF8D8E4116D000 000D14 (v02 PmRef ApIst 00003000 INTL 20160527)
  13527. apr 27 13:27:25 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  13528. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0xFFFF8D8E41160C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
  13529. apr 27 13:27:25 _hostname_ kernel: ACPI: Dynamic OEM Table Load:
  13530. apr 27 13:27:25 _hostname_ kernel: ACPI: SSDT 0xFFFF8D8E41167C00 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
  13531. apr 27 13:27:25 _hostname_ kernel: ACPI: EC: EC started
  13532. apr 27 13:27:25 _hostname_ kernel: ACPI: EC: interrupt blocked
  13533. apr 27 13:27:25 _hostname_ kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  13534. apr 27 13:27:25 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
  13535. apr 27 13:27:25 _hostname_ kernel: ACPI: Interpreter enabled
  13536. apr 27 13:27:25 _hostname_ kernel: ACPI: (supports S0 S3 S4 S5)
  13537. apr 27 13:27:25 _hostname_ kernel: ACPI: Using IOAPIC for interrupt routing
  13538. apr 27 13:27:25 _hostname_ kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  13539. apr 27 13:27:25 _hostname_ kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
  13540. apr 27 13:27:25 _hostname_ kernel: ACPI: Power Resource [PC01] (on)
  13541. apr 27 13:27:25 _hostname_ kernel: ACPI: Power Resource [WRST] (on)
  13542. apr 27 13:27:25 _hostname_ kernel: acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
  13543. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  13544. apr 27 13:27:25 _hostname_ kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
  13545. apr 27 13:27:25 _hostname_ kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
  13546. apr 27 13:27:25 _hostname_ kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
  13547. apr 27 13:27:25 _hostname_ kernel: PCI host bridge to bus 0000:00
  13548. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
  13549. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
  13550. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  13551. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
  13552. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
  13553. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
  13554. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
  13555. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
  13556. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
  13557. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
  13558. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
  13559. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
  13560. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
  13561. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
  13562. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
  13563. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
  13564. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x8d000000-0xdfffffff window]
  13565. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
  13566. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0xfe800000-0xfe80ffff window]
  13567. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
  13568. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
  13569. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
  13570. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
  13571. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
  13572. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
  13573. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
  13574. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
  13575. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:04.0: reg 0x10: [mem 0xa4320000-0xa4327fff 64bit]
  13576. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
  13577. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa4310000-0xa431ffff 64bit]
  13578. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
  13579. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
  13580. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:14.2: reg 0x10: [mem 0xa4332000-0xa4332fff 64bit]
  13581. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
  13582. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:15.0: reg 0x10: [mem 0xa4333000-0xa4333fff 64bit]
  13583. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
  13584. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:15.1: reg 0x10: [mem 0xa4334000-0xa4334fff 64bit]
  13585. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
  13586. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa4335000-0xa4335fff 64bit]
  13587. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:16.0: PME# supported from D3hot
  13588. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
  13589. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:17.0: reg 0x10: [mem 0xa4330000-0xa4331fff]
  13590. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:17.0: reg 0x14: [mem 0xa433a000-0xa433a0ff]
  13591. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:17.0: reg 0x18: [io 0x4080-0x4087]
  13592. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:17.0: reg 0x1c: [io 0x4088-0x408b]
  13593. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
  13594. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:17.0: reg 0x24: [mem 0xa4338000-0xa43387ff]
  13595. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:17.0: PME# supported from D3hot
  13596. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
  13597. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  13598. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
  13599. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
  13600. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
  13601. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  13602. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.1: [8086:9d19] type 01 class 0x060400
  13603. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
  13604. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
  13605. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xa4336000-0xa4336fff 64bit]
  13606. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1e.3: [8086:9d2a] type 00 class 0x118000
  13607. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1e.3: reg 0x10: [mem 0xa4337000-0xa4337fff 64bit]
  13608. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
  13609. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
  13610. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xa432c000-0xa432ffff]
  13611. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
  13612. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa4328000-0xa432bfff 64bit]
  13613. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xa4300000-0xa430ffff 64bit]
  13614. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
  13615. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
  13616. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xa4339000-0xa43390ff 64bit]
  13617. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1f.4: reg 0x20: [io 0x4040-0x405f]
  13618. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: [10de:1d12] type 00 class 0x030200
  13619. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
  13620. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
  13621. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
  13622. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
  13623. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
  13624. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: Enabling HDA controller
  13625. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
  13626. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
  13627. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0xa3000000-0xa3ffffff]
  13628. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
  13629. apr 27 13:27:25 _hostname_ kernel: pci 0000:02:00.0: [1c5c:1527] type 00 class 0x010802
  13630. apr 27 13:27:25 _hostname_ kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa4200000-0xa4203fff 64bit]
  13631. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
  13632. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.4: bridge window [mem 0xa4200000-0xa42fffff]
  13633. apr 27 13:27:25 _hostname_ kernel: pci 0000:03:00.0: [10ec:522a] type 00 class 0xff0000
  13634. apr 27 13:27:25 _hostname_ kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa4100000-0xa4100fff]
  13635. apr 27 13:27:25 _hostname_ kernel: pci 0000:03:00.0: supports D1 D2
  13636. apr 27 13:27:25 _hostname_ kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
  13637. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
  13638. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.0: bridge window [mem 0xa4100000-0xa41fffff]
  13639. apr 27 13:27:25 _hostname_ kernel: pci 0000:04:00.0: [8086:095a] type 00 class 0x028000
  13640. apr 27 13:27:25 _hostname_ kernel: pci 0000:04:00.0: reg 0x10: [mem 0xa4000000-0xa4001fff 64bit]
  13641. apr 27 13:27:25 _hostname_ kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
  13642. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
  13643. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.1: bridge window [mem 0xa4000000-0xa40fffff]
  13644. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
  13645. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
  13646. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
  13647. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
  13648. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
  13649. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
  13650. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
  13651. apr 27 13:27:25 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
  13652. apr 27 13:27:25 _hostname_ kernel: ACPI: EC: interrupt unblocked
  13653. apr 27 13:27:25 _hostname_ kernel: ACPI: EC: event unblocked
  13654. apr 27 13:27:25 _hostname_ kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
  13655. apr 27 13:27:25 _hostname_ kernel: ACPI: EC: GPE=0x50
  13656. apr 27 13:27:25 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
  13657. apr 27 13:27:25 _hostname_ kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
  13658. apr 27 13:27:25 _hostname_ kernel: iommu: Default domain type: Translated
  13659. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
  13660. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  13661. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: vgaarb: bridge control possible
  13662. apr 27 13:27:25 _hostname_ kernel: vgaarb: loaded
  13663. apr 27 13:27:25 _hostname_ kernel: SCSI subsystem initialized
  13664. apr 27 13:27:25 _hostname_ kernel: libata version 3.00 loaded.
  13665. apr 27 13:27:25 _hostname_ kernel: ACPI: bus type USB registered
  13666. apr 27 13:27:25 _hostname_ kernel: usbcore: registered new interface driver usbfs
  13667. apr 27 13:27:25 _hostname_ kernel: usbcore: registered new interface driver hub
  13668. apr 27 13:27:25 _hostname_ kernel: usbcore: registered new device driver usb
  13669. apr 27 13:27:25 _hostname_ kernel: pps_core: LinuxPPS API ver. 1 registered
  13670. apr 27 13:27:25 _hostname_ kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  13671. apr 27 13:27:25 _hostname_ kernel: PTP clock support registered
  13672. apr 27 13:27:25 _hostname_ kernel: EDAC MC: Ver: 3.0.0
  13673. apr 27 13:27:25 _hostname_ kernel: Registered efivars operations
  13674. apr 27 13:27:25 _hostname_ kernel: NetLabel: Initializing
  13675. apr 27 13:27:25 _hostname_ kernel: NetLabel: domain hash size = 128
  13676. apr 27 13:27:25 _hostname_ kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  13677. apr 27 13:27:25 _hostname_ kernel: NetLabel: unlabeled traffic allowed by default
  13678. apr 27 13:27:25 _hostname_ kernel: PCI: Using ACPI for IRQ routing
  13679. apr 27 13:27:25 _hostname_ kernel: PCI: pci_cache_line_size set to 64 bytes
  13680. apr 27 13:27:25 _hostname_ kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
  13681. apr 27 13:27:25 _hostname_ kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
  13682. apr 27 13:27:25 _hostname_ kernel: e820: reserve RAM buffer [mem 0x55aed000-0x57ffffff]
  13683. apr 27 13:27:25 _hostname_ kernel: e820: reserve RAM buffer [mem 0x63c11000-0x63ffffff]
  13684. apr 27 13:27:25 _hostname_ kernel: e820: reserve RAM buffer [mem 0x7dd0e000-0x7fffffff]
  13685. apr 27 13:27:25 _hostname_ kernel: e820: reserve RAM buffer [mem 0x7ffff000-0x7fffffff]
  13686. apr 27 13:27:25 _hostname_ kernel: e820: reserve RAM buffer [mem 0x272000000-0x273ffffff]
  13687. apr 27 13:27:25 _hostname_ kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  13688. apr 27 13:27:25 _hostname_ kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
  13689. apr 27 13:27:25 _hostname_ kernel: clocksource: Switched to clocksource tsc-early
  13690. apr 27 13:27:25 _hostname_ kernel: VFS: Disk quotas dquot_6.6.0
  13691. apr 27 13:27:25 _hostname_ kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  13692. apr 27 13:27:25 _hostname_ kernel: pnp: PnP ACPI init
  13693. apr 27 13:27:25 _hostname_ kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
  13694. apr 27 13:27:25 _hostname_ kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
  13695. apr 27 13:27:25 _hostname_ kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
  13696. apr 27 13:27:25 _hostname_ kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
  13697. apr 27 13:27:25 _hostname_ kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
  13698. apr 27 13:27:25 _hostname_ kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
  13699. apr 27 13:27:25 _hostname_ kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
  13700. apr 27 13:27:25 _hostname_ kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  13701. apr 27 13:27:25 _hostname_ kernel: system 00:01: [io 0x2000-0x20fe] has been reserved
  13702. apr 27 13:27:25 _hostname_ kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
  13703. apr 27 13:27:25 _hostname_ kernel: system 00:02: [io 0x0680-0x069f] has been reserved
  13704. apr 27 13:27:25 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  13705. apr 27 13:27:25 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  13706. apr 27 13:27:25 _hostname_ kernel: system 00:02: [io 0xffff] has been reserved
  13707. apr 27 13:27:25 _hostname_ kernel: system 00:02: [io 0x1800-0x18fe] has been reserved
  13708. apr 27 13:27:25 _hostname_ kernel: system 00:02: [io 0x164e-0x164f] has been reserved
  13709. apr 27 13:27:25 _hostname_ kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
  13710. apr 27 13:27:25 _hostname_ kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
  13711. apr 27 13:27:25 _hostname_ kernel: system 00:04: [io 0x1854-0x1857] has been reserved
  13712. apr 27 13:27:25 _hostname_ kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  13713. apr 27 13:27:25 _hostname_ kernel: pnp 00:05: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
  13714. apr 27 13:27:25 _hostname_ kernel: pnp 00:06: Plug and Play ACPI device, IDs SYN3272 ETD0000 PNP0f13 (active)
  13715. apr 27 13:27:25 _hostname_ kernel: system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
  13716. apr 27 13:27:25 _hostname_ kernel: system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
  13717. apr 27 13:27:25 _hostname_ kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  13718. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
  13719. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
  13720. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
  13721. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
  13722. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
  13723. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
  13724. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
  13725. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
  13726. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
  13727. apr 27 13:27:25 _hostname_ kernel: system 00:08: [mem 0x8d000000-0x8d01ffff] has been reserved
  13728. apr 27 13:27:25 _hostname_ kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
  13729. apr 27 13:27:25 _hostname_ kernel: pnp: PnP ACPI: found 9 devices
  13730. apr 27 13:27:25 _hostname_ kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  13731. apr 27 13:27:25 _hostname_ kernel: NET: Registered protocol family 2
  13732. apr 27 13:27:25 _hostname_ kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  13733. apr 27 13:27:25 _hostname_ kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  13734. apr 27 13:27:25 _hostname_ kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
  13735. apr 27 13:27:25 _hostname_ kernel: TCP: Hash tables configured (established 65536 bind 65536)
  13736. apr 27 13:27:25 _hostname_ kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
  13737. apr 27 13:27:25 _hostname_ kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  13738. apr 27 13:27:25 _hostname_ kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  13739. apr 27 13:27:25 _hostname_ kernel: NET: Registered protocol family 1
  13740. apr 27 13:27:25 _hostname_ kernel: NET: Registered protocol family 44
  13741. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
  13742. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
  13743. apr 27 13:27:25 _hostname_ kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
  13744. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
  13745. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
  13746. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0xa3000000-0xa3ffffff]
  13747. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
  13748. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
  13749. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1c.4: bridge window [mem 0xa4200000-0xa42fffff]
  13750. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
  13751. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.0: bridge window [mem 0xa4100000-0xa41fffff]
  13752. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
  13753. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:1d.1: bridge window [mem 0xa4000000-0xa40fffff]
  13754. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
  13755. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
  13756. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  13757. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
  13758. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
  13759. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
  13760. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
  13761. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
  13762. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
  13763. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
  13764. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
  13765. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
  13766. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
  13767. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
  13768. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
  13769. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
  13770. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 20 [mem 0x8d000000-0xdfffffff window]
  13771. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
  13772. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:00: resource 22 [mem 0xfe800000-0xfe80ffff window]
  13773. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
  13774. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa3ffffff]
  13775. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
  13776. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:02: resource 1 [mem 0xa4200000-0xa42fffff]
  13777. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:03: resource 1 [mem 0xa4100000-0xa41fffff]
  13778. apr 27 13:27:25 _hostname_ kernel: pci_bus 0000:04: resource 1 [mem 0xa4000000-0xa40fffff]
  13779. apr 27 13:27:25 _hostname_ kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  13780. apr 27 13:27:25 _hostname_ kernel: PCI: CLS 64 bytes, default 64
  13781. apr 27 13:27:25 _hostname_ kernel: Trying to unpack rootfs image as initramfs...
  13782. apr 27 13:27:25 _hostname_ kernel: Freeing initrd memory: 9380K
  13783. apr 27 13:27:25 _hostname_ kernel: DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.0
  13784. apr 27 13:27:25 _hostname_ kernel: DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:15.1
  13785. apr 27 13:27:25 _hostname_ kernel: DMAR: ACPI device "device:74" under DMAR at fed91000 as 00:1e.3
  13786. apr 27 13:27:25 _hostname_ kernel: DMAR: ACPI device "device:75" under DMAR at fed91000 as 00:1e.0
  13787. apr 27 13:27:25 _hostname_ kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  13788. apr 27 13:27:25 _hostname_ kernel: software IO TLB: mapped [mem 0x000000007970b000-0x000000007d70b000] (64MB)
  13789. apr 27 13:27:25 _hostname_ kernel: check: Scanning for low memory corruption every 60 seconds
  13790. apr 27 13:27:25 _hostname_ kernel: Initialise system trusted keyrings
  13791. apr 27 13:27:25 _hostname_ kernel: Key type blacklist registered
  13792. apr 27 13:27:25 _hostname_ kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
  13793. apr 27 13:27:25 _hostname_ kernel: zbud: loaded
  13794. apr 27 13:27:25 _hostname_ kernel: Key type asymmetric registered
  13795. apr 27 13:27:25 _hostname_ kernel: Asymmetric key parser 'x509' registered
  13796. apr 27 13:27:25 _hostname_ kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  13797. apr 27 13:27:25 _hostname_ kernel: io scheduler mq-deadline registered
  13798. apr 27 13:27:25 _hostname_ kernel: io scheduler kyber registered
  13799. apr 27 13:27:25 _hostname_ kernel: io scheduler bfq registered
  13800. apr 27 13:27:25 _hostname_ kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
  13801. apr 27 13:27:25 _hostname_ kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
  13802. apr 27 13:27:25 _hostname_ kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 122
  13803. apr 27 13:27:25 _hostname_ kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
  13804. apr 27 13:27:25 _hostname_ kernel: pcieport 0000:00:1c.4: AER: enabled with IRQ 123
  13805. apr 27 13:27:25 _hostname_ kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
  13806. apr 27 13:27:25 _hostname_ kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 124
  13807. apr 27 13:27:25 _hostname_ kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 125
  13808. apr 27 13:27:25 _hostname_ kernel: pcieport 0000:00:1d.1: AER: enabled with IRQ 125
  13809. apr 27 13:27:25 _hostname_ kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  13810. apr 27 13:27:25 _hostname_ kernel: efifb: probing for efifb
  13811. apr 27 13:27:25 _hostname_ kernel: efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
  13812. apr 27 13:27:25 _hostname_ kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
  13813. apr 27 13:27:25 _hostname_ kernel: efifb: scrolling: redraw
  13814. apr 27 13:27:25 _hostname_ kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  13815. apr 27 13:27:25 _hostname_ kernel: fbcon: Deferring console take-over
  13816. apr 27 13:27:25 _hostname_ kernel: fb0: EFI VGA frame buffer device
  13817. apr 27 13:27:25 _hostname_ kernel: intel_idle: MWAIT substates: 0x11142120
  13818. apr 27 13:27:25 _hostname_ kernel: intel_idle: v0.5.1 model 0x8E
  13819. apr 27 13:27:25 _hostname_ kernel: intel_idle: Local APIC timer is reliable in all C-states
  13820. apr 27 13:27:25 _hostname_ kernel: ACPI: AC Adapter [ADP1] (on-line)
  13821. apr 27 13:27:25 _hostname_ kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  13822. apr 27 13:27:25 _hostname_ kernel: ACPI: Lid Switch [LID0]
  13823. apr 27 13:27:25 _hostname_ kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
  13824. apr 27 13:27:25 _hostname_ kernel: ACPI: Power Button [PWRF]
  13825. apr 27 13:27:25 _hostname_ kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1894
  13826. apr 27 13:27:25 _hostname_ kernel: ACPI: Invalid passive threshold
  13827. apr 27 13:27:25 _hostname_ kernel: thermal LNXTHERM:00: registered as thermal_zone0
  13828. apr 27 13:27:25 _hostname_ kernel: ACPI: Thermal Zone [TZS0] (51 C)
  13829. apr 27 13:27:25 _hostname_ kernel: thermal LNXTHERM:01: registered as thermal_zone1
  13830. apr 27 13:27:25 _hostname_ kernel: ACPI: Thermal Zone [TZS1] (45 C)
  13831. apr 27 13:27:25 _hostname_ kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  13832. apr 27 13:27:25 _hostname_ kernel: Non-volatile memory driver v1.3
  13833. apr 27 13:27:25 _hostname_ kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
  13834. apr 27 13:27:25 _hostname_ kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
  13835. apr 27 13:27:25 _hostname_ kernel: nvme nvme0: pci function 0000:02:00.0
  13836. apr 27 13:27:25 _hostname_ kernel: ahci 0000:00:17.0: version 3.0
  13837. apr 27 13:27:25 _hostname_ kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x0 impl SATA mode
  13838. apr 27 13:27:25 _hostname_ kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
  13839. apr 27 13:27:25 _hostname_ kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
  13840. apr 27 13:27:25 _hostname_ kernel: scsi host0: ahci
  13841. apr 27 13:27:25 _hostname_ kernel: ata1: DUMMY
  13842. apr 27 13:27:25 _hostname_ kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  13843. apr 27 13:27:25 _hostname_ kernel: ehci-pci: EHCI PCI platform driver
  13844. apr 27 13:27:25 _hostname_ kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  13845. apr 27 13:27:25 _hostname_ kernel: ohci-pci: OHCI PCI platform driver
  13846. apr 27 13:27:25 _hostname_ kernel: uhci_hcd: USB Universal Host Controller Interface driver
  13847. apr 27 13:27:25 _hostname_ kernel: usbcore: registered new interface driver usbserial_generic
  13848. apr 27 13:27:25 _hostname_ kernel: usbserial: USB Serial support registered for generic
  13849. apr 27 13:27:25 _hostname_ kernel: rtc_cmos 00:03: RTC can wake from S4
  13850. apr 27 13:27:25 _hostname_ kernel: rtc_cmos 00:03: registered as rtc0
  13851. apr 27 13:27:25 _hostname_ kernel: rtc_cmos 00:03: setting system clock to 2021-04-27T11:27:24 UTC (1619522844)
  13852. apr 27 13:27:25 _hostname_ kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  13853. apr 27 13:27:25 _hostname_ kernel: intel_pstate: Intel P-state driver initializing
  13854. apr 27 13:27:25 _hostname_ kernel: intel_pstate: HWP enabled
  13855. apr 27 13:27:25 _hostname_ kernel: ledtrig-cpu: registered to indicate activity on CPUs
  13856. apr 27 13:27:25 _hostname_ kernel: hid: raw HID events driver (C) Jiri Kosina
  13857. apr 27 13:27:25 _hostname_ kernel: intel_pmc_core INT33A1:00: initialized
  13858. apr 27 13:27:25 _hostname_ kernel: drop_monitor: Initializing network drop monitor service
  13859. apr 27 13:27:25 _hostname_ kernel: Initializing XFRM netlink socket
  13860. apr 27 13:27:25 _hostname_ kernel: NET: Registered protocol family 10
  13861. apr 27 13:27:25 _hostname_ kernel: Segment Routing with IPv6
  13862. apr 27 13:27:25 _hostname_ kernel: RPL Segment Routing with IPv6
  13863. apr 27 13:27:25 _hostname_ kernel: NET: Registered protocol family 17
  13864. apr 27 13:27:25 _hostname_ kernel: nvme nvme0: missing or invalid SUBNQN field.
  13865. apr 27 13:27:25 _hostname_ kernel: microcode: sig=0x806ea, pf=0x80, revision=0xe0
  13866. apr 27 13:27:25 _hostname_ kernel: microcode: Microcode Update Driver: v2.2.
  13867. apr 27 13:27:25 _hostname_ kernel: IPI shorthand broadcast: enabled
  13868. apr 27 13:27:25 _hostname_ kernel: sched_clock: Marking stable (1428670202, 934426)->(1444935143, -15330515)
  13869. apr 27 13:27:25 _hostname_ kernel: registered taskstats version 1
  13870. apr 27 13:27:25 _hostname_ kernel: Loading compiled-in X.509 certificates
  13871. apr 27 13:27:25 _hostname_ kernel: nvme nvme0: 8/0/0 default/read/poll queues
  13872. apr 27 13:27:25 _hostname_ kernel: nvme0n1: p1 p2 p3
  13873. apr 27 13:27:25 _hostname_ kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 4ee2f1d722286978a28da8a6e415a302a984c0be'
  13874. apr 27 13:27:25 _hostname_ kernel: zswap: loaded using pool lz4/z3fold
  13875. apr 27 13:27:25 _hostname_ kernel: Key type ._fscrypt registered
  13876. apr 27 13:27:25 _hostname_ kernel: Key type .fscrypt registered
  13877. apr 27 13:27:25 _hostname_ kernel: Key type fscrypt-provisioning registered
  13878. apr 27 13:27:25 _hostname_ kernel: PM: Magic number: 1:110:480
  13879. apr 27 13:27:25 _hostname_ kernel: platform HPQ6001:00: hash matches
  13880. apr 27 13:27:25 _hostname_ kernel: acpi HPQ6001:00: hash matches
  13881. apr 27 13:27:25 _hostname_ kernel: RAS: Correctable Errors collector initialized.
  13882. apr 27 13:27:25 _hostname_ kernel: Freeing unused decrypted memory: 2036K
  13883. apr 27 13:27:25 _hostname_ kernel: Freeing unused kernel image (initmem) memory: 1668K
  13884. apr 27 13:27:25 _hostname_ kernel: Write protecting the kernel read-only data: 26624k
  13885. apr 27 13:27:25 _hostname_ kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
  13886. apr 27 13:27:25 _hostname_ kernel: Freeing unused kernel image (rodata/data gap) memory: 1356K
  13887. apr 27 13:27:25 _hostname_ kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
  13888. apr 27 13:27:25 _hostname_ kernel: rodata_test: all tests were successful
  13889. apr 27 13:27:25 _hostname_ kernel: x86/mm: Checking user space page tables
  13890. apr 27 13:27:25 _hostname_ kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
  13891. apr 27 13:27:25 _hostname_ kernel: Run /init as init process
  13892. apr 27 13:27:25 _hostname_ kernel: with arguments:
  13893. apr 27 13:27:25 _hostname_ kernel: /init
  13894. apr 27 13:27:25 _hostname_ kernel: with environment:
  13895. apr 27 13:27:25 _hostname_ kernel: HOME=/
  13896. apr 27 13:27:25 _hostname_ kernel: TERM=linux
  13897. apr 27 13:27:25 _hostname_ kernel: BOOT_IMAGE=/boot/vmlinuz-linux
  13898. apr 27 13:27:25 _hostname_ kernel: fbcon: Taking over console
  13899. apr 27 13:27:25 _hostname_ kernel: Console: switching to colour frame buffer device 240x67
  13900. apr 27 13:27:25 _hostname_ kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  13901. apr 27 13:27:25 _hostname_ kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
  13902. apr 27 13:27:25 _hostname_ kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  13903. apr 27 13:27:25 _hostname_ kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
  13904. apr 27 13:27:25 _hostname_ kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
  13905. apr 27 13:27:25 _hostname_ kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  13906. apr 27 13:27:25 _hostname_ kernel: usb usb1: Product: xHCI Host Controller
  13907. apr 27 13:27:25 _hostname_ kernel: usb usb1: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
  13908. apr 27 13:27:25 _hostname_ kernel: usb usb1: SerialNumber: 0000:00:14.0
  13909. apr 27 13:27:25 _hostname_ kernel: hub 1-0:1.0: USB hub found
  13910. apr 27 13:27:25 _hostname_ kernel: hub 1-0:1.0: 12 ports detected
  13911. apr 27 13:27:25 _hostname_ kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
  13912. apr 27 13:27:25 _hostname_ kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  13913. apr 27 13:27:25 _hostname_ kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
  13914. apr 27 13:27:25 _hostname_ kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
  13915. apr 27 13:27:25 _hostname_ kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  13916. apr 27 13:27:25 _hostname_ kernel: usb usb2: Product: xHCI Host Controller
  13917. apr 27 13:27:25 _hostname_ kernel: usb usb2: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
  13918. apr 27 13:27:25 _hostname_ kernel: usb usb2: SerialNumber: 0000:00:14.0
  13919. apr 27 13:27:25 _hostname_ kernel: hub 2-0:1.0: USB hub found
  13920. apr 27 13:27:25 _hostname_ kernel: hub 2-0:1.0: 6 ports detected
  13921. apr 27 13:27:25 _hostname_ kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
  13922. apr 27 13:27:25 _hostname_ kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
  13923. apr 27 13:27:25 _hostname_ kernel: usb: port power management may be unreliable
  13924. apr 27 13:27:25 _hostname_ kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
  13925. apr 27 13:27:25 _hostname_ kernel: PM: Image not found (code -22)
  13926. apr 27 13:27:25 _hostname_ kernel: random: fast init done
  13927. apr 27 13:27:25 _hostname_ kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
  13928. apr 27 13:27:25 _hostname_ kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  13929. apr 27 13:27:25 _hostname_ kernel: usb 1-4: New USB device found, idVendor=04f2, idProduct=b655, bcdDevice=32.56
  13930. apr 27 13:27:25 _hostname_ kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  13931. apr 27 13:27:25 _hostname_ kernel: usb 1-4: Product: HP Wide Vision HD Camera
  13932. apr 27 13:27:25 _hostname_ kernel: usb 1-4: Manufacturer: Chicony
  13933. apr 27 13:27:25 _hostname_ systemd[1]: systemd 248-5-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
  13934. apr 27 13:27:25 _hostname_ systemd[1]: Detected architecture x86-64.
  13935. apr 27 13:27:25 _hostname_ systemd[1]: Hostname set to <_hostname_>.
  13936. apr 27 13:27:25 _hostname_ kernel: usb 1-6: new full-speed USB device number 3 using xhci_hcd
  13937. apr 27 13:27:25 _hostname_ kernel: tsc: Refined TSC clocksource calibration: 1992.006 MHz
  13938. apr 27 13:27:25 _hostname_ kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d5dac02a, max_idle_ns: 881590811122 ns
  13939. apr 27 13:27:25 _hostname_ kernel: clocksource: Switched to clocksource tsc
  13940. apr 27 13:27:25 _hostname_ kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
  13941. apr 27 13:27:25 _hostname_ kernel: usb 1-6: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.03
  13942. apr 27 13:27:25 _hostname_ kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  13943. apr 27 13:27:25 _hostname_ systemd[1]: Queued start job for default target Graphical Interface.
  13944. apr 27 13:27:25 _hostname_ systemd[1]: Created slice system-getty.slice.
  13945. apr 27 13:27:25 _hostname_ systemd[1]: Created slice system-modprobe.slice.
  13946. apr 27 13:27:25 _hostname_ systemd[1]: Created slice system-systemd\x2dfsck.slice.
  13947. apr 27 13:27:25 _hostname_ systemd[1]: Created slice User and Session Slice.
  13948. apr 27 13:27:25 _hostname_ systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  13949. apr 27 13:27:25 _hostname_ systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  13950. apr 27 13:27:25 _hostname_ systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  13951. apr 27 13:27:25 _hostname_ systemd[1]: Reached target Local Encrypted Volumes.
  13952. apr 27 13:27:25 _hostname_ systemd[1]: Reached target Login Prompts.
  13953. apr 27 13:27:25 _hostname_ systemd[1]: Reached target Paths.
  13954. apr 27 13:27:25 _hostname_ systemd[1]: Reached target Remote File Systems.
  13955. apr 27 13:27:25 _hostname_ systemd[1]: Reached target Slices.
  13956. apr 27 13:27:25 _hostname_ systemd[1]: Reached target Local Verity Integrity Protected Volumes.
  13957. apr 27 13:27:25 _hostname_ systemd[1]: Listening on Device-mapper event daemon FIFOs.
  13958. apr 27 13:27:25 _hostname_ systemd[1]: Listening on LVM2 poll daemon socket.
  13959. apr 27 13:27:25 _hostname_ systemd[1]: Listening on Process Core Dump Socket.
  13960. apr 27 13:27:25 _hostname_ systemd[1]: Listening on Journal Audit Socket.
  13961. apr 27 13:27:25 _hostname_ systemd[1]: Listening on Journal Socket (/dev/log).
  13962. apr 27 13:27:25 _hostname_ systemd[1]: Listening on Journal Socket.
  13963. apr 27 13:27:25 _hostname_ systemd[1]: Listening on udev Control Socket.
  13964. apr 27 13:27:25 _hostname_ systemd[1]: Listening on udev Kernel Socket.
  13965. apr 27 13:27:25 _hostname_ systemd[1]: Mounting Huge Pages File System...
  13966. apr 27 13:27:25 _hostname_ systemd[1]: Mounting POSIX Message Queue File System...
  13967. apr 27 13:27:25 _hostname_ systemd[1]: Mounting Kernel Debug File System...
  13968. apr 27 13:27:25 _hostname_ systemd[1]: Mounting Kernel Trace File System...
  13969. apr 27 13:27:25 _hostname_ systemd[1]: Starting Create list of static device nodes for the current kernel...
  13970. apr 27 13:27:25 _hostname_ systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  13971. apr 27 13:27:25 _hostname_ systemd[1]: Starting Load Kernel Module configfs...
  13972. apr 27 13:27:25 _hostname_ systemd[1]: Starting Load Kernel Module drm...
  13973. apr 27 13:27:25 _hostname_ systemd[1]: Starting Load Kernel Module fuse...
  13974. apr 27 13:27:25 _hostname_ kernel: random: lvm: uninitialized urandom read (4 bytes read)
  13975. apr 27 13:27:25 _hostname_ systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  13976. apr 27 13:27:25 _hostname_ systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  13977. apr 27 13:27:25 _hostname_ systemd[1]: Starting Journal Service...
  13978. apr 27 13:27:25 _hostname_ systemd[1]: Starting Load Kernel Modules...
  13979. apr 27 13:27:25 _hostname_ systemd[1]: Starting Remount Root and Kernel File Systems...
  13980. apr 27 13:27:25 _hostname_ kernel: Linux agpgart interface v0.103
  13981. apr 27 13:27:25 _hostname_ systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
  13982. apr 27 13:27:25 _hostname_ systemd[1]: Starting Coldplug All udev Devices...
  13983. apr 27 13:27:25 _hostname_ systemd[1]: Mounted Huge Pages File System.
  13984. apr 27 13:27:25 _hostname_ systemd[1]: Mounted POSIX Message Queue File System.
  13985. apr 27 13:27:25 _hostname_ systemd[1]: Mounted Kernel Debug File System.
  13986. apr 27 13:27:25 _hostname_ systemd[1]: Mounted Kernel Trace File System.
  13987. apr 27 13:27:25 _hostname_ systemd[1]: Finished Create list of static device nodes for the current kernel.
  13988. apr 27 13:27:25 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  13989. apr 27 13:27:25 _hostname_ systemd[1]: Finished Load Kernel Module configfs.
  13990. apr 27 13:27:25 _hostname_ systemd[1]: Mounting Kernel Configuration File System...
  13991. apr 27 13:27:25 _hostname_ kernel: EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
  13992. apr 27 13:27:25 _hostname_ systemd[1]: Finished Remount Root and Kernel File Systems.
  13993. apr 27 13:27:25 _hostname_ kernel: audit: type=1130 audit(1619522845.657:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  13994. apr 27 13:27:25 _hostname_ systemd[1]: Condition check resulted in First Boot Wizard being skipped.
  13995. apr 27 13:27:25 _hostname_ systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  13996. apr 27 13:27:25 _hostname_ systemd[1]: Starting Load/Save Random Seed...
  13997. apr 27 13:27:25 _hostname_ systemd[1]: Condition check resulted in Create System Users being skipped.
  13998. apr 27 13:27:25 _hostname_ systemd[1]: Starting Create Static Device Nodes in /dev...
  13999. apr 27 13:27:25 _hostname_ systemd[1]: Mounted Kernel Configuration File System.
  14000. apr 27 13:27:25 _hostname_ kernel: Asymmetric key parser 'pkcs8' registered
  14001. apr 27 13:27:25 _hostname_ kernel: fuse: init (API version 7.33)
  14002. apr 27 13:27:25 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  14003. apr 27 13:27:25 _hostname_ systemd[1]: Finished Load Kernel Module fuse.
  14004. apr 27 13:27:25 _hostname_ kernel: audit: type=1130 audit(1619522845.667:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14005. apr 27 13:27:25 _hostname_ kernel: audit: type=1131 audit(1619522845.667:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14006. apr 27 13:27:25 _hostname_ systemd[1]: Mounting FUSE Control File System...
  14007. apr 27 13:27:25 _hostname_ systemd[1]: Mounted FUSE Control File System.
  14008. apr 27 13:27:25 _hostname_ kernel: vboxdrv: loading out-of-tree module taints kernel.
  14009. apr 27 13:27:25 _hostname_ kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
  14010. apr 27 13:27:25 _hostname_ systemd[1]: Finished Create Static Device Nodes in /dev.
  14011. apr 27 13:27:25 _hostname_ kernel: audit: type=1130 audit(1619522845.687:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14012. apr 27 13:27:25 _hostname_ kernel: audit: type=1334 audit(1619522845.687:6): prog-id=14 op=LOAD
  14013. apr 27 13:27:25 _hostname_ kernel: audit: type=1334 audit(1619522845.687:7): prog-id=15 op=LOAD
  14014. apr 27 13:27:25 _hostname_ kernel: audit: type=1334 audit(1619522845.687:8): prog-id=16 op=LOAD
  14015. apr 27 13:27:25 _hostname_ systemd[1]: Starting Rule-based Manager for Device Events and Files...
  14016. apr 27 13:27:25 _hostname_ kernel: vboxdrv: Found 8 processor cores
  14017. apr 27 13:27:25 _hostname_ systemd[1]: [email protected]: Deactivated successfully.
  14018. apr 27 13:27:25 _hostname_ systemd[1]: Finished Load Kernel Module drm.
  14019. apr 27 13:27:25 _hostname_ kernel: audit: type=1130 audit(1619522845.690:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14020. apr 27 13:27:25 _hostname_ kernel: audit: type=1131 audit(1619522845.690:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14021. apr 27 13:27:25 _hostname_ systemd-journald[248]: Journal started
  14022. apr 27 13:27:25 _hostname_ systemd-journald[248]: Runtime Journal (/run/log/journal/903779cc386249ec9f1215bee6626fa8) is 8.0M, max 384.8M, 376.8M free.
  14023. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14024. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14025. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14026. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14027. apr 27 13:27:25 _hostname_ audit: BPF prog-id=14 op=LOAD
  14028. apr 27 13:27:25 _hostname_ audit: BPF prog-id=15 op=LOAD
  14029. apr 27 13:27:25 _hostname_ audit: BPF prog-id=16 op=LOAD
  14030. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14031. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14032. apr 27 13:27:25 _hostname_ systemd-modules-load[249]: Inserted module 'crypto_user'
  14033. apr 27 13:27:25 _hostname_ systemd-modules-load[249]: Module 'msr' is built in
  14034. apr 27 13:27:25 _hostname_ systemd-modules-load[249]: Inserted module 'pkcs8_key_parser'
  14035. apr 27 13:27:25 _hostname_ systemd-random-seed[255]: Kernel entropy pool is not initialized yet, waiting until it is.
  14036. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14037. apr 27 13:27:25 _hostname_ systemd[1]: Started Journal Service.
  14038. apr 27 13:27:25 _hostname_ systemd[1]: Starting Flush Journal to Persistent Storage...
  14039. apr 27 13:27:25 _hostname_ systemd-journald[248]: Time spent on flushing to /var/log/journal/903779cc386249ec9f1215bee6626fa8 is 5.622ms for 895 entries.
  14040. apr 27 13:27:25 _hostname_ systemd-journald[248]: System Journal (/var/log/journal/903779cc386249ec9f1215bee6626fa8) is 656.2M, max 4.0G, 3.3G free.
  14041. apr 27 13:27:25 _hostname_ kernel: vboxdrv: TSC mode is Invariant, tentative frequency 1992006335 Hz
  14042. apr 27 13:27:25 _hostname_ kernel: vboxdrv: Successfully loaded version 6.1.20 (interface 0x00300000)
  14043. apr 27 13:27:25 _hostname_ kernel: VBoxNetAdp: Successfully started.
  14044. apr 27 13:27:25 _hostname_ kernel: VBoxNetFlt: Successfully started.
  14045. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14046. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14047. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14048. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14049. apr 27 13:27:25 _hostname_ systemd-modules-load[249]: Inserted module 'vboxdrv'
  14050. apr 27 13:27:25 _hostname_ systemd-modules-load[249]: Inserted module 'vboxnetadp'
  14051. apr 27 13:27:25 _hostname_ systemd[1]: Finished Coldplug All udev Devices.
  14052. apr 27 13:27:25 _hostname_ systemd-modules-load[249]: Inserted module 'vboxnetflt'
  14053. apr 27 13:27:25 _hostname_ systemd[1]: Finished Load Kernel Modules.
  14054. apr 27 13:27:25 _hostname_ systemd[1]: Starting Apply Kernel Variables...
  14055. apr 27 13:27:25 _hostname_ systemd[1]: Finished Apply Kernel Variables.
  14056. apr 27 13:27:25 _hostname_ systemd[1]: Started Rule-based Manager for Device Events and Files.
  14057. apr 27 13:27:25 _hostname_ systemd[1]: Finished Flush Journal to Persistent Storage.
  14058. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14059. apr 27 13:27:25 _hostname_ kernel: input: HP Wireless hotkeys as /devices/virtual/input/input4
  14060. apr 27 13:27:25 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  14061. apr 27 13:27:25 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  14062. apr 27 13:27:25 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  14063. apr 27 13:27:25 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
  14064. apr 27 13:27:25 _hostname_ kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
  14065. apr 27 13:27:25 _hostname_ kernel: wmi_bus wmi_bus-PNP0C14:03: WQBJ data block query control method not found
  14066. apr 27 13:27:25 _hostname_ kernel: random: mktemp: uninitialized urandom read (6 bytes read)
  14067. apr 27 13:27:25 _hostname_ kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
  14068. apr 27 13:27:25 _hostname_ kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
  14069. apr 27 13:27:25 _hostname_ kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
  14070. apr 27 13:27:25 _hostname_ kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
  14071. apr 27 13:27:25 _hostname_ kernel: mei_me 0000:00:16.0: enabling device (0004 -> 0006)
  14072. apr 27 13:27:25 _hostname_ systemd[1]: Found device SK hynix PC401 HFS256GD9TNG-62A0A 1.
  14073. apr 27 13:27:25 _hostname_ systemd[1]: Found device SK hynix PC401 HFS256GD9TNG-62A0A 3.
  14074. apr 27 13:27:25 _hostname_ systemd[1]: Activating swap /dev/disk/by-uuid/d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09...
  14075. apr 27 13:27:25 _hostname_ kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
  14076. apr 27 13:27:25 _hostname_ kernel: intel_rapl_common: Found RAPL domain package
  14077. apr 27 13:27:25 _hostname_ kernel: intel_rapl_common: Found RAPL domain dram
  14078. apr 27 13:27:25 _hostname_ kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
  14079. apr 27 13:27:25 _hostname_ kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
  14080. apr 27 13:27:25 _hostname_ kernel: intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
  14081. apr 27 13:27:25 _hostname_ kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
  14082. apr 27 13:27:25 _hostname_ kernel: Adding 9227464k swap on /dev/nvme0n1p3. Priority:-2 extents:1 across:9227464k SSFS
  14083. apr 27 13:27:25 _hostname_ systemd[1]: Activated swap /dev/disk/by-uuid/d78e2ad5-f5c7-48a2-9fe4-e8fd477afb09.
  14084. apr 27 13:27:25 _hostname_ systemd[1]: Reached target Swap.
  14085. apr 27 13:27:25 _hostname_ systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
  14086. apr 27 13:27:25 _hostname_ systemd[1]: Mounting Temporary Directory (/tmp)...
  14087. apr 27 13:27:25 _hostname_ systemd[1]: Mounted Temporary Directory (/tmp).
  14088. apr 27 13:27:25 _hostname_ kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
  14089. apr 27 13:27:25 _hostname_ kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
  14090. apr 27 13:27:25 _hostname_ kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
  14091. apr 27 13:27:25 _hostname_ kernel: i2c i2c-2: 2/2 memory slots populated (from DMI)
  14092. apr 27 13:27:26 _hostname_ systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
  14093. apr 27 13:27:25 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14094. apr 27 13:27:26 _hostname_ systemd[1]: Reached target Local File Systems (Pre).
  14095. apr 27 13:27:26 _hostname_ systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
  14096. apr 27 13:27:26 _hostname_ systemd[1]: Starting File System Check on /dev/disk/by-uuid/1E74-D81B...
  14097. apr 27 13:27:26 _hostname_ kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
  14098. apr 27 13:27:26 _hostname_ kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  14099. apr 27 13:27:26 _hostname_ systemd-fsck[357]: fsck.fat 4.2 (2021-01-31)
  14100. apr 27 13:27:26 _hostname_ systemd-fsck[357]: There are differences between boot sector and its backup.
  14101. apr 27 13:27:26 _hostname_ systemd-fsck[357]: This is mostly harmless. Differences: (offset:original/backup)
  14102. apr 27 13:27:26 _hostname_ systemd-fsck[357]: 65:01/00
  14103. apr 27 13:27:26 _hostname_ systemd-fsck[357]: Not automatically fixing this.
  14104. apr 27 13:27:26 _hostname_ systemd-fsck[357]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
  14105. apr 27 13:27:26 _hostname_ systemd-fsck[357]: Automatically removing dirty bit.
  14106. apr 27 13:27:26 _hostname_ systemd-fsck[357]: *** Filesystem was changed ***
  14107. apr 27 13:27:26 _hostname_ systemd-fsck[357]: Writing changes.
  14108. apr 27 13:27:26 _hostname_ systemd-fsck[357]: /dev/nvme0n1p1: 5 files, 70/76646 clusters
  14109. apr 27 13:27:26 _hostname_ systemd[1]: Finished File System Check on /dev/disk/by-uuid/1E74-D81B.
  14110. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1E74\x2dD81B comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14111. apr 27 13:27:26 _hostname_ systemd[1]: Mounting /boot/efi...
  14112. apr 27 13:27:26 _hostname_ kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
  14113. apr 27 13:27:26 _hostname_ kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
  14114. apr 27 13:27:26 _hostname_ kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
  14115. apr 27 13:27:26 _hostname_ kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
  14116. apr 27 13:27:26 _hostname_ kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
  14117. apr 27 13:27:26 _hostname_ kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
  14118. apr 27 13:27:26 _hostname_ kernel: cryptd: max_cpu_qlen set to 1000
  14119. apr 27 13:27:26 _hostname_ systemd[1]: Mounted /boot/efi.
  14120. apr 27 13:27:26 _hostname_ systemd[1]: Reached target Local File Systems.
  14121. apr 27 13:27:26 _hostname_ systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
  14122. apr 27 13:27:26 _hostname_ systemd[1]: Starting Create Volatile Files and Directories...
  14123. apr 27 13:27:26 _hostname_ kernel: AVX2 version of gcm_enc/dec engaged.
  14124. apr 27 13:27:26 _hostname_ kernel: AES CTR mode by8 optimization enabled
  14125. apr 27 13:27:26 _hostname_ systemd-udevd[279]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
  14126. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14127. apr 27 13:27:26 _hostname_ audit: BPF prog-id=17 op=LOAD
  14128. apr 27 13:27:26 _hostname_ systemd[1]: Finished Create Volatile Files and Directories.
  14129. apr 27 13:27:26 _hostname_ systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
  14130. apr 27 13:27:26 _hostname_ systemd[1]: Starting Network Time Synchronization...
  14131. apr 27 13:27:26 _hostname_ systemd[1]: Condition check resulted in Update is Completed being skipped.
  14132. apr 27 13:27:26 _hostname_ systemd[1]: Starting Update UTMP about System Boot/Shutdown...
  14133. apr 27 13:27:26 _hostname_ audit[386]: SYSTEM_BOOT pid=386 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
  14134. apr 27 13:27:26 _hostname_ systemd[1]: Finished Update UTMP about System Boot/Shutdown.
  14135. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14136. apr 27 13:27:26 _hostname_ systemd[1]: Started Network Time Synchronization.
  14137. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14138. apr 27 13:27:26 _hostname_ systemd[1]: Reached target System Initialization.
  14139. apr 27 13:27:26 _hostname_ systemd[1]: Started Daily Cleanup of Temporary Directories.
  14140. apr 27 13:27:26 _hostname_ systemd[1]: Reached target System Time Set.
  14141. apr 27 13:27:26 _hostname_ systemd[1]: Started Daily rotation of log files.
  14142. apr 27 13:27:26 _hostname_ systemd[1]: Started Daily man-db regeneration.
  14143. apr 27 13:27:26 _hostname_ kernel: Intel(R) Wireless WiFi driver for Linux
  14144. apr 27 13:27:26 _hostname_ systemd[1]: Started Daily verification of password and group files.
  14145. apr 27 13:27:26 _hostname_ systemd[1]: Started Daily locate database update.
  14146. apr 27 13:27:26 _hostname_ systemd[1]: Reached target Timers.
  14147. apr 27 13:27:26 _hostname_ systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  14148. apr 27 13:27:26 _hostname_ systemd[1]: Listening on D-Bus System Message Bus Socket.
  14149. apr 27 13:27:26 _hostname_ systemd[1]: Reached target Sockets.
  14150. apr 27 13:27:26 _hostname_ systemd[1]: Reached target Basic System.
  14151. apr 27 13:27:26 _hostname_ systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
  14152. apr 27 13:27:26 _hostname_ systemd[1]: Started Periodic Command Scheduler.
  14153. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14154. apr 27 13:27:26 _hostname_ crond[398]: (CRON) STARTUP (1.5.7)
  14155. apr 27 13:27:26 _hostname_ crond[398]: (CRON) INFO (Syslog will be used instead of sendmail.)
  14156. apr 27 13:27:26 _hostname_ systemd[1]: Started D-Bus System Message Bus.
  14157. apr 27 13:27:26 _hostname_ crond[398]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 63% if used.)
  14158. apr 27 13:27:26 _hostname_ crond[398]: (CRON) INFO (running with inotify support)
  14159. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14160. apr 27 13:27:26 _hostname_ kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
  14161. apr 27 13:27:26 _hostname_ kernel: iwlwifi 0000:04:00.0: Found debug destination: EXTERNAL_DRAM
  14162. apr 27 13:27:26 _hostname_ kernel: iwlwifi 0000:04:00.0: Found debug configuration: 0
  14163. apr 27 13:27:26 _hostname_ kernel: iwlwifi 0000:04:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
  14164. apr 27 13:27:26 _hostname_ systemd[1]: Starting Network Manager...
  14165. apr 27 13:27:26 _hostname_ systemd[1]: Starting Initialize hardware monitoring sensors...
  14166. apr 27 13:27:26 _hostname_ systemd[1]: Starting Optimus Manager Commands Daemon...
  14167. apr 27 13:27:26 _hostname_ audit: BPF prog-id=18 op=LOAD
  14168. apr 27 13:27:26 _hostname_ audit: BPF prog-id=19 op=LOAD
  14169. apr 27 13:27:26 _hostname_ audit: BPF prog-id=20 op=LOAD
  14170. apr 27 13:27:26 _hostname_ systemd[1]: Starting User Login Management...
  14171. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Found user 'avahi' (UID 976) and group 'avahi' (GID 976).
  14172. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Successfully dropped root privileges.
  14173. apr 27 13:27:26 _hostname_ avahi-daemon[397]: avahi-daemon 0.8 starting up.
  14174. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.2862] NetworkManager (version 1.30.4-1) is starting... (for the first time)
  14175. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.2867] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
  14176. apr 27 13:27:26 _hostname_ systemd-logind[407]: Watching system buttons on /dev/input/event1 (Power Button)
  14177. apr 27 13:27:26 _hostname_ systemd-logind[407]: Watching system buttons on /dev/input/event0 (Lid Switch)
  14178. apr 27 13:27:26 _hostname_ systemd-logind[407]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
  14179. apr 27 13:27:26 _hostname_ systemd-logind[407]: New seat seat0.
  14180. apr 27 13:27:26 _hostname_ systemd[1]: Started Avahi mDNS/DNS-SD Stack.
  14181. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14182. apr 27 13:27:26 _hostname_ kernel: random: crng init done
  14183. apr 27 13:27:26 _hostname_ kernel: random: 7 urandom warning(s) missed due to ratelimiting
  14184. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Successfully called chroot().
  14185. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Successfully dropped remaining capabilities.
  14186. apr 27 13:27:26 _hostname_ systemd[1]: Started User Login Management.
  14187. apr 27 13:27:26 _hostname_ avahi-daemon[397]: No service file found in /etc/avahi/services.
  14188. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14189. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.2965] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
  14190. apr 27 13:27:26 _hostname_ systemd[1]: Started Network Manager.
  14191. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
  14192. apr 27 13:27:26 _hostname_ avahi-daemon[397]: New relevant interface lo.IPv6 for mDNS.
  14193. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
  14194. apr 27 13:27:26 _hostname_ avahi-daemon[397]: New relevant interface lo.IPv4 for mDNS.
  14195. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Network interface enumeration completed.
  14196. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Registering new address record for ::1 on lo.*.
  14197. apr 27 13:27:26 _hostname_ avahi-daemon[397]: Registering new address record for 127.0.0.1 on lo.IPv4.
  14198. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14199. apr 27 13:27:26 _hostname_ systemd[1]: Reached target Network.
  14200. apr 27 13:27:26 _hostname_ systemd[1]: Starting Permit User Sessions...
  14201. apr 27 13:27:26 _hostname_ systemd[1]: Finished Load/Save Random Seed.
  14202. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14203. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3043] manager[0x558c6c0fa0c0]: monitoring kernel firmware directory '/lib/firmware'.
  14204. apr 27 13:27:26 _hostname_ systemd[1]: Condition check resulted in First Boot Complete being skipped.
  14205. apr 27 13:27:26 _hostname_ systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  14206. apr 27 13:27:26 _hostname_ dbus-daemon[400]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=403 comm="/usr/bin/NetworkManager --no-daemon ")
  14207. apr 27 13:27:26 _hostname_ systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  14208. apr 27 13:27:26 _hostname_ systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  14209. apr 27 13:27:26 _hostname_ systemd[1]: Finished Permit User Sessions.
  14210. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14211. apr 27 13:27:26 _hostname_ audit: BPF prog-id=21 op=LOAD
  14212. apr 27 13:27:26 _hostname_ audit: BPF prog-id=22 op=LOAD
  14213. apr 27 13:27:26 _hostname_ audit: BPF prog-id=23 op=LOAD
  14214. apr 27 13:27:26 _hostname_ systemd[1]: Starting Hostname Service...
  14215. apr 27 13:27:26 _hostname_ dbus-daemon[400]: [system] Successfully activated service 'org.freedesktop.hostname1'
  14216. apr 27 13:27:26 _hostname_ systemd[1]: Started Hostname Service.
  14217. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14218. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3683] hostname: hostname: using hostnamed
  14219. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3683] hostname: hostname changed from (none) to "_hostname_"
  14220. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3686] dns-mgr[0x558c6c0ef110]: init: dns=default,systemd-resolved rc-manager=symlink
  14221. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3688] manager[0x558c6c0fa0c0]: rfkill: Wi-Fi hardware radio set enabled
  14222. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3688] manager[0x558c6c0fa0c0]: rfkill: WWAN hardware radio set enabled
  14223. apr 27 13:27:26 _hostname_ python3[406]: [27] INFO: # Daemon pre-start hook
  14224. apr 27 13:27:26 _hostname_ python3[406]: [27] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
  14225. apr 27 13:27:26 _hostname_ python3[406]: [28] INFO: Copying /etc/optimus-manager/optimus-manager.conf to /var/lib/optimus-manager/tmp/config_copy.conf
  14226. apr 27 13:27:26 _hostname_ python3[406]: [34] INFO: Startup mode is: integrated
  14227. apr 27 13:27:26 _hostname_ python3[406]: [34] INFO: Writing state {'type': 'pending_pre_xorg_start', 'requested_mode': 'integrated', 'current_mode': None}
  14228. apr 27 13:27:26 _hostname_ python3[406]: [35] INFO: Daemon pre-start hook completed successfully.
  14229. apr 27 13:27:26 _hostname_ python3[406]: [35] INFO: Calling Xorg pre-start hook.
  14230. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3920] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-team.so)
  14231. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3932] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-wifi.so)
  14232. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3937] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-adsl.so)
  14233. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3945] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-ovs.so)
  14234. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3992] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-bluetooth.so)
  14235. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.3997] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-wwan.so)
  14236. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4001] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
  14237. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4002] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
  14238. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4003] manager: Networking is enabled by state file
  14239. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4008] dhcp-init: Using DHCP client 'internal'
  14240. apr 27 13:27:26 _hostname_ dbus-daemon[400]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=403 comm="/usr/bin/NetworkManager --no-daemon ")
  14241. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4012] settings: Loaded settings plugin: keyfile (internal)
  14242. apr 27 13:27:26 _hostname_ systemd[1]: Starting Network Manager Script Dispatcher Service...
  14243. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4064] device (lo): carrier: link connected
  14244. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4069] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
  14245. apr 27 13:27:26 _hostname_ kernel: iTCO_vendor_support: vendor-support=0
  14246. apr 27 13:27:26 _hostname_ kernel: intel_rapl_common: Found RAPL domain package
  14247. apr 27 13:27:26 _hostname_ kernel: intel_rapl_common: Found RAPL domain core
  14248. apr 27 13:27:26 _hostname_ kernel: intel_rapl_common: Found RAPL domain uncore
  14249. apr 27 13:27:26 _hostname_ kernel: intel_rapl_common: Found RAPL domain dram
  14250. apr 27 13:27:26 _hostname_ kernel: intel_rapl_common: Found RAPL domain psys
  14251. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4125] ovsdb: Could not connect: No such file or directory
  14252. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4125] ovsdb: disconnected from ovsdb
  14253. apr 27 13:27:26 _hostname_ NetworkManager[403]: <info> [1619522846.4135] manager: startup complete
  14254. apr 27 13:27:26 _hostname_ kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
  14255. apr 27 13:27:26 _hostname_ kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
  14256. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14257. apr 27 13:27:26 _hostname_ systemd[1]: Finished Initialize hardware monitoring sensors.
  14258. apr 27 13:27:26 _hostname_ systemd[1]: Reached target Multi-User System.
  14259. apr 27 13:27:26 _hostname_ systemd[1]: Starting TLP system startup/shutdown...
  14260. apr 27 13:27:26 _hostname_ dbus-daemon[400]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
  14261. apr 27 13:27:26 _hostname_ systemd[1]: Started Network Manager Script Dispatcher Service.
  14262. apr 27 13:27:26 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  14263. apr 27 13:27:26 _hostname_ kernel: dw-apb-uart.2: ttyS4 at MMIO 0xa4336000 (irq = 20, base_baud = 115200) is a 16550A

Error logs.