报错信息如下:
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
Linux之—— Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_sock
阅读 69
2022-03-12
报错信息如下:
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)