Date: Sat, 11 May 2002 17:29:05 -0400 From: Garance A Drosihn <drosih@rpi.edu> To: Julian Elischer <julian@elischer.org>, current@FreeBSD.ORG Subject: Re: -current and vmware2 Message-ID: <p05111764b90339947536@[128.113.24.47]> In-Reply-To: <3CDD607D.BA8EA08C@elischer.org> References: <3CDD607D.BA8EA08C@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 11:18 AM -0700 5/11/02, Julian Elischer wrote:
>seems something broke in the networking side of things using
>host-only networking.. vmnet1 doesn't show up any more..
>
>If I have a moment I'll look for it but if anyone has
>familiarity with it feel free to get there forst..
>
>oh yeah.. it doesn't compile any more either...
Is this something that just recently broke? I managed to
cvsup -current *just* before the new gcc went in, and the
vmware2 port is still working for me. However, the last
time I compiled vmware2 itself was back on April 10th. I
do not remember any problems compiling it before, so I
suspect that is related to the new version of gcc.
If this is your first attempt to get vmware2 working on
-current, there are a few tricks to getting it to work
right which the port does not know about yet.
The main thing is to check /compat/linux/dev and see what
you have for rtc, vmmon, and vmnet1. All of these should
be symlinks pointing back to /dev, but rtc and one of the
other ones (vmnet1?) are still done via a typical mknod.
So, first thing you need to do is:
/compat/linux/dev
rm rtc vmnet1
ln -s /dev/rtc
ln -s /dev/vmnet1
and reboot. Really the port should check for devfs, and
do this automatically if that's active. I keep thinking
I should try to write a patch for that.
That should get vmware to work. When you start a virtual
machine, you'll probably still get an error about the rtc
device. Me, I just ignore that, because I don't need rtc
when running Win2K as the guest OS. But somebody did post
a patch to freebsd-current which was supposed to fix that
problem. I should dig that patch up and try it out.
--
Garance Alistair Drosehn = gad@gilead.netel.rpi.edu
Senior Systems Programmer or gad@freebsd.org
Rensselaer Polytechnic Institute or drosih@rpi.edu
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p05111764b90339947536>
