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

Suse Tumbleweed startet manchmal nicht

thio

Hacker
Hallo,

mein Suse Tumbleweed startet manchmal (gefühlt) jedes 2. Mal nicht sauber durch - die grafische Oberfläche startet nicht.

Wenn ich den Rechner mit init 6 neu starten lassen, funktioniert es meistens.
Kann ich eine Art "log" auslesen oder so?

der Rechner meldet so etwas wie..
Code:
ACPI: SPCR: Unexpected SPCR Access Width.  Defaulting to byte size
 
OP
T

thio

Hacker
Das Problem kann ich aktuell nicht mehr reproduzieren.. :)

Ich habe u.a. gfxboot gelöscht, ich denke das hat das Problem verursacht...
 

susejunky

Moderator
Teammitglied
Hallo thio,
thio schrieb:
... mein Suse Tumbleweed startet manchmal (gefühlt) jedes 2. Mal nicht sauber durch - die grafische Oberfläche startet nicht.

Wenn ich den Rechner mit init 6 neu starten lassen, funktioniert es meistens.
Kann ich eine Art "log" auslesen oder so?
um Dir alle Fehler, die im Rahmen des aktuellen Startvorgangs soweit aufgetreten sind, anzeigen zu lassen:
Code:
# journalctl -b 0 -p 3
Falls Deine "normalen" Benutzer nicht der Gruppe systemd-journal angehören, musst Du den Befehl als Benutzer "root" ausführen, um alle (und nicht nur die, welche den Benutzer betreffen) Fehlermeldungen zu erhalten.
Code:
# journalctl --help
Liefert Dir weitere Infos zur Nutzung von journalctl.

Viele Grüße

susejunky
 
OP
T

thio

Hacker
Hallo,

vielen Dank für den Hinweis..

So mal kurz abgetippt was ich für "Meldungen" bekommen, wenn der PC nicht "durchstartet"

Code:
# journalctl -b 0 -p 3
Kernel: ACPI: SPCR: Unexpected SPCR Access Width. Defaulting to byte size
systemd [1]: Failed to start Setup Virtual Console.
systemd-vconsole-setup [199]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup [330]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup  [329]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup  [338]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup  [396]:/usr/bin/loadkeys failed with exit Status 1.
systemd [1]: Failed to start Setup Virtual Console.
systemd -udevd[456]: /etc/udev/rules.d/55-brother-brscan4-libsane-type1.rules:9 Invaild key "SYSFS"
systemd -udevd[456]: /etc/udev/rules.d/55-brother-libsane-type1.rules:17 Invaild key "SYSFS"
kdm[1340]: X server startup timeout, terminating
kdm[1340]: X server for display :0 can't be started, session disabled
login[1312]: gkr-pam: unable to locate daemon control file
 
OP
T

thio

Hacker
So nun mit "init 6" einen Neustart veranlasst.. nun hat Tumbleweed durchgestartet und ich kann unter der grafischen Oberfläche arbeiten..

Nun nochmals (rauskopiert) Infos des aktuellen (= 2. Bootvorgangs)
Code:
linux-5ndf:~ # journalctl -b 0 -p 3
-- Logs begin at Sun 2019-02-24 08:32:08 CET, end at Sun 2020-03-15 11:20:38 CET. --
Mar 15 11:17:17 linux-5ndf kernel: ACPI: SPCR: Unexpected SPCR Access Width.  Defaulting to byte size
Mar 15 11:17:17 linux-5ndf systemd[1]: Failed to start Setup Virtual Console.
Mar 15 11:17:17 linux-5ndf systemd-vconsole-setup[199]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:17:18 linux-5ndf systemd-vconsole-setup[329]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:17:18 linux-5ndf systemd-vconsole-setup[330]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:17:18 linux-5ndf systemd-vconsole-setup[337]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:17:20 linux-5ndf systemd-vconsole-setup[394]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:17:20 linux-5ndf systemd[1]: Failed to start Setup Virtual Console.
Mar 15 11:17:30 linux-5ndf systemd-udevd[464]: /etc/udev/rules.d/55-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'
Mar 15 11:17:31 linux-5ndf systemd-udevd[464]: /etc/udev/rules.d/55-brother-libsane-type1.rules:17 Invalid key 'SYSFS'
Mar 15 11:18:50 linux-5ndf ksysguardd[2293]: cannot open config file '"/etc/ksysguarddrc"'
Mar 15 11:19:57 linux-5ndf su[2766]: The gnome keyring socket is not owned with the same credentials as the user login: /run/user/1000/keyring/control
Mar 15 11:19:57 linux-5ndf su[2766]: gkr-pam: couldn't unlock the login keyring.
Mar 15 11:20:01 linux-5ndf su[2994]: The gnome keyring socket is not owned with the same credentials as the user login: /run/user/1000/keyring/control
Mar 15 11:20:01 linux-5ndf su[2994]: gkr-pam: couldn't unlock the login keyring.
Mar 15 11:20:02 linux-5ndf su[3005]: The gnome keyring socket is not owned with the same credentials as the user login: /run/user/1000/keyring/control
Mar 15 11:20:02 linux-5ndf su[3005]: gkr-pam: couldn't unlock the login keyring.
 
OP
T

thio

Hacker
Hab nun zunächst masl "gnome-keyring-pam" gelöscht.. hat ohne groß "widerrede" von YAST funktioniert... evtl. hilfts ja...
 
OP
T

thio

Hacker
Die Meldungen werden zumindest mal weniger :)

Code:
linux-5ndf:~ # journalctl -b 0 -p 3
-- Logs begin at Sun 2019-02-24 08:32:22 CET, end at Sun 2020-03-15 12:02:45 CET. --
Mar 15 11:59:30 linux-5ndf kernel: ACPI: SPCR: Unexpected SPCR Access Width.  Defaulting to byte size
Mar 15 11:59:30 linux-5ndf systemd[1]: Failed to start Setup Virtual Console.
Mar 15 11:59:30 linux-5ndf systemd-vconsole-setup[199]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:59:31 linux-5ndf systemd-vconsole-setup[321]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:59:31 linux-5ndf systemd-vconsole-setup[320]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:59:31 linux-5ndf systemd-vconsole-setup[338]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:59:33 linux-5ndf systemd-vconsole-setup[396]: /usr/bin/loadkeys failed with exit status 1.
Mar 15 11:59:33 linux-5ndf systemd[1]: Failed to start Setup Virtual Console.
Mar 15 11:59:42 linux-5ndf systemd-udevd[455]: /etc/udev/rules.d/55-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'
Mar 15 11:59:43 linux-5ndf systemd-udevd[455]: /etc/udev/rules.d/55-brother-libsane-type1.rules:17 Invalid key 'SYSFS'
Mar 15 12:01:19 linux-5ndf ksysguardd[3636]: cannot open config file '"/etc/ksysguarddrc"'
 

josef-wien

Ultimate Guru
thio schrieb:
Code:
kdm[1340]: X server startup timeout, terminating
kdm[1340]: X server for display :0 can't be started, session disabled
Das sind die einzigen Meldungen, die mit Deinem Problem zu tun haben, und die sind leider nicht hilfreich.

Da ich den openSUSE-Startvorgang nicht kenne, kann ich aber nicht wirklich helfen. Wenn Xorg verwendet wird, sollte bei dessen Startversuch die Datei Xorg.0.log neu geschrieben worden sein (zu Wayland kann ich nichts sagen). Vielleicht hilft die Umstellung auf einen anderen display manager (statt kdm). Mehr Ideen müssen andere Helfer beisteuern.
 

Sauerland

Ultimate Guru
Zum Thema:
Mar 15 11:59:42 linux-5ndf systemd-udevd[455]: /etc/udev/rules.d/55-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'
Mar 15 11:59:43 linux-5ndf systemd-udevd[455]: /etc/udev/rules.d/55-brother-libsane-type1.rules:17 Invalid key 'SYSFS'

Poste einmal:
Code:
grep -i sysfs /etc/udev/rules.d/55-brother-brscan4-libsane-type1.rules
Code:
grep -i sysfs /etc/udev/rules.d/55-brother-libsane-type1.rules
Ist anscheinend ein "kleiner" Fehler von Brother.
 

susejunky

Moderator
Teammitglied
Hallo thio,
thio schrieb:
...
Code:
# journalctl -b 0 -p 3
Kernel: ACPI: SPCR: Unexpected SPCR Access Width. Defaulting to byte size
systemd [1]: Failed to start Setup Virtual Console.
systemd-vconsole-setup [199]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup [330]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup  [329]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup  [338]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup  [396]:/usr/bin/loadkeys failed with exit Status 1.
systemd [1]: Failed to start Setup Virtual Console.
systemd -udevd[456]: /etc/udev/rules.d/55-brother-brscan4-libsane-type1.rules:9 Invaild key "SYSFS"
systemd -udevd[456]: /etc/udev/rules.d/55-brother-libsane-type1.rules:17 Invaild key "SYSFS"
kdm[1340]: X server startup timeout, terminating
kdm[1340]: X server for display :0 can't be started, session disabled
login[1312]: gkr-pam: unable to locate daemon control file
wie josef-wien bereits gesagt hat, hängt das von Dir geschilderte Fehlerbild sehr wahrscheinlich mit den beiden Zeilen
kdm[1340]: X server startup timeout, terminating
kdm[1340]: X server for display :0 can't be started, session disabled
zusammen.

Soweit mir bekannt wird kdm bei Plasma5 nicht mehr unterstützt und ich kann es in den aktuellen Tumbleweed-Repositories (oss, non-oss und update) auch nicht finden. Also entweder ist das ein Überbleibsel aus sehr alten Tagen oder Du hast noch weitere (ggf. für Tumbleweed nicht geeignete ) Repositories aktiviert.

Meine Empfehlung: sddm als Displaymanager benutzen.

Diesen Fehler
systemd [1]: Failed to start Setup Virtual Console.
systemd-vconsole-setup [199]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup [330]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup [329]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup [338]:/usr/bin/loadkeys failed with exit Status 1.
systemd-vconsole-setup [396]:/usr/bin/loadkeys failed with exit Status 1.
systemd [1]: Failed to start Setup Virtual Console.
kannst Du beseitigen, indem Du in der Datei /etc/vconsole.conf die Zeile
Code:
KEYMAP=de-latin1-nodeadkeys
in
Code:
KEYMAP=de-nodeadkeys
änderst und danach (als Administrator) mit
Code:
# dracut -f
die initrd-Datei neu erstellst. Der Fehler sollte dann beim nächsten Systemstart nicht mehr auftreten.

Viele Grüße

susejunky
 
Oben