[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Re: Argh, trying to start new domU keeps crashing
Im going to try downloading the xen/master kernel and xen-testing and see if it works under those I guess. So close! I have another machine working using the xen/master and xen-3.4-testing, so hopefully it will work on this new box too. I basically just copied all my configs over, not sure if I am just missing something or what. Oh also i setup a 10G lvm, oh here is my syslog.cfg. My last test i tried with acpi = 0 and apci = 0 but didnt do anything. My previous config was setup for paravirt, also not working. admin = 'root' import os, re arch = os.uname()[4] kernel = "/usr/lib/xen-default/boot/hvmloader" builder='hvm' memory = 512 shadow_memory = 8 vcpus = 1 root = '/dev/xvda ro' disk = ['phy:/dev/volumes/memcache1,xvda,w', 'file:/xen/media/debian-netinst.iso,xvdc:cdrom,r'] boot = 'dc' device_model = '/usr/lib/xen/bin/qemu-dm' vif = [ 'type=ioemu, bridge=xenbr0' ] apic = 0 acpi = 0 name = 'syslog' vfb = ['vnc=1,vnclisten=0.0.0.0,vncunused=1'] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |