After updating via sudo zypper dup, my laptop only boots to a CLI interface. I used snapper to restore to a pre-update version and now everything is back to normal but if I try to update again I get the same issue.
During the update process, I got the TLP conflict issue as reported by other users. To fix this I deinstalled tuned.
I had the same problem (cli after upgrade) about 2 or 3 weeks ago. I had to recover from a snapshot and waited until a few days ago to renew again and … now it works with whatever changes you have made.
Hello!
I have not have any such issue for ages (fingers crossed), but when it happened, I used to check which service failed (sudo systemctl status) and look in the journal (sudo journalctl -b, -b selects the current boot).
And I generally waited for the next release of the package which caused the issue (no way to file a bug for me, I cannot log into bugzilla ).
Best regards,
Pascom
I just tried installing the updates again. It seems my issuse only occurs when I enable TLP (sudo systemctl enable --now tlp.service). startplasma-wayland fixes this but only for the current boot.
Hello!
You can check sudo systemctl status display-manager.service to see what it looks like. Is sddm (unless you changed the login screen) running?
Personnally, I have no issue with TLP and sddm.
Best regards,
Pascom
For comparison, here’s how it looks with tlp disabled:
May 28 18:49:40 localhost.localdomain sddm[1361]: Authentication for user "x" successful
May 28 18:49:41 localhost.localdomain sddm-helper[1586]: pam_unix(sddm-autologin:session): session opened for user x(uid=1000) by x(uid=0)
May 28 18:49:41 localhost.localdomain sddm-helper[1586]: pam_kwallet5(sddm-autologin:session): pam_kwallet5: pam_sm_open_session
May 28 18:49:41 localhost.localdomain sddm-helper[1586]: pam_kwallet5(sddm-autologin:session): pam_kwallet5: open_session called without kwallet5_key
May 28 18:49:41 localhost.localdomain sddm-helper[1586]: [PAM] Preparing to converse...
May 28 18:49:41 localhost.localdomain sddm-helper[1586]: [PAM] Conversation with 1 messages
May 28 18:49:41 localhost.localdomain sddm[1361]: Authentication information: SDDM::Auth::INFO_UNKNOWN "Last login: Tue May 28 18:38:03 BST 2024 from 192.168.0.13 on ssh"
May 28 18:49:41 localhost.localdomain sddm-helper[1586]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "/usr/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
May 28 18:49:41 localhost.localdomain sddm[1361]: Session started true
May 28 18:49:41 localhost.localdomain sddm-helper[1586]: Failed to write utmpx: No such file or directory
Hello! Looks like an issue caused by pam_kwallet5. Maybe you should upgrade to and use pam_kwallet6 (I checked it exists in zypper). I have none of them, so I am not sure I will be able to help you further.
Hope it helps,
Pascom