Hi I made a centos 7 update, followed by a reboot. Now whenever I try to restart a service using systemctl I get the error
when i check the polkit status the result is as shown below:
When I try to restart polkit I get the same error message
How can I resolve this? I am a newbie 
Code:
Authorization not available. Check if polkit service is running or see debug message for more information.
Code:
● polkit.service - Authorization Manager
Loaded: loaded (/usr/lib/systemd/system/polkit.service; static; vendor preset: enabled)
Active: inactive (dead) since Thu 2019-12-12 06:18:04 EAT; 10min ago
Docs: man:polkit(8)
Process: 22121 ExecStart=/usr/lib/polkit-1/polkitd --no-debug (code=exited, status=0/SUCCESS)
Main PID: 22121 (code=exited, status=0/SUCCESS)
Dec 12 06:18:04 mydomain.com systemd[1]: Starting Authorization Manager...
Dec 12 06:18:04 mydomain.com polkitd[22121]: Started polkitd version 0.112
Dec 12 06:18:04 mydomain.com polkitd[22121]: Loading rules from directory /etc/polkit-1/rules.d
Dec 12 06:18:04 mydomain.com polkitd[22121]: Loading rules from directory /usr/share/polkit-1/rules.d
Dec 12 06:18:04 mydomain.com polkitd[22121]: Finished loading, compiling and executing 3 rules
Dec 12 06:18:04 mydomain.com polkitd[22121]: Lost the name org.freedesktop.PolicyKit1 - exiting
Dec 12 06:18:04 mydomain.com systemd[1]: Started Authorization Manager.
Code:
Authorization not available. Check if polkit service is running or see debug message for more information.
Last edited by a moderator: