From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUM4N-0003dt-Fo for qemu-devel@nongnu.org; Sun, 30 May 2004 04:53:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUM4K-0003dG-ML for qemu-devel@nongnu.org; Sun, 30 May 2004 04:53:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUM4K-0003cd-Hi for qemu-devel@nongnu.org; Sun, 30 May 2004 04:53:24 -0400 Received: from [194.226.236.116] (helo=ums.usu.ru) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BUM4A-0004OO-UI for qemu-devel@nongnu.org; Sun, 30 May 2004 04:53:15 -0400 Message-ID: <40B9A13E.9070403@ums.usu.ru> Date: Sun, 30 May 2004 14:54:22 +0600 From: "Alexander E. Patrakov" MIME-Version: 1.0 Subject: Re: [Qemu-devel] BSD network References: <40B997EE.8030903@shaw.ca> In-Reply-To: <40B997EE.8030903@shaw.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Taras wrote: > Hello, > Does anyone have networking working in freebsd or netbsd? I'm trying to > do a netinstall. Using -pci and -user-net both freebsd & netbsd can > obtain an ip over dhcp. However netbsd doesn't even seem to be able to > do dns. Freebsd appears to be able to resolve the dns names of the > servers, but can't login(tcp wont work?). This may be related to the issue covered in the "Overpotimization" thread. Please verify if issuing the following command instead of plain "make" resolves the problem for you: make CFLAGS="-O2 -g -Wall -fno-strict-aliasing -- Alexander E. Patrakov