You are not logged in.
It's the same on a shared tmpfs on the NAS
Offline
Are you copying a single large file (>1GB), or a lot of medium/small files (<100Mb)? Since a regular 'cp' seems OK, have you tried something in between a GUI app and the terminal, such as Ranger? It uses async copy operations to show progress, etc. as well, and I'm curious if that locks up too.
Online
Currently for testing I have been using a .raw 4GB file
Let me play with Ranger; I have only used the big GUI distro file managers, really
Offline
Yep. Seemingly no problems with Ranger.
Writing to the NAS progress can be a little lumpy, but it certainly always updating.
None of the other issues NAS > local > local > NAS > NAS
Last edited by burny02 (2023-11-29 15:50:36)
Offline
OK - so yeah that would probably point to crappy programming on the GUI apps, but it's curious you see similar behavior on what seems to be completely different projects (GNOME vs Dolphin). I wonder if it's something to do with the MIME type of that file that throws the GUI apps in a tailspin on the yet not completed download at the target location.
Btw: Ranger and its companion Rifle (bundled with Ranger) is fantastic, you should consider it for your daily 'driver' for file opps. Just configure a dedicated terminal window with the optimal size/font, etc. for it. It has 'tabs', can do multiple renames, etc.
Online
It's weird that it doesn't appear to be an issue on Debian, either
Maybe some broken library or something ? That's why I tried Flatpak
I probably just noticed it when upgrading my NAS due to not usually doing large file copies
Offline
So the weird stuff:
- completely different FMs/toolkits are affected
- different src/dst locations cause different behavior
- tmpfs is affected
- network isn't a critical element
- debian doesn't suffer from this
Please post your complete system journal for the boot after using dolphin/nemo/whatever for a troublesome copy:
sudo journalctl -b | curl -F 'file=@-' 0x0.stMaybe something odd shows up.
Offline
I have included two logs, one for a bad nemo, one for a bad dolphin
All I can see is the readahead being set
This time I definitely noticed other process that contact the NAS becoming unresponsive (SPICE - Non share related). This was only for the Dolphin copy
Offline
Deleted
The transfer you requested has been deleted.
0x0.st
ix.io
Offline
Bad Nemo
Nov 30 12:11:15 sarutael-sys systemd[1]: Reached target Local Encrypted Volumes.
Nov 30 12:11:15 sarutael-sys systemd[1]: Reached target Login Prompts.
Nov 30 12:11:15 sarutael-sys systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 30 12:11:15 sarutael-sys systemd[1]: Reached target Slice Units.
Nov 30 12:11:15 sarutael-sys systemd[1]: Reached target Local Verity Protected Volumes.
Nov 30 12:11:15 sarutael-sys systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 30 12:11:15 sarutael-sys systemd[1]: Listening on LVM2 poll daemon socket.
Nov 30 12:11:15 sarutael-sys systemd[1]: Listening on Process Core Dump Socket.
Nov 30 12:11:15 sarutael-sys systemd[1]: Listening on Journal Socket (/dev/log).
Nov 30 12:11:15 sarutael-sys systemd[1]: Listening on Journal Socket.
Nov 30 12:11:15 sarutael-sys systemd[1]: Listening on udev Control Socket.
Nov 30 12:11:15 sarutael-sys systemd[1]: Listening on udev Kernel Socket.
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting /dev/hugepages...
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting POSIX Message Queue File System...
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting Kernel Debug File System...
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting Kernel Trace File System...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Create List of Static Device Nodes...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module configfs...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module dm_mod...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module drm...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module fuse...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module loop...
Nov 30 12:11:15 sarutael-sys systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Modules...
Nov 30 12:11:15 sarutael-sys systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Coldplug All udev Devices...
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted /dev/hugepages.
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted POSIX Message Queue File System.
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted Kernel Debug File System.
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted Kernel Trace File System.
Nov 30 12:11:15 sarutael-sys kernel: loop: module loaded
Nov 30 12:11:15 sarutael-sys kernel: EXT4-fs (nvme0n1p3): re-mounted. Quota mode: none.
Nov 30 12:11:15 sarutael-sys kernel: fuse: init (API version 7.37)
Nov 30 12:11:15 sarutael-sys kernel: device-mapper: uevent: version 1.0.3
Nov 30 12:11:15 sarutael-sys kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Nov 30 12:11:15 sarutael-sys kernel: tun: Universal TUN/TAP device driver, 1.6
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Create List of Static Device Nodes.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module configfs.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module dm_mod.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module drm.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module fuse.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module loop.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Coldplug All udev Devices.
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting FUSE Control File System...
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting Kernel Configuration File System...
Nov 30 12:11:15 sarutael-sys systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load/Save OS Random Seed...
Nov 30 12:11:15 sarutael-sys systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Wait for udev To Complete Device Initialization...
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted FUSE Control File System.
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted Kernel Configuration File System.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load/Save OS Random Seed.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 30 12:11:15 sarutael-sys systemd[1]: Reached target Preparation for Local File Systems.
Nov 30 12:11:15 sarutael-sys systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 30 12:11:15 sarutael-sys systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Journal Service...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: Collecting audit messages is disabled.
Nov 30 12:11:15 sarutael-sys systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: Journal started
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: Runtime Journal (/run/log/journal/b2b5386ee9da44818ca4c15f33747df9) is 8.0M, max 794.9M, 786.9M free.
Nov 30 12:11:14 sarutael-sys systemd-modules-load[639]: Inserted module 'crypto_user'
Nov 30 12:11:14 sarutael-sys systemd-modules-load[639]: Inserted module 'tun'
Nov 30 12:11:14 sarutael-sys systemd-modules-load[639]: Inserted module 'uinput'
Nov 30 12:11:14 sarutael-sys udevadm[649]: systemd-udev-settle.service is deprecated. Please fix zfs-import-cache.service not to pull it in.
Nov 30 12:11:15 sarutael-sys systemd-udevd[655]: Using default interface naming scheme 'v253'.
Nov 30 12:11:15 sarutael-sys systemd-udevd[655]: Configuration file /etc/udev/rules.d/50-brother-brscan4-libsane-type1.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Nov 30 12:11:15 sarutael-sys systemd-udevd[655]: /etc/udev/rules.d/50-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
Nov 30 12:11:15 sarutael-sys systemd-udevd[655]: /etc/udev/rules.d/50-brother-libsane-type1-inst.rules:14 Invalid key 'SYSFS'.
Nov 30 12:11:15 sarutael-sys systemd[1]: Started Journal Service.
Nov 30 12:11:15 sarutael-sys mtp-probe[701]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.2"
Nov 30 12:11:15 sarutael-sys mtp-probe[701]: bus: 1, device: 4 was not an MTP device
Nov 30 12:11:15 sarutael-sys mtp-probe[702]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.1/1-7.1.1"
Nov 30 12:11:15 sarutael-sys mtp-probe[702]: bus: 1, device: 5 was not an MTP device
Nov 30 12:11:15 sarutael-sys kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 30 12:11:15 sarutael-sys mtp-probe[738]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.1/1-7.1.2"
Nov 30 12:11:15 sarutael-sys mtp-probe[738]: bus: 1, device: 7 was not an MTP device
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 30 12:11:15 sarutael-sys mtp-probe[741]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.6"
Nov 30 12:11:15 sarutael-sys mtp-probe[741]: bus: 1, device: 8 was not an MTP device
Nov 30 12:11:15 sarutael-sys mtp-probe[745]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb2/2-7/2-7.4"
Nov 30 12:11:15 sarutael-sys mtp-probe[745]: bus: 2, device: 4 was not an MTP device
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: Time spent on flushing to /var/log/journal/b2b5386ee9da44818ca4c15f33747df9 is 33.839ms for 1149 entries.
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: System Journal (/var/log/journal/b2b5386ee9da44818ca4c15f33747df9) is 1.0M, max 1.0M, 0B free.
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: Received client request to flush runtime journal.
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: /var/log/journal/b2b5386ee9da44818ca4c15f33747df9/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: Rotating system journal.
Nov 30 12:11:15 sarutael-sys kernel: mousedev: PS/2 mouse device common for all mice
Nov 30 12:11:15 sarutael-sys systemd-journald[654]: Rotating system journal.
Nov 30 12:11:15 sarutael-sys kernel: Adding 8191996k swap on /dev/nvme0n1p2. Priority:-2 extents:1 across:8191996k SSFS
Nov 30 12:11:15 sarutael-sys systemd[1]: Found device Samsung SSD 960 EVO 250GB 3.
Nov 30 12:11:15 sarutael-sys mtp-probe[747]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:04.0/0000:07:00.0/usb3/3-2"
Nov 30 12:11:15 sarutael-sys systemd[1]: Found device Samsung SSD 960 EVO 250GB EFI\x20System\x20Partition.
Nov 30 12:11:15 sarutael-sys mtp-probe[747]: bus: 3, device: 2 was not an MTP device
Nov 30 12:11:15 sarutael-sys systemd[1]: Found device Samsung SSD 960 EVO 250GB 2.
Nov 30 12:11:15 sarutael-sys systemd[1]: Activating swap /dev/disk/by-uuid/5faa7040-23cd-4057-a9a8-831d7290c36a...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting File System Check on /dev/disk/by-uuid/2316-DF48...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting File System Check on /dev/disk/by-uuid/7a3bf45f-2cd6-4cb2-95cf-45d2d6c54628...
Nov 30 12:11:15 sarutael-sys systemd[1]: Activated swap /dev/disk/by-uuid/5faa7040-23cd-4057-a9a8-831d7290c36a.
Nov 30 12:11:15 sarutael-sys systemd-fsck[765]: fsck.fat 4.2 (2021-01-31)
Nov 30 12:11:15 sarutael-sys systemd-fsck[765]: /dev/nvme0n1p1: 217 files, 59663/130811 clusters
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished File System Check on /dev/disk/by-uuid/7a3bf45f-2cd6-4cb2-95cf-45d2d6c54628.
Nov 30 12:11:15 sarutael-sys kernel: input: Jabra SPEAK 510 USB as /devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:04.0/0000:07:00.0/usb3/3-2/3-2:1.3/0003:0B0E:0420.0001/input/input8
Nov 30 12:11:15 sarutael-sys kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Nov 30 12:11:15 sarutael-sys kernel: mc: Linux media interface: v0.10
Nov 30 12:11:15 sarutael-sys kernel: dca service started, version 1.12.1
Nov 30 12:11:15 sarutael-sys kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 30 12:11:15 sarutael-sys kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 30 12:11:15 sarutael-sys kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 30 12:11:15 sarutael-sys kernel: ccp 0000:0b:00.2: enabling device (0000 -> 0002)
Nov 30 12:11:15 sarutael-sys kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 30 12:11:15 sarutael-sys kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 30 12:11:15 sarutael-sys kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Nov 30 12:11:15 sarutael-sys kernel: cryptd: max_cpu_qlen set to 1000
Nov 30 12:11:15 sarutael-sys kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Nov 30 12:11:15 sarutael-sys kernel: usbcore: registered new interface driver r8152
Nov 30 12:11:15 sarutael-sys kernel: ccp 0000:0b:00.2: ccp enabled
Nov 30 12:11:15 sarutael-sys kernel: ccp 0000:0b:00.2: psp enabled
Nov 30 12:11:15 sarutael-sys kernel: videodev: Linux video capture interface: v2.00
Nov 30 12:11:15 sarutael-sys kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Nov 30 12:11:15 sarutael-sys kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Nov 30 12:11:15 sarutael-sys kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 30 12:11:15 sarutael-sys kernel: AVX2 version of gcm_enc/dec engaged.
Nov 30 12:11:15 sarutael-sys kernel: AES CTR mode by8 optimization enabled
Nov 30 12:11:15 sarutael-sys kernel: usbcore: registered new interface driver cdc_ether
Nov 30 12:11:15 sarutael-sys kernel: usbcore: registered new interface driver r8153_ecm
Nov 30 12:11:15 sarutael-sys kernel: jabra 0003:0B0E:0420.0001: input,hiddev101,hidraw5: USB HID v1.11 Device [Jabra SPEAK 510 USB] on usb-0000:07:00.0-2/input3
Nov 30 12:11:15 sarutael-sys kernel: pps pps0: new PPS source ptp0
Nov 30 12:11:15 sarutael-sys kernel: igb 0000:08:00.0: added PHC on eth0
Nov 30 12:11:15 sarutael-sys kernel: igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection
Nov 30 12:11:15 sarutael-sys kernel: igb 0000:08:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 60:45:cb:a1:6d:75
Nov 30 12:11:15 sarutael-sys kernel: igb 0000:08:00.0: eth0: PBA No: FFFFFF-0FF
Nov 30 12:11:15 sarutael-sys kernel: igb 0000:08:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Nov 30 12:11:15 sarutael-sys kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 30 12:11:15 sarutael-sys kernel: igb 0000:08:00.0 enp8s0: renamed from eth0
Nov 30 12:11:15 sarutael-sys kernel: asus_wmi: Initialization: 0x0
Nov 30 12:11:15 sarutael-sys kernel: asus_wmi: BIOS WMI version: 0.9
Nov 30 12:11:15 sarutael-sys kernel: asus_wmi: SFUN value: 0x0
Nov 30 12:11:15 sarutael-sys kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished File System Check on /dev/disk/by-uuid/2316-DF48.
Nov 30 12:11:15 sarutael-sys kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input10
Nov 30 12:11:15 sarutael-sys kernel: usb 1-7.1.2: Found UVC 1.00 device Lenovo FHD Webcam (17ef:4831)
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_intel 0000:0a:00.1: Disabling MSI
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_intel 0000:0c:00.3: enabling device (0000 -> 0002)
Nov 30 12:11:15 sarutael-sys kernel: usb 2-7.4: reset SuperSpeed USB device number 4 using xhci_hcd
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: dig-out=0x1e/0x0
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: inputs:
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: Front Mic=0x19
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: Rear Mic=0x18
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: Line=0x1a
Nov 30 12:11:15 sarutael-sys systemd[1]: Reached target Swaps.
Nov 30 12:11:15 sarutael-sys systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 30 12:11:15 sarutael-sys systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Nov 30 12:11:15 sarutael-sys kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card1/input11
Nov 30 12:11:15 sarutael-sys kernel: input: Lenovo FHD Webcam: Lenovo FHD W as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.1/1-7.1.2/1-7.1.2:1.0/input/input22
Nov 30 12:11:15 sarutael-sys kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input15
Nov 30 12:11:15 sarutael-sys kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card1/input12
Nov 30 12:11:15 sarutael-sys kernel: usbcore: registered new interface driver uvcvideo
Nov 30 12:11:15 sarutael-sys kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card1/input13
Nov 30 12:11:15 sarutael-sys kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card1/input14
Nov 30 12:11:15 sarutael-sys kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input16
Nov 30 12:11:15 sarutael-sys kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input17
Nov 30 12:11:15 sarutael-sys kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input18
Nov 30 12:11:15 sarutael-sys kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input19
Nov 30 12:11:15 sarutael-sys kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input20
Nov 30 12:11:15 sarutael-sys kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input21
Nov 30 12:11:15 sarutael-sys kernel: snd_hda_intel 0000:0c:00.3: device 1043:8733 is on the power_save denylist, forcing power_save to 0
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting /boot...
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting /home...
Nov 30 12:11:15 sarutael-sys systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Nov 30 12:11:15 sarutael-sys kernel: SVM: TSC scaling supported
Nov 30 12:11:15 sarutael-sys kernel: kvm: Nested Virtualization enabled
Nov 30 12:11:15 sarutael-sys kernel: SVM: kvm: Nested Paging enabled
Nov 30 12:11:15 sarutael-sys kernel: SEV supported: 16 ASIDs
Nov 30 12:11:15 sarutael-sys kernel: SVM: AVIC enabled
Nov 30 12:11:15 sarutael-sys kernel: SVM: Virtual VMLOAD VMSAVE supported
Nov 30 12:11:15 sarutael-sys kernel: SVM: Virtual GIF supported
Nov 30 12:11:15 sarutael-sys kernel: SVM: LBR virtualization supported
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounting Temporary Directory /tmp...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Virtual Console Setup...
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted /home.
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted Temporary Directory /tmp.
Nov 30 12:11:15 sarutael-sys kernel: MCE: In-kernel MCE decoding enabled.
Nov 30 12:11:15 sarutael-sys systemd[1]: Mounted /boot.
Nov 30 12:11:15 sarutael-sys systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
Nov 30 12:11:15 sarutael-sys kernel: r8152 2-7.4:1.0: load rtl8153b-2 v2 04/27/23 successfully
Nov 30 12:11:15 sarutael-sys kernel: intel_rapl_common: Found RAPL domain package
Nov 30 12:11:15 sarutael-sys kernel: intel_rapl_common: Found RAPL domain core
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module dm_mod...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module loop...
Nov 30 12:11:15 sarutael-sys systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 30 12:11:15 sarutael-sys systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 30 12:11:15 sarutael-sys systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:11:15 sarutael-sys systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module dm_mod.
Nov 30 12:11:15 sarutael-sys kernel: usbcore: registered new interface driver snd-usb-audio
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Virtual Console Setup.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys kernel: r8152 2-7.4:1.0 eth0: v1.12.13
Nov 30 12:11:15 sarutael-sys kernel: r8152 2-7.4:1.0 enp2s0f0u7u4: renamed from eth0
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module loop.
Nov 30 12:11:15 sarutael-sys systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module dm_mod...
Nov 30 12:11:15 sarutael-sys systemd[1]: Starting Load Kernel Module loop...
Nov 30 12:11:15 sarutael-sys systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 30 12:11:15 sarutael-sys systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 30 12:11:15 sarutael-sys systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:11:15 sarutael-sys systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module dm_mod.
Nov 30 12:11:15 sarutael-sys systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 30 12:11:15 sarutael-sys systemd[1]: Finished Load Kernel Module loop.
Nov 30 12:11:15 sarutael-sys systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 30 12:11:16 sarutael-sys kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Nov 30 12:11:16 sarutael-sys kernel:
Nov 30 12:11:16 sarutael-sys kernel: nvidia 0000:0a:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Nov 30 12:11:16 sarutael-sys kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 545.29.06 Thu Nov 16 01:59:08 UTC 2023
Nov 30 12:11:16 sarutael-sys (udev-worker)[662]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
Nov 30 12:11:16 sarutael-sys (udev-worker)[668]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
Nov 30 12:11:16 sarutael-sys kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 30 12:11:16 sarutael-sys kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 545.29.06 Thu Nov 16 01:47:29 UTC 2023
Nov 30 12:11:16 sarutael-sys (udev-worker)[677]: nvidia_modeset: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-modeset c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 254'' failed with exit code 1.
Nov 30 12:11:16 sarutael-sys kernel: [drm] [nvidia-drm] [GPU ID 0x00000a00] Loading driver
Nov 30 12:11:16 sarutael-sys kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:0a:00.0 on minor 0
Nov 30 12:11:16 sarutael-sys systemd-modules-load[639]: Inserted module 'nvidia_uvm'
Nov 30 12:11:16 sarutael-sys kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Nov 30 12:11:16 sarutael-sys (udev-worker)[662]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
Nov 30 12:11:16 sarutael-sys (udev-worker)[668]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
Nov 30 12:11:16 sarutael-sys systemd[1]: Finished Load Kernel Modules.
Nov 30 12:11:16 sarutael-sys systemd[1]: Finished Wait for udev To Complete Device Initialization.
Nov 30 12:11:16 sarutael-sys systemd[1]: Starting Apply Kernel Variables...
Nov 30 12:11:16 sarutael-sys systemd[1]: Starting Import ZFS pools by cache file...
Nov 30 12:11:16 sarutael-sys zpool[934]: no pools available to import
Nov 30 12:11:16 sarutael-sys systemd[1]: Finished Apply Kernel Variables.
Nov 30 12:11:16 sarutael-sys systemd[1]: Finished Import ZFS pools by cache file.
Nov 30 12:11:16 sarutael-sys systemd[1]: Reached target ZFS pool import target.
Nov 30 12:11:16 sarutael-sys systemd[1]: Reached target ZFS startup target.
Nov 30 12:11:16 sarutael-sys systemd[1]: Starting Mount ZFS filesystems...
Nov 30 12:11:17 sarutael-sys systemd[1]: Finished Mount ZFS filesystems.
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target Local File Systems.
Nov 30 12:11:17 sarutael-sys systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Set Up Additional Binary Formats...
Nov 30 12:11:17 sarutael-sys systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Create Volatile Files and Directories...
Nov 30 12:11:17 sarutael-sys systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 948 (systemd-binfmt)
Nov 30 12:11:17 sarutael-sys systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 30 12:11:17 sarutael-sys systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 30 12:11:17 sarutael-sys systemd[1]: Finished Set Up Additional Binary Formats.
Nov 30 12:11:17 sarutael-sys systemd[1]: Finished Create Volatile Files and Directories.
Nov 30 12:11:17 sarutael-sys systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 30 12:11:17 sarutael-sys systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 30 12:11:17 sarutael-sys systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 30 12:11:17 sarutael-sys systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Network Time Synchronization...
Nov 30 12:11:17 sarutael-sys systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 30 12:11:17 sarutael-sys systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 30 12:11:17 sarutael-sys systemd[1]: Started Network Time Synchronization.
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target System Initialization.
Nov 30 12:11:17 sarutael-sys systemd[1]: Started CUPS Scheduler.
Nov 30 12:11:17 sarutael-sys systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target Path Units.
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target System Time Set.
Nov 30 12:11:17 sarutael-sys systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 30 12:11:17 sarutael-sys systemd[1]: Started Daily man-db regeneration.
Nov 30 12:11:17 sarutael-sys systemd[1]: Started Daily verification of password and group files.
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target Timer Units.
Nov 30 12:11:17 sarutael-sys systemd[1]: Listening on CUPS Scheduler.
Nov 30 12:11:17 sarutael-sys systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 30 12:11:17 sarutael-sys systemd[1]: Listening on libvirt legacy monolithic daemon socket.
Nov 30 12:11:17 sarutael-sys systemd[1]: Listening on libvirt legacy monolithic daemon admin socket.
Nov 30 12:11:17 sarutael-sys systemd[1]: Listening on libvirt legacy monolithic daemon read-only socket.
Nov 30 12:11:17 sarutael-sys systemd[1]: Listening on libvirt locking daemon socket.
Nov 30 12:11:17 sarutael-sys systemd[1]: Listening on libvirt logging daemon socket.
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target Socket Units.
Nov 30 12:11:17 sarutael-sys systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target Basic System.
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Save/Restore Sound Card State...
Nov 30 12:11:17 sarutael-sys systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting D-Bus System Message Bus...
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting IPv4 Packet Filtering Framework...
Nov 30 12:11:17 sarutael-sys systemd[1]: Started Switch on numlock from tty1 to tty6.
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting User Login Management...
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Virtual Machine and Container Registration Service...
Nov 30 12:11:17 sarutael-sys systemd-logind[964]: New seat seat0.
Nov 30 12:11:17 sarutael-sys systemd-logind[964]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 30 12:11:17 sarutael-sys systemd-logind[964]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 30 12:11:17 sarutael-sys systemd-logind[964]: Watching system buttons on /dev/input/event2 (Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard)
Nov 30 12:11:17 sarutael-sys systemd[1]: Finished Save/Restore Sound Card State.
Nov 30 12:11:17 sarutael-sys systemd[1]: Started D-Bus System Message Bus.
Nov 30 12:11:17 sarutael-sys systemd[1]: Started User Login Management.
Nov 30 12:11:17 sarutael-sys systemd[1]: Finished IPv4 Packet Filtering Framework.
Nov 30 12:11:17 sarutael-sys systemd[1]: numlockon.service: Deactivated successfully.
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target Sound Card.
Nov 30 12:11:17 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting IPv6 Packet Filtering Framework...
Nov 30 12:11:17 sarutael-sys systemd[1]: Started Virtual Machine and Container Registration Service.
Nov 30 12:11:17 sarutael-sys systemd[1]: Finished IPv6 Packet Filtering Framework.
Nov 30 12:11:17 sarutael-sys systemd[1]: Reached target Preparation for Network.
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Network Manager...
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.8491] NetworkManager (version 1.44.2-3) is starting... (boot:35181d4b-2ae1-41ab-ae9a-731651780334)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.8492] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.8577] manager[0x55770c0b8140]: monitoring kernel firmware directory '/lib/firmware'.
Nov 30 12:11:17 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=1008 comm="/usr/bin/NetworkManager --no-daemon")
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Hostname Service...
Nov 30 12:11:17 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 30 12:11:17 sarutael-sys systemd[1]: Started Hostname Service.
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9264] hostname: hostname: using hostnamed
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9264] hostname: static hostname changed from (none) to "sarutael-sys"
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9269] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9273] manager[0x55770c0b8140]: rfkill: Wi-Fi hardware radio set enabled
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9273] manager[0x55770c0b8140]: rfkill: WWAN hardware radio set enabled
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9366] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9370] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9420] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9423] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9435] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9662] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9664] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9664] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9665] manager: Networking is enabled by state file
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9667] settings: Loaded settings plugin: keyfile (internal)
Nov 30 12:11:17 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=1008 comm="/usr/bin/NetworkManager --no-daemon")
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9684] dhcp: init: Using DHCP client 'internal'
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9686] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9693] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9696] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9700] device (lo): Activation: starting connection 'lo' (ea6f2cca-eb45-4681-a1a2-664e0a5d791b)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9707] manager: (enp2s0f0u7u4): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9713] settings: (enp2s0f0u7u4): created default wired connection 'Wired connection 1'
Nov 30 12:11:17 sarutael-sys NetworkManager[1008]: <info> [1701346277.9714] device (enp2s0f0u7u4): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 30 12:11:17 sarutael-sys systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 30 12:11:18 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 30 12:11:18 sarutael-sys systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0172] manager: (enp8s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0174] device (enp8s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 30 12:11:18 sarutael-sys systemd[1]: Started Network Manager.
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0455] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 30 12:11:18 sarutael-sys systemd[1]: Reached target Network.
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0469] ovsdb: disconnected from ovsdb
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0469] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0472] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0473] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0475] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0515] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0516] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 30 12:11:18 sarutael-sys NetworkManager[1008]: <info> [1701346278.0520] device (lo): Activation: successful, device activated.
Nov 30 12:11:18 sarutael-sys systemd[1]: Starting Network Manager Wait Online...
Nov 30 12:11:18 sarutael-sys systemd[1]: Starting CUPS Scheduler...
Nov 30 12:11:18 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.8' (uid=0 pid=1020 comm="/usr/bin/cupsd -l")
Nov 30 12:11:18 sarutael-sys systemd[1]: Starting Manage, Install and Generate Color Profiles...
Nov 30 12:11:18 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Nov 30 12:11:18 sarutael-sys systemd[1]: Started Manage, Install and Generate Color Profiles.
Nov 30 12:11:18 sarutael-sys systemd[1]: Started CUPS Scheduler.
Nov 30 12:11:21 sarutael-sys kernel: igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1500] device (enp8s0): carrier: link connected
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1503] device (enp8s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1516] policy: auto-activating connection 'Auto Ethernet' (0b3cebd0-a347-40a4-98b4-c8ae84ca52ae)
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1520] device (enp8s0): Activation: starting connection 'Auto Ethernet' (0b3cebd0-a347-40a4-98b4-c8ae84ca52ae)
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1521] device (enp8s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 30 12:11:21 sarutael-sys kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp8s0: link becomes ready
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1525] manager: NetworkManager state is now CONNECTING
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1527] device (enp8s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1540] device (enp8s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1552] dhcp4 (enp8s0): activation: beginning transaction (timeout in 45 seconds)
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1604] dhcp4 (enp8s0): state changed new lease, address=192.168.212.3
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1607] policy: set 'Auto Ethernet' (enp8s0) as default for IPv4 routing and DNS
Nov 30 12:11:21 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=1008 comm="/usr/bin/NetworkManager --no-daemon")
Nov 30 12:11:21 sarutael-sys dbus-daemon[960]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1768] device (enp8s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1782] device (enp8s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1784] device (enp8s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1788] manager: NetworkManager state is now CONNECTED_SITE
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1791] device (enp8s0): Activation: successful, device activated.
Nov 30 12:11:21 sarutael-sys NetworkManager[1008]: <info> [1701346281.1795] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 30 12:11:24 sarutael-sys NetworkManager[1008]: <info> [1701346284.0177] manager: startup complete
Nov 30 12:11:24 sarutael-sys systemd[1]: Finished Network Manager Wait Online.
Nov 30 12:11:24 sarutael-sys systemd[1]: Reached target Network is Online.
Nov 30 12:11:24 sarutael-sys systemd[1]: Mounting /mnt/NAS...
Nov 30 12:11:24 sarutael-sys kernel: FS-Cache: Loaded
Nov 30 12:11:24 sarutael-sys kernel: RPC: Registered named UNIX socket transport module.
Nov 30 12:11:24 sarutael-sys kernel: RPC: Registered udp transport module.
Nov 30 12:11:24 sarutael-sys kernel: RPC: Registered tcp transport module.
Nov 30 12:11:24 sarutael-sys kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Nov 30 12:11:24 sarutael-sys kernel: nfs: Deprecated parameter 'intr'
Nov 30 12:11:24 sarutael-sys kernel: Key type dns_resolver registered
Nov 30 12:11:24 sarutael-sys kernel: NFS: Registering the id_resolver key type
Nov 30 12:11:24 sarutael-sys kernel: Key type id_resolver registered
Nov 30 12:11:24 sarutael-sys kernel: Key type id_legacy registered
Nov 30 12:11:24 sarutael-sys nfsrahead[1056]: setting /mnt/NAS readahead to 128
Nov 30 12:11:24 sarutael-sys systemd[1]: Mounted /mnt/NAS.
Nov 30 12:11:24 sarutael-sys systemd[1]: Reached target Remote File Systems.
Nov 30 12:11:24 sarutael-sys systemd[1]: Starting libvirt legacy monolithic daemon...
Nov 30 12:11:24 sarutael-sys systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:11:24 sarutael-sys systemd[1]: Starting Permit User Sessions...
Nov 30 12:11:24 sarutael-sys systemd[1]: Finished Permit User Sessions.
Nov 30 12:11:24 sarutael-sys systemd[1]: Started Command Scheduler.
Nov 30 12:11:24 sarutael-sys systemd[1]: Started Simple Desktop Display Manager.
Nov 30 12:11:24 sarutael-sys crond[1071]: (CRON) STARTUP (1.7.0)
Nov 30 12:11:24 sarutael-sys crond[1071]: (CRON) INFO (Syslog will be used instead of sendmail.)
Nov 30 12:11:24 sarutael-sys crond[1071]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 37% if used.)
Nov 30 12:11:24 sarutael-sys crond[1071]: (CRON) INFO (running with inotify support)
Nov 30 12:11:24 sarutael-sys systemd[1]: Started libvirt legacy monolithic daemon.
Nov 30 12:11:24 sarutael-sys systemd[1]: Reached target Multi-User System.
Nov 30 12:11:24 sarutael-sys systemd[1]: Reached target Graphical Interface.
Nov 30 12:11:24 sarutael-sys nfsrahead[1083]: setting /mnt/NAS/Main readahead to 128
Nov 30 12:11:24 sarutael-sys sddm[1072]: Initializing...
Nov 30 12:11:24 sarutael-sys sddm[1072]: Starting...
Nov 30 12:11:24 sarutael-sys sddm[1072]: Logind interface found
Nov 30 12:11:24 sarutael-sys sddm[1072]: Adding new display...
Nov 30 12:11:24 sarutael-sys sddm[1072]: Loaded empty theme configuration
Nov 30 12:11:24 sarutael-sys sddm[1072]: Xauthority path: "/run/sddm/xauth_zBBDHS"
Nov 30 12:11:24 sarutael-sys sddm[1072]: Using VT 2
Nov 30 12:11:24 sarutael-sys sddm[1072]: Display server starting...
Nov 30 12:11:24 sarutael-sys sddm[1072]: Writing cookie to "/run/sddm/xauth_zBBDHS"
Nov 30 12:11:24 sarutael-sys sddm[1072]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_zBBDHS -noreset -displayfd 16
Nov 30 12:11:26 sarutael-sys sddm[1072]: Setting default cursor
Nov 30 12:11:26 sarutael-sys sddm[1072]: Could not setup default cursor
Nov 30 12:11:26 sarutael-sys sddm[1072]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Nov 30 12:11:26 sarutael-sys sddm[1072]: Display server started.
Nov 30 12:11:26 sarutael-sys sddm[1072]: Socket server starting...
Nov 30 12:11:26 sarutael-sys sddm[1072]: Socket server started.
Nov 30 12:11:26 sarutael-sys sddm[1072]: The configured theme "breeze" doesn't exist, using the embedded theme instead
Nov 30 12:11:26 sarutael-sys sddm[1072]: Loaded empty theme configuration
Nov 30 12:11:26 sarutael-sys sddm[1072]: Greeter starting...
Nov 30 12:11:26 sarutael-sys sddm-helper[1105]: [PAM] Starting...
Nov 30 12:11:26 sarutael-sys sddm-helper[1105]: [PAM] Authenticating...
Nov 30 12:11:26 sarutael-sys sddm-helper[1105]: [PAM] returning.
Nov 30 12:11:26 sarutael-sys sddm-helper[1105]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=975) by (uid=0)
Nov 30 12:11:26 sarutael-sys systemd-logind[964]: New session c1 of user sddm.
Nov 30 12:11:26 sarutael-sys systemd[1]: Created slice User Slice of UID 975.
Nov 30 12:11:26 sarutael-sys systemd[1]: Starting User Runtime Directory /run/user/975...
Nov 30 12:11:26 sarutael-sys systemd[1]: Finished User Runtime Directory /run/user/975.
Nov 30 12:11:26 sarutael-sys systemd[1]: Starting User Manager for UID 975...
Nov 30 12:11:26 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=1109 comm="(systemd)")
Nov 30 12:11:26 sarutael-sys dbus-daemon[960]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 30 12:11:26 sarutael-sys (systemd)[1109]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 30 12:11:26 sarutael-sys (systemd)[1109]: pam_unix(systemd-user:session): session opened for user sddm(uid=975) by sddm(uid=0)
Nov 30 12:11:26 sarutael-sys systemd[1109]: Queued start job for default target Main User Target.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Created slice User Application Slice.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Reached target Paths.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Reached target Timers.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Starting D-Bus User Message Bus Socket...
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on GnuPG network certificate management daemon.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on GCR ssh-agent wrapper.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on p11-kit server.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on PipeWire PulseAudio.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on PipeWire Multimedia System Sockets.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Listening on D-Bus User Message Bus Socket.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Reached target Sockets.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Reached target Basic System.
Nov 30 12:11:26 sarutael-sys systemd[1]: Started User Manager for UID 975.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Starting Update XDG user dir configuration...
Nov 30 12:11:26 sarutael-sys systemd[1]: Started Session c1 of User sddm.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Finished Update XDG user dir configuration.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Reached target Main User Target.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Startup finished in 182ms.
Nov 30 12:11:26 sarutael-sys sddm-helper[1105]: Writing cookie to "/tmp/xauth_gNLWgQ"
Nov 30 12:11:26 sarutael-sys sddm-helper[1105]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-BGTkTn"
Nov 30 12:11:26 sarutael-sys sddm[1072]: Greeter session started successfully
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: High-DPI autoscaling Enabled
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Reading from "/usr/local/share/xsessions/cinnamon.desktop"
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Reading from "/usr/share/xsessions/cinnamon.desktop"
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Reading from "/usr/local/share/xsessions/cinnamon2d.desktop"
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Reading from "/usr/share/xsessions/cinnamon2d.desktop"
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Reading from "/usr/local/share/xsessions/xinitrc.desktop"
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Reading from "/usr/share/xsessions/xinitrc.desktop"
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Loading theme configuration from "qrc:/theme/theme.conf"
Nov 30 12:11:26 sarutael-sys systemd[1109]: Created slice User Core Session Slice.
Nov 30 12:11:26 sarutael-sys systemd[1109]: Starting D-Bus User Message Bus...
Nov 30 12:11:26 sarutael-sys systemd[1109]: Started D-Bus User Message Bus.
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Connected to the daemon.
Nov 30 12:11:26 sarutael-sys sddm[1072]: Message received from greeter: Connect
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Loading qrc:/theme/Main.qml...
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Adding view for "DP-0" QRect(0,0 1920x1080)
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Message received from daemon: Capabilities
Nov 30 12:11:26 sarutael-sys sddm-greeter[1119]: Message received from daemon: HostName
Nov 30 12:11:28 sarutael-sys systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 30 12:11:29 sarutael-sys sddm-greeter[1119]: Reading from "/usr/share/xsessions/cinnamon.desktop"
Nov 30 12:11:29 sarutael-sys sddm[1072]: Message received from greeter: Login
Nov 30 12:11:29 sarutael-sys sddm[1072]: Reading from "/usr/share/xsessions/cinnamon.desktop"
Nov 30 12:11:29 sarutael-sys sddm[1072]: Session "/usr/share/xsessions/cinnamon.desktop" selected, command: "cinnamon-session-cinnamon" for VT 2
Nov 30 12:11:29 sarutael-sys sddm-helper[1127]: [PAM] Starting...
Nov 30 12:11:29 sarutael-sys sddm-helper[1127]: [PAM] Authenticating...
Nov 30 12:11:29 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17' (uid=0 pid=1127 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Nov 30 12:11:29 sarutael-sys dbus-daemon[960]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 30 12:11:29 sarutael-sys sddm-helper[1127]: [PAM] Preparing to converse...
Nov 30 12:11:29 sarutael-sys sddm-helper[1127]: [PAM] Conversation with 1 messages
Nov 30 12:11:29 sarutael-sys sddm-helper[1127]: [PAM] returning.
Nov 30 12:11:29 sarutael-sys sddm[1072]: Authentication for user "sarutael" successful
Nov 30 12:11:29 sarutael-sys sddm-greeter[1119]: Message received from daemon: LoginSucceeded
Nov 30 12:11:29 sarutael-sys sddm-helper[1127]: pam_unix(sddm:session): session opened for user sarutael(uid=1001) by sarutael(uid=0)
Nov 30 12:11:29 sarutael-sys systemd-logind[964]: New session 2 of user sarutael.
Nov 30 12:11:29 sarutael-sys systemd[1]: Created slice User Slice of UID 1001.
Nov 30 12:11:30 sarutael-sys sddm-helper[1105]: [PAM] Closing session
Nov 30 12:11:30 sarutael-sys systemd[1]: Starting User Runtime Directory /run/user/1001...
Nov 30 12:11:30 sarutael-sys sddm-helper[1105]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 30 12:11:30 sarutael-sys sddm-helper[1105]: [PAM] Ended.
Nov 30 12:11:30 sarutael-sys sddm[1072]: Auth: sddm-helper exited successfully
Nov 30 12:11:30 sarutael-sys sddm[1072]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 30 12:11:30 sarutael-sys systemd[1]: session-c1.scope: Deactivated successfully.
Nov 30 12:11:30 sarutael-sys systemd-logind[964]: Session c1 logged out. Waiting for processes to exit.
Nov 30 12:11:30 sarutael-sys systemd-logind[964]: Removed session c1.
Nov 30 12:11:30 sarutael-sys systemd[1]: Finished User Runtime Directory /run/user/1001.
Nov 30 12:11:30 sarutael-sys systemd[1]: Starting User Manager for UID 1001...
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=1130 comm="(systemd)")
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 30 12:11:30 sarutael-sys (systemd)[1130]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sarutael] ruser=[<unknown>] rhost=[<unknown>]
Nov 30 12:11:30 sarutael-sys (systemd)[1130]: pam_unix(systemd-user:session): session opened for user sarutael(uid=1001) by sarutael(uid=0)
Nov 30 12:11:30 sarutael-sys systemd-xdg-autostart-generator[1135]: Exec binary 'csd-xrandr' does not exist: No such file or directory
Nov 30 12:11:30 sarutael-sys systemd-xdg-autostart-generator[1135]: /home/sarutael/.config/autostart/cinnamon-settings-daemon-xrandr.desktop: not generating unit, executable specified in Exec= does not exist.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Queued start job for default target Main User Target.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Created slice User Application Slice.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Created slice User Core Session Slice.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Reached target Paths.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Reached target Timers.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Starting D-Bus User Message Bus Socket...
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on GnuPG network certificate management daemon.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on GCR ssh-agent wrapper.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on p11-kit server.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on PipeWire PulseAudio.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on PipeWire Multimedia System Sockets.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Listening on D-Bus User Message Bus Socket.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Reached target Sockets.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Reached target Basic System.
Nov 30 12:11:30 sarutael-sys systemd[1]: Started User Manager for UID 1001.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Started PipeWire Multimedia Service.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Started Multimedia Service Session Manager.
Nov 30 12:11:30 sarutael-sys systemd[1]: Started Session 2 of User sarutael.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Starting Update XDG user dir configuration...
Nov 30 12:11:30 sarutael-sys systemd[1130]: Finished Update XDG user dir configuration.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Reached target Main User Target.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Startup finished in 172ms.
Nov 30 12:11:30 sarutael-sys sddm-helper[1127]: Writing cookie to "/tmp/xauth_cjuWIi"
Nov 30 12:11:30 sarutael-sys sddm-helper[1127]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"cinnamon-session-cinnamon\""
Nov 30 12:11:30 sarutael-sys sddm[1072]: Session started true
Nov 30 12:11:30 sarutael-sys systemd[1130]: Starting D-Bus User Message Bus...
Nov 30 12:11:30 sarutael-sys systemd[1130]: Started D-Bus User Message Bus.
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.23' (uid=1001 pid=1139 comm="/usr/bin/wireplumber")
Nov 30 12:11:30 sarutael-sys systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 30 12:11:30 sarutael-sys systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully called chroot.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully dropped privileges.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully limited resources.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Canary thread running.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Running.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Watchdog thread running.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.25' (uid=0 pid=1153 comm="/usr/lib/rtkit-daemon")
Nov 30 12:11:30 sarutael-sys systemd[1]: Starting Authorization Manager...
Nov 30 12:11:30 sarutael-sys polkitd[1161]: Started polkitd version 123
Nov 30 12:11:30 sarutael-sys polkitd[1161]: Loading rules from directory /etc/polkit-1/rules.d
Nov 30 12:11:30 sarutael-sys polkitd[1161]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 30 12:11:30 sarutael-sys polkitd[1161]: Finished loading, compiling and executing 6 rules
Nov 30 12:11:30 sarutael-sys wireplumber[1139]: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 30 12:11:30 sarutael-sys polkitd[1161]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 30 12:11:30 sarutael-sys systemd[1]: Started Authorization Manager.
Nov 30 12:11:30 sarutael-sys wireplumber[1139]: [0:00:24.419069290] [1139] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 30 12:11:30 sarutael-sys wireplumber[1139]: [0:00:24.419083450] [1139] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 30 12:11:30 sarutael-sys wireplumber[1139]: [0:00:24.419110270] [1139] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully made thread 1139 of process 1139 owned by '1001' high priority at nice level -11.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 1 threads of 1 processes of 1 users.
Nov 30 12:11:30 sarutael-sys cinnamon-session[1142]: WARNING: t+0.02677s: Could not read /home/sarutael/.config/autostart/remmina-applet.desktop: Could not parse desktop file remmina-applet.desktop or it references a not found TryExec binary
Nov 30 12:11:30 sarutael-sys cinnamon-session[1142]: WARNING: t+0.02702s: Could not read /home/sarutael/.config/autostart/cinnamon-settings-daemon-xrandr.desktop: Could not parse desktop file cinnamon-settings-daemon-xrandr.desktop or it references a not found TryExec binary
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully made thread 1155 of process 1139 owned by '1001' RT at priority 20.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 2 threads of 1 processes of 1 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully made thread 1138 of process 1138 owned by '1001' high priority at nice level -11.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 3 threads of 2 processes of 1 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully made thread 1157 of process 1138 owned by '1001' RT at priority 20.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 4 threads of 2 processes of 1 users.
Nov 30 12:11:30 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.9' (uid=1001 pid=1202 comm="/usr/bin/csd-settings-remap")
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.29' (uid=1001 pid=1209 comm="/usr/bin/csd-print-notifications")
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Nov 30 12:11:30 sarutael-sys systemd[1130]: Starting User preferences database...
Nov 30 12:11:30 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Successfully activated service 'ca.desrt.dconf'
Nov 30 12:11:30 sarutael-sys systemd[1130]: Started User preferences database.
Nov 30 12:11:30 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.16' (uid=1001 pid=1190 comm="/usr/bin/csd-xsettings")
Nov 30 12:11:30 sarutael-sys systemd[1130]: Starting Virtual filesystem service...
Nov 30 12:11:30 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 30 12:11:30 sarutael-sys systemd[1130]: Started Virtual filesystem service.
Nov 30 12:11:30 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.27' (uid=1001 pid=1197 comm="/usr/bin/csd-automount")
Nov 30 12:11:30 sarutael-sys wireplumber[1139]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.32' (uid=1001 pid=1183 comm="/usr/bin/csd-media-keys")
Nov 30 12:11:30 sarutael-sys systemd[1130]: Starting Virtual filesystem service - disk device monitor...
Nov 30 12:11:30 sarutael-sys systemd[1130]: Started PipeWire PulseAudio.
Nov 30 12:11:30 sarutael-sys systemd[1]: Starting Daemon for power management...
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 4 threads of 2 processes of 1 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 4 threads of 2 processes of 1 users.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 4 threads of 2 processes of 1 users.
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.35' (uid=1001 pid=1293 comm="/usr/lib/gvfs-udisks2-volume-monitor")
Nov 30 12:11:30 sarutael-sys systemd[1]: Starting Disk Manager...
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully made thread 1311 of process 1311 owned by '1001' high priority at nice level -11.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 5 threads of 3 processes of 1 users.
Nov 30 12:11:30 sarutael-sys udisksd[1321]: udisks daemon version 2.10.1 starting
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Successfully made thread 1322 of process 1311 owned by '1001' RT at priority 20.
Nov 30 12:11:30 sarutael-sys rtkit-daemon[1153]: Supervising 6 threads of 3 processes of 1 users.
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 30 12:11:30 sarutael-sys systemd[1]: Started Daemon for power management.
Nov 30 12:11:30 sarutael-sys udisksd[1321]: Applying configuration from /etc/udisks2/TOSHIBA-HDWE150-Y7LXK2QDF57D.conf to /dev/sda
Nov 30 12:11:30 sarutael-sys udisksd[1321]: Set APM level to 1 on /dev/sda [TOSHIBA-HDWE150-Y7LXK2QDF57D]
Nov 30 12:11:30 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 30 12:11:30 sarutael-sys systemd[1]: Started Disk Manager.
Nov 30 12:11:30 sarutael-sys udisksd[1321]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 30 12:11:31 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Nov 30 12:11:31 sarutael-sys systemd[1130]: Started Virtual filesystem service - disk device monitor.
Nov 30 12:11:31 sarutael-sys pipewire[1138]: [0:00:25.654822250] [1138] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 30 12:11:31 sarutael-sys pipewire[1138]: [0:00:25.654841370] [1138] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 30 12:11:31 sarutael-sys pipewire[1138]: [0:00:25.654877320] [1138] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 30 12:11:31 sarutael-sys wireplumber[1139]: <WpSiAudioAdapter:0x562016999b30> Object activation aborted: proxy destroyed
Nov 30 12:11:31 sarutael-sys wireplumber[1139]: <WpSiAudioAdapter:0x562016999b30> failed to activate item: Object activation aborted: proxy destroyed
Nov 30 12:11:31 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.5' (uid=1001 pid=1139 comm="/usr/bin/wireplumber")
Nov 30 12:11:31 sarutael-sys systemd[1130]: Starting sandboxed app permission store...
Nov 30 12:11:31 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 30 12:11:31 sarutael-sys systemd[1130]: Started sandboxed app permission store.
Nov 30 12:11:31 sarutael-sys wireplumber[1139]: <WpPortalPermissionStorePlugin:0x5620167e5f70> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 30 12:11:31 sarutael-sys wireplumber[1139]: <WpPortalPermissionStorePlugin:0x5620167e5f70> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 30 12:11:32 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.33' (uid=1001 pid=1361 comm="cinnamon --replace")
Nov 30 12:11:32 sarutael-sys systemd[1130]: Starting Virtual filesystem metadata service...
Nov 30 12:11:32 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Successfully activated service 'org.gtk.vfs.Metadata'
Nov 30 12:11:32 sarutael-sys systemd[1130]: Started Virtual filesystem metadata service.
Nov 30 12:11:32 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Activating service name='org.cinnamon.ScreenSaver' requested by ':1.6' (uid=1001 pid=1142 comm="cinnamon-session --session cinnamon")
Nov 30 12:11:32 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.40' (uid=1001 pid=1188 comm="/usr/bin/csd-background")
Nov 30 12:11:32 sarutael-sys systemd[1]: Reached target User and Group Name Lookups.
Nov 30 12:11:32 sarutael-sys systemd[1]: Starting Accounts Service...
Nov 30 12:11:32 sarutael-sys polkitd[1161]: Registered Authentication Agent for unix-session:2 (system bus name :1.41 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Nov 30 12:11:32 sarutael-sys cinnamon-killer-daemon[1429]: Bound Cinnamon restart to <Control><Alt>Escape.
Nov 30 12:11:32 sarutael-sys NetworkManager[1008]: <info> [1701346292.6277] agent-manager: agent[5b7e46cfe4a4d2c9,:1.42/org.freedesktop.nm-applet/1001]: agent registered
Nov 30 12:11:32 sarutael-sys accounts-daemon[1438]: started daemon version 23.13.0
Nov 30 12:11:32 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.freedesktop.Accounts'
Nov 30 12:11:32 sarutael-sys systemd[1]: Started Accounts Service.
Nov 30 12:11:32 sarutael-sys org.cinnamon.ScreenSaver[1428]: Loading AccountsService
Nov 30 12:11:32 sarutael-sys org.cinnamon.ScreenSaver[1428]: Fractional scaling active: False
Nov 30 12:11:32 sarutael-sys org.cinnamon.ScreenSaver[1428]: Trying to connect to logind...
Nov 30 12:11:32 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Successfully activated service 'org.cinnamon.ScreenSaver'
Nov 30 12:11:32 sarutael-sys org.cinnamon.ScreenSaver[1428]: Starting screensaver...
Nov 30 12:11:32 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.blueman.Mechanism' unit='blueman-mechanism.service' requested by ':1.44' (uid=1001 pid=1424 comm="/usr/bin/python /usr/bin/blueman-applet")
Nov 30 12:11:32 sarutael-sys systemd[1]: Starting Bluetooth management mechanism...
Nov 30 12:11:32 sarutael-sys org.cinnamon.ScreenSaver[1428]: Cinnamon Screensaver support not found in current theme - adding some...
Nov 30 12:11:32 sarutael-sys cinnamon-session[1142]: WARNING: t+2.39105s: Detected that screensaver has appeared on the bus
Nov 30 12:11:32 sarutael-sys org.cinnamon.ScreenSaver[1428]: AccountsService ready
Nov 30 12:11:32 sarutael-sys org.cinnamon.ScreenSaver[1428]: Successfully using logind
Nov 30 12:11:32 sarutael-sys dbus-daemon[960]: [system] Successfully activated service 'org.blueman.Mechanism'
Nov 30 12:11:32 sarutael-sys systemd[1]: Started Bluetooth management mechanism.
Nov 30 12:11:32 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.46' (uid=1001 pid=1424 comm="/usr/bin/python /usr/bin/blueman-applet")
Nov 30 12:11:32 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.44' (uid=1001 pid=1424 comm="/usr/bin/python /usr/bin/blueman-applet")
Nov 30 12:11:32 sarutael-sys systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Nov 30 12:11:32 sarutael-sys systemd[1130]: Starting Bluetooth OBEX service...
Nov 30 12:11:32 sarutael-sys obexd[1578]: OBEX daemon 5.70
Nov 30 12:11:32 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Successfully activated service 'org.bluez.obex'
Nov 30 12:11:32 sarutael-sys systemd[1130]: Started Bluetooth OBEX service.
Nov 30 12:11:40 sarutael-sys systemd[1]: Stopping User Manager for UID 975...
Nov 30 12:11:40 sarutael-sys systemd[1109]: Activating special unit Exit the Session...
Nov 30 12:11:40 sarutael-sys systemd[1109]: Stopped target Main User Target.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Stopping D-Bus User Message Bus...
Nov 30 12:11:40 sarutael-sys systemd[1109]: Stopped D-Bus User Message Bus.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Removed slice User Core Session Slice.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Stopped target Basic System.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Stopped target Paths.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Stopped target Sockets.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Stopped target Timers.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed D-Bus User Message Bus Socket.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed GnuPG network certificate management daemon.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed GCR ssh-agent wrapper.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed p11-kit server.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed PipeWire PulseAudio.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Closed PipeWire Multimedia System Sockets.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Removed slice User Application Slice.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Reached target Shutdown.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Finished Exit the Session.
Nov 30 12:11:40 sarutael-sys systemd[1109]: Reached target Exit the Session.
Nov 30 12:11:40 sarutael-sys (sd-pam)[1110]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 30 12:11:40 sarutael-sys systemd[1]: user@975.service: Deactivated successfully.
Nov 30 12:11:40 sarutael-sys systemd[1]: Stopped User Manager for UID 975.
Nov 30 12:11:40 sarutael-sys systemd[1]: Stopping User Runtime Directory /run/user/975...
Nov 30 12:11:40 sarutael-sys systemd[1]: run-user-975.mount: Deactivated successfully.
Nov 30 12:11:40 sarutael-sys systemd[1]: user-runtime-dir@975.service: Deactivated successfully.
Nov 30 12:11:40 sarutael-sys systemd[1]: Stopped User Runtime Directory /run/user/975.
Nov 30 12:11:40 sarutael-sys systemd[1]: Removed slice User Slice of UID 975.
Nov 30 12:11:48 sarutael-sys systemd-timesyncd[955]: Contacted time server 139.162.219.252:123 (2.arch.pool.ntp.org).
Nov 30 12:11:48 sarutael-sys systemd-timesyncd[955]: Initial clock synchronization to Thu 2023-11-30 12:11:48.398486 GMT.
Nov 30 12:11:48 sarutael-sys systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 30 12:11:48 sarutael-sys nfsrahead[1637]: setting /mnt/NAS/Fast readahead to 128
Nov 30 12:11:58 sarutael-sys dbus-daemon[960]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Nov 30 12:12:03 sarutael-sys cinnamon-session[1142]: WARNING: t+32.39983s: Detected that screensaver has left the bus
Nov 30 12:12:03 sarutael-sys systemd[1]: blueman-mechanism.service: Deactivated successfully.
Nov 30 12:12:21 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Activating service name='org.xfce.Xfconf' requested by ':1.57' (uid=1001 pid=1652 comm="/usr/bin/xfce4-terminal")
Nov 30 12:12:21 sarutael-sys dbus-daemon[1147]: [session uid=1001 pid=1147] Successfully activated service 'org.xfce.Xfconf'
Nov 30 12:12:24 sarutael-sys dbus-daemon[960]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.49' (uid=0 pid=1695 comm="sudo journalctl -b")
Nov 30 12:12:24 sarutael-sys dbus-daemon[960]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 30 12:12:27 sarutael-sys sudo[1695]: sarutael : TTY=pts/0 ; PWD=/home/sarutael ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 30 12:12:27 sarutael-sys sudo[1695]: pam_unix(sudo:session): session opened for user root(uid=0) by sarutael(uid=1001)Offline
Bad Dolphin
Nov 30 12:27:50 sarutael-sys systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 30 12:27:50 sarutael-sys systemd[1]: Reached target Slice Units.
Nov 30 12:27:50 sarutael-sys systemd[1]: Reached target Local Verity Protected Volumes.
Nov 30 12:27:50 sarutael-sys systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 30 12:27:50 sarutael-sys systemd[1]: Listening on LVM2 poll daemon socket.
Nov 30 12:27:50 sarutael-sys systemd[1]: Listening on Process Core Dump Socket.
Nov 30 12:27:50 sarutael-sys systemd[1]: Listening on Journal Socket (/dev/log).
Nov 30 12:27:50 sarutael-sys systemd[1]: Listening on Journal Socket.
Nov 30 12:27:50 sarutael-sys systemd[1]: Listening on udev Control Socket.
Nov 30 12:27:50 sarutael-sys systemd[1]: Listening on udev Kernel Socket.
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting /dev/hugepages...
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting POSIX Message Queue File System...
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting Kernel Debug File System...
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting Kernel Trace File System...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Create List of Static Device Nodes...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module configfs...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module dm_mod...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module drm...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module fuse...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module loop...
Nov 30 12:27:50 sarutael-sys systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Modules...
Nov 30 12:27:50 sarutael-sys systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Coldplug All udev Devices...
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted /dev/hugepages.
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted POSIX Message Queue File System.
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted Kernel Debug File System.
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted Kernel Trace File System.
Nov 30 12:27:50 sarutael-sys kernel: loop: module loaded
Nov 30 12:27:50 sarutael-sys kernel: EXT4-fs (nvme0n1p3): re-mounted. Quota mode: none.
Nov 30 12:27:50 sarutael-sys kernel: device-mapper: uevent: version 1.0.3
Nov 30 12:27:50 sarutael-sys kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Nov 30 12:27:50 sarutael-sys kernel: fuse: init (API version 7.37)
Nov 30 12:27:50 sarutael-sys kernel: tun: Universal TUN/TAP device driver, 1.6
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Create List of Static Device Nodes.
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module configfs.
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module dm_mod.
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module drm.
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module fuse.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module loop.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Coldplug All udev Devices.
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting FUSE Control File System...
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting Kernel Configuration File System...
Nov 30 12:27:50 sarutael-sys systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load/Save OS Random Seed...
Nov 30 12:27:50 sarutael-sys systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Wait for udev To Complete Device Initialization...
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted FUSE Control File System.
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted Kernel Configuration File System.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load/Save OS Random Seed.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Create System Users...
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Create System Users.
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 30 12:27:50 sarutael-sys systemd[1]: Reached target Preparation for Local File Systems.
Nov 30 12:27:50 sarutael-sys systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 30 12:27:50 sarutael-sys systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Journal Service...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: Collecting audit messages is disabled.
Nov 30 12:27:50 sarutael-sys systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: Journal started
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: Runtime Journal (/run/log/journal/b2b5386ee9da44818ca4c15f33747df9) is 8.0M, max 794.9M, 786.9M free.
Nov 30 12:27:49 sarutael-sys systemd-modules-load[626]: Inserted module 'crypto_user'
Nov 30 12:27:49 sarutael-sys systemd-modules-load[626]: Inserted module 'tun'
Nov 30 12:27:49 sarutael-sys systemd-modules-load[626]: Inserted module 'uinput'
Nov 30 12:27:49 sarutael-sys udevadm[636]: systemd-udev-settle.service is deprecated. Please fix zfs-import-cache.service not to pull it in.
Nov 30 12:27:50 sarutael-sys systemd-udevd[642]: Using default interface naming scheme 'v253'.
Nov 30 12:27:50 sarutael-sys systemd-udevd[642]: Configuration file /etc/udev/rules.d/50-brother-brscan4-libsane-type1.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Nov 30 12:27:50 sarutael-sys systemd-udevd[642]: /etc/udev/rules.d/50-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'.
Nov 30 12:27:50 sarutael-sys systemd-udevd[642]: /etc/udev/rules.d/50-brother-libsane-type1-inst.rules:14 Invalid key 'SYSFS'.
Nov 30 12:27:50 sarutael-sys systemd[1]: Started Journal Service.
Nov 30 12:27:50 sarutael-sys mtp-probe[694]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.2"
Nov 30 12:27:50 sarutael-sys mtp-probe[694]: bus: 1, device: 4 was not an MTP device
Nov 30 12:27:50 sarutael-sys mtp-probe[695]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.1/1-7.1.1"
Nov 30 12:27:50 sarutael-sys mtp-probe[695]: bus: 1, device: 5 was not an MTP device
Nov 30 12:27:50 sarutael-sys kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 30 12:27:50 sarutael-sys kernel: mousedev: PS/2 mouse device common for all mice
Nov 30 12:27:50 sarutael-sys mtp-probe[726]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.6"
Nov 30 12:27:50 sarutael-sys mtp-probe[726]: bus: 1, device: 8 was not an MTP device
Nov 30 12:27:50 sarutael-sys mtp-probe[732]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.1/1-7.1.2"
Nov 30 12:27:50 sarutael-sys mtp-probe[732]: bus: 1, device: 7 was not an MTP device
Nov 30 12:27:50 sarutael-sys mtp-probe[734]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb2/2-7/2-7.4"
Nov 30 12:27:50 sarutael-sys mtp-probe[734]: bus: 2, device: 4 was not an MTP device
Nov 30 12:27:50 sarutael-sys kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 30 12:27:50 sarutael-sys kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 30 12:27:50 sarutael-sys kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 30 12:27:50 sarutael-sys kernel: dca service started, version 1.12.1
Nov 30 12:27:50 sarutael-sys kernel: ccp 0000:0b:00.2: enabling device (0000 -> 0002)
Nov 30 12:27:50 sarutael-sys kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Nov 30 12:27:50 sarutael-sys kernel: mc: Linux media interface: v0.10
Nov 30 12:27:50 sarutael-sys kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Nov 30 12:27:50 sarutael-sys kernel: ccp 0000:0b:00.2: ccp enabled
Nov 30 12:27:50 sarutael-sys kernel: ccp 0000:0b:00.2: psp enabled
Nov 30 12:27:50 sarutael-sys kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Nov 30 12:27:50 sarutael-sys kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Nov 30 12:27:50 sarutael-sys systemd[1]: Found device Samsung SSD 960 EVO 250GB 2.
Nov 30 12:27:50 sarutael-sys mtp-probe[740]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:04.0/0000:07:00.0/usb3/3-2"
Nov 30 12:27:50 sarutael-sys kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Nov 30 12:27:50 sarutael-sys kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Nov 30 12:27:50 sarutael-sys mtp-probe[740]: bus: 3, device: 2 was not an MTP device
Nov 30 12:27:50 sarutael-sys systemd[1]: Found device Samsung SSD 960 EVO 250GB EFI\x20System\x20Partition.
Nov 30 12:27:50 sarutael-sys systemd[1]: Found device Samsung SSD 960 EVO 250GB 3.
Nov 30 12:27:50 sarutael-sys kernel: pps pps0: new PPS source ptp0
Nov 30 12:27:50 sarutael-sys kernel: igb 0000:08:00.0: added PHC on eth0
Nov 30 12:27:50 sarutael-sys kernel: igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection
Nov 30 12:27:50 sarutael-sys kernel: igb 0000:08:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 60:45:cb:a1:6d:75
Nov 30 12:27:50 sarutael-sys kernel: igb 0000:08:00.0: eth0: PBA No: FFFFFF-0FF
Nov 30 12:27:50 sarutael-sys kernel: igb 0000:08:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Nov 30 12:27:50 sarutael-sys systemd[1]: Activating swap /dev/disk/by-uuid/5faa7040-23cd-4057-a9a8-831d7290c36a...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting File System Check on /dev/disk/by-uuid/2316-DF48...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting File System Check on /dev/disk/by-uuid/7a3bf45f-2cd6-4cb2-95cf-45d2d6c54628...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 30 12:27:50 sarutael-sys kernel: Adding 8191996k swap on /dev/nvme0n1p2. Priority:-2 extents:1 across:8191996k SSFS
Nov 30 12:27:50 sarutael-sys kernel: input: Jabra SPEAK 510 USB as /devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:04.0/0000:07:00.0/usb3/3-2/3-2:1.3/0003:0B0E:0420.0001/input/input9
Nov 30 12:27:50 sarutael-sys kernel: videodev: Linux video capture interface: v2.00
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: Time spent on flushing to /var/log/journal/b2b5386ee9da44818ca4c15f33747df9 is 74.610ms for 1180 entries.
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: System Journal (/var/log/journal/b2b5386ee9da44818ca4c15f33747df9) is 1.0M, max 1.0M, 0B free.
Nov 30 12:27:50 sarutael-sys kernel: igb 0000:08:00.0 enp8s0: renamed from eth0
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: Received client request to flush runtime journal.
Nov 30 12:27:50 sarutael-sys kernel: usbcore: registered new interface driver r8152
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: /var/log/journal/b2b5386ee9da44818ca4c15f33747df9/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: Rotating system journal.
Nov 30 12:27:50 sarutael-sys kernel: usbcore: registered new interface driver cdc_ether
Nov 30 12:27:50 sarutael-sys kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 30 12:27:50 sarutael-sys kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 30 12:27:50 sarutael-sys kernel: cryptd: max_cpu_qlen set to 1000
Nov 30 12:27:50 sarutael-sys kernel: usbcore: registered new interface driver r8153_ecm
Nov 30 12:27:50 sarutael-sys kernel: AVX2 version of gcm_enc/dec engaged.
Nov 30 12:27:50 sarutael-sys kernel: AES CTR mode by8 optimization enabled
Nov 30 12:27:50 sarutael-sys systemd-journald[641]: Rotating system journal.
Nov 30 12:27:50 sarutael-sys kernel: usb 1-7.1.2: Found UVC 1.00 device Lenovo FHD Webcam (17ef:4831)
Nov 30 12:27:50 sarutael-sys kernel: jabra 0003:0B0E:0420.0001: input,hiddev101,hidraw5: USB HID v1.11 Device [Jabra SPEAK 510 USB] on usb-0000:07:00.0-2/input3
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_intel 0000:0a:00.1: Disabling MSI
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_intel 0000:0c:00.3: enabling device (0000 -> 0002)
Nov 30 12:27:50 sarutael-sys kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 30 12:27:50 sarutael-sys kernel: asus_wmi: Initialization: 0x0
Nov 30 12:27:50 sarutael-sys kernel: asus_wmi: BIOS WMI version: 0.9
Nov 30 12:27:50 sarutael-sys kernel: asus_wmi: SFUN value: 0x0
Nov 30 12:27:50 sarutael-sys kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Nov 30 12:27:50 sarutael-sys kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input10
Nov 30 12:27:50 sarutael-sys systemd[1]: Activated swap /dev/disk/by-uuid/5faa7040-23cd-4057-a9a8-831d7290c36a.
Nov 30 12:27:50 sarutael-sys systemd-fsck[766]: fsck.fat 4.2 (2021-01-31)
Nov 30 12:27:50 sarutael-sys systemd-fsck[766]: /dev/nvme0n1p1: 217 files, 59663/130811 clusters
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished File System Check on /dev/disk/by-uuid/7a3bf45f-2cd6-4cb2-95cf-45d2d6c54628.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished File System Check on /dev/disk/by-uuid/2316-DF48.
Nov 30 12:27:50 sarutael-sys kernel: input: Lenovo FHD Webcam: Lenovo FHD W as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.1/1-7.1.2/1-7.1.2:1.0/input/input11
Nov 30 12:27:50 sarutael-sys kernel: usbcore: registered new interface driver uvcvideo
Nov 30 12:27:50 sarutael-sys kernel: usb 2-7.4: reset SuperSpeed USB device number 4 using xhci_hcd
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: dig-out=0x1e/0x0
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: inputs:
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: Front Mic=0x19
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: Rear Mic=0x18
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_codec_realtek hdaudioC2D0: Line=0x1a
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 30 12:27:50 sarutael-sys systemd[1]: Reached target Swaps.
Nov 30 12:27:50 sarutael-sys systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 30 12:27:50 sarutael-sys systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Nov 30 12:27:50 sarutael-sys kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input16
Nov 30 12:27:50 sarutael-sys kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input17
Nov 30 12:27:50 sarutael-sys kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input18
Nov 30 12:27:50 sarutael-sys kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input19
Nov 30 12:27:50 sarutael-sys kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card1/input12
Nov 30 12:27:50 sarutael-sys kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input20
Nov 30 12:27:50 sarutael-sys kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card1/input13
Nov 30 12:27:50 sarutael-sys kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card1/input14
Nov 30 12:27:50 sarutael-sys kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input21
Nov 30 12:27:50 sarutael-sys kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card2/input22
Nov 30 12:27:50 sarutael-sys kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card1/input15
Nov 30 12:27:50 sarutael-sys kernel: snd_hda_intel 0000:0c:00.3: device 1043:8733 is on the power_save denylist, forcing power_save to 0
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting /boot...
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting /home...
Nov 30 12:27:50 sarutael-sys systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Nov 30 12:27:50 sarutael-sys kernel: SVM: TSC scaling supported
Nov 30 12:27:50 sarutael-sys kernel: kvm: Nested Virtualization enabled
Nov 30 12:27:50 sarutael-sys kernel: SVM: kvm: Nested Paging enabled
Nov 30 12:27:50 sarutael-sys kernel: SEV supported: 16 ASIDs
Nov 30 12:27:50 sarutael-sys kernel: SVM: AVIC enabled
Nov 30 12:27:50 sarutael-sys kernel: SVM: Virtual VMLOAD VMSAVE supported
Nov 30 12:27:50 sarutael-sys kernel: SVM: Virtual GIF supported
Nov 30 12:27:50 sarutael-sys kernel: SVM: LBR virtualization supported
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounting Temporary Directory /tmp...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Virtual Console Setup...
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted /home.
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted Temporary Directory /tmp.
Nov 30 12:27:50 sarutael-sys kernel: MCE: In-kernel MCE decoding enabled.
Nov 30 12:27:50 sarutael-sys systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module dm_mod...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module loop...
Nov 30 12:27:50 sarutael-sys systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 30 12:27:50 sarutael-sys systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 30 12:27:50 sarutael-sys systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys kernel: r8152 2-7.4:1.0: load rtl8153b-2 v2 04/27/23 successfully
Nov 30 12:27:50 sarutael-sys kernel: intel_rapl_common: Found RAPL domain package
Nov 30 12:27:50 sarutael-sys kernel: intel_rapl_common: Found RAPL domain core
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module dm_mod.
Nov 30 12:27:50 sarutael-sys systemd[1]: Mounted /boot.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Virtual Console Setup.
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys kernel: usbcore: registered new interface driver snd-usb-audio
Nov 30 12:27:50 sarutael-sys kernel: r8152 2-7.4:1.0 eth0: v1.12.13
Nov 30 12:27:50 sarutael-sys kernel: r8152 2-7.4:1.0 enp2s0f0u7u4: renamed from eth0
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module loop.
Nov 30 12:27:50 sarutael-sys systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module dm_mod...
Nov 30 12:27:50 sarutael-sys systemd[1]: Starting Load Kernel Module loop...
Nov 30 12:27:50 sarutael-sys systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 30 12:27:50 sarutael-sys systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 30 12:27:50 sarutael-sys systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module dm_mod.
Nov 30 12:27:50 sarutael-sys systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 30 12:27:50 sarutael-sys systemd[1]: Finished Load Kernel Module loop.
Nov 30 12:27:50 sarutael-sys systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 30 12:27:51 sarutael-sys kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Nov 30 12:27:51 sarutael-sys kernel:
Nov 30 12:27:51 sarutael-sys kernel: nvidia 0000:0a:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Nov 30 12:27:51 sarutael-sys kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 545.29.06 Thu Nov 16 01:59:08 UTC 2023
Nov 30 12:27:51 sarutael-sys (udev-worker)[668]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
Nov 30 12:27:51 sarutael-sys (udev-worker)[671]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
Nov 30 12:27:51 sarutael-sys kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 30 12:27:51 sarutael-sys kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 545.29.06 Thu Nov 16 01:47:29 UTC 2023
Nov 30 12:27:51 sarutael-sys systemd-modules-load[626]: Inserted module 'nvidia_uvm'
Nov 30 12:27:51 sarutael-sys kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Nov 30 12:27:51 sarutael-sys (udev-worker)[671]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
Nov 30 12:27:51 sarutael-sys (udev-worker)[668]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
Nov 30 12:27:51 sarutael-sys (udev-worker)[657]: nvidia_modeset: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-modeset c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 254'' failed with exit code 1.
Nov 30 12:27:51 sarutael-sys kernel: [drm] [nvidia-drm] [GPU ID 0x00000a00] Loading driver
Nov 30 12:27:51 sarutael-sys kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:0a:00.0 on minor 0
Nov 30 12:27:51 sarutael-sys systemd[1]: Finished Load Kernel Modules.
Nov 30 12:27:51 sarutael-sys systemd[1]: Finished Wait for udev To Complete Device Initialization.
Nov 30 12:27:51 sarutael-sys systemd[1]: Starting Apply Kernel Variables...
Nov 30 12:27:51 sarutael-sys systemd[1]: Starting Import ZFS pools by cache file...
Nov 30 12:27:51 sarutael-sys zpool[921]: no pools available to import
Nov 30 12:27:51 sarutael-sys systemd[1]: Finished Apply Kernel Variables.
Nov 30 12:27:51 sarutael-sys systemd[1]: Finished Import ZFS pools by cache file.
Nov 30 12:27:51 sarutael-sys systemd[1]: Reached target ZFS pool import target.
Nov 30 12:27:51 sarutael-sys systemd[1]: Reached target ZFS startup target.
Nov 30 12:27:51 sarutael-sys systemd[1]: Starting Mount ZFS filesystems...
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished Mount ZFS filesystems.
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target Local File Systems.
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Rebuild Dynamic Linker Cache...
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Set Up Additional Binary Formats...
Nov 30 12:27:52 sarutael-sys systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Create Volatile Files and Directories...
Nov 30 12:27:52 sarutael-sys systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 936 (systemd-binfmt)
Nov 30 12:27:52 sarutael-sys systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 30 12:27:52 sarutael-sys systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished Set Up Additional Binary Formats.
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished Create Volatile Files and Directories.
Nov 30 12:27:52 sarutael-sys systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 30 12:27:52 sarutael-sys systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Rebuild Journal Catalog...
Nov 30 12:27:52 sarutael-sys systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Network Time Synchronization...
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished Rebuild Dynamic Linker Cache.
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished Rebuild Journal Catalog.
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Update is Completed...
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished Update is Completed.
Nov 30 12:27:52 sarutael-sys systemd[1]: Started Network Time Synchronization.
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target System Initialization.
Nov 30 12:27:52 sarutael-sys systemd[1]: Started CUPS Scheduler.
Nov 30 12:27:52 sarutael-sys systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target Path Units.
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target System Time Set.
Nov 30 12:27:52 sarutael-sys systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 30 12:27:52 sarutael-sys systemd[1]: Started Daily man-db regeneration.
Nov 30 12:27:52 sarutael-sys systemd[1]: Started Daily verification of password and group files.
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target Timer Units.
Nov 30 12:27:52 sarutael-sys systemd[1]: Listening on CUPS Scheduler.
Nov 30 12:27:52 sarutael-sys systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 30 12:27:52 sarutael-sys systemd[1]: Listening on libvirt legacy monolithic daemon socket.
Nov 30 12:27:52 sarutael-sys systemd[1]: Listening on libvirt legacy monolithic daemon admin socket.
Nov 30 12:27:52 sarutael-sys systemd[1]: Listening on libvirt legacy monolithic daemon read-only socket.
Nov 30 12:27:52 sarutael-sys systemd[1]: Listening on libvirt locking daemon socket.
Nov 30 12:27:52 sarutael-sys systemd[1]: Listening on libvirt logging daemon socket.
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target Socket Units.
Nov 30 12:27:52 sarutael-sys systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target Basic System.
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Save/Restore Sound Card State...
Nov 30 12:27:52 sarutael-sys systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting D-Bus System Message Bus...
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting IPv4 Packet Filtering Framework...
Nov 30 12:27:52 sarutael-sys systemd[1]: Started Switch on numlock from tty1 to tty6.
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting User Login Management...
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Virtual Machine and Container Registration Service...
Nov 30 12:27:52 sarutael-sys systemd-logind[959]: New seat seat0.
Nov 30 12:27:52 sarutael-sys systemd-logind[959]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 30 12:27:52 sarutael-sys systemd-logind[959]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 30 12:27:52 sarutael-sys systemd-logind[959]: Watching system buttons on /dev/input/event2 (Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard)
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished Save/Restore Sound Card State.
Nov 30 12:27:52 sarutael-sys systemd[1]: Started D-Bus System Message Bus.
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished IPv4 Packet Filtering Framework.
Nov 30 12:27:52 sarutael-sys systemd[1]: Started User Login Management.
Nov 30 12:27:52 sarutael-sys systemd[1]: numlockon.service: Deactivated successfully.
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target Sound Card.
Nov 30 12:27:52 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting IPv6 Packet Filtering Framework...
Nov 30 12:27:52 sarutael-sys systemd[1]: Started Virtual Machine and Container Registration Service.
Nov 30 12:27:52 sarutael-sys systemd[1]: Finished IPv6 Packet Filtering Framework.
Nov 30 12:27:52 sarutael-sys systemd[1]: Reached target Preparation for Network.
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Network Manager...
Nov 30 12:27:52 sarutael-sys NetworkManager[1004]: <info> [1701347272.9428] NetworkManager (version 1.44.2-3) is starting... (boot:5d0a2423-164a-41f8-ba69-994aec9686ae)
Nov 30 12:27:52 sarutael-sys NetworkManager[1004]: <info> [1701347272.9429] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 30 12:27:52 sarutael-sys NetworkManager[1004]: <info> [1701347272.9496] manager[0x561900b426d0]: monitoring kernel firmware directory '/lib/firmware'.
Nov 30 12:27:52 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=1004 comm="/usr/bin/NetworkManager --no-daemon")
Nov 30 12:27:52 sarutael-sys systemd[1]: Starting Hostname Service...
Nov 30 12:27:53 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 30 12:27:53 sarutael-sys systemd[1]: Started Hostname Service.
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0169] hostname: hostname: using hostnamed
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0170] hostname: static hostname changed from (none) to "sarutael-sys"
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0175] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0178] manager[0x561900b426d0]: rfkill: Wi-Fi hardware radio set enabled
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0179] manager[0x561900b426d0]: rfkill: WWAN hardware radio set enabled
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0268] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0272] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0319] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0323] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0334] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0555] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0557] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0557] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0558] manager: Networking is enabled by state file
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0560] settings: Loaded settings plugin: keyfile (internal)
Nov 30 12:27:53 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=1004 comm="/usr/bin/NetworkManager --no-daemon")
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0577] dhcp: init: Using DHCP client 'internal'
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0579] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0588] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0590] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0594] device (lo): Activation: starting connection 'lo' (886b16d3-b317-4794-bc3a-7f7754f0a9ff)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0601] manager: (enp2s0f0u7u4): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0609] settings: (enp2s0f0u7u4): created default wired connection 'Wired connection 1'
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.0609] device (enp2s0f0u7u4): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 30 12:27:53 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 30 12:27:53 sarutael-sys systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1210] manager: (enp8s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1214] device (enp8s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1516] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 30 12:27:53 sarutael-sys systemd[1]: Started Network Manager.
Nov 30 12:27:53 sarutael-sys systemd[1]: Reached target Network.
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1534] ovsdb: disconnected from ovsdb
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1535] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1538] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1541] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1544] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1589] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1591] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 30 12:27:53 sarutael-sys NetworkManager[1004]: <info> [1701347273.1596] device (lo): Activation: successful, device activated.
Nov 30 12:27:53 sarutael-sys systemd[1]: Starting Network Manager Wait Online...
Nov 30 12:27:53 sarutael-sys systemd[1]: Starting CUPS Scheduler...
Nov 30 12:27:53 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.8' (uid=0 pid=1017 comm="/usr/bin/cupsd -l")
Nov 30 12:27:53 sarutael-sys systemd[1]: Starting Manage, Install and Generate Color Profiles...
Nov 30 12:27:53 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Nov 30 12:27:53 sarutael-sys systemd[1]: Started Manage, Install and Generate Color Profiles.
Nov 30 12:27:53 sarutael-sys systemd[1]: Started CUPS Scheduler.
Nov 30 12:27:56 sarutael-sys kernel: igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5264] device (enp8s0): carrier: link connected
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5266] device (enp8s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5279] policy: auto-activating connection 'Auto Ethernet' (0b3cebd0-a347-40a4-98b4-c8ae84ca52ae)
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5283] device (enp8s0): Activation: starting connection 'Auto Ethernet' (0b3cebd0-a347-40a4-98b4-c8ae84ca52ae)
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5284] device (enp8s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5286] manager: NetworkManager state is now CONNECTING
Nov 30 12:27:56 sarutael-sys kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp8s0: link becomes ready
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5288] device (enp8s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5300] device (enp8s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5312] dhcp4 (enp8s0): activation: beginning transaction (timeout in 45 seconds)
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5367] dhcp4 (enp8s0): state changed new lease, address=192.168.212.3
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5370] policy: set 'Auto Ethernet' (enp8s0) as default for IPv4 routing and DNS
Nov 30 12:27:56 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=1004 comm="/usr/bin/NetworkManager --no-daemon")
Nov 30 12:27:56 sarutael-sys dbus-daemon[955]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5534] device (enp8s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5545] device (enp8s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5547] device (enp8s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5550] manager: NetworkManager state is now CONNECTED_SITE
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5553] device (enp8s0): Activation: successful, device activated.
Nov 30 12:27:56 sarutael-sys NetworkManager[1004]: <info> [1701347276.5557] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 30 12:27:59 sarutael-sys NetworkManager[1004]: <info> [1701347279.1216] manager: startup complete
Nov 30 12:27:59 sarutael-sys systemd[1]: Finished Network Manager Wait Online.
Nov 30 12:27:59 sarutael-sys systemd[1]: Reached target Network is Online.
Nov 30 12:27:59 sarutael-sys systemd[1]: Mounting /mnt/NAS...
Nov 30 12:27:59 sarutael-sys kernel: FS-Cache: Loaded
Nov 30 12:27:59 sarutael-sys kernel: RPC: Registered named UNIX socket transport module.
Nov 30 12:27:59 sarutael-sys kernel: RPC: Registered udp transport module.
Nov 30 12:27:59 sarutael-sys kernel: RPC: Registered tcp transport module.
Nov 30 12:27:59 sarutael-sys kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Nov 30 12:27:59 sarutael-sys kernel: nfs: Deprecated parameter 'intr'
Nov 30 12:27:59 sarutael-sys kernel: Key type dns_resolver registered
Nov 30 12:27:59 sarutael-sys kernel: NFS: Registering the id_resolver key type
Nov 30 12:27:59 sarutael-sys kernel: Key type id_resolver registered
Nov 30 12:27:59 sarutael-sys kernel: Key type id_legacy registered
Nov 30 12:27:59 sarutael-sys nfsrahead[1053]: setting /mnt/NAS readahead to 128
Nov 30 12:27:59 sarutael-sys systemd[1]: Mounted /mnt/NAS.
Nov 30 12:27:59 sarutael-sys systemd[1]: Reached target Remote File Systems.
Nov 30 12:27:59 sarutael-sys systemd[1]: Starting libvirt legacy monolithic daemon...
Nov 30 12:27:59 sarutael-sys systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 30 12:27:59 sarutael-sys systemd[1]: Starting Permit User Sessions...
Nov 30 12:27:59 sarutael-sys systemd[1]: Finished Permit User Sessions.
Nov 30 12:27:59 sarutael-sys systemd[1]: Started Command Scheduler.
Nov 30 12:27:59 sarutael-sys systemd[1]: Started Simple Desktop Display Manager.
Nov 30 12:27:59 sarutael-sys crond[1068]: (CRON) STARTUP (1.7.0)
Nov 30 12:27:59 sarutael-sys crond[1068]: (CRON) INFO (Syslog will be used instead of sendmail.)
Nov 30 12:27:59 sarutael-sys crond[1068]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 12% if used.)
Nov 30 12:27:59 sarutael-sys crond[1068]: (CRON) INFO (running with inotify support)
Nov 30 12:27:59 sarutael-sys systemd[1]: Started libvirt legacy monolithic daemon.
Nov 30 12:27:59 sarutael-sys systemd[1]: Reached target Multi-User System.
Nov 30 12:27:59 sarutael-sys systemd[1]: Reached target Graphical Interface.
Nov 30 12:27:59 sarutael-sys nfsrahead[1080]: setting /mnt/NAS/Main readahead to 128
Nov 30 12:27:59 sarutael-sys sddm[1069]: Initializing...
Nov 30 12:27:59 sarutael-sys sddm[1069]: Starting...
Nov 30 12:27:59 sarutael-sys sddm[1069]: Logind interface found
Nov 30 12:27:59 sarutael-sys sddm[1069]: Adding new display...
Nov 30 12:27:59 sarutael-sys sddm[1069]: Loaded empty theme configuration
Nov 30 12:27:59 sarutael-sys sddm[1069]: Xauthority path: "/run/sddm/xauth_BMwJuE"
Nov 30 12:27:59 sarutael-sys sddm[1069]: Using VT 2
Nov 30 12:27:59 sarutael-sys sddm[1069]: Display server starting...
Nov 30 12:27:59 sarutael-sys sddm[1069]: Writing cookie to "/run/sddm/xauth_BMwJuE"
Nov 30 12:27:59 sarutael-sys sddm[1069]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_BMwJuE -noreset -displayfd 16
Nov 30 12:28:01 sarutael-sys sddm[1069]: Setting default cursor
Nov 30 12:28:01 sarutael-sys sddm[1069]: Could not setup default cursor
Nov 30 12:28:01 sarutael-sys sddm[1069]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Nov 30 12:28:01 sarutael-sys sddm[1069]: Display server started.
Nov 30 12:28:01 sarutael-sys sddm[1069]: Socket server starting...
Nov 30 12:28:01 sarutael-sys sddm[1069]: Socket server started.
Nov 30 12:28:01 sarutael-sys sddm[1069]: The configured theme "breeze" doesn't exist, using the embedded theme instead
Nov 30 12:28:01 sarutael-sys sddm[1069]: Loaded empty theme configuration
Nov 30 12:28:01 sarutael-sys sddm[1069]: Greeter starting...
Nov 30 12:28:01 sarutael-sys sddm-helper[1103]: [PAM] Starting...
Nov 30 12:28:01 sarutael-sys sddm-helper[1103]: [PAM] Authenticating...
Nov 30 12:28:01 sarutael-sys sddm-helper[1103]: [PAM] returning.
Nov 30 12:28:01 sarutael-sys sddm-helper[1103]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=975) by (uid=0)
Nov 30 12:28:01 sarutael-sys systemd[1]: Created slice User Slice of UID 975.
Nov 30 12:28:01 sarutael-sys systemd[1]: Starting User Runtime Directory /run/user/975...
Nov 30 12:28:01 sarutael-sys systemd-logind[959]: New session c1 of user sddm.
Nov 30 12:28:01 sarutael-sys systemd[1]: Finished User Runtime Directory /run/user/975.
Nov 30 12:28:01 sarutael-sys systemd[1]: Starting User Manager for UID 975...
Nov 30 12:28:01 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=1107 comm="(systemd)")
Nov 30 12:28:01 sarutael-sys dbus-daemon[955]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 30 12:28:01 sarutael-sys (systemd)[1107]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 30 12:28:01 sarutael-sys (systemd)[1107]: pam_unix(systemd-user:session): session opened for user sddm(uid=975) by sddm(uid=0)
Nov 30 12:28:01 sarutael-sys systemd[1107]: Queued start job for default target Main User Target.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Created slice User Application Slice.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Reached target Paths.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Reached target Timers.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Starting D-Bus User Message Bus Socket...
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on GnuPG network certificate management daemon.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on GCR ssh-agent wrapper.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on p11-kit server.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on PipeWire PulseAudio.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on PipeWire Multimedia System Sockets.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Listening on D-Bus User Message Bus Socket.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Reached target Sockets.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Reached target Basic System.
Nov 30 12:28:01 sarutael-sys systemd[1]: Started User Manager for UID 975.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Starting Update XDG user dir configuration...
Nov 30 12:28:01 sarutael-sys systemd[1]: Started Session c1 of User sddm.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Finished Update XDG user dir configuration.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Reached target Main User Target.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Startup finished in 170ms.
Nov 30 12:28:01 sarutael-sys sddm-helper[1103]: Writing cookie to "/tmp/xauth_UonXxo"
Nov 30 12:28:01 sarutael-sys sddm-helper[1103]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-QijmWZ"
Nov 30 12:28:01 sarutael-sys sddm[1069]: Greeter session started successfully
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: High-DPI autoscaling Enabled
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Reading from "/usr/local/share/xsessions/cinnamon.desktop"
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Reading from "/usr/share/xsessions/cinnamon.desktop"
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Reading from "/usr/local/share/xsessions/cinnamon2d.desktop"
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Reading from "/usr/share/xsessions/cinnamon2d.desktop"
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Reading from "/usr/local/share/xsessions/xinitrc.desktop"
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Reading from "/usr/share/xsessions/xinitrc.desktop"
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Loading theme configuration from "qrc:/theme/theme.conf"
Nov 30 12:28:01 sarutael-sys systemd[1107]: Created slice User Core Session Slice.
Nov 30 12:28:01 sarutael-sys systemd[1107]: Starting D-Bus User Message Bus...
Nov 30 12:28:01 sarutael-sys systemd[1107]: Started D-Bus User Message Bus.
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Connected to the daemon.
Nov 30 12:28:01 sarutael-sys sddm[1069]: Message received from greeter: Connect
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Loading qrc:/theme/Main.qml...
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Adding view for "DP-0" QRect(0,0 1920x1080)
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Message received from daemon: Capabilities
Nov 30 12:28:01 sarutael-sys sddm-greeter[1117]: Message received from daemon: HostName
Nov 30 12:28:03 sarutael-sys systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 30 12:28:04 sarutael-sys sddm-greeter[1117]: Reading from "/usr/share/xsessions/cinnamon.desktop"
Nov 30 12:28:04 sarutael-sys sddm[1069]: Message received from greeter: Login
Nov 30 12:28:04 sarutael-sys sddm[1069]: Reading from "/usr/share/xsessions/cinnamon.desktop"
Nov 30 12:28:04 sarutael-sys sddm[1069]: Session "/usr/share/xsessions/cinnamon.desktop" selected, command: "cinnamon-session-cinnamon" for VT 2
Nov 30 12:28:04 sarutael-sys sddm-helper[1125]: [PAM] Starting...
Nov 30 12:28:04 sarutael-sys sddm-helper[1125]: [PAM] Authenticating...
Nov 30 12:28:04 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17' (uid=0 pid=1125 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Nov 30 12:28:04 sarutael-sys dbus-daemon[955]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 30 12:28:04 sarutael-sys sddm-helper[1125]: [PAM] Preparing to converse...
Nov 30 12:28:04 sarutael-sys sddm-helper[1125]: [PAM] Conversation with 1 messages
Nov 30 12:28:04 sarutael-sys sddm-helper[1125]: [PAM] returning.
Nov 30 12:28:04 sarutael-sys sddm[1069]: Authentication for user "sarutael" successful
Nov 30 12:28:04 sarutael-sys sddm-greeter[1117]: Message received from daemon: LoginSucceeded
Nov 30 12:28:05 sarutael-sys sddm-helper[1125]: pam_unix(sddm:session): session opened for user sarutael(uid=1001) by sarutael(uid=0)
Nov 30 12:28:05 sarutael-sys systemd[1]: Created slice User Slice of UID 1001.
Nov 30 12:28:05 sarutael-sys sddm-helper[1103]: [PAM] Closing session
Nov 30 12:28:05 sarutael-sys sddm-helper[1103]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 30 12:28:05 sarutael-sys systemd[1]: Starting User Runtime Directory /run/user/1001...
Nov 30 12:28:05 sarutael-sys systemd-logind[959]: New session 2 of user sarutael.
Nov 30 12:28:05 sarutael-sys sddm-helper[1103]: [PAM] Ended.
Nov 30 12:28:05 sarutael-sys sddm[1069]: Auth: sddm-helper exited successfully
Nov 30 12:28:05 sarutael-sys sddm[1069]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 30 12:28:05 sarutael-sys systemd[1]: Finished User Runtime Directory /run/user/1001.
Nov 30 12:28:05 sarutael-sys systemd[1]: session-c1.scope: Deactivated successfully.
Nov 30 12:28:05 sarutael-sys systemd-logind[959]: Session c1 logged out. Waiting for processes to exit.
Nov 30 12:28:05 sarutael-sys systemd[1]: Starting User Manager for UID 1001...
Nov 30 12:28:05 sarutael-sys systemd-logind[959]: Removed session c1.
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=1128 comm="(systemd)")
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 30 12:28:05 sarutael-sys (systemd)[1128]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sarutael] ruser=[<unknown>] rhost=[<unknown>]
Nov 30 12:28:05 sarutael-sys (systemd)[1128]: pam_unix(systemd-user:session): session opened for user sarutael(uid=1001) by sarutael(uid=0)
Nov 30 12:28:05 sarutael-sys systemd-xdg-autostart-generator[1133]: Exec binary 'csd-xrandr' does not exist: No such file or directory
Nov 30 12:28:05 sarutael-sys systemd-xdg-autostart-generator[1133]: /home/sarutael/.config/autostart/cinnamon-settings-daemon-xrandr.desktop: not generating unit, executable specified in Exec= does not exist.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Queued start job for default target Main User Target.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Created slice User Application Slice.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Created slice User Core Session Slice.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Reached target Paths.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Reached target Timers.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Starting D-Bus User Message Bus Socket...
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on GnuPG network certificate management daemon.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on GCR ssh-agent wrapper.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on p11-kit server.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on PipeWire PulseAudio.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on PipeWire Multimedia System Sockets.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Listening on D-Bus User Message Bus Socket.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Reached target Sockets.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Reached target Basic System.
Nov 30 12:28:05 sarutael-sys systemd[1]: Started User Manager for UID 1001.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Started PipeWire Multimedia Service.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Started Multimedia Service Session Manager.
Nov 30 12:28:05 sarutael-sys systemd[1]: Started Session 2 of User sarutael.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Starting Update XDG user dir configuration...
Nov 30 12:28:05 sarutael-sys systemd[1128]: Finished Update XDG user dir configuration.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Reached target Main User Target.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Startup finished in 170ms.
Nov 30 12:28:05 sarutael-sys sddm-helper[1125]: Writing cookie to "/tmp/xauth_euUygI"
Nov 30 12:28:05 sarutael-sys sddm-helper[1125]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"cinnamon-session-cinnamon\""
Nov 30 12:28:05 sarutael-sys sddm[1069]: Session started true
Nov 30 12:28:05 sarutael-sys systemd[1128]: Starting D-Bus User Message Bus...
Nov 30 12:28:05 sarutael-sys systemd[1128]: Started D-Bus User Message Bus.
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.23' (uid=1001 pid=1136 comm="/usr/bin/pipewire")
Nov 30 12:28:05 sarutael-sys systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 30 12:28:05 sarutael-sys systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully called chroot.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully dropped privileges.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully limited resources.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Running.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Canary thread running.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Watchdog thread running.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 0 threads of 0 processes of 0 users.
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.25' (uid=0 pid=1151 comm="/usr/lib/rtkit-daemon")
Nov 30 12:28:05 sarutael-sys systemd[1]: Starting Authorization Manager...
Nov 30 12:28:05 sarutael-sys wireplumber[1137]: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Nov 30 12:28:05 sarutael-sys polkitd[1159]: Started polkitd version 123
Nov 30 12:28:05 sarutael-sys polkitd[1159]: Loading rules from directory /etc/polkit-1/rules.d
Nov 30 12:28:05 sarutael-sys polkitd[1159]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 30 12:28:05 sarutael-sys wireplumber[1137]: [0:00:24.479495184] [1137] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 30 12:28:05 sarutael-sys wireplumber[1137]: [0:00:24.479510704] [1137] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 30 12:28:05 sarutael-sys wireplumber[1137]: [0:00:24.479537464] [1137] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 30 12:28:05 sarutael-sys polkitd[1159]: Finished loading, compiling and executing 6 rules
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 30 12:28:05 sarutael-sys systemd[1]: Started Authorization Manager.
Nov 30 12:28:05 sarutael-sys polkitd[1159]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 30 12:28:05 sarutael-sys cinnamon-session[1140]: WARNING: t+0.02652s: Could not read /home/sarutael/.config/autostart/remmina-applet.desktop: Could not parse desktop file remmina-applet.desktop or it references a not found TryExec binary
Nov 30 12:28:05 sarutael-sys cinnamon-session[1140]: WARNING: t+0.02677s: Could not read /home/sarutael/.config/autostart/cinnamon-settings-daemon-xrandr.desktop: Could not parse desktop file cinnamon-settings-daemon-xrandr.desktop or it references a not found TryExec binary
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully made thread 1136 of process 1136 owned by '1001' high priority at nice level -11.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 1 threads of 1 processes of 1 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully made thread 1155 of process 1136 owned by '1001' RT at priority 20.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 2 threads of 1 processes of 1 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully made thread 1137 of process 1137 owned by '1001' high priority at nice level -11.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 3 threads of 2 processes of 1 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully made thread 1153 of process 1137 owned by '1001' RT at priority 20.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 4 threads of 2 processes of 1 users.
Nov 30 12:28:05 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.10' (uid=1001 pid=1204 comm="/usr/bin/csd-a11y-settings")
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.29' (uid=1001 pid=1205 comm="/usr/bin/csd-print-notifications")
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Nov 30 12:28:05 sarutael-sys systemd[1128]: Starting User preferences database...
Nov 30 12:28:05 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'ca.desrt.dconf'
Nov 30 12:28:05 sarutael-sys systemd[1128]: Started User preferences database.
Nov 30 12:28:05 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.16' (uid=1001 pid=1186 comm="/usr/bin/csd-background")
Nov 30 12:28:05 sarutael-sys systemd[1128]: Starting Virtual filesystem service...
Nov 30 12:28:05 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 30 12:28:05 sarutael-sys systemd[1128]: Started Virtual filesystem service.
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.33' (uid=1001 pid=1200 comm="/usr/bin/csd-power")
Nov 30 12:28:05 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.25' (uid=1001 pid=1193 comm="/usr/bin/csd-automount")
Nov 30 12:28:05 sarutael-sys systemd[1128]: Starting Virtual filesystem service - disk device monitor...
Nov 30 12:28:05 sarutael-sys systemd[1]: Starting Daemon for power management...
Nov 30 12:28:05 sarutael-sys systemd[1128]: Started PipeWire PulseAudio.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 4 threads of 2 processes of 1 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 4 threads of 2 processes of 1 users.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 4 threads of 2 processes of 1 users.
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.36' (uid=1001 pid=1306 comm="/usr/lib/gvfs-udisks2-volume-monitor")
Nov 30 12:28:05 sarutael-sys systemd[1]: Starting Disk Manager...
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully made thread 1313 of process 1313 owned by '1001' high priority at nice level -11.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 5 threads of 3 processes of 1 users.
Nov 30 12:28:05 sarutael-sys udisksd[1324]: udisks daemon version 2.10.1 starting
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Successfully made thread 1317 of process 1313 owned by '1001' RT at priority 20.
Nov 30 12:28:05 sarutael-sys rtkit-daemon[1151]: Supervising 6 threads of 3 processes of 1 users.
Nov 30 12:28:05 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 30 12:28:05 sarutael-sys systemd[1]: Started Daemon for power management.
Nov 30 12:28:05 sarutael-sys udisksd[1324]: Applying configuration from /etc/udisks2/TOSHIBA-HDWE150-Y7LXK2QDF57D.conf to /dev/sda
Nov 30 12:28:05 sarutael-sys udisksd[1324]: Set APM level to 1 on /dev/sda [TOSHIBA-HDWE150-Y7LXK2QDF57D]
Nov 30 12:28:06 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 30 12:28:06 sarutael-sys systemd[1]: Started Disk Manager.
Nov 30 12:28:06 sarutael-sys udisksd[1324]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 30 12:28:06 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Nov 30 12:28:06 sarutael-sys systemd[1128]: Started Virtual filesystem service - disk device monitor.
Nov 30 12:28:06 sarutael-sys wireplumber[1137]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Nov 30 12:28:06 sarutael-sys pipewire[1136]: [0:00:25.606620334] [1136] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 30 12:28:06 sarutael-sys pipewire[1136]: [0:00:25.606633224] [1136] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 30 12:28:06 sarutael-sys pipewire[1136]: [0:00:25.606658724] [1136] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 30 12:28:06 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.5' (uid=1001 pid=1137 comm="/usr/bin/wireplumber")
Nov 30 12:28:06 sarutael-sys systemd[1128]: Starting sandboxed app permission store...
Nov 30 12:28:06 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 30 12:28:06 sarutael-sys systemd[1128]: Started sandboxed app permission store.
Nov 30 12:28:06 sarutael-sys wireplumber[1137]: <WpPortalPermissionStorePlugin:0x55c99d759ee0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 30 12:28:06 sarutael-sys wireplumber[1137]: <WpPortalPermissionStorePlugin:0x55c99d759ee0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 30 12:28:07 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.33' (uid=1001 pid=1360 comm="cinnamon --replace")
Nov 30 12:28:07 sarutael-sys systemd[1128]: Starting Virtual filesystem metadata service...
Nov 30 12:28:07 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.gtk.vfs.Metadata'
Nov 30 12:28:07 sarutael-sys systemd[1128]: Started Virtual filesystem metadata service.
Nov 30 12:28:07 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating service name='org.cinnamon.ScreenSaver' requested by ':1.6' (uid=1001 pid=1140 comm="cinnamon-session --session cinnamon")
Nov 30 12:28:07 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.40' (uid=1001 pid=1186 comm="/usr/bin/csd-background")
Nov 30 12:28:07 sarutael-sys systemd[1]: Reached target User and Group Name Lookups.
Nov 30 12:28:07 sarutael-sys systemd[1]: Starting Accounts Service...
Nov 30 12:28:07 sarutael-sys polkitd[1159]: Registered Authentication Agent for unix-session:2 (system bus name :1.41 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Nov 30 12:28:07 sarutael-sys cinnamon-killer-daemon[1434]: Bound Cinnamon restart to <Control><Alt>Escape.
Nov 30 12:28:07 sarutael-sys NetworkManager[1004]: <info> [1701347287.6779] agent-manager: agent[0db88c9c1958df40,:1.42/org.freedesktop.nm-applet/1001]: agent registered
Nov 30 12:28:07 sarutael-sys accounts-daemon[1439]: started daemon version 23.13.0
Nov 30 12:28:07 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.freedesktop.Accounts'
Nov 30 12:28:07 sarutael-sys systemd[1]: Started Accounts Service.
Nov 30 12:28:07 sarutael-sys org.cinnamon.ScreenSaver[1433]: Loading AccountsService
Nov 30 12:28:07 sarutael-sys org.cinnamon.ScreenSaver[1433]: Fractional scaling active: False
Nov 30 12:28:07 sarutael-sys org.cinnamon.ScreenSaver[1433]: Trying to connect to logind...
Nov 30 12:28:07 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.cinnamon.ScreenSaver'
Nov 30 12:28:07 sarutael-sys org.cinnamon.ScreenSaver[1433]: Starting screensaver...
Nov 30 12:28:07 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.blueman.Mechanism' unit='blueman-mechanism.service' requested by ':1.44' (uid=1001 pid=1429 comm="/usr/bin/python /usr/bin/blueman-applet")
Nov 30 12:28:07 sarutael-sys systemd[1]: Starting Bluetooth management mechanism...
Nov 30 12:28:07 sarutael-sys org.cinnamon.ScreenSaver[1433]: Cinnamon Screensaver support not found in current theme - adding some...
Nov 30 12:28:07 sarutael-sys cinnamon-session[1140]: WARNING: t+2.40061s: Detected that screensaver has appeared on the bus
Nov 30 12:28:07 sarutael-sys org.cinnamon.ScreenSaver[1433]: AccountsService ready
Nov 30 12:28:07 sarutael-sys org.cinnamon.ScreenSaver[1433]: Successfully using logind
Nov 30 12:28:07 sarutael-sys dbus-daemon[955]: [system] Successfully activated service 'org.blueman.Mechanism'
Nov 30 12:28:07 sarutael-sys systemd[1]: Started Bluetooth management mechanism.
Nov 30 12:28:07 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.47' (uid=1001 pid=1429 comm="/usr/bin/python /usr/bin/blueman-applet")
Nov 30 12:28:07 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.44' (uid=1001 pid=1429 comm="/usr/bin/python /usr/bin/blueman-applet")
Nov 30 12:28:07 sarutael-sys systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Nov 30 12:28:07 sarutael-sys systemd[1128]: Starting Bluetooth OBEX service...
Nov 30 12:28:07 sarutael-sys obexd[1579]: OBEX daemon 5.70
Nov 30 12:28:07 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.bluez.obex'
Nov 30 12:28:07 sarutael-sys systemd[1128]: Started Bluetooth OBEX service.
Nov 30 12:28:12 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating service name='org.xfce.Xfconf' requested by ':1.56' (uid=1001 pid=1599 comm="/usr/bin/xfce4-terminal")
Nov 30 12:28:12 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.xfce.Xfconf'
Nov 30 12:28:15 sarutael-sys systemd[1]: Stopping User Manager for UID 975...
Nov 30 12:28:15 sarutael-sys systemd[1107]: Activating special unit Exit the Session...
Nov 30 12:28:15 sarutael-sys systemd[1107]: Stopped target Main User Target.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Stopping D-Bus User Message Bus...
Nov 30 12:28:15 sarutael-sys systemd[1107]: Stopped D-Bus User Message Bus.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Removed slice User Core Session Slice.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Stopped target Basic System.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Stopped target Paths.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Stopped target Sockets.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Stopped target Timers.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed D-Bus User Message Bus Socket.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed GnuPG network certificate management daemon.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed GCR ssh-agent wrapper.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed p11-kit server.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed PipeWire PulseAudio.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Closed PipeWire Multimedia System Sockets.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Removed slice User Application Slice.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Reached target Shutdown.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Finished Exit the Session.
Nov 30 12:28:15 sarutael-sys systemd[1107]: Reached target Exit the Session.
Nov 30 12:28:15 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.58' (uid=1001 pid=1645 comm="dolphin")
Nov 30 12:28:15 sarutael-sys systemd[1]: user@975.service: Deactivated successfully.
Nov 30 12:28:15 sarutael-sys systemd[1128]: Starting Portal service...
Nov 30 12:28:15 sarutael-sys systemd[1]: Stopped User Manager for UID 975.
Nov 30 12:28:15 sarutael-sys systemd[1]: Stopping User Runtime Directory /run/user/975...
Nov 30 12:28:15 sarutael-sys systemd[1]: run-user-975.mount: Deactivated successfully.
Nov 30 12:28:15 sarutael-sys systemd[1]: user-runtime-dir@975.service: Deactivated successfully.
Nov 30 12:28:15 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.59' (uid=1001 pid=1650 comm="/usr/lib/xdg-desktop-portal")
Nov 30 12:28:15 sarutael-sys systemd[1128]: Starting flatpak document portal service...
Nov 30 12:28:15 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 30 12:28:15 sarutael-sys systemd[1128]: Started flatpak document portal service.
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing xapp.portal for org.freedesktop.impl.portal.Lockdown via the deprecated UseIn key
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Nov 30 12:28:15 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.xapp' unit='xdg-desktop-portal-xapp.service' requested by ':1.59' (uid=1001 pid=1650 comm="/usr/lib/xdg-desktop-portal")
Nov 30 12:28:15 sarutael-sys systemd[1128]: Starting Portal service (XApp implementation)...
Nov 30 12:28:15 sarutael-sys systemd[1]: Stopped User Runtime Directory /run/user/975.
Nov 30 12:28:15 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.freedesktop.impl.portal.desktop.xapp'
Nov 30 12:28:15 sarutael-sys systemd[1128]: Started Portal service (XApp implementation).
Nov 30 12:28:15 sarutael-sys rtkit-daemon[1151]: Supervising 6 threads of 3 processes of 1 users.
Nov 30 12:28:15 sarutael-sys rtkit-daemon[1151]: Supervising 6 threads of 3 processes of 1 users.
Nov 30 12:28:15 sarutael-sys rtkit-daemon[1151]: Supervising 6 threads of 3 processes of 1 users.
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: No skeleton to export
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing gtk.portal for org.freedesktop.impl.portal.FileChooser as a last-resort fallback
Nov 30 12:28:15 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.59' (uid=1001 pid=1650 comm="/usr/lib/xdg-desktop-portal")
Nov 30 12:28:15 sarutael-sys systemd[1128]: Starting Portal service (GTK/GNOME implementation)...
Nov 30 12:28:15 sarutael-sys systemd[1]: Removed slice User Slice of UID 975.
Nov 30 12:28:15 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Nov 30 12:28:15 sarutael-sys systemd[1128]: Started Portal service (GTK/GNOME implementation).
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing gtk.portal for org.freedesktop.impl.portal.AppChooser as a last-resort fallback
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing gtk.portal for org.freedesktop.impl.portal.Print as a last-resort fallback
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing gtk.portal for org.freedesktop.impl.portal.Notification as a last-resort fallback
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing xapp.portal for org.freedesktop.impl.portal.Inhibit via the deprecated UseIn key
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing gtk.portal for org.freedesktop.impl.portal.Access as a last-resort fallback
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing xapp.portal for org.freedesktop.impl.portal.Screenshot via the deprecated UseIn key
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing xapp.portal for org.freedesktop.impl.portal.Wallpaper via the deprecated UseIn key
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing gtk.portal for org.freedesktop.impl.portal.Account as a last-resort fallback
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing gtk.portal for org.freedesktop.impl.portal.Email as a last-resort fallback
Nov 30 12:28:15 sarutael-sys xdg-desktop-por[1650]: Choosing gtk.portal for org.freedesktop.impl.portal.DynamicLauncher as a last-resort fallback
Nov 30 12:28:15 sarutael-sys dbus-daemon[1145]: [session uid=1001 pid=1145] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 30 12:28:15 sarutael-sys systemd[1128]: Started Portal service.
Nov 30 12:28:22 sarutael-sys systemd-timesyncd[944]: Contacted time server 139.143.5.31:123 (2.arch.pool.ntp.org).
Nov 30 12:28:22 sarutael-sys systemd-timesyncd[944]: Initial clock synchronization to Thu 2023-11-30 12:28:22.607822 GMT.
Nov 30 12:28:23 sarutael-sys systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 30 12:28:24 sarutael-sys nfsrahead[1725]: setting /mnt/NAS/Fast readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1726]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-1317 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1727]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_weekly-2023-11-23-0744 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1730]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0117 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1731]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_weekly-2023-11-30-0742 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1732]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-1117 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1733]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-1917 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1734]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-2217 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1735]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-21-0737 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1736]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-2317 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1737]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-1017 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1738]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-1817 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1739]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-24-0739 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1740]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_frequent-2023-11-30-1145 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1741]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0017 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1742]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-27-0738 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1743]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0217 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1744]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-1217 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1745]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-26-0738 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1746]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-2117 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1747]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0817 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1748]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0917 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1749]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-2017 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1750]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-30-0737 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1751]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_frequent-2023-11-30-1200 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1752]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-29-0739 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1753]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0317 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1754]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-1517 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1755]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-25-0102 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1756]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0717 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1757]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-23-0739 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1758]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-28-0738 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1759]: setting /mnt/NAS/Fast/.zfs/snapshot/syncoid_sarutael-sys_2023-11-29:12:48:13-GMT00:00 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1760]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0617 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1761]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-1417 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1762]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-1617 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1763]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0417 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1764]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_frequent-2023-11-30-1130 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1765]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-30-0517 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1766]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-20-0736 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1767]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_frequent-2023-11-30-1215 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1768]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_daily-2023-11-22-0739 readahead to 128
Nov 30 12:28:24 sarutael-sys nfsrahead[1769]: setting /mnt/NAS/Fast/.zfs/snapshot/zfs-auto-snap_hourly-2023-11-29-1717 readahead to 128
Nov 30 12:28:32 sarutael-sys dbus-daemon[955]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Nov 30 12:28:37 sarutael-sys systemd[1]: blueman-mechanism.service: Deactivated successfully.
Nov 30 12:28:39 sarutael-sys nfsrahead[1778]: setting /mnt/NAS/Media readahead to 128
Nov 30 12:28:45 sarutael-sys cinnamon-session[1140]: WARNING: t+40.08466s: Detected that screensaver has left the bus
Nov 30 12:29:13 sarutael-sys xdg-document-portal[1656]: removing transfer 3355354824448382253 for dead peer :1.58
Nov 30 12:29:15 sarutael-sys dbus-daemon[955]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.53' (uid=0 pid=1801 comm="sudo journalctl -b")
Nov 30 12:29:15 sarutael-sys dbus-daemon[955]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 30 12:29:18 sarutael-sys sudo[1801]: sarutael : TTY=pts/0 ; PWD=/home/sarutael ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 30 12:29:18 sarutael-sys sudo[1801]: pam_unix(sudo:session): session opened for user root(uid=0) by sarutael(uid=1001)Offline
sudo journalctl -b | curl -F 'file=@-' 0x0.stThing'S that I've no idea what I'm gonna look for and it's most likely not related to anything specific to the userspace activity.
Usually I'd object to ZFS & nvme, but you've suggested tmpfs is affected, so that's moot.
Since you're using an nvidia chip, you might want to try to "export __GL_SHADER_DISK_CACHE_PATH=/tmp/.nvidia" or so to steer it away from your $HOME - maybe the fancy animation the FMs run for progress is at fault.
Offline
It doesn't seem to make any difference (It also doesn't survive reboot - So presumably you'd have to script it, permanently)
Thank you for all the help by the way
Last edited by burny02 (2023-11-30 18:06:31)
Offline
Have you tried to lower vm.dirty_background_ratio and vm.dirty_ratio to get somewhat more synchronous behavior?
Eg. to 1 and and 2 % respectively if you've anywhere north of 8GB RAM and a maximum of 3 & 6 % for 4GB or less (at which point you probably don't want to use a fat DE anyway ![]()
Offline
I gave it a try and it doesn't to make any noticeable difference at all
Last night I also created a new VM (I am trying to share allow my kids to play steam while I am on the same machine (Another disaster) and noticed it is the same on that arch fresh install)
Offline
Let's see whether there's some dbus activity (portal- or elsewise)
dbus-monitor --sessionDoes the FM flare up?
You might want/have to test this in eg. an openbox session, because w/ the bigger DEs there's likely gonna be a lot of dbus noise.
Offline
Does it make any sense to you? I couldn't see anything
This is it's own startx > openbox > terminal > launch nemo > dbus-monitor --session
I then launched the copy and ended the monitor
dbus-monitor --session
signal time=1701554818.745406 sender=org.freedesktop.DBus -> destination=:1.77 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
string ":1.77"
signal time=1701554818.745430 sender=org.freedesktop.DBus -> destination=:1.77 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
string ":1.77"
method call time=1701554821.241666 sender=:1.76 -> destination=:1.36 serial=100 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=GetTreeFromDevice
uint32 0
uint32 61
method return time=1701554821.241897 sender=:1.36 -> destination=:1.76 serial=50 reply_serial=100
string ""
method call time=1701554821.253106 sender=:1.72 -> destination=:1.65 serial=52 path=/org/xfce/Xfconf; interface=org.xfce.Xfconf; member=GetProperty
string "xfce4-terminal"
string "/tab-activity-timeout"
error time=1701554821.253499 sender=:1.65 -> destination=:1.72 error_name=org.xfce.Xfconf.Error.PropertyNotFound reply_serial=52
string "Property "/tab-activity-timeout" does not exist on channel "xfce4-terminal""
method call time=1701554821.253704 sender=:1.72 -> destination=:1.65 serial=53 path=/org/xfce/Xfconf; interface=org.xfce.Xfconf; member=GetProperty
string "xfce4-terminal"
string "/tab-activity-color"
error time=1701554821.253879 sender=:1.65 -> destination=:1.72 error_name=org.xfce.Xfconf.Error.PropertyNotFound reply_serial=53
string "Property "/tab-activity-color" does not exist on channel "xfce4-terminal""
method call time=1701554821.747690 sender=:1.76 -> destination=:1.36 serial=101 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=GetTreeFromDevice
uint32 0
uint32 61
method return time=1701554821.747962 sender=:1.36 -> destination=:1.76 serial=51 reply_serial=101
string ""
method call time=1701554823.242716 sender=:1.76 -> destination=:1.36 serial=102 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=GetTreeFromDevice
uint32 0
uint32 61
method return time=1701554823.242937 sender=:1.36 -> destination=:1.76 serial=52 reply_serial=102
string ""
method call time=1701554843.147475 sender=:1.76 -> destination=:1.36 serial=103 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=GetTreeFromDevice
uint32 0
uint32 61
method call time=1701554843.147511 sender=:1.76 -> destination=:1.36 serial=104 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=GetTreeFromDevice
uint32 0
uint32 61
method return time=1701554843.147774 sender=:1.36 -> destination=:1.76 serial=53 reply_serial=103
string ""
method return time=1701554843.147789 sender=:1.36 -> destination=:1.76 serial=54 reply_serial=104
string ""
method call time=1701554843.149279 sender=:1.76 -> destination=:1.36 serial=105 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=GetTreeFromDevice
uint32 0
uint32 61
method return time=1701554843.149474 sender=:1.36 -> destination=:1.76 serial=55 reply_serial=105
string ""
^COffline
The interesting part would be the dbus activity while the copy dialog becomes unresponsive.
Something needs to block the GUI and if it's not dbus, the only thing I could imagine would be something incredibly stupid, like constantly stat'ing the destination while it's written (ie. expectable high IO pressure)
You'd have to "stat -ftto /tmp/nemo.strace nemo" for that. And it's gonna be a LOT of text…
Offline
34,000 lines
Couple of things that stand out
EAGAIN (Resource temporarily unavailable)
events=POLLIN}, {fd=8, events=POLLIN}], 3, 470) = 0 (Timeout)
Offline
out of context that's meaningless
/tmp/nemo.strace | curl -F 'file=@-' 0x0.stOffline
You want the full trace?
Offline
Yup, otherwise eg. fd=8 just remains "something".
Offline
Does this URL work
Offline
Yes, the only thing that sticks out during the later 20s are lots and lots of timeouts talking to the X11 server.
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
I couldn't spot anything
[ 22.054] (--) Log file renamed from "/var/log/Xorg.pid-1096.log" to "/var/log/Xorg.0.log"
[ 22.055]
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[ 22.055] Current Operating System: Linux sarutael-sys 6.1.64-1-lts #1 SMP PREEMPT_DYNAMIC Tue, 28 Nov 2023 19:37:35 +0000 x86_64
[ 22.055] Kernel command line: root=UUID=7a3bf45f-2cd6-4cb2-95cf-45d2d6c54628 rw loglevel=3 quiet initrd=\initramfs-linux-lts.img
[ 22.055]
[ 22.055] Current version of pixman: 0.42.2
[ 22.055] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 22.055] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 22.055] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 4 13:34:22 2023
[ 22.057] (==) Using config file: "/etc/X11/xorg.conf"
[ 22.057] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 22.057] (==) ServerLayout "Layout0"
[ 22.057] (**) |-->Screen "Screen0" (0)
[ 22.057] (**) | |-->Monitor "Monitor0"
[ 22.057] (**) | |-->Device "Device0"
[ 22.057] (**) | |-->GPUDevice "Nvidia Prime"
[ 22.057] (**) |-->Input Device "Keyboard0"
[ 22.057] (**) |-->Input Device "Mouse0"
[ 22.057] (**) Option "Xinerama" "0"
[ 22.057] (==) Automatically adding devices
[ 22.057] (==) Automatically enabling devices
[ 22.057] (==) Automatically adding GPU devices
[ 22.057] (==) Automatically binding GPU devices
[ 22.057] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 22.058] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 22.058] Entry deleted from font path.
[ 22.058] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 22.058] Entry deleted from font path.
[ 22.058] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 22.058] Entry deleted from font path.
[ 22.058] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 22.058] Entry deleted from font path.
[ 22.058] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/Type1
[ 22.058] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 22.058] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 22.058] (WW) Disabling Keyboard0
[ 22.058] (WW) Disabling Mouse0
[ 22.058] (II) Module ABI versions:
[ 22.058] X.Org ANSI C Emulation: 0.4
[ 22.058] X.Org Video Driver: 25.2
[ 22.058] X.Org XInput driver : 24.4
[ 22.058] X.Org Server Extension : 10.0
[ 22.059] (++) using VT number 2
[ 22.059] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 22.059] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 22.059] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:0a:00.0/drm/card0
[ 22.061] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 22.063] (--) PCI:*(10@0:0:0) 10de:1401:1458:36c1 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/131072
[ 22.063] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 22.063] (II) LoadModule: "glx"
[ 22.065] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 22.073] (II) Module glx: vendor="X.Org Foundation"
[ 22.073] compiled for 1.21.1.9, module version = 1.0.0
[ 22.073] ABI class: X.Org Server Extension, version 10.0
[ 22.073] (II) LoadModule: "nvidia"
[ 22.073] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 22.079] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 22.079] compiled for 1.6.99.901, module version = 1.0.0
[ 22.079] Module class: X.Org Video Driver
[ 22.079] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 22.079] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 22.081] (II) Loading sub module "fb"
[ 22.081] (II) LoadModule: "fb"
[ 22.081] (II) Module "fb" already built-in
[ 22.081] (II) Loading sub module "wfb"
[ 22.081] (II) LoadModule: "wfb"
[ 22.081] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 22.082] (II) Module wfb: vendor="X.Org Foundation"
[ 22.082] compiled for 1.21.1.9, module version = 1.0.0
[ 22.082] ABI class: X.Org ANSI C Emulation, version 0.4
[ 22.083] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 22.083] (==) NVIDIA(0): RGB weight 888
[ 22.083] (==) NVIDIA(0): Default visual is TrueColor
[ 22.083] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 22.083] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 22.083] (**) NVIDIA(0): Option "Stereo" "0"
[ 22.083] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-4"
[ 22.083] (**) NVIDIA(0): Option "SLI" "Off"
[ 22.083] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 22.083] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 22.083] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 22.083] (**) NVIDIA(0): Stereo disabled by request
[ 22.083] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 22.083] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 22.083] (**) NVIDIA(0): Option "MetaModes" "DP-0: nvidia-auto-select +0+180"
[ 22.083] (**) NVIDIA(0): Enabling 2D acceleration
[ 22.083] (II) Loading sub module "glxserver_nvidia"
[ 22.083] (II) LoadModule: "glxserver_nvidia"
[ 22.084] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 22.163] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 22.163] compiled for 1.6.99.901, module version = 1.0.0
[ 22.163] Module class: X.Org Server Extension
[ 22.163] (II) NVIDIA GLX Module 545.29.06 Thu Nov 16 01:55:23 UTC 2023
[ 22.164] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 22.870] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:10:0:0
[ 22.870] (--) NVIDIA(0): CRT-0
[ 22.870] (--) NVIDIA(0): DFP-0
[ 22.870] (--) NVIDIA(0): DFP-1
[ 22.870] (--) NVIDIA(0): DFP-2 (boot)
[ 22.870] (--) NVIDIA(0): DFP-3
[ 22.870] (--) NVIDIA(0): DFP-4
[ 22.870] (--) NVIDIA(0): DFP-5
[ 22.870] (--) NVIDIA(0): DFP-6
[ 22.870] (--) NVIDIA(0): DFP-7
[ 22.871] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 960 (GM206-A) at PCI:10:0:0
[ 22.871] (II) NVIDIA(0): (GPU-0)
[ 22.871] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 22.871] (--) NVIDIA(0): VideoBIOS: 84.06.26.00.12
[ 22.871] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 22.874] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 22.875] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 22.875] (--) NVIDIA(GPU-0):
[ 22.878] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 22.878] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 22.878] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 22.878] (--) NVIDIA(GPU-0):
[ 22.878] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 22.878] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 22.878] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 22.878] (--) NVIDIA(GPU-0):
[ 22.879] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): connected
[ 22.879] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): Internal DisplayPort
[ 22.879] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): 960.0 MHz maximum pixel clock
[ 22.879] (--) NVIDIA(GPU-0):
[ 22.884] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 22.884] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 22.884] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 22.884] (--) NVIDIA(GPU-0):
[ 22.884] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): connected
[ 22.884] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): Internal DisplayPort
[ 22.884] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): 960.0 MHz maximum pixel clock
[ 22.884] (--) NVIDIA(GPU-0):
[ 22.886] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 22.886] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 22.886] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 22.886] (--) NVIDIA(GPU-0):
[ 22.886] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 22.886] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 22.886] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 22.886] (--) NVIDIA(GPU-0):
[ 22.886] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 22.886] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 22.886] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 22.886] (--) NVIDIA(GPU-0):
[ 22.891] (II) NVIDIA(0): Validated MetaModes:
[ 22.891] (II) NVIDIA(0): "DP-0:nvidia-auto-select+0+180"
[ 22.891] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1260
[ 22.895] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[ 22.895] (--) NVIDIA(0): option
[ 22.895] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[ 22.895] (II) NVIDIA: access.
[ 22.897] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 22.897] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 22.897] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 22.897] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 22.897] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 22.897] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 22.897] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 22.897] (II) NVIDIA(0): Config Options in the README.
[ 22.914] (II) NVIDIA(0): Setting mode "DP-0:nvidia-auto-select+0+180"
[ 23.007] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 23.007] (==) NVIDIA(0): Backing store enabled
[ 23.007] (==) NVIDIA(0): Silken mouse enabled
[ 23.007] (**) NVIDIA(0): DPMS enabled
[ 23.007] (II) Loading sub module "dri2"
[ 23.007] (II) LoadModule: "dri2"
[ 23.007] (II) Module "dri2" already built-in
[ 23.007] (II) NVIDIA(0): [DRI2] Setup complete
[ 23.007] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 23.008] (II) Initializing extension Generic Event Extension
[ 23.008] (II) Initializing extension SHAPE
[ 23.008] (II) Initializing extension MIT-SHM
[ 23.008] (II) Initializing extension XInputExtension
[ 23.008] (II) Initializing extension XTEST
[ 23.008] (II) Initializing extension BIG-REQUESTS
[ 23.008] (II) Initializing extension SYNC
[ 23.008] (II) Initializing extension XKEYBOARD
[ 23.008] (II) Initializing extension XC-MISC
[ 23.008] (II) Initializing extension SECURITY
[ 23.008] (II) Initializing extension XFIXES
[ 23.008] (II) Initializing extension RENDER
[ 23.008] (II) Initializing extension RANDR
[ 23.008] (II) Initializing extension COMPOSITE
[ 23.009] (II) Initializing extension DAMAGE
[ 23.009] (II) Initializing extension MIT-SCREEN-SAVER
[ 23.009] (II) Initializing extension DOUBLE-BUFFER
[ 23.009] (II) Initializing extension RECORD
[ 23.009] (II) Initializing extension DPMS
[ 23.009] (II) Initializing extension Present
[ 23.009] (II) Initializing extension DRI3
[ 23.009] (II) Initializing extension X-Resource
[ 23.009] (II) Initializing extension XVideo
[ 23.009] (II) Initializing extension XVideo-MotionCompensation
[ 23.009] (II) Initializing extension GLX
[ 23.009] (II) Initializing extension GLX
[ 23.009] (II) Indirect GLX disabled.
[ 23.010] (II) GLX: Another vendor is already registered for screen 0
[ 23.010] (II) Initializing extension XFree86-VidModeExtension
[ 23.010] (II) Initializing extension XFree86-DGA
[ 23.010] (II) Initializing extension XFree86-DRI
[ 23.010] (II) Initializing extension DRI2
[ 23.010] (II) Initializing extension NV-GLX
[ 23.010] (II) Initializing extension NV-CONTROL
[ 23.010] (II) Initializing extension XINERAMA
[ 23.081] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 23.081] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 23.081] (II) LoadModule: "libinput"
[ 23.082] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 23.085] (II) Module libinput: vendor="X.Org Foundation"
[ 23.085] compiled for 1.21.1.8, module version = 1.4.0
[ 23.085] Module class: X.Org XInput Driver
[ 23.085] ABI class: X.Org XInput driver, version 24.4
[ 23.085] (II) Using input driver 'libinput' for 'Power Button'
[ 23.085] (**) Power Button: always reports core events
[ 23.085] (**) Option "Device" "/dev/input/event1"
[ 23.090] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 23.090] (II) event1 - Power Button: device is a keyboard
[ 23.090] (II) event1 - Power Button: device removed
[ 23.113] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 23.113] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 23.114] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 23.114] (II) event1 - Power Button: device is a keyboard
[ 23.115] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 23.115] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 23.115] (II) Using input driver 'libinput' for 'Power Button'
[ 23.115] (**) Power Button: always reports core events
[ 23.115] (**) Option "Device" "/dev/input/event0"
[ 23.115] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 23.115] (II) event0 - Power Button: device is a keyboard
[ 23.116] (II) event0 - Power Button: device removed
[ 23.130] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 23.130] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 23.131] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 23.131] (II) event0 - Power Button: device is a keyboard
[ 23.132] (II) config/udev: Adding input device Corsair Corsair Gaming SABRE RGB Mouse (/dev/input/event6)
[ 23.132] (**) Corsair Corsair Gaming SABRE RGB Mouse: Applying InputClass "libinput pointer catchall"
[ 23.132] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming SABRE RGB Mouse'
[ 23.132] (**) Corsair Corsair Gaming SABRE RGB Mouse: always reports core events
[ 23.132] (**) Option "Device" "/dev/input/event6"
[ 23.188] (II) event6 - Corsair Corsair Gaming SABRE RGB Mouse: is tagged by udev as: Mouse
[ 23.189] (II) event6 - Corsair Corsair Gaming SABRE RGB Mouse: device is a pointer
[ 23.189] (II) event6 - Corsair Corsair Gaming SABRE RGB Mouse: device removed
[ 23.223] (II) libinput: Corsair Corsair Gaming SABRE RGB Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.223] (II) libinput: Corsair Corsair Gaming SABRE RGB Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.223] (II) libinput: Corsair Corsair Gaming SABRE RGB Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.1/1-7.1.1/1-7.1.1:1.0/0003:1B1C:1B2F.0004/input/input6/event6"
[ 23.223] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming SABRE RGB Mouse" (type: MOUSE, id 8)
[ 23.223] (**) Option "AccelerationScheme" "none"
[ 23.223] (**) Corsair Corsair Gaming SABRE RGB Mouse: (accel) selected scheme none/0
[ 23.223] (**) Corsair Corsair Gaming SABRE RGB Mouse: (accel) acceleration factor: 2.000
[ 23.224] (**) Corsair Corsair Gaming SABRE RGB Mouse: (accel) acceleration threshold: 4
[ 23.282] (II) event6 - Corsair Corsair Gaming SABRE RGB Mouse: is tagged by udev as: Mouse
[ 23.282] (II) event6 - Corsair Corsair Gaming SABRE RGB Mouse: device is a pointer
[ 23.284] (II) config/udev: Adding input device Corsair Corsair Gaming SABRE RGB Mouse (/dev/input/js0)
[ 23.284] (II) No input driver specified, ignoring this device.
[ 23.284] (II) This device may have been added with another device file.
[ 23.285] (II) config/udev: Adding input device Corsair Corsair Gaming SABRE RGB Mouse (/dev/input/mouse0)
[ 23.285] (II) No input driver specified, ignoring this device.
[ 23.285] (II) This device may have been added with another device file.
[ 23.286] (II) config/udev: Adding input device Corsair Corsair Gaming SABRE RGB Mouse (/dev/input/event7)
[ 23.286] (II) No input driver specified, ignoring this device.
[ 23.286] (II) This device may have been added with another device file.
[ 23.287] (II) config/udev: Adding input device Corsair Corsair Gaming SABRE RGB Mouse (/dev/input/event8)
[ 23.287] (II) No input driver specified, ignoring this device.
[ 23.287] (II) This device may have been added with another device file.
[ 23.288] (II) config/udev: Adding input device Lenovo FHD Webcam: Lenovo FHD W (/dev/input/event11)
[ 23.288] (**) Lenovo FHD Webcam: Lenovo FHD W: Applying InputClass "libinput keyboard catchall"
[ 23.288] (II) Using input driver 'libinput' for 'Lenovo FHD Webcam: Lenovo FHD W'
[ 23.288] (**) Lenovo FHD Webcam: Lenovo FHD W: always reports core events
[ 23.288] (**) Option "Device" "/dev/input/event11"
[ 23.290] (II) event11 - Lenovo FHD Webcam: Lenovo FHD W: is tagged by udev as: Keyboard
[ 23.290] (II) event11 - Lenovo FHD Webcam: Lenovo FHD W: device is a keyboard
[ 23.291] (II) event11 - Lenovo FHD Webcam: Lenovo FHD W: device removed
[ 23.333] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.1/1-7.1.2/1-7.1.2:1.0/input/input11/event11"
[ 23.333] (II) XINPUT: Adding extended input device "Lenovo FHD Webcam: Lenovo FHD W" (type: KEYBOARD, id 9)
[ 23.336] (II) event11 - Lenovo FHD Webcam: Lenovo FHD W: is tagged by udev as: Keyboard
[ 23.336] (II) event11 - Lenovo FHD Webcam: Lenovo FHD W: device is a keyboard
[ 23.337] (II) config/udev: Adding input device Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard (/dev/input/event3)
[ 23.337] (**) Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: Applying InputClass "libinput keyboard catchall"
[ 23.337] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard'
[ 23.337] (**) Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: always reports core events
[ 23.337] (**) Option "Device" "/dev/input/event3"
[ 23.339] (II) event3 - Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: is tagged by udev as: Keyboard
[ 23.339] (II) event3 - Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: device is a keyboard
[ 23.340] (II) event3 - Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: device removed
[ 23.360] (II) libinput: Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: needs a virtual subdevice
[ 23.360] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.2/1-7.2:1.0/0003:1B1C:1B3A.0002/input/input3/event3"
[ 23.360] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard" (type: MOUSE, id 10)
[ 23.360] (**) Option "AccelerationScheme" "none"
[ 23.360] (**) Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: (accel) selected scheme none/0
[ 23.360] (**) Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: (accel) acceleration factor: 2.000
[ 23.360] (**) Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: (accel) acceleration threshold: 4
[ 23.362] (II) event3 - Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: is tagged by udev as: Keyboard
[ 23.363] (II) event3 - Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: device is a keyboard
[ 23.364] (II) config/udev: Adding input device Corsair Corsair Gaming K70 RAPIDFIRE Keyboard (/dev/input/event4)
[ 23.364] (II) No input driver specified, ignoring this device.
[ 23.364] (II) This device may have been added with another device file.
[ 23.365] (II) config/udev: Adding input device Corsair Corsair Gaming K70 RAPIDFIRE Keyboard (/dev/input/event5)
[ 23.365] (II) No input driver specified, ignoring this device.
[ 23.365] (II) This device may have been added with another device file.
[ 23.367] (II) config/udev: Adding input device Jabra SPEAK 510 USB (/dev/input/event2)
[ 23.367] (**) Jabra SPEAK 510 USB: Applying InputClass "libinput keyboard catchall"
[ 23.367] (II) Using input driver 'libinput' for 'Jabra SPEAK 510 USB'
[ 23.367] (**) Jabra SPEAK 510 USB: always reports core events
[ 23.367] (**) Option "Device" "/dev/input/event2"
[ 23.369] (II) event2 - Jabra SPEAK 510 USB: is tagged by udev as: Keyboard
[ 23.369] (II) event2 - Jabra SPEAK 510 USB: device is a keyboard
[ 23.369] (II) event2 - Jabra SPEAK 510 USB: device removed
[ 23.403] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:04.0/0000:07:00.0/usb3/3-2/3-2:1.3/0003:0B0E:0420.0001/input/input2/event2"
[ 23.403] (II) XINPUT: Adding extended input device "Jabra SPEAK 510 USB" (type: KEYBOARD, id 11)
[ 23.406] (II) event2 - Jabra SPEAK 510 USB: is tagged by udev as: Keyboard
[ 23.406] (II) event2 - Jabra SPEAK 510 USB: device is a keyboard
[ 23.407] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 23.407] (II) No input driver specified, ignoring this device.
[ 23.407] (II) This device may have been added with another device file.
[ 23.408] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 23.408] (II) No input driver specified, ignoring this device.
[ 23.408] (II) This device may have been added with another device file.
[ 23.408] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 23.408] (II) No input driver specified, ignoring this device.
[ 23.408] (II) This device may have been added with another device file.
[ 23.409] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 23.409] (II) No input driver specified, ignoring this device.
[ 23.409] (II) This device may have been added with another device file.
[ 23.409] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[ 23.409] (II) No input driver specified, ignoring this device.
[ 23.409] (II) This device may have been added with another device file.
[ 23.410] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event17)
[ 23.410] (II) No input driver specified, ignoring this device.
[ 23.410] (II) This device may have been added with another device file.
[ 23.410] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[ 23.410] (II) No input driver specified, ignoring this device.
[ 23.410] (II) This device may have been added with another device file.
[ 23.411] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[ 23.411] (II) No input driver specified, ignoring this device.
[ 23.411] (II) This device may have been added with another device file.
[ 23.411] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[ 23.411] (II) No input driver specified, ignoring this device.
[ 23.411] (II) This device may have been added with another device file.
[ 23.412] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[ 23.412] (II) No input driver specified, ignoring this device.
[ 23.412] (II) This device may have been added with another device file.
[ 23.412] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[ 23.412] (II) No input driver specified, ignoring this device.
[ 23.412] (II) This device may have been added with another device file.
[ 23.413] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event10)
[ 23.413] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 23.413] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 23.413] (**) Eee PC WMI hotkeys: always reports core events
[ 23.413] (**) Option "Device" "/dev/input/event10"
[ 23.414] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 23.414] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[ 23.414] (II) event10 - Eee PC WMI hotkeys: device removed
[ 23.457] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event10"
[ 23.457] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[ 23.458] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 23.458] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[ 23.459] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 23.459] (II) No input driver specified, ignoring this device.
[ 23.459] (II) This device may have been added with another device file.
[ 23.467] (**) Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: Applying InputClass "libinput keyboard catchall"
[ 23.467] (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard'
[ 23.467] (**) Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: always reports core events
[ 23.467] (**) Option "Device" "/dev/input/event3"
[ 23.467] (II) libinput: Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: is a virtual subdevice
[ 23.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-7/1-7.2/1-7.2:1.0/0003:1B1C:1B3A.0002/input/input3/event3"
[ 23.467] (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard" (type: KEYBOARD, id 13)
[ 27.659] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 27.659] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 27.659] (--) NVIDIA(GPU-0):
[ 27.663] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 27.663] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 27.663] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 27.663] (--) NVIDIA(GPU-0):
[ 27.663] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 27.663] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 27.663] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 27.663] (--) NVIDIA(GPU-0):
[ 27.663] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): connected
[ 27.663] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): Internal DisplayPort
[ 27.663] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): 960.0 MHz maximum pixel clock
[ 27.663] (--) NVIDIA(GPU-0):
[ 27.669] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 27.669] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 27.669] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 27.669] (--) NVIDIA(GPU-0):
[ 27.669] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): connected
[ 27.669] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): Internal DisplayPort
[ 27.669] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): 960.0 MHz maximum pixel clock
[ 27.669] (--) NVIDIA(GPU-0):
[ 27.671] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 27.671] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 27.671] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 27.671] (--) NVIDIA(GPU-0):
[ 27.671] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 27.671] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 27.671] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 27.671] (--) NVIDIA(GPU-0):
[ 27.671] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 27.671] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 27.671] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 27.671] (--) NVIDIA(GPU-0):
[ 27.682] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 27.682] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 27.682] (--) NVIDIA(GPU-0):
[ 27.686] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 27.686] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 27.686] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 27.686] (--) NVIDIA(GPU-0):
[ 27.686] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 27.686] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 27.686] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 27.686] (--) NVIDIA(GPU-0):
[ 27.686] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): connected
[ 27.686] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): Internal DisplayPort
[ 27.686] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): 960.0 MHz maximum pixel clock
[ 27.686] (--) NVIDIA(GPU-0):
[ 27.691] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 27.691] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 27.691] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 27.691] (--) NVIDIA(GPU-0):
[ 27.691] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): connected
[ 27.691] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): Internal DisplayPort
[ 27.691] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): 960.0 MHz maximum pixel clock
[ 27.691] (--) NVIDIA(GPU-0):
[ 27.692] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 27.692] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 27.692] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 27.692] (--) NVIDIA(GPU-0):
[ 27.692] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 27.692] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 27.692] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 27.692] (--) NVIDIA(GPU-0):
[ 27.692] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 27.692] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 27.692] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 27.692] (--) NVIDIA(GPU-0):
[ 27.740] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 27.740] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 27.740] (--) NVIDIA(GPU-0):
[ 27.743] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 27.743] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 27.743] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 27.743] (--) NVIDIA(GPU-0):
[ 27.743] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 27.743] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 27.743] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 27.743] (--) NVIDIA(GPU-0):
[ 27.744] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): connected
[ 27.744] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): Internal DisplayPort
[ 27.744] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): 960.0 MHz maximum pixel clock
[ 27.744] (--) NVIDIA(GPU-0):
[ 27.749] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 27.749] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 27.749] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 27.749] (--) NVIDIA(GPU-0):
[ 27.749] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): connected
[ 27.749] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): Internal DisplayPort
[ 27.749] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): 960.0 MHz maximum pixel clock
[ 27.749] (--) NVIDIA(GPU-0):
[ 27.749] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 27.749] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 27.749] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 27.749] (--) NVIDIA(GPU-0):
[ 27.749] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 27.749] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 27.749] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 27.749] (--) NVIDIA(GPU-0):
[ 27.749] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 27.749] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 27.749] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 27.749] (--) NVIDIA(GPU-0):
[ 28.337] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 28.337] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 28.337] (--) NVIDIA(GPU-0):
[ 28.341] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 28.341] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 28.341] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 28.341] (--) NVIDIA(GPU-0):
[ 28.341] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 28.341] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 28.341] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 28.341] (--) NVIDIA(GPU-0):
[ 28.341] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): connected
[ 28.341] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): Internal DisplayPort
[ 28.341] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): 960.0 MHz maximum pixel clock
[ 28.341] (--) NVIDIA(GPU-0):
[ 28.346] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 28.346] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 28.346] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 28.346] (--) NVIDIA(GPU-0):
[ 28.346] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): connected
[ 28.346] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): Internal DisplayPort
[ 28.346] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): 960.0 MHz maximum pixel clock
[ 28.346] (--) NVIDIA(GPU-0):
[ 28.349] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 28.349] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 28.349] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 28.349] (--) NVIDIA(GPU-0):
[ 28.349] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 28.349] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 28.349] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 28.349] (--) NVIDIA(GPU-0):
[ 28.349] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 28.349] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 28.349] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 28.349] (--) NVIDIA(GPU-0):
[ 28.568] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+170 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 28.658] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+170 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-2: nvidia-auto-select @3440x1440 +1920+0 {ViewPortIn=3440x1440, ViewPortOut=3440x1440+0+0}"
[ 29.353] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 29.353] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 29.353] (--) NVIDIA(GPU-0):
[ 29.357] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 29.357] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 29.357] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 29.357] (--) NVIDIA(GPU-0):
[ 29.357] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 29.357] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 29.357] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 29.357] (--) NVIDIA(GPU-0):
[ 29.357] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): connected
[ 29.357] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): Internal DisplayPort
[ 29.357] (--) NVIDIA(GPU-0): DELL P2422HE (DFP-2): 960.0 MHz maximum pixel clock
[ 29.357] (--) NVIDIA(GPU-0):
[ 29.363] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 29.363] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 29.363] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 29.363] (--) NVIDIA(GPU-0):
[ 29.363] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): connected
[ 29.363] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): Internal DisplayPort
[ 29.363] (--) NVIDIA(GPU-0): Idek Iiyama PL3493WQ (DFP-4): 960.0 MHz maximum pixel clock
[ 29.363] (--) NVIDIA(GPU-0):
[ 29.365] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 29.365] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 29.365] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 29.365] (--) NVIDIA(GPU-0):
[ 29.365] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 29.365] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 29.365] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[ 29.365] (--) NVIDIA(GPU-0):
[ 29.365] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 29.365] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 29.365] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 29.365] (--) NVIDIA(GPU-0):
[ 62.159] (II) event1 - Power Button: device removed
[ 62.174] (II) event0 - Power Button: device removed
[ 62.190] (II) event6 - Corsair Corsair Gaming SABRE RGB Mouse: device removed
[ 62.224] (II) event11 - Lenovo FHD Webcam: Lenovo FHD W: device removed
[ 62.257] (II) event2 - Jabra SPEAK 510 USB: device removed
[ 62.293] (II) event10 - Eee PC WMI hotkeys: device removed
[ 62.324] (II) event3 - Corsair Corsair Gaming K70 RAPIDFIRE Keyboard Keyboard: device removedOffline