FreeBSD as a xen host

2010-11-07 Thread Tim Dunphy
Hello, I am attempting to turn my two FreeBSD hosts into xen hosts that can run some vms. I am using this guide: http://wiki.freebsd.org/FreeBSD/Xen I get down to this step: cd xen-3.3-testing.hg ; make world make install and it fails to build: [r...@lbsd2:/tmp/xen-3.2-testing.hg]#make

Re: FreeBSD as a xen host

2010-11-07 Thread C. P. Ghost
On Sun, Nov 7, 2010 at 1:54 PM, Tim Dunphy bluethu...@gmail.com wrote: Hello,  I am attempting to turn my two FreeBSD hosts into xen hosts that can run some vms. I am using this guide: http://wiki.freebsd.org/FreeBSD/Xen I get down to this step: cd xen-3.3-testing.hg ; make world make

Re: FreeBSD as a xen host

2010-11-07 Thread Bruce Cran
On Sun, 7 Nov 2010 07:54:01 -0500 Tim Dunphy bluethu...@gmail.com wrote: [r...@lbsd2:/tmp/xen-3.2-testing.hg]#make world make install Makefile, line 9: Need an operator Config.mk, line 12: Missing dependency operator Config.mk, line 14: Need an operator Config.mk, line 31: Could not find

Re: FreeBSD as a xen host

2010-11-07 Thread Tim Dunphy
Guys, Thanks gmake has gotten me much farther than make has! :) However the install is still failing: gmake libxenctrl.a libxenctrl.so libxenctrl.so.3.2 libxenctrl.so.3.2.0 libxenguest.a libxenguest.so libxenguest.so.3.2 libxenguest.so.3.2.0 getconf: no such configuration parameter `LFS_CFLAGS'

Re: FreeBSD as a xen host

2010-11-07 Thread Adam Vande More
On Sun, Nov 7, 2010 at 6:54 AM, Tim Dunphy bluethu...@gmail.com wrote: Hello, I am attempting to turn my two FreeBSD hosts into xen hosts that can run some vms. I am using this guide: http://wiki.freebsd.org/FreeBSD/Xen I get down to this step: cd xen-3.3-testing.hg ; make world make

Re: FreeBSD as a xen host

2010-11-07 Thread Tim Dunphy
Adam, Thanks for clarifying. And my root shell is csh. I am merely executing bash so I have the convenience of command line completion. best! On Sun, Nov 7, 2010 at 11:28 AM, Adam Vande More amvandem...@gmail.com wrote: On Sun, Nov 7, 2010 at 6:54 AM, Tim Dunphy bluethu...@gmail.com wrote:

Re: FreeBSD as a xen host

2010-11-07 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Sun Nov 7 10:17:51 2010 Date: Sun, 7 Nov 2010 11:18:56 -0500 From: Tim Dunphy bluethu...@gmail.com To: freebsd-questions freebsd-questions@freebsd.org Subject: Re: FreeBSD as a xen host Guys, Thanks gmake has gotten me much farther than make has

Re: FreeBSD as a xen host

2010-11-07 Thread Matthew Seaman
On 07/11/2010 16:39, Tim Dunphy wrote: Thanks for clarifying. And my root shell is csh. I am merely executing bash so I have the convenience of command line completion. tcsh(1) does command line completion etc. etc. at least as well as bash(1) and sometimes arguably better (IMHO). Try

Re: FreeBSD as a xen host

2010-11-07 Thread RW
On Sun, 7 Nov 2010 10:28:06 -0600 Adam Vande More amvandem...@gmail.com wrote: You may wish to read that page again. Dom0 support doesn't exist in FreeBSD, and paravirt domU is sketchy at best. The page says: The port will only run as a guest (ie. domU) right now, on i386/PAE