I''m upgrading and trying to move a VM to a new machine. I copied the config file from the original machine and copied the image file as well. Other than the error on the console, I am not getting any logs to try and confirm what is wrong. This is the error. starlake ~ # xl create /etc/xen/server2008.cfg Parsing config file /etc/xen/server2008.cfg libxl: error: libxl_create.c:317:libxl__domain_make domain creation fail cannot make domain: -3 libxl: error: libxl.c:711:libxl_domain_destroy non-existant domain -1 Below is the config file I am using. kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 1024 shadow_memory = 8 name = "server2008" vfb = [ ''type=vnc,vncdisplay=10,vncpasswd=eva1unit'' ] vif = [ ''mac=00:16:3E:33:5E:F6, bridge=xenbr0'' ] acpi = 1 apic = 1 #disk = [ ''file://media/xen_images/2008server.img,hda,w'' ] disk = [ ''file://xen_images/2008server.img,hda,w'' ] device_model = ''/usr/lib64/xen/bin/qemu-dm'' boot="dc" vncunused=0 sdl=0 serial=''pty'' usbdevice=''tablet'' vcpus=1 cpus = [''3''] localtime = 1 usb = 1 _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
So apparently Jacek sent this to me personally and I didn''t notice. Anyone have ideas? I have upgraded the kernel to 3.6.2-gentoo, it got unmasked, with no change. I''m going to try and find a 3.2.1-gentoo-r2 and move back to that as a test later. MarcT From: Marc Tousignant [mailto:myrdhn@gmail.com] Sent: Friday, October 26, 2012 2:57 PM To: ''jacek burghardt'' Subject: RE: [Xen-users] Issues moving VM to new machine Both machines are Funtoo Linux. Both machines are running Xen 4.1.2 The old machine is running 3.2.1-gentoo-r2 The new machine is running 3.6.1-gentoo Which logs? The new machine has yet to have anything appear in the /var/log/xen folder yet. Revdep-rebuild didn''t find anything wrong with my dynamic linking. MarcT From: jacek burghardt [mailto:jaceksburghardt@gmail.com] Sent: Friday, October 26, 2012 2:43 PM To: Marc Tousignant Subject: Re: [Xen-users] Issues moving VM to new machine What version of den are you running on what version of os and did you look in logs for missing libraries On Oct 26, 2012 12:32 PM, "Marc Tousignant" <myrdhn@gmail.com> wrote: I''m upgrading and trying to move a VM to a new machine. I copied the config file from the original machine and copied the image file as well. Other than the error on the console, I am not getting any logs to try and confirm what is wrong. This is the error. starlake ~ # xl create /etc/xen/server2008.cfg Parsing config file /etc/xen/server2008.cfg libxl: error: libxl_create.c:317:libxl__domain_make domain creation fail cannot make domain: -3 libxl: error: libxl.c:711:libxl_domain_destroy non-existant domain -1 Below is the config file I am using. kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 1024 shadow_memory = 8 name = "server2008" vfb = [ ''type=vnc,vncdisplay=10,vncpasswd=eva1unit'' ] vif = [ ''mac=00:16:3E:33:5E:F6, bridge=xenbr0'' ] acpi = 1 apic = 1 #disk = [ ''file://media/xen_images/2008server.img,hda,w'' ] disk = [ ''file://xen_images/2008server.img,hda,w'' ] device_model = ''/usr/lib64/xen/bin/qemu-dm'' boot="dc" vncunused=0 sdl=0 serial=''pty'' usbdevice=''tablet'' vcpus=1 cpus = [''3''] localtime = 1 usb = 1 _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
I built gentoo-sources-3.2.1-r2 (my other machine is using this without issue) and gentoo-sources-3.4.11 (users list is reporting successes with 3.4 so I decided to test) and tried them both, no change from gentoo-sources-3.6.1 and gentoo-sources-3.6.2. Xen itself is on 4.1.2, which is also the same as the other computer that is working Could this issue somehow be hardware related? The motherboard is a S5000PSL I have 2 Intel Xeon L5410''s installed. Below is the cpuinfo: processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Xeon(R) CPU L5410 @ 2.33GHz stepping : 10 microcode : 0xa07 cpu MHz : 2331.000 cache size : 6144 KB fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu de tsc msr pae cx8 apic sep cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl aperfmperf pni est ssse3 cx16 sse4_1 hypervisor lahf_lm dts bogomips : 4655.08 clflush size : 64 cache_alignment : 64 address sizes : 38 bits physical, 48 bits virtual power management: I have 8GB of ram. And here is my output from xl list: starlake ~ # xl list Name ID Mem VCPUs State Time(s) Domain-0 0 5828 8 r----- 7.2 When I attempt to start the VM I get: starlake ~ # xl -vvvv create /etc/xen/server2008.cfg Parsing config file /etc/xen/server2008.cfg libxl: error: libxl_create.c:317:libxl__domain_make domain creation fail cannot make domain: -3 libxl: error: libxl.c:711:libxl_domain_destroy non-existant domain -1 xc: debug: hypercall buffer: total allocations:28 total releases:28 xc: debug: hypercall buffer: current allocations:0 maximum allocations:2 xc: debug: hypercall buffer: cache current size:2 xc: debug: hypercall buffer: cache hits:26 misses:2 toobig:0 The first time I try to start it, it sits on Parsing config file /etc/xen/server2008.cfg for several seconds before outputting the rest. After that first time, it instantly comes back with the error. MarcT From: Marc Tousignant [mailto:myrdhn@gmail.com] Sent: Saturday, October 27, 2012 11:22 PM To: xen-users@lists.xen.org Subject: FW: [Xen-users] Issues moving VM to new machine So apparently Jacek sent this to me personally and I didn''t notice. Anyone have ideas? I have upgraded the kernel to 3.6.2-gentoo, it got unmasked, with no change. I''m going to try and find a 3.2.1-gentoo-r2 and move back to that as a test later. MarcT From: Marc Tousignant [mailto:myrdhn@gmail.com] Sent: Friday, October 26, 2012 2:57 PM To: ''jacek burghardt'' Subject: RE: [Xen-users] Issues moving VM to new machine Both machines are Funtoo Linux. Both machines are running Xen 4.1.2 The old machine is running 3.2.1-gentoo-r2 The new machine is running 3.6.1-gentoo Which logs? The new machine has yet to have anything appear in the /var/log/xen folder yet. Revdep-rebuild didn''t find anything wrong with my dynamic linking. MarcT From: jacek burghardt [mailto:jaceksburghardt@gmail.com] Sent: Friday, October 26, 2012 2:43 PM To: Marc Tousignant Subject: Re: [Xen-users] Issues moving VM to new machine What version of den are you running on what version of os and did you look in logs for missing libraries On Oct 26, 2012 12:32 PM, "Marc Tousignant" <myrdhn@gmail.com> wrote: I''m upgrading and trying to move a VM to a new machine. I copied the config file from the original machine and copied the image file as well. Other than the error on the console, I am not getting any logs to try and confirm what is wrong. This is the error. starlake ~ # xl create /etc/xen/server2008.cfg Parsing config file /etc/xen/server2008.cfg libxl: error: libxl_create.c:317:libxl__domain_make domain creation fail cannot make domain: -3 libxl: error: libxl.c:711:libxl_domain_destroy non-existant domain -1 Below is the config file I am using. kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 1024 shadow_memory = 8 name = "server2008" vfb = [ ''type=vnc,vncdisplay=10,vncpasswd=eva1unit'' ] vif = [ ''mac=00:16:3E:33:5E:F6, bridge=xenbr0'' ] acpi = 1 apic = 1 #disk = [ ''file://media/xen_images/2008server.img,hda,w'' ] disk = [ ''file://xen_images/2008server.img,hda,w'' ] device_model = ''/usr/lib64/xen/bin/qemu-dm'' boot="dc" vncunused=0 sdl=0 serial=''pty'' usbdevice=''tablet'' vcpus=1 cpus = [''3''] localtime = 1 usb = 1 _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Chalk it up to my own stupidity. It has been a while since I setup my other systems, I guess I assumed the virtualization options in the BIOS were enabled by default, and forgot to verify. Now that they are set, its working. MarcT From: Marc Tousignant [mailto:myrdhn@gmail.com] Sent: Sunday, October 28, 2012 10:00 AM To: xen-users@lists.xen.org Subject: RE: [Xen-users] Issues moving VM to new machine I built gentoo-sources-3.2.1-r2 (my other machine is using this without issue) and gentoo-sources-3.4.11 (users list is reporting successes with 3.4 so I decided to test) and tried them both, no change from gentoo-sources-3.6.1 and gentoo-sources-3.6.2. Xen itself is on 4.1.2, which is also the same as the other computer that is working Could this issue somehow be hardware related? The motherboard is a S5000PSL I have 2 Intel Xeon L5410''s installed. Below is the cpuinfo: processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Xeon(R) CPU L5410 @ 2.33GHz stepping : 10 microcode : 0xa07 cpu MHz : 2331.000 cache size : 6144 KB fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu de tsc msr pae cx8 apic sep cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl aperfmperf pni est ssse3 cx16 sse4_1 hypervisor lahf_lm dts bogomips : 4655.08 clflush size : 64 cache_alignment : 64 address sizes : 38 bits physical, 48 bits virtual power management: I have 8GB of ram. And here is my output from xl list: starlake ~ # xl list Name ID Mem VCPUs State Time(s) Domain-0 0 5828 8 r----- 7.2 When I attempt to start the VM I get: starlake ~ # xl -vvvv create /etc/xen/server2008.cfg Parsing config file /etc/xen/server2008.cfg libxl: error: libxl_create.c:317:libxl__domain_make domain creation fail cannot make domain: -3 libxl: error: libxl.c:711:libxl_domain_destroy non-existant domain -1 xc: debug: hypercall buffer: total allocations:28 total releases:28 xc: debug: hypercall buffer: current allocations:0 maximum allocations:2 xc: debug: hypercall buffer: cache current size:2 xc: debug: hypercall buffer: cache hits:26 misses:2 toobig:0 The first time I try to start it, it sits on Parsing config file /etc/xen/server2008.cfg for several seconds before outputting the rest. After that first time, it instantly comes back with the error. MarcT From: Marc Tousignant [mailto:myrdhn@gmail.com] Sent: Saturday, October 27, 2012 11:22 PM To: xen-users@lists.xen.org Subject: FW: [Xen-users] Issues moving VM to new machine So apparently Jacek sent this to me personally and I didn''t notice. Anyone have ideas? I have upgraded the kernel to 3.6.2-gentoo, it got unmasked, with no change. I''m going to try and find a 3.2.1-gentoo-r2 and move back to that as a test later. MarcT From: Marc Tousignant [mailto:myrdhn@gmail.com] Sent: Friday, October 26, 2012 2:57 PM To: ''jacek burghardt'' Subject: RE: [Xen-users] Issues moving VM to new machine Both machines are Funtoo Linux. Both machines are running Xen 4.1.2 The old machine is running 3.2.1-gentoo-r2 The new machine is running 3.6.1-gentoo Which logs? The new machine has yet to have anything appear in the /var/log/xen folder yet. Revdep-rebuild didn''t find anything wrong with my dynamic linking. MarcT From: jacek burghardt [mailto:jaceksburghardt@gmail.com] Sent: Friday, October 26, 2012 2:43 PM To: Marc Tousignant Subject: Re: [Xen-users] Issues moving VM to new machine What version of den are you running on what version of os and did you look in logs for missing libraries On Oct 26, 2012 12:32 PM, "Marc Tousignant" <myrdhn@gmail.com> wrote: I''m upgrading and trying to move a VM to a new machine. I copied the config file from the original machine and copied the image file as well. Other than the error on the console, I am not getting any logs to try and confirm what is wrong. This is the error. starlake ~ # xl create /etc/xen/server2008.cfg Parsing config file /etc/xen/server2008.cfg libxl: error: libxl_create.c:317:libxl__domain_make domain creation fail cannot make domain: -3 libxl: error: libxl.c:711:libxl_domain_destroy non-existant domain -1 Below is the config file I am using. kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 1024 shadow_memory = 8 name = "server2008" vfb = [ ''type=vnc,vncdisplay=10,vncpasswd=eva1unit'' ] vif = [ ''mac=00:16:3E:33:5E:F6, bridge=xenbr0'' ] acpi = 1 apic = 1 #disk = [ ''file://media/xen_images/2008server.img,hda,w'' ] disk = [ ''file://xen_images/2008server.img,hda,w'' ] device_model = ''/usr/lib64/xen/bin/qemu-dm'' boot="dc" vncunused=0 sdl=0 serial=''pty'' usbdevice=''tablet'' vcpus=1 cpus = [''3''] localtime = 1 usb = 1 _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users