Hi All, Due to the requirement of my use case scenario for patch monitoring system such as Pakiti (http://pakiti.sourceforge.net/); I was trying a Xenified kernel based on debian with domUs and dom0 working fine. Unfortunately Pakiti currently only supports Redhat based kernels such as Fedora etc. Is there any way if I switch to Fedora 11, and is there any support for Xen dom0? I came accross this link (http://wiki.xensource.com/xenwiki/XenDom0Kernels), which probably doesn''t support FC11 but only FC8. Any ideas on the above dependency of Xen-dom0-Linux ? Cheers, -Jan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2010-Mar-13 15:22 UTC
Re: [Xen-users] Xen dom0 support for Fedora Core 11!
View for instance :- http://www.linuxtoday.com/high_performance/2009082600435OSRH Post is pretty old, but upgrading steps are obvious Boris --- On Sat, 3/13/10, Jan Muhammad <janmuhd@yahoo.com> wrote: From: Jan Muhammad <janmuhd@yahoo.com> Subject: [Xen-users] Xen dom0 support for Fedora Core 11! To: xen-users@lists.xensource.com Date: Saturday, March 13, 2010, 9:12 AM Hi All, Due to the requirement of my use case scenario for patch monitoring system such as Pakiti (http://pakiti.sourceforge.net/); I was trying a Xenified kernel based on debian with domUs and dom0 working fine. Unfortunately Pakiti currently only supports Redhat based kernels such as Fedora etc. Is there any way if I switch to Fedora 11, and is there any support for Xen dom0? I came accross this link (http://wiki.xensource.com/xenwiki/XenDom0Kernels), which probably doesn''t support FC11 but only FC8. Any ideas on the above dependency of Xen-dom0-Linux ? Cheers, -Jan -----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 all, I''m following this link ( 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/) to install Xen 3.4 on Fedora Core with 64 bit processor. While at make tools command it seems that Qemu installs successfully, but I can following error messages of "missing openssl" or "python-dev" Any ideas what dependency causes this error? I also tried to configure Xen from this link, but no luck from this too... http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ Thanks in advance for help! -Jan ================================================= The error log from compiling the libSDL test is: /tmp/qemu-conf-3098-29270-608.c:1:17: error: SDL.h: No such file or directory /tmp/qemu-conf-3098-29270-608.c: In function ‘main’: /tmp/qemu-conf-3098-29270-608.c:3: error: ‘SDL_INIT_VIDEO’ undeclared (first use in this function) /tmp/qemu-conf-3098-29270-608.c:3: error: (Each undeclared identifier is reported only once /tmp/qemu-conf-3098-29270-608.c:3: error: for each function it appears in.) qemu successfuly configured for Xen qemu-dm build make[1]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'' make -C tools install make[1]: Entering directory `/usr/src/xen-3.4-testing.hg/tools'' make[2]: Entering directory `/usr/src/xen-3.4-testing.hg/tools'' make -C check install make[3]: Entering directory `/usr/src/xen-3.4-testing.hg/tools/check'' LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build Xen CHECK-BUILD Sun Mar 14 19:51:48 GMT 2010 Checking check_crypto_lib: OK Checking check_curl: unused, OK Checking check_openssl_devel: *** check_openssl_devel FAILED: missing openssl headers Checking check_python: OK Checking check_python_devel: *** check_python_devel FAILED: can''t find python devel files Checking check_x11_devel: *** check_x11_devel FAILED: can''t find X11 headers OK Checking check_xgettext: OK Checking check_xml2: unused, OK Checking check_zlib_devel: *** check_zlib_devel FAILED: can''t find zlib headers Checking check_zlib_lib: OK make[3]: *** [check-build] Error 1 make[3]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools/check'' make[2]: *** [subdir-install-check] Error 2 make[2]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'' make: *** [install-tools] Error 2 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2010-Mar-14 21:29 UTC
Re: [Xen-users] Xen install make errors on Fedora Core 11!
yum install openssl python-dev or something like this. You are missing packages to build tools on F11 Boris. --- On Sun, 3/14/10, Jan Muhammad <janmuhd@yahoo.com> wrote: From: Jan Muhammad <janmuhd@yahoo.com> Subject: [Xen-users] Xen install make errors on Fedora Core 11! To: xen-users@lists.xensource.com Date: Sunday, March 14, 2010, 4:00 PM Hi all, I''m following this link ( 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/) to install Xen 3.4 on Fedora Core with 64 bit processor. While at make tools command it seems that Qemu installs successfully, but I can following error messages of "missing openssl" or "python-dev" Any ideas what dependency causes this error? I also tried to configure Xen from this link, but no luck from this too... http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ Thanks in advance for help! -Jan ================================================= The error log from compiling the libSDL test is: /tmp/qemu-conf-3098-29270-608.c:1:17: error: SDL.h: No such file or directory /tmp/qemu-conf-3098-29270-608.c: In function ‘main’: /tmp/qemu-conf-3098-29270-608.c:3: error: ‘SDL_INIT_VIDEO’ undeclared (first use in this function) /tmp/qemu-conf-3098-29270-608.c:3: error: (Each undeclared identifier is reported only once /tmp/qemu-conf-3098-29270-608.c:3: error: for each function it appears in.) qemu successfuly configured for Xen qemu-dm build make[1]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'' make -C tools install make[1]: Entering directory `/usr/src/xen-3.4-testing.hg/tools'' make[2]: Entering directory `/usr/src/xen-3.4-testing.hg/tools'' make -C check install make[3]: Entering directory `/usr/src/xen-3.4-testing.hg/tools/check'' LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build Xen CHECK-BUILD Sun Mar 14 19:51:48 GMT 2010 Checking check_crypto_lib: OK Checking check_curl: unused, OK Checking check_openssl_devel: *** check_openssl_devel FAILED: missing openssl headers Checking check_python: OK Checking check_python_devel: *** check_python_devel FAILED: can''t find python devel files Checking check_x11_devel: *** check_x11_devel FAILED: can''t find X11 headers OK Checking check_xgettext: OK Checking check_xml2: unused, OK Checking check_zlib_devel: *** check_zlib_devel FAILED: can''t find zlib headers Checking check_zlib_lib: OK make[3]: *** [check-build] Error 1 make[3]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools/check'' make[2]: *** [subdir-install-check] Error 2 make[2]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'' make: *** [install-tools] Error 2 -----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
Jan Muhammad
2010-Mar-16 10:53 UTC
[Xen-users] How to Install Xenified Kernel on Fedora Core 11!
Hi All, As per my earlier email below, I''m following this link: ( 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/) to install Xen 3.4 on Fedora Core11 with 64 bit processor. While completing the step # make modules_install install; when it comes to add Xenified kernel under heading (Install 2.6.29.4 xen-ified kernel :-); # wget http://x17.eu/linux-2.6.29-xen-r4-aka-suse-xenified-2.6.29-62.1.tar.gz the wget command returns an error not found; is this link for xen kernel is correct? After skipping the above step; when I do rest of the suggested changes such as Add to /etc/fstab :- none /proc/xen xenfs defaults 0 0 Create a grub entry:- Set initdefault to 3 in /etc/inittab and reboot in Xen environment, having /etc/rc.local to start:- and reboot I get File not found at the Grub boot menu; I wonder what step I have done wrong that gives me this error? Hence had to reinstall whole FC11; as there was no way to change grub or even load FC 11 kernel. Does there exist any other easy to follow link for Xenifying the FC 11 Kernel? Or can''t I xenify FC11 with Yum? I found the installation of Xen on Debain based systems (http://www.howtoforge.com/virtualization-with-xen-on-debian-lenny-amd64) very easy to follow when I''ve done on another machine. Thanks in advance for help! -Jan Muhammad --- On Sun, 3/14/10, Jan Muhammad <janmuhd@yahoo.com> wrote: From: Jan Muhammad <janmuhd@yahoo.com> Subject: [Xen-users] Xen install make errors on Fedora Core 11! To: xen-users@lists.xensource.com Date: Sunday, March 14, 2010, 4:00 PM Hi all, I''m following this link ( 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/) to install Xen 3.4 on Fedora Core with 64 bit processor. While at make tools command it seems that Qemu installs successfully, but I can following error messages of "missing openssl" or "python-dev" Any ideas what dependency causes this error? I also tried to configure Xen from this link, but no luck from this too... http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ Thanks in advance for help! -Jan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2010-Mar-16 12:45 UTC
Re: [Xen-users] How to Install Xenified Kernel on Fedora Core 11!
Building xenified goes same way on F11,F12,U9.04,U9.10. View:- http://www.linuxtoday.com/high_performance/2010031502335OSSV Boris. P.S. Skipping this step is unacceptable. --- On Tue, 3/16/10, Jan Muhammad <janmuhd@yahoo.com> wrote: From: Jan Muhammad <janmuhd@yahoo.com> Subject: [Xen-users] How to Install Xenified Kernel on Fedora Core 11! To: xen-users@lists.xensource.com Date: Tuesday, March 16, 2010, 6:53 AM Hi All, As per my earlier email below, I''m following this link: ( 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/) to install Xen 3.4 on Fedora Core11 with 64 bit processor. While completing the step # make modules_install install; when it comes to add Xenified kernel under heading (Install 2.6.29.4 xen-ified kernel :-); # wget http://x17.eu/linux-2.6.29-xen-r4-aka-suse-xenified-2.6.29-62.1.tar.gz the wget command returns an error not found; is this link for xen kernel is correct? After skipping the above step; when I do rest of the suggested changes such as Add to /etc/fstab :- none /proc/xen xenfs defaults 0 0 Create a grub entry:- Set initdefault to 3 in /etc/inittab and reboot in Xen environment, having /etc/rc.local to start:- and reboot I get File not found at the Grub boot menu; I wonder what step I have done wrong that gives me this error? Hence had to reinstall whole FC11; as there was no way to change grub or even load FC 11 kernel. Does there exist any other easy to follow link for Xenifying the FC 11 Kernel? Or can''t I xenify FC11 with Yum? I found the installation of Xen on Debain based systems (http://www.howtoforge.com/virtualization-with-xen-on-debian-lenny-amd64) very easy to follow when I''ve done on another machine. Thanks in advance for help! -Jan Muhammad --- On Sun, 3/14/10, Jan Muhammad <janmuhd@yahoo.com> wrote: From: Jan Muhammad <janmuhd@yahoo.com> Subject: [Xen-users] Xen install make errors on Fedora Core 11! To: xen-users@lists.xensource.com Date: Sunday, March 14, 2010, 4:00 PM Hi all, I''m following this link ( 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/) to install Xen 3.4 on Fedora Core with 64 bit processor. While at make tools command it seems that Qemu installs successfully, but I can following error messages of "missing openssl" or "python-dev" Any ideas what dependency causes this error? I also tried to configure Xen from this link, but no luck from this too... http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ Thanks in advance for help! -Jan -----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