首先我使用的是centos 7
之前在网上查su sudo 慢都是说要修改/etc/hosts
但是修改hosts之后没什么用
接下来我发现hostnamectl和systemctl都报
Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.PolicyKit1': timed out (g-dbus-error-quark, 20)
Failed to stop firewalld.service: Connection timed out
See system logs and 'systemctl status firewalld.service' for details.
Failed to get load state of firewalld.service: Connection timed out
发现问题了polkit服务没有启动
解决方案:
重装polkit服务
yum install polkit
重启
reboot