我已经安装了 etcd 但是当我运行它的服务时出现以下错误。
无法连接到 Upstart:无法连接到套接字 /com/ubuntu/upstart:连接被拒绝
我尝试过类似的命令;
$ sudo initctl start etcd
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
$ sudo start etcd
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
这两个命令对我都不起作用。谁能告诉我如何在 ubuntu 16.04.3 中启动 etcd,因为第二个命令在 ubuntu 14.04 中对我有用。