Announcement

Collapse
No announcement yet.

Slow shutdown

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Slow shutdown

    So coming from Unity 7 to Kubuntu, is feels a less buggy but one thing is bothering me. The shutdown takes much longer than with Unity 7, where it was done in 2-3 seconds. Now it takes ten. And the culprit from the logs seems to be Simple Desktop Display Manager, which tries to start up when shutting down. Namely, when looking at the output of `journalctl -b-1 |grep sddm`, it can be seen that the system wend for shutdown at 14:20:14, gost mostly shut down at 14:20:15 but then spent 8 seconds while SDDM was trying to start again. I can post the full shutdown log if needed. Is this a known bug, or am I reading the logs incorrectly? I would assume a badly written systemd service job.



    Code:
    pro 25 14:19:13 GreenOne sddm-helper[15321]: [PAM] Starting...
    pro 25 14:19:13 GreenOne sddm-helper[15321]: [PAM] Authenticating...
    pro 25 14:19:13 GreenOne sddm-helper[15321]: [PAM] Preparing to converse...
    pro 25 14:19:13 GreenOne sddm-helper[15321]: [PAM] Conversation with 1 messages
    pro 25 14:19:13 GreenOne sddm-helper[15322]: pam_ecryptfs: Passphrase file wrapped
    pro 25 14:19:13 GreenOne sddm-helper[15321]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
    pro 25 14:19:13 GreenOne sddm-helper[15321]: [PAM] returning.
    pro 25 14:19:13 GreenOne sddm[955]: Authenticated successfully
    pro 25 14:19:13 GreenOne sddm-greeter[15251]: Message received from daemon: LoginSucceeded
    pro 25 14:19:13 GreenOne sddm-helper[15321]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
    pro 25 14:19:13 GreenOne sddm-helper[15321]: pam_unix(sddm:session): session opened for user drew by (uid=0)
    pro 25 14:19:13 GreenOne sddm-helper[15321]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
    pro 25 14:19:13 GreenOne sddm-helper[15332]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
    pro 25 14:19:13 GreenOne sddm-helper[15321]: Starting: "/etc/sddm/Xsession \"/usr/bin/startplasma-x11\""
    pro 25 14:19:13 GreenOne sddm-helper[15334]: Adding cookie to "/home/drew/.Xauthority"
    pro 25 14:19:13 GreenOne sddm[955]: Session started
    pro 25 14:19:13 GreenOne sddm-helper[15238]: [PAM] Closing session
    pro 25 14:19:13 GreenOne sddm-helper[15238]: pam_unix(sddm-greeter:session): session closed for user sddm
    pro 25 14:19:13 GreenOne sddm-helper[15238]: [PAM] Ended.
    pro 25 14:19:13 GreenOne sddm[955]: Auth: sddm-helper exited successfully
    pro 25 14:19:13 GreenOne sddm[955]: Greeter stopped.
    pro 25 14:20:14 GreenOne sddm[955]: Authentication error: "Process crashed"
    pro 25 14:20:14 GreenOne sddm[955]: Auth: sddm-helper crashed (exit code 15)
    pro 25 14:20:14 GreenOne sddm[955]: Authentication error: "Process crashed"
    pro 25 14:20:14 GreenOne sddm[955]: Auth: sddm-helper exited with 15
    pro 25 14:20:14 GreenOne sddm[955]: Socket server stopping...
    pro 25 14:20:14 GreenOne sddm[955]: Socket server stopped.
    pro 25 14:20:14 GreenOne sddm[955]: Display server stopping...
    pro 25 14:20:15 GreenOne sddm[955]: Display server stopped.
    pro 25 14:20:15 GreenOne sddm[955]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
    pro 25 14:20:17 GreenOne sddm[955]: Removing display ":0" ...
    pro 25 14:20:17 GreenOne sddm[955]: Adding new display on vt 1 ...
    pro 25 14:20:17 GreenOne sddm[955]: Loading theme configuration from ""
    pro 25 14:20:17 GreenOne sddm[955]: Display server starting...
    pro 25 14:20:17 GreenOne sddm[955]: Adding cookie to "/var/run/sddm/{0d14fc72-608b-4648-a74c-e1209ec1ed6e}"
    pro 25 14:20:17 GreenOne sddm[955]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{0d14fc72-608b-4648-a74c-e1209ec1e
    d6e} -background none -noreset -displayfd 18 -seat seat0 vt1
    pro 25 14:20:18 GreenOne sddm[955]: Setting default cursor
    pro 25 14:20:18 GreenOne sddm[955]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
    pro 25 14:20:21 GreenOne sddm[955]: Display server started.
    pro 25 14:20:21 GreenOne sddm[955]: Socket server starting...
    pro 25 14:20:21 GreenOne sddm[955]: Socket server started.
    pro 25 14:20:21 GreenOne sddm[955]: Loading theme configuration from "/usr/share/sddm/themes/ubuntu-theme/theme.conf"
    pro 25 14:20:21 GreenOne sddm[955]: Greeter starting...
    pro 25 14:20:21 GreenOne sddm[955]: Signal received: SIGTERM
    pro 25 14:20:21 GreenOne sddm-helper[17408]: [PAM] Starting...
    pro 25 14:20:21 GreenOne sddm-helper[17408]: [PAM] Authenticating...
    pro 25 14:20:21 GreenOne sddm-helper[17408]: [PAM] returning.
    pro 25 14:20:21 GreenOne sddm[955]: Socket server stopping...
    pro 25 14:20:21 GreenOne sddm[955]: Socket server stopped.
    pro 25 14:20:21 GreenOne sddm[955]: Display server stopping...
    pro 25 14:20:22 GreenOne sddm[955]: Display server stopped.
    pro 25 14:20:22 GreenOne sddm[955]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
    pro 25 14:20:23 GreenOne sddm[955]: QProcess: Destroyed while process ("/usr/lib/x86_64-linux-gnu/sddm/sddm-helper") is stil
    l running.
    pro 25 14:20:23 GreenOne systemd[1]: sddm.service: Deactivated successfully.
    pro 25 14:20:23 GreenOne systemd[1]: sddm.service: Consumed 1min 43.509s CPU time.

    #2
    Welcome to KFN. What version of Kubuntu are you running?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Oh, sorry. The latest, 21.10.

      Comment


        #4
        Is your HDD or the partitions encrypted?
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          No. I run autologin, no encryption. I turned on systemd-boot (Grub2 is just slow).

          I tried experimenting with /usr/lib/systemd/system/sddm.service, changing the value of Restart and RestartSec but that does not seem to make a difference.

          What helped was changing the following values in /etc/systemd/system.conf like this:

          Code:
          DefaultTimeoutStartSec=1s
          DefaultTimeoutStopSec=1s
          DefaultStartLimitIntervalSec=500ms
          (and after, one needs to run "sudo systemctl daemon-reload" for the changes to take effect)

          It speeds things up, but is obviously an ugly hack.

          So it is not normal that SDDM tries to restart itself when told to shut down?



          Comment


            #6
            Other than the increased times, my output of `journalctl -b-1 |grep sddm` is almost identical to yours, but here, from start to finish, it's three seconds.
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              So you do have lines like "Display server starting..." there after you initiated shjutdown/reboot? I think that is actually most likely a bug - a process should not start after it is terminated during shutdown.

              In othe news, I am now down to 2 seconds too. Messing with /etc/systemd/system.conf helped I think.

              Comment


                #8
                Yes, I too have "Display server starting..." after the shutdown signal is given/processed. Why? Don't know.
                Using Kubuntu Linux since March 23, 2007
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #9
                  So I filled a bug: https://bugs.launchpad.net/ubuntu/+s...m/+bug/1955747

                  It has been years since I have done so, living with abandonware for about five years:-).

                  Comment


                    #10
                    Might be useful to look at what might be happening in those 8 seconds, unrelated to SDDM. Any software installed as a Snap? These need to be unmounted, and do seem to add some time to the shutdown process.
                    Is this system a single desktop install, or are there multiple desktops?

                    My logs doesn't show anything related to shutting down at all, just the startup info from two boots.
                    But I run KDE Neon, and though both 21.10 and this use nearly the same exact versions of sddm and Plasma, there do seem to be differences in the setup. My logs look a bit different.



                    BUT I found this:
                    You may want to look at this, maybe link to it in your bug report, and add to the github bug, perhaps.
                    https://github.com/sddm/sddm/issues/1479

                    Comment


                      #11
                      I linked the bugs. I removed all snaps (have they fixed the hardcoded Snap directory in ~/home yet?), it is just one desktop (I installed Unity 7 but removed all the packages afterwards - and this was happening before I installed Unity anyway). To me it seems it really waits until SDDM starts up again. When it starts, network shuts down. Might it be the network? The full shutdown log of is like this:
                      Code:
                      pro 25 14:09:18 GreenOne dbus-daemon[1121]: [session uid=1000 pid=1121] Activating service name='org.kde.Shutdown' requested by ':1.20' (uid=1000 pid=1292 comm="/usr/bin/plasmashell " label="unconfined")
                      pro 25 14:09:18 GreenOne dbus-daemon[1121]: [session uid=1000 pid=1121] Successfully activated service 'org.kde.Shutdown'
                      pro 25 14:09:19 GreenOne polkitd(authority=local)[757]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.47, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
                      pro 25 14:09:19 GreenOne dbus-daemon[1121]: [session uid=1000 pid=1121] Activating service name='org.kde.kdeconnect' requested by ':1.20' (uid=1000 pid=1292 comm="/usr/bin/plasmashell " label="unconfined")
                      pro 25 14:09:19 GreenOne dbus-daemon[1121]: [session uid=1000 pid=1121] Successfully activated service 'org.kde.kdeconnect'
                      pro 25 14:09:19 GreenOne org.kde.kdeconnect[82799]: kdeconnect.core: Could not query capabilities from notifications server
                      pro 25 14:09:29 GreenOne org.kde.kdeconnect[82799]: ICE default IO error handler doing an exit(), pid = 82799, errno = 11
                      pro 25 14:09:29 GreenOne systemd-logind[773]: System is rebooting.
                      pro 25 14:09:29 GreenOne systemd[1]: unattended-upgrades.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne sddm[976]: Authentication error: "Process crashed"
                      pro 25 14:09:29 GreenOne sddm[976]: Auth: sddm-helper crashed (exit code 15)
                      pro 25 14:09:29 GreenOne sddm[976]: Authentication error: "Process crashed"
                      pro 25 14:09:29 GreenOne sddm[976]: Auth: sddm-helper exited with 15
                      pro 25 14:09:29 GreenOne sddm[976]: Display server stopping...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Session 1 of user drew.
                      pro 25 14:09:29 GreenOne kglobalaccel5[1239]: The X11 connection broke (error 1). Did the X11 server die?
                      pro 25 14:09:29 GreenOne systemd[1]: Removed slice system-getty.slice.
                      pro 25 14:09:29 GreenOne systemd[1]: Removed slice system-modprobe.slice.
                      pro 25 14:09:29 GreenOne org.kde.KScreen[1437]: The X11 connection broke (error 1). Did the X11 server die?
                      pro 25 14:09:29 GreenOne kactivitymanagerd[1333]: The X11 connection broke (error 1). Did the X11 server die?
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Bluetooth.
                      pro 25 14:09:29 GreenOne org.kde.kwalletd5[11603]: The X11 connection broke (error 1). Did the X11 server die?
                      pro 25 14:09:29 GreenOne org.freedesktop.impl.portal.desktop.kde[21371]: The X11 connection broke (error 1). Did the X11 server die?
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Graphical Interface.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Multi-User System.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Login Prompts.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Smart Card.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Sound Card.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Timers.
                      pro 25 14:09:29 GreenOne systemd[1]: anacron.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Trigger anacron every hour.
                      pro 25 14:09:29 GreenOne systemd[1]: apt-daily-upgrade.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Daily apt upgrade and clean activities.
                      pro 25 14:09:29 GreenOne systemd[1]: apt-daily.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Daily apt download activities.
                      pro 25 14:09:29 GreenOne systemd[1]: e2scrub_all.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Periodic ext4 Online Metadata Check for All Filesystems.
                      pro 25 14:09:29 GreenOne systemd[1]: fstrim.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Discard unused blocks once a week.
                      pro 25 14:09:29 GreenOne systemd[1]: fwupd-refresh.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Refresh fwupd metadata regularly.
                      pro 25 14:09:29 GreenOne systemd[1]: logrotate.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Daily rotation of log files.
                      pro 25 14:09:29 GreenOne systemd[1]: man-db.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Daily man-db regeneration.
                      pro 25 14:09:29 GreenOne systemd[1]: motd-news.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Message of the Day.
                      pro 25 14:09:29 GreenOne systemd[1]: phpsessionclean.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Clean PHP session files every 30 mins.
                      pro 25 14:09:29 GreenOne systemd[1]: plocate-updatedb.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Update the plocate database daily.
                      pro 25 14:09:29 GreenOne systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Daily Cleanup of Temporary Directories.
                      pro 25 14:09:29 GreenOne systemd[1]: ua-timer.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Ubuntu Advantage Timer for running repeated jobs.
                      pro 25 14:09:29 GreenOne systemd[1]: update-notifier-download.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Download data for packages that failed at package install time.
                      pro 25 14:09:29 GreenOne systemd[1]: update-notifier-motd.timer: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Check to see whether there is a new version of Ubuntu available.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target System Time Set.
                      pro 25 14:09:29 GreenOne systemd[1088]: root-.cache-doc.mount: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: systemd-rfkill.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: plasma-kglobalaccel.service: Main process exited, code=exited, status=1/FAILURE
                      pro 25 14:09:29 GreenOne systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
                      pro 25 14:09:29 GreenOne systemd[1088]: plasma-kglobalaccel.service: Failed with result 'exit-code'.
                      pro 25 14:09:29 GreenOne ModemManager[861]: <info> caught signal, shutting down...
                      pro 25 14:09:29 GreenOne systemd[1088]: plasma-kglobalaccel.service: Consumed 8.221s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Modem Manager...
                      pro 25 14:09:29 GreenOne org.freedesktop.impl.portal.desktop.kde[73993]: The X11 connection broke (error 1). Did the X11 server die?
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Accounts Service...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping ACPI event daemon...
                      pro 25 14:09:29 GreenOne NetworkManager[745]: <info> [1640437769.6639] modem-manager: ModemManager no longer available
                      pro 25 14:09:29 GreenOne ModemManager[861]: <info> ModemManager is shut down
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Save/Restore Sound Card State...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping LSB: automatic crash report generation...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Deferred execution scheduler...
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Terminating
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Bluetooth service...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Regular background program processing daemon...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Make remote CUPS printers available locally...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping irqbalance daemon...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Tool to automatically collect and submit kernel crash signatures...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Lighttpd Daemon...
                      pro 25 14:09:29 GreenOne audit[868]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/sys/kernel/osrelease" pid=868 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
                      pro 25 14:09:29 GreenOne audit[868]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/1/environ" pid=868 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
                      pro 25 14:09:29 GreenOne audit[868]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/cmdline" pid=868 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping LSB: Mono XSP4...
                      pro 25 14:09:29 GreenOne kernel: kauditd_printk_skb: 14 callbacks suppressed
                      pro 25 14:09:29 GreenOne kernel: audit: type=1400 audit(1640437769.659:221): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/sys/kernel/osrelease" pid=868 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
                      pro 25 14:09:29 GreenOne kernel: audit: type=1400 audit(1640437769.659:222): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/1/environ" pid=868 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
                      pro 25 14:09:29 GreenOne kernel: audit: type=1400 audit(1640437769.659:223): apparmor="DENIED" operation="open" profile="/usr/sbin/cupsd" name="/proc/cmdline" pid=868 comm="cupsd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Dispatcher daemon for systemd-networkd...
                      pro 25 14:09:29 GreenOne nvidia-persistenced[969]: Received signal 15
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping NVIDIA Persistence Daemon...
                      pro 25 14:09:29 GreenOne systemd[1]: openvpn.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped OpenVPN service.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping PackageKit Daemon...
                      pro 25 14:09:29 GreenOne systemd[1]: postfix.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Postfix Mail Transport Agent.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Postfix Mail Transport Agent (instance -)...
                      pro 25 14:09:29 GreenOne rsyslogd[57949]: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="57949" x-info="https://www.rsyslog.com"] exiting on signal 15.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping System Logging Service...
                      pro 25 14:09:29 GreenOne smartd[770]: smartd received signal 15: Terminated
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
                      pro 25 14:09:29 GreenOne smartd[770]: Device: /dev/nvme0, state written to /var/lib/smartmontools/smartd.SAMSUNG_MZVLB1T0HBLR_000L7-S4EMNF0MA15680.nvme.state
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Simple Desktop Display Manager...
                      pro 25 14:09:29 GreenOne smartd[770]: smartd is exiting (exit status 0)
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Self Monitoring and Reporting Technology (SMART) Daemon...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Samba SMB Daemon...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Load/Save Random Seed...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Disk Manager...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Daemon for power management...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping LSB: VirtualBox Linux kernel module...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping crash report submission daemon...
                      pro 25 14:09:29 GreenOne nvidia-persistenced[969]: Socket closed.
                      pro 25 14:09:29 GreenOne nvidia-persistenced[969]: PID file unlocked.
                      pro 25 14:09:29 GreenOne nvidia-persistenced[969]: PID file closed.
                      pro 25 14:09:29 GreenOne nvidia-persistenced[969]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
                      pro 25 14:09:29 GreenOne nvidia-persistenced[969]: Shutdown (969)
                      pro 25 14:09:29 GreenOne systemd[1]: root-.cache-doc.mount: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Unmounted /root/.cache/doc.
                      pro 25 14:09:29 GreenOne systemd[1]: cron.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Regular background program processing daemon.
                      pro 25 14:09:29 GreenOne systemd[1]: irqbalance.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped irqbalance daemon.
                      pro 25 14:09:29 GreenOne systemd[1]: irqbalance.service: Consumed 1.723s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1]: networkd-dispatcher.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Dispatcher daemon for systemd-networkd.
                      pro 25 14:09:29 GreenOne systemd[1]: smartmontools.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Self Monitoring and Reporting Technology (SMART) Daemon.
                      pro 25 14:09:29 GreenOne systemd[1]: ModemManager.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Modem Manager.
                      pro 25 14:09:29 GreenOne systemd[1]: rtkit-daemon.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
                      pro 25 14:09:29 GreenOne systemd[1]: smbd.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Samba SMB Daemon.
                      pro 25 14:09:29 GreenOne systemd[1]: atd.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Deferred execution scheduler.
                      pro 25 14:09:29 GreenOne systemd[1]: lighttpd.service: Main process exited, code=exited, status=1/FAILURE
                      pro 25 14:09:29 GreenOne systemd[1]: lighttpd.service: Failed with result 'exit-code'.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Lighttpd Daemon.
                      pro 25 14:09:29 GreenOne systemd[1]: rsyslog.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped System Logging Service.
                      pro 25 14:09:29 GreenOne systemd[1]: alsa-restore.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Save/Restore Sound Card State.
                      pro 25 14:09:29 GreenOne systemd[1]: systemd-random-seed.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Load/Save Random Seed.
                      pro 25 14:09:29 GreenOne postfix/postfix-script[82833]: stopping the Postfix mail system
                      pro 25 14:09:29 GreenOne systemd[1]: nvidia-persistenced.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped NVIDIA Persistence Daemon.
                      pro 25 14:09:29 GreenOne postfix/master[44280]: terminating on signal 15
                      pro 25 14:09:29 GreenOne systemd[1]: kerneloops.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Tool to automatically collect and submit kernel crash signatures.
                      pro 25 14:09:29 GreenOne systemd[1]: postfix@-.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Postfix Mail Transport Agent (instance -).
                      pro 25 14:09:29 GreenOne systemd[1]: postfix@-.service: Consumed 2.044s CPU time.
                      pro 25 14:09:29 GreenOne systemd-logind[773]: Session 1 logged out. Waiting for processes to exit.
                      pro 25 14:09:29 GreenOne systemd[1]: accounts-daemon.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: plasma-kactivitymanagerd.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Accounts Service.
                      pro 25 14:09:29 GreenOne systemd[1088]: plasma-kactivitymanagerd.service: Consumed 2.438s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1]: whoopsie.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped crash report submission daemon.
                      pro 25 14:09:29 GreenOne udisksd[775]: udisks daemon version 2.9.4 exiting
                      pro 25 14:09:29 GreenOne systemd[1]: packagekit.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped PackageKit Daemon.
                      pro 25 14:09:29 GreenOne systemd[1]: packagekit.service: Consumed 5.577s CPU time.
                      pro 25 14:09:29 GreenOne apport[82811]: * Stopping automatic crash report generation: apport
                      pro 25 14:09:29 GreenOne mono-xsp4[82813]: * Stopping XSP 4.0 WebServer mono-xsp4
                      pro 25 14:09:29 GreenOne systemd[1]: Removed slice system-postfix.slice.
                      pro 25 14:09:29 GreenOne systemd[1]: system-postfix.slice: Consumed 2.044s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Host and Network Name Lookups.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Samba NMB Daemon...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Authorization Manager...
                      pro 25 14:09:29 GreenOne apport[82811]: ...done.
                      pro 25 14:09:29 GreenOne systemd[1]: cups-browsed.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Make remote CUPS printers available locally.
                      pro 25 14:09:29 GreenOne systemd[1]: apport.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped LSB: automatic crash report generation.
                      pro 25 14:09:29 GreenOne avahi-daemon[740]: Got SIGTERM, quitting.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping CUPS Scheduler...
                      pro 25 14:09:29 GreenOne avahi-daemon[740]: Leaving mDNS multicast group on interface wlp82s0.IPv6 with address fd9f:a7c0:a091:0:af60:ab43:495d:b1d4.
                      pro 25 14:09:29 GreenOne avahi-daemon[740]: Leaving mDNS multicast group on interface wlp82s0.IPv4 with address 192.168.2.100.
                      pro 25 14:09:29 GreenOne avahi-daemon[740]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
                      pro 25 14:09:29 GreenOne avahi-daemon[740]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
                      pro 25 14:09:29 GreenOne systemd[1]: nmbd.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Samba NMB Daemon.
                      pro 25 14:09:29 GreenOne virtualbox[82822]: * Unloading VirtualBox kernel modules...
                      pro 25 14:09:29 GreenOne mono-xsp4[82813]: ...done.
                      pro 25 14:09:29 GreenOne systemd[1]: mono-xsp4.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped LSB: Mono XSP4.
                      pro 25 14:09:29 GreenOne systemd[1]: cups.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped CUPS Scheduler.
                      pro 25 14:09:29 GreenOne systemd[1]: upower.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Daemon for power management.
                      pro 25 14:09:29 GreenOne systemd[1]: upower.service: Consumed 2.667s CPU time.
                      pro 25 14:09:29 GreenOne avahi-daemon[740]: avahi-daemon 0.8 exiting.
                      pro 25 14:09:29 GreenOne systemd[1]: udisks2.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Disk Manager.
                      pro 25 14:09:29 GreenOne systemd[1]: avahi-daemon.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
                      pro 25 14:09:29 GreenOne systemd[1]: session-1.scope: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Session 1 of user drew.
                      pro 25 14:09:29 GreenOne systemd[1]: session-1.scope: Consumed 12min 18.302s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping User Manager for UID 1000...
                      pro 25 14:09:29 GreenOne systemd-logind[773]: Removed session 1.
                      pro 25 14:09:29 GreenOne systemd[1088]: app-org.kde.konsole-1212333edf664e29ae456ded42632986.scope: Failed to kill control group /user.slice/user-1000.slice/user@1000.service/app.slice/app-org.kde.konsole-1212333edf664e29ae456ded42632986.scope, ignoring: Operation not permitted
                      pro 25 14:09:29 GreenOne systemd[1088]: app-org.kde.konsole-1212333edf664e29ae456ded42632986.scope: Killing process 11600 (dbus-launch) with signal SIGKILL.
                      pro 25 14:09:29 GreenOne systemd[1088]: app-org.kde.konsole-1212333edf664e29ae456ded42632986.scope: Failed to kill control group /user.slice/user-1000.slice/user@1000.service/app.slice/app-org.kde.konsole-1212333edf664e29ae456ded42632986.scope, ignoring: Operation not permitted
                      pro 25 14:09:29 GreenOne systemd[1088]: app-org.kde.konsole-1212333edf664e29ae456ded42632986.scope: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped Konsole - Terminal.
                      pro 25 14:09:29 GreenOne systemd[1088]: app-org.kde.konsole-1212333edf664e29ae456ded42632986.scope: Consumed 10min 45.643s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1088]: Removed slice User Background Tasks Slice.
                      pro 25 14:09:29 GreenOne systemd[1088]: background.slice: Consumed 10.760s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped target Main User Target.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping D-Bus User Message Bus...
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping User preferences database...
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping Bluetooth OBEX service...
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping Multimedia Service Session Manager...
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping Portal service (GTK+/GNOME implementation)...
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping Portal service...
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping flatpak document portal service...
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping sandboxed app permission store...
                      pro 25 14:09:29 GreenOne systemd[1088]: dconf.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped User preferences database.
                      pro 25 14:09:29 GreenOne systemd[1088]: obex.service: Main process exited, code=exited, status=1/FAILURE
                      pro 25 14:09:29 GreenOne systemd[1088]: obex.service: Failed with result 'exit-code'.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped Bluetooth OBEX service.
                      pro 25 14:09:29 GreenOne systemd[1088]: xdg-permission-store.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped sandboxed app permission store.
                      pro 25 14:09:29 GreenOne systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Unmounted /run/user/1000/doc.
                      pro 25 14:09:29 GreenOne systemd[1088]: run-user-1000-doc.mount: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: xdg-document-portal.service: Main process exited, code=exited, status=20/n/a
                      pro 25 14:09:29 GreenOne systemd[1088]: xdg-document-portal.service: Failed with result 'exit-code'.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped flatpak document portal service.
                      pro 25 14:09:29 GreenOne systemd[1]: polkit.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Authorization Manager.
                      pro 25 14:09:29 GreenOne pulseaudio[1098]: Error opening PCM device front:0: No such file or directory
                      pro 25 14:09:29 GreenOne pulseaudio[1098]: Error opening PCM device hdmi:1: No such file or directory
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSink/sbc
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSource/sbc
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSink/sbc_xq_453
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSource/sbc_xq_453
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSink/sbc_xq_512
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSource/sbc_xq_512
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSink/sbc_xq_552
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSource/sbc_xq_552
                      pro 25 14:09:29 GreenOne systemd[1088]: dbus.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped D-Bus User Message Bus.
                      pro 25 14:09:29 GreenOne systemd[1088]: dbus.service: Consumed 5.299s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1088]: xdg-desktop-portal.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped Portal service.
                      pro 25 14:09:29 GreenOne systemd[1088]: pipewire-media-session.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped Multimedia Service Session Manager.
                      pro 25 14:09:29 GreenOne systemd[1088]: pulseaudio.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped Sound Service.
                      pro 25 14:09:29 GreenOne systemd[1088]: xdg-desktop-portal-gtk.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped Portal service (GTK+/GNOME implementation).
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopping Multimedia Service...
                      pro 25 14:09:29 GreenOne systemd[1088]: pipewire.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped Multimedia Service.
                      pro 25 14:09:29 GreenOne systemd[1088]: Removed slice User Core Session Slice.
                      pro 25 14:09:29 GreenOne systemd[1088]: session.slice: Consumed 1.162s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped target Basic System.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped target Paths.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped target Sockets.
                      pro 25 14:09:29 GreenOne systemd[1088]: Stopped target Timers.
                      pro 25 14:09:29 GreenOne systemd[1088]: dbus.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed D-Bus User Message Bus Socket.
                      pro 25 14:09:29 GreenOne systemd[1088]: dirmngr.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed GnuPG network certificate management daemon.
                      pro 25 14:09:29 GreenOne systemd[1088]: gpg-agent-browser.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
                      pro 25 14:09:29 GreenOne systemd[1088]: gpg-agent-extra.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
                      pro 25 14:09:29 GreenOne systemd[1088]: gpg-agent-ssh.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed GnuPG cryptographic agent (ssh-agent emulation).
                      pro 25 14:09:29 GreenOne systemd[1088]: gpg-agent.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed GnuPG cryptographic agent and passphrase cache.
                      pro 25 14:09:29 GreenOne systemd[1088]: pipewire.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed Multimedia System.
                      pro 25 14:09:29 GreenOne systemd[1088]: pk-debconf-helper.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed debconf communication socket.
                      pro 25 14:09:29 GreenOne systemd[1088]: pulseaudio.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed Sound System.
                      pro 25 14:09:29 GreenOne systemd[1088]: snapd.session-agent.socket: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Closed REST API socket for snapd user session agent.
                      pro 25 14:09:29 GreenOne systemd[1088]: Removed slice User Application Slice.
                      pro 25 14:09:29 GreenOne systemd[1088]: app.slice: Consumed 45min 1.911s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1088]: Reached target Shutdown.
                      pro 25 14:09:29 GreenOne systemd[1088]: systemd-exit.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1088]: Finished Exit the Session.
                      pro 25 14:09:29 GreenOne systemd[1088]: Reached target Exit the Session.
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Stopping SDP server
                      pro 25 14:09:29 GreenOne bluetoothd[742]: Exit
                      pro 25 14:09:29 GreenOne systemd[1]: bluetooth.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Bluetooth service.
                      pro 25 14:09:29 GreenOne systemd[1]: user@1000.service: Killing process 11600 (dbus-launch) with signal SIGKILL.
                      pro 25 14:09:29 GreenOne systemd[1]: user@1000.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: user@1000.service: Unit process 11600 (dbus-launch) remains running after unit stopped.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped User Manager for UID 1000.
                      pro 25 14:09:29 GreenOne systemd[1]: user@1000.service: Consumed 45min 14.178s CPU time.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopping User Runtime Directory /run/user/1000...
                      pro 25 14:09:29 GreenOne systemd[1]: run-user-1000.mount: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Unmounted /run/user/1000.
                      pro 25 14:09:29 GreenOne systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped User Runtime Directory /run/user/1000.
                      pro 25 14:09:29 GreenOne systemd[1]: Removed slice User Slice of UID 1000.
                      pro 25 14:09:29 GreenOne systemd[1]: user-1000.slice: Consumed 57min 32.490s CPU time.
                      pro 25 14:09:29 GreenOne virtualbox[82822]: ...done.
                      pro 25 14:09:29 GreenOne systemd[1]: virtualbox.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped LSB: VirtualBox Linux kernel module.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped target Network is Online.
                      pro 25 14:09:29 GreenOne systemd[1]: NetworkManager-wait-online.service: Deactivated successfully.
                      pro 25 14:09:29 GreenOne systemd[1]: Stopped Network Manager Wait Online.
                      pro 25 14:09:30 GreenOne sddm[976]: Display server stopped.
                      pro 25 14:09:30 GreenOne sddm[976]: Running display stop script "/usr/share/sddm/scripts/Xstop"
                      pro 25 14:09:31 GreenOne systemd[1]: acpid.service: Deactivated successfully.
                      pro 25 14:09:31 GreenOne systemd[1]: Stopped ACPI event daemon.
                      pro 25 14:09:31 GreenOne systemd[1]: acpid.service: Consumed 25.324s CPU time.
                      pro 25 14:09:32 GreenOne sddm[976]: Removing display ":0" ...
                      pro 25 14:09:32 GreenOne sddm[976]: Adding new display on vt 1 ...
                      pro 25 14:09:32 GreenOne sddm[976]: Loading theme configuration from ""
                      pro 25 14:09:32 GreenOne sddm[976]: Display server starting...
                      pro 25 14:09:32 GreenOne sddm[976]: Adding cookie to "/var/run/sddm/{a83b847c-5b1c-4a95-b1cd-4397e238d24b}"
                      pro 25 14:09:32 GreenOne sddm[976]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{a83b847c-5b1c-4a95-b1cd-4397e238d24b} -background none -noreset -displayfd 17 -seat seat0 vt1
                      pro 25 14:09:33 GreenOne sddm[976]: Setting default cursor
                      pro 25 14:09:34 GreenOne sddm[976]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
                      pro 25 14:09:36 GreenOne sddm[976]: Display server started.
                      pro 25 14:09:36 GreenOne sddm[976]: Socket server starting...
                      pro 25 14:09:36 GreenOne sddm[976]: Socket server started.
                      pro 25 14:09:36 GreenOne sddm[976]: Loading theme configuration from "/usr/share/sddm/themes/ubuntu-theme/theme.conf"
                      pro 25 14:09:36 GreenOne sddm[976]: Greeter starting...
                      pro 25 14:09:36 GreenOne sddm[976]: Signal received: SIGTERM
                      pro 25 14:09:36 GreenOne sddm[976]: Socket server stopping...
                      pro 25 14:09:36 GreenOne sddm[976]: Socket server stopped.
                      pro 25 14:09:36 GreenOne sddm[976]: Display server stopping...
                      pro 25 14:09:36 GreenOne sddm-helper[82945]: [PAM] Starting...
                      pro 25 14:09:36 GreenOne sddm-helper[82945]: [PAM] Authenticating...
                      pro 25 14:09:36 GreenOne sddm-helper[82945]: [PAM] returning.
                      pro 25 14:09:37 GreenOne sddm[976]: Display server stopped.
                      pro 25 14:09:37 GreenOne sddm[976]: Running display stop script "/usr/share/sddm/scripts/Xstop"
                      pro 25 14:09:38 GreenOne sddm[976]: QProcess: Destroyed while process ("/usr/lib/x86_64-linux-gnu/sddm/sddm-helper") is still running.
                      pro 25 14:09:38 GreenOne systemd[1]: sddm.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Simple Desktop Display Manager.
                      pro 25 14:09:38 GreenOne systemd[1]: sddm.service: Consumed 25min 10.490s CPU time.
                      pro 25 14:09:38 GreenOne systemd[1]: plymouth-quit.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Terminate Plymouth Boot Screen.
                      pro 25 14:09:38 GreenOne systemd[1]: Condition check resulted in Show Plymouth Reboot Screen being skipped.
                      pro 25 14:09:38 GreenOne systemd[1]: Condition check resulted in Tell Plymouth To Jump To initramfs being skipped.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping User Login Management...
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping Permit User Sessions...
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-user-sessions.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Permit User Sessions.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Network.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Remote File Systems.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping Network Manager...
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.5390] caught SIGTERM, shutting down normally.
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.5398] device (wlp82s0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping Network Name Resolution...
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.5399] manager: NetworkManager state is now DISCONNECTING
                      pro 25 14:09:38 GreenOne dbus-daemon[744]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.9' (uid=0 pid=745 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping WPA supplicant...
                      pro 25 14:09:38 GreenOne wpa_supplicant[777]: nl80211: deinit ifname=p2p-dev-wlp82s0 disabled_11b_rates=0
                      pro 25 14:09:38 GreenOne systemd[1]: Requested transaction contradicts existing jobs: Transaction for NetworkManager-dispatcher.service/start is destructive (systemd-remount-fs.service has 'stop' job queued, but 'start' is included in transaction).
                      pro 25 14:09:38 GreenOne dbus-daemon[744]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Transaction for NetworkManager-dispatcher.service/start is destructive (systemd-remount-fs.service has 'stop' job queued, but 'start' is included in transaction).
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <warn> [1640437778.5421] dispatcher: (14) failed: Transaction for NetworkManager-dispatcher.service/start is destructive (systemd-remount-fs.service has 'stop' job queued, but 'start' is included in transaction).
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.5422] device (wlp82s0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
                      pro 25 14:09:38 GreenOne dbus-daemon[744]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.9' (uid=0 pid=745 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
                      pro 25 14:09:38 GreenOne systemd[1]: Requested transaction contradicts existing jobs: Transaction for NetworkManager-dispatcher.service/start is destructive (shutdown.target has 'start' job queued, but 'stop' is included in transaction).
                      pro 25 14:09:38 GreenOne dbus-daemon[744]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Transaction for NetworkManager-dispatcher.service/start is destructive (shutdown.target has 'start' job queued, but 'stop' is included in transaction).
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-resolved.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Network Name Resolution.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-resolved.service: Consumed 1.768s CPU time.
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.5825] dhcp4 (wlp82s0): canceled DHCP transaction
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.5826] dhcp4 (wlp82s0): state changed bound -> terminated
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.5829] dhcp6 (wlp82s0): canceled DHCP transaction
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.5829] dhcp6 (wlp82s0): state changed bound -> terminated
                      pro 25 14:09:38 GreenOne wpa_supplicant[777]: p2p-dev-wlp82s0: CTRL-EVENT-TERMINATING
                      pro 25 14:09:38 GreenOne kernel: wlp82s0: deauthenticating from d4:6e:0e:28:e6:e6 by local choice (Reason: 3=DEAUTH_LEAVING)
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-logind.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped User Login Management.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target User and Group Name Lookups.
                      pro 25 14:09:38 GreenOne wpa_supplicant[777]: wlp82s0: CTRL-EVENT-DISCONNECTED bssid=d4:6e:0e:28:e6:e6 reason=3 locally_generated=1
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.6741] manager: NetworkManager state is now DISCONNECTED
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.6767] device (p2p-dev-wlp82s0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
                      pro 25 14:09:38 GreenOne dbus-daemon[744]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.9' (uid=0 pid=745 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
                      pro 25 14:09:38 GreenOne systemd[1]: Requested transaction contradicts existing jobs: Transaction for NetworkManager-dispatcher.service/start is destructive (systemd-reboot.service has 'start' job queued, but 'stop' is included in transaction).
                      pro 25 14:09:38 GreenOne dbus-daemon[744]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Transaction for NetworkManager-dispatcher.service/start is destructive (systemd-reboot.service has 'start' job queued, but 'stop' is included in transaction).
                      pro 25 14:09:38 GreenOne NetworkManager[745]: <info> [1640437778.7042] exiting (success)
                      pro 25 14:09:38 GreenOne wpa_supplicant[777]: nl80211: deinit ifname=wlp82s0 disabled_11b_rates=0
                      pro 25 14:09:38 GreenOne systemd[1]: NetworkManager.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Network Manager.
                      pro 25 14:09:38 GreenOne systemd[1]: NetworkManager.service: Consumed 4.083s CPU time.
                      pro 25 14:09:38 GreenOne wpa_supplicant[777]: wlp82s0: CTRL-EVENT-TERMINATING
                      pro 25 14:09:38 GreenOne systemd[1]: wpa_supplicant.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped WPA supplicant.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Basic System.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Paths.
                      pro 25 14:09:38 GreenOne systemd[1]: acpid.path: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped ACPI Events Check.
                      pro 25 14:09:38 GreenOne systemd[1]: cups.path: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped CUPS Scheduler.
                      pro 25 14:09:38 GreenOne systemd[1]: ua-license-check.path: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Trigger to poll for Ubuntu Pro licenses (Only enabled on GCP LTS non-pro).
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Slices.
                      pro 25 14:09:38 GreenOne systemd[1]: Removed slice User and Session Slice.
                      pro 25 14:09:38 GreenOne systemd[1]: user.slice: Consumed 57min 32.490s CPU time.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Sockets.
                      pro 25 14:09:38 GreenOne systemd[1]: acpid.socket: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Closed ACPID Listen Socket.
                      pro 25 14:09:38 GreenOne systemd[1]: avahi-daemon.socket: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
                      pro 25 14:09:38 GreenOne systemd[1]: cups.socket: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Closed CUPS Scheduler.
                      pro 25 14:09:38 GreenOne systemd[1]: syslog.socket: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Closed Syslog Socket.
                      pro 25 14:09:38 GreenOne systemd[1]: uuidd.socket: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Closed UUID daemon activation socket.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target System Initialization.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Local Encrypted Volumes.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Swap.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Local Verity Integrity Protected Volumes.
                      pro 25 14:09:38 GreenOne systemd[1]: Deactivating swap /swapfile...
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping Entropy Daemon based on the HAVEGE algorithm...
                      pro 25 14:09:38 GreenOne haveged[715]: haveged: Stopping due to signal 15
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:intel_backlight...
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-sysctl.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Apply Kernel Variables.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-modules-load.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Load Kernel Modules.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping Network Time Synchronization...
                      pro 25 14:09:38 GreenOne systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
                      pro 25 14:09:38 GreenOne systemd[1]: haveged.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Entropy Daemon based on the HAVEGE algorithm.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-backlight@backlight:intel_backlight.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:intel_backlight.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-backlight@leds:tpacpi::kbd_backlight.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
                      pro 25 14:09:38 GreenOne systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-update-utmp.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-timesyncd.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Network Time Synchronization.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped Create Volatile Files and Directories.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped target Local File Systems.
                      pro 25 14:09:38 GreenOne systemd[1]: Unmounting /boot/efi...
                      pro 25 14:09:38 GreenOne systemd[1]: Unmounting /home...
                      pro 25 14:09:38 GreenOne systemd[1]: swapfile.swap: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Deactivated swap /swapfile.
                      pro 25 14:09:38 GreenOne systemd[1]: boot-efi.mount: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Unmounted /boot/efi.
                      pro 25 14:09:38 GreenOne systemd[1]: systemd-fsck@dev-disk-by\x2duuid-7B6E\x2dE2BA.service: Deactivated successfully.
                      pro 25 14:09:38 GreenOne systemd[1]: Stopped File System Check on /dev/disk/by-uuid/7B6E-E2BA.
                      pro 25 14:09:39 GreenOne systemd[1]: home.mount: Deactivated successfully.
                      pro 25 14:09:39 GreenOne systemd[1]: Unmounted /home.
                      pro 25 14:09:39 GreenOne systemd[1]: Reached target Unmount All Filesystems.
                      pro 25 14:09:39 GreenOne systemd[1]: systemd-fsck@dev-disk-by\x2duuid-b752ecb8\x2ded29\x2d42d6\x2dbcfc\x2d418a6235eac3.s ervice: Deactivated successfully.
                      pro 25 14:09:39 GreenOne systemd[1]: Stopped File System Check on /dev/disk/by-uuid/b752ecb8-ed29-42d6-bcfc-418a6235eac3.
                      pro 25 14:09:39 GreenOne systemd[1]: Removed slice system-systemd\x2dfsck.slice.
                      pro 25 14:09:39 GreenOne systemd[1]: Stopped target Local File Systems (Pre).
                      pro 25 14:09:39 GreenOne systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
                      pro 25 14:09:39 GreenOne systemd[1]: Stopped Create Static Device Nodes in /dev.
                      pro 25 14:09:39 GreenOne systemd[1]: systemd-sysusers.service: Deactivated successfully.
                      pro 25 14:09:39 GreenOne systemd[1]: Stopped Create System Users.
                      pro 25 14:09:39 GreenOne systemd[1]: systemd-remount-fs.service: Deactivated successfully.
                      pro 25 14:09:39 GreenOne systemd[1]: Stopped Remount Root and Kernel File Systems.
                      pro 25 14:09:39 GreenOne systemd[1]: Reached target Shutdown.
                      pro 25 14:09:39 GreenOne systemd[1]: Reached target Final Step.
                      pro 25 14:09:39 GreenOne systemd[1]: systemd-reboot.service: Deactivated successfully.
                      pro 25 14:09:39 GreenOne systemd[1]: Finished Reboot.
                      pro 25 14:09:39 GreenOne systemd[1]: Reached target Reboot.
                      pro 25 14:09:39 GreenOne systemd[1]: Shutting down.
                      pro 25 14:09:39 GreenOne systemd-shutdown[1]: Syncing filesystems and block devices.
                      pro 25 14:09:39 GreenOne systemd-shutdown[1]: Sending SIGTERM to remaining processes...
                      pro 25 14:09:39 GreenOne systemd-journald[413]: Journal stopped

                      Comment


                        #12
                        I notice that this is taking 10 seconds in your 21 second long log:

                        Code:
                        pro 25 14:09:19 GreenOne org.kde.kdeconnect[82799]: kdeconnect.core: Could not query capabilities from notifications server
                        pro 25 14:09:29 GreenOne org.kde.kdeconnect[82799]: ICE default IO error handler doing an exit(), pid = 82799, errno = 11

                        Please Read Me

                        Comment


                          #13
                          Yes, but that happens _before_ boot, now after, so it should not have to do anything with it, should it? I looked into the next boot and there is no such 10-second gap associated with shutdown.

                          Comment

                          Working...
                          X