On Tue, Jan 06, 2009 at 06:14:37PM +0100, Michael Meskes wrote: > > insserv is the new system that should enable us to start service > > parallel. To fix packages for is a release goal. I guess it would be > > Right, but not release critical, unless I'm mistaken.
Thats my appraisal, too. > > interesting to fix it for Lenny, but I'm not sure if this is still > > possible with the current unblock policy. > > From what I understood it is not. While I tend to think that this is a pity, I believe this is true, too. So given that, I think we can only document it (and a workaround) in this bug report or eventually in the release notes? > > However it makes quota uninstallable if insserv is installed > > (and active?), so it might be worth considering it. > > It needs to be active I think. Yes, I could confirm this by deactivating insserv and installing the last version of quota in the archive. So we have a total of two possible workarounds: Workaround #1: - dpkg-reconfigure insserv - Say 'no' to the question weither to activate insserv - apt-get/aptitude install quota - dpkg-reconfigure insserv - Say 'yes' to the question ... Problem with this: It involves running the postinst scripts of all packages involved by this change and therefore takes long. Workaround #2: - Try to install quota (and let it fail) - update-rc.d quota start 35 S . stop 85 0 6 . - dpkg --configure -a Thats not proof to further changes to the runlevel configuration of quota, but it would do for Lenny. Best Regards, Patrick -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

