我jenkins通过sudo apt-get install jenkins. 但是,它不会启动。尝试使用sudo /etc/init.d/jenkins start. 但是当我尝试以这种方式启动它时,它会显示此消息:
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.67" (uid=1000 pid=7970 comm="start jenkins ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")"
Run Code Online (Sandbox Code Playgroud)
init.d方法只是说starting,但从未开始......
我该如何解决这个问题并让 jenkins 启动?