Authorization not available. Check if polkit service is running or see debug message for more information.

发布时间 2023-04-03 09:25:30作者: ianCloud

systemctl daemon-reload
Authorization not available. Check if polkit service is running or see debug message for more information.
/var/log/messages中有下面错误
修复linux登录超时问题 dbus[543]: [system] Connection has not authenticated soon enough, closing it (auth_timeout=30000ms, elapsed: 30003ms) 2h
- cp -av /run/systemd/users/0 /tmp/run_systemd_users_0.bak
- vim /run/systemd/users/0 删除SESSIONS=的Value (d$)
- kill -USR1 [dbus进程的PID] (ps -ef | grep dbus) && systemctl restart nslcd.service