systemctl status polkit.service

systemctl status polkit.service

polkit 服务的主要问题是如何修复此问题,每次尝试激活 polkit 都失败。

抱歉,这是一个新手问题。

systemctl status polkit.service

● polkit.service - 授权管理器

# systemctl status polkit.service
● polkit.service - Authorization Manager
   Loaded: loaded (/usr/lib/systemd/system/polkit.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:polkit(8)

May 30 05:53:32 RJSRV polkitd[5900]: Started polkitd version 0.112
May 30 05:53:32 RJSRV polkitd[5900]: Loading rules from directory /etc/polkit-1/rules.d
May 30 05:53:32 RJSRV polkitd[5900]: Loading rules from directory /usr/share/polkit-1/rules.d
May 30 05:53:32 RJSRV polkitd[5900]: Finished loading, compiling and executing 2 rules
May 30 05:53:32 RJSRV polkitd[5900]: Lost the name org.freedesktop.PolicyKit1 - exiting
May 30 05:53:32 RJSRV systemd[1]: Failed to kill control group: Invalid argument
May 30 05:53:32 RJSRV systemd[1]: Failed to kill control group: Invalid argument
May 30 05:53:32 RJSRV systemd[1]: Failed to kill control group: Invalid argument
May 30 05:53:32 RJSRV systemd[1]: Failed to kill control group: Invalid argument
May 30 05:53:32 RJSRV systemd[1]: Started Authorization Manager.
[root@RJSRV ~]# busctl
NAME                              PID PROCESS         USER             CONNECTION    UNIT                      SESSION    DESCRIPTION
:1.0                                1 systemd         root             :1.0          -                         -          -
:1.1                              515 systemd-logind  root             :1.1          systemd-logind.service    -          -
:1.46                            6260 busctl          root             :1.46         session-c1.scope          c1         -
org.freedesktop.DBus                - -               -                -             -                         -          -
org.freedesktop.PolicyKit1          - -               -                (activatable) -                         -
org.freedesktop.hostname1           - -               -                (activatable) -                         -
org.freedesktop.locale1             - -               -                (activatable) -                         -
org.freedesktop.login1            515 systemd-logind  root             :1.1          systemd-logind.service    -          -
org.freedesktop.machine1            - -               -                (activatable) -                         -
org.freedesktop.systemd1            1 systemd         root             :1.0          -                         -          -
org.freedesktop.timedate1           - -               -                (activatable) -                         -

我尝试重新启动的每项服务都因此失败

systemctl restart dbus
Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.PolicyKit1 timed out (g-dbus-error-quark, 20)
Failed to restart dbus.service: Connection timed out

相关内容