From owner-freebsd-emulation Thu May 23 12:39:55 2002 Delivered-To: freebsd-emulation@freebsd.org Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by hub.freebsd.org (Postfix) with ESMTP id 2040C37B403 for ; Thu, 23 May 2002 12:39:52 -0700 (PDT) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail2.panix.com (Postfix) with ESMTP id 65DD08FA2; Thu, 23 May 2002 15:39:51 -0400 (EDT) Received: (from rsi@localhost) by panix2.panix.com (8.11.3nb1/8.8.8/PanixN1.0) id g4NJdp409297; Thu, 23 May 2002 15:39:51 -0400 (EDT) Message-Id: <200205231939.g4NJdp409297@panix2.panix.com> X-Authentication-Warning: panix2.panix.com: rsi set sender to rsi@panix.com using -f To: Yasuhito KAMINAGA Cc: freebsd-emulation@freebsd.org Subject: Re: Linux emulation problems with vmware2 again References: <200205140638.g4E6cjx04767@panix2.panix.com> <20020523.183038.730548531.kaminaga@nat.gunma-ct.ac.jp> From: Rajappa Iyer Date: 23 May 2002 15:39:51 -0400 Reply-To: rsi@panix.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Yasuhito KAMINAGA writes: > 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 Nope, that didn't fix it. I still get the following message on start up: ifconfig: ioctl (SIOCAIFADDR): File exists And the same complaint about "Cannot assign requested address..." I verified that the SIOCAIFADDR fix that was discussed about a year ago was in place. Strange. Any suggestions on how I can track this bug down? rsi -- a.k.a. Rajappa Iyer. They also surf who stand in the waves. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message