Debian package on Ubuntu 15.04 fails to start

71 views
Skip to first unread message

Robert Arnonym

unread,
Aug 14, 2015, 8:43:36 PM8/14/15
to Jenkins Users
Hello

I just installed the latest deb-package on my ubuntu host. When starting jenkins nothing happens.
No logfile under /var/log/jenkins.

When debugging, I realized, that when running the classical init script, some weird systemd interceptor magic happens, which results in systemd trying to run jenkins.

Here is all I can see:

systemctl status jenkins.service
● jenkins.service - LSB: Start Jenkins at boot time
   Loaded: loaded (/etc/init.d/jenkins)
   Active: active (exited) since Sat 2015-08-15 01:53:02 CEST; 47min ago
     Docs: man:systemd-sysv-generator(8)

Aug 15 01:53:02 lighthouse systemd[1]: Started LSB: Start Jenkins at boot time.
Aug 15 02:00:11 lighthouse systemd[1]: Started LSB: Start Jenkins at boot time.
Aug 15 02:04:16 lighthouse systemd[1]: Started LSB: Start Jenkins at boot time.
Aug 15 02:14:28 lighthouse systemd[1]: Started LSB: Start Jenkins at boot time.
Aug 15 02:15:00 lighthouse systemd[1]: Started LSB: Start Jenkins at boot time.

when debiugging the init script,  this happens:

[....] +++ '[' -z jenkins.service ']'
+++ echo -n 'Starting jenkins (via systemctl): jenkins.service'
Starting jenkins (via systemctl): jenkins.service+++ log_daemon_msg_post 'Starting jenkins (via systemctl)' jenkins.service
+++ :
+++ /bin/systemctl start jenkins.service
+++ rc=0

Any Idea how to fix that, withoutt breaking the deb itself/installing jenkins manually?

Thx
Reply all
Reply to author
Forward
0 new messages