From owner-freebsd-current Mon Feb 11 3:22:26 2002 Delivered-To: freebsd-current@freebsd.org Received: from kashmir.etowns.net (dsl-65-184-96-65.telocity.com [65.184.96.65]) by hub.freebsd.org (Postfix) with ESMTP id EDAA037B400 for ; Mon, 11 Feb 2002 03:22:17 -0800 (PST) Received: (from somebody@localhost) by kashmir.etowns.net (8.11.6/8.11.6) id g1BBNb302321; Mon, 11 Feb 2002 03:23:37 -0800 (PST) (envelope-from somebody) Date: Mon, 11 Feb 2002 03:23:36 -0800 From: whoever To: freebsd-current@freebsd.org Cc: somebody@kashmir.etowns.net Subject: Ethernet tunnel device Message-ID: <20020211032336.A2135@kashmir.etowns.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I am running FreeBSD current and barely got vmware working on it. Now I have another problem which I cant resolve. If I close down the vmware program and restart I get an error that vmnet(1,2,3,0 whatever) device is busy and can not be used. using /usr/local/etc/rc.d/vmware.sh stop and then start again didnt help either. running ifconfig gave me the following output (for vmnet2 which i was and intend to use again) vmnet2: flags=8843 mtu 1500 inet 192.168.254.1 netmask 0xffffff00 broadcast 192.168.254.255 inet6 fe80::2bd:fff:fe0f:2%vmnet2 prefixlen 64 scopeid 0x8 ether 00:bd:0f:0f:00:02 Opened by PID 698 clearly the device is opened by the previous instance of the program and is not closed. deleting the devices and recreating them didnt help any (using devfs which comes stock in current - 5.0) strangely even after deleting these devices from /dev ifconfig still lists them !!!!!! may be its because of devfs ....... but there ought to be someway. trying to destroy the device using ifconfig gives an error too which (i believe) it should because destroy is not for ethernet tunnel device if I am not wrong. but there are no options to destroy the ethernet tunnel device in ifconfig .... Should there be????? I cant think anymore ... would appreciate input from you guys . Any input. Please dont shy about telling me that I am going the wrong ally thanks a bunch Saurabh Gupta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message