Instalé a jenkins
través de sudo apt-get install jenkins
. Sin embargo, no se inicia. Intenté iniciarlo manualmente usando sudo /etc/init.d/jenkins start
. Pero muestra este mensaje cuando intento iniciarlo de esa manera:
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
El método solo dice starting
, pero nunca comienza ...
¿Cómo soluciono esto y hago que Jenkins se inicie?