You are not logged in.
Pages: 1
Hi! Yesterday I updated the packages on my arch32 Lifebook T4215 (ran "yay -Syu") and when I rebooted the laptop it got stuck right after the "/dev/sda: clean, .../... files, .../... blocks" part (i'm not sure what that's called) and showed just a black screen with a blinking cursor. I could switch to tty2 and login in terminal mode and find that lightdm had failed to start?
I tried to uninstall it and try other display managers, figuring something had broken in the package update (i'm not even sure if i updated lightdm or lightdm-gtk-greeter), but emptty and cdm didn't work either, so i figure the problem is deeper than just lightdm.
I can launch i3 using "xinit /usr/bin/i3" but most programs return with an error like "libicu__.so.75: cannot open shared object file: No such file or directory". I suppose this has something to do with the gui since it doesn't raise this error for console programs, but I don't know what this means.
Here is the output of "sudo journalctl -b" having lightdm installed. You can see how it attempts to create a session for lightdm but deletes it immediately, which it repeats 10 times:
...
Apr 04 13:23:01 bmo systemd[1]: Started User Manager for UID 972.
Apr 04 13:23:01 bmo systemd[1]: Started Session c1 of User lightdm.
Apr 04 13:23:01 bmo lightdm[430]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Apr 04 13:23:01 bmo systemd-logind[361]: Session c1 logged out. Waiting for processes to exit.
Apr 04 13:23:01 bmo systemd[1]: session-c1.scope: Deactivated successfully.
Apr 04 13:23:01 bmo systemd-logind[361]: Removed session c1.
Apr 04 13:23:02 bmo systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Apr 04 13:23:02 bmo systemd[1]: lightdm.service: Failed with result 'exit-code'.
Apr 04 13:23:02 bmo systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
Apr 04 13:23:02 bmo systemd[1]: Starting Light Display Manager...
Apr 04 13:23:02 bmo systemd[1]: Started Light Display Manager.
Apr 04 13:23:02 bmo lightdm[496]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Apr 04 13:23:03 bmo lightdm[510]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Apr 04 13:23:03 bmo lightdm[510]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=972) by (uid=0)
Apr 04 13:23:03 bmo systemd-logind[361]: New session c2 of user lightdm.
Apr 04 13:23:03 bmo systemd[1]: Started Session c2 of User lightdm.
Apr 04 13:23:03 bmo lightdm[510]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Apr 04 13:23:03 bmo systemd-logind[361]: Session c2 logged out. Waiting for processes to exit.
Apr 04 13:23:03 bmo systemd[1]: session-c2.scope: Deactivated successfully.
Apr 04 13:23:03 bmo systemd-logind[361]: Removed session c2.
Apr 04 13:23:03 bmo systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Apr 04 13:23:03 bmo systemd[1]: lightdm.service: Failed with result 'exit-code'.
Apr 04 13:23:04 bmo systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 2.
...
The only thing that stands out to me is the "The name is not activatable" error lightdm is throwing. ¿Is that the problem here? I can't find how to fix any of this. I'm at a loss here, this laptop was working (mostly) perfectly yesterday and I'm not smart enough to get what is going on. Do you need any more logs?
Offline
Pages: 1