Re: Virtualisation on OpenBSD?

2007-02-15 Thread Luca Corti
On Wed, 2007-01-24 at 10:47 -0600, L. V. Lammert wrote:
 Much better to want on the Xen implementation, which in the works.
 Possibly at the Hackthon?

Apart from the mercurial repository there is little information on the
status of the XEN effort. There's this bsdtalk interview

http://ropersonline.com/openbsd/xen/

in which Cristoph Egger says he hopes to have OpenBSD XEN included in
4.1. This seems to be a rumor though, since I see no XEN related work in
the changelog. Also it is not clear if this refers just to DomU or to
Dom0 support too.

Anyone has fresh news?

ciao

Luca



Virtualisation on OpenBSD?

2007-01-24 Thread John Tate
Is there any software that supports OpenBSD that can do full virtualisation?
I don't think VMware would be supported on OpenBSD.

-- 
Faced with the fact that Intelligent Design doesn't meet the criteria for a
scientific theory, leading proponent redefines what a scientific theory is.
Result: Astrology now a scientific theory.



Re: Virtualisation on OpenBSD?

2007-01-24 Thread Lawrence Horvath

qemu is your best bet, its not quite as fast as vmware but it runs on
OpenBSD, and supports several archs, it has a nice pkg and everything

vmware could run on OpenBSD if you have linux compatibility turned on i think



On 1/24/07, John Tate [EMAIL PROTECTED] wrote:

Is there any software that supports OpenBSD that can do full virtualisation?
I don't think VMware would be supported on OpenBSD.

--
Faced with the fact that Intelligent Design doesn't meet the criteria for a
scientific theory, leading proponent redefines what a scientific theory is.
Result: Astrology now a scientific theory.





--
-Lawrence
-Student ID 1028219
-CCNA



Re: Virtualisation on OpenBSD?

2007-01-24 Thread Adam Douglas
I have OpenBSD v3.7 and v3.8 run just fine in VMWare Server. I however
haven't fixed the VMWare Tools issue as of yet but apparently there is a
work around to have VMWare Tools work for OpenBSD as well. I have a
bunch of OpenBSD on VMWare bookmarks if you want me to post.

 Is there any software that supports OpenBSD that can do full 
 virtualisation?
 I don't think VMware would be supported on OpenBSD.



Re: Virtualisation on OpenBSD?

2007-01-24 Thread Tobias Weisserth

Hi there,

On Jan 24, 2007, at 1:49 PM, John Tate wrote:

Is there any software that supports OpenBSD that can do full  
virtualisation?

I don't think VMware would be supported on OpenBSD.


I don't think there is anything that really fits what you're looking  
for. The NetBSD project has neat Xen integration both for running  
NetBSD as host or guest system.


If you're looking for something like vmware then check out  
www.virtualbox.de. The GPL'ed the software recently and I've got it  
running on openSUSE. It runs a lot of guest systems including OpenBSD  
and it's much faster than qemu. There's a Linux kernel module  
included. I guess it does the same as the closed-source qemu module,  
so maybe this is sufficient for you. Hope this helps somehow.


regards,
Tobias



Virtualisation on OpenBSD?

2007-01-24 Thread Lachlan Gunn

Sorry, accidentally sent that to the wrong address.


vmware could run on OpenBSD if you have linux compatibility turned on i think


It uses a number of kernel modules, so I doubt it.  However, the
source may be available, so someone could probably try to implement
similar functionality.

--
Lachlan



Re: Virtualisation on OpenBSD?

2007-01-24 Thread Jeroen Massar
Lachlan Gunn wrote:
 Sorry, accidentally sent that to the wrong address.

 vmware could run on OpenBSD if you have linux compatibility turned on
 i think

 It uses a number of kernel modules, so I doubt it.  However, the
 source may be available, so someone could probably try to implement
 similar functionality.

google(vmware openbsd) results:

Hit #1:
http://www.monkey.org/~marius/pages/?page=VMWare_for_OpenBSD
8---
VMWare workstation is a virtual machine for x86 processors. One of its
supported host architectures is Linux. With the help of OpenBSDbs Linux
emulation, and a kernel module, it is possible to run VMWare on OpenBSD.
-8

Greets,
 Jeroen

[demime 1.01d removed an attachment of type application/pgp-signature which had 
a name of signature.asc]



Re: Virtualisation on OpenBSD?

2007-01-24 Thread Darren Spruell

On 1/24/07, Jeroen Massar [EMAIL PROTECTED] wrote:

 vmware could run on OpenBSD if you have linux compatibility turned on
 i think

 It uses a number of kernel modules, so I doubt it.  However, the
 source may be available, so someone could probably try to implement
 similar functionality.

google(vmware openbsd) results:

Hit #1:
http://www.monkey.org/~marius/pages/?page=VMWare_for_OpenBSD
8---
VMWare workstation is a virtual machine for x86 processors. One of its
supported host architectures is Linux. With the help of OpenBSDbs Linux
emulation, and a kernel module, it is possible to run VMWare on OpenBSD.
-8


Note that this is getting fairly out of date - vmware 3 supported
mostly, vmware 4 not working but progressing (no updates on this since
late 2003). No mention of VMware 5...

DS



Re: Virtualisation on OpenBSD?

2007-01-24 Thread L. V. Lammert
On Thu, 25 Jan 2007, Lachlan Gunn wrote:

 Sorry, accidentally sent that to the wrong address.

  vmware could run on OpenBSD if you have linux compatibility turned on i 
  think

 It uses a number of kernel modules, so I doubt it.  However, the
 source may be available, so someone could probably try to implement
 similar functionality.

Much better to want on the Xen implementation, which in the works.
Possibly at the Hackthon?

Lee



Re: Virtualisation on OpenBSD?

2007-01-24 Thread Lachlan Gunn

I tried looking for source but was unable, vmware is a closed source
as far as i can tell(please correct me if im wrong, as i like to get
hold of the source) when i was looking for it online you have to
download the binarys, and you have to email in for a serial number to
use it, they also have higher up pay-for versions, with more features


It is closed-source, however source to the kernel modules is
distributed with the binaries, even if not with a free licence.  I
imagine that this would help with reverse engineering the driver,
although I'm not sure whether the use of this as an aid to
reverse-engineering the driver would be allowable under project
policies.

--
Lachlan



Re: Virtualisation on OpenBSD?

2007-01-24 Thread Lawrence Horvath

I tried looking for source but was unable, vmware is a closed source
as far as i can tell(please correct me if im wrong, as i like to get
hold of the source) when i was looking for it online you have to
download the binarys, and you have to email in for a serial number to
use it, they also have higher up pay-for versions, with more features

On 1/24/07, Lachlan Gunn [EMAIL PROTECTED] wrote:

 vmware could run on OpenBSD if you have linux compatibility turned on i think

It uses a number of kernel modules, so I doubt it.  However, the
source may be available, so someone could probably try to implement
similar functionality.

--
Lachlan




--
-Lawrence
-Student ID 1028219
-CCNA



Re: Virtualisation on OpenBSD?

2007-01-24 Thread Will Maier
On Wed, Jan 24, 2007 at 08:02:01AM -0800, Lawrence Horvath wrote:
 I tried looking for source but was unable, vmware is a closed
 source as far as i can tell(please correct me if im wrong, as i
 like to get hold of the source) when i was looking for it online
 you have to download the binarys, and you have to email in for a
 serial number to use it, they also have higher up pay-for
 versions, with more features

VMware is closed source.

http://www.vmware.com/download/eula/workstation.html

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | [EMAIL PROTECTED] |
*--[ BSD Unix: Live Free or Die ]--*