简体   繁体   English

upstart ubuntu apt-get install无法配置

[英]upstart ubuntu apt-get install fails to configure

After installing upstart with 用upstart安装后

sudo apt-get install upstart

the command 命令

start jobname

prints this: 打印这个:

start: Name "com.ubuntu.Upstart" does not exist start:名称“com.ubuntu.Upstart”不存在

what am i missing? 我错过了什么?

All Upstart commands eg initctl, status, start, stop should to be executed as the root user or as sudo . 所有Upstart命令,例如initctl,status,start,stop应该以root用户或sudo身份执行。 Running your command with sudo or as root user should solve your problem. 使用sudoroot用户运行命令可以解决您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM