Date: 07 Nov 2001 16:06:52 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: "K.Sumitani" <ksumitani@mui.biglobe.ne.jp> Cc: Marcel Moolenaar <marcel@cup.hp.com>, emulation@FreeBSD.ORG Subject: Re: Linuxulator MFC and VMware Message-ID: <xzp3d3q8vsj.fsf@flood.ping.uio.no> In-Reply-To: <20011107234409.XACFC0A8274C.C78F0C8A@mail.biglobe.ne.jp> References: <20011107234409.XACFC0A8274C.C78F0C8A@mail.biglobe.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
"K.Sumitani" <ksumitani@mui.biglobe.ne.jp> writes: > I tried Dag-Erling's patch, but unfortunately, it doesn't work. > > VMWare says 'Could not get address for /dev/vmnet1....'; same > message without patch. Ah, yes, I see what's wrong now. 1) the patch I posted is still required for proper operation. 2) linux_ioctl_socket() should skip the translation bit if (args->cmd & 0xffff) == LINUX_SIOCGIFADDR or LINUX_SIOCSIFADDR, and td->td_proc->p_fd->fd_ofiles[args->fd]->type != DTYPE_SOCKET I'll have a patch ready later tonight. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp3d3q8vsj.fsf>