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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/41ce1dda-7c2c-427d-9270-aeb0a5492ed5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to