标题:Centos 使用Systemctl报#systemctl stop slapd Error getting authority: Error initializing authority: Could not connect: Connection refused (g-io-error-quark, 39) 出处:向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除 时间:Thu, 08 Nov 2018 17:37:43 +0000 作者:jackxiang 地址:http://jackxiang.com/post/9935/ 内容: #systemctl stop slapd Error getting authority: Error initializing authority: Could not connect: Connection refused (g-io-error-quark, 39) 解决这个问题: 第一步)主要是重装 polkit,然后重启。 #rpm -qa|grep polkit polkit-0.112-14.el7.x86_64 polkit-pkla-compat-0.1-4.el7.x86_64 来自:https://blog.csdn.net/wuyezhiyu/article/details/82905661 弟二步)#systemctl start dbus.service Error getting authority: Error initializing authority: Could not connect: Connection refused (g-io-error-quark, 39) #ps -ef|grep dbus root 31670 1 0 09:38 ? 00:00:00 [dbus-daemon] #systemctl list-unit-files|grep dbus.service #查看systemd管理的所有单元 dbus.service static systemctl enable dubs.service access("/etc/systemd/system/dubs.service", F_OK) = -1 ENOENT (No such file or directory) access("/run/systemd/system/dubs.service", F_OK) = -1 ENOENT (No such file or directory) access("/usr/local/lib/systemd/system/dubs.service", F_OK) = -1 ENOENT (No such file or directory) access("/usr/lib/systemd/system/dubs.service", F_OK) = -1 ENOENT (No such file or directory) access("/etc/rc.d/init.d/dubs", F_OK) = -1 ENOENT (No such file or directory) "static" 尚未被启用,并且单元文件的 "[Install]" 小节中没有可用于 enable 命令的选项 "disabled" 尚未被启用,但是单元文件的 "[Install]" 小节中存在可用于 enable 命令的选项 "enabled" 已经通过 /etc/systemd/system/ 目录下的 Alias= 别名、 .wants/ 或 .requires/ 软连接被永久启用 来自:https://mellowhost.com/billing/index.php?rp=/knowledgebase/71/Error-getting-authority-Error-initializing-authority-Could-not-connect-Connection-refused-g-io-error-quark-39.html Error getting authority: Error initializing authority: Could not connect: Connection refused (g-io-error-quark, 39) systemctl stop slapd Error getting authority: Error initializing authority: Could not connect: Connection refused (g-io-error-quark, 39) 在使用centos7.4 安装服务的时候报错: Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached (g-io-error-quark, 24) 解决方案: ps -ef |grep polkit 再安装: pyum reinstall polkit 再重启 reboot 就可以解决 来自:http://www.cnblogs.com/flyfish2012/p/9527810.html Generated by Jackxiang's Bo-blog 2.1.1 Release