From owner-freebsd-stable@FreeBSD.ORG Fri Dec 9 15:35:39 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7F7F1065675 for ; Fri, 9 Dec 2011 15:35:39 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7458FC19 for ; Fri, 9 Dec 2011 15:35:38 +0000 (UTC) Received: by lahl5 with SMTP id l5so745882lah.13 for ; Fri, 09 Dec 2011 07:35:38 -0800 (PST) Received: by 10.152.104.1 with SMTP id ga1mr5059449lab.40.1323443331952; Fri, 09 Dec 2011 07:08:51 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id nw10sm7973800lab.4.2011.12.09.07.08.50 (version=SSLv3 cipher=OTHER); Fri, 09 Dec 2011 07:08:50 -0800 (PST) Message-ID: <4EE22481.60709@my.gd> Date: Fri, 09 Dec 2011 16:08:49 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <201112090913.CAA03333@lariat.net> <4EE1DEAD.2040108@gmail.com> In-Reply-To: <4EE1DEAD.2040108@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Two problems still present in RC3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2011 15:35:39 -0000 On 12/9/11 11:10 AM, Johan Hendriks wrote: > Brett Glass schreef: >> The interfaces SEEM to be configured correctly, but the messages -- >> which must be coming from scripts called by /etc/netstart -- are >> troubling. > > Same thing happens with lagg0 > > If i use this config, after a reboot all is fine > > ifconfig_em0="up" > ifconfig_em1="up" > cloned_interfaces="lagg0" > ifconfig_lagg0="laggproto lacp laggport em0 laggport em1 192.168.100.1/24" > I notice you're missing "inet" in your ifconfig_lagg0 line. Try this one instead: ifconfig_lagg0="laggproto lacp laggport em0 laggport em1 inet 192.168.100.1/24"