From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 17 09:50:49 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EBB16A4CE for ; Wed, 17 Mar 2004 09:50:49 -0800 (PST) Received: from mailer.gwdg.de (mailer.gwdg.de [134.76.10.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F5C43D1D for ; Wed, 17 Mar 2004 09:50:48 -0800 (PST) (envelope-from farrenkopf@mail.sub.uni-goettingen.de) Received: from mail.sub.uni-goettingen.de ([134.76.163.85]) by mailer.gwdg.de with esmtp (Exim 4.20) id 1B3fBh-0003Nz-AT for emulation@freebsd.org; Wed, 17 Mar 2004 18:50:41 +0100 Received: from SUB1/SpoolDir by mail.sub.uni-goettingen.de (Mercury 1.48); 17 Mar 04 18:50:41 +0100 Received: from SpoolDir by SUB1 (Mercury 1.48); 17 Mar 04 18:50:32 +0100 Received: from sub00261.sub.uni-goettingen.de (134.76.162.89) by mail.sub.uni-goettingen.de (Mercury 1.48) with ESMTP; 17 Mar 04 18:50:27 +0100 Date: Wed, 17 Mar 2004 18:50:27 +0100 From: Stefan Farrenkopf To: emulation@freebsd.org Message-ID: <8430000.1079545827@sub00261.sub.uni-goettingen.de> X-Mailer: Mulberry/3.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Level: / X-Spam-Report: Content analysis: 0.0 points, 6.0 required X-Virus-Scanned: (clean) by exiscan+sophie Subject: vmware3 problems on FreeBSD 4.9 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stefan Farrenkopf List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 17:50:49 -0000 Hi, after all the discussion about vmware3 on 4.9 I thought it's wort to try it. Here are the steps I made and at the end I describe the problem I have now. I updated my source and applied the kernel patch, I also added VFS_AIO to my kernel configuration file. uname -a says now: FreeBSD 4.9-RELEASE-p4 Then I removed vmware2 and installed vmware3 from the ports. I answered no to netgraph binding and configured a private IP adress and a netmask during the installation. Below you will find my config file (/usr/local/etc/vmware/config): vmware.fullpath = "/usr/local/lib/vmware/bin/vmware" wizard.fullpath = "/usr/local/lib/vmware/bin/vmware-wizard" dhcpd.fullpath = "/usr/local/lib/vmware/bin/vmnet-dhcpd" loop.fullpath = "/usr/local/lib/vmware/bin/vmware-loop" libdir = "/usr/local/lib/vmware" vmnet1.HostOnlyAddress = "192.168.254.1" vmnet1.HostOnlyNetMask = "255.255.255.0" I added the following line to my /etc/sysctl.conf file: kern.ipc.shm_allow_removed=1 Because of the new kernel I rebooted the machine. After I got back to a running system, I tried to run vmware with my vmware2 configuration and with a new configuration where I pointed to the existing disks (2 Virtual IDE drives). I had a look at my vmware2 configuration and added the cdrom by hand (/dev/adc0c). When I try to Choose this device from my /dev directory it does not show up in the open dialog. There are instead only a few devices with typical linux names (hda, ...). The main problem I have now: I don't have a working vmnet interface :( If I PowerOn vmware it complains about the missing /dev/vmnet1. I tried to restart the vmware components by executing /usr/local/etc/rc.d/vmware stop/start and I had to realize that there's a problem with the initialisation of vmnet1. Here's the output of "vmware.sh start": ifconfig: interface vmnet1 does not exist and if I do a stop the same message appears. I removed the Host-only network interface from my vmware configuration and bootet the win2k installation with success. I was able to install the newer vmware tools, but I was not able to switch to full screen mode. If I tried to nothing happened. Besides the missing network interface everything is fine, but without the network I am not able to connect to the samba daemon and vmware is useless for my application :( Any suggestions how to solve the problem? best wishes, Stefan