[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Trying to run centos4.3 on xen under debian unstable
I've managed to get 8 CentOS4.3 domU's running under Debian Sarge. dunno if any of this helps:- #/boot/grub/menu.lst title Xen 3.0 / XenLinux 2.6 kernel /xen-3.0.gz console=vga dom0_mem=524288 module /vmlinuz-2.6-xen root=/dev/hda3 ro console=tty0 savedefault boot #grep ^[a-z] /etc/xen/centos0 kernel = "/boot/vmlinuz-2.6-xen" builder='linux' memory = 32 name = "centos0" cpus = "" # leave to Xen to pick vcpus = 1 vif = [ '' ] disk = [ 'file:/xen/images/centos0.img,hda1,w', 'file:/xen/images/centos0-swap.img,hda2,w'] dhcp="dhcp" root = "/dev/hda1 ro" extra = "4" I start them all off with xm create centos[0-8] or if I want to log into the domU xm create centos[0-8] -c /etc/xen/centos[0-8] Where [0-8] is a single digit of the domU that I want to fire up. #xm list xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 512 1 r----- 7502.1 centos0 7 32 1 -b---- 16.4 centos1 9 32 1 -b---- 15.7 centos2 12 32 1 -b---- 16.0 centos3 13 32 1 -b---- 21.9 centos4 14 32 1 -b---- 15.8 centos5 15 32 1 -b---- 15.5 centos6 16 32 1 ------ 30245.2 centos7 17 32 1 -b---- 14.9 On 01/08/06, Marco Milanesi <kpanic@xxxxxxxxxxxxxx> wrote: hi, > I'm not sure if you have a type-O or not but you have both file images as > sdb1 > 'file:/home/kpanic/xen-images/centos.img,sdb1,w','file:/home/kpanic/xen-imag > es/centos-swap.img,sdb1,w' ] I tried to specify different partitions with no success (yeah, it was a typo made by me in the config) always the same error, also by strace(ing) the 'xm' executable I see before this error a signal* (.py,.so,etc) missing. dunno if it's related... thanks ciao, Marco -- ,= ,-_-. =. ------------------------------------------------------- + ((_/)o o(\_)) jabber:kpanic@xxxxxxxxxxxxxxx/msn:kpanic@xxxxxxxxxxxxxx | `-'(. .)`- #muppetslab@xxxxxxxxxxxxxxxx | \_/ If it works, it's obsolete | _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users -- John Maclean - 07739 171 531 MSc (DIC) _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |