ujust update failing with strange polkit errors

~ x ujust update

── 23:04:10 - System update ────────────────────────────────────────────────────
Authorization not available. Check if polkit service is running or see debug message for more information.
error: Loading sysroot: Connecting to system bus: Could not connect: No such file or directory
System update failed:
0: Command failed: `/usr/bin/rpm-ostree upgrade`
1: `/usr/bin/rpm-ostree` failed: exit status: 1
~ x ujust update

── 23:04:10 - System update ────────────────────────────────────────────────────
Authorization not available. Check if polkit service is running or see debug message for more information.
error: Loading sysroot: Connecting to system bus: Could not connect: No such file or directory
System update failed:
0: Command failed: `/usr/bin/rpm-ostree upgrade`
1: `/usr/bin/rpm-ostree` failed: exit status: 1
Any ideas? I tried rolling back and it's still busted. flatpak system upgrades seem to have a similar issue with dbus:
Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus
Warning: Unable to connect to system bus
Warning: Failed to get revokefs-fuse socket from system-helper: Unable to connect to system bus
Warning: Unable to connect to system bus
1 Reply
Krin
KrinOP2w ago
Created a new user account. New account is working just fine. So ... something in my environment is busted... Even wilder, if I use tty2 (Ctrl+Alt+F2) and log in it also works just fine on my original user that won't work from within the terminal app. Disabling "Use Custom Command" which was originally set to /usr/bin/zsh seems to knock my shell to bash...and ujust upate/rpm-ostree/flatpak all don't complain. Well...at least I know to go poking in my .zshrc or .zprofile. Ah. I had the Linux Brew libs added to my LD_LIBRARY_PATH while I was fussing with some python dependencies that refused to build this past weekend. I suppose I should've resorted to a container or distrobox instead. 😂
export LD_LIBRARY_PATH="/home/linuxbrew/.linuxbrew/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="/home/linuxbrew/.linuxbrew/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
See, making a fool of myself asking for help always works. O.o;

Did you find this page helpful?