Tom Hibbert
2005-Mar-18 03:56 UTC
[Xen-devel] PATCH: fix debian xen 2.0.5 package postinst showstopper
Setting up xen (2.0.5-1) ... update-rc.d: error: expected runlevel [0-9S] (did you forget "." ?) usage: update-rc.d [-n] [-f] <basename> remove update-rc.d [-n] <basename> defaults [NN | sNN kNN] update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] . -n: not really -f: force dpkg: error processing xen (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: xen E: Sub-process /usr/bin/dpkg returned an error code (1) Sorry to rain on your parade again doogie ;) Name: fix-postinst.patch Description: fix postinstall script Signed-off-by: Tom Hibbert <tom@nsp.co.nz> --- debian/xen.postinst.old 2005-03-18 16:47:59.456220000 +1300 +++ debian/xen.postinst 2005-03-18 16:48:11.766220000 +1300 @@ -14,9 +14,9 @@ } fi -update-rc.d xend start 20 2 3 4 5 stop 21 0 1 6 . +update-rc.d xend start 20 2 3 4 5 . stop 21 0 1 6 . invoke xend start -update-rc.d xendomains start 21 2 3 4 5 stop 20 0 1 6 . +update-rc.d xendomains start 21 2 3 4 5 . stop 20 0 1 6 . invoke xendomains start #DEBHELPER# ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Adam Heath
2005-Mar-18 17:40 UTC
Re: [Xen-devel] PATCH: fix debian xen 2.0.5 package postinst showstopper
On Fri, 18 Mar 2005, Tom Hibbert wrote:> Setting up xen (2.0.5-1) ... > update-rc.d: error: expected runlevel [0-9S] (did you forget "." ?) > usage: update-rc.d [-n] [-f] <basename> remove > update-rc.d [-n] <basename> defaults [NN | sNN kNN] > update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] . > -n: not really > -f: force > dpkg: error processing xen (--configure): > subprocess post-installation script returned error exit status 1 > Errors were encountered while processing: > xen > E: Sub-process /usr/bin/dpkg returned an error code (1) > > Sorry to rain on your parade again doogie ;)Someone beat you to it(see http://bugs.debian.org/299384). Building 2.0.5-2 and uploading. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel