You are not logged in.
Hi All,
I'm fairly new to Arch and encountered an error today while booting the system. Apologies if this should be in Newbie Corner instead.
On loading the Display Manager I get a White Screen saying 'Oh No something has gone wrong'.
I can log into a different tty to get the logs.
dmesg
https://pastebin.com/9nBNRf62
journalctl -b
https://pastebin.com/hvGxPjXS
My suspicion is the following section in the journalctl is causing issues
Mar 25 21:58:10 Harry-ArchLinux /usr/lib/gdm-x-session[753]: dbus-daemon[753]: [session uid=120 pid=753] Successfully activated service 'org.a11y.Bus'
Mar 25 21:58:10 Harry-ArchLinux gnome-session[754]: gnome-session-binary[754]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Mar 25 21:58:10 Harry-ArchLinux gnome-session-binary[754]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Mar 25 21:58:10 Harry-ArchLinux gnome-session[754]: gnome-session-binary[754]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Mar 25 21:58:10 Harry-ArchLinux gnome-session-binary[754]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Mar 25 21:58:10 Harry-ArchLinux gnome-session[754]: gnome-session-binary[754]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Mar 25 21:58:10 Harry-ArchLinux gnome-session-binary[754]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
Mar 25 21:58:10 Harry-ArchLinux org.gnome.Shell.desktop[809]: /usr/bin/gnome-shell: symbol lookup error: /usr/lib/libgirepository-1.0.so.1: undefined symbol: g_memdup2
Mar 25 21:58:10 Harry-ArchLinux gnome-session[754]: gnome-session-binary[754]: WARNING: App 'org.gnome.Shell.desktop' exited with code 127
Mar 25 21:58:10 Harry-ArchLinux gnome-session-binary[754]: WARNING: App 'org.gnome.Shell.desktop' exited with code 127
Mar 25 21:58:10 Harry-ArchLinux org.gnome.Shell.desktop[811]: /usr/bin/gnome-shell: symbol lookup error: /usr/lib/libgirepository-1.0.so.1: undefined symbol: g_memdup2
Mar 25 21:58:10 Harry-ArchLinux gnome-session[754]: gnome-session-binary[754]: WARNING: App 'org.gnome.Shell.desktop' exited with code 127
Mar 25 21:58:10 Harry-ArchLinux gnome-session-binary[754]: WARNING: App 'org.gnome.Shell.desktop' exited with code 127
Mar 25 21:58:10 Harry-ArchLinux gnome-session[754]: gnome-session-binary[754]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Mar 25 21:58:10 Harry-ArchLinux gnome-session-binary[754]: Unrecoverable failure in required component org.gnome.Shell.desktop
Mar 25 21:58:10 Harry-ArchLinux gnome-session-binary[754]: WARNING: App 'org.gnome.Shell.desktop' respawning too quicklyTo try and resolve this I've run pacman -Syu as well as fully uninstalling gnome and all dependencies (gdm included) then reinstalling as well as installing plasma instead neither of which has worked.
Thanks in advance for any help!
Last edited by Geonai (2021-03-27 17:43:11)
Offline
https://bbs.archlinux.org/viewtopic.php?id=264759
Edit: you're on 5.10.16-arch1-1
If you did "pacman -Syu" there's either a problem w/ your mirror, you're using some arch derivate or you ignore packages in pacman.conf?
Last edited by seth (2021-03-25 23:31:29)
Offline
Hi,
Thanks for the quick response and apologies for the delay was away from the computer yesterday!
Looks like the issue was to do with a partial upgrade as per the post you linked. I was stupidly not paying attention to the pacman -Syu logs which was erroring out due to conflicting dotnet versions (and then a dependency chain if trying to remove the conflicting package).
Uninstalling the dotnet package via:
pacman -Rcns dotnet-runtime-binand all dependencies then running pacman -Syu again has fixed the issue.
Thanks again for the help!
Offline