From owner-freebsd-current@FreeBSD.ORG Wed Jul 21 06:58:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D53A16A4CE; Wed, 21 Jul 2004 06:58:40 +0000 (GMT) Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790C143D31; Wed, 21 Jul 2004 06:58:39 +0000 (GMT) (envelope-from ben@spooty.net) Received: from m52-mp1.cvx3-b.pop.dial.ntli.net ([80.1.84.52]) by mta07-svc.ntlworld.comESMTP <20040721065856.NDTQ20214.mta07-svc.ntlworld.com@m52-mp1.cvx3-b.pop.dial.ntli.net>; Wed, 21 Jul 2004 07:58:56 +0100 From: Ben Paley To: Scott Long Date: Wed, 21 Jul 2004 07:58:53 +0100 User-Agent: KMail/1.6.1 References: <200407202355.41867.ben@spooty.net> <40FDA3D9.7070806@freebsd.org> In-Reply-To: <40FDA3D9.7070806@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407210758.53856.ben@spooty.net> cc: "freebsd -current@" cc: Robert Watson Subject: Re: vmnet.ko missing - but it's there! - vmware and crashes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 06:58:40 -0000 On Tuesday 20 July 2004 23:59, Scott Long wrote: > Recompile the vmnet.ko binary from source and see if that helps. I remade the whole thing, in the end, and now at least I'm not getting crashes (at least, I think I remade the module... I did make and make install and so on in /usr/ports/emulators/vmware3/ , but I couldn't see how to compile vmnet.ko on its own). On boot I still get this: Additional ABI support: linux. Starting cron. Local package initialization:link_elf: symbol linux_ioctl_register_handler undefined kldload: can't load /usr/local/lib/vmware/modules/vmnet.ko: No such file or directory Jul 21 07:41:04 potato kernel: vmmon: Module vmmon: registered with major=200 minor=0 tag=$Name: build-570 (3.2.x mvm) $ vmnet1: Ethernet address: 00:bd:51:0a:00:01 Jul 21 07:41:04 potato kernel: vmmon: Module vmmon: initialized VMwareStarting apache2. mysqld rtc. I guess the link_elf line doesn't look good, is it connected?Vmware starts ok, then when I try to boot the vm I get this: Could not query bridging status on /dev/vmnet1: Invalid argument Failed to configure ethernet0. in a dialog, and this from the console: linux: pid 718 (vmware): ioctl fd=10, cmd=0x8940 ('\x89',64) is not implemented linux: pid 718 (vmware): ioctl fd=10, cmd=0x89f9 ('\x89',249) is not implemented Jul 21 07:43:59 potato kernel: vmmon: Vmx86_ReleaseVM: unlocked pages: 0, unlock ed dirty pages: 0 Thanks a lot for your help, Ben