From owner-freebsd-emulation Thu May 23 2:30:46 2002 Delivered-To: freebsd-emulation@freebsd.org Received: from x1mc.gunma-ct.ac.jp (ifw.gunma-ct.ac.jp [210.253.182.2]) by hub.freebsd.org (Postfix) with ESMTP id D671037B405 for ; Thu, 23 May 2002 02:30:42 -0700 (PDT) Date: Thu, 23 May 2002 18:30:38 +0900 (JST) Message-Id: <20020523.183038.730548531.kaminaga@nat.gunma-ct.ac.jp> In-Reply-To: <200205140638.g4E6cjx04767@panix2.panix.com> References: <200205140638.g4E6cjx04767@panix2.panix.com> To: freebsd-emulation@freebsd.org Subject: RE: Linux emulation problems with vmware2 again From: Yasuhito KAMINAGA Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 02:38:45 -0400 5/14/2002, Rajappa Iyer wrote: >I thought that this problem was resolved a year back, but I'm seeing >it again on 4.6-PRERELEASE (cvsup'ed as of May 13, 2002). > >"Could not get interface address for vmnet1: Cannot assign requested address >Failed to configure ethernet0" Try this patch. --- vmware.sh.org Thu May 23 16:55:35 2002 +++ vmware.sh Thu May 23 18:21:19 2002 @@ -54,7 +54,8 @@ exit 255 fi echo -n > $dev_vmnet1 - ifconfig vmnet1 $host_ip netmask $netmask + ifconfig vmnet1 inet $host_ip + ifconfig vmnet1 netmask $netmask if [ X$bridged = XYES ]; then kldstat -v | grep netgraph >/dev/null || kldload netgraph.ko kldstat -v | grep ng_ether >/dev/null || kldload ng_ether.ko -- Yasuhito Kaminaga Gunma National College of Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message