FS#40861 - [polkit-kde] KDE authentication agent doen't work
Attached to Project:
Arch Linux
Opened by Alexander (heaven) - Monday, 16 June 2014, 14:50 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 17 November 2015, 10:16 GMT
Opened by Alexander (heaven) - Monday, 16 June 2014, 14:50 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 17 November 2015, 10:16 GMT
|
Details
Description:
Can't perform any administrative action in systemsettings that requires root privileges, e.g. adjust system time settings, kdm theme, also using ufw and kcm-ufw (from aur), which also stopped working. Additional info: The system is up to date. Bug appeared some time ago, probably after one of the most recent KDE upgrades. Steps to reproduce: * open systemsettings as a regular user * try to adjust kdm settings * previously there was a popup that asked for your password, but now nothing happens |
This task depends upon
Closed by Antonio Rojas (arojas)
Tuesday, 17 November 2015, 10:16 GMT
Reason for closing: No response
Tuesday, 17 November 2015, 10:16 GMT
Reason for closing: No response
↓ [extra/polkit 0.112-2 [установлен]]
Application development toolkit for controlling system-wide privileges
↓ [extra/polkit-kde 0.99.0-3 [установлен]]
Daemon providing a polkit authentication UI for KDE
↓ [extra/polkit-qt 0.103.0-2 [установлен]]
A library that allows developers to access PolicyKit API with a nice
Qt-style API
And found the next processes:
$ ps aux | grep polkit
polkitd 442 0.0 0.1 512200 14864 ? Ssl 08:58 0:00 /usr/lib/polkit-1/polkitd --no-debug
heaven 3033 0.0 0.1 380196 20680 ? Sl 09:00 0:00 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
Edit, sorry, yes, it is running, I didn't look at the paths, just at the IDs. Not sure why it's calling itself "heaven".
And I did not actually change anything, simply logged out from KDE, logged in to the first tty and launched pacman -Syu, then rebooted. Not 100% sure this was broken after the most recent upgrade though.
"An unspecified error has occurred: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
$ getent passwd polkitd
$ getent group polkitd
If it’s missing, reinstalling polkit will fix it:
$ pacman -S polkit
See polkit’s .install script [1] for reference.
[1] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/polkit.install?h=packages/polkit
$ getent passwd polkitd
polkitd:x:102:102:Policy Kit Daemon:/:/bin/false
$ getent group polkitd
polkitd:x:102:
Still when trying to adjust KDM settings it says: "You are not allowed to save the configuration"