时出错-sudo systemctl start jenkins

时间:2018-11-19 14:46:30

标签: ubuntu jenkins

$ sudo systemctl start jenkins

无法发出方法调用:单元jenkins.service无法加载:没有这样的文件或目录。有关详细信息,请参见系统日志和“ systemctl status jenkins.service”。

$ systemctl状态jenkins.service

无法发出方法调用:路径/ org / freedesktop / systemd1 / unit / jenkins_2eservice上的对象上没有此类接口“ org.freedesktop.DBus.Properties”

3 个答案:

答案 0 :(得分:0)

听起来像您的安装出错了

尝试通过

安装
sudo apt-get install jenkins

获取正确的安装,然后重试

答案 1 :(得分:0)

您的软件包安装错误。

尝试重新安装软件包。首先卸载并清除它。

sudo apt-get purge jenkins

重新安装

sudo apt-get install jenkins

答案 2 :(得分:0)

这对我有用:

.proj

之后,错误消息更改为

systemctl daemon-reload

阅读日志告诉我实际的问题:

Job for jenkins.service failed because the control process exited with error code.
See "systemctl status jenkins.service" and "journalctl -xe" for details.