Xavier Beaudouin
2010-Feb-24 15:23 UTC
[Xen-users] Debian Lenny / Xen 3.4 backported / qemu-dm problem.
Hello there, I am trying to setup Xen 3.4.2 and debian Lenny (I don''t use yet Testing because the fscking grub2 is a bloody mess and there is not yet any Xen Dom[0U] kernel image. I have backported lots of stuff, but it seems when I use a HVM setup, qemu-dm make me fscking error like this : --//--- domid: 9 qemu: the number of cpus is 1 -append only allowed with -kernel option --//--- The cfg file used to start the VM : ---//--- kernel = ''/usr/lib/xen-3.4/boot/hvmloader'' builder = ''hvm'' shadow_memory = 8 memory = 1024 name = ''Windows7'' vcpus=1 pae=1 acpi=1 apic=1 dhcp=''dhcp'' vif=[''mac=00:16:3E:47:7B:4D,type=ioemu,bridge=eth0''] disk = [ ''file:/vm/domains/domU-2.local.soprive.net/dd01.img,ioemu:hda,w'', #''file:/vm/iso/en_windows_7_ultimate_x64_dvd_x15-65922.iso,ioemu:hdc:cdrom,r'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''destroy'' device_model = ''/usr/lib64/xen-3.4/bin/qemu-dm'' #cdrom = ''/dev/cdrom'' ne2000=0 #boot=''dc'' boot=''c'' #vnc=1 keymap=''fr'' #usb=''1'' #usbdevice=''tablet'' ---//--- xm create /etc/xend/Windows7.cfg says it cannot start the domain, so... This is quite anoying.... Do some people has an idea to make this working. I know, that debian is not the best distribution, but I don''t have yet a better distribution to make me happy... Since I came back from s/Sun/Orcale/ xvm since they are not sure to say if they will continue to support xvm or not.... Thanks, Xavier -- Xavier Beaudouin - xb@soprive.net GPG Fingerprints : A6B2 D563 F93B A3AF C08A CBAC 6BC6 79EB DCC9 9867 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thomas Halinka
2010-Feb-24 15:31 UTC
Re: [Xen-users] Debian Lenny / Xen 3.4 backported / qemu-dm problem.
Hi Xavier, Am Mittwoch, den 24.02.2010, 16:23 +0100 schrieb Xavier Beaudouin:> Hello there, > > I am trying to setup Xen 3.4.2 and debian Lenny (I don''t use yet Testing because the fscking grub2 is a bloody mess and there is not yet any Xen Dom[0U] kernel image.im running a backported XEN 3.4 on Lenny without any issues. How did you backport XEN? If using debian-packages/sources they have a patch which disable qemu-dm because of any License-trouble. Just disable the patch and it should work. hth, thomas> > I have backported lots of stuff, but it seems when I use a HVM setup, qemu-dm make me fscking error like this : > > --//--- > domid: 9 > qemu: the number of cpus is 1 > -append only allowed with -kernel option > --//--- > > The cfg file used to start the VM : > > ---//--- > kernel = ''/usr/lib/xen-3.4/boot/hvmloader'' > builder = ''hvm'' > shadow_memory = 8 > memory = 1024 > name = ''Windows7'' > vcpus=1 > pae=1 > acpi=1 > apic=1 > dhcp=''dhcp'' > vif=[''mac=00:16:3E:47:7B:4D,type=ioemu,bridge=eth0''] > disk = [ > ''file:/vm/domains/domU-2.local.soprive.net/dd01.img,ioemu:hda,w'', > #''file:/vm/iso/en_windows_7_ultimate_x64_dvd_x15-65922.iso,ioemu:hdc:cdrom,r'' > ] > on_poweroff = ''destroy'' > on_reboot = ''restart'' > on_crash = ''destroy'' > device_model = ''/usr/lib64/xen-3.4/bin/qemu-dm'' > #cdrom = ''/dev/cdrom'' > ne2000=0 > #boot=''dc'' > boot=''c'' > #vnc=1 > keymap=''fr'' > #usb=''1'' > #usbdevice=''tablet'' > ---//--- > > xm create /etc/xend/Windows7.cfg says it cannot start the domain, so... This is quite anoying.... > > Do some people has an idea to make this working. > > I know, that debian is not the best distribution, but I don''t have yet a better distribution to make me happy... Since I came back from s/Sun/Orcale/ xvm since they are not sure to say if they will continue to support xvm or not.... > > Thanks, > Xavier > > -- > Xavier Beaudouin - xb@soprive.net > GPG Fingerprints : A6B2 D563 F93B A3AF C08A CBAC 6BC6 79EB DCC9 9867 > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Xavier Beaudouin
2010-Feb-24 15:33 UTC
Re: [Xen-users] Debian Lenny / Xen 3.4 backported / qemu-dm problem.
Hi ! Le 24 févr. 2010 à 16:31, Thomas Halinka a écrit :> Hi Xavier, > > Am Mittwoch, den 24.02.2010, 16:23 +0100 schrieb Xavier Beaudouin: >> Hello there, >> >> I am trying to setup Xen 3.4.2 and debian Lenny (I don''t use yet Testing because the fscking grub2 is a bloody mess and there is not yet any Xen Dom[0U] kernel image. > > > im running a backported XEN 3.4 on Lenny without any issues. How did you > backport XEN?dpkg-source -x and dpkg-buildpackage -us -uc -j3> If using debian-packages/sources they have a patch which disable qemu-dm > because of any License-trouble. > Just disable the patch and it should work.Can you provide me your packages, maybe I did some error somewhere ? /Xavier> hth, > > thomas > >> >> I have backported lots of stuff, but it seems when I use a HVM setup, qemu-dm make me fscking error like this : >> >> --//--- >> domid: 9 >> qemu: the number of cpus is 1 >> -append only allowed with -kernel option >> --//--- >> >> The cfg file used to start the VM : >> >> ---//--- >> kernel = ''/usr/lib/xen-3.4/boot/hvmloader'' >> builder = ''hvm'' >> shadow_memory = 8 >> memory = 1024 >> name = ''Windows7'' >> vcpus=1 >> pae=1 >> acpi=1 >> apic=1 >> dhcp=''dhcp'' >> vif=[''mac=00:16:3E:47:7B:4D,type=ioemu,bridge=eth0''] >> disk = [ >> ''file:/vm/domains/domU-2.local.soprive.net/dd01.img,ioemu:hda,w'', >> #''file:/vm/iso/en_windows_7_ultimate_x64_dvd_x15-65922.iso,ioemu:hdc:cdrom,r'' >> ] >> on_poweroff = ''destroy'' >> on_reboot = ''restart'' >> on_crash = ''destroy'' >> device_model = ''/usr/lib64/xen-3.4/bin/qemu-dm'' >> #cdrom = ''/dev/cdrom'' >> ne2000=0 >> #boot=''dc'' >> boot=''c'' >> #vnc=1 >> keymap=''fr'' >> #usb=''1'' >> #usbdevice=''tablet'' >> ---//--- >> >> xm create /etc/xend/Windows7.cfg says it cannot start the domain, so... This is quite anoying.... >> >> Do some people has an idea to make this working. >> >> I know, that debian is not the best distribution, but I don''t have yet a better distribution to make me happy... Since I came back from s/Sun/Orcale/ xvm since they are not sure to say if they will continue to support xvm or not.... >> >> Thanks, >> Xavier >> >> -- >> Xavier Beaudouin - xb@soprive.net >> GPG Fingerprints : A6B2 D563 F93B A3AF C08A CBAC 6BC6 79EB DCC9 9867 >> >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Xavier Beaudouin - xb@soprive.net GPG Fingerprints : A6B2 D563 F93B A3AF C08A CBAC 6BC6 79EB DCC9 9867 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thomas Halinka
2010-Feb-24 15:41 UTC
Re: [Xen-users] Debian Lenny / Xen 3.4 backported / qemu-dm problem.
Hi Xavier, Am Mittwoch, den 24.02.2010, 16:33 +0100 schrieb Xavier Beaudouin:> Hi ! > Le 24 févr. 2010 à 16:31, Thomas Halinka a écrit : > > > Hi Xavier, > > > > Am Mittwoch, den 24.02.2010, 16:23 +0100 schrieb Xavier Beaudouin: > >> Hello there, > >> > >> I am trying to setup Xen 3.4.2 and debian Lenny (I don''t use yet Testing because the fscking grub2 is a bloody mess and there is not yet any Xen Dom[0U] kernel image. > > > > > > im running a backported XEN 3.4 on Lenny without any issues. How did you > > backport XEN? > > dpkg-source -x > and > dpkg-buildpackage -us -uc -j3so the debian patch preventing qemu-dm to work is still active ;-)> > > If using debian-packages/sources they have a patch which disable qemu-dm > > because of any License-trouble. > > Just disable the patch and it should work. > > Can you provide me your packages, maybe I did some error somewhere ?You did no Error - you just didnt remove the patch... I will upload my Package somewhere and inform you.> > /Xavier > > > hth, > > > > thomas > > > >> > >> I have backported lots of stuff, but it seems when I use a HVM setup, qemu-dm make me fscking error like this : > >> > >> --//--- > >> domid: 9 > >> qemu: the number of cpus is 1 > >> -append only allowed with -kernel option > >> --//--- > >> > >> The cfg file used to start the VM : > >> > >> ---//--- > >> kernel = ''/usr/lib/xen-3.4/boot/hvmloader'' > >> builder = ''hvm'' > >> shadow_memory = 8 > >> memory = 1024 > >> name = ''Windows7'' > >> vcpus=1 > >> pae=1 > >> acpi=1 > >> apic=1 > >> dhcp=''dhcp'' > >> vif=[''mac=00:16:3E:47:7B:4D,type=ioemu,bridge=eth0''] > >> disk = [ > >> ''file:/vm/domains/domU-2.local.soprive.net/dd01.img,ioemu:hda,w'', > >> #''file:/vm/iso/en_windows_7_ultimate_x64_dvd_x15-65922.iso,ioemu:hdc:cdrom,r'' > >> ] > >> on_poweroff = ''destroy'' > >> on_reboot = ''restart'' > >> on_crash = ''destroy'' > >> device_model = ''/usr/lib64/xen-3.4/bin/qemu-dm'' > >> #cdrom = ''/dev/cdrom'' > >> ne2000=0 > >> #boot=''dc'' > >> boot=''c'' > >> #vnc=1 > >> keymap=''fr'' > >> #usb=''1'' > >> #usbdevice=''tablet'' > >> ---//--- > >> > >> xm create /etc/xend/Windows7.cfg says it cannot start the domain, so... This is quite anoying.... > >> > >> Do some people has an idea to make this working. > >> > >> I know, that debian is not the best distribution, but I don''t have yet a better distribution to make me happy... Since I came back from s/Sun/Orcale/ xvm since they are not sure to say if they will continue to support xvm or not.... > >> > >> Thanks, > >> Xavier > >> > >> -- > >> Xavier Beaudouin - xb@soprive.net > >> GPG Fingerprints : A6B2 D563 F93B A3AF C08A CBAC 6BC6 79EB DCC9 9867 > >> > >> > >> _______________________________________________ > >> Xen-users mailing list > >> Xen-users@lists.xensource.com > >> http://lists.xensource.com/xen-users > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > -- > Xavier Beaudouin - xb@soprive.net > GPG Fingerprints : A6B2 D563 F93B A3AF C08A CBAC 6BC6 79EB DCC9 9867 > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pasi Kärkkäinen
2010-Feb-24 20:27 UTC
Re: [Xen-users] Debian Lenny / Xen 3.4 backported / qemu-dm problem.
On Wed, Feb 24, 2010 at 04:31:13PM +0100, Thomas Halinka wrote:> Hi Xavier, > > Am Mittwoch, den 24.02.2010, 16:23 +0100 schrieb Xavier Beaudouin: > > Hello there, > > > > I am trying to setup Xen 3.4.2 and debian Lenny (I don''t use yet Testing because the fscking grub2 is a bloody mess and there is not yet any Xen Dom[0U] kernel image. > > > im running a backported XEN 3.4 on Lenny without any issues. How did you > backport XEN? > > If using debian-packages/sources they have a patch which disable qemu-dm > because of any License-trouble. >There are no license issues, debian disables qemu-dm because the debian xen maintainer doesn''t want to maintain qemu security patches, he believes it''s too big security risk. There''s someone else working on extra .deb adding qemu-dm functionality.. I don''t know the status of that. -- Pasi> Just disable the patch and it should work. > > hth, > > thomas > > > > > I have backported lots of stuff, but it seems when I use a HVM setup, qemu-dm make me fscking error like this : > > > > --//--- > > domid: 9 > > qemu: the number of cpus is 1 > > -append only allowed with -kernel option > > --//--- > > > > The cfg file used to start the VM : > > > > ---//--- > > kernel = ''/usr/lib/xen-3.4/boot/hvmloader'' > > builder = ''hvm'' > > shadow_memory = 8 > > memory = 1024 > > name = ''Windows7'' > > vcpus=1 > > pae=1 > > acpi=1 > > apic=1 > > dhcp=''dhcp'' > > vif=[''mac=00:16:3E:47:7B:4D,type=ioemu,bridge=eth0''] > > disk = [ > > ''file:/vm/domains/domU-2.local.soprive.net/dd01.img,ioemu:hda,w'', > > #''file:/vm/iso/en_windows_7_ultimate_x64_dvd_x15-65922.iso,ioemu:hdc:cdrom,r'' > > ] > > on_poweroff = ''destroy'' > > on_reboot = ''restart'' > > on_crash = ''destroy'' > > device_model = ''/usr/lib64/xen-3.4/bin/qemu-dm'' > > #cdrom = ''/dev/cdrom'' > > ne2000=0 > > #boot=''dc'' > > boot=''c'' > > #vnc=1 > > keymap=''fr'' > > #usb=''1'' > > #usbdevice=''tablet'' > > ---//--- > > > > xm create /etc/xend/Windows7.cfg says it cannot start the domain, so... This is quite anoying.... > > > > Do some people has an idea to make this working. > > > > I know, that debian is not the best distribution, but I don''t have yet a better distribution to make me happy... Since I came back from s/Sun/Orcale/ xvm since they are not sure to say if they will continue to support xvm or not.... > > > > Thanks, > > Xavier > > > > -- > > Xavier Beaudouin - xb@soprive.net > > GPG Fingerprints : A6B2 D563 F93B A3AF C08A CBAC 6BC6 79EB DCC9 9867 > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Xavier Beaudouin
2010-Feb-25 12:46 UTC
Re: [Xen-users] Debian Lenny / Xen 3.4 backported / qemu-dm problem.
Hi Thomas, Le 24 févr. 2010 à 16:41, Thomas Halinka a écrit :> Hi Xavier, > > Am Mittwoch, den 24.02.2010, 16:33 +0100 schrieb Xavier Beaudouin: >> Hi ! >> Le 24 févr. 2010 à 16:31, Thomas Halinka a écrit : >> >>> Hi Xavier, >>> >>> Am Mittwoch, den 24.02.2010, 16:23 +0100 schrieb Xavier Beaudouin: >>>> Hello there, >>>> >>>> I am trying to setup Xen 3.4.2 and debian Lenny (I don''t use yet Testing because the fscking grub2 is a bloody mess and there is not yet any Xen Dom[0U] kernel image. >>> >>> >>> im running a backported XEN 3.4 on Lenny without any issues. How did you >>> backport XEN? >> >> dpkg-source -x >> and >> dpkg-buildpackage -us -uc -j3 > > so the debian patch preventing qemu-dm to work is still active ;-)In fact.... there is no patch at all (looked inside), seems that qemu-dm has gone inside xen-3.4.2.orig.tar.gz...>> >>> If using debian-packages/sources they have a patch which disable qemu-dm >>> because of any License-trouble. >>> Just disable the patch and it should work. >> >> Can you provide me your packages, maybe I did some error somewhere ? > > You did no Error - you just didnt remove the patch... I will upload my > Package somewhere and inform you.I tried to use this package : http://ftparchive.gplhost.com/debian/pool/lenny/main/x/xen-qemu-dm-3.4/ that will be "one day" integrated into debian to fix the fact that qemu-dm is now unpackaged on debian, but....... this miserably fails :( I am still interressed by your packages... (or someone else that have something that work). Thanks, /Xavier -- Xavier Beaudouin - xb@soprive.net GPG Fingerprints : A6B2 D563 F93B A3AF C08A CBAC 6BC6 79EB DCC9 9867 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users