You are not logged in.

#1 2021-03-05 07:59:57

ShnorpSinkledonk
Member
Registered: 2021-02-06
Posts: 24

systemd stop job for Session 2 on shutdown

Hello,

Every time I shutdown, I see the message "A stop job is running for Session 2 of user ... (1min 30s)" and it seems to go until the timer ends. What might be causing this, and how do I check?

I have systemd version 247.3-1-arch and my kernel version is 5.11.2-arch1-1.

Any help would be appreciated.
Thank you!

Offline

#2 2021-03-05 08:13:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,740

Re: systemd stop job for Session 2 on shutdown

Switch TTYs during this and check running processes and/or check the end of the journal after the shutdown to see what's holding up the shutdown e.g.

sudo journalctl -b-1

for the boot previous to the current one. Potentially post that if you want help diagnosing the cause. See also this recent thread https://bbs.archlinux.org/viewtopic.php?id=264214 for some other pointers on how to check information related to this.

Last edited by V1del (2021-03-05 08:32:53)

Offline

#3 2021-03-05 20:42:05

ShnorpSinkledonk
Member
Registered: 2021-02-06
Posts: 24

Re: systemd stop job for Session 2 on shutdown

Ok, so the problem seems to be intermediate. I can't replicate it right now; it is probably caused by some program I am starting. However, I will write back when I can replicate it again.

Offline

#4 2021-03-06 09:05:41

ShnorpSinkledonk
Member
Registered: 2021-02-06
Posts: 24

Re: systemd stop job for Session 2 on shutdown

Alright, so I've been able to get a log from journalctl:

Mar 06 00:57:54 Maxs-Arch sddm[467]: Signal received: SIGTERM
Mar 06 00:57:54 Maxs-Arch sddm[467]: Socket server stopping...
Mar 06 00:57:54 Maxs-Arch sddm[467]: Socket server stopped.
Mar 06 00:57:54 Maxs-Arch sddm[467]: Display server stopping...
Mar 06 00:57:54 Maxs-Arch sddm-helper[7581]: [PAM] Starting...
Mar 06 00:57:54 Maxs-Arch audit[7581]: USER_AUTH pid=7581 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'                                                     
Mar 06 00:57:54 Maxs-Arch audit[7581]: USER_ACCT pid=7581 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'                                                         
Mar 06 00:57:54 Maxs-Arch sddm-helper[7581]: [PAM] Authenticating...
Mar 06 00:57:54 Maxs-Arch sddm-helper[7581]: [PAM] returning.
Mar 06 00:57:54 Maxs-Arch sddm[467]: Display server stopped.
Mar 06 00:57:54 Maxs-Arch sddm[467]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Mar 06 00:57:54 Maxs-Arch sddm[467]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Mar 06 00:57:54 Maxs-Arch systemd[1]: sddm.service: Succeeded.
Mar 06 00:57:54 Maxs-Arch systemd[1]: Stopped Simple Desktop Display Manager.
Mar 06 00:57:54 Maxs-Arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'                                                                                      
Mar 06 00:59:22 Maxs-Arch systemd[1]: session-2.scope: Stopping timed out. Killing.
Mar 06 00:59:22 Maxs-Arch systemd[1]: session-2.scope: Killing process 890 (kwin_x11) with signal SIGKILL.
Mar 06 00:59:22 Maxs-Arch systemd[1]: session-2.scope: Killing process 940 (QQmlThread) with signal SIGKILL.
Mar 06 00:59:22 Maxs-Arch systemd[1]: session-2.scope: Killing process 1044 (CPMMListener) with signal SIGKILL.
Mar 06 00:59:22 Maxs-Arch systemd[1]: session-2.scope: Killing process 1046 (kwin_x11) with signal SIGKILL.
Mar 06 00:59:22 Maxs-Arch systemd[1]: session-2.scope: Killing process 2378 (n/a) with signal SIGKILL.
Mar 06 00:59:22 Maxs-Arch systemd[1]: session-2.scope: Failed with result 'timeout'.
Mar 06 00:59:22 Maxs-Arch systemd[1]: Stopped Session 2 of user max.

I'm still not sure what is causing the timeout though. Is it the "QProcess: Destroyed while ..." line?

Offline

#5 2021-03-06 14:28:35

Neonvieh
Member
Registered: 2015-01-01
Posts: 16
Website

Re: systemd stop job for Session 2 on shutdown

Having the same Problem at the moment. Temporary workaround is changing the time it takes to Kill Pending Processes:

vim /etc/systemd/system.conf

And change

DefaultTimeoutStartSec=10s
DefaultTimeoutStopSec?10s

Relevant part of

journalctl -b -1

seems to be

Mar 06 14:19:35 Gemmler systemd-logind[465]: System is rebooting.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler sddm[494]: Authentication error: "Process crashed"
Mar 06 14:19:35 Gemmler sddm[494]: Auth: sddm-helper crashed (exit code 15)
Mar 06 14:19:35 Gemmler at-spi-bus-launcher[1297]: X connection to :0 broken (explicit kill or server shutdown).
Mar 06 14:19:35 Gemmler sddm[494]: Authentication error: "Process crashed"
Mar 06 14:19:35 Gemmler sddm[494]: Auth: sddm-helper exited with 15
Mar 06 14:19:35 Gemmler sddm[494]: Socket server stopping...
Mar 06 14:19:35 Gemmler sddm[494]: Socket server stopped.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler sddm[494]: Display server stopping...
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Session 2 of user jonas.
Mar 06 14:19:35 Gemmler polkitd[686]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.42, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_GB.utf8) (disconnected from bus)
Mar 06 14:19:35 Gemmler systemd[1]: Removed slice system-getty.slice.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: Removed slice system-modprobe.slice.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped target Graphical Interface.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped target Multi-User System.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: Stopped target Login Prompts.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped target Sound Card.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped target Timers.
Mar 06 14:19:35 Gemmler systemd[1]: logrotate.timer: Succeeded.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped Daily rotation of log files.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: man-db.timer: Succeeded.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: Stopped Daily man-db regeneration.
Mar 06 14:19:35 Gemmler systemd[1]: shadow.timer: Succeeded.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped Daily verification of password and group files.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: Stopped target System Time Synchronized.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: Stopped target System Time Set.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: lvm2-lvmpolld.socket: Succeeded.
Mar 06 14:19:35 Gemmler systemd[1]: Closed LVM2 poll daemon socket.
Mar 06 14:19:35 Gemmler systemd[1]: systemd-rfkill.socket: Succeeded.
Mar 06 14:19:35 Gemmler avahi-daemon[461]: Got SIGTERM, quitting.
Mar 06 14:19:35 Gemmler systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Mar 06 14:19:35 Gemmler avahi-daemon[461]: Leaving mDNS multicast group on interface enp39s0.IPv6 with address 2a02:8071:b58b:500:2d8:61ff:fed4:82eb.
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
Mar 06 14:19:35 Gemmler avahi-daemon[461]: Leaving mDNS multicast group on interface enp39s0.IPv4 with address 192.168.0.134.
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler avahi-daemon[461]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Manage, Install and Generate Color Profiles...
Mar 06 14:19:35 Gemmler avahi-daemon[461]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Mar 06 14:19:35 Gemmler systemd[1]: Stopping CUPS Scheduler...
Mar 06 14:19:35 Gemmler systemd[1]: Stopping FTPD Daemon...
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Collect GPU stats...
Mar 06 14:19:35 Gemmler gpuStatsServer.py[486]: nvidia-smi: found and running
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Initialize hardware monitoring sensors...
Mar 06 14:19:35 Gemmler kded5[746]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Mar 06 14:19:35 Gemmler systemd[1]: Starting Generate shutdown-ramfs...
Mar 06 14:19:35 Gemmler systemd[1]: Stopping High-performance, schema-free document-oriented database...
Mar 06 14:19:35 Gemmler ntpd[636]: ntpd exiting on signal 15 (Terminated)
Mar 06 14:19:35 Gemmler ntpd[636]: 129.70.132.35 local addr 192.168.0.134 -> <null>
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Network Time Service...
Mar 06 14:19:35 Gemmler ntpd[636]: 136.243.202.118 local addr 192.168.0.134 -> <null>
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Authorization Manager...
Mar 06 14:19:35 Gemmler ntpd[636]: 45.132.247.241 local addr 192.168.0.134 -> <null>
Mar 06 14:19:35 Gemmler systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Mar 06 14:19:35 Gemmler ntpd[636]: 176.9.166.35 local addr 192.168.0.134 -> <null>
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Simple Desktop Display Manager...
Mar 06 14:19:35 Gemmler sshd[490]: Received signal 15; terminating.
Mar 06 14:19:35 Gemmler systemd[1]: Stopping OpenSSH Daemon...
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Load/Save Random Seed...
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Disk Manager...
Mar 06 14:19:35 Gemmler systemd[1]: Stopping Daemon for power management...
Mar 06 14:19:35 Gemmler systemd[1]: cups.service: Succeeded.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped CUPS Scheduler.
Mar 06 14:19:35 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:35 Gemmler systemd[1]: gpuStatsServer.service: Succeeded.
Mar 06 14:19:35 Gemmler systemd[1]: Stopped Collect GPU stats.
Mar 06 14:19:35 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gpuStatsServer comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036775.987:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036775.987:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gpuStatsServer comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler systemd[1]: sshd.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped OpenSSH Daemon.
Mar 06 14:19:35 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler systemd[1]: ntpd.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped Network Time Service.
Mar 06 14:19:35 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler systemd[1]: rtkit-daemon.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Mar 06 14:19:35 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler systemd[1]: upower.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped Daemon for power management.
Mar 06 14:19:35 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler systemd[1]: ftpd.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped FTPD Daemon.
Mar 06 14:19:35 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ftpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler mkinitcpio[14494]: ==> Starting build: none
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036775.997:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036775.997:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036775.997:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036775.997:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036775.997:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ftpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler mkinitcpio[14494]:   -> Running build hook: [sd-shutdown]
Mar 06 14:19:36 Gemmler systemd-logind[465]: Session 2 logged out. Waiting for processes to exit.
Mar 06 14:19:36 Gemmler systemd[1]: systemd-random-seed.service: Succeeded.
Mar 06 14:19:36 Gemmler NetworkManager[463]: <info>  [1615036776.0140] device (enp39s0): state change: activated -> deactivating (reason 'connection-removed', sys-iface-state: 'managed')
Mar 06 14:19:36 Gemmler systemd[1]: Stopped Load/Save Random Seed.
Mar 06 14:19:36 Gemmler NetworkManager[463]: <info>  [1615036776.0142] manager: NetworkManager state is now DISCONNECTING
Mar 06 14:19:36 Gemmler ksystemstats[994]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "Flags"
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=463 comm="/usr/bin/NetworkManager >
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler kactivitymanagerd[753]: The X11 connection broke (error 1). Did the X11 server die?
Mar 06 14:19:36 Gemmler kglobalaccel5[760]: The X11 connection broke (error 1). Did the X11 server die?
Mar 06 14:19:36 Gemmler ksmserver[782]: org.kde.kf5.ksmserver: ksmserver: Fatal IO error: client killed
Mar 06 14:19:36 Gemmler systemd[622]: plasma-kglobalaccel.service: Succeeded.
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036776.007:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler avahi-daemon[461]: avahi-daemon 0.8 exiting.
Mar 06 14:19:36 Gemmler systemd[1]: colord.service: Succeeded.
Mar 06 14:19:36 Gemmler udisksd[786]: udisks daemon version 2.9.2 exiting
Mar 06 14:19:36 Gemmler systemd[1]: Stopped Manage, Install and Generate Color Profiles.
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler NetworkManager[463]: <info>  [1615036776.0225] device (enp39s0): state change: deactivating -> disconnected (reason 'connection-removed', sys-iface-state: 'managed')
Mar 06 14:19:36 Gemmler systemd[1]: avahi-daemon.service: Succeeded.
Mar 06 14:19:36 Gemmler pulseaudio[673]: ICE default IO error handler doing an exit(), pid = 673, errno = 11
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
Mar 06 14:19:36 Gemmler systemd[1]: mongodb.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped High-performance, schema-free document-oriented database.
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mongodb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036776.017:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kernel: audit: type=1131 audit(1615036776.017:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler kscreen_backend_launcher[891]: The X11 connection broke (error 1). Did the X11 server die?
Mar 06 14:19:36 Gemmler baloorunner[4597]: The X11 connection broke (error 1). Did the X11 server die?
Mar 06 14:19:36 Gemmler systemd[622]: plasma-baloorunner.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: polkit.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[622]: plasma-kactivitymanagerd.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped Authorization Manager.
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler systemd[1]: udisks2.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped Disk Manager.
Mar 06 14:19:36 Gemmler mkinitcpio[14494]: ==> Build complete.
Mar 06 14:19:36 Gemmler systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Finished Generate shutdown-ramfs.
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler audit: BPF prog-id=22 op=UNLOAD
Mar 06 14:19:36 Gemmler audit: BPF prog-id=21 op=UNLOAD
Mar 06 14:19:36 Gemmler NetworkManager[463]: <info>  [1615036776.1014] dhcp4 (enp39s0): canceled DHCP transaction
Mar 06 14:19:36 Gemmler NetworkManager[463]: <info>  [1615036776.1014] dhcp4 (enp39s0): state changed bound -> done
Mar 06 14:19:36 Gemmler systemd[622]: pulseaudio.service: Main process exited, code=exited, status=1/FAILURE
Mar 06 14:19:36 Gemmler systemd[622]: pulseaudio.service: Failed with result 'exit-code'.
Mar 06 14:19:36 Gemmler systemd[622]: app-org.kde.dolphin-22b09bb0e9894d6a952885fb3bf6e4c6.scope: Succeeded.
Mar 06 14:19:36 Gemmler NetworkManager[463]: <info>  [1615036776.1084] manager: NetworkManager state is now DISCONNECTED
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=463 comm="/usr/bin/NetworkManager >
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=463 comm="/usr/bin/NetworkManager >
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler kernel: r8169 0000:27:00.0 enp39s0: Link is Down
Mar 06 14:19:36 Gemmler NetworkManager[463]: <info>  [1615036776.1261] device (enp39s0): state change: disconnected -> unavailable (reason 'carrier-changed', sys-iface-state: 'managed')
Mar 06 14:19:36 Gemmler org.kde.ksystemstats[14601]: kdeinit5: preparing to launch '/usr/lib/kf5/klauncher'
Mar 06 14:19:36 Gemmler org.kde.ksystemstats[14601]: kdeinit5: Launched KLauncher, pid = 14602, result = 0
Mar 06 14:19:36 Gemmler systemd[1]: lm_sensors.service: Succeeded.
Mar 06 14:19:36 Gemmler systemd[1]: Stopped Initialize hardware monitoring sensors.
Mar 06 14:19:36 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:36 Gemmler systemd[622]: pulseaudio.service: Scheduled restart job, restart counter is at 1.
Mar 06 14:19:36 Gemmler systemd[622]: Stopped Sound Service.
Mar 06 14:19:36 Gemmler systemd[622]: Starting Sound Service...
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.80' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.81' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.82' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.83' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.84' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.85' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.86' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.87' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.88' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.89' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.90' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler pulseaudio[14603]: Stale PID file, overwriting.
Mar 06 14:19:36 Gemmler audit[14602]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=14602 comm="klauncher" exe="/usr/lib/kf5/klauncher" sig=6 res=1
Mar 06 14:19:36 Gemmler klauncher[14602]: qt.qpa.xcb: could not connect to display :0
Mar 06 14:19:36 Gemmler klauncher[14602]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Mar 06 14:19:36 Gemmler klauncher[14602]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                          
                                          Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Mar 06 14:19:36 Gemmler sddm[494]: Display server stopped.
Mar 06 14:19:36 Gemmler sddm[494]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Mar 06 14:19:36 Gemmler org.kde.ksystemstats[14601]: kdeinit5: Communication error with launcher. Exiting!
Mar 06 14:19:36 Gemmler sddm[494]: Removing display ":0" ...
Mar 06 14:19:36 Gemmler sddm[494]: Adding new display on vt 1 ...
Mar 06 14:19:36 Gemmler sddm[494]: Loading theme configuration from ""
Mar 06 14:19:36 Gemmler sddm[494]: Display server starting...
Mar 06 14:19:36 Gemmler sddm[494]: Adding cookie to "/var/run/sddm/{a54de7a5-5981-442b-b4c2-96cee9047685}"
Mar 06 14:19:36 Gemmler sddm[494]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{a54de7a5-5981-442b-b4c2-96cee9047685} -noreset -displayfd 18
Mar 06 14:19:36 Gemmler systemd[1]: Requested transaction contradicts existing jobs: Transaction for systemd-coredump@0-14604-0.service/start is destructive (reboot.target has 'start' job queued, but 'stop' is included in transaction).
Mar 06 14:19:36 Gemmler systemd[1]: systemd-coredump.socket: Failed to queue service startup job (Maybe the service file is missing or not a non-template unit?): Transaction for systemd-coredump@0-14604-0.service/start is destructive (>
Mar 06 14:19:36 Gemmler systemd[1]: systemd-coredump.socket: Failed with result 'resources'.
Mar 06 14:19:36 Gemmler org.kde.ksystemstats[14612]: kdeinit5: preparing to launch '/usr/lib/kf5/klauncher'
Mar 06 14:19:36 Gemmler org.kde.ksystemstats[14612]: kdeinit5: Launched KLauncher, pid = 14613, result = 0
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.92' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.93' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.94' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.95' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.96' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:36 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler sddm[494]: Setting default cursor
Mar 06 14:19:37 Gemmler audit[14613]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=14613 comm="klauncher" exe="/usr/lib/kf5/klauncher" sig=6 res=1
Mar 06 14:19:37 Gemmler klauncher[14613]: qt.qpa.xcb: could not connect to display :0
Mar 06 14:19:37 Gemmler klauncher[14613]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Mar 06 14:19:37 Gemmler klauncher[14613]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                          
                                          Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Mar 06 14:19:37 Gemmler sddm[494]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Mar 06 14:19:37 Gemmler audit[14624]: USER_AUTH pid=14624 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:37 Gemmler audit[14624]: USER_ACCT pid=14624 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:37 Gemmler sddm[494]: Display server started.
Mar 06 14:19:37 Gemmler org.kde.ksystemstats[14613]: Invalid MIT-MAGIC-COOKIE-1 key
Mar 06 14:19:37 Gemmler org.kde.ksystemstats[14612]: kdeinit5: Communication error with launcher. Exiting!
Mar 06 14:19:37 Gemmler sddm[494]: Socket server starting...
Mar 06 14:19:37 Gemmler sddm[494]: Socket server started.
Mar 06 14:19:37 Gemmler sddm[494]: Loading theme configuration from "/usr/share/sddm/themes/Sweet/theme.conf"
Mar 06 14:19:37 Gemmler sddm[494]: Greeter starting...
Mar 06 14:19:37 Gemmler sddm[494]: Signal received: SIGTERM
Mar 06 14:19:37 Gemmler sddm[494]: Socket server stopping...
Mar 06 14:19:37 Gemmler sddm[494]: Socket server stopped.
Mar 06 14:19:37 Gemmler sddm[494]: Display server stopping...
Mar 06 14:19:37 Gemmler systemd-coredump[14619]: Failed to connect to coredump service: Connection refused
Mar 06 14:19:37 Gemmler ksystemstats[994]: kf.kio.core: couldn't create slave: "Cannot talk to klauncher: The name org.kde.klauncher5 was not provided by any .service files"
Mar 06 14:19:37 Gemmler sddm-helper[14624]: [PAM] Starting...
Mar 06 14:19:37 Gemmler sddm-helper[14624]: [PAM] Authenticating...
Mar 06 14:19:37 Gemmler sddm-helper[14624]: [PAM] returning.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.97' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.98' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.99' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.100' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.101' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.102' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.103' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.104' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.105' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.106' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler pulseaudio[14603]: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
Mar 06 14:19:37 Gemmler systemd[622]: Started Sound Service.
Mar 06 14:19:37 Gemmler sddm[494]: Display server stopped.
Mar 06 14:19:37 Gemmler sddm[494]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Mar 06 14:19:37 Gemmler sddm[494]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Mar 06 14:19:37 Gemmler systemd[1]: sddm.service: Succeeded.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.107' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler systemd[1]: Stopped Simple Desktop Display Manager.
Mar 06 14:19:37 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.108' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.109' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.110' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.111' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:38 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=463 comm="/usr/bin/NetworkManager --no-daemon ")
Mar 06 14:19:38 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'polkit.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler audit[14613]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 pid=14613 comm="klauncher" exe="/usr/lib/kf5/klauncher" sig=6 res=1
Mar 06 14:19:37 Gemmler klauncher[14613]: qt.qpa.xcb: could not connect to display :0
Mar 06 14:19:37 Gemmler klauncher[14613]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Mar 06 14:19:37 Gemmler klauncher[14613]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                          
                                          Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Mar 06 14:19:37 Gemmler sddm[494]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Mar 06 14:19:37 Gemmler audit[14624]: USER_AUTH pid=14624 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:37 Gemmler audit[14624]: USER_ACCT pid=14624 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:37 Gemmler sddm[494]: Display server started.
Mar 06 14:19:37 Gemmler org.kde.ksystemstats[14613]: Invalid MIT-MAGIC-COOKIE-1 key
Mar 06 14:19:37 Gemmler org.kde.ksystemstats[14612]: kdeinit5: Communication error with launcher. Exiting!
Mar 06 14:19:37 Gemmler sddm[494]: Socket server starting...
Mar 06 14:19:37 Gemmler sddm[494]: Socket server started.
Mar 06 14:19:37 Gemmler sddm[494]: Loading theme configuration from "/usr/share/sddm/themes/Sweet/theme.conf"
Mar 06 14:19:37 Gemmler sddm[494]: Greeter starting...
Mar 06 14:19:37 Gemmler sddm[494]: Signal received: SIGTERM
Mar 06 14:19:37 Gemmler sddm[494]: Socket server stopping...
Mar 06 14:19:37 Gemmler sddm[494]: Socket server stopped.
Mar 06 14:19:37 Gemmler sddm[494]: Display server stopping...
Mar 06 14:19:37 Gemmler systemd-coredump[14619]: Failed to connect to coredump service: Connection refused
Mar 06 14:19:37 Gemmler ksystemstats[994]: kf.kio.core: couldn't create slave: "Cannot talk to klauncher: The name org.kde.klauncher5 was not provided by any .service files"
Mar 06 14:19:37 Gemmler sddm-helper[14624]: [PAM] Starting...
Mar 06 14:19:37 Gemmler sddm-helper[14624]: [PAM] Authenticating...
Mar 06 14:19:37 Gemmler sddm-helper[14624]: [PAM] returning.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.97' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.98' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.99' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log->
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.100' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.101' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.102' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.103' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.104' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.105' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.106' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler pulseaudio[14603]: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
Mar 06 14:19:37 Gemmler systemd[622]: Started Sound Service.
Mar 06 14:19:37 Gemmler sddm[494]: Display server stopped.
Mar 06 14:19:37 Gemmler sddm[494]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Mar 06 14:19:37 Gemmler sddm[494]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Mar 06 14:19:37 Gemmler systemd[1]: sddm.service: Succeeded.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.107' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler systemd[1]: Stopped Simple Desktop Display Manager.
Mar 06 14:19:37 Gemmler audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.108' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.109' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.110' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.111' (uid=1000 pid=14603 comm="/usr/bin/pulseaudio --daemonize=no --log>
Mar 06 14:19:37 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'rtkit-daemon.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:38 Gemmler dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=463 comm="/usr/bin/NetworkManager --no-daemon ")
Mar 06 14:19:38 Gemmler dbus-daemon[462]: [system] Activation via systemd failed for unit 'polkit.service': Refusing activation, D-Bus is shutting down.
Mar 06 14:19:38 Gemmler audit[463]: USYS_CONFIG pid=463 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=994 uid=1000 result=fail exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=failed'
Mar 06 14:19:38 Gemmler NetworkManager[463]: <info>  [1615036778.3754] audit: op="statistics" arg="refresh-rate-ms" pid=994 uid=1000 result="fail" reason="Not authorized to perform this operation"
Mar 06 14:19:40 Gemmler NetworkManager[463]: <info>  [1615036780.9039] device (enp39s0): carrier: link connected
Mar 06 14:19:40 Gemmler NetworkManager[463]: <info>  [1615036780.9040] device (enp39s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Mar 06 14:19:40 Gemmler kernel: r8169 0000:27:00.0 enp39s0: Link is Up - 1Gbps/Full - flow control rx/tx
Mar 06 14:19:41 Gemmler systemd[622]: app-spyder-a3f76702ff0d4e3e9514a8c6ec77d38b.scope: Succeeded.
Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Stopping timed out. Killing.
Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Killing process 751 (kwin_x11) with signal SIGKILL.
Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Killing process 761 (n/a) with signal SIGKILL.
Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Killing process 800 (n/a) with signal SIGKILL.
Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Killing process 915 (n/a) with signal SIGKILL.
Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Killing process 996 (n/a) with signal SIGKILL.
Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Killing process 998 (kwin_x11) with signal SIGKILL.
Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Failed with result 'timeout'.
Mar 06 14:21:06 Gemmler systemd[1]: Stopped Session 2 of user jonas.
Mar 06 14:21:06 Gemmler systemd[1]: Stopping User Login Management...
Mar 06 14:21:06 Gemmler systemd[1]: Stopping User Manager for UID 1000...
Mar 06 14:21:06 Gemmler systemd[622]: Stopping Firefox - Web Browser.
Mar 06 14:21:06 Gemmler systemd[622]: Removed slice User Background Tasks Slice.
Mar 06 14:21:06 Gemmler systemd[622]: Stopped target Main User Target.

Timeout is right at the end at

Mar 06 14:21:06 Gemmler systemd[1]: session-2.scope: Stopping timed out. Killing.

Error will not occurr every time but rather (approximately) every 2-3 shutdowns/reboots.

Last edited by Neonvieh (2021-03-06 14:37:12)

Offline

#6 2021-03-06 15:04:11

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,740

Re: systemd stop job for Session 2 on shutdown

it reads like something tries to restart the session while it is going down.  Not certain yet on what exactly tries to do that, one somewhat fishy thing is a pulse unclean exit followed by a restart of it's unit but that shouldn't inherently try to revive the entire KDE session.

Offline

#7 2021-03-07 14:47:15

Neonvieh
Member
Registered: 2015-01-01
Posts: 16
Website

Re: systemd stop job for Session 2 on shutdown

Was noticing the irregular pulse restarts for a while now. There also seems to be some synchronisation Problems some of the time which leads to restarting pulse. One of the errors I am refering to reads. This i s not the synchronisation Proablem I was talking about.

Mar 06 14:00:12 Gemmler pulseaudio[673]: ALSA woke us up to write new data to the device, but there was actually nothing to write.
Mar 06 14:00:12 Gemmler pulseaudio[673]: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers.
Mar 06 14:00:12 Gemmler pulseaudio[673]: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.

Offline

#8 2021-06-05 14:08:21

seth
Member
Registered: 2012-09-03
Posts: 51,253

Offline

#9 2021-06-08 07:41:01

Neonvieh
Member
Registered: 2015-01-01
Posts: 16
Website

Re: systemd stop job for Session 2 on shutdown

Thanks. Doesn't seem to solve my problem however.

Offline

#10 2021-06-08 08:31:47

seth
Member
Registered: 2012-09-03
Posts: 51,253

Re: systemd stop job for Session 2 on shutdown

The thread is unresolved and only meant to reference a possible duplicate.
However https://bbs.archlinux.org/viewtopic.php … 4#p1976334

log out of the session first and shut down from SDDM. Does it still take "a lot of time"?

could further the theory that you're facing the exact same problem.

Offline

Board footer

Powered by FluxBB