Author izat.ion not available. Check if polkit seruice is running or see debug message for more inf ormation . Could not watch jobs: Operation not permitted
时间: 2024-01-17 21:04:40 浏览: 64
centos7启动服务uthorization not available. Check if polkit service is running or see debug message for
5星 · 资源好评率100%
这个问题似乎是与系统权限有关的。你可以尝试以下几个方法解决该问题:
1. 确认 polkit 服务是否正在运行。可以在终端中输入以下命令来检查:
```
systemctl status polkit
```
如果 polkit 服务没有运行,请使用以下命令启动它:
```
systemctl start polkit
```
2. 如果 polkit 服务已经在运行,则可能需要重新安装 polkit 包。可以使用以下命令来重新安装:
```
sudo apt-get install --reinstall polkit
```
3. 如果以上两种方法都没有解决问题,你可以尝试检查系统日志以获取更多信息。可以在终端中输入以下命令:
```
journalctl -xe
```
这应该会显示一些有关该错误的更详细的信息,帮助你确定问题的原因和解决方法。
阅读全文