WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] PATCH: fix debian xen 2.0.5 package postinst showstopper

To: "Adam Heath" <doogie@xxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] PATCH: fix debian xen 2.0.5 package postinst showstopper
From: "Tom Hibbert" <tom@xxxxxxxxx>
Date: Fri, 18 Mar 2005 16:56:41 +1300
Delivery-date: Fri, 18 Mar 2005 04:16:25 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Thread-index: AcUrbn4MzeDu7xEbTlqr3HOJjz2xcA==
Thread-topic: 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@xxxxxxxxx>

--- 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@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>