Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-25 Thread Marco Guazzone
Hi Jim, On Mon, Nov 24, 2014 at 6:09 PM, Jim Fehlig wrote: > Hi Marco, > > Sorry for the delay. I'm not ignoring your mails, just too busy with > travel, recuperating from sickness, etc. to investigate and respond... > No problem. I'm always in hurry as well. Thank you for the time you spend in

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-18 Thread Marco Guazzone
On Mon, Nov 17, 2014 at 10:20 AM, Marco Guazzone wrote: > [big cut] > Hi, > > Any news? > > In the meanwhile, from the qemu command above, I've noted that it > tries to boot from HD. > In fact, the conversion from Xen config file to XML missed to add a > element for cdrom (instead, it wrongly a

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-17 Thread Marco Guazzone
On Thu, Nov 13, 2014 at 9:49 AM, Marco Guazzone wrote: > On Thu, Nov 13, 2014 at 1:08 AM, Jim Fehlig wrote: >> >> Can you provide >> > > Sure! > >> 1. the config you use with xl > > name = "testvm" > uuid = "93f08541-bfd5-4ac4-851d-c619a4516a13" > kernel = "/usr/lib/xen/boot/hvmloader" > builder

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-13 Thread Marco Guazzone
On Thu, Nov 13, 2014 at 1:08 AM, Jim Fehlig wrote: > > Can you provide > Sure! > 1. the config you use with xl name = "testvm" uuid = "93f08541-bfd5-4ac4-851d-c619a4516a13" kernel = "/usr/lib/xen/boot/hvmloader" builder = "hvm" maxmem = 3072 memory = 2048 vcpus = 1 on_crash = "restart" disk = [

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-12 Thread Marco Guazzone
On Wed, Nov 12, 2014 at 4:28 PM, Jim Fehlig wrote: > > This says the device model (which appears to be qemu-dm in your case) > failed to run. /var/log/xen/qemu-dm-.log should have some info > telling why qemu failed. > It says: domid: 2 Boot device 'c' was given twice Looking at the XML, I see

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-12 Thread Marco Guazzone
On Wed, Nov 12, 2014 at 6:56 AM, Jim Fehlig wrote: > Konrad Rzeszutek Wilk wrote: >> On Tue, Nov 11, 2014 at 10:01:09PM +0100, Marco Guazzone wrote: >> >>> On Tue, Nov 11, 2014 at 5:43 PM, Konrad Rzeszutek Wilk >>> wrote: >>> > Renamed the bridge to 'xenbr0': > > xenbr0: flags=4163 m

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-11 Thread Konrad Rzeszutek Wilk
On Tue, Nov 11, 2014 at 10:01:09PM +0100, Marco Guazzone wrote: > On Tue, Nov 11, 2014 at 5:43 PM, Konrad Rzeszutek Wilk > wrote: > >> > >> Renamed the bridge to 'xenbr0': > >> > >> xenbr0: flags=4163 mtu 1500 > >> inet 10.10.15.10 netmask 255.255.255.0 broadcast 10.10.15.255 > >>

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-11 Thread Marco Guazzone
On Tue, Nov 11, 2014 at 5:43 PM, Konrad Rzeszutek Wilk wrote: >> >> Renamed the bridge to 'xenbr0': >> >> xenbr0: flags=4163 mtu 1500 >> inet 10.10.15.10 netmask 255.255.255.0 broadcast 10.10.15.255 >> inet6 fe80::219:99ff:feef:62ab prefixlen 64 scopeid 0x20 >> ether 0

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-11 Thread Konrad Rzeszutek Wilk
On Tue, Nov 11, 2014 at 05:21:30PM +0100, Marco Guazzone wrote: > On Tue, Nov 11, 2014 at 4:53 PM, Konrad Rzeszutek Wilk > wrote: > > Hi Konrad, > > >> 1. Disable SElinux > >> $ vi /etc/selinux/config > >> SELINUXTYPE=disabled > > > > Uh, not sure why you need that? > > Just to avoid any

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-11 Thread Marco Guazzone
On Tue, Nov 11, 2014 at 4:53 PM, Konrad Rzeszutek Wilk wrote: Hi Konrad, >> 1. Disable SElinux >> $ vi /etc/selinux/config >> SELINUXTYPE=disabled > > Uh, not sure why you need that? Just to avoid any possible interference... And, because I've found it at the Xen wiki http://wiki.xen.org

Re: [Fedora-xen] [f20] Problem with libvirt + Xen XL toolstack

2014-11-11 Thread Konrad Rzeszutek Wilk
On Tue, Nov 11, 2014 at 03:50:19PM +0100, Marco Guazzone wrote: > Hello, > > Since when libvirt has introduced support for the Xen XL toolstack, I > was unable to make it work together. > With Fedora 20 x86_64, still I have problems and the only way to use > libvirt+Xen is to use the old xend tool