WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Re: [Xen-devel] Re: xend does not start

To: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: [Xen-users] Re: [Xen-devel] Re: xend does not start
From: David Cemin <davidcemin@xxxxxxxxx>
Date: Thu, 28 Oct 2010 18:51:57 -0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 28 Oct 2010 13:53:39 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=VwpqBwHwEV35uZR3NzqlVbwasmEFonYNVVd+g01BGjw=; b=S3/0WjLwtDqasJbCm/Z0aGNWbKhqxk9mIlGwuthwKoPL9zuKaphEWBlMBmcxp92qAp pSoUODlHq5SaP6dphen6YQANPBuXz7n9B5FokjII9wANnIvHWYLhZmdbLryyf84mxYWu K2jeERcVg1tbfUadz/tdkrM8fCM14rcxJiFNQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DnvF89FgneImuwIppTlWp857zH5K7KVo8EtADbcxPpJ5tNDdY9HQSn/00GXnUWp8FA CTGq4LDr6U0nrwjGTjLs1stVfGkb/+2L52WbZguFvOYu4QPSuPpASiEjoz5ChPdpOu7R 5stZLpS2950z5d2HtSPXnD6LjZTrLtBQ2o/0s=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <300464.59577.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTi=2fJmQp8T2JSgLGe9eLZnCNq=UcUZUGTpdd4-A@xxxxxxxxxxxxxx> <300464.59577.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello Boris, 

I have made what is explained in both tutorials .. including uninstalling network manager, and it hadn't work. Same problem is still happening. 

I tried with 
- kernel 2.6.32.24
- kernel 2.6.31.14

- xen 4.0.0
- xen 4.0.1
- xen 4.0.2

With all variants. Always passing PYTHON_PREFIX_ARG= in install-tools ...

Do you have any other clue of what could be this problem? 

Thank you ! 

2010/10/28 Boris Derzhavets <bderzhavets@xxxxxxxxx>
Please, view  http://wiki.xen.org/xenwiki/Xen4.0

Tutorials to install Xen 4.0 :-

Xen 4.0 on Ubuntu 10.04: http://bderzhavets.wordpress.com/2010/04/24/set-up-ubuntu-10-04-server-pv-domu-at-xen-4-0-dom0-pvops-2-6-32-10-kernel-dom0-on-top-of-ubuntu-10-04-server/

Set up Xen 4.0 Hypervisor
********************************************************
UPDATE 06/09/2010
********************************************************
As of 06/09/2010 checking out xen/stable or xen/stable-2.6.32.x branch will result building 2.6.32.15 kernel. This kernel may work properly only with Xen 4.0.1-rc2-pre ( at the time of writing). So build xen as follows


# cd /usr/src
# hg clone http://xenbits.xensource.com/xen-4.0-testing.hg
# cd xen-4.0-testing.hg
# make xen
# make tools
# make install-xen
# make install-tools PYTHON_PREFIX_ARG=

******************************************************

You can also follow more up to date "howto":-

  http://www.linuxtoday.com/infrastructure/2010101502135OSSV

Except Libvirt setup it would work for you as well

Boris.

--- On Thu, 10/28/10, David Cemin <davidcemin@xxxxxxxxx> wrote:

From: David Cemin <davidcemin@xxxxxxxxx>

Subject: Re: [Xen-users] Re: [Xen-devel] Re: xend does not start
To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Thursday, October 28, 2010, 2:25 PM


Hi Boris, 

Thank you for your answer. 

My base OS is a Ubuntu 10.04. Let me see if I got it right. I just need to recompile xen 4.0.0 and when install tools I need to use this line:
# make install-tools PYTHON_PREFIX_ARG=

?

thank you!

--
David

2010/10/28 Boris Derzhavets <bderzhavets@xxxxxxxxx>
By some reasons messages from davidcemin@xxxxxxxxx are coming to my spam folder on yahoo.com,  so i cannot reply properly. The most recent reply is regarding python hook.

If you base OS is Ubuntu >= 9.10 default location of python packages is
/usr/lib/python2.6/dist-packages.
This issue is addressed by line :-


# make install-tools PYTHON_PREFIX_ARG=


It will just put packages in proper location
But , once again,  my question is what is your base OS ?

Boris.



--- On Thu, 10/28/10, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:

From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: [Xen-users] Re: [Xen-devel] Re: xend does not startDate: Thursday, October 28, 2010, 1:57 PM


Well known Ubuntu issue

# cd /usr/src
# hg clone http://xenbits.xensource.com/xen-4.0-testing.hg
# cd xen-4.0-testing.hg
# make xen
# make tools
# make install-xen
# make install-tools PYTHON_PREFIX_ARG=


--- On Thu, 10/28/10, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:

From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: [Xen-users] Re: [Xen-devel] Re: xend does not start
To: xen-users@xxxxxxxxxxxxxxxxxxx, "David Cemin" <davidcemin@xxxxxxxxx>
Date: Thursday, October 28, 2010, 10:16 AM

What is SELINUX status ?

Boris.




-----Inline Attachment Follows-----

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


-----Inline Attachment Follows-----

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users




--
David Cemin
mobile: +55 51 93523097
home:   +55 51 32763785
email: davidcemin@xxxxxxxxx




--
David Cemin
mobile: +55 51 93523097
home:   +55 51 32763785
email: davidcemin@xxxxxxxxx
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users