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-users

RE: [Xen-users] xen 4.1 (src) and runlevels on deb 6

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] xen 4.1 (src) and runlevels on deb 6
From: Mike Viau <viaum@xxxxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 18:55:30 -0400
Delivery-date: Thu, 02 Jun 2011 15:56:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
In-reply-to: <3202.23530.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <3202.23530.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> On Thu, 2 Jun 2011 15:50:11 -0700 <tlviewer@xxxxxxxxx> wrote:
>
> List,
>
> Wrong runlevel settings with xen 4.1 from src on deb 6
> ------------
>
> What a nice idea - in deb 6, use the dom0 from Apt and build xen 4.1 from 
> source.
>
> All goes well, until you do this
> ---------
> for in in xencommons xend xendomains; do sudo update-rc.d $i defaults; done
>
> When you reboot, its clear that none of the services are up. You investigate 
> and check Default-Start values of init scripts.
> --------
> grep Default-Start /etc/init.d/xend ->
> # Default-Start: 3 4 5
>
> However, default runlevel in Debian is
> ---------
> runlevel -> N 2
>
> It appears that runlevel values for xencommons, xend, and xendomains are for 
> RH systems, not Debian.
>
> Here's the fix
> ------------
> sysv-rc-conf --level 12345 xencommons on
> sysv-rc-conf --level 06 xencommons off
>
> sysv-rc-conf --level 2345 xend on
> sysv-rc-conf --level 016 xend off
>
> sysv-rc-conf --level 2345 xendomains on
> sysv-rc-conf --level 016 xendomains off
>
> cat >> /etc/modules<                                    
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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