When attempting to launch system-config-users
from command line, I get the following warning, and the tool does not open. I'm using CentOS 7 with Mate 1.8.1.
WARNING **: Error enumerating actions: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PolicyKit1 was not provided by any .service files
Error checking for authorization org.freedesktop.policykit.exec: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PolicyKit1 was not provided by any .service files
yum list polkit*
Installed Packages
polkit.x86_64 0.112-5.el7 @anaconda
polkit-devel.x86_64 0.112-5.el7 @base
polkit-docs.noarch 0.112-5.el7 @base
polkit-gnome.x86_64 0.105-6.el7 @epel
polkit-pkla-compat.x86_64 0.1-4.el7 @anaconda
What is missing from my system to cause this error?
udisks
– eyoung100 Sep 30 '14 at 19:24some group
, andsome group
has permission to access the missing service. 2. One of the services monitored bysystem-config-users
is not installed. As a hunch, search your package repo formate-polkit
– eyoung100 Sep 30 '14 at 19:41Package mate-polkit-1.8.0-1.el7.x86_64 already installed and latest version
.My user account is also missing the shutdown option in the System menu. To turn the system off, I have to go to command and issue
– a coder Sep 30 '14 at 20:02sudo yum shutdown -h now
.Installed Packages pm-utils.x86_64 1.4.1-26.el7 @anaconda
– a coder Oct 01 '14 at 14:50Installed Packages upower.x86_64 0.9.20-7.el7
– a coder Oct 01 '14 at 14:50wheel
group? – eyoung100 Oct 01 '14 at 14:54wheel
group. – a coder Oct 01 '14 at 15:39