当前位置: 首页 > 工具软件 > Upstart > 使用案例 >

start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart

贾烨
2023-12-01

用Ubuntu远程登录虚拟host时出现:

start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

解决:
sudo dpkg-divert –local –rename –add /sbin/initctl
ln -s /bin/true /sbin/initctl

PS:输入命令就好,至于出现什么不用管。然后,再执行重启命令,就可以了。

 类似资料: