From owner-freebsd-current@FreeBSD.ORG Tue Feb 27 01:31:13 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 390E916A405 for ; Tue, 27 Feb 2007 01:31:13 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id EBFCC13C4B2 for ; Tue, 27 Feb 2007 01:31:12 +0000 (UTC) (envelope-from sam@errno.com) Received: from [10.0.0.178] ([10.0.0.178]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l1R1VCet029417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 Feb 2007 17:31:12 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <45E389E0.8040704@errno.com> Date: Mon, 26 Feb 2007 17:31:12 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20070227000327.GA65392@mail.scottro.net> In-Reply-To: <20070227000327.GA65392@mail.scottro.net> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: if_bridge problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 01:31:13 -0000 Scott Robbins wrote: > I updated (after a couple of weeks) last night. > > uname -a > > FreeBSD mail.scottro.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Feb 25 01:16:20 EST 2007 root@mail.scottro.net:/usr/obj/usr/src/sys/S11 i386 > > Suddenly I can no longer create a bridge. I use it with qemu and > usually do > > kldload if_bridge > > Then > > ifconfig bridge0 create > > When I did that today I got > > ifconfig: SIOCIFCREATE2: Invalid argument > > I see a mention of an almost identical problem from August of last year. > > > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=546442+0+archive/2006/freebsd-current/20060813.freebsd-curren > > (Sorry about the wordwrap on the link.) > > However, I've seen nothing recent so I don't know if this is just me or > not. > > Thank you to anyone who can offer some insight. > > dmesg|tail will likely tell you the bridgestp module is missing. Sam