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] XCP Hanging at Setting Hostname

To: Pasi Kärkkäinen <pasik@xxxxxx>
Subject: Re: [Xen-users] XCP Hanging at Setting Hostname
From: James Troup <james@xxxxxxxxxxxxxxxxx>
Date: Tue, 2 Mar 2010 23:34:44 +1030 (CST)
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 02 Mar 2010 05:05:21 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100302071758.GA2761@xxxxxxxxxxx>
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I think XCP could be getting stuck at ACPI in
/etc/rc.d/rc.sysinit
which is next after setting hostname

What to do???

# Initialize ACPI bits
if [ -d /proc/acpi ]; then
    for module in /lib/modules/$unamer/kernel/drivers/acpi/* ; do
        module=${module##*/}
        module=${module%.ko}
        modprobe $module >/dev/null 2>&1
    done
fi




----- Original Message -----
From: "Pasi Kärkkäinen" <pasik@xxxxxx>
To: "James Troup" <james@xxxxxxxxxxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Sent: Tuesday, 2 March, 2010 5:47:58 PM
Subject: Re: [Xen-users] XCP Hanging at Setting Hostname

On Tue, Mar 02, 2010 at 09:13:03AM +0200, Pasi Kärkkäinen wrote:
> On Tue, Mar 02, 2010 at 03:44:10PM +1030, James Troup wrote:
> > Hi,
> >
> > I posted this a week ago but got no response, so I am posting again in hope that I do.
> >
> > XCP is hanging at (or just after) "Setting Hostname"
> >
>
> Just the init scripts.. what does it do after that?

Eh.. I was supposed to write "check the init scripts" :)
Too early morning..

-- Pasi

> Just a wild guess: is your DNS configuration correct?
>
> -- Pasi
>
> > If you keep trying eventually it gets past this point.
> > It might take 5-20 attempts to get XCP to boot.
> > When it does boot all is stable.
> >
> > I have the same problem on 4 different boxes.
> >
> > 2 x INTEL Black Box Dual XEON server.
> > 1 x AMD II x250
> > 1 x Core2Duo NoteBook used for DEV.
> >
> > All 3 boxes are using mdadm raid 1.
> >
> > The problem was present with XCP 0.1 and is still present with XCP 0.1.1
> >
> > Thanks for your help.
> >
> > James
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>