How to start jenkins?
Posted
by
Jeffery Bingham
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Jeffery Bingham
Published on 2011-11-18T05:39:35Z
Indexed on
2011/11/23
2:09 UTC
Read the original article
Hit count: 287
I installed jenkins via sudo apt-get install jenkins
. However, it doesn't start up. Tried to start it manually using sudo /etc/init.d/jenkins start
. But it says this message when I try to start it that way:
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")"
init.d method just says starting, but never starts...
How do I fix this / get jenkins to start up?
© Ask Ubuntu or respective owner