Brother DCP-135C stopped working today

Hi all,

I have this 10 year old printer working nicely with Eos for some time now but yesterday it suddenly stopped printing.
I don’t know why because it concerns a desktop only used for printing and storing music so I don’t fool around too much with that machine.

I have reinstalled the drivers, added it again with the printer setup and added it with cups too, to no avail.
Funny thing is that I don’t get an error message, the printjob succeeded just fine according to cups.
The printer is working if I attach a Win10 hdd.
And the scanner is working normal too.

I don’t know how to proceed from here.

eos-log-tool might com in handy…

journalctl -b and inxi?

Those logs are good, run right after the problem occurs.
Also you could see if there’s any more helpful info in /var/log/cups.

all right, I booted it up and tried to print a webpage.

#################### inxi -Fxxc0z ########################

System:    Kernel: 5.10.68-1-lts x86_64 bits: 64 compiler: gcc v: 11.1.0 Desktop: Xfce 4.16.0 
           tk: Gtk 3.24.29 wm: xfwm dm: LightDM Distro: EndeavourOS base: Arch Linux 
Machine:   Type: Desktop System: ECS product: A740GM-M v: 7.x serial: <filter> Chassis: type: 3 
           serial: <filter> 
           Mobo: ECS model: A740GM-M v: 7.x serial: <filter> BIOS: American Megatrends v: 080014 
           date: 08/16/2010 
Battery:   Device-1: hidpp_battery_0 model: Logitech Wireless Mouse serial: <filter> 
           charge: 55% (should be ignored) status: Discharging 
CPU:       Info: Triple Core model: AMD Phenom 8250e bits: 64 type: MCP arch: K10 rev: 3 cache: 
           L2: 1.5 MiB 
           flags: lm nx pae sse sse2 sse3 sse4a svm bogomips: 11399 
           Speed: 950 MHz min/max: 950/1900 MHz Core speeds (MHz): 1: 950 2: 950 3: 950 
Graphics:  Device-1: AMD RS740 [Radeon 2100] vendor: Elite Systems driver: radeon v: kernel 
           bus-ID: 01:05.0 chip-ID: 1002:796e 
           Display: x11 server: X.Org 1.20.13 compositor: xfwm4 driver: loaded: ati,radeon 
           unloaded: fbdev,modesetting,vesa resolution: 1280x1024~60Hz s-dpi: 96 
           Message: Unable to show advanced data. Required tool glxinfo missing. 
Audio:     Device-1: AMD SBx00 Azalia vendor: Elite Systems driver: snd_hda_intel v: kernel 
           bus-ID: 00:14.2 chip-ID: 1002:4383 
           Sound Server-1: ALSA v: k5.10.68-1-lts running: yes 
           Sound Server-2: JACK v: 1.9.19 running: no 
           Sound Server-3: PulseAudio v: 15.0 running: yes 
           Sound Server-4: PipeWire v: 0.3.37 running: no 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Elite Systems 
           driver: r8168 v: 8.049.02-NAPI port: e800 bus-ID: 02:00.0 chip-ID: 10ec:8168 
           IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
Drives:    Local Storage: total: 352.13 GiB used: 115.95 GiB (32.9%) 
           ID-1: /dev/sda vendor: Crucial model: CT250MX500SSD1 size: 232.89 GiB speed: 3.0 Gb/s 
           serial: <filter> 
           ID-2: /dev/sdb model: SATA3 128GB SSD size: 119.24 GiB speed: 3.0 Gb/s serial: <filter> 
Partition: ID-1: / size: 223.69 GiB used: 115.95 GiB (51.8%) fs: ext4 dev: /dev/sda3 
Swap:      ID-1: swap-1 type: partition size: 5.12 GiB used: 0 KiB (0.0%) priority: -2 
           dev: /dev/sda1 
Sensors:   System Temperatures: cpu: 30.0 C mobo: N/A 
           Fan Speeds (RPM): N/A 
Info:      Processes: 179 Uptime: 3m Memory: 3.71 GiB used: 1.3 GiB (35.0%) Init: systemd v: 249 
           Compilers: gcc: 11.1.0 Packages: 1180 apt: 4 pacman: 1176 
           Client: Unknown Client: wrapper-2.0 inxi: 3.3.05 


#################### cat /etc/pacman.conf ########################

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

#IgnorePkg   =
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
Color
ILoveCandy
#TotalDownload
# We cannot check disk space from within a chroot environment
#CheckSpace
#VerbosePkgLists
ParallelDownloads = 5

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

[endeavouros]
SigLevel = PackageRequired
Include = /etc/pacman.d/endeavouros-mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
###REPO for MEGA###
[DEB_Arch_Extra]
SigLevel = Required TrustedOnly
Server = https://mega.nz/linux/MEGAsync/Arch_Extra/$arch
###END REPO for MEGA###


#################### journalctl -b -0 ########################
-- Journal begins at Thu 2021-05-06 18:50:31 CEST, ends at Fri 2021-09-24 17:05:21 CEST. --
sep 24 17:02:04 _hostname_ kernel: Linux version 5.10.68-1-lts (linux-lts@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Wed, 22 Sep 2021 11:00:42 +0000
sep 24 17:02:04 _hostname_ kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=602f9307-0048-417d-9764-a4f6df470bda rw quiet loglevel=3 nowatchdog
sep 24 17:02:04 _hostname_ kernel: x86/fpu: x87 FPU will use FXSAVE
sep 24 17:02:04 _hostname_ kernel: BIOS-provided physical RAM map:
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000d7faffff] usable
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x00000000d7fb0000-0x00000000d7fbdfff] ACPI data
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x00000000d7fbe000-0x00000000d7fdffff] ACPI NVS
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x00000000d7fe0000-0x00000000d7fedfff] reserved
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x00000000d7ff0000-0x00000000d7ffffff] reserved
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x00000000ff700000-0x00000000ffffffff] reserved
sep 24 17:02:04 _hostname_ kernel: BIOS-e820: [mem 0x0000000100000000-0x000000011fffffff] usable
sep 24 17:02:04 _hostname_ kernel: NX (Execute Disable) protection: active
sep 24 17:02:04 _hostname_ kernel: SMBIOS 2.5 present.
sep 24 17:02:04 _hostname_ kernel: DMI: ECS A740GM-M/A740GM-M, BIOS 080014  08/16/2010
sep 24 17:02:04 _hostname_ kernel: tsc: Fast TSC calibration using PIT
sep 24 17:02:04 _hostname_ kernel: tsc: Detected 1899.878 MHz processor
sep 24 17:02:04 _hostname_ kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
sep 24 17:02:04 _hostname_ kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
sep 24 17:02:04 _hostname_ kernel: last_pfn = 0x120000 max_arch_pfn = 0x400000000
sep 24 17:02:04 _hostname_ kernel: MTRR default type: uncachable
sep 24 17:02:04 _hostname_ kernel: MTRR fixed ranges enabled:
sep 24 17:02:04 _hostname_ kernel:   00000-9FFFF write-back
sep 24 17:02:04 _hostname_ kernel:   A0000-EFFFF uncachable
sep 24 17:02:04 _hostname_ kernel:   F0000-FFFFF write-protect
sep 24 17:02:04 _hostname_ kernel: MTRR variable ranges enabled:
sep 24 17:02:04 _hostname_ kernel:   0 base 000000000000 mask FFFF80000000 write-back
sep 24 17:02:04 _hostname_ kernel:   1 base 000080000000 mask FFFFC0000000 write-back
sep 24 17:02:04 _hostname_ kernel:   2 base 0000C0000000 mask FFFFE0000000 write-back
sep 24 17:02:04 _hostname_ kernel:   3 disabled
sep 24 17:02:04 _hostname_ kernel:   4 disabled
sep 24 17:02:04 _hostname_ kernel:   5 disabled
sep 24 17:02:04 _hostname_ kernel:   6 disabled
sep 24 17:02:04 _hostname_ kernel:   7 disabled
sep 24 17:02:04 _hostname_ kernel: TOM2: 0000000120000000 aka 4608M
sep 24 17:02:04 _hostname_ kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
sep 24 17:02:04 _hostname_ kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
sep 24 17:02:04 _hostname_ kernel: last_pfn = 0xd7fb0 max_arch_pfn = 0x400000000
sep 24 17:02:04 _hostname_ kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f]
sep 24 17:02:04 _hostname_ kernel: check: Scanning 1 areas for low memory corruption
sep 24 17:02:04 _hostname_ kernel: Using GB pages for direct mapping
sep 24 17:02:04 _hostname_ kernel: RAMDISK: [mem 0x36749000-0x3739bfff]
sep 24 17:02:04 _hostname_ kernel: ACPI: Early table checksum verification disabled
sep 24 17:02:04 _hostname_ kernel: ACPI: RSDP 0x00000000000FAF30 000014 (v00 ACPIAM)
sep 24 17:02:04 _hostname_ kernel: ACPI: RSDT 0x00000000D7FB0000 00003C (v01 081610 RSDT1105 20100816 MSFT 00000097)
sep 24 17:02:04 _hostname_ kernel: ACPI: FACP 0x00000000D7FB0200 000084 (v02 081610 FACP1105 20100816 MSFT 00000097)
sep 24 17:02:04 _hostname_ kernel: ACPI: DSDT 0x00000000D7FB0440 004A49 (v01 1AAAA  1AAAA000 00000000 INTL 20051117)
sep 24 17:02:04 _hostname_ kernel: ACPI: FACS 0x00000000D7FBE000 000040
sep 24 17:02:04 _hostname_ kernel: ACPI: APIC 0x00000000D7FB0390 00006C (v01 081610 APIC1105 20100816 MSFT 00000097)
sep 24 17:02:04 _hostname_ kernel: ACPI: MCFG 0x00000000D7FB0400 00003C (v01 081610 OEMMCFG  20100816 MSFT 00000097)
sep 24 17:02:04 _hostname_ kernel: ACPI: OEMB 0x00000000D7FBE040 000071 (v01 081610 OEMB1105 20100816 MSFT 00000097)
sep 24 17:02:04 _hostname_ kernel: ACPI: HPET 0x00000000D7FB4E90 000038 (v01 081610 OEMHPET  20100816 MSFT 00000097)
sep 24 17:02:04 _hostname_ kernel: ACPI: SSDT 0x00000000D7FB4ED0 0003FC (v01 A M I  POWERNOW 00000001 AMD  00000001)
sep 24 17:02:04 _hostname_ kernel: ACPI: Reserving FACP table memory at [mem 0xd7fb0200-0xd7fb0283]
sep 24 17:02:04 _hostname_ kernel: ACPI: Reserving DSDT table memory at [mem 0xd7fb0440-0xd7fb4e88]
sep 24 17:02:04 _hostname_ kernel: ACPI: Reserving FACS table memory at [mem 0xd7fbe000-0xd7fbe03f]
sep 24 17:02:04 _hostname_ kernel: ACPI: Reserving APIC table memory at [mem 0xd7fb0390-0xd7fb03fb]
sep 24 17:02:04 _hostname_ kernel: ACPI: Reserving MCFG table memory at [mem 0xd7fb0400-0xd7fb043b]
sep 24 17:02:04 _hostname_ kernel: ACPI: Reserving OEMB table memory at [mem 0xd7fbe040-0xd7fbe0b0]
sep 24 17:02:04 _hostname_ kernel: ACPI: Reserving HPET table memory at [mem 0xd7fb4e90-0xd7fb4ec7]
sep 24 17:02:04 _hostname_ kernel: ACPI: Reserving SSDT table memory at [mem 0xd7fb4ed0-0xd7fb52cb]
sep 24 17:02:04 _hostname_ kernel: ACPI: Local APIC address 0xfee00000
sep 24 17:02:04 _hostname_ kernel: Scanning NUMA topology in Northbridge 24
sep 24 17:02:04 _hostname_ kernel: No NUMA configuration found
sep 24 17:02:04 _hostname_ kernel: Faking a node at [mem 0x0000000000000000-0x000000011fffffff]
sep 24 17:02:04 _hostname_ kernel: NODE_DATA(0) allocated [mem 0x11fffa000-0x11fffdfff]
sep 24 17:02:04 _hostname_ kernel: Zone ranges:
sep 24 17:02:04 _hostname_ kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
sep 24 17:02:04 _hostname_ kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
sep 24 17:02:04 _hostname_ kernel:   Normal   [mem 0x0000000100000000-0x000000011fffffff]
sep 24 17:02:04 _hostname_ kernel:   Device   empty
sep 24 17:02:04 _hostname_ kernel: Movable zone start for each node
sep 24 17:02:04 _hostname_ kernel: Early memory node ranges
sep 24 17:02:04 _hostname_ kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
sep 24 17:02:04 _hostname_ kernel:   node   0: [mem 0x0000000000100000-0x00000000d7faffff]
sep 24 17:02:04 _hostname_ kernel:   node   0: [mem 0x0000000100000000-0x000000011fffffff]
sep 24 17:02:04 _hostname_ kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000011fffffff]
sep 24 17:02:04 _hostname_ kernel: On node 0 totalpages: 1015630
sep 24 17:02:04 _hostname_ kernel:   DMA zone: 64 pages used for memmap
sep 24 17:02:04 _hostname_ kernel:   DMA zone: 21 pages reserved
sep 24 17:02:04 _hostname_ kernel:   DMA zone: 3998 pages, LIFO batch:0
sep 24 17:02:04 _hostname_ kernel:   DMA32 zone: 13759 pages used for memmap
sep 24 17:02:04 _hostname_ kernel:   DMA32 zone: 880560 pages, LIFO batch:63
sep 24 17:02:04 _hostname_ kernel:   Normal zone: 2048 pages used for memmap
sep 24 17:02:04 _hostname_ kernel:   Normal zone: 131072 pages, LIFO batch:31
sep 24 17:02:04 _hostname_ kernel: On node 0, zone DMA: 1 pages in unavailable ranges
sep 24 17:02:04 _hostname_ kernel: On node 0, zone DMA: 97 pages in unavailable ranges
sep 24 17:02:04 _hostname_ kernel: On node 0, zone Normal: 80 pages in unavailable ranges
sep 24 17:02:04 _hostname_ kernel: ACPI: PM-Timer IO Port: 0x808
sep 24 17:02:04 _hostname_ kernel: ACPI: Local APIC address 0xfee00000
sep 24 17:02:04 _hostname_ kernel: IOAPIC[0]: apic_id 3, version 33, address 0xfec00000, GSI 0-23
sep 24 17:02:04 _hostname_ kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
sep 24 17:02:04 _hostname_ kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
sep 24 17:02:04 _hostname_ kernel: ACPI: IRQ0 used by override.
sep 24 17:02:04 _hostname_ kernel: ACPI: IRQ9 used by override.
sep 24 17:02:04 _hostname_ kernel: Using ACPI (MADT) for SMP configuration information
sep 24 17:02:04 _hostname_ kernel: ACPI: HPET id: 0x8300 base: 0xfed00000
sep 24 17:02:04 _hostname_ kernel: smpboot: Allowing 4 CPUs, 1 hotplug CPUs
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0x000e4000-0x000fffff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xd7fb0000-0xd7fbdfff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xd7fbe000-0xd7fdffff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xd7fe0000-0xd7fedfff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xd7fee000-0xd7feffff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xd7ff0000-0xd7ffffff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xd8000000-0xff6fffff]
sep 24 17:02:04 _hostname_ kernel: PM: hibernation: Registered nosave memory: [mem 0xff700000-0xffffffff]
sep 24 17:02:04 _hostname_ kernel: [mem 0xd8000000-0xff6fffff] available for PCI devices
sep 24 17:02:04 _hostname_ kernel: Booting paravirtualized kernel on bare hardware
sep 24 17:02:04 _hostname_ kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
sep 24 17:02:04 _hostname_ kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
sep 24 17:02:04 _hostname_ kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
sep 24 17:02:04 _hostname_ kernel: pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
sep 24 17:02:04 _hostname_ kernel: pcpu-alloc: [0] 0 1 2 3 
sep 24 17:02:04 _hostname_ kernel: Built 1 zonelists, mobility grouping on.  Total pages: 999738
sep 24 17:02:04 _hostname_ kernel: Policy zone: Normal
sep 24 17:02:04 _hostname_ kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=602f9307-0048-417d-9764-a4f6df470bda rw quiet loglevel=3 nowatchdog
sep 24 17:02:04 _hostname_ kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
sep 24 17:02:04 _hostname_ kernel: Memory: 3874072K/4062520K available (14343K kernel code, 2031K rwdata, 9064K rodata, 1724K init, 4348K bss, 188188K reserved, 0K cma-reserved)
sep 24 17:02:04 _hostname_ kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
sep 24 17:02:04 _hostname_ kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
sep 24 17:02:04 _hostname_ kernel: ftrace: allocating 41545 entries in 163 pages
sep 24 17:02:04 _hostname_ kernel: ftrace: allocated 163 pages with 4 groups
sep 24 17:02:04 _hostname_ kernel: rcu: Hierarchical RCU implementation.
sep 24 17:02:04 _hostname_ kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
sep 24 17:02:04 _hostname_ kernel:         Rude variant of Tasks RCU enabled.
sep 24 17:02:04 _hostname_ kernel:         Tracing variant of Tasks RCU enabled.
sep 24 17:02:04 _hostname_ kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
sep 24 17:02:04 _hostname_ kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
sep 24 17:02:04 _hostname_ kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
sep 24 17:02:04 _hostname_ kernel: spurious 8259A interrupt: IRQ7.
sep 24 17:02:04 _hostname_ kernel: Console: colour dummy device 80x25
sep 24 17:02:04 _hostname_ kernel: printk: console [tty0] enabled
sep 24 17:02:04 _hostname_ kernel: ACPI: Core revision 20200925
sep 24 17:02:04 _hostname_ kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
sep 24 17:02:04 _hostname_ kernel: APIC: Switch to symmetric I/O mode setup
sep 24 17:02:04 _hostname_ kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
sep 24 17:02:04 _hostname_ kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x36c571b8ddf, max_idle_ns: 881590565941 ns
sep 24 17:02:04 _hostname_ kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3799.75 BogoMIPS (lpj=18998780)
sep 24 17:02:04 _hostname_ kernel: pid_max: default: 32768 minimum: 301
sep 24 17:02:04 _hostname_ kernel: LSM: Security Framework initializing
sep 24 17:02:04 _hostname_ kernel: Yama: becoming mindful.
sep 24 17:02:04 _hostname_ kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: LVT offset 0 assigned for vector 0xf9
sep 24 17:02:04 _hostname_ kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
sep 24 17:02:04 _hostname_ kernel: Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
sep 24 17:02:04 _hostname_ kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
sep 24 17:02:04 _hostname_ kernel: Spectre V2 : Mitigation: Full AMD retpoline
sep 24 17:02:04 _hostname_ kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
sep 24 17:02:04 _hostname_ kernel: Freeing SMP alternatives memory: 36K
sep 24 17:02:04 _hostname_ kernel: smpboot: CPU0: AMD Phenom(tm) 8250e Triple-Core Processor (family: 0x10, model: 0x2, stepping: 0x3)
sep 24 17:02:04 _hostname_ kernel: Performance Events: AMD PMU driver.
sep 24 17:02:04 _hostname_ kernel: ... version:                0
sep 24 17:02:04 _hostname_ kernel: ... bit width:              48
sep 24 17:02:04 _hostname_ kernel: ... generic registers:      4
sep 24 17:02:04 _hostname_ kernel: ... value mask:             0000ffffffffffff
sep 24 17:02:04 _hostname_ kernel: ... max period:             00007fffffffffff
sep 24 17:02:04 _hostname_ kernel: ... fixed-purpose events:   0
sep 24 17:02:04 _hostname_ kernel: ... event mask:             000000000000000f
sep 24 17:02:04 _hostname_ kernel: rcu: Hierarchical SRCU implementation.
sep 24 17:02:04 _hostname_ kernel: smp: Bringing up secondary CPUs ...
sep 24 17:02:04 _hostname_ kernel: x86: Booting SMP configuration:
sep 24 17:02:04 _hostname_ kernel: .... node  #0, CPUs:      #1 #2
sep 24 17:02:04 _hostname_ kernel: smp: Brought up 1 node, 3 CPUs
sep 24 17:02:04 _hostname_ kernel: smpboot: Max logical packages: 2
sep 24 17:02:04 _hostname_ kernel: smpboot: Total of 3 processors activated (11399.26 BogoMIPS)
sep 24 17:02:04 _hostname_ kernel: devtmpfs: initialized
sep 24 17:02:04 _hostname_ kernel: x86/mm: Memory block size: 128MB
sep 24 17:02:04 _hostname_ kernel: PM: Registering ACPI NVS region [mem 0xd7fbe000-0xd7fdffff] (139264 bytes)
sep 24 17:02:04 _hostname_ kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
sep 24 17:02:04 _hostname_ kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: pinctrl core: initialized pinctrl subsystem
sep 24 17:02:04 _hostname_ kernel: PM: RTC time: 15:02:00, date: 2021-09-24
sep 24 17:02:04 _hostname_ kernel: NET: Registered protocol family 16
sep 24 17:02:04 _hostname_ kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
sep 24 17:02:04 _hostname_ kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
sep 24 17:02:04 _hostname_ kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
sep 24 17:02:04 _hostname_ kernel: audit: initializing netlink subsys (disabled)
sep 24 17:02:04 _hostname_ kernel: audit: type=2000 audit(1632495720.180:1): state=initialized audit_enabled=0 res=1
sep 24 17:02:04 _hostname_ kernel: thermal_sys: Registered thermal governor 'fair_share'
sep 24 17:02:04 _hostname_ kernel: thermal_sys: Registered thermal governor 'bang_bang'
sep 24 17:02:04 _hostname_ kernel: thermal_sys: Registered thermal governor 'step_wise'
sep 24 17:02:04 _hostname_ kernel: thermal_sys: Registered thermal governor 'user_space'
sep 24 17:02:04 _hostname_ kernel: thermal_sys: Registered thermal governor 'power_allocator'
sep 24 17:02:04 _hostname_ kernel: cpuidle: using governor ladder
sep 24 17:02:04 _hostname_ kernel: cpuidle: using governor menu
sep 24 17:02:04 _hostname_ kernel: node 0 link 0: io port [1000, ffffff]
sep 24 17:02:04 _hostname_ kernel: TOM: 00000000e0000000 aka 3584M
sep 24 17:02:04 _hostname_ kernel: Fam 10h mmconf [mem 0xe0000000-0xefffffff]
sep 24 17:02:04 _hostname_ kernel: node 0 link 0: mmio [f0000000, f7feffff]
sep 24 17:02:04 _hostname_ kernel: node 0 link 0: mmio [e0000000, efffffff] ==> none
sep 24 17:02:04 _hostname_ kernel: node 0 link 0: mmio [e0000000, ffff] ==> none
sep 24 17:02:04 _hostname_ kernel: node 0 link 0: mmio [a0000, bffff]
sep 24 17:02:04 _hostname_ kernel: node 0 link 0: mmio [f7ff0000, ffffffff]
sep 24 17:02:04 _hostname_ kernel: TOM2: 0000000120000000 aka 4608M
sep 24 17:02:04 _hostname_ kernel: bus: [bus 00-07] on node 0 link 0
sep 24 17:02:04 _hostname_ kernel: bus: 00 [io  0x0000-0xffff]
sep 24 17:02:04 _hostname_ kernel: bus: 00 [mem 0xf0000000-0xffffffff]
sep 24 17:02:04 _hostname_ kernel: bus: 00 [mem 0x000a0000-0x000bffff]
sep 24 17:02:04 _hostname_ kernel: bus: 00 [mem 0x120000000-0xfcffffffff]
sep 24 17:02:04 _hostname_ kernel: ACPI: bus type PCI registered
sep 24 17:02:04 _hostname_ kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
sep 24 17:02:04 _hostname_ kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
sep 24 17:02:04 _hostname_ kernel: PCI: not using MMCONFIG
sep 24 17:02:04 _hostname_ kernel: PCI: Using configuration type 1 for base access
sep 24 17:02:04 _hostname_ kernel: PCI: Using configuration type 1 for extended access
sep 24 17:02:04 _hostname_ kernel: mtrr: your CPUs had inconsistent variable MTRR settings
sep 24 17:02:04 _hostname_ kernel: mtrr: probably your BIOS does not setup all CPUs.
sep 24 17:02:04 _hostname_ kernel: mtrr: corrected configuration.
sep 24 17:02:04 _hostname_ kernel: Kprobes globally optimized
sep 24 17:02:04 _hostname_ kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
sep 24 17:02:04 _hostname_ kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
sep 24 17:02:04 _hostname_ kernel: ACPI: Added _OSI(Module Device)
sep 24 17:02:04 _hostname_ kernel: ACPI: Added _OSI(Processor Device)
sep 24 17:02:04 _hostname_ kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
sep 24 17:02:04 _hostname_ kernel: ACPI: Added _OSI(Processor Aggregator Device)
sep 24 17:02:04 _hostname_ kernel: ACPI: Added _OSI(Linux-Dell-Video)
sep 24 17:02:04 _hostname_ kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
sep 24 17:02:04 _hostname_ kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
sep 24 17:02:04 _hostname_ kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
sep 24 17:02:04 _hostname_ kernel: ACPI: Interpreter enabled
sep 24 17:02:04 _hostname_ kernel: ACPI: (supports S0 S3 S4 S5)
sep 24 17:02:04 _hostname_ kernel: ACPI: Using IOAPIC for interrupt routing
sep 24 17:02:04 _hostname_ kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
sep 24 17:02:04 _hostname_ kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
sep 24 17:02:04 _hostname_ kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
sep 24 17:02:04 _hostname_ kernel: ACPI: Enabled 6 GPEs in block 00 to 1F
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
sep 24 17:02:04 _hostname_ kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
sep 24 17:02:04 _hostname_ kernel: PCI host bridge to bus 0000:00
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0xd8000000-0xdfffffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:00.0: [1002:7911] type 00 class 0x060000
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0: [1002:7912] type 01 class 0x060400
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0: [1002:7915] type 01 class 0x060400
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0: enabling Extended Tags
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:11.0: reg 0x10: [io  0xc000-0xc007]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:11.0: reg 0x14: [io  0xb000-0xb003]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:11.0: reg 0x18: [io  0xa000-0xa007]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:11.0: reg 0x1c: [io  0x9000-0x9003]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:11.0: reg 0x20: [io  0x8000-0x800f]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:11.0: reg 0x24: [mem 0xfe8ff800-0xfe8ffbff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:11.0: set SATA to AHCI mode
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.0: reg 0x10: [mem 0xfe8fe000-0xfe8fefff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.1: reg 0x10: [mem 0xfe8fd000-0xfe8fdfff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.2: reg 0x10: [mem 0xfe8ff000-0xfe8ff0ff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.2: supports D1 D2
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.0: reg 0x10: [mem 0xfe8fc000-0xfe8fcfff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.1: reg 0x10: [mem 0xfe8fb000-0xfe8fbfff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.2: reg 0x10: [mem 0xfe8fa800-0xfe8fa8ff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.2: supports D1 D2
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: reg 0x20: [io  0xff00-0xff0f]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.2: reg 0x10: [mem 0xfe8f4000-0xfe8f7fff 64bit]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.5: reg 0x10: [mem 0xfe8f9000-0xfe8f9fff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:01: extended config space not accessible
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: [1002:796e] type 00 class 0x030000
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: reg 0x10: [mem 0xf0000000-0xf7ffffff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: reg 0x18: [mem 0xfeaf0000-0xfeafffff 64bit]
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: reg 0x20: [io  0xd000-0xd0ff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: reg 0x24: [mem 0xfe900000-0xfe9fffff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: supports D1 D2
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0:   bridge window [mem 0xfe900000-0xfeafffff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
sep 24 17:02:04 _hostname_ kernel: pci 0000:02:00.0: reg 0x10: [io  0xe800-0xe8ff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfdfff000-0xfdffffff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfdff8000-0xfdffbfff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci 0000:02:00.0: reg 0x30: [mem 0xfebe0000-0xfebfffff pref]
sep 24 17:02:04 _hostname_ kernel: pci 0000:02:00.0: supports D1 D2
sep 24 17:02:04 _hostname_ kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0: PCI bridge to [bus 02]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0:   bridge window [io  0xe000-0xefff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0:   bridge window [mem 0xfeb00000-0xfebfffff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:03: extended config space not accessible
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4:   bridge window [mem 0xd8000000-0xdfffffff window] (subtractive decode)
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 12 14 15)
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 *10 11 12 14 15)
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 *11 12 14 15)
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 *11 12 14 15)
sep 24 17:02:04 _hostname_ kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
sep 24 17:02:04 _hostname_ kernel: iommu: Default domain type: Translated 
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: vgaarb: setting as boot VGA device
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: vgaarb: bridge control possible
sep 24 17:02:04 _hostname_ kernel: vgaarb: loaded
sep 24 17:02:04 _hostname_ kernel: SCSI subsystem initialized
sep 24 17:02:04 _hostname_ kernel: libata version 3.00 loaded.
sep 24 17:02:04 _hostname_ kernel: ACPI: bus type USB registered
sep 24 17:02:04 _hostname_ kernel: usbcore: registered new interface driver usbfs
sep 24 17:02:04 _hostname_ kernel: usbcore: registered new interface driver hub
sep 24 17:02:04 _hostname_ kernel: usbcore: registered new device driver usb
sep 24 17:02:04 _hostname_ kernel: pps_core: LinuxPPS API ver. 1 registered
sep 24 17:02:04 _hostname_ kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
sep 24 17:02:04 _hostname_ kernel: PTP clock support registered
sep 24 17:02:04 _hostname_ kernel: EDAC MC: Ver: 3.0.0
sep 24 17:02:04 _hostname_ kernel: NetLabel: Initializing
sep 24 17:02:04 _hostname_ kernel: NetLabel:  domain hash size = 128
sep 24 17:02:04 _hostname_ kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
sep 24 17:02:04 _hostname_ kernel: NetLabel:  unlabeled traffic allowed by default
sep 24 17:02:04 _hostname_ kernel: PCI: Using ACPI for IRQ routing
sep 24 17:02:04 _hostname_ kernel: PCI: pci_cache_line_size set to 64 bytes
sep 24 17:02:04 _hostname_ kernel: e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
sep 24 17:02:04 _hostname_ kernel: e820: reserve RAM buffer [mem 0xd7fb0000-0xd7ffffff]
sep 24 17:02:04 _hostname_ kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
sep 24 17:02:04 _hostname_ kernel: hpet0: 4 comparators, 32-bit 14.318180 MHz counter
sep 24 17:02:04 _hostname_ kernel: clocksource: Switched to clocksource tsc-early
sep 24 17:02:04 _hostname_ kernel: VFS: Disk quotas dquot_6.6.0
sep 24 17:02:04 _hostname_ kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
sep 24 17:02:04 _hostname_ kernel: pnp: PnP ACPI init
sep 24 17:02:04 _hostname_ kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
sep 24 17:02:04 _hostname_ kernel: pnp 00:01: [dma 0 disabled]
sep 24 17:02:04 _hostname_ kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
sep 24 17:02:04 _hostname_ kernel: system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
sep 24 17:02:04 _hostname_ kernel: system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x040b] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x04d6] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0c14] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0c50-0x0c51] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0c52] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0c6c] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0c6f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0cd0-0x0cd1] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0cd2-0x0cd3] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0cd4-0x0cd5] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0cd6-0x0cd7] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0cd8-0x0cdf] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0a7a-0x0b1f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0b30-0x0bff] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0800-0x089f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0b20-0x0b2f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0900-0x090f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0x0910-0x091f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [io  0xfe00-0xfefe] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [mem 0xffb80000-0xffbfffff] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
sep 24 17:02:04 _hostname_ kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
sep 24 17:02:04 _hostname_ kernel: system 00:05: [io  0x0e00-0x0e0f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:05: [io  0x0e80-0x0e8f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:05: [io  0x0f40-0x0f4f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:05: [io  0x0a30-0x0a3f] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
sep 24 17:02:04 _hostname_ kernel: pnp 00:06: [dma 3]
sep 24 17:02:04 _hostname_ kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active)
sep 24 17:02:04 _hostname_ kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
sep 24 17:02:04 _hostname_ kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
sep 24 17:02:04 _hostname_ kernel: system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
sep 24 17:02:04 _hostname_ kernel: system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
sep 24 17:02:04 _hostname_ kernel: system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
sep 24 17:02:04 _hostname_ kernel: system 00:08: [mem 0x00100000-0xd7ffffff] could not be reserved
sep 24 17:02:04 _hostname_ kernel: system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
sep 24 17:02:04 _hostname_ kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
sep 24 17:02:04 _hostname_ kernel: pnp: PnP ACPI: found 9 devices
sep 24 17:02:04 _hostname_ kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
sep 24 17:02:04 _hostname_ kernel: NET: Registered protocol family 2
sep 24 17:02:04 _hostname_ kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: TCP: Hash tables configured (established 32768 bind 32768)
sep 24 17:02:04 _hostname_ kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
sep 24 17:02:04 _hostname_ kernel: NET: Registered protocol family 1
sep 24 17:02:04 _hostname_ kernel: NET: Registered protocol family 44
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0:   bridge window [mem 0xfe900000-0xfeafffff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0: PCI bridge to [bus 02]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0:   bridge window [io  0xe000-0xefff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0:   bridge window [mem 0xfeb00000-0xfebfffff]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:05.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.4: PCI bridge to [bus 03]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: resource 8 [mem 0xd8000000-0xdfffffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfeafffff]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf7ffffff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:03: resource 8 [mem 0xd8000000-0xdfffffff window]
sep 24 17:02:04 _hostname_ kernel: pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff window]
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x740 took 41850 usecs
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:12.1: quirk_usb_early_handoff+0x0/0x740 took 39001 usecs
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x740 took 38814 usecs
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:13.1: quirk_usb_early_handoff+0x0/0x740 took 39047 usecs
sep 24 17:02:04 _hostname_ kernel: pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x740 took 38810 usecs
sep 24 17:02:04 _hostname_ kernel: pci 0000:01:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
sep 24 17:02:04 _hostname_ kernel: PCI: CLS 64 bytes, default 64
sep 24 17:02:04 _hostname_ kernel: Trying to unpack rootfs image as initramfs...
sep 24 17:02:04 _hostname_ kernel: Freeing initrd memory: 12620K
sep 24 17:02:04 _hostname_ kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
sep 24 17:02:04 _hostname_ kernel: software IO TLB: mapped [mem 0x00000000d3fb0000-0x00000000d7fb0000] (64MB)
sep 24 17:02:04 _hostname_ kernel: LVT offset 1 assigned for vector 0x400
sep 24 17:02:04 _hostname_ kernel: LVT offset 1 assigned
sep 24 17:02:04 _hostname_ kernel: perf: AMD IBS detected (0x00000007)
sep 24 17:02:04 _hostname_ kernel: check: Scanning for low memory corruption every 60 seconds
sep 24 17:02:04 _hostname_ kernel: Initialise system trusted keyrings
sep 24 17:02:04 _hostname_ kernel: Key type blacklist registered
sep 24 17:02:04 _hostname_ kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
sep 24 17:02:04 _hostname_ kernel: zbud: loaded
sep 24 17:02:04 _hostname_ kernel: Key type asymmetric registered
sep 24 17:02:04 _hostname_ kernel: Asymmetric key parser 'x509' registered
sep 24 17:02:04 _hostname_ kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
sep 24 17:02:04 _hostname_ kernel: io scheduler mq-deadline registered
sep 24 17:02:04 _hostname_ kernel: io scheduler kyber registered
sep 24 17:02:04 _hostname_ kernel: io scheduler bfq registered
sep 24 17:02:04 _hostname_ kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
sep 24 17:02:04 _hostname_ kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
sep 24 17:02:04 _hostname_ kernel: vesafb: mode is 1280x1024x32, linelength=5120, pages=0
sep 24 17:02:04 _hostname_ kernel: vesafb: scrolling: redraw
sep 24 17:02:04 _hostname_ kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
sep 24 17:02:04 _hostname_ kernel: vesafb: framebuffer at 0xf0000000, mapped to 0x(____ptrval____), using 5120k, total 5120k
sep 24 17:02:04 _hostname_ kernel: fbcon: Deferring console take-over
sep 24 17:02:04 _hostname_ kernel: fb0: VESA VGA frame buffer device
sep 24 17:02:04 _hostname_ kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
sep 24 17:02:04 _hostname_ kernel: ACPI: Power Button [PWRB]
sep 24 17:02:04 _hostname_ kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
sep 24 17:02:04 _hostname_ kernel: ACPI: Power Button [PWRF]
sep 24 17:02:04 _hostname_ kernel: thermal LNXTHERM:00: registered as thermal_zone0
sep 24 17:02:04 _hostname_ kernel: ACPI: Thermal Zone [THRM] (30 C)
sep 24 17:02:04 _hostname_ kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
sep 24 17:02:04 _hostname_ kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
sep 24 17:02:04 _hostname_ kernel: Non-volatile memory driver v1.3
sep 24 17:02:04 _hostname_ kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
sep 24 17:02:04 _hostname_ kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
sep 24 17:02:04 _hostname_ kernel: ahci 0000:00:11.0: version 3.0
sep 24 17:02:04 _hostname_ kernel: ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
sep 24 17:02:04 _hostname_ kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
sep 24 17:02:04 _hostname_ kernel: scsi host0: ahci
sep 24 17:02:04 _hostname_ kernel: scsi host1: ahci
sep 24 17:02:04 _hostname_ kernel: scsi host2: ahci
sep 24 17:02:04 _hostname_ kernel: scsi host3: ahci
sep 24 17:02:04 _hostname_ kernel: ata1: SATA max UDMA/133 abar m1024@0xfe8ff800 port 0xfe8ff900 irq 24
sep 24 17:02:04 _hostname_ kernel: ata2: SATA max UDMA/133 abar m1024@0xfe8ff800 port 0xfe8ff980 irq 24
sep 24 17:02:04 _hostname_ kernel: ata3: SATA max UDMA/133 abar m1024@0xfe8ff800 port 0xfe8ffa00 irq 24
sep 24 17:02:04 _hostname_ kernel: ata4: SATA max UDMA/133 abar m1024@0xfe8ff800 port 0xfe8ffa80 irq 24
sep 24 17:02:04 _hostname_ kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
sep 24 17:02:04 _hostname_ kernel: ehci-pci: EHCI PCI platform driver
sep 24 17:02:04 _hostname_ kernel: QUIRK: Enable AMD PLL fix
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:12.2: debug port 1
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xfe8ff000
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
sep 24 17:02:04 _hostname_ kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
sep 24 17:02:04 _hostname_ kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sep 24 17:02:04 _hostname_ kernel: usb usb1: Product: EHCI Host Controller
sep 24 17:02:04 _hostname_ kernel: usb usb1: Manufacturer: Linux 5.10.68-1-lts ehci_hcd
sep 24 17:02:04 _hostname_ kernel: usb usb1: SerialNumber: 0000:00:12.2
sep 24 17:02:04 _hostname_ kernel: hub 1-0:1.0: USB hub found
sep 24 17:02:04 _hostname_ kernel: hub 1-0:1.0: 6 ports detected
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:13.2: debug port 1
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:13.2: irq 19, io mem 0xfe8fa800
sep 24 17:02:04 _hostname_ kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
sep 24 17:02:04 _hostname_ kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
sep 24 17:02:04 _hostname_ kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sep 24 17:02:04 _hostname_ kernel: usb usb2: Product: EHCI Host Controller
sep 24 17:02:04 _hostname_ kernel: usb usb2: Manufacturer: Linux 5.10.68-1-lts ehci_hcd
sep 24 17:02:04 _hostname_ kernel: usb usb2: SerialNumber: 0000:00:13.2
sep 24 17:02:04 _hostname_ kernel: hub 2-0:1.0: USB hub found
sep 24 17:02:04 _hostname_ kernel: hub 2-0:1.0: 6 ports detected
sep 24 17:02:04 _hostname_ kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
sep 24 17:02:04 _hostname_ kernel: ohci-pci: OHCI PCI platform driver
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:12.0: irq 16, io mem 0xfe8fe000
sep 24 17:02:04 _hostname_ kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
sep 24 17:02:04 _hostname_ kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sep 24 17:02:04 _hostname_ kernel: usb usb3: Product: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: usb usb3: Manufacturer: Linux 5.10.68-1-lts ohci_hcd
sep 24 17:02:04 _hostname_ kernel: usb usb3: SerialNumber: 0000:00:12.0
sep 24 17:02:04 _hostname_ kernel: hub 3-0:1.0: USB hub found
sep 24 17:02:04 _hostname_ kernel: hub 3-0:1.0: 3 ports detected
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:12.1: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 4
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:12.1: irq 16, io mem 0xfe8fd000
sep 24 17:02:04 _hostname_ kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
sep 24 17:02:04 _hostname_ kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sep 24 17:02:04 _hostname_ kernel: usb usb4: Product: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: usb usb4: Manufacturer: Linux 5.10.68-1-lts ohci_hcd
sep 24 17:02:04 _hostname_ kernel: usb usb4: SerialNumber: 0000:00:12.1
sep 24 17:02:04 _hostname_ kernel: hub 4-0:1.0: USB hub found
sep 24 17:02:04 _hostname_ kernel: hub 4-0:1.0: 3 ports detected
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xfe8fc000
sep 24 17:02:04 _hostname_ kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
sep 24 17:02:04 _hostname_ kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sep 24 17:02:04 _hostname_ kernel: usb usb5: Product: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: usb usb5: Manufacturer: Linux 5.10.68-1-lts ohci_hcd
sep 24 17:02:04 _hostname_ kernel: usb usb5: SerialNumber: 0000:00:13.0
sep 24 17:02:04 _hostname_ kernel: hub 5-0:1.0: USB hub found
sep 24 17:02:04 _hostname_ kernel: hub 5-0:1.0: 3 ports detected
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:13.1: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 6
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:13.1: irq 18, io mem 0xfe8fb000
sep 24 17:02:04 _hostname_ kernel: ata4: SATA link down (SStatus 0 SControl 300)
sep 24 17:02:04 _hostname_ kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
sep 24 17:02:04 _hostname_ kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sep 24 17:02:04 _hostname_ kernel: usb usb6: Product: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: usb usb6: Manufacturer: Linux 5.10.68-1-lts ohci_hcd
sep 24 17:02:04 _hostname_ kernel: usb usb6: SerialNumber: 0000:00:13.1
sep 24 17:02:04 _hostname_ kernel: hub 6-0:1.0: USB hub found
sep 24 17:02:04 _hostname_ kernel: hub 6-0:1.0: 3 ports detected
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
sep 24 17:02:04 _hostname_ kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xfe8f9000
sep 24 17:02:04 _hostname_ kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
sep 24 17:02:04 _hostname_ kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
sep 24 17:02:04 _hostname_ kernel: usb usb7: Product: OHCI PCI host controller
sep 24 17:02:04 _hostname_ kernel: usb usb7: Manufacturer: Linux 5.10.68-1-lts ohci_hcd
sep 24 17:02:04 _hostname_ kernel: usb usb7: SerialNumber: 0000:00:14.5
sep 24 17:02:04 _hostname_ kernel: hub 7-0:1.0: USB hub found
sep 24 17:02:04 _hostname_ kernel: hub 7-0:1.0: 2 ports detected
sep 24 17:02:04 _hostname_ kernel: uhci_hcd: USB Universal Host Controller Interface driver
sep 24 17:02:04 _hostname_ kernel: usbcore: registered new interface driver usbserial_generic
sep 24 17:02:04 _hostname_ kernel: usbserial: USB Serial support registered for generic
sep 24 17:02:04 _hostname_ kernel: rtc_cmos 00:00: RTC can wake from S4
sep 24 17:02:04 _hostname_ kernel: rtc_cmos 00:00: registered as rtc0
sep 24 17:02:04 _hostname_ kernel: rtc_cmos 00:00: setting system clock to 2021-09-24T15:02:01 UTC (1632495721)
sep 24 17:02:04 _hostname_ kernel: rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
sep 24 17:02:04 _hostname_ kernel: ledtrig-cpu: registered to indicate activity on CPUs
sep 24 17:02:04 _hostname_ kernel: hid: raw HID events driver (C) Jiri Kosina
sep 24 17:02:04 _hostname_ kernel: drop_monitor: Initializing network drop monitor service
sep 24 17:02:04 _hostname_ kernel: Initializing XFRM netlink socket
sep 24 17:02:04 _hostname_ kernel: NET: Registered protocol family 10
sep 24 17:02:04 _hostname_ kernel: Segment Routing with IPv6
sep 24 17:02:04 _hostname_ kernel: RPL Segment Routing with IPv6
sep 24 17:02:04 _hostname_ kernel: NET: Registered protocol family 17
sep 24 17:02:04 _hostname_ kernel: microcode: CPU0: patch_level=0x01000095
sep 24 17:02:04 _hostname_ kernel: microcode: CPU1: patch_level=0x01000095
sep 24 17:02:04 _hostname_ kernel: microcode: CPU2: patch_level=0x01000095
sep 24 17:02:04 _hostname_ kernel: microcode: Microcode Update Driver: v2.2.
sep 24 17:02:04 _hostname_ kernel: IPI shorthand broadcast: enabled
sep 24 17:02:04 _hostname_ kernel: sched_clock: Marking stable (1194093301, 318584)->(1204724532, -10312647)
sep 24 17:02:04 _hostname_ kernel: registered taskstats version 1
sep 24 17:02:04 _hostname_ kernel: Loading compiled-in X.509 certificates
sep 24 17:02:04 _hostname_ kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 80be15af14b867eba2d0ae9154ee8ac8e23d3b79'
sep 24 17:02:04 _hostname_ kernel: zswap: loaded using pool lz4/z3fold
sep 24 17:02:04 _hostname_ kernel: Key type ._fscrypt registered
sep 24 17:02:04 _hostname_ kernel: Key type .fscrypt registered
sep 24 17:02:04 _hostname_ kernel: Key type fscrypt-provisioning registered
sep 24 17:02:04 _hostname_ kernel: PM:   Magic number: 5:375:33
sep 24 17:02:04 _hostname_ kernel: RAS: Correctable Errors collector initialized.
sep 24 17:02:04 _hostname_ kernel: ata2: softreset failed (device not ready)
sep 24 17:02:04 _hostname_ kernel: ata2: applying PMP SRST workaround and retrying
sep 24 17:02:04 _hostname_ kernel: ata3: softreset failed (device not ready)
sep 24 17:02:04 _hostname_ kernel: ata3: applying PMP SRST workaround and retrying
sep 24 17:02:04 _hostname_ kernel: ata1: softreset failed (device not ready)
sep 24 17:02:04 _hostname_ kernel: ata1: applying PMP SRST workaround and retrying
sep 24 17:02:04 _hostname_ kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
sep 24 17:02:04 _hostname_ kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
sep 24 17:02:04 _hostname_ kernel: ata3.00: ATAPI: HL-DT-ST DVDRAM GH24NSD1, LW00, max UDMA/133
sep 24 17:02:04 _hostname_ kernel: ata3.00: configured for UDMA/133
sep 24 17:02:04 _hostname_ kernel: ata2.00: ATA-9: SATA3 128GB SSD, S1022A0, max UDMA/133
sep 24 17:02:04 _hostname_ kernel: ata2.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
sep 24 17:02:04 _hostname_ kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
sep 24 17:02:04 _hostname_ kernel: ata1.00: supports DRM functions and may not be fully accessible
sep 24 17:02:04 _hostname_ kernel: ata1.00: ATA-10: CT250MX500SSD1, M3CR020, max UDMA/133
sep 24 17:02:04 _hostname_ kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
sep 24 17:02:04 _hostname_ kernel: ata1.00: supports DRM functions and may not be fully accessible
sep 24 17:02:04 _hostname_ kernel: ata1.00: configured for UDMA/133
sep 24 17:02:04 _hostname_ kernel: scsi 0:0:0:0: Direct-Access     ATA      CT250MX500SSD1   020  PQ: 0 ANSI: 5
sep 24 17:02:04 _hostname_ kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
sep 24 17:02:04 _hostname_ kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
sep 24 17:02:04 _hostname_ kernel: sd 0:0:0:0: [sda] Write Protect is off
sep 24 17:02:04 _hostname_ kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sep 24 17:02:04 _hostname_ kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sep 24 17:02:04 _hostname_ kernel:  sda: sda1 sda3
sep 24 17:02:04 _hostname_ kernel: ata2.00: configured for UDMA/133
sep 24 17:02:04 _hostname_ kernel: scsi 1:0:0:0: Direct-Access     ATA      SATA3 128GB SSD  2A0  PQ: 0 ANSI: 5
sep 24 17:02:04 _hostname_ kernel: sd 1:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
sep 24 17:02:04 _hostname_ kernel: sd 1:0:0:0: [sdb] Write Protect is off
sep 24 17:02:04 _hostname_ kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sep 24 17:02:04 _hostname_ kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sep 24 17:02:04 _hostname_ kernel: scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH24NSD1  LW00 PQ: 0 ANSI: 5
sep 24 17:02:04 _hostname_ kernel:  sdb: sdb1 sdb2
sep 24 17:02:04 _hostname_ kernel: usb 3-1: new full-speed USB device number 2 using ohci-pci
sep 24 17:02:04 _hostname_ kernel: sd 0:0:0:0: [sda] supports TCG Opal
sep 24 17:02:04 _hostname_ kernel: sd 0:0:0:0: [sda] Attached SCSI disk
sep 24 17:02:04 _hostname_ kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
sep 24 17:02:04 _hostname_ kernel: Freeing unused decrypted memory: 2036K
sep 24 17:02:04 _hostname_ kernel: Freeing unused kernel image (initmem) memory: 1724K
sep 24 17:02:04 _hostname_ kernel: Write protecting the kernel read-only data: 26624k
sep 24 17:02:04 _hostname_ kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
sep 24 17:02:04 _hostname_ kernel: Freeing unused kernel image (rodata/data gap) memory: 1176K
sep 24 17:02:04 _hostname_ kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
sep 24 17:02:04 _hostname_ kernel: rodata_test: all tests were successful
sep 24 17:02:04 _hostname_ kernel: Run /init as init process
sep 24 17:02:04 _hostname_ kernel:   with arguments:
sep 24 17:02:04 _hostname_ kernel:     /init
sep 24 17:02:04 _hostname_ kernel:   with environment:
sep 24 17:02:04 _hostname_ kernel:     HOME=/
sep 24 17:02:04 _hostname_ kernel:     TERM=linux
sep 24 17:02:04 _hostname_ kernel:     BOOT_IMAGE=/boot/vmlinuz-linux-lts
sep 24 17:02:04 _hostname_ kernel: fbcon: Taking over console
sep 24 17:02:04 _hostname_ kernel: Console: switching to colour frame buffer device 160x64
sep 24 17:02:04 _hostname_ kernel: tsc: Refined TSC clocksource calibration: 1900.067 MHz
sep 24 17:02:04 _hostname_ kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36c6d66f248, max_idle_ns: 881590448721 ns
sep 24 17:02:04 _hostname_ kernel: clocksource: Switched to clocksource tsc
sep 24 17:02:04 _hostname_ kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
sep 24 17:02:04 _hostname_ kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
sep 24 17:02:04 _hostname_ kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
sep 24 17:02:04 _hostname_ kernel: scsi host4: pata_atiixp
sep 24 17:02:04 _hostname_ kernel: scsi host5: pata_atiixp
sep 24 17:02:04 _hostname_ kernel: ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
sep 24 17:02:04 _hostname_ kernel: ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
sep 24 17:02:04 _hostname_ kernel: usb 3-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
sep 24 17:02:04 _hostname_ kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
sep 24 17:02:04 _hostname_ kernel: usb 3-1: Product: USB Receiver
sep 24 17:02:04 _hostname_ kernel: usb 3-1: Manufacturer: Logitech
sep 24 17:02:04 _hostname_ kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.0/0003:046D:C52B.0001/input/input3
sep 24 17:02:04 _hostname_ kernel: random: fast init done
sep 24 17:02:04 _hostname_ kernel: sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
sep 24 17:02:04 _hostname_ kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
sep 24 17:02:04 _hostname_ kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
sep 24 17:02:04 _hostname_ kernel: hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:12.0-1/input0
sep 24 17:02:04 _hostname_ kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.1/0003:046D:C52B.0002/input/input4
sep 24 17:02:04 _hostname_ kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.1/0003:046D:C52B.0002/input/input5
sep 24 17:02:04 _hostname_ kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.1/0003:046D:C52B.0002/input/input6
sep 24 17:02:04 _hostname_ kernel: hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.0-1/input1
sep 24 17:02:04 _hostname_ kernel: hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-1/input2
sep 24 17:02:04 _hostname_ kernel: usbcore: registered new interface driver usbhid
sep 24 17:02:04 _hostname_ kernel: usbhid: USB HID core driver
sep 24 17:02:04 _hostname_ kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
sep 24 17:02:04 _hostname_ kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-1/input2
sep 24 17:02:04 _hostname_ kernel: input: Logitech Wireless Device PID:4055 Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:4055.0004/input/input8
sep 24 17:02:04 _hostname_ kernel: hid-generic 0003:046D:4055.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Wireless Device PID:4055] on usb-0000:00:12.0-1/input2:1
sep 24 17:02:04 _hostname_ kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:4055.0004/input/input12
sep 24 17:02:04 _hostname_ kernel: logitech-hidpp-device 0003:046D:4055.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:12.0-1/input2:1
sep 24 17:02:04 _hostname_ kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
sep 24 17:02:04 _hostname_ systemd[1]: systemd 249.4-1-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)
sep 24 17:02:04 _hostname_ systemd[1]: Detected architecture x86-64.
sep 24 17:02:04 _hostname_ systemd[1]: Hostname set to <_hostname_>.
sep 24 17:02:04 _hostname_ kernel: random: zram-generator: uninitialized urandom read (16 bytes read)
sep 24 17:02:04 _hostname_ zram_generator::config[181]: No configuration found.
sep 24 17:02:04 _hostname_ kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
sep 24 17:02:04 _hostname_ systemd[1]: Queued start job for default target Graphical Interface.
sep 24 17:02:04 _hostname_ kernel: random: systemd: uninitialized urandom read (16 bytes read)
sep 24 17:02:04 _hostname_ systemd[1]: Created slice Slice /system/getty.
sep 24 17:02:04 _hostname_ systemd[1]: Created slice Slice /system/modprobe.
sep 24 17:02:04 _hostname_ systemd[1]: Created slice User and Session Slice.
sep 24 17:02:04 _hostname_ systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
sep 24 17:02:04 _hostname_ systemd[1]: Started Forward Password Requests to Wall Directory Watch.
sep 24 17:02:04 _hostname_ systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Local Encrypted Volumes.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Login Prompts.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Remote File Systems.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Slice Units.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Local Verity Integrity Protected Volumes.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on Device-mapper event daemon FIFOs.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on LVM2 poll daemon socket.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on Process Core Dump Socket.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on Journal Audit Socket.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on Journal Socket (/dev/log).
sep 24 17:02:04 _hostname_ systemd[1]: Listening on Journal Socket.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on udev Control Socket.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on udev Kernel Socket.
sep 24 17:02:04 _hostname_ systemd[1]: Mounting Huge Pages File System...
sep 24 17:02:04 _hostname_ systemd[1]: Mounting POSIX Message Queue File System...
sep 24 17:02:04 _hostname_ systemd[1]: Mounting Kernel Debug File System...
sep 24 17:02:04 _hostname_ systemd[1]: Mounting Kernel Trace File System...
sep 24 17:02:04 _hostname_ systemd[1]: Starting Create List of Static Device Nodes...
sep 24 17:02:04 _hostname_ systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
sep 24 17:02:04 _hostname_ systemd[1]: Starting Load Kernel Module configfs...
sep 24 17:02:04 _hostname_ systemd[1]: Starting Load Kernel Module drm...
sep 24 17:02:04 _hostname_ systemd[1]: Starting Load Kernel Module fuse...
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
sep 24 17:02:04 _hostname_ systemd[1]: Starting Journal Service...
sep 24 17:02:04 _hostname_ systemd[1]: Starting Load Kernel Modules...
sep 24 17:02:04 _hostname_ systemd[1]: Starting Remount Root and Kernel File Systems...
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
sep 24 17:02:04 _hostname_ systemd[1]: Starting Coldplug All udev Devices...
sep 24 17:02:04 _hostname_ systemd[1]: Mounted Huge Pages File System.
sep 24 17:02:04 _hostname_ systemd[1]: Mounted POSIX Message Queue File System.
sep 24 17:02:04 _hostname_ systemd[1]: Mounted Kernel Debug File System.
sep 24 17:02:04 _hostname_ systemd[1]: Mounted Kernel Trace File System.
sep 24 17:02:04 _hostname_ systemd[1]: Finished Create List of Static Device Nodes.
sep 24 17:02:04 _hostname_ systemd[1]: modprobe@configfs.service: Deactivated successfully.
sep 24 17:02:04 _hostname_ systemd[1]: Finished Load Kernel Module configfs.
sep 24 17:02:04 _hostname_ kernel: Linux agpgart interface v0.103
sep 24 17:02:04 _hostname_ systemd[1]: Mounting Kernel Configuration File System...
sep 24 17:02:04 _hostname_ kernel: fuse: init (API version 7.32)
sep 24 17:02:04 _hostname_ systemd[1]: modprobe@fuse.service: Deactivated successfully.
sep 24 17:02:04 _hostname_ systemd[1]: Finished Load Kernel Module fuse.
sep 24 17:02:04 _hostname_ systemd[1]: Mounting FUSE Control File System...
sep 24 17:02:04 _hostname_ kernel: audit: type=1130 audit(1632495724.040:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:04 _hostname_ kernel: audit: type=1131 audit(1632495724.040: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'
sep 24 17:02:04 _hostname_ systemd[1]: Mounted Kernel Configuration File System.
sep 24 17:02:04 _hostname_ systemd[1]: Mounted FUSE Control File System.
sep 24 17:02:04 _hostname_ kernel: EXT4-fs (sda3): re-mounted. Opts: (null)
sep 24 17:02:04 _hostname_ systemd[1]: Finished Remount Root and Kernel File Systems.
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in First Boot Wizard being skipped.
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
sep 24 17:02:04 _hostname_ systemd[1]: Starting Load/Save Random Seed...
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in Create System Users being skipped.
sep 24 17:02:04 _hostname_ systemd[1]: Starting Create Static Device Nodes in /dev...
sep 24 17:02:04 _hostname_ kernel: audit: type=1130 audit(1632495724.070:4): 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'
sep 24 17:02:04 _hostname_ kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
sep 24 17:02:04 _hostname_ kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
sep 24 17:02:04 _hostname_ kernel: sr 2:0:0:0: Attached scsi generic sg2 type 5
sep 24 17:02:04 _hostname_ kernel: Asymmetric key parser 'pkcs8' registered
sep 24 17:02:04 _hostname_ systemd[1]: Finished Load Kernel Modules.
sep 24 17:02:04 _hostname_ kernel: audit: type=1130 audit(1632495724.080:5): 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'
sep 24 17:02:04 _hostname_ systemd[1]: Starting Apply Kernel Variables...
sep 24 17:02:04 _hostname_ systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
sep 24 17:02:04 _hostname_ kernel: audit: type=1130 audit(1632495724.100:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:04 _hostname_ systemd[1]: Finished Apply Kernel Variables.
sep 24 17:02:04 _hostname_ kernel: audit: type=1130 audit(1632495724.100:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:04 _hostname_ systemd[1]: modprobe@drm.service: Deactivated successfully.
sep 24 17:02:04 _hostname_ systemd[1]: Finished Load Kernel Module drm.
sep 24 17:02:04 _hostname_ kernel: audit: type=1130 audit(1632495724.110:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:04 _hostname_ kernel: audit: type=1131 audit(1632495724.110: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'
sep 24 17:02:04 _hostname_ systemd[1]: Finished Create Static Device Nodes in /dev.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Preparation for Local File Systems.
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
sep 24 17:02:04 _hostname_ systemd-journald[192]: Journal started
sep 24 17:02:04 _hostname_ systemd-journald[192]: Runtime Journal (/run/log/journal/4eddcb94411b41529c848e9a7530e8a9) is 8.0M, max 190.1M, 182.1M free.
sep 24 17:02:04 _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'
sep 24 17:02:04 _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'
sep 24 17:02:04 _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'
sep 24 17:02:04 _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'
sep 24 17:02:04 _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'
sep 24 17:02:04 _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'
sep 24 17:02:04 _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'
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd-modules-load[193]: Inserted module 'crypto_user'
sep 24 17:02:04 _hostname_ systemd-modules-load[193]: Inserted module 'sg'
sep 24 17:02:04 _hostname_ systemd-modules-load[193]: Inserted module 'pkcs8_key_parser'
sep 24 17:02:04 _hostname_ systemd-random-seed[199]: Kernel entropy pool is not initialized yet, waiting until it is.
sep 24 17:02:04 _hostname_ systemd[1]: Starting Flush Journal to Persistent Storage...
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ audit: BPF prog-id=14 op=LOAD
sep 24 17:02:04 _hostname_ audit: BPF prog-id=15 op=LOAD
sep 24 17:02:04 _hostname_ audit: BPF prog-id=16 op=LOAD
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd[1]: Starting Rule-based Manager for Device Events and Files...
sep 24 17:02:04 _hostname_ systemd[1]: Started Journal Service.
sep 24 17:02:04 _hostname_ kernel: audit: type=1130 audit(1632495724.140:10): 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'
sep 24 17:02:04 _hostname_ systemd-journald[192]: Time spent on flushing to /var/log/journal/4eddcb94411b41529c848e9a7530e8a9 is 15.841ms for 814 entries.
sep 24 17:02:04 _hostname_ systemd-journald[192]: System Journal (/var/log/journal/4eddcb94411b41529c848e9a7530e8a9) is 344.0M, max 4.0G, 3.6G free.
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd[1]: Finished Coldplug All udev Devices.
sep 24 17:02:04 _hostname_ systemd[1]: Finished Flush Journal to Persistent Storage.
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd[1]: Started Rule-based Manager for Device Events and Files.
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ kernel: acpi_cpufreq: overriding BIOS provided _PSD data
sep 24 17:02:04 _hostname_ kernel: IT8726 SuperIO detected
sep 24 17:02:04 _hostname_ kernel: parport_pc 00:06: reported by Plug and Play ACPI
sep 24 17:02:04 _hostname_ kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
sep 24 17:02:04 _hostname_ kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
sep 24 17:02:04 _hostname_ kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
sep 24 17:02:04 _hostname_ systemd[1]: Found device CT250MX500SSD1 swap.
sep 24 17:02:04 _hostname_ kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
sep 24 17:02:04 _hostname_ systemd[1]: Activating swap /dev/disk/by-uuid/f97007cc-e6c8-426d-90b3-e21193afc61a...
sep 24 17:02:04 _hostname_ systemd[1]: Activated swap /dev/disk/by-uuid/f97007cc-e6c8-426d-90b3-e21193afc61a.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Swaps.
sep 24 17:02:04 _hostname_ kernel: Adding 5370876k swap on /dev/sda1.  Priority:-2 extents:1 across:5370876k SSFS
sep 24 17:02:04 _hostname_ systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
sep 24 17:02:04 _hostname_ systemd[1]: Mounting /tmp...
sep 24 17:02:04 _hostname_ systemd[1]: Mounted /tmp.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Local File Systems.
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
sep 24 17:02:04 _hostname_ systemd[1]: Starting Create Volatile Files and Directories...
sep 24 17:02:04 _hostname_ kernel: input: PC Speaker as /devices/platform/pcspkr/input/input13
sep 24 17:02:04 _hostname_ kernel: k10temp 0000:00:18.3: unreliable CPU thermal sensor; monitoring disabled
sep 24 17:02:04 _hostname_ kernel: raid6: skip pq benchmark and using algorithm sse2x4
sep 24 17:02:04 _hostname_ kernel: raid6: using intx1 recovery algorithm
sep 24 17:02:04 _hostname_ kernel: xor: measuring software checksum speed
sep 24 17:02:04 _hostname_ kernel:    prefetch64-sse  :  7258 MB/sec
sep 24 17:02:04 _hostname_ kernel:    generic_sse     :  6899 MB/sec
sep 24 17:02:04 _hostname_ kernel: xor: using function: prefetch64-sse (7258 MB/sec)
sep 24 17:02:04 _hostname_ systemd[1]: Finished Create Volatile Files and Directories.
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
sep 24 17:02:04 _hostname_ audit: BPF prog-id=17 op=LOAD
sep 24 17:02:04 _hostname_ systemd[1]: Starting Network Time Synchronization...
sep 24 17:02:04 _hostname_ systemd[1]: Condition check resulted in Update is Completed being skipped.
sep 24 17:02:04 _hostname_ systemd[1]: Starting Record System Boot/Shutdown in UTMP...
sep 24 17:02:04 _hostname_ audit[276]: SYSTEM_BOOT pid=276 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
sep 24 17:02:04 _hostname_ systemd[1]: Finished Record System Boot/Shutdown in UTMP.
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd[1]: Started Network Time Synchronization.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target System Initialization.
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd[1]: Started CUPS Scheduler.
sep 24 17:02:04 _hostname_ systemd[1]: Started Daily Cleanup of Temporary Directories.


and the second half cause it was too big.

sep 24 17:02:04 _hostname_ systemd[1]: Reached target Path Units.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target System Time Set.
sep 24 17:02:04 _hostname_ systemd[1]: Started Discard unused blocks once a week.
sep 24 17:02:04 _hostname_ systemd[1]: Started Daily rotation of log files.
sep 24 17:02:04 _hostname_ systemd[1]: Started Daily man-db regeneration.
sep 24 17:02:04 _hostname_ systemd[1]: Started Monthly clean packages cache.
sep 24 17:02:04 _hostname_ systemd[1]: Started Daily verification of password and group files.
sep 24 17:02:04 _hostname_ systemd[1]: Started Daily locate database update.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Timer Units.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on CUPS Scheduler.
sep 24 17:02:04 _hostname_ systemd[1]: Listening on D-Bus System Message Bus Socket.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Socket Units.
sep 24 17:02:04 _hostname_ systemd[1]: Reached target Basic System.
sep 24 17:02:04 _hostname_ systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
sep 24 17:02:04 _hostname_ systemd[1]: Started Periodic Command Scheduler.
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd[1]: Started D-Bus System Message Bus.
sep 24 17:02:04 _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'
sep 24 17:02:04 _hostname_ systemd[1]: Starting Network Manager...
sep 24 17:02:04 _hostname_ audit: BPF prog-id=18 op=LOAD
sep 24 17:02:04 _hostname_ audit: BPF prog-id=19 op=LOAD
sep 24 17:02:04 _hostname_ audit: BPF prog-id=20 op=LOAD
sep 24 17:02:05 _hostname_ crond[279]: (CRON) STARTUP (1.5.7)
sep 24 17:02:05 _hostname_ crond[279]: (CRON) INFO (Syslog will be used instead of sendmail.)
sep 24 17:02:05 _hostname_ crond[279]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 49% if used.)
sep 24 17:02:05 _hostname_ crond[279]: (CRON) INFO (running with inotify support)
sep 24 17:02:05 _hostname_ systemd[1]: Starting User Login Management...
sep 24 17:02:05 _hostname_ audit: BPF prog-id=21 op=LOAD
sep 24 17:02:05 _hostname_ systemd[1]: Starting Rotate log files...
sep 24 17:02:05 _hostname_ systemd[1]: Starting Daily man-db regeneration...
sep 24 17:02:05 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:05 _hostname_ systemd[1]: Started Verify integrity of password and group files.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Successfully dropped root privileges.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: avahi-daemon 0.8 starting up.
sep 24 17:02:05 _hostname_ kernel: Btrfs loaded, crc32c=crc32c-generic
sep 24 17:02:05 _hostname_ kernel: BTRFS: device label fedora_localhost-live devid 1 transid 31 /dev/sdb2 scanned by systemd-udevd (213)
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Successfully called chroot().
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Successfully dropped remaining capabilities.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: No service file found in /etc/avahi/services.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: New relevant interface lo.IPv6 for mDNS.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: New relevant interface lo.IPv4 for mDNS.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Network interface enumeration completed.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Registering new address record for ::1 on lo.*.
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Registering new address record for 127.0.0.1 on lo.IPv4.
sep 24 17:02:05 _hostname_ systemd[1]: Started Avahi mDNS/DNS-SD Stack.
sep 24 17:02:05 _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'
sep 24 17:02:05 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:05 _hostname_ systemd[1]: shadow.service: Deactivated successfully.
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.1803] NetworkManager (version 1.32.12-1) is starting... (for the first time)
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.1804] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
sep 24 17:02:05 _hostname_ systemd[1]: Started Network Manager.
sep 24 17:02:05 _hostname_ systemd[1]: Reached target Network.
sep 24 17:02:05 _hostname_ systemd[1]: Starting CUPS Scheduler...
sep 24 17:02:05 _hostname_ systemd[1]: Starting Permit User Sessions...
sep 24 17:02:05 _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'
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.2019] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.2136] manager[0x555deba37010]: monitoring kernel firmware directory '/lib/firmware'.
sep 24 17:02:05 _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'
sep 24 17:02:05 _hostname_ systemd[1]: Finished Permit User Sessions.
sep 24 17:02:05 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=281 comm="/usr/bin/NetworkManager --no-daemon ")
sep 24 17:02:05 _hostname_ systemd[1]: Starting Light Display Manager...
sep 24 17:02:05 _hostname_ systemd[1]: logrotate.service: Deactivated successfully.
sep 24 17:02:05 _hostname_ systemd[1]: Finished Rotate log files.
sep 24 17:02:05 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:05 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:05 _hostname_ audit: BPF prog-id=22 op=LOAD
sep 24 17:02:05 _hostname_ audit: BPF prog-id=23 op=LOAD
sep 24 17:02:05 _hostname_ audit: BPF prog-id=24 op=LOAD
sep 24 17:02:05 _hostname_ systemd[1]: Starting Hostname Service...
sep 24 17:02:05 _hostname_ systemd-logind[282]: Watching system buttons on /dev/input/event1 (Power Button)
sep 24 17:02:05 _hostname_ systemd-logind[282]: Watching system buttons on /dev/input/event0 (Power Button)
sep 24 17:02:05 _hostname_ systemd-logind[282]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
sep 24 17:02:05 _hostname_ systemd-logind[282]: New seat seat0.
sep 24 17:02:05 _hostname_ systemd[1]: Started User Login Management.
sep 24 17:02:05 _hostname_ systemd[1]: Reached target Multi-User System.
sep 24 17:02:05 _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'
sep 24 17:02:05 _hostname_ systemd[1]: Starting TLP system startup/shutdown...
sep 24 17:02:05 _hostname_ audit: BPF prog-id=21 op=UNLOAD
sep 24 17:02:05 _hostname_ systemd[1]: Started Light Display Manager.
sep 24 17:02:05 _hostname_ systemd[1]: Reached target Graphical Interface.
sep 24 17:02:05 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:05 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.5' (uid=0 pid=305 comm="/usr/bin/lightdm ")
sep 24 17:02:05 _hostname_ systemd[1]: Reached target User and Group Name Lookups.
sep 24 17:02:05 _hostname_ systemd[1]: Starting Accounts Service...
sep 24 17:02:05 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.6' (uid=0 pid=301 comm="/usr/bin/cupsd -l ")
sep 24 17:02:05 _hostname_ systemd[1]: Starting Manage, Install and Generate Color Profiles...
sep 24 17:02:05 _hostname_ dbus-daemon[280]: [system] Successfully activated service 'org.freedesktop.ColorManager'
sep 24 17:02:05 _hostname_ systemd[1]: Started Manage, Install and Generate Color Profiles.
sep 24 17:02:05 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:05 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=321 comm="/usr/lib/accounts-daemon ")
sep 24 17:02:05 _hostname_ systemd[1]: Starting Authorization Manager...
sep 24 17:02:05 _hostname_ kernel: r8168: loading out-of-tree module taints kernel.
sep 24 17:02:05 _hostname_ kernel: r8168: module verification failed: signature and/or required key missing - tainting kernel
sep 24 17:02:05 _hostname_ kernel: r8168 Gigabit Ethernet driver 8.049.02-NAPI loaded
sep 24 17:02:05 _hostname_ kernel: r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
sep 24 17:02:05 _hostname_ kernel: r8168  Copyright (C) 2021 Realtek NIC software team <nicfae@realtek.com> 
                                         This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
                                         This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
sep 24 17:02:05 _hostname_ dbus-daemon[280]: [system] Successfully activated service 'org.freedesktop.hostname1'
sep 24 17:02:05 _hostname_ systemd[1]: Started Hostname Service.
sep 24 17:02:05 _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'
sep 24 17:02:05 _hostname_ kernel: kauditd_printk_skb: 32 callbacks suppressed
sep 24 17:02:05 _hostname_ kernel: audit: type=1130 audit(1632495725.740:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:05 _hostname_ polkitd[336]: Started polkitd version 0.119
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.7671] hostname: hostname: using hostnamed
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.7672] hostname: hostname changed from (none) to "_hostname_"
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.7677] dns-mgr[0x555deb9ee250]: init: dns=default,systemd-resolved rc-manager=symlink
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.8028] manager[0x555deba37010]: rfkill: Wi-Fi hardware radio set enabled
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.8029] manager[0x555deba37010]: rfkill: WWAN hardware radio set enabled
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.8537] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.32.12-1/libnm-device-plugin-bluetooth.so)
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.8638] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.32.12-1/libnm-device-plugin-ovs.so)
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.8668] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.32.12-1/libnm-device-plugin-wifi.so)
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.8679] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.32.12-1/libnm-device-plugin-adsl.so)
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.8692] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.32.12-1/libnm-device-plugin-wwan.so)
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9069] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.32.12-1/libnm-device-plugin-team.so)
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9075] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9076] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9077] manager: Networking is enabled by state file
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9110] dhcp-init: Using DHCP client 'internal'
sep 24 17:02:05 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=281 comm="/usr/bin/NetworkManager --no-daemon ")
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9118] settings: Loaded settings plugin: keyfile (internal)
sep 24 17:02:05 _hostname_ systemd[1]: Starting Network Manager Script Dispatcher Service...
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9268] device (lo): carrier: link connected
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9275] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
sep 24 17:02:05 _hostname_ kernel: kvm: Nested Virtualization enabled
sep 24 17:02:05 _hostname_ kernel: SVM: kvm: Nested Paging enabled
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9311] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
sep 24 17:02:05 _hostname_ dbus-daemon[280]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
sep 24 17:02:05 _hostname_ systemd[1]: Started Network Manager Script Dispatcher Service.
sep 24 17:02:05 _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'
sep 24 17:02:05 _hostname_ avahi-daemon[278]: Server startup complete. Host name is _hostname_.local. Local service cookie is 3640998122.
sep 24 17:02:05 _hostname_ kernel: audit: type=1130 audit(1632495725.920:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9462] ovsdb: Kon niet verbinden: Bestand of map bestaat niet
sep 24 17:02:05 _hostname_ NetworkManager[281]: <info>  [1632495725.9462] ovsdb: disconnected from ovsdb
sep 24 17:02:05 _hostname_ kernel: MCE: In-kernel MCE decoding enabled.
sep 24 17:02:06 _hostname_ kernel: EDAC amd64: F10h detected (node 0).
sep 24 17:02:06 _hostname_ kernel: EDAC amd64: Node 0: DRAM ECC disabled.
sep 24 17:02:06 _hostname_ polkitd[336]: Loading rules from directory /etc/polkit-1/rules.d
sep 24 17:02:06 _hostname_ polkitd[336]: Loading rules from directory /usr/share/polkit-1/rules.d
sep 24 17:02:06 _hostname_ polkitd[336]: Finished loading, compiling and executing 6 rules
sep 24 17:02:06 _hostname_ dbus-daemon[280]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
sep 24 17:02:06 _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'
sep 24 17:02:06 _hostname_ systemd[1]: Started Authorization Manager.
sep 24 17:02:06 _hostname_ polkitd[336]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
sep 24 17:02:06 _hostname_ accounts-daemon[321]: started daemon version 0.6.55
sep 24 17:02:06 _hostname_ kernel: audit: type=1130 audit(1632495726.040:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ kernel: audit: type=1130 audit(1632495726.050:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _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'
sep 24 17:02:06 _hostname_ systemd[1]: Started Accounts Service.
sep 24 17:02:06 _hostname_ dbus-daemon[280]: [system] Successfully activated service 'org.freedesktop.Accounts'
sep 24 17:02:06 _hostname_ kernel: EDAC amd64: F10h detected (node 0).
sep 24 17:02:06 _hostname_ kernel: EDAC amd64: Node 0: DRAM ECC disabled.
sep 24 17:02:06 _hostname_ systemd[1]: Started CUPS Scheduler.
sep 24 17:02:06 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ kernel: audit: type=1130 audit(1632495726.160:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 24 17:02:06 _hostname_ systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
sep 24 17:02:06 _hostname_ systemd[1]: lightdm.service: Failed with result 'exit-code'.
sep 24 17:02:06 _hostname_ kernel: audit: type=1131 audit(1632495726.180:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 24 17:02:06 _hostname_ kernel: EDAC amd64: F10h detected (node 0).
sep 24 17:02:06 _hostname_ kernel: EDAC amd64: Node 0: DRAM ECC disabled.
sep 24 17:02:06 _hostname_ tlp[311]: Applying power save settings...done.
sep 24 17:02:06 _hostname_ systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
sep 24 17:02:06 _hostname_ systemd[1]: Stopped Light Display Manager.
sep 24 17:02:06 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ systemd[1]: Starting Light Display Manager...
sep 24 17:02:06 _hostname_ kernel: audit: type=1130 audit(1632495726.350:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ kernel: audit: type=1131 audit(1632495726.350:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ systemd[1]: Started Light Display Manager.
sep 24 17:02:06 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ kernel: audit: type=1130 audit(1632495726.390:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ kernel: ppdev: user-space parallel port driver
sep 24 17:02:06 _hostname_ tlp[311]: Setting battery charge thresholds...done.
sep 24 17:02:06 _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'
sep 24 17:02:06 _hostname_ systemd[1]: Finished TLP system startup/shutdown.
sep 24 17:02:06 _hostname_ kernel: audit: type=1130 audit(1632495726.450:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ systemd-udevd[208]: Using default interface naming scheme 'v249'.
sep 24 17:02:06 _hostname_ systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
sep 24 17:02:06 _hostname_ systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
sep 24 17:02:06 _hostname_ systemd[1]: lightdm.service: Failed with result 'exit-code'.
sep 24 17:02:06 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 24 17:02:06 _hostname_ kernel: r8168 0000:02:00.0 enp2s0: renamed from eth0
sep 24 17:02:06 _hostname_ kernel: [drm] radeon kernel modesetting enabled.
sep 24 17:02:06 _hostname_ kernel: checking generic (f0000000 500000) vs hw (f0000000 8000000)
sep 24 17:02:06 _hostname_ kernel: fb0: switching to radeondrmfb from VESA VGA
sep 24 17:02:06 _hostname_ kernel: Console: switching to colour dummy device 80x25
sep 24 17:02:06 _hostname_ kernel: radeon 0000:01:05.0: vgaarb: deactivate vga console
sep 24 17:02:06 _hostname_ kernel: [drm] initializing kernel modesetting (RS740 0x1002:0x796E 0x1019:0x2615 0x00).
sep 24 17:02:06 _hostname_ kernel: resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
sep 24 17:02:06 _hostname_ kernel: caller pci_map_rom+0x68/0x190 mapping multiple BARs
sep 24 17:02:06 _hostname_ kernel: ATOM BIOS: ATI
sep 24 17:02:06 _hostname_ kernel: radeon 0000:01:05.0: VRAM: 128M 0x00000000D8000000 - 0x00000000DFFFFFFF (128M used)
sep 24 17:02:06 _hostname_ kernel: radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
sep 24 17:02:06 _hostname_ kernel: [drm] Detected VRAM RAM=128M, BAR=128M
sep 24 17:02:06 _hostname_ kernel: [drm] RAM width 128bits DDR
sep 24 17:02:06 _hostname_ kernel: [TTM] Zone  kernel: Available graphics memory: 1946982 KiB
sep 24 17:02:06 _hostname_ kernel: [TTM] Initializing pool allocator
sep 24 17:02:06 _hostname_ kernel: [TTM] Initializing DMA pool allocator
sep 24 17:02:06 _hostname_ kernel: [drm] radeon: 128M of VRAM memory ready
sep 24 17:02:06 _hostname_ kernel: [drm] radeon: 512M of GTT memory ready.
sep 24 17:02:06 _hostname_ kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
sep 24 17:02:06 _hostname_ kernel: [drm] radeon: 1 quad pipes, 1 z pipes initialized.
sep 24 17:02:06 _hostname_ kernel: [drm] PCIE GART of 512M enabled (table at 0x0000000001100000).
sep 24 17:02:06 _hostname_ kernel: radeon 0000:01:05.0: WB enabled
sep 24 17:02:06 _hostname_ kernel: radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000000
sep 24 17:02:06 _hostname_ mtp-probe[625]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:12.0/usb3/3-1"
sep 24 17:02:06 _hostname_ mtp-probe[625]: bus: 3, device: 2 was not an MTP device
sep 24 17:02:06 _hostname_ kernel: radeon 0000:01:05.0: radeon: MSI limited to 32-bit
sep 24 17:02:06 _hostname_ kernel: [drm] radeon: irq initialized.
sep 24 17:02:06 _hostname_ kernel: [drm] Loading RS690/RS740 Microcode
sep 24 17:02:06 _hostname_ kernel: [drm] radeon: ring at 0x00000000A0001000
sep 24 17:02:06 _hostname_ kernel: [drm] ring test succeeded in 1 usecs
sep 24 17:02:06 _hostname_ kernel: [drm] ib test succeeded in 0 usecs
sep 24 17:02:06 _hostname_ kernel: [drm] Radeon Display Connectors
sep 24 17:02:06 _hostname_ kernel: [drm] Connector 0:
sep 24 17:02:06 _hostname_ kernel: [drm]   VGA-1
sep 24 17:02:06 _hostname_ kernel: [drm]   DDC: 0x7e50 0x7e40 0x7e54 0x7e44 0x7e58 0x7e48 0x7e5c 0x7e4c
sep 24 17:02:06 _hostname_ kernel: [drm]   Encoders:
sep 24 17:02:06 _hostname_ kernel: [drm]     CRT1: INTERNAL_KLDSCP_DAC1
sep 24 17:02:06 _hostname_ kernel: [drm] Connector 1:
sep 24 17:02:06 _hostname_ kernel: [drm]   DVI-D-1
sep 24 17:02:06 _hostname_ kernel: [drm]   HPD2
sep 24 17:02:06 _hostname_ kernel: [drm]   DDC: 0x7e40 0x7e60 0x7e44 0x7e64 0x7e48 0x7e68 0x7e4c 0x7e6c
sep 24 17:02:06 _hostname_ kernel: [drm]   Encoders:
sep 24 17:02:06 _hostname_ kernel: [drm]     DFP2: INTERNAL_DDI
sep 24 17:02:06 _hostname_ kernel: [drm] Connector 2:
sep 24 17:02:06 _hostname_ kernel: [drm]   DVI-D-2
sep 24 17:02:06 _hostname_ kernel: [drm]   DDC: 0x7e40 0x7e50 0x7e44 0x7e54 0x7e48 0x7e58 0x7e4c 0x7e5c
sep 24 17:02:06 _hostname_ kernel: [drm]   Encoders:
sep 24 17:02:06 _hostname_ kernel: [drm]     DFP3: INTERNAL_LVTM1
sep 24 17:02:06 _hostname_ NetworkManager[281]: <info>  [1632495726.8621] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp2s0'
sep 24 17:02:06 _hostname_ systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 2.
sep 24 17:02:06 _hostname_ systemd[1]: Stopped Light Display Manager.
sep 24 17:02:06 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:06 _hostname_ systemd[1]: Starting Light Display Manager...
sep 24 17:02:06 _hostname_ NetworkManager[281]: <info>  [1632495726.8960] manager: startup complete
sep 24 17:02:06 _hostname_ NetworkManager[281]: <info>  [1632495726.8962] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
sep 24 17:02:07 _hostname_ kernel: enp2s0: 0xffffac6c8071e000, 44:87:fc:e4:0a:d1, IRQ 25
sep 24 17:02:07 _hostname_ systemd-udevd[207]: Using default interface naming scheme 'v249'.
sep 24 17:02:07 _hostname_ systemd[1]: Started Light Display Manager.
sep 24 17:02:07 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:07 _hostname_ NetworkManager[281]: <info>  [1632495727.0605] settings: (enp2s0): created default wired connection 'Wired connection 1'
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9221 A2: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:    dig-out=0x10/0x0
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:    inputs:
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:      Front Mic=0xb
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:      Rear Mic=0xc
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:      Line=0xf
sep 24 17:02:07 _hostname_ kernel: snd_hda_codec_idt hdaudioC0D0:      CD=0x15
sep 24 17:02:07 _hostname_ kernel: [drm] fb mappable at 0xF0040000
sep 24 17:02:07 _hostname_ kernel: [drm] vram apper at 0xF0000000
sep 24 17:02:07 _hostname_ kernel: [drm] size 5242880
sep 24 17:02:07 _hostname_ kernel: [drm] fb depth is 24
sep 24 17:02:07 _hostname_ kernel: [drm]    pitch is 5120
sep 24 17:02:07 _hostname_ kernel: input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
sep 24 17:02:07 _hostname_ kernel: input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
sep 24 17:02:07 _hostname_ kernel: input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
sep 24 17:02:07 _hostname_ kernel: input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
sep 24 17:02:07 _hostname_ kernel: input: HDA ATI SB Speaker as /devices/pci0000:00/0000:00:14.2/sound/card0/input18
sep 24 17:02:07 _hostname_ kernel: fbcon: radeondrmfb (fb0) is primary device
sep 24 17:02:07 _hostname_ systemd[1]: Finished Load/Save Random Seed.
sep 24 17:02:07 _hostname_ systemd[1]: Condition check resulted in First Boot Complete being skipped.
sep 24 17:02:07 _hostname_ systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
sep 24 17:02:07 _hostname_ systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
sep 24 17:02:07 _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'
sep 24 17:02:07 _hostname_ kernel: random: crng init done
sep 24 17:02:07 _hostname_ kernel: random: 7 urandom warning(s) missed due to ratelimiting
sep 24 17:02:07 _hostname_ systemd[1]: Starting Save/Restore Sound Card State...
sep 24 17:02:07 _hostname_ systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
sep 24 17:02:07 _hostname_ kernel: Console: switching to colour frame buffer device 160x64
sep 24 17:02:07 _hostname_ kernel: radeon 0000:01:05.0: [drm] fb0: radeondrmfb frame buffer device
sep 24 17:02:07 _hostname_ alsactl[656]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA ATI SB at 0xfe8f4000 irq 16)
sep 24 17:02:07 _hostname_ alsactl[656]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -6
sep 24 17:02:07 _hostname_ systemd[1]: Finished Save/Restore Sound Card State.
sep 24 17:02:07 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:07 _hostname_ systemd[1]: Reached target Sound Card.
sep 24 17:02:07 _hostname_ kernel: [drm] Initialized radeon 2.50.0 20080528 for 0000:01:05.0 on minor 0
sep 24 17:02:07 _hostname_ kernel: mousedev: PS/2 mouse device common for all mice
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1030] device (enp2s0): carrier: link connected
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1048] device (enp2s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1079] policy: auto-activating connection 'Wired connection 1' (74ddb037-8719-3d13-ac9b-470a6e0230db)
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1095] device (enp2s0): Activation: starting connection 'Wired connection 1' (74ddb037-8719-3d13-ac9b-470a6e0230db)
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1097] device (enp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1105] manager: NetworkManager state is now CONNECTING
sep 24 17:02:09 _hostname_ kernel: r8168: enp2s0: link up
sep 24 17:02:09 _hostname_ kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1110] device (enp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1126] device (enp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
sep 24 17:02:09 _hostname_ NetworkManager[281]: <info>  [1632495729.1136] dhcp4 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
sep 24 17:02:09 _hostname_ avahi-daemon[278]: Joining mDNS multicast group on interface enp2s0.IPv6 with address_ipv6_address_.
sep 24 17:02:09 _hostname_ avahi-daemon[278]: New relevant interface enp2s0.IPv6 for mDNS.
sep 24 17:02:09 _hostname_ avahi-daemon[278]: Registering new address record for_ipv6_address_ on enp2s0.*.
sep 24 17:02:09 _hostname_ audit[874]: CRED_ACQ pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:09 _hostname_ lightdm[874]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=969) by (uid=0)
sep 24 17:02:09 _hostname_ systemd[1]: Created slice User Slice of UID 969.
sep 24 17:02:09 _hostname_ systemd[1]: Starting User Runtime Directory /run/user/969...
sep 24 17:02:09 _hostname_ systemd-logind[282]: New session c1 of user lightdm.
sep 24 17:02:10 _hostname_ systemd[1]: Finished User Runtime Directory /run/user/969.
sep 24 17:02:09 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:10 _hostname_ systemd[1]: Starting User Manager for UID 969...
sep 24 17:02:10 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=888 comm="(systemd) ")
sep 24 17:02:10 _hostname_ dbus-daemon[280]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:02:10 _hostname_ systemd[888]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:02:10 _hostname_ audit[888]: USER_ACCT pid=888 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:10 _hostname_ systemd[888]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
sep 24 17:02:10 _hostname_ audit[888]: CRED_ACQ pid=888 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 24 17:02:10 _hostname_ systemd[888]: pam_unix(systemd-user:session): session opened for user lightdm(uid=969) by (uid=0)
sep 24 17:02:10 _hostname_ audit[888]: USER_START pid=888 uid=0 auid=969 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="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:10 _hostname_ systemd[888]: pam_env(systemd-user:session): deprecated reading of user environment enabled
sep 24 17:02:10 _hostname_ audit: BPF prog-id=25 op=LOAD
sep 24 17:02:10 _hostname_ audit: BPF prog-id=25 op=UNLOAD
sep 24 17:02:10 _hostname_ systemd[888]: Queued start job for default target Main User Target.
sep 24 17:02:10 _hostname_ systemd[888]: Created slice User Application Slice.
sep 24 17:02:10 _hostname_ systemd[888]: Reached target Paths.
sep 24 17:02:10 _hostname_ systemd[888]: Reached target Timers.
sep 24 17:02:10 _hostname_ systemd[888]: Starting D-Bus User Message Bus Socket...
sep 24 17:02:10 _hostname_ systemd[888]: Listening on GnuPG network certificate management daemon.
sep 24 17:02:10 _hostname_ systemd[888]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
sep 24 17:02:10 _hostname_ systemd[888]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
sep 24 17:02:10 _hostname_ systemd[888]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
sep 24 17:02:10 _hostname_ systemd[888]: Listening on GnuPG cryptographic agent and passphrase cache.
sep 24 17:02:10 _hostname_ systemd[888]: Listening on p11-kit server.
sep 24 17:02:10 _hostname_ systemd[888]: Listening on Multimedia System.
sep 24 17:02:10 _hostname_ systemd[888]: Listening on Sound System.
sep 24 17:02:10 _hostname_ systemd[888]: Listening on D-Bus User Message Bus Socket.
sep 24 17:02:10 _hostname_ systemd[888]: Reached target Sockets.
sep 24 17:02:10 _hostname_ systemd[888]: Reached target Basic System.
sep 24 17:02:10 _hostname_ systemd[1]: Started User Manager for UID 969.
sep 24 17:02:10 _hostname_ systemd[1]: Started Session c1 of User lightdm.
sep 24 17:02:10 _hostname_ systemd[888]: Starting Update XDG user dir configuration...
sep 24 17:02:10 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:10 _hostname_ systemd[888]: Finished Update XDG user dir configuration.
sep 24 17:02:10 _hostname_ systemd[888]: Reached target Main User Target.
sep 24 17:02:10 _hostname_ systemd[888]: Startup finished in 302ms.
sep 24 17:02:10 _hostname_ audit[874]: USER_START pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:10 _hostname_ systemd[888]: Started D-Bus User Message Bus.
sep 24 17:02:10 _hostname_ dbus-daemon[948]: [session uid=969 pid=948] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.1' (uid=969 pid=929 comm="/usr/bin/slick-greeter ")
sep 24 17:02:10 _hostname_ systemd[888]: Starting User preferences database...
sep 24 17:02:10 _hostname_ dbus-daemon[948]: [session uid=969 pid=948] Successfully activated service 'ca.desrt.dconf'
sep 24 17:02:10 _hostname_ systemd[888]: Started User preferences database.
sep 24 17:02:10 _hostname_ slick-greeter-check-hidpi[947]: Window scale: 1
sep 24 17:02:11 _hostname_ slick-greeter-set-keyboard-layout[1005]: Current keyboard configuration: rules:      evdev
                                                                         model:      pc105
                                                                         layout:     us
                                                                         variant:    intl
sep 24 17:02:11 _hostname_ slick-greeter-set-keyboard-layout[1005]: Applying keyboard configuration: ['setxkbmap', '-model', 'pc105', '-layout', 'us', '-variant', 'intl', '-option', '', '-v']
sep 24 17:02:11 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=281 comm="/usr/bin/NetworkManager --no-daemon ")
sep 24 17:02:11 _hostname_ dbus-daemon[280]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
sep 24 17:02:11 _hostname_ slick-greeter-set-keyboard-layout[1005]: Result: Warning! Multiple definitions of keyboard model
                                                                                  Using command line, ignoring X server
                                                                         Warning! Multiple definitions of keyboard layout
                                                                                  Using command line, ignoring X server
                                                                         Warning! Multiple definitions of layout variant
                                                                                  Using command line, ignoring X server
                                                                         Trying to build keymap using the following components:
                                                                         keycodes:   evdev+aliases(qwerty)
                                                                         types:      complete
                                                                         compat:     complete
                                                                         symbols:    pc+us(intl)+inet(evdev)
                                                                         geometry:   pc(pc105)
sep 24 17:02:11 _hostname_ slick-greeter-set-keyboard-layout[1005]: New keyboard configuration: rules:      evdev
                                                                         model:      pc105
                                                                         layout:     us
                                                                         variant:    intl
sep 24 17:02:11 _hostname_ dbus-daemon[948]: [session uid=969 pid=948] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=969 pid=929 comm="/usr/bin/slick-greeter ")
sep 24 17:02:11 _hostname_ systemd[888]: Starting Accessibility services bus...
sep 24 17:02:11 _hostname_ dbus-daemon[948]: [session uid=969 pid=948] Successfully activated service 'org.a11y.Bus'
sep 24 17:02:11 _hostname_ systemd[888]: Started Accessibility services bus.
sep 24 17:02:11 _hostname_ dbus-daemon[948]: [session uid=969 pid=948] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.1' (uid=969 pid=929 comm="/usr/bin/slick-greeter ")
sep 24 17:02:11 _hostname_ systemd[888]: Starting Virtual filesystem service...
sep 24 17:02:11 _hostname_ dbus-daemon[948]: [session uid=969 pid=948] Successfully activated service 'org.gtk.vfs.Daemon'
sep 24 17:02:11 _hostname_ systemd[888]: Started Virtual filesystem service.
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.2994] dhcp4 (enp2s0): state changed unknown -> bound, address=_ipv4_address_
sep 24 17:02:11 _hostname_ avahi-daemon[278]: Joining mDNS multicast group on interface enp2s0.IPv4 with address _ipv4_address_.
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.3007] device (enp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
sep 24 17:02:11 _hostname_ avahi-daemon[278]: New relevant interface enp2s0.IPv4 for mDNS.
sep 24 17:02:11 _hostname_ avahi-daemon[278]: Registering new address record for _ipv4_address_ on enp2s0.IPv4.
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.3078] device (enp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.3086] device (enp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.3100] manager: NetworkManager state is now CONNECTED_LOCAL
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.3114] manager: NetworkManager state is now CONNECTED_SITE
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.3120] policy: set 'Wired connection 1' (enp2s0) as default for IPv4 routing and DNS
sep 24 17:02:11 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=281 comm="/usr/bin/NetworkManager --no-daemon ")
sep 24 17:02:11 _hostname_ dbus-daemon[280]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.3189] device (enp2s0): Activation: successful, device activated.
sep 24 17:02:11 _hostname_ NetworkManager[281]: <info>  [1632495731.4101] manager: NetworkManager state is now CONNECTED_GLOBAL
sep 24 17:02:11 _hostname_ polkitd[336]: <no filename>:3: action=[Action id='org.freedesktop.login1.suspend']
sep 24 17:02:11 _hostname_ polkitd[336]: <no filename>:4: subject=[Subject pid=929 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
sep 24 17:02:11 _hostname_ polkitd[336]: <no filename>:3: action=[Action id='org.freedesktop.login1.hibernate']
sep 24 17:02:11 _hostname_ polkitd[336]: <no filename>:4: subject=[Subject pid=929 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
sep 24 17:02:11 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.26' (uid=969 pid=929 comm="/usr/bin/slick-greeter ")
sep 24 17:02:11 _hostname_ audit: BPF prog-id=26 op=LOAD
sep 24 17:02:11 _hostname_ audit: BPF prog-id=27 op=LOAD
sep 24 17:02:11 _hostname_ systemd[1]: Starting Daemon for power management...
sep 24 17:02:11 _hostname_ kernel: kauditd_printk_skb: 16 callbacks suppressed
sep 24 17:02:11 _hostname_ kernel: audit: type=1334 audit(1632495731.540:69): prog-id=26 op=LOAD
sep 24 17:02:11 _hostname_ kernel: audit: type=1334 audit(1632495731.540:70): prog-id=27 op=LOAD
sep 24 17:02:11 _hostname_ dbus-daemon[280]: [system] Successfully activated service 'org.freedesktop.UPower'
sep 24 17:02:11 _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'
sep 24 17:02:11 _hostname_ systemd[1]: Started Daemon for power management.
sep 24 17:02:11 _hostname_ kernel: audit: type=1130 audit(1632495731.640:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:11 _hostname_ polkitd[336]: <no filename>:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
sep 24 17:02:11 _hostname_ polkitd[336]: <no filename>:4: subject=[Subject pid=929 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
sep 24 17:02:11 _hostname_ at-spi-bus-launcher[1037]: dbus-daemon[1037]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=969 pid=929 comm="/usr/bin/slick-greeter ")
sep 24 17:02:11 _hostname_ lightdm[1138]: pam_succeed_if(lightdm-autologin:auth): requirement "user ingroup autologin" was met by user "_user_"
sep 24 17:02:11 _hostname_ lightdm[1138]: gkr-pam: no password is available for user
sep 24 17:02:11 _hostname_ audit[1138]: USER_AUTH pid=1138 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:11 _hostname_ kernel: audit: type=1100 audit(1632495731.920:72): pid=1138 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:11 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.28' (uid=0 pid=1138 comm="lightdm --session-child 12 19 ")
sep 24 17:02:11 _hostname_ at-spi-bus-launcher[1037]: dbus-daemon[1037]: Successfully activated service 'org.a11y.atspi.Registry'
sep 24 17:02:11 _hostname_ dbus-daemon[280]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:02:11 _hostname_ lightdm[1138]: pam_systemd_home(lightdm-autologin:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:02:11 _hostname_ audit[1138]: USER_ACCT pid=1138 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:11 _hostname_ at-spi-bus-launcher[1141]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 24 17:02:11 _hostname_ kernel: audit: type=1101 audit(1632495731.930:73): pid=1138 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ audit[1138]: CRED_REFR pid=1138 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ kernel: audit: type=1110 audit(1632495732.400:74): pid=1138 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ lightdm[1188]: pam_succeed_if(lightdm-autologin:auth): requirement "user ingroup autologin" was met by user "_user_"
sep 24 17:02:12 _hostname_ lightdm[1188]: gkr-pam: no password is available for user
sep 24 17:02:12 _hostname_ audit[1188]: USER_AUTH pid=1188 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.30' (uid=0 pid=1188 comm="lightdm --session-child 12 21 ")
sep 24 17:02:12 _hostname_ dbus-daemon[280]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:02:12 _hostname_ lightdm[1188]: pam_systemd_home(lightdm-autologin:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:02:12 _hostname_ kernel: audit: type=1100 audit(1632495732.420:75): pid=1188 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ kernel: audit: type=1101 audit(1632495732.430:76): pid=1188 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ audit[1188]: USER_ACCT pid=1188 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ systemd[1]: Stopping Session c1 of User lightdm...
sep 24 17:02:12 _hostname_ lightdm[874]: pam_unix(lightdm-greeter:session): session closed for user lightdm
sep 24 17:02:12 _hostname_ audit[874]: USER_END pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ audit[874]: CRED_DISP pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ systemd[1]: session-c1.scope: Deactivated successfully.
sep 24 17:02:12 _hostname_ systemd[1]: Stopped Session c1 of User lightdm.
sep 24 17:02:12 _hostname_ kernel: audit: type=1106 audit(1632495732.680:77): pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ kernel: audit: type=1104 audit(1632495732.680:78): pid=874 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ audit[1188]: CRED_ACQ pid=1188 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:12 _hostname_ systemd-logind[282]: Removed session c1.
sep 24 17:02:12 _hostname_ lightdm[1188]: pam_unix(lightdm-autologin:session): session opened for user _user_(uid=1000) by (uid=0)
sep 24 17:02:12 _hostname_ systemd[1]: Created slice User Slice of UID 1000.
sep 24 17:02:12 _hostname_ systemd[1]: Starting User Runtime Directory /run/user/1000...
sep 24 17:02:12 _hostname_ systemd-logind[282]: New session 2 of user _user_.
sep 24 17:02:12 _hostname_ systemd[1]: Finished User Runtime Directory /run/user/1000.
sep 24 17:02:12 _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'
sep 24 17:02:12 _hostname_ systemd[1]: Starting User Manager for UID 1000...
sep 24 17:02:12 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.34' (uid=0 pid=1225 comm="(systemd) ")
sep 24 17:02:12 _hostname_ dbus-daemon[280]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:02:12 _hostname_ systemd[1225]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:02:12 _hostname_ systemd[1225]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[_user_] ruser=[<unknown>] rhost=[<unknown>]
sep 24 17:02:12 _hostname_ audit[1225]: USER_ACCT pid=1225 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'
sep 24 17:02:12 _hostname_ audit[1225]: CRED_ACQ pid=1225 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="_user_" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 24 17:02:12 _hostname_ systemd[1225]: pam_unix(systemd-user:session): session opened for user _user_(uid=1000) by (uid=0)
sep 24 17:02:12 _hostname_ systemd[1225]: pam_env(systemd-user:session): deprecated reading of user environment enabled
sep 24 17:02:12 _hostname_ audit[1225]: USER_START pid=1225 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'
sep 24 17:02:12 _hostname_ audit: BPF prog-id=28 op=LOAD
sep 24 17:02:12 _hostname_ audit: BPF prog-id=28 op=UNLOAD
sep 24 17:02:13 _hostname_ systemd[1225]: Queued start job for default target Main User Target.
sep 24 17:02:13 _hostname_ systemd[1225]: Created slice User Application Slice.
sep 24 17:02:13 _hostname_ systemd[1225]: Started Run EOS update notifier periodically.
sep 24 17:02:13 _hostname_ systemd[1225]: Reached target Paths.
sep 24 17:02:13 _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'
sep 24 17:02:13 _hostname_ systemd[1225]: Reached target Timers.
sep 24 17:02:13 _hostname_ systemd[1225]: Starting D-Bus User Message Bus Socket...
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on GnuPG network certificate management daemon.
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on GnuPG cryptographic agent and passphrase cache.
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on p11-kit server.
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on Multimedia System.
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on Sound System.
sep 24 17:02:13 _hostname_ systemd[1225]: Listening on D-Bus User Message Bus Socket.
sep 24 17:02:13 _hostname_ systemd[1225]: Reached target Sockets.
sep 24 17:02:13 _hostname_ systemd[1225]: Reached target Basic System.
sep 24 17:02:13 _hostname_ systemd[1]: Started User Manager for UID 1000.
sep 24 17:02:13 _hostname_ systemd[1]: Started Session 2 of User _user_.
sep 24 17:02:13 _hostname_ systemd[1225]: Starting EOS update notifier service...
sep 24 17:02:13 _hostname_ systemd[1257]: eos-update-notifier.service: Failed to locate executable /usr/bin/eos-update-notifier: No such file or directory
sep 24 17:02:13 _hostname_ systemd[1257]: eos-update-notifier.service: Failed at step EXEC spawning /usr/bin/eos-update-notifier: No such file or directory
sep 24 17:02:13 _hostname_ systemd[1225]: Starting Update XDG user dir configuration...
sep 24 17:02:13 _hostname_ systemd[1225]: eos-update-notifier.service: Main process exited, code=exited, status=203/EXEC
sep 24 17:02:13 _hostname_ systemd[1225]: eos-update-notifier.service: Failed with result 'exit-code'.
sep 24 17:02:13 _hostname_ systemd[1225]: Failed to start EOS update notifier service.
sep 24 17:02:13 _hostname_ systemd[1225]: Finished Update XDG user dir configuration.
sep 24 17:02:13 _hostname_ systemd[1225]: Reached target Main User Target.
sep 24 17:02:13 _hostname_ systemd[1225]: Startup finished in 283ms.
sep 24 17:02:13 _hostname_ lightdm[1188]: pam_env(lightdm-autologin:session): deprecated reading of user environment enabled
sep 24 17:02:13 _hostname_ lightdm[1188]: gkr-pam: gnome-keyring-daemon started properly
sep 24 17:02:13 _hostname_ audit[1188]: USER_START pid=1188 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="_user_" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 24 17:02:13 _hostname_ audit[1188]: USER_LOGIN pid=1188 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=_hostname_ addr=? terminal=/dev/tty7 res=success'
sep 24 17:02:13 _hostname_ systemd[1225]: Started D-Bus User Message Bus.
sep 24 17:02:13 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=1268 comm="xfce4-session ")
sep 24 17:02:13 _hostname_ systemd[1225]: Starting Virtual filesystem service...
sep 24 17:02:13 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.gtk.vfs.Daemon'
sep 24 17:02:13 _hostname_ systemd[1225]: Started Virtual filesystem service.
sep 24 17:02:13 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=1268 comm="xfce4-session ")
sep 24 17:02:13 _hostname_ systemd[1225]: Starting Accessibility services bus...
sep 24 17:02:13 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.a11y.Bus'
sep 24 17:02:13 _hostname_ systemd[1225]: Started Accessibility services bus.
sep 24 17:02:13 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating service name='org.xfce.Xfconf' requested by ':1.4' (uid=1000 pid=1268 comm="xfce4-session ")
sep 24 17:02:13 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.xfce.Xfconf'
sep 24 17:02:13 _hostname_ at-spi-bus-launcher[1364]: dbus-daemon[1364]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1268 comm="xfce4-session ")
sep 24 17:02:13 _hostname_ at-spi-bus-launcher[1364]: dbus-daemon[1364]: Successfully activated service 'org.a11y.atspi.Registry'
sep 24 17:02:13 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating service name='org.xfce.ScreenSaver' requested by ':1.4' (uid=1000 pid=1268 comm="xfce4-session ")
sep 24 17:02:13 _hostname_ at-spi-bus-launcher[1375]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 24 17:02:13 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.xfce.ScreenSaver'
sep 24 17:02:14 _hostname_ systemd[1225]: Started GnuPG cryptographic agent and passphrase cache.
sep 24 17:02:14 _hostname_ gpg-agent[1421]: gpg-agent (GnuPG) 2.2.29 starting in supervised mode.
sep 24 17:02:14 _hostname_ gpg-agent[1421]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
sep 24 17:02:14 _hostname_ gpg-agent[1421]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
sep 24 17:02:14 _hostname_ gpg-agent[1421]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
sep 24 17:02:14 _hostname_ gpg-agent[1421]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
sep 24 17:02:14 _hostname_ gpg-agent[1421]: listening on: std=3 extra=6 browser=4 ssh=5
sep 24 17:02:14 _hostname_ systemd[1225]: Started GnuPG cryptographic agent and passphrase cache.
sep 24 17:02:14 _hostname_ gpg-agent[1431]: gpg-agent (GnuPG) 2.2.29 starting in supervised mode.
sep 24 17:02:14 _hostname_ gpg-agent[1431]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
sep 24 17:02:14 _hostname_ gpg-agent[1431]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
sep 24 17:02:14 _hostname_ gpg-agent[1431]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
sep 24 17:02:14 _hostname_ gpg-agent[1431]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
sep 24 17:02:14 _hostname_ gpg-agent[1431]: listening on: std=3 extra=6 browser=4 ssh=5
sep 24 17:02:16 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.19' (uid=1000 pid=1614 comm="xfdesktop --display :0.0 --sm-client-id 296e17880-")
sep 24 17:02:16 _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'
sep 24 17:02:16 _hostname_ systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
sep 24 17:02:16 _hostname_ tumblerd[1686]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.6.so.0: cannot open shared object file: No such file or directory
sep 24 17:02:16 _hostname_ org.freedesktop.thumbnails.Thumbnailer1[1686]: Registered thumbnailer heif-thumbnailer -s %s %i %o
sep 24 17:02:16 _hostname_ org.freedesktop.thumbnails.Thumbnailer1[1686]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
sep 24 17:02:16 _hostname_ org.freedesktop.thumbnails.Thumbnailer1[1686]: Registered thumbnailer ffmpegthumbnailer -i %i -o %o -s %s -f
sep 24 17:02:16 _hostname_ org.freedesktop.thumbnails.Thumbnailer1[1686]: Registered thumbnailer evince-thumbnailer -s %s %u %o
sep 24 17:02:16 _hostname_ org.freedesktop.thumbnails.Thumbnailer1[1686]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
sep 24 17:02:16 _hostname_ org.freedesktop.thumbnails.Thumbnailer1[1686]: Registered thumbnailer gsf-office-thumbnailer -i %i -o %o -s %s
sep 24 17:02:16 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.23' (uid=1000 pid=1686 comm="/usr/lib/tumbler-1/tumblerd ")
sep 24 17:02:16 _hostname_ systemd[1225]: Starting Virtual filesystem service - disk device monitor...
sep 24 17:02:16 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.40' (uid=1000 pid=1749 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
sep 24 17:02:16 _hostname_ systemd[1]: Starting Disk Manager...
sep 24 17:02:16 _hostname_ udisksd[1757]: udisks daemon version 2.9.3 starting
sep 24 17:02:16 _hostname_ systemd[1225]: Created slice User Core Session Slice.
sep 24 17:02:16 _hostname_ systemd[1225]: Starting Sound Service...
sep 24 17:02:16 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.42' (uid=1000 pid=1776 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
sep 24 17:02:16 _hostname_ systemd[1]: Starting RealtimeKit Scheduling Policy Service...
sep 24 17:02:16 _hostname_ dbus-daemon[280]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
sep 24 17:02:16 _hostname_ systemd[1]: Started RealtimeKit Scheduling Policy Service.
sep 24 17:02:16 _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'
sep 24 17:02:16 _hostname_ rtkit-daemon[1780]: Successfully called chroot.
sep 24 17:02:16 _hostname_ rtkit-daemon[1780]: Successfully dropped privileges.
sep 24 17:02:16 _hostname_ rtkit-daemon[1780]: Successfully limited resources.
sep 24 17:02:16 _hostname_ rtkit-daemon[1780]: Canary thread running.
sep 24 17:02:16 _hostname_ rtkit-daemon[1780]: Running.
sep 24 17:02:16 _hostname_ rtkit-daemon[1780]: Watchdog thread running.
sep 24 17:02:16 _hostname_ kernel: kauditd_printk_skb: 13 callbacks suppressed
sep 24 17:02:16 _hostname_ kernel: audit: type=1130 audit(1632495736.970:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:16 _hostname_ rtkit-daemon[1780]: Successfully made thread 1776 of process 1776 owned by '1000' high priority at nice level -11.
sep 24 17:02:16 _hostname_ rtkit-daemon[1780]: Supervising 1 threads of 1 processes of 1 users.
sep 24 17:02:17 _hostname_ dbus-daemon[280]: [system] Successfully activated service 'org.freedesktop.UDisks2'
sep 24 17:02:17 _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'
sep 24 17:02:17 _hostname_ systemd[1]: Started Disk Manager.
sep 24 17:02:17 _hostname_ kernel: audit: type=1130 audit(1632495737.170:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:17 _hostname_ udisksd[1757]: Acquired the name org.freedesktop.UDisks2 on the system message bus
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
sep 24 17:02:17 _hostname_ systemd[1225]: Started Virtual filesystem service - disk device monitor.
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.23' (uid=1000 pid=1686 comm="/usr/lib/tumbler-1/tumblerd ")
sep 24 17:02:17 _hostname_ systemd[1225]: Starting Virtual filesystem service - digital camera monitor...
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
sep 24 17:02:17 _hostname_ systemd[1225]: Started Virtual filesystem service - digital camera monitor.
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.23' (uid=1000 pid=1686 comm="/usr/lib/tumbler-1/tumblerd ")
sep 24 17:02:17 _hostname_ systemd[1225]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
sep 24 17:02:17 _hostname_ rtkit-daemon[1780]: Supervising 1 threads of 1 processes of 1 users.
sep 24 17:02:17 _hostname_ rtkit-daemon[1780]: Successfully made thread 1834 of process 1776 owned by '1000' RT at priority 5.
sep 24 17:02:17 _hostname_ rtkit-daemon[1780]: Supervising 2 threads of 1 processes of 1 users.
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating service name='org.gnome.OnlineAccounts' requested by ':1.29' (uid=1000 pid=1830 comm="/usr/lib/gvfs-goa-volume-monitor ")
sep 24 17:02:17 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.45' (uid=1000 pid=1776 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
sep 24 17:02:17 _hostname_ dbus-daemon[280]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
sep 24 17:02:17 _hostname_ systemd[1225]: Started Sound Service.
sep 24 17:02:17 _hostname_ pulseaudio[1776]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
sep 24 17:02:17 _hostname_ goa-daemon[1839]: goa-daemon version 3.40.0 starting
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating service name='org.gnome.Identity' requested by ':1.32' (uid=1000 pid=1839 comm="/usr/lib/goa-daemon ")
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.gnome.OnlineAccounts'
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
sep 24 17:02:17 _hostname_ systemd[1225]: Started Virtual filesystem service - GNOME Online Accounts monitor.
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.gnome.Identity'
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.23' (uid=1000 pid=1686 comm="/usr/lib/tumbler-1/tumblerd ")
sep 24 17:02:17 _hostname_ systemd[1225]: Starting Virtual filesystem service - Apple File Conduit monitor...
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
sep 24 17:02:17 _hostname_ systemd[1225]: Started Virtual filesystem service - Apple File Conduit monitor.
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.23' (uid=1000 pid=1686 comm="/usr/lib/tumbler-1/tumblerd ")
sep 24 17:02:17 _hostname_ systemd[1225]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
sep 24 17:02:17 _hostname_ systemd[1225]: Started Virtual filesystem service - Media Transfer Protocol monitor.
sep 24 17:02:17 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
sep 24 17:02:18 _hostname_ polkitd[336]: Registered Authentication Agent for unix-session:2 (system bus name :1.48 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale nl_NL.utf8)
sep 24 17:02:19 _hostname_ NetworkManager[281]: <info>  [1632495739.2309] agent-manager: agent[47300ff595dc4078,:1.49/org.freedesktop.nm-applet/1000]: agent registered
sep 24 17:02:19 _hostname_ flameshot[1721]: QSettings::value: Empty key passed
sep 24 17:02:19 _hostname_ flameshot[1721]: QSettings::value: Empty key passed
sep 24 17:02:19 _hostname_ flameshot[1721]: QSettings::setValue: Empty key passed
sep 24 17:02:19 _hostname_ flameshot[1721]: QSettings::value: Empty key passed
sep 24 17:02:19 _hostname_ flameshot[1721]: QSettings::setValue: Empty key passed
sep 24 17:02:20 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.54' (uid=1000 pid=1801 comm="blueberry-obex-agent                              ")
sep 24 17:02:20 _hostname_ systemd[1225]: Starting Bluetooth OBEX service...
sep 24 17:02:20 _hostname_ obexd[2172]: OBEX daemon 5.61
sep 24 17:02:20 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.bluez.obex'
sep 24 17:02:20 _hostname_ systemd[1225]: Started Bluetooth OBEX service.
sep 24 17:02:22 _hostname_ systemd[1]: Stopping User Manager for UID 969...
sep 24 17:02:22 _hostname_ systemd[888]: Stopped target Main User Target.
sep 24 17:02:22 _hostname_ systemd[888]: Stopping Accessibility services bus...
sep 24 17:02:22 _hostname_ systemd[888]: Stopping D-Bus User Message Bus...
sep 24 17:02:22 _hostname_ systemd[888]: Stopping User preferences database...
sep 24 17:02:22 _hostname_ systemd[888]: Stopping Virtual filesystem service...
sep 24 17:02:22 _hostname_ systemd[1]: run-user-969-gvfs.mount: Deactivated successfully.
sep 24 17:02:22 _hostname_ systemd[888]: Stopped D-Bus User Message Bus.
sep 24 17:02:22 _hostname_ systemd[888]: Stopped User preferences database.
sep 24 17:02:22 _hostname_ systemd[888]: Stopped Accessibility services bus.
sep 24 17:02:22 _hostname_ systemd[888]: Stopped Virtual filesystem service.
sep 24 17:02:22 _hostname_ systemd[888]: Stopped target Basic System.
sep 24 17:02:22 _hostname_ systemd[888]: Stopped target Paths.
sep 24 17:02:22 _hostname_ systemd[888]: Stopped target Sockets.
sep 24 17:02:22 _hostname_ systemd[888]: Stopped target Timers.
sep 24 17:02:22 _hostname_ systemd[888]: Closed D-Bus User Message Bus Socket.
sep 24 17:02:22 _hostname_ systemd[888]: Closed GnuPG network certificate management daemon.
sep 24 17:02:22 _hostname_ systemd[888]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
sep 24 17:02:22 _hostname_ systemd[888]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
sep 24 17:02:22 _hostname_ systemd[888]: Closed GnuPG cryptographic agent (ssh-agent emulation).
sep 24 17:02:22 _hostname_ systemd[888]: Closed GnuPG cryptographic agent and passphrase cache.
sep 24 17:02:22 _hostname_ systemd[888]: Closed p11-kit server.
sep 24 17:02:22 _hostname_ systemd[888]: Closed Multimedia System.
sep 24 17:02:22 _hostname_ systemd[888]: Closed Sound System.
sep 24 17:02:22 _hostname_ systemd[888]: Removed slice User Application Slice.
sep 24 17:02:22 _hostname_ systemd[888]: Reached target Shutdown.
sep 24 17:02:22 _hostname_ systemd[888]: Finished Exit the Session.
sep 24 17:02:22 _hostname_ systemd[888]: Reached target Exit the Session.
sep 24 17:02:22 _hostname_ systemd[891]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
sep 24 17:02:22 _hostname_ systemd[1]: user@969.service: Deactivated successfully.
sep 24 17:02:22 _hostname_ systemd[1]: Stopped User Manager for UID 969.
sep 24 17:02:22 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:22 _hostname_ kernel: audit: type=1131 audit(1632495742.890:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:22 _hostname_ systemd[1]: Stopping User Runtime Directory /run/user/969...
sep 24 17:02:22 _hostname_ systemd[1]: run-user-969.mount: Deactivated successfully.
sep 24 17:02:22 _hostname_ systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
sep 24 17:02:22 _hostname_ systemd[1]: Stopped User Runtime Directory /run/user/969.
sep 24 17:02:22 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:22 _hostname_ kernel: audit: type=1131 audit(1632495742.910:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:22 _hostname_ systemd[1]: Removed slice User Slice of UID 969.
sep 24 17:02:22 _hostname_ systemd[1]: user-969.slice: Consumed 1.501s CPU time.
sep 24 17:02:23 _hostname_ kernel: logitech-hidpp-device 0003:046D:4055.0004: HID++ 4.5 device connected.
sep 24 17:02:23 _hostname_ upowerd[1092]: treating change event as add on /sys/devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:4055.0004/power_supply/hidpp_battery_0
sep 24 17:02:24 _hostname_ spideroak_inotify[2661]: Program started
sep 24 17:02:31 _hostname_ kernel: usb 4-3: new full-speed USB device number 2 using ohci-pci
sep 24 17:02:32 _hostname_ kernel: usb 4-3: New USB device found, idVendor=04f9, idProduct=01ce, bcdDevice= 1.00
sep 24 17:02:32 _hostname_ kernel: usb 4-3: New USB device strings: Mfr=0, Product=0, SerialNumber=3
sep 24 17:02:32 _hostname_ kernel: usb 4-3: SerialNumber: BROJ7F122351
sep 24 17:02:32 _hostname_ systemd[1225]: Reached target Printer.
sep 24 17:02:32 _hostname_ kernel: usblp 4-3:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01CE
sep 24 17:02:32 _hostname_ kernel: usbcore: registered new interface driver usblp
sep 24 17:02:32 _hostname_ kernel: audit: type=1130 audit(1632495752.730:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-004-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:32 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-004-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:32 _hostname_ systemd[1]: Created slice Slice /system/configure-printer.
sep 24 17:02:32 _hostname_ systemd[1]: Reached target Printer Support.
sep 24 17:02:32 _hostname_ systemd[1]: Started Configure Plugged-In Printer.
sep 24 17:02:32 _hostname_ udev-configure-printer[3473]: add usb-004-002
sep 24 17:02:32 _hostname_ kernel: usb-storage 4-3:1.2: USB Mass Storage device detected
sep 24 17:02:32 _hostname_ kernel: scsi host6: usb-storage 4-3:1.2
sep 24 17:02:32 _hostname_ kernel: usbcore: registered new interface driver usb-storage
sep 24 17:02:32 _hostname_ kernel: usbcore: registered new interface driver uas
sep 24 17:02:32 _hostname_ udev-configure-printer[3473]: device devpath is /devices/pci0000:00/0000:00:12.1/usb4/4-3
sep 24 17:02:32 _hostname_ udev-configure-printer[3473]: MFG:Brother MDL:DCP-135C SERN:- serial:BROJ7F122351
sep 24 17:02:33 _hostname_ kernel: scsi 6:0:0:0: Direct-Access     Brother  DCP-135C         1.00 PQ: 0 ANSI: 2
sep 24 17:02:33 _hostname_ kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
sep 24 17:02:34 _hostname_ kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
sep 24 17:02:35 _hostname_ systemd-timesyncd[275]: Initial synchronization to time server 65.21.188.69:123 (2.arch.pool.ntp.org).
sep 24 17:02:35 _hostname_ systemd[1]: systemd-hostnamed.service: Deactivated successfully.
sep 24 17:02:35 _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'
sep 24 17:02:35 _hostname_ kernel: audit: type=1131 audit(1632495755.790:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:36 _hostname_ audit: BPF prog-id=24 op=UNLOAD
sep 24 17:02:36 _hostname_ audit: BPF prog-id=23 op=UNLOAD
sep 24 17:02:36 _hostname_ audit: BPF prog-id=22 op=UNLOAD
sep 24 17:02:36 _hostname_ kernel: audit: type=1334 audit(1632495756.020:98): prog-id=24 op=UNLOAD
sep 24 17:02:36 _hostname_ kernel: audit: type=1334 audit(1632495756.020:99): prog-id=23 op=UNLOAD
sep 24 17:02:36 _hostname_ kernel: audit: type=1334 audit(1632495756.020:100): prog-id=22 op=UNLOAD
sep 24 17:02:37 _hostname_ kernel: usblp0: removed
sep 24 17:02:37 _hostname_ systemd-udevd[3469]: lp0: Process '/usr/bin/setfacl -m g:saned:rw /dev/usb/lp0' failed with exit code 1.
sep 24 17:02:37 _hostname_ kernel: usblp 4-3:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01CE
sep 24 17:02:38 _hostname_ udev-configure-printer[3473]: URI contains USB serial number
sep 24 17:02:38 _hostname_ udev-configure-printer[3473]: URI match: usb://Brother/DCP-135C?serial=BROJ7F122351
sep 24 17:02:38 _hostname_ udev-configure-printer[3473]: URI of detected printer: usb://Brother/DCP-135C?serial=BROJ7F122351, normalized: brother dcp 135c serial broj7f122351
sep 24 17:02:38 _hostname_ udev-configure-printer[3473]: URI of print queue: usb://Brother/DCP-135C?serial=BROJ7F122351, normalized: brother dcp 135c serial broj7f122351
sep 24 17:02:38 _hostname_ udev-configure-printer[3473]: Queue ipp://localhost/printers/Brother-DCP-135C has matching device URI
sep 24 17:02:38 _hostname_ udev-configure-printer[3473]: URI of print queue: usb://Brother/DCP-135C?serial=BROJ7F122351, normalized: brother dcp 135c serial broj7f122351
sep 24 17:02:38 _hostname_ udev-configure-printer[3473]: Queue ipp://localhost/printers/Brother_DCP-135C has matching device URI
sep 24 17:02:38 _hostname_ systemd[1]: configure-printer@usb-004-002.service: Deactivated successfully.
sep 24 17:02:38 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-004-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:38 _hostname_ kernel: audit: type=1131 audit(1632495758.479:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-004-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:38 _hostname_ rtkit-daemon[1780]: Supervising 2 threads of 1 processes of 1 users.
sep 24 17:02:38 _hostname_ rtkit-daemon[1780]: Supervising 2 threads of 1 processes of 1 users.
sep 24 17:02:38 _hostname_ rtkit-daemon[1780]: Supervising 2 threads of 1 processes of 1 users.
sep 24 17:02:38 _hostname_ rtkit-daemon[1780]: Supervising 2 threads of 1 processes of 1 users.
sep 24 17:02:38 _hostname_ rtkit-daemon[1780]: Supervising 2 threads of 1 processes of 1 users.
sep 24 17:02:38 _hostname_ rtkit-daemon[1780]: Supervising 2 threads of 1 processes of 1 users.
sep 24 17:02:38 _hostname_ rtkit-daemon[1780]: Successfully made thread 4088 of process 3735 owned by '1000' RT at priority 10.
sep 24 17:02:38 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:39 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:39 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:39 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:39 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:41 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:41 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:45 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:45 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:49 _hostname_ systemd[1]: man-db.service: Deactivated successfully.
sep 24 17:02:49 _hostname_ systemd[1]: Finished Daily man-db regeneration.
sep 24 17:02:49 _hostname_ audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:49 _hostname_ audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:49 _hostname_ systemd[1]: Startup finished in 3.218s (kernel) + 46.386s (userspace) = 49.605s.
sep 24 17:02:49 _hostname_ systemd[1]: man-db.service: Consumed 50.824s CPU time.
sep 24 17:02:49 _hostname_ kernel: audit: type=1130 audit(1632495769.915:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:49 _hostname_ kernel: audit: type=1131 audit(1632495769.915:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 24 17:02:50 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:02:50 _hostname_ rtkit-daemon[1780]: Supervising 3 threads of 2 processes of 1 users.
sep 24 17:03:03 _hostname_ systemd[1225]: Starting EOS update notifier service...
sep 24 17:03:03 _hostname_ systemd[5183]: eos-update-notifier.service: Failed to locate executable /usr/bin/eos-update-notifier: No such file or directory
sep 24 17:03:03 _hostname_ systemd[5183]: eos-update-notifier.service: Failed at step EXEC spawning /usr/bin/eos-update-notifier: No such file or directory
sep 24 17:03:03 _hostname_ systemd[1225]: eos-update-notifier.service: Main process exited, code=exited, status=203/EXEC
sep 24 17:03:03 _hostname_ systemd[1225]: eos-update-notifier.service: Failed with result 'exit-code'.
sep 24 17:03:03 _hostname_ systemd[1225]: Failed to start EOS update notifier service.
sep 24 17:03:14 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating service name='org.freedesktop.secrets' requested by ':1.65' (uid=1000 pid=3735 comm="/usr/lib/firefox/firefox ")
sep 24 17:03:14 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.freedesktop.secrets'
sep 24 17:03:14 _hostname_ kernel: usblp0: removed
sep 24 17:03:14 _hostname_ systemd-udevd[5201]: lp0: Process '/usr/bin/setfacl -m g:saned:rw /dev/usb/lp0' failed with exit code 1.
sep 24 17:03:14 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Activating service name='org.fedoraproject.Config.Printing' requested by ':1.56' (uid=1000 pid=1733 comm="/usr/bin/python3 /usr/share/system-config-printer/")
sep 24 17:03:14 _hostname_ dbus-daemon[1277]: [session uid=1000 pid=1277] Successfully activated service 'org.fedoraproject.Config.Printing'
sep 24 17:03:14 _hostname_ org.fedoraproject.Config.Printing[5211]: /usr/share/system-config-printer/scp-dbus-service.py:602: DeprecationWarning: Gdk.threads_enter is deprecated
sep 24 17:03:14 _hostname_ org.fedoraproject.Config.Printing[5211]:   Gdk.threads_enter ()
sep 24 17:03:16 _hostname_ kernel: usblp 4-3:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01CE
sep 24 17:05:21 _hostname_ audit[5477]: USER_AUTH pid=5477 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'
sep 24 17:05:21 _hostname_ dbus-daemon[280]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.77' (uid=0 pid=5477 comm="/usr/lib/polkit-1/polkit-agent-helper-1 _user_ ")
sep 24 17:05:21 _hostname_ dbus-daemon[280]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:05:21 _hostname_ polkit-agent-helper-1[5477]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 24 17:05:21 _hostname_ kernel: audit: type=1100 audit(1632495921.457:104): pid=5477 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'
sep 24 17:05:21 _hostname_ kernel: audit: type=1101 audit(1632495921.457:105): pid=5477 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'
sep 24 17:05:21 _hostname_ audit[5477]: USER_ACCT pid=5477 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'
sep 24 17:05:21 _hostname_ polkitd[336]: 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:5318:18433 [/bin/bash /usr/bin/eos-log-tool] (owned by unix-user:_user_)
sep 24 17:05:21 _hostname_ pkexec[5460]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
sep 24 17:05:21 _hostname_ audit[5460]: USER_START pid=5460 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=? addr=? terminal=? res=success'
sep 24 17:05:21 _hostname_ pkexec[5460]: _user_: Executing command [USER=root] [TTY=unknown] [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]
sep 24 17:05:21 _hostname_ kernel: audit: type=1105 audit(1632495921.497:106): pid=5460 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=? addr=? terminal=? res=success'

This is the error.log from cups

E [24/Sep/2021:17:02:05 +0200] Unknown directive JobPrivateAccess on line 122 of /etc/cups/cupsd.conf.
E [24/Sep/2021:17:02:05 +0200] Unknown directive JobPrivateValues on line 123 of /etc/cups/cupsd.conf.
E [24/Sep/2021:17:02:05 +0200] Unknown directive SubscriptionPrivateAccess on line 124 of /etc/cups/cupsd.conf.
E [24/Sep/2021:17:02:05 +0200] Unknown directive SubscriptionPrivateValues on line 125 of /etc/cups/cupsd.conf.
W [24/Sep/2021:17:02:06 +0200] CreateProfile failed: org.freedesktop.ColorManager.Profile.Internal:failed to register object: An object is already exported for the interface org.freedesktop.ColorManager.Profile at /org/freedesktop/ColorManager/profiles/Brother_DCP_135C_Gray__
W [24/Sep/2021:17:02:06 +0200] CreateProfile failed: org.freedesktop.ColorManager.Profile.Internal:failed to register object: An object is already exported for the interface org.freedesktop.ColorManager.Profile at /org/freedesktop/ColorManager/profiles/Brother_DCP_135C_RGB__
W [24/Sep/2021:17:02:06 +0200] CreateDevice failed: org.freedesktop.ColorManager.Device.Internal:failed to register object: An object is already exported for the interface org.freedesktop.ColorManager.Device at /org/freedesktop/ColorManager/devices/cups_Brother_DCP_135C

Are you printing via the USB cable, Wifi or Ethernet?

Didn’t you try baking it? :wink:

Edit: It sounds like the configuration is messed up.
Edit2: The easiest way might be to just remove the printer. Uninstall cups and reboot and then reinstall cups and add the printer again. :man_shrugging:

It’s in the oven right now so it has to be okay tomorrow.
It only needs some icing…

And it’s connected with usb.

Why is it suddenly messed up? :thinking:

That is very strange.
So you can make it work that way.

Have you checked all physical connections? Cable not properly connected?

Is it possible that the document you are printing has a problem? What happens if you print something else?

Yes, the scanner is working normal with Eos.
I’ve changed the USB port to no avail and tried different documents.
From firefox or libre office or from the terminal.
No printing, scanning only.
And as I said, it works fine with Windows. Both printing and scanning.

Working fine with Windows though has nothing to do with the configuration in Eos. :thinking:

Did I say so?

Have you read this already?

Absolutely!
But, as you know, this printer has worked flawless for the past 6 months or so.

If no settings have been changed, then it must be some update that did this.
I assume a newer update will fix it.
Especially if it is possible to narrow down to the update that did it.

Maybe you could see the pacman log (e.g. with pahis) and try to find any related updated package like cups or anything else. Then try to downgrade that package with the downgrade program and see if it starts working again.

Cups-filters has been updated at august 29, so I downgraded this, rebooted, but nothing changed.

latest log, I only booted and tried printing 1 Forefox page:

#################### journalctl -b -0 ########################
p.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:23:37 richard-a740gmm systemd[682]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:23:37 richard-a740gmm audit[682]: USER_ACCT pid=682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:37 richard-a740gmm audit[682]: CRED_ACQ pid=682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 25 12:23:37 richard-a740gmm systemd[682]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
sep 25 12:23:37 richard-a740gmm systemd[682]: pam_unix(systemd-user:session): session opened for user lightdm(uid=969) by (uid=0)
sep 25 12:23:37 richard-a740gmm systemd[682]: pam_env(systemd-user:session): deprecated reading of user environment enabled
sep 25 12:23:37 richard-a740gmm audit[682]: USER_START pid=682 uid=0 auid=969 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="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:37 richard-a740gmm kernel: audit: type=1101 audit(1632565417.210:66): pid=682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:37 richard-a740gmm kernel: audit: type=1103 audit(1632565417.210:67): pid=682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 25 12:23:37 richard-a740gmm kernel: audit: type=1006 audit(1632565417.210:68): pid=682 uid=0 old-auid=4294967295 auid=969 tty=(none) old-ses=4294967295 ses=1 res=1
sep 25 12:23:37 richard-a740gmm kernel: audit: type=1105 audit(1632565417.210:69): pid=682 uid=0 auid=969 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="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:37 richard-a740gmm audit: BPF prog-id=27 op=LOAD
sep 25 12:23:37 richard-a740gmm audit: BPF prog-id=27 op=UNLOAD
sep 25 12:23:37 richard-a740gmm kernel: audit: type=1334 audit(1632565417.220:70): prog-id=27 op=LOAD
sep 25 12:23:37 richard-a740gmm kernel: audit: type=1334 audit(1632565417.220:71): prog-id=27 op=UNLOAD
sep 25 12:23:37 richard-a740gmm systemd[682]: Queued start job for default target Main User Target.
sep 25 12:23:37 richard-a740gmm systemd[682]: Created slice User Application Slice.
sep 25 12:23:37 richard-a740gmm systemd[682]: Reached target Paths.
sep 25 12:23:37 richard-a740gmm systemd[682]: Reached target Timers.
sep 25 12:23:37 richard-a740gmm systemd[682]: Starting D-Bus User Message Bus Socket...
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on GnuPG network certificate management daemon.
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on GnuPG cryptographic agent and passphrase cache.
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on p11-kit server.
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on Multimedia System.
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on Sound System.
sep 25 12:23:37 richard-a740gmm systemd[682]: Listening on D-Bus User Message Bus Socket.
sep 25 12:23:37 richard-a740gmm systemd[682]: Reached target Sockets.
sep 25 12:23:37 richard-a740gmm systemd[682]: Reached target Basic System.
sep 25 12:23:37 richard-a740gmm systemd[1]: Started User Manager for UID 969.
sep 25 12:23:37 richard-a740gmm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:37 richard-a740gmm systemd[1]: Started Session c1 of User lightdm.
sep 25 12:23:37 richard-a740gmm systemd[682]: Starting Update XDG user dir configuration...
sep 25 12:23:37 richard-a740gmm systemd[682]: Finished Update XDG user dir configuration.
sep 25 12:23:37 richard-a740gmm systemd[682]: Reached target Main User Target.
sep 25 12:23:37 richard-a740gmm systemd[682]: Startup finished in 356ms.
sep 25 12:23:37 richard-a740gmm kernel: audit: type=1130 audit(1632565417.570:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:37 richard-a740gmm audit[678]: USER_START pid=678 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:37 richard-a740gmm kernel: audit: type=1105 audit(1632565417.580:73): pid=678 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:37 richard-a740gmm systemd[682]: Started D-Bus User Message Bus.
sep 25 12:23:37 richard-a740gmm dbus-daemon[695]: [session uid=969 pid=695] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.1' (uid=969 pid=691 comm="/usr/bin/slick-greeter ")
sep 25 12:23:37 richard-a740gmm systemd[682]: Starting User preferences database...
sep 25 12:23:37 richard-a740gmm dbus-daemon[695]: [session uid=969 pid=695] Successfully activated service 'ca.desrt.dconf'
sep 25 12:23:37 richard-a740gmm systemd[682]: Started User preferences database.
sep 25 12:23:38 richard-a740gmm slick-greeter-check-hidpi[694]: Window scale: 1
sep 25 12:23:38 richard-a740gmm slick-greeter-set-keyboard-layout[702]: Current keyboard configuration: rules:      evdev
                                                                        model:      pc105
                                                                        layout:     us
                                                                        variant:    intl
sep 25 12:23:38 richard-a740gmm slick-greeter-set-keyboard-layout[702]: Applying keyboard configuration: ['setxkbmap', '-model', 'pc105', '-layout', 'us', '-variant', 'intl', '-option', '', '-v']
sep 25 12:23:38 richard-a740gmm slick-greeter-set-keyboard-layout[702]: Result: Warning! Multiple definitions of keyboard model
                                                                                 Using command line, ignoring X server
                                                                        Warning! Multiple definitions of keyboard layout
                                                                                 Using command line, ignoring X server
                                                                        Warning! Multiple definitions of layout variant
                                                                                 Using command line, ignoring X server
                                                                        Trying to build keymap using the following components:
                                                                        keycodes:   evdev+aliases(qwerty)
                                                                        types:      complete
                                                                        compat:     complete
                                                                        symbols:    pc+us(intl)+inet(evdev)
                                                                        geometry:   pc(pc105)
sep 25 12:23:38 richard-a740gmm slick-greeter-set-keyboard-layout[702]: New keyboard configuration: rules:      evdev
                                                                        model:      pc105
                                                                        layout:     us
                                                                        variant:    intl
sep 25 12:23:38 richard-a740gmm dbus-daemon[695]: [session uid=969 pid=695] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=969 pid=691 comm="/usr/bin/slick-greeter ")
sep 25 12:23:38 richard-a740gmm systemd[682]: Starting Accessibility services bus...
sep 25 12:23:38 richard-a740gmm dbus-daemon[695]: [session uid=969 pid=695] Successfully activated service 'org.a11y.Bus'
sep 25 12:23:38 richard-a740gmm systemd[682]: Started Accessibility services bus.
sep 25 12:23:38 richard-a740gmm dbus-daemon[695]: [session uid=969 pid=695] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.1' (uid=969 pid=691 comm="/usr/bin/slick-greeter ")
sep 25 12:23:38 richard-a740gmm systemd[682]: Starting Virtual filesystem service...
sep 25 12:23:38 richard-a740gmm dbus-daemon[695]: [session uid=969 pid=695] Successfully activated service 'org.gtk.vfs.Daemon'
sep 25 12:23:38 richard-a740gmm systemd[682]: Started Virtual filesystem service.
sep 25 12:23:38 richard-a740gmm polkitd[353]: <no filename>:3: action=[Action id='org.freedesktop.login1.suspend']
sep 25 12:23:38 richard-a740gmm polkitd[353]: <no filename>:4: subject=[Subject pid=691 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
sep 25 12:23:38 richard-a740gmm polkitd[353]: <no filename>:3: action=[Action id='org.freedesktop.login1.hibernate']
sep 25 12:23:38 richard-a740gmm polkitd[353]: <no filename>:4: subject=[Subject pid=691 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
sep 25 12:23:38 richard-a740gmm dbus-daemon[308]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.26' (uid=969 pid=691 comm="/usr/bin/slick-greeter ")
sep 25 12:23:38 richard-a740gmm audit: BPF prog-id=28 op=LOAD
sep 25 12:23:38 richard-a740gmm audit: BPF prog-id=29 op=LOAD
sep 25 12:23:38 richard-a740gmm systemd[1]: Starting Daemon for power management...
sep 25 12:23:38 richard-a740gmm dbus-daemon[308]: [system] Successfully activated service 'org.freedesktop.UPower'
sep 25 12:23:38 richard-a740gmm systemd[1]: Started Daemon for power management.
sep 25 12:23:38 richard-a740gmm 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'
sep 25 12:23:38 richard-a740gmm polkitd[353]: <no filename>:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
sep 25 12:23:38 richard-a740gmm polkitd[353]: <no filename>:4: subject=[Subject pid=691 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
sep 25 12:23:39 richard-a740gmm at-spi-bus-launcher[713]: dbus-daemon[713]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=969 pid=691 comm="/usr/bin/slick-greeter ")
sep 25 12:23:39 richard-a740gmm at-spi-bus-launcher[713]: dbus-daemon[713]: Successfully activated service 'org.a11y.atspi.Registry'
sep 25 12:23:39 richard-a740gmm at-spi-bus-launcher[740]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 25 12:23:39 richard-a740gmm lightdm[738]: pam_succeed_if(lightdm-autologin:auth): requirement "user ingroup autologin" was met by user "richard"
sep 25 12:23:39 richard-a740gmm audit[738]: USER_AUTH pid=738 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="richard" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:39 richard-a740gmm lightdm[738]: gkr-pam: no password is available for user
sep 25 12:23:39 richard-a740gmm dbus-daemon[308]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.28' (uid=0 pid=738 comm="lightdm --session-child 12 19 ")
sep 25 12:23:39 richard-a740gmm dbus-daemon[308]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:23:39 richard-a740gmm lightdm[738]: pam_systemd_home(lightdm-autologin:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:23:39 richard-a740gmm audit[738]: USER_ACCT pid=738 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="richard" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:39 richard-a740gmm audit[738]: CRED_REFR pid=738 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="richard" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:39 richard-a740gmm lightdm[745]: pam_succeed_if(lightdm-autologin:auth): requirement "user ingroup autologin" was met by user "richard"
sep 25 12:23:39 richard-a740gmm audit[745]: USER_AUTH pid=745 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="richard" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:39 richard-a740gmm lightdm[745]: gkr-pam: no password is available for user
sep 25 12:23:39 richard-a740gmm dbus-daemon[308]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.30' (uid=0 pid=745 comm="lightdm --session-child 12 21 ")
sep 25 12:23:39 richard-a740gmm dbus-daemon[308]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:23:39 richard-a740gmm lightdm[745]: pam_systemd_home(lightdm-autologin:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:23:39 richard-a740gmm audit[745]: USER_ACCT pid=745 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="richard" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:39 richard-a740gmm systemd[1]: Stopping Session c1 of User lightdm...
sep 25 12:23:39 richard-a740gmm lightdm[678]: pam_unix(lightdm-greeter:session): session closed for user lightdm
sep 25 12:23:39 richard-a740gmm audit[678]: USER_END pid=678 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:39 richard-a740gmm audit[678]: CRED_DISP pid=678 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:39 richard-a740gmm systemd[1]: session-c1.scope: Deactivated successfully.
sep 25 12:23:39 richard-a740gmm systemd[1]: Stopped Session c1 of User lightdm.
sep 25 12:23:39 richard-a740gmm audit[745]: CRED_ACQ pid=745 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit,pam_gnome_keyring acct="richard" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:39 richard-a740gmm systemd-logind[310]: Removed session c1.
sep 25 12:23:39 richard-a740gmm lightdm[745]: pam_unix(lightdm-autologin:session): session opened for user richard(uid=1000) by (uid=0)
sep 25 12:23:39 richard-a740gmm systemd[1]: Created slice User Slice of UID 1000.
sep 25 12:23:39 richard-a740gmm systemd[1]: Starting User Runtime Directory /run/user/1000...
sep 25 12:23:39 richard-a740gmm systemd-logind[310]: New session 2 of user richard.
sep 25 12:23:39 richard-a740gmm systemd[1]: Finished User Runtime Directory /run/user/1000.
sep 25 12:23:39 richard-a740gmm 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'
sep 25 12:23:39 richard-a740gmm systemd[1]: Starting User Manager for UID 1000...
sep 25 12:23:39 richard-a740gmm dbus-daemon[308]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.34' (uid=0 pid=750 comm="(systemd) ")
sep 25 12:23:39 richard-a740gmm dbus-daemon[308]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:23:39 richard-a740gmm systemd[750]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:23:39 richard-a740gmm audit[750]: USER_ACCT pid=750 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="richard" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:39 richard-a740gmm systemd[750]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[richard] ruser=[<unknown>] rhost=[<unknown>]
sep 25 12:23:39 richard-a740gmm audit[750]: CRED_ACQ pid=750 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="richard" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
sep 25 12:23:39 richard-a740gmm systemd[750]: pam_unix(systemd-user:session): session opened for user richard(uid=1000) by (uid=0)
sep 25 12:23:39 richard-a740gmm systemd[750]: pam_env(systemd-user:session): deprecated reading of user environment enabled
sep 25 12:23:39 richard-a740gmm audit[750]: USER_START pid=750 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="richard" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:39 richard-a740gmm audit: BPF prog-id=30 op=LOAD
sep 25 12:23:39 richard-a740gmm audit: BPF prog-id=30 op=UNLOAD
sep 25 12:23:40 richard-a740gmm systemd[750]: Queued start job for default target Main User Target.
sep 25 12:23:40 richard-a740gmm 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'
sep 25 12:23:40 richard-a740gmm lightdm[745]: pam_env(lightdm-autologin:session): deprecated reading of user environment enabled
sep 25 12:23:40 richard-a740gmm systemd[750]: Created slice User Application Slice.
sep 25 12:23:40 richard-a740gmm systemd[750]: Started Run EOS update notifier periodically.
sep 25 12:23:40 richard-a740gmm systemd[750]: Reached target Paths.
sep 25 12:23:40 richard-a740gmm systemd[750]: Reached target Timers.
sep 25 12:23:40 richard-a740gmm systemd[750]: Starting D-Bus User Message Bus Socket...
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on GnuPG network certificate management daemon.
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on GnuPG cryptographic agent and passphrase cache.
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on p11-kit server.
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on Multimedia System.
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on Sound System.
sep 25 12:23:40 richard-a740gmm audit[745]: USER_START pid=745 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="richard" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
sep 25 12:23:40 richard-a740gmm lightdm[745]: gkr-pam: gnome-keyring-daemon started properly
sep 25 12:23:40 richard-a740gmm systemd[750]: Listening on D-Bus User Message Bus Socket.
sep 25 12:23:40 richard-a740gmm systemd[750]: Reached target Sockets.
sep 25 12:23:40 richard-a740gmm systemd[750]: Reached target Basic System.
sep 25 12:23:40 richard-a740gmm systemd[1]: Started User Manager for UID 1000.
sep 25 12:23:40 richard-a740gmm systemd[750]: Starting Update XDG user dir configuration...
sep 25 12:23:40 richard-a740gmm systemd[1]: Started Session 2 of User richard.
sep 25 12:23:40 richard-a740gmm systemd[750]: Finished Update XDG user dir configuration.
sep 25 12:23:40 richard-a740gmm systemd[750]: Reached target Main User Target.
sep 25 12:23:40 richard-a740gmm systemd[750]: Startup finished in 294ms.
sep 25 12:23:40 richard-a740gmm audit[745]: USER_LOGIN pid=745 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=richard-a740gmm addr=? terminal=/dev/tty7 res=success'
sep 25 12:23:40 richard-a740gmm systemd[750]: Started D-Bus User Message Bus.
sep 25 12:23:40 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=763 comm="xfce4-session ")
sep 25 12:23:40 richard-a740gmm systemd[750]: Starting Virtual filesystem service...
sep 25 12:23:40 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.gtk.vfs.Daemon'
sep 25 12:23:40 richard-a740gmm systemd[750]: Started Virtual filesystem service.
sep 25 12:23:40 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=763 comm="xfce4-session ")
sep 25 12:23:40 richard-a740gmm systemd[750]: Starting Accessibility services bus...
sep 25 12:23:40 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.a11y.Bus'
sep 25 12:23:40 richard-a740gmm systemd[750]: Started Accessibility services bus.
sep 25 12:23:40 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating service name='org.xfce.Xfconf' requested by ':1.4' (uid=1000 pid=763 comm="xfce4-session ")
sep 25 12:23:40 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.xfce.Xfconf'
sep 25 12:23:40 richard-a740gmm at-spi-bus-launcher[797]: dbus-daemon[797]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=763 comm="xfce4-session ")
sep 25 12:23:40 richard-a740gmm at-spi-bus-launcher[797]: dbus-daemon[797]: Successfully activated service 'org.a11y.atspi.Registry'
sep 25 12:23:40 richard-a740gmm at-spi-bus-launcher[804]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 25 12:23:40 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating service name='org.xfce.ScreenSaver' requested by ':1.4' (uid=1000 pid=763 comm="xfce4-session ")
sep 25 12:23:41 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.xfce.ScreenSaver'
sep 25 12:23:41 richard-a740gmm systemd[750]: Started GnuPG cryptographic agent and passphrase cache.
sep 25 12:23:41 richard-a740gmm gpg-agent[818]: gpg-agent (GnuPG) 2.2.29 starting in supervised mode.
sep 25 12:23:41 richard-a740gmm gpg-agent[818]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
sep 25 12:23:41 richard-a740gmm gpg-agent[818]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
sep 25 12:23:41 richard-a740gmm gpg-agent[818]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
sep 25 12:23:41 richard-a740gmm gpg-agent[818]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
sep 25 12:23:41 richard-a740gmm gpg-agent[818]: listening on: std=5 extra=6 browser=3 ssh=4
sep 25 12:23:41 richard-a740gmm systemd[750]: Started GnuPG cryptographic agent and passphrase cache.
sep 25 12:23:41 richard-a740gmm gpg-agent[821]: gpg-agent (GnuPG) 2.2.29 starting in supervised mode.
sep 25 12:23:41 richard-a740gmm gpg-agent[821]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
sep 25 12:23:41 richard-a740gmm gpg-agent[821]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
sep 25 12:23:41 richard-a740gmm gpg-agent[821]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
sep 25 12:23:41 richard-a740gmm gpg-agent[821]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
sep 25 12:23:41 richard-a740gmm gpg-agent[821]: listening on: std=5 extra=6 browser=3 ssh=4
sep 25 12:23:42 richard-a740gmm 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'
sep 25 12:23:42 richard-a740gmm systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
sep 25 12:23:42 richard-a740gmm kernel: kauditd_printk_skb: 22 callbacks suppressed
sep 25 12:23:42 richard-a740gmm kernel: audit: type=1131 audit(1632565422.310:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:43 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.19' (uid=1000 pid=846 comm="xfdesktop --display :0.0 --sm-client-id 296e17880-")
sep 25 12:23:43 richard-a740gmm tumblerd[867]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.6.so.0: cannot open shared object file: No such file or directory
sep 25 12:23:43 richard-a740gmm org.freedesktop.thumbnails.Thumbnailer1[867]: Registered thumbnailer heif-thumbnailer -s %s %i %o
sep 25 12:23:43 richard-a740gmm org.freedesktop.thumbnails.Thumbnailer1[867]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
sep 25 12:23:43 richard-a740gmm org.freedesktop.thumbnails.Thumbnailer1[867]: Registered thumbnailer ffmpegthumbnailer -i %i -o %o -s %s -f
sep 25 12:23:43 richard-a740gmm org.freedesktop.thumbnails.Thumbnailer1[867]: Registered thumbnailer evince-thumbnailer -s %s %u %o
sep 25 12:23:43 richard-a740gmm org.freedesktop.thumbnails.Thumbnailer1[867]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
sep 25 12:23:43 richard-a740gmm org.freedesktop.thumbnails.Thumbnailer1[867]: Registered thumbnailer gsf-office-thumbnailer -i %i -o %o -s %s
sep 25 12:23:43 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.24' (uid=1000 pid=867 comm="/usr/lib/tumbler-1/tumblerd ")
sep 25 12:23:43 richard-a740gmm systemd[750]: Starting Virtual filesystem service - disk device monitor...
sep 25 12:23:43 richard-a740gmm systemd[750]: Created slice User Core Session Slice.
sep 25 12:23:43 richard-a740gmm systemd[750]: Starting Sound Service...
sep 25 12:23:43 richard-a740gmm dbus-daemon[308]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.40' (uid=1000 pid=894 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
sep 25 12:23:43 richard-a740gmm systemd[1]: Starting Disk Manager...
sep 25 12:23:43 richard-a740gmm udisksd[900]: udisks daemon version 2.9.3 starting
sep 25 12:23:43 richard-a740gmm dbus-daemon[308]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.42' (uid=1000 pid=896 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
sep 25 12:23:43 richard-a740gmm systemd[1]: Starting RealtimeKit Scheduling Policy Service...
sep 25 12:23:43 richard-a740gmm 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'
sep 25 12:23:43 richard-a740gmm dbus-daemon[308]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
sep 25 12:23:43 richard-a740gmm systemd[1]: Started RealtimeKit Scheduling Policy Service.
sep 25 12:23:43 richard-a740gmm rtkit-daemon[904]: Successfully called chroot.
sep 25 12:23:43 richard-a740gmm rtkit-daemon[904]: Successfully dropped privileges.
sep 25 12:23:43 richard-a740gmm rtkit-daemon[904]: Successfully limited resources.
sep 25 12:23:43 richard-a740gmm rtkit-daemon[904]: Running.
sep 25 12:23:43 richard-a740gmm rtkit-daemon[904]: Watchdog thread running.
sep 25 12:23:43 richard-a740gmm rtkit-daemon[904]: Canary thread running.
sep 25 12:23:43 richard-a740gmm kernel: audit: type=1130 audit(1632565423.710:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:43 richard-a740gmm rtkit-daemon[904]: Successfully made thread 896 of process 896 owned by '1000' high priority at nice level -11.
sep 25 12:23:43 richard-a740gmm rtkit-daemon[904]: Supervising 1 threads of 1 processes of 1 users.
sep 25 12:23:43 richard-a740gmm dbus-daemon[308]: [system] Successfully activated service 'org.freedesktop.UDisks2'
sep 25 12:23:43 richard-a740gmm systemd[1]: Started Disk Manager.
sep 25 12:23:43 richard-a740gmm 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'
sep 25 12:23:43 richard-a740gmm kernel: audit: type=1130 audit(1632565423.970:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:44 richard-a740gmm udisksd[900]: Acquired the name org.freedesktop.UDisks2 on the system message bus
sep 25 12:23:44 richard-a740gmm rtkit-daemon[904]: Supervising 1 threads of 1 processes of 1 users.
sep 25 12:23:44 richard-a740gmm rtkit-daemon[904]: Successfully made thread 941 of process 896 owned by '1000' RT at priority 5.
sep 25 12:23:44 richard-a740gmm rtkit-daemon[904]: Supervising 2 threads of 1 processes of 1 users.
sep 25 12:23:44 richard-a740gmm dbus-daemon[308]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.45' (uid=1000 pid=896 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
sep 25 12:23:44 richard-a740gmm dbus-daemon[308]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
sep 25 12:23:44 richard-a740gmm systemd[750]: Started Virtual filesystem service - disk device monitor.
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.24' (uid=1000 pid=867 comm="/usr/lib/tumbler-1/tumblerd ")
sep 25 12:23:44 richard-a740gmm systemd[750]: Starting Virtual filesystem service - digital camera monitor...
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
sep 25 12:23:44 richard-a740gmm systemd[750]: Started Virtual filesystem service - digital camera monitor.
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.24' (uid=1000 pid=867 comm="/usr/lib/tumbler-1/tumblerd ")
sep 25 12:23:44 richard-a740gmm systemd[750]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
sep 25 12:23:44 richard-a740gmm systemd[750]: Started Sound Service.
sep 25 12:23:44 richard-a740gmm pulseaudio[896]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating service name='org.gnome.OnlineAccounts' requested by ':1.36' (uid=1000 pid=955 comm="/usr/lib/gvfs-goa-volume-monitor ")
sep 25 12:23:44 richard-a740gmm polkitd[353]: Registered Authentication Agent for unix-session:2 (system bus name :1.46 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale nl_NL.utf8)
sep 25 12:23:44 richard-a740gmm goa-daemon[961]: goa-daemon version 3.40.0 starting
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating service name='org.gnome.Identity' requested by ':1.40' (uid=1000 pid=961 comm="/usr/lib/goa-daemon ")
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.gnome.OnlineAccounts'
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
sep 25 12:23:44 richard-a740gmm systemd[750]: Started Virtual filesystem service - GNOME Online Accounts monitor.
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.24' (uid=1000 pid=867 comm="/usr/lib/tumbler-1/tumblerd ")
sep 25 12:23:44 richard-a740gmm systemd[750]: Starting Virtual filesystem service - Apple File Conduit monitor...
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.gnome.Identity'
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
sep 25 12:23:44 richard-a740gmm systemd[750]: Started Virtual filesystem service - Apple File Conduit monitor.
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.24' (uid=1000 pid=867 comm="/usr/lib/tumbler-1/tumblerd ")
sep 25 12:23:44 richard-a740gmm systemd[750]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
sep 25 12:23:44 richard-a740gmm systemd[750]: Started Virtual filesystem service - Media Transfer Protocol monitor.
sep 25 12:23:44 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
sep 25 12:23:44 richard-a740gmm NetworkManager[309]: <info>  [1632565424.6101] agent-manager: agent[20fea3fe9bf2ec62,:1.47/org.freedesktop.nm-applet/1000]: agent registered
sep 25 12:23:45 richard-a740gmm flameshot[876]: QSettings::value: Empty key passed
sep 25 12:23:45 richard-a740gmm flameshot[876]: QSettings::value: Empty key passed
sep 25 12:23:45 richard-a740gmm flameshot[876]: QSettings::setValue: Empty key passed
sep 25 12:23:45 richard-a740gmm flameshot[876]: QSettings::value: Empty key passed
sep 25 12:23:45 richard-a740gmm flameshot[876]: QSettings::setValue: Empty key passed
sep 25 12:23:45 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.54' (uid=1000 pid=909 comm="blueberry-obex-agent                              ")
sep 25 12:23:45 richard-a740gmm systemd[750]: Starting Bluetooth OBEX service...
sep 25 12:23:45 richard-a740gmm obexd[1069]: OBEX daemon 5.61
sep 25 12:23:45 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.bluez.obex'
sep 25 12:23:45 richard-a740gmm systemd[750]: Started Bluetooth OBEX service.
sep 25 12:23:48 richard-a740gmm kernel: logitech-hidpp-device 0003:046D:4055.0004: HID++ 4.5 device connected.
sep 25 12:23:48 richard-a740gmm spideroak_inotify[1132]: Program started
sep 25 12:23:48 richard-a740gmm upowerd[727]: treating change event as add on /sys/devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:4055.0004/power_supply/hidpp_battery_0
sep 25 12:23:50 richard-a740gmm systemd[1]: Stopping User Manager for UID 969...
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped target Main User Target.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopping Accessibility services bus...
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopping D-Bus User Message Bus...
sep 25 12:23:50 richard-a740gmm gvfsd[714]: A connection to the bus can't be made
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopping User preferences database...
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopping Virtual filesystem service...
sep 25 12:23:50 richard-a740gmm systemd[1]: run-user-969-gvfs.mount: Deactivated successfully.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped D-Bus User Message Bus.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped User preferences database.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped Accessibility services bus.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped Virtual filesystem service.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped target Basic System.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped target Paths.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped target Sockets.
sep 25 12:23:50 richard-a740gmm systemd[682]: Stopped target Timers.
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed D-Bus User Message Bus Socket.
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed GnuPG network certificate management daemon.
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed GnuPG cryptographic agent (ssh-agent emulation).
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed GnuPG cryptographic agent and passphrase cache.
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed p11-kit server.
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed Multimedia System.
sep 25 12:23:50 richard-a740gmm systemd[682]: Closed Sound System.
sep 25 12:23:50 richard-a740gmm systemd[682]: Removed slice User Application Slice.
sep 25 12:23:50 richard-a740gmm systemd[682]: Reached target Shutdown.
sep 25 12:23:50 richard-a740gmm systemd[682]: Finished Exit the Session.
sep 25 12:23:50 richard-a740gmm systemd[682]: Reached target Exit the Session.
sep 25 12:23:50 richard-a740gmm systemd[683]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
sep 25 12:23:50 richard-a740gmm systemd[1]: user@969.service: Deactivated successfully.
sep 25 12:23:50 richard-a740gmm systemd[1]: Stopped User Manager for UID 969.
sep 25 12:23:50 richard-a740gmm systemd[1]: Stopping User Runtime Directory /run/user/969...
sep 25 12:23:50 richard-a740gmm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:50 richard-a740gmm kernel: audit: type=1131 audit(1632565430.130:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:50 richard-a740gmm systemd[1]: run-user-969.mount: Deactivated successfully.
sep 25 12:23:50 richard-a740gmm systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
sep 25 12:23:50 richard-a740gmm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:23:50 richard-a740gmm systemd[1]: Stopped User Runtime Directory /run/user/969.
sep 25 12:23:50 richard-a740gmm systemd[1]: Removed slice User Slice of UID 969.
sep 25 12:23:50 richard-a740gmm systemd[1]: user-969.slice: Consumed 1.511s CPU time.
sep 25 12:23:50 richard-a740gmm kernel: audit: type=1131 audit(1632565430.150:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:24:00 richard-a740gmm systemd-timesyncd[264]: Initial synchronization to time server 84.16.73.33:123 (2.arch.pool.ntp.org).
sep 25 12:24:01 richard-a740gmm systemd[1]: systemd-hostnamed.service: Deactivated successfully.
sep 25 12:24:01 richard-a740gmm 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'
sep 25 12:24:01 richard-a740gmm kernel: audit: type=1131 audit(1632565441.166: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'
sep 25 12:24:01 richard-a740gmm audit: BPF prog-id=23 op=UNLOAD
sep 25 12:24:01 richard-a740gmm audit: BPF prog-id=22 op=UNLOAD
sep 25 12:24:01 richard-a740gmm audit: BPF prog-id=21 op=UNLOAD
sep 25 12:24:01 richard-a740gmm kernel: audit: type=1334 audit(1632565441.381:102): prog-id=23 op=UNLOAD
sep 25 12:24:01 richard-a740gmm kernel: audit: type=1334 audit(1632565441.381:103): prog-id=22 op=UNLOAD
sep 25 12:24:01 richard-a740gmm kernel: audit: type=1334 audit(1632565441.381:104): prog-id=21 op=UNLOAD
sep 25 12:24:17 richard-a740gmm kernel: usb 4-3: new full-speed USB device number 2 using ohci-pci
sep 25 12:24:17 richard-a740gmm kernel: usb 4-3: New USB device found, idVendor=04f9, idProduct=01ce, bcdDevice= 1.00
sep 25 12:24:17 richard-a740gmm kernel: usb 4-3: New USB device strings: Mfr=0, Product=0, SerialNumber=3
sep 25 12:24:17 richard-a740gmm kernel: usb 4-3: SerialNumber: BROJ7F122351
sep 25 12:24:18 richard-a740gmm systemd[750]: Reached target Printer.
sep 25 12:24:18 richard-a740gmm systemd[1295]: eos-update-notifier.service: Failed to locate executable /usr/bin/eos-update-notifier: No such file or directory
sep 25 12:24:18 richard-a740gmm systemd[1295]: eos-update-notifier.service: Failed at step EXEC spawning /usr/bin/eos-update-notifier: No such file or directory
sep 25 12:24:18 richard-a740gmm systemd[1]: Created slice Slice /system/configure-printer.
sep 25 12:24:18 richard-a740gmm systemd[1]: Reached target Printer Support.
sep 25 12:24:18 richard-a740gmm systemd[1]: Started Configure Plugged-In Printer.
sep 25 12:24:18 richard-a740gmm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-004-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:24:18 richard-a740gmm udev-configure-printer[1296]: add usb-004-002
sep 25 12:24:18 richard-a740gmm kernel: usblp 4-3:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01CE
sep 25 12:24:18 richard-a740gmm kernel: usbcore: registered new interface driver usblp
sep 25 12:24:18 richard-a740gmm kernel: audit: type=1130 audit(1632565458.116:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-004-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:24:18 richard-a740gmm systemd[750]: Starting EOS update notifier service...
sep 25 12:24:18 richard-a740gmm systemd[750]: eos-update-notifier.service: Main process exited, code=exited, status=203/EXEC
sep 25 12:24:18 richard-a740gmm systemd[750]: eos-update-notifier.service: Failed with result 'exit-code'.
sep 25 12:24:18 richard-a740gmm systemd[750]: Failed to start EOS update notifier service.
sep 25 12:24:18 richard-a740gmm kernel: usb-storage 4-3:1.2: USB Mass Storage device detected
sep 25 12:24:18 richard-a740gmm kernel: scsi host6: usb-storage 4-3:1.2
sep 25 12:24:18 richard-a740gmm kernel: usbcore: registered new interface driver usb-storage
sep 25 12:24:18 richard-a740gmm kernel: usbcore: registered new interface driver uas
sep 25 12:24:18 richard-a740gmm udev-configure-printer[1296]: device devpath is /devices/pci0000:00/0000:00:12.1/usb4/4-3
sep 25 12:24:18 richard-a740gmm udev-configure-printer[1296]: MFG:Brother MDL:DCP-135C SERN:- serial:BROJ7F122351
sep 25 12:24:19 richard-a740gmm kernel: scsi 6:0:0:0: Direct-Access     Brother  DCP-135C         1.00 PQ: 0 ANSI: 2
sep 25 12:24:19 richard-a740gmm kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
sep 25 12:24:19 richard-a740gmm kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
sep 25 12:24:23 richard-a740gmm kernel: usblp0: removed
sep 25 12:24:23 richard-a740gmm systemd-udevd[1297]: lp0: Process '/usr/bin/setfacl -m g:saned:rw /dev/usb/lp0' failed with exit code 1.
sep 25 12:24:23 richard-a740gmm kernel: usblp 4-3:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01CE
sep 25 12:24:23 richard-a740gmm rtkit-daemon[904]: Supervising 2 threads of 1 processes of 1 users.
sep 25 12:24:23 richard-a740gmm rtkit-daemon[904]: Supervising 2 threads of 1 processes of 1 users.
sep 25 12:24:23 richard-a740gmm rtkit-daemon[904]: Supervising 2 threads of 1 processes of 1 users.
sep 25 12:24:23 richard-a740gmm rtkit-daemon[904]: Supervising 2 threads of 1 processes of 1 users.
sep 25 12:24:23 richard-a740gmm rtkit-daemon[904]: Supervising 2 threads of 1 processes of 1 users.
sep 25 12:24:23 richard-a740gmm rtkit-daemon[904]: Supervising 2 threads of 1 processes of 1 users.
sep 25 12:24:23 richard-a740gmm rtkit-daemon[904]: Successfully made thread 1434 of process 1340 owned by '1000' RT at priority 10.
sep 25 12:24:23 richard-a740gmm rtkit-daemon[904]: Supervising 3 threads of 2 processes of 1 users.
sep 25 12:24:24 richard-a740gmm rtkit-daemon[904]: Supervising 3 threads of 2 processes of 1 users.
sep 25 12:24:24 richard-a740gmm rtkit-daemon[904]: Supervising 3 threads of 2 processes of 1 users.
sep 25 12:24:24 richard-a740gmm udev-configure-printer[1296]: URI contains USB serial number
sep 25 12:24:24 richard-a740gmm udev-configure-printer[1296]: URI match: usb://Brother/DCP-135C?serial=BROJ7F122351
sep 25 12:24:24 richard-a740gmm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-004-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:24:24 richard-a740gmm systemd[1]: configure-printer@usb-004-002.service: Deactivated successfully.
sep 25 12:24:24 richard-a740gmm udev-configure-printer[1296]: URI of detected printer: usb://Brother/DCP-135C?serial=BROJ7F122351, normalized: brother dcp 135c serial broj7f122351
sep 25 12:24:24 richard-a740gmm udev-configure-printer[1296]: URI of print queue: usb://Brother/DCP-135C?serial=BROJ7F122351, normalized: brother dcp 135c serial broj7f122351
sep 25 12:24:24 richard-a740gmm udev-configure-printer[1296]: Queue ipp://localhost/printers/Brother-DCP-135C has matching device URI
sep 25 12:24:24 richard-a740gmm udev-configure-printer[1296]: URI of print queue: usb://Brother/DCP-135C?serial=BROJ7F122351, normalized: brother dcp 135c serial broj7f122351
sep 25 12:24:24 richard-a740gmm udev-configure-printer[1296]: Queue ipp://localhost/printers/Brother_DCP-135C has matching device URI
sep 25 12:24:24 richard-a740gmm kernel: audit: type=1131 audit(1632565464.963:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=configure-printer@usb-004-002 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
sep 25 12:24:25 richard-a740gmm rtkit-daemon[904]: Supervising 3 threads of 2 processes of 1 users.
sep 25 12:24:25 richard-a740gmm rtkit-daemon[904]: Supervising 3 threads of 2 processes of 1 users.
sep 25 12:24:26 richard-a740gmm rtkit-daemon[904]: Supervising 3 threads of 2 processes of 1 users.
sep 25 12:24:26 richard-a740gmm rtkit-daemon[904]: Supervising 3 threads of 2 processes of 1 users.
sep 25 12:24:39 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating service name='org.freedesktop.secrets' requested by ':1.65' (uid=1000 pid=1340 comm="/usr/lib/firefox/firefox ")
sep 25 12:24:39 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.freedesktop.secrets'
sep 25 12:24:39 richard-a740gmm kernel: usblp0: removed
sep 25 12:24:39 richard-a740gmm systemd-udevd[1642]: lp0: Process '/usr/bin/setfacl -m g:saned:rw /dev/usb/lp0' failed with exit code 1.
sep 25 12:24:39 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Activating service name='org.fedoraproject.Config.Printing' requested by ':1.56' (uid=1000 pid=882 comm="/usr/bin/python3 /usr/share/system-config-printer/")
sep 25 12:24:39 richard-a740gmm dbus-daemon[767]: [session uid=1000 pid=767] Successfully activated service 'org.fedoraproject.Config.Printing'
sep 25 12:24:39 richard-a740gmm org.fedoraproject.Config.Printing[1654]: /usr/share/system-config-printer/scp-dbus-service.py:602: DeprecationWarning: Gdk.threads_enter is deprecated
sep 25 12:24:39 richard-a740gmm org.fedoraproject.Config.Printing[1654]:   Gdk.threads_enter ()
sep 25 12:24:40 richard-a740gmm org.fedoraproject.Config.Printing[1654]: /usr/share/system-config-printer/scp-dbus-service.py:436: DeprecationWarning: Gdk.threads_leave is deprecated
sep 25 12:24:40 richard-a740gmm org.fedoraproject.Config.Printing[1654]:   Gdk.threads_leave ()
sep 25 12:24:43 richard-a740gmm kernel: usblp 4-3:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01CE
sep 25 12:25:21 richard-a740gmm audit[1812]: USER_AUTH pid=1812 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="richard" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
sep 25 12:25:21 richard-a740gmm kernel: audit: type=1100 audit(1632565521.485:107): pid=1812 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="richard" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
sep 25 12:25:21 richard-a740gmm dbus-daemon[308]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.72' (uid=0 pid=1812 comm="/usr/lib/polkit-1/polkit-agent-helper-1 richard ")
sep 25 12:25:21 richard-a740gmm dbus-daemon[308]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:25:21 richard-a740gmm polkit-agent-helper-1[1812]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
sep 25 12:25:21 richard-a740gmm audit[1812]: USER_ACCT pid=1812 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="richard" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
sep 25 12:25:21 richard-a740gmm kernel: audit: type=1101 audit(1632565521.495:108): pid=1812 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="richard" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
sep 25 12:25:21 richard-a740gmm polkitd[353]: Operator of unix-session:2 successfully authenticated as unix-user:richard to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for unix-process:1730:10125 [/bin/bash /usr/bin/eos-log-tool] (owned by unix-user:richard)
sep 25 12:25:21 richard-a740gmm pkexec[1795]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
sep 25 12:25:21 richard-a740gmm audit[1795]: USER_START pid=1795 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=? addr=? terminal=? res=success'
sep 25 12:25:21 richard-a740gmm kernel: audit: type=1105 audit(1632565521.545:109): pid=1795 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=? addr=? terminal=? res=success'
sep 25 12:25:21 richard-a740gmm pkexec[1795]: richard: Executing command [USER=root] [TTY=unknown] [CWD=/home/richard] [COMMAND=/usr/bin/bash -c : ; echo '#################### journalctl -b -0 ########################' >> /home/richard/eos-log-tool.logs ; journalctl -b -0 >> /home/richard/eos-log-tool.logs ; echo '' >> /home/richard/eos-log-tool.logs]


don’t know why it says ‘withheld’

I found a similar error on the web about this withheld notification.
They downgraded ghostscript and thus did I, but to no avail.

I’ve removed the printer from cups and reinstalled it again, same problem, a notification pops up in the xfce panel for 1 seconds and nothing happens.
Scanner still works…

$ lpstat -a
Brother_DCP-135C accepting requests since za 25 sep 2021 14:40:31 CEST

A strange problem indeed.
Unfortunately I’m out of ideas right now.
Maybe someone on the forum comes up with an idea how to fix the printing problem.