From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 6 14:23:32 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0A3116A407 for ; Tue, 6 Feb 2007 14:23:31 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id D46F513C4B2 for ; Tue, 6 Feb 2007 14:23:31 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (sky_cpfw-1.tulsatech.org [70.168.226.130]) by a.cs.okstate.edu (Postfix) with ESMTP id 734BDA084D; Tue, 6 Feb 2007 08:03:28 -0600 (CST) Message-ID: <45C88A9D.6070606@cs.okstate.edu> Date: Tue, 06 Feb 2007 08:03:09 -0600 From: Reid Linnemann User-Agent: Thunderbird 1.5.0.8 (X11/20061211) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <20070204041315.GB29230@mail.scottro.net> In-Reply-To: <20070204041315.GB29230@mail.scottro.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Latest qemu upgrade seems to have fixed slirp problems in CURRENT X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 14:23:32 -0000 Written by Scott Robbins on 02/03/07 22:13>> > As has been mentioned (errm, mostly by me) recent qemu upgrades seemed > to have broken slirp in CURRENT, though not in STABLE. > > The upgrade, comitted today, I think, 0.8.2s.20070111_1 seems to have > fixed the slirp issue. Trying a Linux installation and a Damn Small > Linux live CD image, I was able to reach the Internet using slirp. > > Ironically, since I've learned how to use tap networking (with many many > thanks to Bakul Shah for his help and patience, I've found it more > convenient. Still, I'm glad slirp is working again, as it is convenient > for quick test installs. > From my experience, on FreeBSD 6.0-STABLE (circa 4/06) and 6.2-STABLE (recent cvsup) I've noticed udp on slirp has been dead since at least 0.8.2s.20070111. The most recent port version 0.8.2s.20070203 still has broken udp on 6.0-STABLE, I haven't yet tested on 6.2-STABLE. I've had to resort to tap networking in the meantime as well. *shrug*