systemctl은 D-Bus 연결을 얻을 수 없다고 표시합니다. 작업이 허용되지 않습니다.

systemctl은 D-Bus 연결을 얻을 수 없다고 표시합니다. 작업이 허용되지 않습니다.

운영 체제: CentOS Linux 릴리스 7.5.1804(코어), 가상 머신이 아닌 도커가 아닌 물리적 머신

처음에는 clickhouse를 업그레이드했다 yum localinstall ./clickhouse-*.rpm가 후회해서 clickhouse를 다운그레이드했는데 그 던지는 것을 yum downgrade clickhouse-xx-xx.rpm발견했습니다 .systemctl status clickhouse-server

# systemctl status clickhouse-server
Failed to get D-Bus connection: Operation not permitted

그리고


[root@cu75 ~]# systemctl
Failed to get D-Bus connection: Operation not permitted
[root@cu75 ~]# systemctl start dbus
Failed to get D-Bus connection: Operation not permitted
[root@cu75 ~]#

하지만 dbus가 실행 중입니다.

[root@cu75 ~]# ps -ef | grep dbus
dbus       1646      1  0  2021 ?        00:48:47 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root      44000      1  0 15:31 ?        00:00:00 /usr/sbin/abrt-dbus -t133
root      44363 429726  0 15:32 pts/0    00:00:00 grep --color=auto dbus
gdm      240198      1  0  2021 ?        00:00:00 dbus-launch --exit-with-session /usr/libexec/gnome-session-binary --autostart /usr/share/gdm/greeter/autostart
gdm      240199      1  0  2021 ?        00:00:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
gdm      240224 240219  0  2021 ?        00:00:00 /bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3
luhongw+ 436050      1  0 14:08 ?        00:00:00 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
root     436172      1  0 14:09 ?        00:00:00 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
[root@cu75 ~]#

이 사이트에서 비슷한 질문을 모두 확인했지만 대부분은 Docker 이미지에 관한 것입니다. 이를 해결할 수 있는 솔루션이 있습니까?

관련 정보