0
点赞
收藏
分享

微信扫一扫

Linux之—— Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_sock


报错信息如下:

status: Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

解决方案:

yum install -y dbus  #CentOS
apt-get install dbus #Debian



举报

相关推荐

0 条评论