Hi, What is currently the latest, working, old-style xen kernel available? I''m using custom-compiled, minimal, vanilla 2.6.30.5 kernel on one of my domUs, which works great, but I kinda miss memory and cpu hotplug feature. So I was hoping to get a working -xen kernel. The problem is : - http://code.google.com/p/gentoo-xen-kernel/downloads/list says 2.6.30 patches are buggy - http://x17.eu/xen/linux-2.6.29.6-xen.aka.suse-xenified-2.6.29-62.1-rebased.patches.by.andrew.lyon.tar.gz with similar config as the 2.6.30 refused to boot on my AMD box - Debian''s 2.6.26-2-xen-amd64 would complain "BUG: soft lockup - CPU#0 stuck for 61s! [swapper:0]" every now and then What are you guys using? Is http://x17.eu/xen/linux-2.6.31_pvops-xen-rebase.master.tree-2009-08-20.tar.bz2 good enough? -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2.6.31-rc6(5,4,3,..) via Jeremy Fitzhardinge Git Repo seems to be good on 64-bit F11 & Ubuntu 9.04 under 3.4.1 Hypervisor. Boris. --- On Thu, 8/20/09, Fajar A. Nugraha <fajar@fajar.net> wrote: From: Fajar A. Nugraha <fajar@fajar.net> Subject: [Xen-users] Latest working -xen kernel? To: "Xen User-List" <xen-users@lists.xensource.com> Date: Thursday, August 20, 2009, 6:01 AM Hi, What is currently the latest, working, old-style xen kernel available? I''m using custom-compiled, minimal, vanilla 2.6.30.5 kernel on one of my domUs, which works great, but I kinda miss memory and cpu hotplug feature. So I was hoping to get a working -xen kernel. The problem is : - http://code.google.com/p/gentoo-xen-kernel/downloads/list says 2.6.30 patches are buggy - http://x17.eu/xen/linux-2.6.29.6-xen.aka.suse-xenified-2.6.29-62.1-rebased.patches.by.andrew.lyon.tar.gz with similar config as the 2.6.30 refused to boot on my AMD box - Debian''s 2.6.26-2-xen-amd64 would complain "BUG: soft lockup - CPU#0 stuck for 61s! [swapper:0]" every now and then What are you guys using? Is http://x17.eu/xen/linux-2.6.31_pvops-xen-rebase.master.tree-2009-08-20.tar.bz2 good enough? -- Fajar _______________________________________________ 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
Does this kernel have xen paravirt guest support? Regards, Fasiha Ashraf --- On Thu, 20/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] Latest working -xen kernel? To: "Xen User-List" <xen-users@lists.xensource.com>, "Fajar A. Nugraha" <fajar@fajar.net> Date: Thursday, 20 August, 2009, 3:31 PM 2.6.31-rc6(5,4,3,..) via Jeremy Fitzhardinge Git Repo seems to be good on 64-bit F11 & Ubuntu 9.04 under 3.4.1 Hypervisor. Boris. --- On Thu, 8/20/09, Fajar A. Nugraha <fajar@fajar.net> wrote: From: Fajar A. Nugraha <fajar@fajar.net> Subject: [Xen-users] Latest working -xen kernel? To: "Xen User-List" <xen-users@lists.xensource.com> Date: Thursday, August 20, 2009, 6:01 AM Hi, What is currently the latest, working, old-style xen kernel available? I''m using custom-compiled, minimal, vanilla 2.6.30.5 kernel on one of my domUs, which works great, but I kinda miss memory and cpu hotplug feature. So I was hoping to get a working -xen kernel. The problem is : - http://code.google.com/p/gentoo-xen-kernel/downloads/list says 2.6.30 patches are buggy - http://x17.eu/xen/linux-2.6.29.6-xen.aka.suse-xenified-2.6.29-62.1-rebased.patches.by.andrew.lyon.tar.gz with similar config as the 2.6.30 refused to boot on my AMD box - Debian''s 2.6.26-2-xen-amd64 would complain "BUG: soft lockup - CPU#0 stuck for 61s! [swapper:0]" every now and then What are you guys using? Is http://x17.eu/xen/linux-2.6.31_pvops-xen-rebase.master.tree-2009-08-20.tar.bz2 good enough? -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Love Cricket? Check out live scores, photos, video highlights and more. Click here http://cricket.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets schrieb: Hi,> 2.6.31-rc6(5,4,3,..) via Jeremy Fitzhardinge Git Repo seems to be good > on 64-bit F11 & Ubuntu 9.04 under 3.4.1 Hypervisor. >how can i get this Repo? With all Trees i''ve test i get: LD .tmp_vmlinux1 ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE Regards, Ssetfan Kuhne _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Way to checkout :- # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # git checkout origin/rebase/master -b rebase/master .config (for the most recent 2.6.31-rc6) working on Intel Core2Duo & Core2Quad boxes attached. Boris --- On Thu, 8/20/09, Stefan Kuhne <stefan.kuhne@gmx.net> wrote: From: Stefan Kuhne <stefan.kuhne@gmx.net> Subject: Re: [Xen-users] Latest working -xen kernel? To: xen-users@lists.xensource.com Date: Thursday, August 20, 2009, 7:51 AM Boris Derzhavets schrieb: Hi,> 2.6.31-rc6(5,4,3,..) via Jeremy Fitzhardinge Git Repo seems to be good > on 64-bit F11 & Ubuntu 9.04 under 3.4.1 Hypervisor. >how can i get this Repo? With all Trees i''ve test i get: LD .tmp_vmlinux1 ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE Regards, Ssetfan Kuhne -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Aug 20, 2009 at 05:01:52PM +0700, Fajar A. Nugraha wrote:> Hi, > > What is currently the latest, working, old-style xen kernel available? > I''m using custom-compiled, minimal, vanilla 2.6.30.5 kernel on one of > my domUs, which works great, but I kinda miss memory and cpu hotplug > feature. So I was hoping to get a working -xen kernel. The problem is: >You could always use linux-2.6.18-xen, that''s still the official tested/supported kernel for Xen 3.4.x. This will be the best working kernel. http://xenbits.xen.org/linux-2.6.18-xen.hg Or then some of the ''xenified'' forward-ports you just listed.. -- Pasi> - http://code.google.com/p/gentoo-xen-kernel/downloads/list says > 2.6.30 patches are buggy > - http://x17.eu/xen/linux-2.6.29.6-xen.aka.suse-xenified-2.6.29-62.1-rebased.patches.by.andrew.lyon.tar.gz > with similar config as the 2.6.30 refused to boot on my AMD box > - Debian''s 2.6.26-2-xen-amd64 would complain "BUG: soft lockup - CPU#0 > stuck for 61s! [swapper:0]" every now and then > > What are you guys using? Is > http://x17.eu/xen/linux-2.6.31_pvops-xen-rebase.master.tree-2009-08-20.tar.bz2 > good enough? > > -- > Fajar > > _______________________________________________ > 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
On Thu, Aug 20, 2009 at 9:20 PM, Pasi Kärkkäinen<pasik@iki.fi> wrote:> On Thu, Aug 20, 2009 at 05:01:52PM +0700, Fajar A. Nugraha wrote:>> What is currently the latest, working, old-style xen kernel available?> > You could always use linux-2.6.18-xenI normally use RHEL5''s 2.6.18 kernel-xen. The thing is I need fuse on this domU, and some feature required for full fuse functionality is not available on 2.6.18. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Aug 20, 2009 at 09:51:31PM +0700, Fajar A. Nugraha wrote:> On Thu, Aug 20, 2009 at 9:20 PM, Pasi Kärkkäinen<pasik@iki.fi> wrote: > > On Thu, Aug 20, 2009 at 05:01:52PM +0700, Fajar A. Nugraha wrote: > > >> What is currently the latest, working, old-style xen kernel available? > > > > > You could always use linux-2.6.18-xen > > I normally use RHEL5''s 2.6.18 kernel-xen. The thing is I need fuse on > this domU, and some feature required for full fuse functionality is > not available on 2.6.18. >I think fuse support was added to RHEL5.4 kernel. So get it from RHEL5.4 beta or from: http://people.redhat.com/dzickus/el5/ -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Aug 20, 2009 at 5:31 PM, Boris Derzhavets<bderzhavets@yahoo.com> wrote:> 2.6.31-rc6(5,4,3,..) via Jeremy Fitzhardinge Git Repo seems to be good > on 64-bit F11 & Ubuntu 9.04 under 3.4.1 Hypervisor.Does it suppose to support cpu and memory hotplug? I usually use something like this on PV domU config #=== memory = "500" maxmem = "8000" vcpus=8 vcpu_avail=1 cpus="1-7" #=== this works on forward-ported (old-style) -xen kernels. It doesn''t work on Jeremy''s git repo, which behaves like vanilla kernel (it can''t grow bigger than what it was at startup). Is there a config option I should change? -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Aug 20, 2009 at 10:22 PM, Pasi Kärkkäinen<pasik@iki.fi> wrote:>> I normally use RHEL5''s 2.6.18 kernel-xen. The thing is I need fuse on >> this domU, and some feature required for full fuse functionality is >> not available on 2.6.18. >> > > I think fuse support was added to RHEL5.4 kernel.Do you know if they also backport shared writable mmap for fuse? I''m currently using dkms-fuse on RHEL5.3, and that feature lack has prevented me from using things like zimbra (the ldap part) or apt-get (for building chroot environment) on zfs-fuse. It works fine with newer kernels. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
This can be get git checkout -b new v2.6.31-rc6 also you can check available options via git tag -l you can forcefully reset your version using the command mentioned below git reset --hard v2.6.31-rc6 Regards, Fasiha Ashraf --- On Thu, 20/8/09, Stefan Kuhne <stefan.kuhne@gmx.net> wrote: From: Stefan Kuhne <stefan.kuhne@gmx.net> Subject: Re: [Xen-users] Latest working -xen kernel? To: xen-users@lists.xensource.com Date: Thursday, 20 August, 2009, 4:51 PM Boris Derzhavets schrieb: Hi,> 2.6.31-rc6(5,4,3,..) via Jeremy Fitzhardinge Git Repo seems to be good > on 64-bit F11 & Ubuntu 9.04 under 3.4.1 Hypervisor. >how can i get this Repo? With all Trees i''ve test i get: LD .tmp_vmlinux1 ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE Regards, Ssetfan Kuhne -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Love Cricket? Check out live scores, photos, video highlights and more. Click here http://cricket.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
vm02:~# git checkout -b new v2.6.31-rc6 fatal: Not a git repository vm02:~# git tag -l fatal: Not a git repository vm02:~# git reset --hard v2.6.31-rc6 fatal: Not a git repository is what i get. ----- Original Message ----- From: Fasiha Ashraf To: xen-users@lists.xensource.com Sent: Friday, August 21, 2009 10:28 AM Subject: Re: [Xen-users] Latest working -xen kernel? This can be get git checkout -b new v2.6.31-rc6 also you can check available options via git tag -l you can forcefully reset your version using the command mentioned below git reset --hard v2.6.31-rc6 Regards, Fasiha Ashraf --- On Thu, 20/8/09, Stefan Kuhne <stefan.kuhne@gmx.net> wrote: From: Stefan Kuhne <stefan.kuhne@gmx.net> Subject: Re: [Xen-users] Latest working -xen kernel? To: xen-users@lists.xensource.com Date: Thursday, 20 August, 2009, 4:51 PM Boris Derzhavets schrieb: Hi, > 2.6.31-rc6(5,4,3,..) via Jeremy Fitzhardinge Git Repo seems to be good > on 64-bit F11 & Ubuntu 9.04 under 3.4.1 Hypervisor. > how can i get this Repo? With all Trees i''ve test i get: LD .tmp_vmlinux1 ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE ld: kernel image bigger than KERNEL_IMAGE_SIZE Regards, Ssetfan Kuhne -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists..xensource.com/xen-users ------------------------------------------------------------------------------ See the Web''s breaking stories, chosen by people like you. Check out Yahoo! Buzz. ------------------------------------------------------------------------------ _______________________________________________ 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
Hi, I have noticed that you have build xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11. Please help in creating VMs it this case. my virt-manager and virt-install are not working. and I am following this link to create xen DomUs http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/#comment-618 this error while running #vncviewer localhost:0 Copyright (C) 2002-2005 RealVNC Ltd. Copyright (C) 2000-2006 TightVNC Group Copyright (C) 2004-2009 Peter Astrand for Cendio AB See http://www.tigervnc.org for information on TigerVNC. vncviewer: unable to open display “” Also i have some confusion about disk specs what i use are: disk = [ ''phy:/dev/loop0,xvda,w'' ] Cause i am not using lvm. Here is my [root@Server1-FC11 xendoms]# fdisk -l Disk /dev/sda: 438.4 GB, 438489317376 bytes 255 heads, 63 sectors/track, 53309 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0×00000080 Device Boot Start End Blocks Id System /dev/sda1 1 13 104391 83 Linux /dev/sda2 14 2180 17406427+ 82 Linux swap / Solaris /dev/sda3 2181 42776 326087370 83 Linux /dev/sda4 42777 53309 84606322+ 5 Extended /dev/sda5 * 42777 53309 84606291 83 Linux my disk specs are right or not? Any suggestions?? Regards Fasiha Ashraf Now, send attachments up to 25MB with Yahoo! India Mail. Learn how. http://in.overview.mail.yahoo.com/photos _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Oct 16, 2009 at 11:54 AM, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:> > Hi, > I have noticed that you have build xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11. Please help in creating VMs it this case. my virt-manager and virt-install are not working. and I am following this link to create xen DomUs http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/#comment-618Did you also read his update on that post, linking to http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ ?> > this error while running #vncviewer localhost:0 > > Copyright (C) 2002-2005 RealVNC Ltd. > Copyright (C) 2000-2006 TightVNC Group > Copyright (C) 2004-2009 Peter Astrand for Cendio AB > See http://www.tigervnc.org for information on TigerVNC. > vncviewer: unable to open display “”I''d start with running "xm list" and see if your domU is actually running or not. After that, do something like netstat -anp | egrep "(:59)(.+)(LISTEN)" to see if there''s any process listening on port 5900+. If a domU was started and it has a vnc GUI, there should be some qemu-dm process shown there.> > Also i have some confusion about disk specs what i use are: > disk = [ ''phy:/dev/loop0,xvda,w'' ] > Cause i am not using lvm. Here is myWhere does loop0 come from? If you''re using disk/partition as domU storage you can simply specify the block device (e.g. /dev/sdb, /dev/sda4, etc.). If you''re using file you can directly use tap:aio.> > my disk specs are right or not? Any suggestions??I''m guessing you specified the wrong disk and domU didn''t start at all. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Oct 16, 2009 at 11:54 AM, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:> > Hi, >I have noticed that you have build xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11. Please help in creating VMs it this case. my virt-manager and virt-install are not working. and I am following this link to create xen DomUs http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/#comment-618 Did you also read his update on that post, linking to http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ ? Yes I did, but i have a question about it as well, Since i have compiled xen with this kernel version, Do i need to install it from rpm as well? or just i should skip that step and start installing libvirt?Also tell me should it be done from my dom0 or from the base kernel(nonexen)?> > this error while running #vncviewer localhost:0 > > Copyright (C) 2002-2005 RealVNC Ltd. > Copyright (C) 2000-2006 TightVNC Group > Copyright (C) 2004-2009 Peter Astrand for Cendio AB > See http://www.tigervnc.org for information on TigerVNC. > vncviewer: unable to open display “”I''d start with running "xm list" and see if your domU is actually running or not. After that, do something like I am getting dom0 with running status [root@Server1-FC11 xendoms]# xm list Name ID Mem VCPUs State Time(s) Domain-0 0 7077 8 r----- 64.9 F11-G1S1 1 500 1 -b---- 1.1 F11-G2S1 2 500 1 -b---- 1.1 netstat -anp | egrep "(:59)(.+)(LISTEN)" [root@Server1-FC11 xendoms]# netstat -anp | egrep "(:59)(.+)(LISTEN)" tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 2490/qemu-dm tcp 0 0 127.0.0.1:5901 0.0.0.0:* LISTEN 2623/qemu-dm to see if there''s any process listening on port 5900+. If a domU was started and it has a vnc GUI, there should be some qemu-dm process shown there.> > Also i have some confusion about disk specs what i use are: > disk = [ ''phy:/dev/loop0,xvda,w'' ] > Cause i am not using lvm. Here is myWhere does loop0 come from? If you''re using disk/partition as domU storage you can simply specify the block device (e.g. /dev/sdb, /dev/sda4, etc.). If you''re using file you can directly use tap:aio. [root@Server1-FC11 xendoms]# fdisk -l Disk /dev/sda: 438.4 GB, 438489317376 bytes 255 heads, 63 sectors/track, 53309 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000080 Device Boot Start End Blocks Id System /dev/sda1 1 13 104391 83 Linux /dev/sda2 14 2180 17406427+ 82 Linux swap / Solaris /dev/sda3 2181 42776 326087370 83 Linux /dev/sda4 42777 53309 84606322+ 5 Extended /dev/sda5 * 42777 53309 84606291 83 Linux> > my disk specs are right or not? Any suggestions??I''m guessing you specified the wrong disk and domU didn''t start at all. I am not using LVM partitions. when i specified one dom disk as /dev/sda i have nothing for next dom. In such situation is it good to use file? like u suggest. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Connect more, do more and share more with Yahoo! India Mail. Learn more. http://in.overview.mail.yahoo.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Oct 16, 2009 at 2:33 PM, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:> Did you also read his update on that post, linking to > http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ > ? > Yes I did, but i have a question about it as well, Since i have compiled xen with this kernel version, Do i need to install it from rpm as well? or just i should skip that step and start installing libvirt?Also tell me should it be done from my dom0 or from the base kernel(nonexen)?Boris can probably answer this better, but in general what Xen version you use can be separated from what kernel you use. So if you have Xen 3.4.1, you can go ahead with libvirt 0.7.0.6 regardess of which kernel you use.> > > > > this error while running #vncviewer localhost:0 > > > > Copyright (C) 2002-2005 RealVNC Ltd. > > Copyright (C) 2000-2006 TightVNC Group > > Copyright (C) 2004-2009 Peter Astrand for Cendio AB > > See http://www.tigervnc.org for information on TigerVNC. > > vncviewer: unable to open display “”>From the look of this you''re starting vncviewer process on theserver(?) but it does not have correct DISPLAY environment set. Try "echo $DISPLAY". It should have something like ":0.0". If not, and you''re using ssh to access the server, you need X forwarding. If it''s on your local notebook/PC, then probably you start terminal as normal user then run "su -". If that''s the case, you can run "su -p -" instead of just "su -". It will preserve necessary environment variables (including DISPLAY. At least this works on Ubuntu). Another option is to simply run vncviewer as normal user (you don''t need root for that).> netstat -anp | egrep "(:59)(.+)(LISTEN)" > [root@Server1-FC11 xendoms]# netstat -anp | egrep "(:59)(.+)(LISTEN)" > tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 2490/qemu-dm > tcp 0 0 127.0.0.1:5901 0.0.0.0:* LISTEN 2623/qemu-dmThis shows there are two domUs with vnc listening on 5900 and 5901.> I am not using LVM partitions. when i specified one dom disk as /dev/sda i have nothing for next dom. In such situation is it good to use file? like u suggest.You can use LVM or file, your choice. If you use file-based image, it''s best to use tap:aio:/ instead of file:/ or manually using losetup. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Also i have some confusion about disk specs what i use are:> disk = [ ''phy:/dev/loop0,xvda,w'' ] > Cause i am not using lvm. Here is myWhere does loop0 come from? If you''re using disk/partition as domU storage you can simply specify the block device (e.g. /dev/sdb, /dev/sda4, etc.). If you''re using file you can directly use tap:aio.> > my disk specs are right or not? Any suggestions??I''m guessing you specified the wrong disk and domU didn''t start at all. On using this in domU config file disk = [ ''tap:aio,xvda,w'' ] [root@Server1-FC11 xendoms]# xm create dom1 Using config file "./dom1". Error: Device 51712 (tap) could not be connected. aio does not exist Should i create LVM or i can manage it some other way? Regards, Fasiha Ashraf Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Oct 16, 2009 at 4:41 PM, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:> On using this in domU config file disk = [ ''tap:aio,xvda,w'' ] > [root@Server1-FC11 xendoms]# xm create dom1 > Using config file "./dom1". > Error: Device 51712 (tap) could not be connected. aio does not exist > Should i create LVM or i can manage it some other way? > Regards, > Fasiha AshrafHow did you setup loop0? I assume it''s with "losetup -f /some/path/to/file.img"? If yes, then the line needs to be disk = [ ''tap:aio:/some/path/to/file.imh'',xvda,w'' ] -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Did you also read his update on that post, linking to http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ ?> YesI did, but i have a question about it as well, Since i have compiled xen with this kernel >version, Do i need to install it from rpm as well? YES # cd xen-3.4.1 # make uninstall # rpm -iv xen-3.4.1-4.src.rpm # cd rpmbuild/SPEC # rpmbuild -ba ./xen.spec . . . . . . . .> or just i should skip that step and start installing libvirt?NO When xen 3.4.1 and tools are installed via generated rpms proceed with libvirt install as suggested.> Also tellme should it be done from my dom0 or from the base kernel(nonexen)?>From base kernel environment.Then install pvops ( or xenified kernel) , create grub entry and reboot. Currently , 2.6.31.4 (pvops) is running in Dom0 on top of F11 in my environment. Random xend crashes take place, service xend start to recover. Boris. --- On Fri, 10/16/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] working with latest -xen kernel? To: "Fajar A. Nugraha" <fajar@fajar.net> Cc: xen-users@lists.xensource.com Date: Friday, October 16, 2009, 3:33 AM On Fri, Oct 16, 2009 at 11:54 AM, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:> > Hi, >I have noticed that you have build xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11. Please help in creating VMs it this case. my virt-manager and virt-install are not working. and I am following this link to create xen DomUs http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/#comment-618 Did you also read his update on that post, linking to http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ ? Yes I did, but i have a question about it as well, Since i have compiled xen with this kernel version, Do i need to install it from rpm as well? or just i should skip that step and start installing libvirt?Also tell me should it be done from my dom0 or from the base kernel(nonexen)?> > this error while running #vncviewer localhost:0 > > Copyright (C) 2002-2005 RealVNC Ltd. > Copyright (C) 2000-2006 TightVNC Group > Copyright (C) 2004-2009 Peter Astrand for Cendio AB > See http://www.tigervnc.org for information on TigerVNC. > vncviewer: unable to open display “”I''d start with running "xm list" and see if your domU is actually running or not. After that, do something like I am getting dom0 with running status [root@Server1-FC11 xendoms]# xm list Name ID Mem VCPUs State Time(s) Domain-0 0 7077 8 r----- 64.9 F11-G1S1 1 500 1 -b---- 1.1 F11-G2S1 2 500 1 -b---- 1.1 netstat -anp | egrep "(:59)(.+)(LISTEN)" [root@Server1-FC11 xendoms]# netstat -anp | egrep "(:59)(.+)(LISTEN)" tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 2490/qemu-dm tcp 0 0 127.0.0.1:5901 0.0.0.0:* LISTEN 2623/qemu-dm to see if there''s any process listening on port 5900+. If a domU was started and it has a vnc GUI, there should be some qemu-dm process shown there.> > Also i have some confusion about disk specs what i use are: > disk = [ ''phy:/dev/loop0,xvda,w'' ] > Cause i am not using lvm. Here is myWhere does loop0 come from? If you''re using disk/partition as domU storage you can simply specify the block device (e.g. /dev/sdb, /dev/sda4, etc.). If you''re using file you can directly use tap:aio. [root@Server1-FC11 xendoms]# fdisk -l Disk /dev/sda: 438.4 GB, 438489317376 bytes 255 heads, 63 sectors/track, 53309 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000080 Device Boot Start End Blocks Id System /dev/sda1 1 13 104391 83 Linux /dev/sda2 14 2180 17406427+ 82 Linux swap / Solaris /dev/sda3 2181 42776 326087370 83 Linux /dev/sda4 42777 53309 84606322+ 5 Extended /dev/sda5 * 42777 53309 84606291 83 Linux> > my disk specs are right or not? Any suggestions??I''m guessing you specified the wrong disk and domU didn''t start at all. I am not using LVM partitions. when i specified one dom disk as /dev/sda i have nothing for next dom. In such situation is it good to use file? like u suggest. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Yahoo! India has a new look. Take a sneak peek. -----Inline Attachment Follows----- _______________________________________________ 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
Hi, Boris! i have installed and run virt-manager successfully. After i boot into my xen paravirt kernel I got, [root@Server1-FC11 init.d]# xm info host : Server1-FC11 release : 2.6.30-rc6-tip version : #1 SMP Thu Oct 22 12:48:59 PKST 2009 machine : x86_64 nr_cpus : 8 nr_nodes : 1 cores_per_socket : 4 threads_per_core : 1 cpu_mhz : 1995 hw_caps : bfebfbff:20100800:00000000:00000140:000ce33d:00000000:00000001:00000000 virt_caps : hvm total_memory : 8186 free_memory : 131 node_to_cpu : node0:0-7 node_to_memory : node0:131 xen_major : 3 xen_minor : 4 xen_extra : .1 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : unavailable cc_compiler : gcc version 4.4.1 20090725 (Red Hat 4.4.1-2) (GCC) cc_compile_by : root cc_compile_domain : (none) cc_compile_date : Wed Oct 21 16:54:50 PKST 2009 xend_config_format : 4 [root@Server1-FC11 init.d]# xm list Name ID Mem VCPUs State Time(s) Domain-0 0 7948 8 r----- 11313.5 [root@Server1-FC11 init.d]# ifconfig eth0 Link encap:Ethernet HWaddr 00:1E:4F:3A:72:B1 inet addr:10.11.21.31 Bcast:10.11.21.255 Mask:255.255.254.0 inet6 addr: fe80::21e:4fff:fe3a:72b1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:772889 errors:0 dropped:0 overruns:0 frame:0 TX packets:384416 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1109703046 (1.0 GiB) TX bytes:38290313 (36.5 MiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:54105050 errors:0 dropped:0 overruns:0 frame:0 TX packets:54105050 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:651622265675 (606.8 GiB) TX bytes:651622265675 (606.8 GiB) peth0 Link encap:Ethernet HWaddr 00:1E:4F:3A:72:B1 inet6 addr: fe80::21e:4fff:fe3a:72b1/64 Scope:Link UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 RX packets:773940 errors:0 dropped:0 overruns:0 frame:0 TX packets:387413 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1123688923 (1.0 GiB) TX bytes:40033135 (38.1 MiB) Interrupt:16 Memory:d6000000-d6012700 virbr0 Link encap:Ethernet HWaddr FE:92:5A:81:A9:CD inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:11 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:3463 (3.3 KiB) [root@Server1-FC11 init.d]# brctl show bridge name bridge id STP enabled interfaces eth0 8000.001e4f3a72b1 yes peth0 pan0 8000.000000000000 no Now I want to install paravirt xen guests. PFA, different screen shots of virt-manager while creating a VM. But the paravirt option is disabled and i am unable to select it. Why is that so? Regards, Fasiha Ashraf --- On Fri, 16/10/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] working with latest -xen kernel? To: "Fajar A. Nugraha" <fajar@fajar.net>, "Fasiha Ashraf" <feehapk@yahoo.co.in> Cc: xen-users@lists.xensource.com Date: Friday, 16 October, 2009, 11:24 PM Did you also read his update on that post, linking to http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ ?> YesI did, but i have a question about it as well, Since i have compiled xen with this kernel >version, Do i need to install it from rpm as well? YES # cd xen-3.4.1 # make uninstall # rpm -iv xen-3.4.1-4.src.rpm # cd rpmbuild/SPEC # rpmbuild -ba ./xen.spec . . . . . . . .> or just i should skip that step and start installing libvirt?NO When xen 3.4.1 and tools are installed via generated rpms proceed with libvirt install as suggested.> Also tellme should it be done from my dom0 or from the base kernel(nonexen)?>From base kernel environment.Then install pvops ( or xenified kernel) , create grub entry and reboot. Currently , 2.6.31.4 (pvops) is running in Dom0 on top of F11 in my environment. Random xend crashes take place, service xend start to recover. Boris. --- On Fri, 10/16/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote: From: Fasiha Ashraf <feehapk@yahoo.co.in> Subject: Re: [Xen-users] working with latest -xen kernel? To: "Fajar A. Nugraha" <fajar@fajar.net> Cc: xen-users@lists.xensource.com Date: Friday, October 16, 2009, 3:33 AM On Fri, Oct 16, 2009 at 11:54 AM, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:> > Hi, >I have noticed that you have build xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11. Please help in creating VMs it this case. my virt-manager and virt-install are not working. and I am following this link to create xen DomUs http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/#comment-618 Did you also read his update on that post, linking to http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ ? Yes I did, but i have a question about it as well, Since i have compiled xen with this kernel version, Do i need to install it from rpm as well? or just i should skip that step and start installing libvirt?Also tell me should it be done from my dom0 or from the base kernel(nonexen)?> > this error while running #vncviewer localhost:0 > > Copyright (C) 2002-2005 RealVNC Ltd. > Copyright (C) 2000-2006 TightVNC Group > Copyright (C) 2004-2009 Peter Astrand for Cendio AB > See http://www.tigervnc.org for information on TigerVNC. > vncviewer: unable to open display “”I''d start with running "xm list" and see if your domU is actually running or not. After that, do something like I am getting dom0 with running status [root@Server1-FC11 xendoms]# xm list Name ID Mem VCPUs State Time(s) Domain-0 0 7077 8 r----- 64.9 F11-G1S1 1 500 1 -b---- 1.1 F11-G2S1 2 500 1 -b---- 1.1 netstat -anp | egrep "(:59)(.+)(LISTEN)" [root@Server1-FC11 xendoms]# netstat -anp | egrep "(:59)(.+)(LISTEN)" tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 2490/qemu-dm tcp 0 0 127.0.0.1:5901 0.0.0.0:* LISTEN 2623/qemu-dm to see if there''s any process listening on port 5900+. If a domU was started and it has a vnc GUI, there should be some qemu-dm process shown there.> > Also i have some confusion about disk specs what i use are: > disk = [ ''phy:/dev/loop0,xvda,w'' ] > Cause i am not using lvm. Here is myWhere does loop0 come from? If you''re using disk/partition as domU storage you can simply specify the block device (e.g. /dev/sdb, /dev/sda4, etc.). If you''re using file you can directly use tap:aio. [root@Server1-FC11 xendoms]# fdisk -l Disk /dev/sda: 438.4 GB, 438489317376 bytes 255 heads, 63 sectors/track, 53309 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000080 Device Boot Start End Blocks Id System /dev/sda1 1 13 104391 83 Linux /dev/sda2 14 2180 17406427+ 82 Linux swap / Solaris /dev/sda3 2181 42776 326087370 83 Linux /dev/sda4 42777 53309 84606322+ 5 Extended /dev/sda5 * 42777 53309 84606291 83 Linux> > my disk specs are right or not? Any suggestions??I''m guessing you specified the wrong disk and domU didn''t start at all. I am not using LVM partitions. when i specified one dom disk as /dev/sda i have nothing for next dom. In such situation is it good to use file? like u suggest. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Yahoo! India has a new look. Take a sneak peek. -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Yahoo! India has a new look. Take a sneak peek http://in.yahoo.com/trynew _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users