From owner-freebsd-current@FreeBSD.ORG Wed Jul 1 01:53:26 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7584B1065686; Wed, 1 Jul 2009 01:53:26 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1928FC25; Wed, 1 Jul 2009 01:53:25 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 3FF707E837; Tue, 30 Jun 2009 17:53:25 -0800 (AKDT) From: Mel Flynn To: freebsd-current@freebsd.org Date: Tue, 30 Jun 2009 17:53:23 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200906271948.54745.mel.flynn+fbsd.current@mailing.thruhere.net> <20090629144205.GA83592@lor.one-eyed-alien.net> <200906291241.56414.mel.flynn+fbsd.current@mailing.thruhere.net> In-Reply-To: <200906291241.56414.mel.flynn+fbsd.current@mailing.thruhere.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906301753.24089.mel.flynn+fbsd.current@mailing.thruhere.net> Cc: Brooks Davis Subject: Re: Interface dependencies 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: Wed, 01 Jul 2009 01:53:26 -0000 On Monday 29 June 2009 12:41:55 Mel Flynn wrote: > I'll revert to what it "should really be" and keep rc_debug. Well, guess what. It now works: cloned_interfaces="lagg0" ifconfig_wpi0="ether 00:16:36:f2:3b:84" wlans_wpi0="wlan0" ifconfig_wlan0="WPA" ifconfig_em0="up" ifconfig_lagg0="laggproto failover laggport em0 laggport wlan0 192.168.2.50 netmask 255.255.255.0" This didn't work ~week or so ago, the exact same lines. I didn't have rc_debug on at the time and the /var/log/messages is gone anyway :(. The kernel didn't really change either (I went from a custom copy+delete one to an include GENERIC with a lot of nodevice/nooptions, but with the same result), so I'm stumped. Maybe r195029 fixed this too. -- Mel