Tne answer is NO. Any vanilla kernel (> 2.6.27) itself allows only to
enable PV Guest (paravirtual) mode, but not Xen Dom0 Support. Mainline Linux
doesn''t contain Xen Dom0 Support merged. You have to work on it on
your
own.
I''ve sent you two links in the very first message. View second one -
patching 2.6.30.1 via Andrew''s Lyon rebase patch set :-
http://lxer.com/module/newswire/view/122758/index.html
The procedure above will build 2.6.30.1 xenified kernel, i.e. will implement
Xen Privelege (Dom0) Domain Support. My Config.mk is attached.
Boris.
P.S. You may want to build another type of kernel, enabling Xen Dom0 Support.
It''s pvops enabled kernel via Jereme Fitzhardinge Git Repo.
Then view :-
http://lxer.com/module/newswire/view/122253/index.html
B.
--- On Thu, 7/16/09, Ruiz, Jason T <jason.t.ruiz@verizon.com> wrote:
From: Ruiz, Jason T <jason.t.ruiz@verizon.com>
Subject: RE: [spam] Re: [Xen-users] Xen on Jaunty
To: "Boris Derzhavets" <bderzhavets@yahoo.com>,
xen-users@lists.xensource.com
Date: Thursday, July 16, 2009, 11:25 AM
Didn''t reboot properly. Maybe I''m misunderstanding the
kernel part, using a vanilla 2.6.30 with all of the xen stuff enabled should
work, correct?
Sincerely,
Jason T.
Ruiz
IT Service Desk Tier II
From: Boris Derzhavets
[mailto:bderzhavets@yahoo.com]
Sent: Thursday, July 16, 2009 11:05
AM
To: xen-users@lists.xensource.com; Ruiz, Jason T
Subject:
[spam] Re: [Xen-users] Xen on Jaunty
In other words, to build Xen 3.4.1 you have to
understand what Changeset 19594 does. To build Xen 3.4.0 you also have to
back port CS 19668 to be able detect properly udev 141. I am not
sure what version of Xen you''ve tried to build on
Jaunty.
Boris.
--- On Thu, 7/16/09, Boris Derzhavets
<bderzhavets@yahoo.com> wrote:
From:
Boris Derzhavets <bderzhavets@yahoo.com>
Subject: Re:
[Xen-users] Xen on Jaunty
To: xen-users@lists.xensource.com, "Jason
TRuiz" <jason.t.ruiz@verizon.com>
Date: Thursday, July 16,
2009, 10:09 AM
>Traceback (most recent call
last):> File "/usr/sbin/xm", line 8, in
<module>> from xen.xm import main
>ImportError:
No module named xen.xm
Set in
Config.mk
PYTHON = python
PYTHON_PREFIX_ARG
Tuning Config.mk results Xen packages to be placed
into /usr/local/lib/python2.6/dist-packages due to Changeset 19594
in xen-3.4-testing.hg. Otherwise, Xen packages would go to
/usr/lib/python2.6/site-packages, which is not default location
for python 2.6 on Ubuntu 9.04 ( vs F11 ). Thus you won’t be able
to start xend in Dom0. Same thing happens when building Xen
Unstable on Ubuntu 9.04 Server.
If you need more details
for pvops kernel
:-
http://bderzhavets.wordpress.com/2009/06/25/setup-xen-3-4-1-dom0-on-top-of-ubuntu-9-04-server-via-marc-a-dahlhauss-udev-patch/
If
you need more details for xenified kernel
:-
http://bderzhavets.wordpress.com/2009/07/07/building-xenified-2-6-30-1-kernel-via-xen-patches-2-6-30-2-tar-bz2/
Boris.
---
On Thu, 7/16/09, Ruiz, Jason T
<jason.t.ruiz@verizon.com> wrote:
From:
Ruiz, Jason T <jason.t.ruiz@verizon.com>
Subject:
[Xen-users] Xen on Jaunty
To:
xen-users@lists.xensource.com
Date: Thursday, July 16, 2009,
9:23 AM
I
decided to give this a try as I''m out of fun things to
do, but
I''m at my wits end on this one. I have compiled
a 2.6.30 kernel with Xen enabled, and compiled and
installed Xen 3.4 from source. 2 major problems I have noticed
is that after configuring grub per the documentation
I''ve found,
it either reboots my PC after grub loads the config, or stays at
a black screen. The second problem is the error
below:
Traceback (most recent call
last):
File "/usr/sbin/xm", line 8, in
<module>
from xen.xm import
main
ImportError: No module named xen.xm
Sincerely,
Jason T.
Ruiz
-----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
-----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
Thanks, I really appreciate your help. As you know I am new to this software, I had been under the impression that the Xen support in the kernels was all that was needed, thanks for clearing up my confusion. Sincerely, Jason T. Ruiz IT Service Desk Tier II 866-557-8074 Intl: 703-292-3295 ________________________________ From: Boris Derzhavets [mailto:bderzhavets@yahoo.com] Sent: Thursday, July 16, 2009 12:02 PM To: xen-users@lists.xensource.com; Ruiz, Jason T Subject: [spam] RE: [spam] Re: [Xen-users] Xen on Jaunty Tne answer is NO. Any vanilla kernel (> 2.6.27) itself allows only to enable PV Guest (paravirtual) mode, but not Xen Dom0 Support. Mainline Linux doesn''t contain Xen Dom0 Support merged. You have to work on it on your own. I''ve sent you two links in the very first message. View second one - patching 2.6.30.1 via Andrew''s Lyon rebase patch set :- http://lxer.com/module/newswire/view/122758/index.html The procedure above will build 2.6.30.1 xenified kernel, i.e. will implement Xen Privelege (Dom0) Domain Support. My Config.mk is attached. Boris. P.S. You may want to build another type of kernel, enabling Xen Dom0 Support. It''s pvops enabled kernel via Jereme Fitzhardinge Git Repo. Then view :- http://lxer.com/module/newswire/view/122253/index.html B. --- On Thu, 7/16/09, Ruiz, Jason T <jason.t.ruiz@verizon.com> wrote: From: Ruiz, Jason T <jason.t.ruiz@verizon.com> Subject: RE: [spam] Re: [Xen-users] Xen on Jaunty To: "Boris Derzhavets" <bderzhavets@yahoo.com>, xen-users@lists.xensource.com Date: Thursday, July 16, 2009, 11:25 AM Didn''t reboot properly. Maybe I''m misunderstanding the kernel part, using a vanilla 2.6.30 with all of the xen stuff enabled should work, correct? Sincerely, Jason T. Ruiz IT Service Desk Tier II ________________________________ From: Boris Derzhavets [mailto:bderzhavets@yahoo.com] Sent: Thursday, July 16, 2009 11:05 AM To: xen-users@lists.xensource.com; Ruiz, Jason T Subject: [spam] Re: [Xen-users] Xen on Jaunty In other words, to build Xen 3.4.1 you have to understand what Changeset 19594 does. To build Xen 3.4.0 you also have to back port CS 19668 to be able detect properly udev 141. I am not sure what version of Xen you''ve tried to build on Jaunty. Boris. --- On Thu, 7/16/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: Re: [Xen-users] Xen on Jaunty To: xen-users@lists.xensource.com, "Jason TRuiz" <jason.t.ruiz@verizon.com> Date: Thursday, July 16, 2009, 10:09 AM>Traceback (most recent call last): > File "/usr/sbin/xm", line 8, in <module> > from xen.xm import main >ImportError: No module named xen.xmSet in Config.mk PYTHON = python PYTHON_PREFIX_ARG Tuning Config.mk results Xen packages to be placed into /usr/local/lib/python2.6/dist-packages due to Changeset 19594 in xen-3.4-testing.hg. Otherwise, Xen packages would go to /usr/lib/python2.6/site-packages, which is not default location for python 2.6 on Ubuntu 9.04 ( vs F11 ). Thus you won''t be able to start xend in Dom0. Same thing happens when building Xen Unstable on Ubuntu 9.04 Server. If you need more details for pvops kernel :- http://bderzhavets.wordpress.com/2009/06/25/setup-xen-3-4-1-dom0-on-top- of-ubuntu-9-04-server-via-marc-a-dahlhauss-udev-patch/ If you need more details for xenified kernel :- http://bderzhavets.wordpress.com/2009/07/07/building-xenified-2-6-30-1-k ernel-via-xen-patches-2-6-30-2-tar-bz2/ Boris. --- On Thu, 7/16/09, Ruiz, Jason T <jason.t.ruiz@verizon.com> wrote: From: Ruiz, Jason T <jason.t.ruiz@verizon.com> Subject: [Xen-users] Xen on Jaunty To: xen-users@lists.xensource.com Date: Thursday, July 16, 2009, 9:23 AM I decided to give this a try as I''m out of fun things to do, but I''m at my wits end on this one. I have compiled a 2.6.30 kernel with Xen enabled, and compiled and installed Xen 3.4 from source. 2 major problems I have noticed is that after configuring grub per the documentation I''ve found, it either reboots my PC after grub loads the config, or stays at a black screen. The second problem is the error below: Traceback (most recent call last): File "/usr/sbin/xm", line 8, in <module> from xen.xm import main ImportError: No module named xen.xm Sincerely, Jason T. Ruiz -----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 -----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
Apparently Analagous Threads
- Fw: Re: What packages ubuntu-xen-server & ubuntu-xen-desktop are up to on intrepid
- Re: Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore
- Xen 3.4 Hackery on Ubuntu 9.04 (aka Jaunty) Server
- Fw: Re: my bootlog
- Current 2.6.3x kernel and patches for Ubuntu 9.04?