• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Langsames shutdown/reboot

BeastXXL

Hacker
Hallo liebe community,

ich habe vor kurzem einen neuen PC gebaut und oS Leap 15.1 neben Win10 installiert (mit CD Leap 15.0 installiert und mit zypper dup auf 15.1 upgrade).
Mit Ausnahme des Herunterfahrens läuft alles sehr gut (das Booten habe ich wie bei 15.0 mit "noplymouth" bei GRUB wieder beschleunigt).

Er hängt ca. 90 Sek., wenn auf dem Bildschirm
Code:
Reached Traget Shutdown
angezeigt wird.

Zunächst würde ich gern wissen, wo ich hingucken muss, um das Problem besser eingrenzen zu können.
Code:
/var/log/messages
habe ich mir zwar angesehen, komme damit aber nicht weiter.

Ansonsten habe ich schon im I-net gesucht und einige Idee gefunden.
Ausprobiert habe ich:
  • wechsel von NetworkManager auf wicked
  • eigentlich mit
    Code:
    systemctl edit cups-browsed.service
    "TimeoutStopSec=10" einfügen (aber nicht gemacht, weil die Datei komplett leer war und der Service als Inaktiv angezeigt wird)
Außerdem wird noch vorgeschlagen in /etc/default/grub die Zeilen
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
mit "reboot=bios", "acpi=force" und/oder "apm=power_off" zu erweitern (https://wiki.ubuntuusers.de/Herunterfahren/#Problembehebung bzw. https://mylinuxexplore.blogspot.com/2011/11/solved-ubuntu-doesnt-shutdown-properly.html)
Möglicherweise ist auch ein Intel-Chipsatz (HDA) noch angeschaltet (siehe Link von ubuntuusers)?

Noch zwei Beobachtungen:
  • Der Schutdown ging definitiv schon mal sehr schnell. Ich glaube vor der Installation des Druckers, aber nicht sicher

Wo und wie bekomme ich Hinweise, was das Problem ist?

Ich würde mich über eure Hilfe sehr freuen. Danke schon mal im Voraus. :)
 

gehrke

Administrator
Teammitglied
BeastXXL schrieb:
Zunächst würde ich gern wissen, wo ich hingucken muss, um das Problem besser eingrenzen zu können.
Code:
/var/log/messages
habe ich mir zwar angesehen, komme damit aber nicht weiter.
Bei aktuellen Systemen würde ich zuerst mal im Journal von systemd nachschauen:
Code:
journalctl
 
OP
B

BeastXXL

Hacker
Hallo gehrke, hallo susejunky,

danke für eure Antworten. Leider haben sie nicht geholfen.
Zunächst beruhigt es etwas, dass auch andere ein ähnliches/gleiches Problem haben. Auch, wenn bisher noch keine Lösung in Sicht ist.

Code:
journalctl
hat zum Thema Shutdown leider keine Infos zu bieten. Die Aufzeichnung scheint immer erst beim letzten Booten anzufangen. Der letzte Shutdown (direkt davor) ist nicht erhalten geblieben.

Ein paar interessante Beobachtungen:
Um bei
Code:
/var/log/messages
eine Shutdown-Verzögerung zu sehen, habe ich den Rechner normal gebootet, mich eingeloggt und danach gleich wieder über die GUI einen Neustart ausgelöst: -->Es ging problemlos innerhalb von Sekunden<--
Ich habe es nochmal wiederholt, weil ich es kaum glauben konnte: es brachte das selbe Ergebnis.
Da ich immer noch an die Intel-Chipsatz-Geschichte (HDA-Sound) glaube, habe ich nach dem zweiten schnellen Reboot Clementine gestartet und für eine Minute Internetradio gehört: -->Der Shutdown hat sich wieder verzögert<--
Nachdem ich wieder rebootet hatte, wollte ich herausfinden, ob durch Clementine ein Dienst startet, der evtl. beim Shutdown/Reboot länger zum Beenden braucht. Also habe direkt nach dem Log-in die GUI -Dienste-Verwaltung aufgerufen, und mittels GIMP Screenshots von den aktiven bzw. ehemals aktiven Diensten gemacht. Was soll ich sagen? Beim anschließenden Reboot ging der Shutdown wieder sehr schnell und in Sekunden!
Danach wieder Clementine gestartet, kurz Musik gehört und wie zuvor Bildschirmfotos mit GIMP von den Diensten gemacht. Im user-Modus und nach Angaben der GUI-Dienste-Verwaltung gibt es keinen Unterschied. Es wird anscheinend kein Dienst durch Clementine gestartet.

Dann wollte ich mir
Code:
var/log/messages
noch einmal genauer ansehen, da hier auch der Shutdown-Prozess protokolliert wird. Ich habe den PC mehrmals rebootet (mal mit und mal ohne Clementine), um evtl. irgendwas signifikantes in der Log-Datei zu finden.

Um es kurz zu machen: ich konnte in der Log-Datei nichts finden, was mir etwas sagt und zu der Uhrzeit passt, an der der Shutdown hängt. Wenn jemand von euch einen Blick darauf werfen möchte, dann sagt Bescheid.
Was ich in diesen Zusammenhang merkwürdig fand: gleich nach dem Log-in habe ich mir auf der Konsole mit mcedit die Log-Datei angesehen und danach gleich rebootet. Diese Aktion hat wieder einen Hänger im Shutdown zur Folge.

Kurze Zusammenfassung: Die Verzögerung beim Shutdown wird durch etwas ausgelöst und ist nicht sofort nach dem Log-in präsent. Als Auslöser konnte ich bisher Clementine und die Konsole und/oder mcedit ausmachen. Die GUI-Dienste-Verwaltung und GIMP verursachen keine Verzögerung.

Irgendwelche Ideen dazu?

Nun wollte ich noch testen, ob das entladen von snd_hda_intel etwas bringt.
Leider geht das nicht so einfach:
Code:
beastxxl@linux-5099:~> sudo rmmod -f snd_hda_intel
[sudo] Passwort für root: 
rmmod: ERROR: could not remove 'snd_hda_intel': Resource temporarily unavailable
rmmod: ERROR: could not remove module snd_hda_intel: Resource temporarily unavailable
Hier: https://forum.ubuntuusers.de/topic/shutdown-rechner-schaltet-sich-nicht-ab-acpi-/ wird gesagt, dass erst alle Programme, die auf den Soundchip zugreifen beendet werden müssen.
Da ich die Variante mit dem Script (noch) nicht machen möchte, weil ich nicht weiß, wie ich das Ganze wieder rückgängig mache soll ohne Problem zu generieren, würde ich gerne die temporäre Variante versuchen.
Bei http://readlist.com/lists/lists.ubuntu.com/ubuntu-users/6/34756.html schlagen sie dieses Vorgehen vor:
Code:
kill $(lsof -t /dev/dsp* /dev/snd/*) &&
sudo modprobe -r $(lsmod |grep ^snd |awk '{print $1}') &&

Meine Frage nun: kann man das gefahrlos ausprobieren? In Script-Programmierung für die Bash bin ich total unerfahren.
Danke, wenn ihr bis hier durchgehalten habt (viel Text) :)
 

josef-wien

Ultimate Guru
Mit einer mehr als 10 Jahre alten Anleitung wirst Du bei heutigen Systemen kein Glück mehr haben. Die beiden Befehle kannst Du ausführen, aber der Versuch, die Module ohne Berücksichtigung ihrer Abhängigkeiten zu entladen, wird schiefgehen.

Ob etwas noch protokolliert werden kann, hängt davon ab, ob zu diesem Zeitpunkt die entsprechenden Dateien noch offen sind. Eventuell bringt Dir das Weglassen der Boot-Option quiet mehr Informationen am Bildschirm beim Herunterfahren.
 
OP
B

BeastXXL

Hacker
@gehrke: Ah, OK, dann werde ich mich heute abend nochmal eingehender damit beschäftigen und testen.
@josef-wien: OK, dann lass ich das sein. War schon skeptisch geworden, als die Verzögerung des Shutdowns nur durch Konsolenarbeit ausgelöst wurde (was m.M.n. nichts mit snd_hda_intel zu tun hat). Das mit quiet werde ich auf jeden Fall ausprobieren.

Ich melde mich wieder, ob und was ich herausgefunden habe.
 

swannema

Member
Nutzt Du LVM, falls nicht, lösche die entsprechende Software (lvm2...). Es gibt einige Berichte, dass lvm für die Verzögerung sorgt, war bei mir in TW auch so.
 
OP
B

BeastXXL

Hacker
Aaaaalso,

das weglassen der Boot-Option quiet hat Linux leider nicht redseliger werden lassen.

Unter root habe ich das Verzeichnis
Code:
/var/log/journal/
angelegt (siehe https://wiki.ubuntuusers.de/systemd/journald/#Speichereinstellung-fuer-das-Journal-aendern). Nun protokolliert journalctl auch die letzten Boots und Shutdowns...was mich aber leider auch nicht weiterbringt. Wonach genau muss ich suchen?
Aus purer Ratlosigkeit habe ich einfach mal das probiert:
Code:
beastxxl@linux-5099:~> journalctl | grep "timeout"
Hint: You are currently not seeing messages from other users and the system.
      Users in the 'systemd-journal' group can see all messages. Pass -q to
      turn off this notice.
Sep 12 19:10:54 linux-5099 pulseaudio[1815]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Sep 12 19:10:54 linux-5099 kdeinit5[1741]: org.kde.bluez: PendingCall Error: "Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)"
Sep 12 19:13:37 linux-5099 kdeinit5[1668]: org.kde.bluez: PendingCall Error: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
Sep 12 19:13:37 linux-5099 pulseaudio[1734]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Sep 12 19:34:19 linux-5099 pulseaudio[1825]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Sep 12 19:34:19 linux-5099 kdeinit5[1760]: org.kde.bluez: PendingCall Error: "Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)"
Sep 12 19:37:04 linux-5099 kdeinit5[1762]: org.kde.bluez: PendingCall Error: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
Sep 12 19:37:04 linux-5099 pulseaudio[1828]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Sep 12 19:52:24 linux-5099 kdeinit5[1784]: org.kde.bluez: PendingCall Error: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
Sep 12 19:52:24 linux-5099 pulseaudio[1849]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Sep 12 19:56:48 linux-5099 kdeinit5[1642]: org.kde.bluez: PendingCall Error: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
Sep 12 19:56:48 linux-5099 pulseaudio[1708]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
beastxxl@linux-5099:~>
bluez hat irgendwas mit Bluetooth zu tun, soweit klar. Aber 25000ms sind keine 90 Sekunden...
Außerdem war das Shutdown-Verhalten sehr merkwürdig, als ich mit journalctl rumprobiert habe. Mal gab es einen Hänger, mal nicht. Als ich nur mit Konsole die Journaleinträge eingesehen habe und kurz danach einen Reboot gemacht habe, war alles i.O. Nach Reboot wieder was anderes gemacht --> Hänger.

Zu den LVMs: ich habe sie nicht bewusst eingerichtet. Das lvm2-Paket ist zwar installiert, aber ich habe keine Ahnung, ob es gebraucht wird.
https://wiki.ubuntuusers.de/Logical_Volume_Manager/ gab mir Hinweise:
Code:
beastxxl@linux-5099:~> sudo pvs
[sudo] Passwort für root: 
beastxxl@linux-5099:~> sudo pvdisplay
beastxxl@linux-5099:~> sudo vgs
beastxxl@linux-5099:~> sudo vgdisplay
beastxxl@linux-5099:~> sudo lvs
beastxxl@linux-5099:~> sudo lvdisplay
beastxxl@linux-5099:~>
Ich würde sagen LVMs sind nicht vorhanden. Obwohl das lvm2-Paket also wahrscheinlich nicht genutzt wird, könnte es Schwierigkeiten machen? Also testweise mal deinstallieren?

Ich habe noch einen "Workaround" gefunden, den ich mir noch (vor den im ersten Post erwähnten Boot-Optionen) ansehen möchte:
Code:
TimeoutStopSec=    bzw.
DefaultTimeoutStopSec=
in systemd.service bzw. systemd-system.conf
Wenn ich das richtig verstanden habe, dann ist systemd.service die allgemeine Konfigurationsdatei für die Dienste. Wenn ich also dort den Timeout-Wert verringere und es einen Effekt auf den Shutdown hat (kürzerer Hänger), wäre das ein Hinweis, dass ein Dienst nicht ordnungsgemäß beendet wird.
Ansonsten hat ein kurzer Wert bei systemd-system.conf evtl. einen Effekt.
Was haltet ihr von diesem Mittel der vorletzten Wahl (also, wenn lvm2 deinstall und andere möglich Ideen nicht funktionieren)?

Was dankt ihr zu dieser Sache?
 

josef-wien

Ultimate Guru
BeastXXL schrieb:
Code:
Hint: You are currently not seeing messages from other users and the system.
      Users in the 'systemd-journal' group can see all messages. Pass -q to
      turn off this notice.
Du siehst also nur Meldungen zu Aktivitäten des normalen Benutzers, und der ist zum fraglichen Zeitpunkt schon lange abgemeldet. Ordne ihm die passende Gruppe zu (und melde ihn ab und wieder an), oder arbeite als root.
 
OP
B

BeastXXL

Hacker
josef-wien schrieb:
[...] oder arbeite als root.
Aaarrgh, das vergesse ich jedes Mal, sorry.

OK, es sieht so aus, als würde diese Pause beim Shutdown nicht protokolliert, weder von journalctl noch in /var/log/messages
Hier mal ein Auszug von journalctl ab dem Zeitpunkt, wo ich auf den "Reboot"-Button geklickt habe:
Code:
Sep 13 18:37:34 linux-5099 kwin_x11[1768]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Sep 13 18:37:36 linux-5099 kwin_x11[1768]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7729, resource id: 6291492, major code: 18 (ChangeProperty), minor code: 0
Sep 13 18:37:36 linux-5099 org_kde_powerdevil[1820]: powerdevil: Scheduling inhibition from ":1.13" "ksmserver" with cookie 1 and reason "Shutting down system"
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: saveSession is  true
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: Saving legacy session apps
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: Done saving  0  legacy session apps
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: clients should be empty,  false
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: completeShutdownOrCheckpoint called
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: state is  7
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: Starting killing clients
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: startKilling: client  "/usr/bin/xembedsniproxy" ( 1011dcfa3a5000156839258500000017540000 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: startKilling: client  "/usr/bin/krunner" ( 1011dcfa3a5000156839258500000017540001 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: startKilling: client  "/usr/bin/plasmashell" ( 1011dcfa3a5000156839258500000017540002 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: startKilling: client  "kwinsmhelper" ( 1011dcfa3a5000156839258500000017540003 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: startKilling: client  "/usr/lib64/libexec/polkit-kde-authentication-agent-1" ( 1011dcfa3a5000156839258500000017540004 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: startKilling: client  "/usr/lib64/libexec/kdeconnectd" ( 1011dcfa3a5000156839258500000017540005 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: startKilling: client  "/usr/lib64/libexec/org_kde_powerdevil" ( 1011dcfa3a5000156733466200000022890007 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: startKilling: client  "pulseaudio" ( 1011dcfa3a5000156839258600000017540007 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver:  We killed all clients. We have now clients.count()= 9
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 9
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 8
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 7
Sep 13 18:37:36 linux-5099 kwin_x11[1768]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7788, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 6
Sep 13 18:37:36 linux-5099 org_kde_powerdevil[1820]: powerdevil: Core unloading
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 5
Sep 13 18:37:36 linux-5099 polkit-kde-authentication-agent-1[1777]: Destroying listener
Sep 13 18:37:36 linux-5099 polkit-kde-authentication-agent-1[1777]: Removing listener  PolkitQt1::Agent::Listener(0x56555783f7c0)
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 4
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 3
Sep 13 18:37:36 linux-5099 polkitd[1048]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.27, object path /org/kde/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Sep 13 18:37:36 linux-5099 kwin_x11[1768]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7793, resource id: 37748740, major code: 18 (ChangeProperty), minor code: 0
Sep 13 18:37:36 linux-5099 kwin_x11[1768]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7797, resource id: 50331654, major code: 18 (ChangeProperty), minor code: 0
Sep 13 18:37:36 linux-5099 kwin_x11[1768]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7801, resource id: 27262980, major code: 18 (ChangeProperty), minor code: 0
Sep 13 18:37:36 linux-5099 plasmashell[1775]: trying to show an empty dialog
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 2
Sep 13 18:37:36 linux-5099 kwin_x11[1768]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7813, resource id: 31457303, major code: 18 (ChangeProperty), minor code: 0
Sep 13 18:37:36 linux-5099 plasmashell[1775]: QQmlExpression: Attempted to evaluate an expression in an invalid context
Sep 13 18:37:36 linux-5099 plasmashell[1775]: QQmlExpression: Attempted to evaluate an expression in an invalid context
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: Service  "org.kde.StatusNotifierHost-1775" unregistered
Sep 13 18:37:36 linux-5099 plasmashell[1775]: libkcups: Cancel-Subscription last error: 0 successful-ok
Sep 13 18:37:36 linux-5099 plasmashell[1775]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
Sep 13 18:37:36 linux-5099 plasmashell[1775]: libkcups: Cancel-Subscription last error: 0 successful-ok
Sep 13 18:37:36 linux-5099 plasmashell[1775]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
Sep 13 18:37:36 linux-5099 plasmashell[1775]: libkcups: Cancel-Subscription last error: 0 successful-ok
Sep 13 18:37:36 linux-5099 dbus-daemon[1652]: [session uid=1000 pid=1652] Activating service name='org.kde.kdeconnect' requested by ':1.19' (uid=1000 pid=1775 comm="/usr/bin/plasmashell ")
Sep 13 18:37:36 linux-5099 plasmashell[1775]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_28_00.4.analog-stereo"
Sep 13 18:37:36 linux-5099 plasmashell[1775]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_28_00.4.analog-stereo.monitor"
Sep 13 18:37:36 linux-5099 plasmashell[1775]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_28_00.4.analog-stereo"
Sep 13 18:37:36 linux-5099 plasmashell[1775]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_28_00.4.analog-stereo.monitor"
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKilling clients.count()= 1
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: Starting killing WM
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: killWM: client  "kwin_x11" ( 1011dcfa3a5000156733466200000022890002 )
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKillingWM clients.count()= 1
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKillingWM clients.count()= 1
Sep 13 18:37:36 linux-5099 ksmserver[1754]: ksmserver: KSMServer::completeKillingWM clients.count()= 0
Sep 13 18:37:36 linux-5099 systemd-logind[1055]: System is rebooting.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Disk Manager...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped target Graphical Interface.
Sep 13 18:37:36 linux-5099 obexd[1913]: Terminating
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Session 2 of user beastxxl.
Sep 13 18:37:36 linux-5099 smartd[975]: smartd received signal 15: Terminated
Sep 13 18:37:36 linux-5099 systemd[1]: Closed LVM2 poll daemon socket.
Sep 13 18:37:36 linux-5099 smartd[975]: Device: /dev/nvme0, state written to /var/lib/smartmontools/smartd.Samsung_SSD_970_EVO_Plus_500GB-S4EVNF0M451582V.nvme.state
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Detect if the system suffers from bsc#1089761.
Sep 13 18:37:36 linux-5099 smartd[975]: smartd is exiting (exit status 0)
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping User Manager for UID 1000...
Sep 13 18:37:36 linux-5099 rsyslogd[1061]:  [origin software="rsyslogd" swVersion="8.33.1" x-pid="1061" x-info="http://www.rsyslog.com"] exiting on signal 15.
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 ModemManager[974]: <info>  Caught signal, shutting down...
Sep 13 18:37:36 linux-5099 sddm[1307]: Authentication error: "Process crashed"
Sep 13 18:37:36 linux-5099 avahi-daemon[972]: Got SIGTERM, quitting.
Sep 13 18:37:36 linux-5099 sddm[1307]: Auth: sddm-helper crashed (exit code 15)
Sep 13 18:37:36 linux-5099 avahi-daemon[972]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::f586:3200:9432:ff3c.
Sep 13 18:37:36 linux-5099 sddm[1307]: Authentication error: "Process crashed"
Sep 13 18:37:36 linux-5099 avahi-daemon[972]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.2.102.
Sep 13 18:37:36 linux-5099 sddm[1307]: Auth: sddm-helper exited with 15
Sep 13 18:37:36 linux-5099 sddm[1307]: Socket server stopping...
Sep 13 18:37:36 linux-5099 sddm[1307]: Socket server stopped.
Sep 13 18:37:36 linux-5099 sddm[1307]: Display server stopping...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping X Display Manager...
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopping Virtual filesystem service - digital camera monitor...
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped target Default.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Daemon for power management...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped target Multi-User System.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopping Virtual filesystem service - Media Transfer Protocol monitor...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped target Login Prompts.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopping Virtual filesystem service - disk device monitor...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Modem Manager...
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopping Virtual filesystem service...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping irqbalance daemon...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Machine Check Exception Logging Daemon...
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopping D-Bus User Message Bus...
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopping Virtual filesystem service - GNOME Online Accounts monitor...
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopping Virtual filesystem service - Apple File Conduit monitor...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Apply settings from /etc/sysconfig/keyboard.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Getty on tty1...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
Sep 13 18:37:36 linux-5099 udisksd[1456]: udisks daemon version 2.6.5 exiting
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Restore /run/initramfs on shutdown...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Self Monitoring and Reporting Technology (SMART) Daemon...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping CUPS Scheduler...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped target Sound Card.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Save/Restore Sound Card State...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Early Kernel Boot Messages.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping Command Scheduler...
Sep 13 18:37:36 linux-5099 systemd[1]: Removed slice system-systemd\x2dhibernate\x2dresume.slice.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped target Timers.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Daily rotation of log files.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Check if mainboard battery is Ok.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Backup of /etc/sysconfig.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Do daily mandb update.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Discard unused blocks once a week.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Backup of RPM database.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping System Logging Service...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped Virtual filesystem service - GNOME Online Accounts monitor.
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped Virtual filesystem service - Media Transfer Protocol monitor.
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped Virtual filesystem service - digital camera monitor.
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: bluedevil: Destroyed
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped Virtual filesystem service.
Sep 13 18:37:36 linux-5099 ModemManager[974]: <info>  ModemManager is shut down
Sep 13 18:37:36 linux-5099 NetworkManager[1123]: <info>  [1568392656.1892] modem-manager: ModemManager no longer available
Sep 13 18:37:36 linux-5099 kdeinit5[1733]: The X11 connection broke: I/O error (code 1)
Sep 13 18:37:36 linux-5099 systemd[1]: Unmounted /run/user/1000/gvfs.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Self Monitoring and Reporting Technology (SMART) Daemon.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped irqbalance daemon.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped CUPS Scheduler.
Sep 13 18:37:36 linux-5099 cron[1616]: (CRON) INFO (Shutting down)
Sep 13 18:37:36 linux-5099 avahi-daemon[972]: avahi-daemon 0.7 exiting.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped D-Bus User Message Bus.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Modem Manager.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped Virtual filesystem service - disk device monitor.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped Virtual filesystem service - Apple File Conduit monitor.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Machine Check Exception Logging Daemon.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped target Basic System.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped target Timers.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped target Sockets.
Sep 13 18:37:36 linux-5099 systemd[1634]: Stopped target Paths.
Sep 13 18:37:36 linux-5099 systemd[1634]: Closed D-Bus User Message Bus Socket.
Sep 13 18:37:36 linux-5099 systemd[1634]: Reached target Shutdown.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped System Logging Service.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Getty on tty1.
Sep 13 18:37:36 linux-5099 systemd[1634]: Starting Exit the Session...
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Disk Manager.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Daemon for power management.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Command Scheduler.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Sep 13 18:37:36 linux-5099 systemd[1634]: Received SIGRTMIN+24 from PID 2118 (kill).
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Restore /run/initramfs on shutdown.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Save/Restore Sound Card State.
Sep 13 18:37:36 linux-5099 systemd[1]: Cannot find unit for notify message of PID 972.
Sep 13 18:37:36 linux-5099 systemd-logind[1055]: Session 2 logged out. Waiting for processes to exit.
Sep 13 18:37:36 linux-5099 systemd[1]: Removed slice system-getty.slice.
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped User Manager for UID 1000.
Sep 13 18:37:36 linux-5099 pulseaudio[1798]: [alsa-sink-ALC892 Analog] alsa-sink.c: Error opening PCM device front:1: Keine Berechtigung
Sep 13 18:37:36 linux-5099 systemd[1]: Stopped Session 2 of user beastxxl.
Sep 13 18:37:36 linux-5099 systemd[1]: Removed slice User Slice of beastxxl.
Sep 13 18:37:36 linux-5099 systemd-logind[1055]: Removed session 2.
Sep 13 18:37:36 linux-5099 systemd[1]: Unmounted /run/user/1000.
Sep 13 18:37:36 linux-5099 sddm[1307]: Display server stopped.
Sep 13 18:37:36 linux-5099 sddm[1307]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Sep 13 18:37:36 linux-5099 sddm[1307]: Removing display ":0" ...
Sep 13 18:37:36 linux-5099 sddm[1307]: Adding new display on vt 7 ...
Sep 13 18:37:36 linux-5099 sddm[1307]: Loading theme configuration from ""
Sep 13 18:37:36 linux-5099 sddm[1307]: Display server starting...
Sep 13 18:37:36 linux-5099 sddm[1307]: Running: /usr/bin/X -nolisten tcp -auth /run/sddm/{4322fde3-03c3-4619-aa21-895265fdb26e} -background none -noreset -displayfd 19 -seat seat0 vt7
Sep 13 18:37:36 linux-5099 sddm[1307]: Setting default cursor
Sep 13 18:37:36 linux-5099 sddm[1307]: Running display setup script  "/etc/X11/xdm/Xsetup"
Sep 13 18:37:36 linux-5099 sddm[1307]: Display server started.
Sep 13 18:37:36 linux-5099 sddm[1307]: Socket server starting...
Sep 13 18:37:36 linux-5099 sddm[1307]: Socket server started.
Sep 13 18:37:36 linux-5099 sddm[1307]: Loading theme configuration from "/usr/share/sddm/themes/breeze-openSUSE/theme.conf"
Sep 13 18:37:36 linux-5099 sddm[1307]: Greeter starting...
Sep 13 18:37:36 linux-5099 sddm[1307]: Adding cookie to "/run/sddm/{4322fde3-03c3-4619-aa21-895265fdb26e}"
Sep 13 18:37:36 linux-5099 sddm[1307]: Signal received: SIGTERM
Sep 13 18:37:36 linux-5099 sddm[1307]: Socket server stopping...
Sep 13 18:37:36 linux-5099 sddm[1307]: Socket server stopped.
Sep 13 18:37:36 linux-5099 sddm[1307]: Display server stopping...
Sep 13 18:37:36 linux-5099 sddm-helper[2152]: [PAM] Starting...
Sep 13 18:37:36 linux-5099 sddm-helper[2152]: [PAM] Authenticating...
Sep 13 18:37:36 linux-5099 sddm-helper[2152]: [PAM] returning.
Sep 13 18:37:37 linux-5099 sddm[1307]: Display server stopped.
Sep 13 18:37:37 linux-5099 sddm[1307]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Sep 13 18:37:37 linux-5099 sddm[1307]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Sep 13 18:37:37 linux-5099 display-manager[2103]: Shutting down service sddm..done
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped X Display Manager.
Sep 13 18:37:37 linux-5099 systemd[1]: Starting Show Plymouth Reboot Screen...
Sep 13 18:37:37 linux-5099 systemd[1]: Stopping Login Service...
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped target System Time Synchronized.
Sep 13 18:37:37 linux-5099 chronyd[1170]: chronyd exiting
Sep 13 18:37:37 linux-5099 systemd[1]: Stopping NTP client/server...
Sep 13 18:37:37 linux-5099 systemd[1]: Stopping Permit User Sessions...
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped NTP client/server.
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped target Host and Network Name Lookups.
Sep 13 18:37:37 linux-5099 systemd[1]: Received SIGRTMIN+20 from PID 2160 (plymouthd).
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped Permit User Sessions.
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped target Remote File Systems.
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped target Remote File Systems (Pre).
Sep 13 18:37:37 linux-5099 systemd[1]: Stopping Login and scanning of iSCSI devices...
Sep 13 18:37:37 linux-5099 iscsiadm[2162]: iscsiadm: No matching sessions found
Sep 13 18:37:37 linux-5099 systemd[1]: Started Show Plymouth Reboot Screen.
Sep 13 18:37:37 linux-5099 iscsiadm[2163]: iscsiadm: No matching sessions found
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped Login and scanning of iSCSI devices.
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped target Network.
Sep 13 18:37:37 linux-5099 systemd[1]: Stopping Network Manager...
Sep 13 18:37:37 linux-5099 NetworkManager[1123]: <info>  [1568392657.0853] caught SIGTERM, shutting down normally.
Sep 13 18:37:37 linux-5099 NetworkManager[1123]: <info>  [1568392657.0858] manager: NetworkManager state is now CONNECTED_SITE
Sep 13 18:37:37 linux-5099 dbus-daemon[988]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=1123 comm="/usr/sbin/NetworkManager --no-daemon>
Sep 13 18:37:37 linux-5099 dbus-daemon[988]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Sep 13 18:37:37 linux-5099 NetworkManager[1123]: <info>  [1568392657.0890] exiting (success)
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped Network Manager.
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped target Network (Pre).
Sep 13 18:37:37 linux-5099 systemd[1]: Stopping firewalld - dynamic firewall daemon...
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped Login Service.
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped target User and Group Name Lookups.
Sep 13 18:37:37 linux-5099 systemd[1]: Stopping Name Service Cache Daemon...
Sep 13 18:37:37 linux-5099 systemd[1]: Stopped Name Service Cache Daemon.
Sep 13 18:37:38 linux-5099 kernel: Ebtables v2.0 unregistered
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped firewalld - dynamic firewall daemon.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopping Authorization Manager...
Sep 13 18:37:39 linux-5099 systemd[1]: Stopping D-Bus System Message Bus...
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped D-Bus System Message Bus.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Authorization Manager.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target Basic System.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target Sockets.
Sep 13 18:37:39 linux-5099 systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 13 18:37:39 linux-5099 systemd[1]: Closed CUPS Scheduler.
Sep 13 18:37:39 linux-5099 systemd[1]: Closed PC/SC Smart Card Daemon Activation Socket.
Sep 13 18:37:39 linux-5099 systemd[1]: Closed D-Bus System Message Bus Socket.
Sep 13 18:37:39 linux-5099 systemd[1]: Closed Syslog Socket.
Sep 13 18:37:39 linux-5099 systemd[1]: Closed Open-iSCSI iscsid Socket.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target Slices.
Sep 13 18:37:39 linux-5099 systemd[1]: Removed slice User and Session Slice.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Forward Password Requests to Plymouth Directory Watch.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target Paths.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Watch for changes in CA certificates.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped CUPS Scheduler.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target System Initialization.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopping Load/Save Random Seed...
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target Swap.
Sep 13 18:37:39 linux-5099 systemd[1]: Deactivating swap /dev/disk/by-path/pci-0000:01:00.0-nvme-1-part6...
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Apply Kernel Variables.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Load Kernel Modules.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target Encrypted Volumes.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Load/Save Random Seed.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopping Security Auditing Service...
Sep 13 18:37:39 linux-5099 auditd[938]: The audit daemon is exiting.
Sep 13 18:37:39 linux-5099 auditd[938]: Error setting audit daemon pid (Invalid argument)
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Security Auditing Service.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Create Volatile Files and Directories.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target Local File Systems.
Sep 13 18:37:39 linux-5099 systemd[1]: Unmounting /home...
Sep 13 18:37:39 linux-5099 systemd[1]: Unmounting /boot/efi...
Sep 13 18:37:39 linux-5099 systemd[1]: Unmounted /boot/efi.
Sep 13 18:37:39 linux-5099 systemd[1]: Unmounted /home.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped File System Check on /dev/disk/by-uuid/53742a4a-dfb6-4ca2-86c7-1a9ee8dfc09f.
Sep 13 18:37:39 linux-5099 systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped target Local File Systems (Pre).
Sep 13 18:37:39 linux-5099 systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Remount Root and Kernel File Systems.
Sep 13 18:37:39 linux-5099 systemd[1]: Stopped Create Static Device Nodes in /dev.
Sep 13 18:37:39 linux-5099 systemd[1]: Reached target Shutdown.
Sep 13 18:37:39 linux-5099 systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:01:00.0-nvme-1-part6.
Sep 13 18:37:39 linux-5099 systemd[1]: Deactivated swap /dev/disk/by-partuuid/cd93313d-3726-40a1-97c2-b983429e1abf.
Sep 13 18:37:39 linux-5099 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-eui.0025385491b226b6-part6.
Sep 13 18:37:39 linux-5099 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_500GB_S4EVNF0M451582V-part6.
Sep 13 18:37:39 linux-5099 systemd[1]: Deactivated swap /dev/nvme0n1p6.
Sep 13 18:37:39 linux-5099 systemd[1]: Deactivated swap /dev/disk/by-uuid/0326f565-5953-47fa-aae4-6f53912f355e.
Sep 13 18:37:39 linux-5099 systemd[1]: Reached target Unmount All Filesystems.
Sep 13 18:37:39 linux-5099 systemd[1]: Reached target Final Step.
Sep 13 18:37:39 linux-5099 systemd[1]: Starting Reboot...
Sep 13 18:37:39 linux-5099 systemd[1]: Shutting down.
Sep 13 18:37:39 linux-5099 haveged[700]: haveged: Stopping due to signal 15
Sep 13 18:37:39 linux-5099 haveged[700]: haveged starting up
Sep 13 18:37:39 linux-5099 systemd-journald[433]: Journal stopped
-- Reboot --
Sep 13 18:39:38 linux-5099 kernel: Linux version 4.12.14-lp151.28.13-default (geeko@buildhost) (gcc version 7.4.0 (SUSE Linux) ) #1 SMP Wed Aug 7 07:20:16 UTC 2019 (0c09ad2)
Nach diesem Protokoll ist der Shutdown innerhalb von 3 Sek. passiert. Ich habe mir extra die Uhrzeit aufgeschrieben, bei der ich auf Reboot geklickt habe (um 18:37:36 Uhr).
Warum bleibt er dann auf dem Bildschirm bei "Reached target Shutdown" stehen, wenn er doch schon längst fertig ist? :zensur:
 
OP
B

BeastXXL

Hacker
Das Problem hat sich anscheinend gelöst und ich bin ziemlich sprachlos.
Ich habe das LVM2-Paket (inkl. die 2 dazugehörigen Pakete durch "Bereinigen") deinstalliert.

Was soll ich sagen? Der PC fährt sofort runter, kein Hänger, keine Verzögerung. Habe alles ausprobiert, was genau dieses sonst nach sich gezogen hätte. Nix.

WTF !? Kann mir jemand erklären, wie dieses Programm/Paket so eine Wirkung haben kann? :irre:

Auf jeden Fall vielen Dank an alle, besonders an swannema für den rettenden Hinweis! :thumbs:
 

susejunky

Moderator
Teammitglied
Hallo BeastXXL,
BeastXXL schrieb:
... Ich habe das LVM2-Paket (inkl. die 2 dazugehörigen Pakete durch "Bereinigen") deinstalliert.

Was soll ich sagen? Der PC fährt sofort runter, kein Hänger, keine Verzögerung. Habe alles ausprobiert, was genau dieses sonst nach sich gezogen hätte. Nix.
zwischenzeitlich ist das Problem auch bei einem Bekannten von mir aufgetreten. Nach längerer Suche haben wir herausgefunden, dass
Code:
# systemctl stop lvm2-monitor
# systemctl disable lvm2-monitor
das Problem beseitigt. Aber lvm2 löschen funktioniert natürlich auch.

Die Dienstebeschreibung von lvm2-monitor sagt : "Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling". Warum dieser Dienst gestartet wird, auch wenn man weder LVM noch snapshots nutzt, kann ich jedoch nicht sagen.

Viele Grüße

susejunky
 
OP
B

BeastXXL

Hacker
Hallo susejunky,

gut zu wissen. So einen Hinweis hatte ich die ganze Zeit gesucht.
Egal, sollte ich LVM2 benötigen, kann ich es ja wieder installieren...

Mir scheint, als wäre hier ein Programmierer über das Ziel hinausgeschossen...oder hat in diesem Fall einen nicht so guten Job gemacht.
 

chrisnis

Member
Die Verzögerung beim shutdown war auch bei mir bemerkbar und konnte durch Löschen von lvm gelöst werden.
Danke den Forenmitgliedern!
 
susejunky schrieb:
Nach längerer Suche haben wir herausgefunden, dass
Code:
# systemctl stop lvm2-monitor
# systemctl disable lvm2-monitor
das Problem beseitigt.
Kann von meiner Seite auch bestätigen, seit ein paar Tagen bisher ohne nennenswerte Probleme.
 
Oben