linux某服务启动失败,提示Authorization not available. Check if polkit...问题解决

服务器重启后,开启docker服务,发现无法开启,提示如下
[root@10-13-160-184 ~]# systemctl start docker
Authorization not available. Check if polkit service is running or see debug message for more information.
Failed to start docker.service: Connection timed out
See system logs and ‘systemctl status docker.service’ for details.

根据提示查看polkit状态

systemctl status polkit

结果如图
linux某服务启动失败,提示Authorization not available. Check if polkit...问题解决
polkit服务异常退出(polkit是系统服务,其作用自行查询)

解决方法:
检查是否安装了polkit

yum list installed | grep polkit

安装 polkit

yum install polkit

启动polkit

systemctl start polkit

之后docker可正常开启

上一篇:iOS14 定位适配:1、向用户申请临时开启一次精确位置权限的方案2、高德定位SDK适配


下一篇:记一次ssh连接慢