Systemd not respecting timeout config?

I’m tired of my laptop taking ages to shutdown whenever a program acts up and won’t stop properly, so I configured /etc/systemd/system.conf like so:

DefaultTimeoutStopSec=05s

(that’s not the whole file, just the relevant setting)

But it seems to be getting ignored, here’s some of the entries from the tail end of journalctl from my last shutdown (it’s a lot)

mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping Accessibility services bus...
mar 19 20:00:29 coomerbox3000 gvfsd[1277]: A connection to the bus can't be made
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping D-Bus User Message Bus...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping User preferences database...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping Virtual filesystem service...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping Bluetooth OBEX service...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping PipeWire PulseAudio...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping Portal service...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping flatpak document portal service...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping sandboxed app permission store...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped User preferences database.
mar 19 20:00:29 coomerbox3000 systemd[971]: obex.service: Main process exited, code=exited, status=1/FAILURE
mar 19 20:00:29 coomerbox3000 systemd[971]: obex.service: Failed with result 'exit-code'.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped Bluetooth OBEX service.
mar 19 20:00:29 coomerbox3000 systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
mar 19 20:00:29 coomerbox3000 systemd[1]: Unmounted /run/user/1000/doc.
mar 19 20:00:29 coomerbox3000 systemd[1]: run-user-1000-gvfs.mount: Deactivated successfully.
mar 19 20:00:29 coomerbox3000 systemd[1]: Unmounted /run/user/1000/gvfs.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped PipeWire PulseAudio.
mar 19 20:00:29 coomerbox3000 systemd[971]: pipewire-pulse.service: Consumed 37.943s CPU time.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped Virtual filesystem service.
mar 19 20:00:29 coomerbox3000 systemd[971]: xdg-document-portal.service: Main process exited, code=exited, status=20/n/a
mar 19 20:00:29 coomerbox3000 systemd[971]: xdg-document-portal.service: Failed with result 'exit-code'.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped flatpak document portal service.
mar 19 20:00:29 coomerbox3000 systemd[971]: xdg-permission-store.service: Main process exited, code=exited, status=1/FAILURE
mar 19 20:00:29 coomerbox3000 systemd[971]: xdg-permission-store.service: Failed with result 'exit-code'.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped sandboxed app permission store.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping PipeWire Media Session Manager...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped D-Bus User Message Bus.
mar 19 20:00:29 coomerbox3000 systemd[971]: dbus.service: Consumed 2.106s CPU time.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped Portal service.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped PipeWire Media Session Manager.
mar 19 20:00:29 coomerbox3000 systemd[971]: pipewire-media-session.service: Consumed 3.693s CPU time.
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopping PipeWire Multimedia Service...
mar 19 20:00:29 coomerbox3000 systemd[971]: Stopped PipeWire Multimedia Service.
mar 19 20:00:29 coomerbox3000 systemd[971]: pipewire.service: Consumed 4.776s CPU time.
mar 19 20:00:29 coomerbox3000 systemd[971]: Removed slice User Core Session Slice.
mar 19 20:00:29 coomerbox3000 systemd[971]: session.slice: Consumed 49.487s CPU time.
mar 19 20:00:29 coomerbox3000 wpa_supplicant[947]: wlo1: CTRL-EVENT-DISCONNECTED bssid=fc:ec:da:15:a8:b0 reason=3 locally_generated=1
mar 19 20:00:29 coomerbox3000 wpa_supplicant[947]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:00:29 coomerbox3000 NetworkManager[703]: <info>  [1647720029.6511] device (wlo1): supplicant interface state: completed -> disconnected
mar 19 20:00:29 coomerbox3000 NetworkManager[703]: <info>  [1647720029.6511] device (p2p-dev-wlo1): supplicant management interface state: compl>
mar 19 20:00:29 coomerbox3000 NetworkManager[703]: <info>  [1647720029.6513] device (wlo1): state change: deactivating -> disconnected (reason '>
mar 19 20:00:29 coomerbox3000 NetworkManager[703]: <info>  [1647720029.6514] dhcp4 (wlo1): canceled DHCP transaction
mar 19 20:00:29 coomerbox3000 NetworkManager[703]: <info>  [1647720029.6515] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seco>
mar 19 20:00:29 coomerbox3000 NetworkManager[703]: <info>  [1647720029.6515] dhcp4 (wlo1): state changed no lease
mar 19 20:00:29 coomerbox3000 NetworkManager[703]: <info>  [1647720029.6526] device (wlo1): set-hw-addr: set MAC address to 2A:BF:26:F3:E5:C5 (s>
mar 19 20:00:29 coomerbox3000 systemd-resolved[668]: wlo1: Bus client set default route setting: no
mar 19 20:00:29 coomerbox3000 systemd-resolved[668]: wlo1: Bus client reset DNS server list.
mar 19 20:00:29 coomerbox3000 NetworkManager[703]: <info>  [1647720029.6911] manager: NetworkManager state is now DISCONNECTED
mar 19 20:00:29 coomerbox3000 dbus-daemon[676]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.fre>
mar 19 20:00:29 coomerbox3000 dbus-daemon[676]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Re>
mar 19 20:00:29 coomerbox3000 dbus-daemon[676]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.fre>
mar 19 20:00:29 coomerbox3000 dbus-daemon[676]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Re>
mar 19 20:00:29 coomerbox3000 dbus-daemon[676]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.fre>
mar 19 20:00:29 coomerbox3000 dbus-daemon[676]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Re>
mar 19 20:00:29 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped Accessibility services bus.
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped target Basic System.
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped target Paths.
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped target Sockets.
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped target Timers.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed D-Bus User Message Bus Socket.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG network certificate management daemon.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GCR ssh-agent wrapper.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG cryptographic agent (ssh-agent emulation).
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG cryptographic agent and passphrase cache.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed p11-kit server.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed PipeWire PulseAudio.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed PipeWire Multimedia System Socket.
mar 19 20:00:30 coomerbox3000 sddm[730]: Display server stopped.
mar 19 20:00:30 coomerbox3000 sddm[730]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 19 20:00:30 coomerbox3000 sddm[730]: Removing display ":0" ...
mar 19 20:00:30 coomerbox3000 sddm[730]: Adding new display on vt 1 ...
mar 19 20:00:30 coomerbox3000 sddm[730]: Loading theme configuration from ""
mar 19 20:00:30 coomerbox3000 sddm[730]: Display server starting...
mar 19 20:00:30 coomerbox3000 sddm[730]: Adding cookie to "/var/run/sddm/{81891eb6-e7ee-4b7b-97d4-affdc13ffbe1}"
mar 19 20:00:30 coomerbox3000 sddm[730]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{81891eb6-e7ee-4>
mar 19 20:00:31 coomerbox3000 sddm[730]: Setting default cursor
mar 19 20:00:32 coomerbox3000 sddm[730]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server started.
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server starting...
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server started.
mar 19 20:00:32 coomerbox3000 sddm[730]: Loading theme configuration from "/usr/share/sddm/themes/breath/theme.conf"
mar 19 20:00:32 coomerbox3000 sddm[730]: Greeter starting...
mar 19 20:00:32 coomerbox3000 sddm[730]: Signal received: SIGTERM
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopping...
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopping...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Starting...
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_AUTH pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authenticati>
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_ACCT pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting g>
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Authenticating...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] returning.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 19 20:00:32 coomerbox3000 sddm[730]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped Simple Desktop Display Manager.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" e>
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Consumed 6min 11.846s CPU time.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopping User Login Management...
mar 19 20:00:32 coomerbox3000 systemd[1]: systemd-logind.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped User Login Management.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-logind comm=">
mar 19 20:00:32 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Stopping timed out. Killing.
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798441 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798447 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Failed with result 'timeout'.
mar 19 20:01:59 coomerbox3000 systemd[971]: Stopped Lutris.
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Consumed 1min 4.310s CPU time.
mar 19 20:01:59 coomerbox3000 systemd[971]: Removed slice User Application Slice.
mar 19 20:01:59 coomerbox3000 systemd[971]: app.slice: Consumed 12min 19.531s CPU time.
mar 19 20:01:59 coomerbox3000 systemd[971]: Reached target Shutdown.
mar 19 20:01:59 coomerbox3000 systemd[971]: Finished Exit the Session.
mar 19 20:01:59 coomerbox3000 systemd[971]: Reached target Exit the Session.
mar 19 20:01:59 coomerbox3000 systemd[972]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] termin>
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@1000 comm="syste>
mar 19 20:01:59 coomerbox3000 systemd[1]: user@1000.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped User Manager for UID 1000.
mar 19 20:01:59 coomerbox3000 systemd[1]: user@1000.service: Consumed 13min 11.413s CPU time.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping User Runtime Directory /run/user/1000...
mar 19 20:01:59 coomerbox3000 kernel: kauditd_printk_skb: 13 callbacks suppressed
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.617:264): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:01:59 coomerbox3000 systemd[1]: run-user-1000.mount: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Unmounted /run/user/1000.
mar 19 20:01:59 coomerbox3000 systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped User Runtime Directory /run/user/1000.
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000>
mar 19 20:01:59 coomerbox3000 systemd[1]: Removed slice User Slice of UID 1000.
mar 19 20:01:59 coomerbox3000 systemd[1]: user-1000.slice: Consumed 2h 32min 38.025s CPU time.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping Permit User Sessions...
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.620:265): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:01:59 coomerbox3000 systemd[1]: systemd-user-sessions.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped Permit User Sessions.
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-user-sessions>
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped target Network.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped target Remote File Systems.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping Network Manager...
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.6243] caught SIGTERM, shutting down normally.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping Network Name Resolution...
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: nl80211: deinit ifname=p2p-dev-wlo1 disabled_11b_rates=0
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping WPA supplicant...
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.623:266): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:01:59 coomerbox3000 systemd[1]: systemd-resolved.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped Network Name Resolution.
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-resolved comm>
mar 19 20:01:59 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.650:267): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1334 audit(1647720119.650:268): prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1334 audit(1647720119.650:269): prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: p2p-dev-wlo1: CTRL-EVENT-TERMINATING
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.6814] device (wlo1): state change: disconnected -> unmanaged (reason 'unm>
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.6960] device (wlo1): set-hw-addr: reset MAC address to 64:5D:86:5A:06:13 >
mar 19 20:01:59 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1334 audit(1647720119.797:270): prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.8928] device (p2p-dev-wlo1): state change: disconnected -> unmanaged (rea>
mar 19 20:01:59 coomerbox3000 dbus-daemon[676]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.fre>
mar 19 20:01:59 coomerbox3000 dbus-daemon[676]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Re>
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.9312] exiting (success)
mar 19 20:01:59 coomerbox3000 systemd[1]: NetworkManager.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped Network Manager.
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager comm=">
mar 19 20:01:59 coomerbox3000 systemd[1]: NetworkManager.service: Consumed 6.100s CPU time.
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.937:271): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:02:00 coomerbox3000 wpa_supplicant[947]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:02:00 coomerbox3000 wpa_supplicant[947]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
mar 19 20:02:00 coomerbox3000 wpa_supplicant[947]: wlo1: CTRL-EVENT-TERMINATING
mar 19 20:02:00 coomerbox3000 systemd[1]: wpa_supplicant.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped WPA supplicant.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=wpa_supplicant comm=">
mar 19 20:02:00 coomerbox3000 systemd[1]: wpa_supplicant.service: Consumed 1.322s CPU time.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping D-Bus System Message Bus...
mar 19 20:02:00 coomerbox3000 kernel: audit: type=1131 audit(1647720120.063:272): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:02:00 coomerbox3000 systemd[1]: dbus.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped D-Bus System Message Bus.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=dbus comm="systemd" e>
mar 19 20:02:00 coomerbox3000 systemd[1]: dbus.service: Consumed 41.966s CPU time.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Basic System.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Path Units.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Slice Units.
mar 19 20:02:00 coomerbox3000 systemd[1]: Removed slice User and Session Slice.
mar 19 20:02:00 coomerbox3000 systemd[1]: user.slice: Consumed 2h 32min 38.025s CPU time.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Socket Units.
mar 19 20:02:00 coomerbox3000 systemd[1]: avahi-daemon.socket: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
mar 19 20:02:00 coomerbox3000 systemd[1]: dbus.socket: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Closed D-Bus System Message Bus Socket.
mar 19 20:02:00 coomerbox3000 systemd[1]: nordvpnd.socket: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Closed NordVPN Daemon Socket.
mar 19 20:02:00 coomerbox3000 systemd[1]: snapd.socket: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Closed Socket activation for snappy daemon.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target System Initialization.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Local Encrypted Volumes.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 kernel: audit: type=1131 audit(1647720120.077:273): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Local Integrity Protected Volumes.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Local Verity Protected Volumes.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:intel_backlight...
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping Set Up Additional Binary Formats...
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-sysctl.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Apply Kernel Variables.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-sysctl comm=">
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-modules-load >
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-modules-load.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-update-done c>
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=ldconfig comm="system>
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hwdb-update c>
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-catal>
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Load Kernel Modules.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-update-done.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Update is Completed.
mar 19 20:02:00 coomerbox3000 systemd[1]: ldconfig.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Rebuild Dynamic Linker Cache.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-hwdb-update.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Rebuild Hardware Database.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Rebuild Journal Catalog.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-binfmt.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Set Up Additional Binary Formats.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-binfmt comm=">
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-backlight@backlight:acpi_video0.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@bac>
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-backlight@backlight:intel_backlight.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:intel_backlight.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@bac>
mar 19 20:02:00 coomerbox3000 systemd[1]: Removed slice Slice /system/systemd-backlight.
mar 19 20:02:00 coomerbox3000 systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 audit[798898]: SYSTEM_SHUTDOWN pid=798898 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg=' comm="system>
mar 19 20:02:01 coomerbox3000 systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
mar 19 20:02:01 coomerbox3000 systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: systemd-update-utmp.service: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
mar 19 20:02:01 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-update-utmp c>
mar 19 20:02:01 coomerbox3000 systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped Create Volatile Files and Directories.
mar 19 20:02:01 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-setu>
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped target Local File Systems.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting /boot/efi...
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting /run/credentials/systemd-sysusers.service...
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting /run/media/rabcor/KingSpec...
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting /run/media/rabcor/WD...
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting Temporary Directory /tmp...
mar 19 20:02:01 coomerbox3000 systemd[1]: boot-efi.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounted /boot/efi.
mar 19 20:02:01 coomerbox3000 systemd[1]: systemd-fsck@dev-disk-by\x2duuid-B822\x2d64D2.service: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped File System Check on /dev/disk/by-uuid/B822-64D2.
mar 19 20:02:01 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-fsck@dev-disk>
mar 19 20:02:01 coomerbox3000 systemd[1]: Removed slice Slice /system/systemd-fsck.
mar 19 20:02:01 coomerbox3000 systemd[1]: run-credentials-systemd\x2dsysusers.service.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounted /run/credentials/systemd-sysusers.service.
mar 19 20:02:01 coomerbox3000 systemd[1]: tmp.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounted Temporary Directory /tmp.
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped target Swaps.
mar 19 20:02:01 coomerbox3000 systemd[1]: Deactivating swap /swapfile...
mar 19 20:02:01 coomerbox3000 systemd[1]: swapfile.swap: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Deactivated swap /swapfile.
mar 19 20:02:01 coomerbox3000 kernel: XFS (sdb1): Unmounting Filesystem
mar 19 20:02:01 coomerbox3000 systemd[1]: run-media-rabcor-KingSpec.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounted /run/media/rabcor/KingSpec.
mar 19 20:02:02 coomerbox3000 systemd[1]: run-media-rabcor-WD.mount: Deactivated successfully.
mar 19 20:02:02 coomerbox3000 systemd[1]: Unmounted /run/media/rabcor/WD.
mar 19 20:02:02 coomerbox3000 systemd[1]: run-media-rabcor-WD.mount: Consumed 1.234s CPU time.
mar 19 20:02:02 coomerbox3000 systemd[1]: Stopped target Preparation for Local File Systems.
mar 19 20:02:02 coomerbox3000 systemd[1]: Reached target Unmount All Filesystems.
mar 19 20:02:02 coomerbox3000 systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
mar 19 20:02:02 coomerbox3000 systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
mar 19 20:00:29 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped Accessibility services bus.
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped target Basic System.
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped target Paths.
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped target Sockets.
mar 19 20:00:30 coomerbox3000 systemd[971]: Stopped target Timers.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed D-Bus User Message Bus Socket.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG network certificate management daemon.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GCR ssh-agent wrapper.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG cryptographic agent (ssh-agent emulation).
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed GnuPG cryptographic agent and passphrase cache.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed p11-kit server.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed PipeWire PulseAudio.
mar 19 20:00:30 coomerbox3000 systemd[971]: Closed PipeWire Multimedia System Socket.
mar 19 20:00:30 coomerbox3000 sddm[730]: Display server stopped.
mar 19 20:00:30 coomerbox3000 sddm[730]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 19 20:00:30 coomerbox3000 sddm[730]: Removing display ":0" ...
mar 19 20:00:30 coomerbox3000 sddm[730]: Adding new display on vt 1 ...
mar 19 20:00:30 coomerbox3000 sddm[730]: Loading theme configuration from ""
mar 19 20:00:30 coomerbox3000 sddm[730]: Display server starting...
mar 19 20:00:30 coomerbox3000 sddm[730]: Adding cookie to "/var/run/sddm/{81891eb6-e7ee-4b7b-97d4-affdc13ffbe1}"
mar 19 20:00:30 coomerbox3000 sddm[730]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{81891eb6-e7ee-4>
mar 19 20:00:31 coomerbox3000 sddm[730]: Setting default cursor
mar 19 20:00:32 coomerbox3000 sddm[730]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server started.
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server starting...
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server started.
mar 19 20:00:32 coomerbox3000 sddm[730]: Loading theme configuration from "/usr/share/sddm/themes/breath/theme.conf"
mar 19 20:00:32 coomerbox3000 sddm[730]: Greeter starting...
mar 19 20:00:32 coomerbox3000 sddm[730]: Signal received: SIGTERM
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopping...
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopping...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Starting...
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_AUTH pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authenticati>
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_ACCT pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting g>
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Authenticating...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] returning.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 19 20:00:32 coomerbox3000 sddm[730]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped Simple Desktop Display Manager.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" e>
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Consumed 6min 11.846s CPU time.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopping User Login Management...
mar 19 20:00:32 coomerbox3000 systemd[1]: systemd-logind.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped User Login Management.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-logind comm=">
mar 19 20:00:32 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Stopping timed out. Killing.
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798441 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798447 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Failed with result 'timeout'.
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server started.
mar 19 20:00:32 coomerbox3000 sddm[730]: Loading theme configuration from "/usr/share/sddm/themes/breath/theme.conf"
mar 19 20:00:32 coomerbox3000 sddm[730]: Greeter starting...
mar 19 20:00:32 coomerbox3000 sddm[730]: Signal received: SIGTERM
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopping...
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopping...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Starting...
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_AUTH pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authenticati>
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_ACCT pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting g>
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Authenticating...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] returning.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 19 20:00:32 coomerbox3000 sddm[730]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped Simple Desktop Display Manager.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" e>
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Consumed 6min 11.846s CPU time.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopping User Login Management...
mar 19 20:00:32 coomerbox3000 systemd[1]: systemd-logind.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped User Login Management.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-logind comm=">
mar 19 20:00:32 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Stopping timed out. Killing.
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798441 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798447 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Failed with result 'timeout'.
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server started.
mar 19 20:00:32 coomerbox3000 sddm[730]: Loading theme configuration from "/usr/share/sddm/themes/breath/theme.conf"
mar 19 20:00:32 coomerbox3000 sddm[730]: Greeter starting...
mar 19 20:00:32 coomerbox3000 sddm[730]: Signal received: SIGTERM
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopping...
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopping...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Starting...
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_AUTH pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authenticati>
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_ACCT pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting g>
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Authenticating...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] returning.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 19 20:00:32 coomerbox3000 sddm[730]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped Simple Desktop Display Manager.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" e>
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Consumed 6min 11.846s CPU time.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopping User Login Management...
mar 19 20:00:32 coomerbox3000 systemd[1]: systemd-logind.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped User Login Management.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-logind comm=">
mar 19 20:00:32 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Stopping timed out. Killing.
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798441 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798447 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Failed with result 'timeout'.
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server started.
mar 19 20:00:32 coomerbox3000 sddm[730]: Loading theme configuration from "/usr/share/sddm/themes/breath/theme.conf"
mar 19 20:00:32 coomerbox3000 sddm[730]: Greeter starting...
mar 19 20:00:32 coomerbox3000 sddm[730]: Signal received: SIGTERM
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopping...
mar 19 20:00:32 coomerbox3000 sddm[730]: Socket server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopping...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Starting...
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_AUTH pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authenticati>
mar 19 20:00:32 coomerbox3000 audit[798878]: USER_ACCT pid=798878 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting g>
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] Authenticating...
mar 19 20:00:32 coomerbox3000 sddm-helper[798878]: [PAM] returning.
mar 19 20:00:32 coomerbox3000 sddm[730]: Display server stopped.
mar 19 20:00:32 coomerbox3000 sddm[730]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
mar 19 20:00:32 coomerbox3000 sddm[730]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped Simple Desktop Display Manager.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=sddm comm="systemd" e>
mar 19 20:00:32 coomerbox3000 systemd[1]: sddm.service: Consumed 6min 11.846s CPU time.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopping User Login Management...
mar 19 20:00:32 coomerbox3000 systemd[1]: systemd-logind.service: Deactivated successfully.
mar 19 20:00:32 coomerbox3000 systemd[1]: Stopped User Login Management.
mar 19 20:00:32 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-logind comm=">
mar 19 20:00:32 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Stopping timed out. Killing.
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798441 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Killing process 798447 (winedevice.exe>
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Failed with result 'timeout'.
mar 19 20:01:59 coomerbox3000 systemd[971]: Stopped Lutris.
mar 19 20:01:59 coomerbox3000 systemd[971]: app-net.lutris.Lutris-b37e6bf7c0d5465fb22832c3704b2812.scope: Consumed 1min 4.310s CPU time.
mar 19 20:01:59 coomerbox3000 systemd[971]: Removed slice User Application Slice.
mar 19 20:01:59 coomerbox3000 systemd[971]: app.slice: Consumed 12min 19.531s CPU time.
mar 19 20:01:59 coomerbox3000 systemd[971]: Reached target Shutdown.
mar 19 20:01:59 coomerbox3000 systemd[971]: Finished Exit the Session.
mar 19 20:01:59 coomerbox3000 systemd[971]: Reached target Exit the Session.
mar 19 20:01:59 coomerbox3000 systemd[972]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] termin>
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@1000 comm="syste>
mar 19 20:01:59 coomerbox3000 systemd[1]: user@1000.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped User Manager for UID 1000.
mar 19 20:01:59 coomerbox3000 systemd[1]: user@1000.service: Consumed 13min 11.413s CPU time.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping User Runtime Directory /run/user/1000...
mar 19 20:01:59 coomerbox3000 kernel: kauditd_printk_skb: 13 callbacks suppressed
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.617:264): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:01:59 coomerbox3000 systemd[1]: run-user-1000.mount: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Unmounted /run/user/1000.
mar 19 20:01:59 coomerbox3000 systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped User Runtime Directory /run/user/1000.
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000>
mar 19 20:01:59 coomerbox3000 systemd[1]: Removed slice User Slice of UID 1000.
mar 19 20:01:59 coomerbox3000 systemd[1]: user-1000.slice: Consumed 2h 32min 38.025s CPU time.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping Permit User Sessions...
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.620:265): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:01:59 coomerbox3000 systemd[1]: systemd-user-sessions.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped Permit User Sessions.
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-user-sessions>
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped target Network.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped target Remote File Systems.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping Network Manager...
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.6243] caught SIGTERM, shutting down normally.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping Network Name Resolution...
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: nl80211: deinit ifname=p2p-dev-wlo1 disabled_11b_rates=0
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopping WPA supplicant...
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.623:266): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:01:59 coomerbox3000 systemd[1]: systemd-resolved.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped Network Name Resolution.
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-resolved comm>
mar 19 20:01:59 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.650:267): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1334 audit(1647720119.650:268): prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1334 audit(1647720119.650:269): prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: p2p-dev-wlo1: CTRL-EVENT-TERMINATING
mar 19 20:01:59 coomerbox3000 wpa_supplicant[947]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.6814] device (wlo1): state change: disconnected -> unmanaged (reason 'unm>
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.6960] device (wlo1): set-hw-addr: reset MAC address to 64:5D:86:5A:06:13 >
mar 19 20:01:59 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1334 audit(1647720119.797:270): prog-id=0 op=UNLOAD
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.8928] device (p2p-dev-wlo1): state change: disconnected -> unmanaged (rea>
mar 19 20:01:59 coomerbox3000 dbus-daemon[676]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.fre>
mar 19 20:01:59 coomerbox3000 dbus-daemon[676]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Re>
mar 19 20:01:59 coomerbox3000 NetworkManager[703]: <info>  [1647720119.9312] exiting (success)
mar 19 20:01:59 coomerbox3000 systemd[1]: NetworkManager.service: Deactivated successfully.
mar 19 20:01:59 coomerbox3000 systemd[1]: Stopped Network Manager.
mar 19 20:01:59 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager comm=">
mar 19 20:01:59 coomerbox3000 systemd[1]: NetworkManager.service: Consumed 6.100s CPU time.
mar 19 20:01:59 coomerbox3000 kernel: audit: type=1131 audit(1647720119.937:271): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:02:00 coomerbox3000 wpa_supplicant[947]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
mar 19 20:02:00 coomerbox3000 wpa_supplicant[947]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
mar 19 20:02:00 coomerbox3000 wpa_supplicant[947]: wlo1: CTRL-EVENT-TERMINATING
mar 19 20:02:00 coomerbox3000 systemd[1]: wpa_supplicant.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped WPA supplicant.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=wpa_supplicant comm=">
mar 19 20:02:00 coomerbox3000 systemd[1]: wpa_supplicant.service: Consumed 1.322s CPU time.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping D-Bus System Message Bus...
mar 19 20:02:00 coomerbox3000 kernel: audit: type=1131 audit(1647720120.063:272): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:02:00 coomerbox3000 systemd[1]: dbus.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped D-Bus System Message Bus.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=dbus comm="systemd" e>
mar 19 20:02:00 coomerbox3000 systemd[1]: dbus.service: Consumed 41.966s CPU time.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Basic System.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Path Units.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Slice Units.
mar 19 20:02:00 coomerbox3000 systemd[1]: Removed slice User and Session Slice.
mar 19 20:02:00 coomerbox3000 systemd[1]: user.slice: Consumed 2h 32min 38.025s CPU time.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Socket Units.
mar 19 20:02:00 coomerbox3000 systemd[1]: avahi-daemon.socket: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
mar 19 20:02:00 coomerbox3000 systemd[1]: dbus.socket: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Closed D-Bus System Message Bus Socket.
mar 19 20:02:00 coomerbox3000 systemd[1]: nordvpnd.socket: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Closed NordVPN Daemon Socket.
mar 19 20:02:00 coomerbox3000 systemd[1]: snapd.socket: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Closed Socket activation for snappy daemon.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target System Initialization.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Local Encrypted Volumes.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 kernel: audit: type=1131 audit(1647720120.077:273): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined ms>
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Local Integrity Protected Volumes.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped target Local Verity Protected Volumes.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:intel_backlight...
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping Set Up Additional Binary Formats...
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-sysctl.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Apply Kernel Variables.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-sysctl comm=">
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-modules-load >
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-modules-load.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-update-done c>
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=ldconfig comm="system>
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hwdb-update c>
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-catal>
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Load Kernel Modules.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-update-done.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Update is Completed.
mar 19 20:02:00 coomerbox3000 systemd[1]: ldconfig.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Rebuild Dynamic Linker Cache.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-hwdb-update.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Rebuild Hardware Database.
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Rebuild Journal Catalog.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-binfmt.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Set Up Additional Binary Formats.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-binfmt comm=">
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-backlight@backlight:acpi_video0.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@bac>
mar 19 20:02:00 coomerbox3000 systemd[1]: systemd-backlight@backlight:intel_backlight.service: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:intel_backlight.
mar 19 20:02:00 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@bac>
mar 19 20:02:00 coomerbox3000 systemd[1]: Removed slice Slice /system/systemd-backlight.
mar 19 20:02:00 coomerbox3000 systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
mar 19 20:02:00 coomerbox3000 audit[798898]: SYSTEM_SHUTDOWN pid=798898 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg=' comm="system>
mar 19 20:02:01 coomerbox3000 systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
mar 19 20:02:01 coomerbox3000 systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: systemd-update-utmp.service: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
mar 19 20:02:01 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-update-utmp c>
mar 19 20:02:01 coomerbox3000 systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped Create Volatile Files and Directories.
mar 19 20:02:01 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-setu>
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped target Local File Systems.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting /boot/efi...
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting /run/credentials/systemd-sysusers.service...
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting /run/media/rabcor/KingSpec...
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting /run/media/rabcor/WD...
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounting Temporary Directory /tmp...
mar 19 20:02:01 coomerbox3000 systemd[1]: boot-efi.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounted /boot/efi.
mar 19 20:02:01 coomerbox3000 systemd[1]: systemd-fsck@dev-disk-by\x2duuid-B822\x2d64D2.service: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped File System Check on /dev/disk/by-uuid/B822-64D2.
mar 19 20:02:01 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-fsck@dev-disk>
mar 19 20:02:01 coomerbox3000 systemd[1]: Removed slice Slice /system/systemd-fsck.
mar 19 20:02:01 coomerbox3000 systemd[1]: run-credentials-systemd\x2dsysusers.service.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounted /run/credentials/systemd-sysusers.service.
mar 19 20:02:01 coomerbox3000 systemd[1]: tmp.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounted Temporary Directory /tmp.
mar 19 20:02:01 coomerbox3000 systemd[1]: Stopped target Swaps.
mar 19 20:02:01 coomerbox3000 systemd[1]: Deactivating swap /swapfile...
mar 19 20:02:01 coomerbox3000 systemd[1]: swapfile.swap: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Deactivated swap /swapfile.
mar 19 20:02:01 coomerbox3000 kernel: XFS (sdb1): Unmounting Filesystem
mar 19 20:02:01 coomerbox3000 systemd[1]: run-media-rabcor-KingSpec.mount: Deactivated successfully.
mar 19 20:02:01 coomerbox3000 systemd[1]: Unmounted /run/media/rabcor/KingSpec.
mar 19 20:02:02 coomerbox3000 systemd[1]: run-media-rabcor-WD.mount: Deactivated successfully.
mar 19 20:02:02 coomerbox3000 systemd[1]: Unmounted /run/media/rabcor/WD.
mar 19 20:02:02 coomerbox3000 systemd[1]: run-media-rabcor-WD.mount: Consumed 1.234s CPU time.
mar 19 20:02:02 coomerbox3000 systemd[1]: Stopped target Preparation for Local File Systems.
mar 19 20:02:02 coomerbox3000 systemd[1]: Reached target Unmount All Filesystems.
mar 19 20:02:02 coomerbox3000 systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
mar 19 20:02:02 coomerbox3000 systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
mar 19 20:02:02 coomerbox3000 systemd[1]: Stopped Create Static Device Nodes in /dev.
mar 19 20:02:02 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-setu>
mar 19 20:02:02 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-sysusers comm>
mar 19 20:02:02 coomerbox3000 systemd[1]: systemd-sysusers.service: Deactivated successfully.
mar 19 20:02:02 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-remount-fs co>
mar 19 20:02:02 coomerbox3000 systemd[1]: Stopped Create System Users.
mar 19 20:02:02 coomerbox3000 systemd[1]: systemd-remount-fs.service: Deactivated successfully.
mar 19 20:02:02 coomerbox3000 systemd[1]: Stopped Remount Root and Kernel File Systems.
mar 19 20:02:02 coomerbox3000 systemd[1]: lvm2-monitor.service: Deactivated successfully.
mar 19 20:02:02 coomerbox3000 systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
mar 19 20:02:02 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-monitor comm="sy>
mar 19 20:02:02 coomerbox3000 systemd[1]: Reached target System Shutdown.
mar 19 20:02:02 coomerbox3000 systemd[1]: Reached target Late Shutdown Services.
mar 19 20:02:02 coomerbox3000 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-reboot comm=>
mar 19 20:02:02 coomerbox3000 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-reboot comm=">
mar 19 20:02:02 coomerbox3000 systemd[1]: systemd-reboot.service: Deactivated successfully.
mar 19 20:02:02 coomerbox3000 systemd[1]: Finished System Reboot.
mar 19 20:02:02 coomerbox3000 systemd[1]: Reached target System Reboot.
mar 19 20:02:02 coomerbox3000 systemd[1]: Shutting down.
mar 19 20:02:02 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:02:02 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:02:02 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:02:02 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:02:02 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:02:02 coomerbox3000 audit: BPF prog-id=0 op=UNLOAD
mar 19 20:02:02 coomerbox3000 systemd-shutdown[1]: Syncing filesystems and block devices.
mar 19 20:02:02 coomerbox3000 systemd-shutdown[1]: Sending SIGTERM to remaining processes...
mar 19 20:02:02 coomerbox3000 systemd-journald[355]: Journal stopped

It took a bit over 90 seconds to shutdown, and the part where it seemed to hang was shutting down lutris, whose stop job timed out

Am I maybe reading it wrong? is the problem something else? I just want to not have to sit here and stare at a blinking underscore for minutes everytime i need to restart.

Where did you learn that
setting it to
05s
(probably meaning: 5 seconds)
is appropriate and expected to be respected and followed by systemd when ordered to shut down the system?

plus:
it’s not normal to do a restart every time some program seems to misbehave
better identify the issue why it misbehaves …

If you need to
you can do a “sync” - and then a reboot
or REISUB
or similar

But that is not a standard response to some program taking it’s sweet time …

Programs “acting up” needs definition - and information
to resolve.

2 Likes

i’m not restarting because a program misbehaves, it takes a long time to restart because a program misbehaves, this time i just restarted to change a kernel for example to troubleshoot an unrelated issue.

I set it to 5s without really looking into what an appropriate number is, fact is i don’t care if some programs get forcefully shutdown to speed up my restart, it does not matter to me, it matters more that it reboots fast, hence 5 seconds.

Long restarts are the only issue here, reasons for rebooting are irrelevant to the issue (I’ll reboot if i want and when I want :person_shrugging: ) but thanks for your input anyways.

no, they are not
read as:
I beg to differ :wink:

What is missing here to make progress is:
information …

ps:
problems with mouse - in another thread

Mouse takes minutes to start working on boot after recent update

and you have
a lot
of custom
grub kernel boot options set

acpi_osi=! acpi_osi=Linux
    "acpi_osi=Windows 2009" nogpumanager intel_idle.max_cstate=1
    i915.enable_gvt=1 i915-enable_fbc=1 pcie_port_pm=off iommu=pt
    intel_iommu=on kvm.ignore_msrs=1 rd.driver.pre=vfio-pci
    default_hugepagesz=1G hugepagesz=1G hugepages=0 transparent_hugepage=never

I’d start looking there …

Practically all of these are VM related, and necessary for my VM, I?m not removing these, each setting is there for a reason. Removing some of them would break or otherwise disrupt my VM experience.

I don’t see what information is missing, systemd holds up the system when it fails to shut down programs normally (at least that’s how I’m seeing the problem, but i provided logs in case i’m misreading the situation and the problem is elsewhere), I want that to end, I do not care if the process is destructive for those programs, if I fail to save my work before I reboot it’s my problem.

The whole point of linux is freedom no? Making the computer behave as we want it to? I want it to restart quickly, end of story, I’m willing to make the sacrifice of risking loss of data I forgot to save to meet that need too. The will is there, I just need the way. And it seems you pointed it out to me, I didn’t know about REISUB.

I have used the power button a few times. I’m usually reluctant to do it but when I’m in a hurry, I’m in a hurry and I can’t wait for this ■■■■■ but now at least I have a workaround.

I’d prefer a fix though, systemd just doing what I ask systemd to do, how hard can it be?

systemd
just like any init system
is asking the program to shut down
It will not - not by default anyway - just kill any and all programs instantly.

That is what (manual) REISUB does …

So:
it is normal behavior that it takes some time for some program to end after it has been asked to/instructed to do so.

Why (and what program) may take more time than you are willing to wait for
is another issue
and can (and probably should be) investigated.

… on a per program basis

since it is indeed not normal that a shutdown is held up for a prolonged time by some program refusing to end …

starting with:
which program is it? …

perhaps - or perhaps one of those causes your current issue …

… who knows?
I certainly don’t.

It was something that caught my eye
and then I found your other issue
and suspected a relation.

what you did
the edit …
is probably not even expected to have the desired outcome

perhaps it’s even just the syntax
I don’t know.

You can’t make systemd shutdown the system faster
by supposedly giving it a 5 second deadline.
It does not work that way …

sudo pacman -Syu
would probably have done the job
(installing qt5-base)

pamac update would have worked as well …

but you chose the command:

sudo pacman -S qt5

which isn’t a package - but part of the name of many …
and offers you these choices

Here’s the thing though… according to systemd documentation and devs, that’s exactly how timeoutstopsec works, systemd tries to shut down programs by sending SIGTERM, and if it has not shut down within the time declared by this setting, it will then send SIGKILL.

I don’t want to have to REISUB, I of course like knowing how to do it and having the option to do that when somethign goes wrong, but in general I want the computer to just shut down when i tell it to do so without much delay. Whenever there is a delay in the shutdown/reboot, 10 times out of 10 it’s because some program is refusing to shut down, solve this one problem and at least theoretically I should never have to worry about long shutdown times again (of course it’s only theory since sometimes processes won’t shut down even with SIGKILL; which is when they’re really screwed, but those times I would just use REISUB, that doesn’t happen too often)

Quoted from the systemd manual:

TimeoutStopSec=

This option serves two purposes. First, it configures the time to wait for each ExecStop= command. If any of them times out, subsequent ExecStop= commands are skipped and the service will be terminated by SIGTERM. If no ExecStop= commands are specified, the service gets the SIGTERM immediately. This default behavior can be changed by the TimeoutStopFailureMode= option. Second, it configures the time to wait for the service itself to stop. If it doesn’t terminate in the specified time, it will be forcibly terminated by SIGKILL (see KillMode= in systemd.kill(5)). Takes a unit-less value in seconds, or a time span value such as “5min 20s”. Pass “infinity” to disable the timeout logic. Defaults to DefaultTimeoutStopSec= from the manager configuration file (see systemd-system.conf(5)).

I do not see how you conclude that my commandline has anything to do with this, the problem isn’t even in the kernel, it’s in systemd. It is not working according to it’s documentation, no matter how you say systemd doesn’t work that way, it’s documentation and devs have literally both said otherwise.

But if we give ourselves that you’re right and systemd is incapable of that.

What are my alternative solutions? Automated ones, ones that do not need me to REIUSB, a solution where if the computer hasn’t shutdown a set amount of time after the signal to do so is given, it’ll force the process through?

Thats the setting for each service individually. Only if it’s not set it will fallback to the default setting.

The service you’re so secret about probably overwrites the timeout.

It’s not even a service, it’s lutris, says there right in the logs that I posted. look at the timestamps, it jumps from 20:00:32 to 20:01:59 when it manages to kill Lutris, it’s almost exactly 1 minute 30 seconds which is the default value for timeoutstopsec normally (the one that should now be 5 seconds)

As far as I’m aware there’s no service entry for lutris, it’s just a non-native game launcher.

That’s just what’s causing the hangup this time though sometimes it’s nordvpn (does have a service, which does not specify timeoutstopsec) sometimes it’s something else.