Nope. It doesn’t create an error. An earlier instance of polkit-agent-helper@ failed. Show the status:
erlangen:~ # systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● Crucial.mount loaded failed failed /Crucial
Legend: LOAD → Reflects whether the unit definition was properly loaded.
ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
SUB → The low-level unit activation state, values depend on unit type.
1 loaded units listed.
erlangen:~ #
Clear the status:
erlangen:~ # systemctl reset-failed
erlangen:~ # systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
0 loaded units listed.
erlangen:~ #
yes, but after every reboot the error appeared again. So rolled back to 5 day old snapshot.
no more polkit error.
No doing an update and see, if it appears again.
Thanks. I use GDM. I did a fresh reinstall. thanks to my backup, it just takes a few hours and everythink is back to normal.
Not the most elegant way, but the easiest…
I think I have run into a related problem. I’m no specialist in this, so I admit I had Claude troubleshoot it with me, which was slow going. But then I pasted the content of this thread in the conversation and that seems to have put Claude on the right track. It seems to have found the issue and suggested a workaround that works. I then had it summarise the problem and workaround, so that somebody more knowledgeable than me here on the forum can hopefully look into it, since I would prefer to undo the workaround.
Please don’t slam me for troubleshooting with AI, but I didn’t get any further on my own.
Here’s the summary:
Problem
After a recent Tumbleweed polkit update, YubiKey (pam_u2f) authentication for GNOME admin popups stopped working. The polkit-agent-helper fails with:
gnome-shell[5701]: Unknown line 'polkit-agent-helper-1: pam_authenticate failed: Authentication failure' from helper
polkit-agent-helper-1: pam_unix(polkit-1:auth): conversation failed
Root cause: The new systemd socket-activated polkit-agent-helper.socket cannot properly handle interactive PAM conversations required by pam_u2f (YubiKey touch prompts). The socket activation breaks the PAM conversation flow needed for hardware authentication tokens.
Workaround
Disable socket activation to revert to direct helper spawning:
Works fine with direct helper spawning, fails with socket activation.
Request: This regression affects any interactive PAM module (hardware tokens, biometrics, etc.). The socket activation needs to properly support PAM conversations or should be disabled for configurations using interactive authentication.