[Bug 354589] Re: package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-06-28 Thread Jamie Strandboge
As of Ubuntu 9.10, cron uses upstart rather than traditional initscripts, and the offending code has been removed. Marking Fix Released. ** Changed in: cron (Ubuntu) Status: New = Fix Released -- package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation

[Bug 354589] Re: package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-09 Thread kaiszy
Hi! Ups, you are right...the fast solution have to be: mv /usr/sbin/update-rc.d /usr/sbin/update-rc.d-ok echo update-rc.d-ok cron defaults /usr/sbin/update-rc.d chmod 755 /usr/sbin/update-rc.d apt-get install cron mv /usr/sbin/update-rc.d-ok /usr/sbin/update-rc.d Prem, thanks for your

[Bug 354589] Re: package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-08 Thread Prem Rara
I think this echo update-rc.d cron defaults /usr/sbin/update-rc.d should be echo update-rc.d-ok cron defaults /usr/sbin/update-rc.d -- package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

[Bug 354589] Re: package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-07 Thread kaiszy
Hi! problem was the script postinst inside den package. There was a line: update-rc.d cron multiuser 89 11 /dev/null The syntax for update-rc.d is not correct so that you get the errormessage. Fast solution (dangerous if you do a typo!): mv /usr/sbin/update-rc.d /usr/sbin/update-rc.d-ok

[Bug 354589] Re: package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-06-26 Thread pfaffman
** Description changed: Binary package hint: cron Don't know cause but cron appears not able to upgrade while an existing version is running. I never use cron so it must have been set up at installation to do something. I think my version is 8.4 but this has been the case since

[Bug 354589] Re: package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-04-03 Thread ehilts
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24760413/Dependencies.txt ** Attachment added: DpkgTerminalLog.txt http://launchpadlibrarian.net/24760414/DpkgTerminalLog.txt -- package cron 3.0pl1-100ubuntu2 failed to install/upgrade: subprocess post-installation