From owner-freebsd-ports Tue Oct 16 3:20:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A5D437B414 for ; Tue, 16 Oct 2001 03:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GAK2W92946; Tue, 16 Oct 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 16 Oct 2001 03:20:02 -0700 (PDT) Message-Id: <200110161020.f9GAK2W92946@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mark Santcroos Subject: Re: ports/30625: [PATCH] vmware2 patch for -current with KSE Reply-To: Mark Santcroos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30625; it has been noted by GNATS. From: Mark Santcroos To: CHOI Junho Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/30625: [PATCH] vmware2 patch for -current with KSE Date: Tue, 16 Oct 2001 12:14:48 +0200 Hi, On Tue, Oct 16, 2001 at 06:14:40PM +0900, CHOI Junho wrote: > >>>>> "MS" == Mark Santcroos writes: > > MS> http://www.ripe.net/home/mark/files/vmware2_kse_17-sept.patch.tgz > > MS> Please make it a conditional patch for -CURRENT after KSE. > > MS> The patch is approved by Julian (author of KSE) > > Hi, I've rebuild my -current system today and rebuild vmware2 with > your patchset. I met the following error: > > /usr/local/etc/rc.d/vmware.sh: cannot create > /compat/linux/dev/vmnet1: no such device or address > > Do you have any clue on that? vmware itself seems to work but > networking is failed... Yes, it has to do with the cloning of if_tap with devfs. mv /compat/linux/dev/vmnet1 /compat/linux/dev/vmnet1.bak ln -s /dev/vmnet1 /compat/linux/dev/vmnet1 cat /dev/vmnet1 ^C Now it should work. Cheers, -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message