On Thursday, November 21, 2013 10:30:03 PM UTC+2, [email protected] wrote: > Ah yes sorry I missed that.. > Now I followed the doc from that page but it still didn't work and left me > in a half-configured state; I had to force a dpkg -i of the old package to > fix it.. > > Basically it was failing > Setting up jenkins (1.540) ... > start: Job failed to start > invoke-rc.d: initscript jenkins, action "start" failed. > dpkg: error processing jenkins (--configure): > subprocess installed post-installation script returned error exit status 1 > Errors were encountered while processing: > jenkins > > So maybe is the package not correct for Ubuntu 13.10 or what else can it > be? >
There's a bug in upstream packaging that breaks upgrades: https://issues.jenkins-ci.org/browse/JENKINS-18798 There's a related bug that makes Jenkins not start up on boot: https://issues.jenkins-ci.org/browse/JENKINS-19329 Workarounds for both issues: sudo apt-get remove jenkins jenkins-common sudo apt-get install jenkins sudo rm /etc/init/jenkins.conf sudo update-rc.d jenkins defaults sudo service jenkins start -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
