|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XCP Hanging at Setting Hostname
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
|
|
|
|
|