Hi, when I compile xen 3.1.0 on Debian Etch, the hvmloader file is not compiled at all. I have bin86 and bcc but nothing appears. I followed http://www.howtoforge.com/debian_etch_xen_3.1 and googled a lot without success. In the meanwhile I just used a precompiled hvmloader. I think this is ok, but it is not the smart way :) Any idea ? _________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, Sep 24, 2007 at 08:15:04AM +0000, Julien Croquant wrote:> Hi, > > when I compile xen 3.1.0 on Debian Etch, the hvmloader file is not compiled at all. I have bin86 and bcc but nothing appears. > > I followed http://www.howtoforge.com/debian_etch_xen_3.1 and googled a lot without success. > > In the meanwhile I just used a precompiled hvmloader. I think this is ok, but it is not the smart way :)Do you have the full set of dependencies installed? The set I found to be required on a Ubuntu system was: - python-pyopenssl - make - gcc - ncurses-dev - python-twisted - libvncserver-dev - libz-dev - patch - bin86 - libssl-dev - gettext - libx11-dev - python-dev - tetex-extra tetex-base - gs-common - pdfjam - graphviz - fig2dev - transfig - bridge-utils - bcc Regards, Alex. -- "Opportunity is missed by most people because it is dressed in overalls and looks like work." -- Thomas A. Edison _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I have a strange problem. I googled since about one month and never found anything positive. Everything is ok when installing or compiling. A can create domU HVM guests with default xend-config.sxp file (HVM guests, network bridge mode). My problem is : when I want to use my own network scripts instead of bridge for the HVM guests, the network interfaces are not created inside the guests. When I comment out (network-script network-bridge) and (network-script vif-bridge) then the network interfaces are no longer created inside the HVMs. Uncommenting (network-script network-nat) and (network-script vif-nat) instead of using my own scripts does nothing better. Tested with : Debian Etch and CentOS 5 + xen 3.0 from packages and xen 3.1 from sources, each combination with a fresh install. I searched into xend.log and found nothing special. I''m really out of ammunitions. Someone have any tip for this problem ? . _________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, Sep 24, 2007 at 08:15:04AM +0000, Julien Croquant wrote:> > when I compile xen 3.1.0 on Debian Etch, the hvmloader file is not compiled at all. I have bin86 and bcc but nothing appears.May be it already helps if you throw the sdtout away when compiling to see the error-out: make dist >/tmp/xen-stdout or something like that. Christian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi, Christian Horn schrieb:> On Mon, Sep 24, 2007 at 08:15:04AM +0000, Julien Croquant wrote: >> when I compile xen 3.1.0 on Debian Etch, the hvmloader file is not compiled at all. I have bin86 and bcc but nothing appears.i used: apt-get install build-essential mercurial libssl-dev graphviz gettext python-dev zlib-dev libncurses5-dev xorg-x11-dev bridge-utils iproute bcc that was working for me. cu denny -- Stoppt den Überwachungswahn - Stoppt den Schäuble Katalog: http://www.nopsis.de _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users