Instabiles System - Wie Ursache finden?

Tevur

Lieutenant
Registriert
Dez. 2020
Beiträge
681
Seit 2 Tagen hab ich zufällige, aber regelmäßige Freezes meines Systems:
Bild steht, kurze Soundloop, nur noch Reset-Button hilft.

Aufgetreten ist es bisher in Baldurs Gate 2 EE (Steam, Linux nativ) und bsnes in RetroArch (Flatpak).
Ich glaube, dass ich mit Wechsel von Wayland auf X11 Session und Wechsel auf die Proton-Version von BG2 das Problem gelöst habe, aber das soll hier nicht Thema sein.

Ich würde gern wissen, welche Möglichkeiten ich habe, die Ursache des Problems zu finden.

Ich habe EndeavourOS mit KDE Plasma auf AMD-Hardware.
Bevor die Freezes anfingen gab es Updates für Plasma, Pipewire und den Kernel (Zen).
Ich möchte explizit keine Problemlösung für die Freezes, ich brauch einfach nur mal eine Sammlung von Ideen, wie ich den Fehler finde.

Sowas wie Ereignisanzeige/Zuverlässigkeitsverlauf? Logs zu evtl. Kernel Panic? Logs zu Fehlern bei Steam-Spielen oder in RetroArch?
Ich hab jedenfalls grad keine Ahnung, wo ich anfangen soll.
 
Die Hardware lautet?
 
Memtest von passmark von USB-Speicher ausführen
 
  • Gefällt mir
Reaktionen: sedot und SirKhan
Tevur schrieb:
Logs zu evtl. Kernel Panic?

Erste Anlaufstelle:
Code:
journalctl -ab
und dann durchwühlen, bis du zeitlich an die Stelle des Freezes kommst. Warnungen werden bei journalctl. fett ausgegeben, nichtkritische Fehler gelb, kritische Fehler rot.

Wenn das vor dem Reboot war, dann:
Code:
journalctl -ab --boot=-1

Einige Spiele hab ich nativ ohne Steam. Die starte ich über Lutris. Wenn man Lutris über die Konsole startet, gibt das schon eine ganze Menge Meldungen aus. Zusätzlich kann man in Lutris noch die Debug-Konsole aktivieren. Ob das auch klappt, wenn man per Lutris Steam-Spiele startet (hab mein Steam in Lutris eingebunden), müsstest du ausprobieren.

Ich hatte mal vor ca. 1 Jahr bei Witcher einige Freezer. Das lag am AMD-Treiber, wie mir das Log bescheinigte. Doom Eternal hat sich auch gerne mal aufgehängt. Allerdings war da die Ursache wohl eher der Programmcode, da es ausschließlich bei bestimmten Leveln krachte.

Baldurs Gate 2 EE hab ich hier auch noch rumliegen. Bei dem Spiel sind die Anforderungen aber so derart niedrig. Das hatte ich sogar auf meiner alten Quadro FX 3800 ohne Ruckeln zum Laufen gebracht. Für BG2EE brauchst du auch kein Proton (oder Wine). Das gibt's nativ für Linux.

Tevur schrieb:
Ich glaube, dass ich mit Wechsel von Wayland auf X11 Session und Wechsel auf die Proton-Version von BG2 das Problem gelöst habe,
Kann durchaus sein, dann lag das Problem aber eher bei der KDE. Und wie erwähnt, Proton kommt hier nicht zum Einsatz. BG2EE läuft nativ unter Linux und braucht auch nur OpenGL und kein Vulkan.

Logfile für X zum testen wäre hier:
Code:
cat /var/log/Xorg.0.log
Bei vorherigen Systemstarts dann Xorg.1.log
 
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: Tevur
Pummeluff schrieb:
. Für BG2EE brauchst du auch kein Proton (oder Wine). Das gibt's nativ für Linux.
Jaja, das lief ja bisher auch so. Bis plötzlich Freezes aufgetreten sind.
Wie ich vermute nach dem Update von irgendwas. Evtl. im Zusammenspiel mit Wayland.
Genaueres würd ich ja gern rausfinden.
Danke für die bisherigen Hinweise dazu, werd ich bei Gelegenheit probieren.

Edit. Gerade auch Freeze bei Spacechem. Auch wieder Wayland-Session. Da bin ich ja mal gespannt.
Pummeluff schrieb:
Wenn das vor dem Reboot war dann:
Code:
journalctl -ab --boot=-1
--boot=-2 wäre dann vor dem vorletzten Reboot, richtig?
 
Zuletzt bearbeitet:
Ersparrt euch und mir doch bitte die Kacke mit dem Memtest, das ist doch gar nicht die Frage hier. :freak:
 
  • Gefällt mir
Reaktionen: dasBaum_CH und Pummeluff
Tevur schrieb:
--boot=-2 wäre dann vor dem vorletzten Reboot, richtig?
korrekt.

Was du zusätzlich noch machen kannst:
Lass journalctl im tty laufen: STRG + ALT + F3 (oder aufsteigend, auf F1 liegt die Wayland-Desktopsession).

Wenn dann die Desktopsession abschmiert, kannst du versuchen, auf das tty zu wechseln. Klappt das auch nicht, weil die Tastatur nicht mehr will, kannst du versuchen über Magic SysRq die Tastatur wieder einzufangen oder die Desktopsession abzuschießen.

Hier wäre dann:
Alt + Druck + R (Tastatur wieder einfangen) → Strg+Alt+F3 (Wechsel auf tty3).

Wenn die Freezes nur bei Wayland auftreten, probier mal die Plasma-Session mit X zu starten. Kannst du im SDDM normalerweise auswählen. Bei meinem System (Gentoo mit AMD-Graka) läuft allerdings Wayland ziemlich stabil. Sehr selten flackert mal kurz die Desktopsession und schießt alles GUI-Programme ab, d.h. ich hab dann einen leeren Desktop. Aber bei Spielen läuft bisher alles unter Wayland extrem stabil.
 
Zuletzt bearbeitet:
Ja, unter X11 auch stabil, zumindest bisher keinen Absturz. Daher denke ich mittlerweile, dass sich da ein Fehler in Wayland eingeschlichen hat mit dem Plasma-Update auf 6.0.4

Ich hab hier aktuell, aber mit den Freezes wohl nicht in zusammenhang stehende Problem, dass Nativ-Linux-BG2 nicht starten will. Den Grund hab ich dank journalctl schonmal rausgefunden:
Code:
010c:err:module:import_dll Library OpenAL32.dll
Warum der ne .dll bei nem nativen Linux-Spiel will, find ich vielleicht noch raus, aber erstmal funktioniert auf Proton und wieder zurück switchen, damit es wieder läuft.

Und natürlich krieg ich aktuell keinen Freeze produziert, den ich danach analysieren könnte... :grr:
 
Ist der Freeze richtig hart, oder geht noch Netzwerk, andere virtuelle Consolen, Numlock Led?
 
@Tevur
Vielleicht Steam Runtime oder Paket lib32-openalinstallieren und noch mal testen.
Steam runtime hat eigene Bibliotheken und Ressourcen, die von Valve bereitgestellt werden.

Ich habe Steam runtime und keine Probleme mit plasma 6.0.4 und x11. Zu Wayland werde ich nur dann wechseln, wenn Dual-Monitor Probleme behoben sind.

Ich kenne nur journalctl zum Anzeigen und Verwalten von Systemprotokollen.
 
Ok, mal kurzes Update von meiner Seite:

1. Das ist ein harter Freeze. Da geht nix mehr, kein NumLock, kein Strg+Alt+F3 und leider auch kein SysRq.

2. journalctl hat leider nichts wirklich eindeutiges, was ich ergoogeln könnte. Ich poste hier einfach mal 3 Stück, die letzten Zeilen jeweils direkt vor dem Freeze. Vielleicht hat ja einer Lust, daraus was zu lesen:

Code:
Apr 20 12:32:24 Metal-Kiste systemd[753]: Started Steam (Runtime).
Apr 20 12:32:24 Metal-Kiste plasmashell[2399]: steam.sh[2399]: Running Steam on endeavouros rolling 64-bit
Apr 20 12:32:24 Metal-Kiste plasmashell[2399]: steam.sh[2399]: STEAM_RUNTIME is enabled automatically
Apr 20 12:32:24 Metal-Kiste plasmashell[2472]: setup.sh[2472]: Steam runtime environment up-to-date!
Apr 20 12:32:25 Metal-Kiste plasmashell[2399]: steam.sh[2399]: Steam client's requirements are satisfied
Apr 20 12:32:25 Metal-Kiste plasmashell[2529]: 04/20 12:32:25 Init: Installing breakpad exception handler for appid(steam)/version(1709846872)/tid(2529)
Apr 20 12:32:26 Metal-Kiste xdg-desktop-portal-kde[1026]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 20 12:32:26 Metal-Kiste plasmashell[2571]: steamwebhelper.sh[2562]: === Sa 20. Apr 12:32:26 CEST 2024 ===
Apr 20 12:32:26 Metal-Kiste plasmashell[2574]: steamwebhelper.sh[2562]: Starting steamwebhelper under bootstrap sniper steam runtime at /home/sb/.local/share/Steam/ubuntu12_64/steam-runtime-sniper
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: tid(2529) burning pthread_key_t == 0 so we never use it
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] Startup - updater built Mar  6 2024 20:27:25
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] Startup - Steam Client launched with: '/home/sb/.local/share/Steam/ubuntu12_32/steam'
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: minidumps folder is set to /tmp/dumps
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] Loading cached metrics from disk (/home/sb/.local/share/Steam/package/steam_client_metrics.bin)
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] Using the following download hosts for Public, Realm steamglobal
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] 1. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 1000, source = 'update_hosts_cached.vdf'
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'update_hosts_cached.vdf'
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] 3. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] Installation wird überprüft …
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: [2024-04-20 12:32:25] Verification complete
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: UpdateUI: skip show logo
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: Steam logging initialized: directory: /home/sb/.local/share/Steam/logs
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xe3908dc0
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xe3907500
Apr 20 12:32:26 Metal-Kiste systemd-logind[537]: Parsed PE file '/boot/EFI/Linux/grubx64.efi' is not a UKI.
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: CAppInfoCacheReadFromDiskThread took 96 milliseconds to initialize
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: Steam Runtime Launch Service: starting steam-runtime-launcher-service
Apr 20 12:32:26 Metal-Kiste plasmashell[2529]: Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2704
Apr 20 12:32:26 Metal-Kiste steam-runtime-launcher-service[2704]: bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteam
Apr 20 12:32:28 Metal-Kiste xdg-desktop-portal-kde[1026]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 20 12:32:28 Metal-Kiste plasmashell[2529]: /usr/share/themes/Breeze-Dark/gtk-2.0/widgets/entry:70: error: unexpected identifier 'direction', expected character '}'
Apr 20 12:32:28 Metal-Kiste plasmashell[2529]: /usr/share/themes/Breeze-Dark/gtk-2.0/widgets/styles:36: error: invalid string constant "combobox_entry", expected valid string constant
Apr 20 12:32:29 Metal-Kiste kwin_wayland[792]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11
Apr 20 12:32:30 Metal-Kiste plasmashell[2529]: BRefreshApplicationsInLibrary 1: 1ms
Apr 20 12:32:30 Metal-Kiste kded6[931]: Registering ":1.65/org/ayatana/NotificationItem/steam" to system tray
Apr 20 12:32:30 Metal-Kiste plasmashell[2529]: BuildCompleteAppOverviewChange: 912 apps
Apr 20 12:32:30 Metal-Kiste plasmashell[2529]: RegisterForAppOverview 1: 34ms
Apr 20 12:32:30 Metal-Kiste plasmashell[2529]: RegisterForAppOverview 2: 35ms
Apr 20 12:32:30 Metal-Kiste kwin_wayland[792]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11
Apr 20 12:32:30 Metal-Kiste plasmashell[973]: qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
Apr 20 12:32:32 Metal-Kiste plasmashell[973]: file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:49:17: Unable to assign double to QQuickAnchorLine
Apr 20 12:32:39 Metal-Kiste kwin_wayland[792]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11

Code:
Apr 21 09:20:07 Metal-Kiste systemd[798]: Started RetroArch - Frontend for the libretro API.
Apr 21 09:20:07 Metal-Kiste systemd[798]: Starting flatpak session helper...
Apr 21 09:20:07 Metal-Kiste systemd[798]: Started flatpak session helper.
Apr 21 09:20:07 Metal-Kiste at-spi-bus-launcher[2893]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Apr 21 09:20:07 Metal-Kiste at-spi-bus-launcher[2893]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Apr 21 09:20:07 Metal-Kiste systemd[798]: Started app-flatpak-org.libretro.RetroArch-2881.scope.
Apr 21 09:20:07 Metal-Kiste dbus-broker-launch[2893]: Ready
Apr 21 09:20:07 Metal-Kiste systemd[798]: Starting gamemoded...
Apr 21 09:20:07 Metal-Kiste systemd[798]: Started gamemoded.
Apr 21 09:20:07 Metal-Kiste pkexec[2908]: pam_unix(polkit-1:session): session opened for user root(uid=0) by sb(uid=1000)
Apr 21 09:20:07 Metal-Kiste pkexec[2908]: sb: Executing command [USER=root] [TTY=unknown] [CWD=/home/sb] [COMMAND=/usr/lib/gamemode/cpugovctl set performance]
Apr 21 09:20:07 Metal-Kiste gamemoded[2906]: ERROR: Configured iGPU power threshold value '-1.000000' is invalid, ignoring iGPU default governor.
Apr 21 09:20:07 Metal-Kiste gamemoded[2906]: ERROR: Failed to open file for read /sys/class/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0/energy_uj
Apr 21 09:20:07 Metal-Kiste pkexec[2913]: pam_unix(polkit-1:session): session opened for user root(uid=0) by sb(uid=1000)
Apr 21 09:20:07 Metal-Kiste pkexec[2913]: sb: Executing command [USER=root] [TTY=unknown] [CWD=/home/sb] [COMMAND=/usr/lib/gamemode/procsysctl split_lock_mitigate 0]
Apr 21 09:20:07 Metal-Kiste gamemoded[2906]: ERROR: Skipping ioprio on client [2904,2904]: ioprio was (0) but we expected (4)
Apr 21 09:20:07 Metal-Kiste xdg-desktop-portal-kde[1074]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:20:07 Metal-Kiste systemd[798]: Created slice Slice /app/dbus-:1.52-org.a11y.atspi.Registry.
Apr 21 09:20:07 Metal-Kiste systemd[798]: Started dbus-:1.52-org.a11y.atspi.Registry@0.service.
Apr 21 09:20:07 Metal-Kiste at-spi2-registryd[2922]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Apr 21 09:20:15 Metal-Kiste xdg-desktop-portal-kde[1074]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:20:15 Metal-Kiste retroarch[2904]: gtk_disable_setlocale() must be called before gtk_init()
Apr 21 09:20:22 Metal-Kiste kernel: usb 1-2: USB disconnect, device number 2
Apr 21 09:20:30 Metal-Kiste kernel: usb 1-1: new low-speed USB device number 7 using xhci_hcd
Apr 21 09:20:30 Metal-Kiste kernel: usb 1-1: New USB device found, idVendor=046d, idProduct=c216, bcdDevice= 3.00
Apr 21 09:20:30 Metal-Kiste kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 21 09:20:30 Metal-Kiste kernel: usb 1-1: Product: Logitech Dual Action
Apr 21 09:20:30 Metal-Kiste kernel: usb 1-1: Manufacturer: Logitech
Apr 21 09:20:30 Metal-Kiste kernel: input: Logitech Logitech Dual Action as /devices/pci0000:00/0000:00:01.2/0000:04:00.0/usb1/1-1/1-1:1.0/0003:046D:C216.000B/input/input29
Apr 21 09:20:30 Metal-Kiste kernel: logitech 0003:046D:C216.000B: input,hidraw9: USB HID v1.10 Joystick [Logitech Logitech Dual Action] on usb-0000:04:00.0-1/input0
Apr 21 09:20:30 Metal-Kiste mtp-probe[2969]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/usb1/1-1"
Apr 21 09:20:30 Metal-Kiste mtp-probe[2969]: bus: 1, device: 7 was not an MTP device
Apr 21 09:20:30 Metal-Kiste mtp-probe[2993]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:01.2/0000:04:00.0/usb1/1-1"
Apr 21 09:20:30 Metal-Kiste mtp-probe[2993]: bus: 1, device: 7 was not an MTP device
Apr 21 09:24:20 Metal-Kiste systemd[1]: Starting Cleanup of Temporary Directories...
Apr 21 09:24:20 Metal-Kiste systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Apr 21 09:24:20 Metal-Kiste systemd[1]: Finished Cleanup of Temporary Directories.
Apr 21 09:25:34 Metal-Kiste xdg-desktop-portal-kde[1074]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:25:34 Metal-Kiste retroarch[2904]: gtk_disable_setlocale() must be called before gtk_init()
Apr 21 09:28:29 Metal-Kiste xdg-desktop-portal-kde[1074]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:28:29 Metal-Kiste retroarch[2904]: gtk_disable_setlocale() must be called before gtk_init()
Apr 21 09:28:29 Metal-Kiste xdg-desktop-portal-kde[1074]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:28:29 Metal-Kiste retroarch[2904]: gtk_disable_setlocale() must be called before gtk_init()
Apr 21 09:28:29 Metal-Kiste plasmashell[1017]: file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:49:17: Unable to assign double to QQuickAnchorLine

Code:
Apr 21 09:43:42 Metal-Kiste systemd[787]: Started RetroArch - Frontend for the libretro API.
Apr 21 09:43:42 Metal-Kiste systemd[787]: Starting flatpak session helper...
Apr 21 09:43:42 Metal-Kiste systemd[787]: Started flatpak session helper.
Apr 21 09:43:42 Metal-Kiste systemd[787]: Starting Accessibility services bus...
Apr 21 09:43:42 Metal-Kiste systemd[787]: Started Accessibility services bus.
Apr 21 09:43:42 Metal-Kiste at-spi-bus-launcher[1669]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Apr 21 09:43:42 Metal-Kiste at-spi-bus-launcher[1669]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Apr 21 09:43:42 Metal-Kiste systemd[787]: Started app-flatpak-org.libretro.RetroArch-1651.scope.
Apr 21 09:43:42 Metal-Kiste dbus-broker-launch[1669]: Ready
Apr 21 09:43:42 Metal-Kiste systemd[787]: Starting gamemoded...
Apr 21 09:43:42 Metal-Kiste systemd[787]: Started gamemoded.
Apr 21 09:43:42 Metal-Kiste pkexec[1684]: pam_unix(polkit-1:session): session opened for user root(uid=0) by sb(uid=1000)
Apr 21 09:43:42 Metal-Kiste pkexec[1684]: sb: Executing command [USER=root] [TTY=unknown] [CWD=/home/sb] [COMMAND=/usr/lib/gamemode/cpugovctl set performance]
Apr 21 09:43:42 Metal-Kiste gamemoded[1682]: ERROR: Configured iGPU power threshold value '-1.000000' is invalid, ignoring iGPU default governor.
Apr 21 09:43:42 Metal-Kiste gamemoded[1682]: ERROR: Failed to open file for read /sys/class/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0/energy_uj
Apr 21 09:43:42 Metal-Kiste pkexec[1689]: pam_unix(polkit-1:session): session opened for user root(uid=0) by sb(uid=1000)
Apr 21 09:43:42 Metal-Kiste pkexec[1689]: sb: Executing command [USER=root] [TTY=unknown] [CWD=/home/sb] [COMMAND=/usr/lib/gamemode/procsysctl split_lock_mitigate 0]
Apr 21 09:43:42 Metal-Kiste gamemoded[1682]: ERROR: Skipping ioprio on client [1680,1680]: ioprio was (0) but we expected (4)
Apr 21 09:43:42 Metal-Kiste xdg-desktop-portal-kde[1061]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:43:42 Metal-Kiste systemd[787]: Created slice Slice /app/dbus-:1.46-org.a11y.atspi.Registry.
Apr 21 09:43:42 Metal-Kiste systemd[787]: Started dbus-:1.46-org.a11y.atspi.Registry@0.service.
Apr 21 09:43:42 Metal-Kiste at-spi2-registryd[1702]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Apr 21 09:44:06 Metal-Kiste xdg-desktop-portal-kde[1061]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:44:06 Metal-Kiste retroarch[1680]: gtk_disable_setlocale() must be called before gtk_init()
Apr 21 09:44:16 Metal-Kiste xdg-desktop-portal-kde[1061]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:44:16 Metal-Kiste retroarch[1680]: gtk_disable_setlocale() must be called before gtk_init()
Apr 21 09:44:17 Metal-Kiste xdg-desktop-portal-kde[1061]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:44:17 Metal-Kiste retroarch[1680]: gtk_disable_setlocale() must be called before gtk_init()
Apr 21 09:44:17 Metal-Kiste plasmashell[1003]: file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:49:17: Unable to assign double to QQuickAnchorLine
Apr 21 09:44:25 Metal-Kiste plasmashell[1003]: file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:49:17: Unable to assign double to QQuickAnchorLine
Apr 21 09:44:25 Metal-Kiste pkexec[1744]: pam_unix(polkit-1:session): session opened for user root(uid=0) by sb(uid=1000)
Apr 21 09:44:25 Metal-Kiste pkexec[1744]: sb: Executing command [USER=root] [TTY=unknown] [CWD=/home/sb] [COMMAND=/usr/lib/gamemode/procsysctl split_lock_mitigate 1]
Apr 21 09:44:25 Metal-Kiste pkexec[1749]: pam_unix(polkit-1:session): session opened for user root(uid=0) by sb(uid=1000)
Apr 21 09:44:25 Metal-Kiste pkexec[1749]: sb: Executing command [USER=root] [TTY=unknown] [CWD=/home/sb] [COMMAND=/usr/lib/gamemode/cpugovctl set performance]
Apr 21 09:44:25 Metal-Kiste pkexec[1756]: pam_unix(polkit-1:session): session opened for user root(uid=0) by sb(uid=1000)
Apr 21 09:44:25 Metal-Kiste pkexec[1756]: sb: Executing command [USER=root] [TTY=unknown] [CWD=/home/sb] [COMMAND=/usr/lib/gamemode/cpugovctl set performance]
Apr 21 09:44:25 Metal-Kiste gamemoded[1682]: ERROR: Failed to open file for read /sys/class/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0/energy_uj
Apr 21 09:44:25 Metal-Kiste pkexec[1761]: pam_unix(polkit-1:session): session opened for user root(uid=0) by sb(uid=1000)
Apr 21 09:44:25 Metal-Kiste pkexec[1761]: sb: Executing command [USER=root] [TTY=unknown] [CWD=/home/sb] [COMMAND=/usr/lib/gamemode/procsysctl split_lock_mitigate 0]
Apr 21 09:44:25 Metal-Kiste xdg-desktop-portal-kde[1061]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:44:26 Metal-Kiste plasmashell[1003]: file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:49:17: Unable to assign double to QQuickAnchorLine
Apr 21 09:44:43 Metal-Kiste plasmashell[1003]: file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:49:17: Unable to assign double to QQuickAnchorLine
Apr 21 09:44:43 Metal-Kiste xdg-desktop-portal-kde[1061]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Apr 21 09:44:43 Metal-Kiste retroarch[1680]: gtk_disable_setlocale() must be called before gtk_init()
Apr 21 09:44:43 Metal-Kiste plasmashell[1003]: file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:49:17: Unable to assign double to QQuickAnchorLine
Wie gesagt, wenn jemand konkrete Tipps hat, gerne posten. Ansonsten soll das nur FYI sein.

3. Ich denke, ich kann das Auftreten grob auf die Kombination Plasma-Update 6.0.4 + Wayland-Session + XWayland eingrenzen. Da mir aber leider die Zeit fehlt, weiter zu graben, werde ich wohl den faulen Weg wählen müssen und erstmal wieder bei der X11-Session bleiben, bis sich das ganze mit einer zukünftigen Version wieder einrenkt.

4. Danke an alle für die bisherigen Beiträge, vor allem @Pummeluff und die Tipps zu journalctl. So macht Lernen Spaß! ;)
 
EndeavourOS, ist das eine leading Edge Distro? Gibt es bei der Distro vergleichbare Bugreports?

Bei einem Hardfreeze bleibt eigentlich nur a) Crashdump einrichten und den Crashdump an die Distro reporten b) serielle Konsole an die Kiste hängen und schauen ob da noch was beim Crash rauskommt und das an die Distro reporten.
 
In den Logs konnte ich nichts auffälliges entdecken. Die Meldungen und Fehler sind bei Plasma eher normal.

Einzige Idee auf die Schnelle:
Tevur schrieb:
Code:
Apr 21 09:43:42 Metal-Kiste gamemoded[1682]: ERROR: Configured iGPU power threshold value '-1.000000' is invalid, ignoring iGPU default governor. 
Apr 21 09:43:42 Metal-Kiste gamemoded[1682]: ERROR: Failed to open file for read /sys/class/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0/energy_uj
Deaktivier mal probeweise den Gamemode. Ich hab das Teil nie verwendet, hab aber irgendwo mal gelesen, dass es "eigentlich" nichts mehr an Performancegewinn bringt. Vielleicht stört sich Gamemode ja an Deiner Intel-Graka.
 
Hehe... ok, das ist witzig, denn ich habe wie angedeutet AMD-Hardware (genauer Ryzen 7 5800X + Radeon 6800) und zumindest selbst keinen Gamemode bei RetroArch aufgerufen...

Das guck ich mir nochmal heut Abend an, danke!
 

Ähnliche Themen

Zurück
Oben