From owner-freebsd-stable@FreeBSD.ORG Fri Feb 17 22:25:33 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 419E116A420 for ; Fri, 17 Feb 2006 22:25:33 +0000 (GMT) (envelope-from rhelmus@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C9643D45 for ; Fri, 17 Feb 2006 22:25:32 +0000 (GMT) (envelope-from rhelmus@gmail.com) Received: by nproxy.gmail.com with SMTP id l35so357300nfa for ; Fri, 17 Feb 2006 14:25:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=byccF6IklY57rLjxPBsx7qANjpZCWq5v7u5kq1wFn2j0bgugGL0NWuA+B31j9nkAwAtZTpuLpUdjMHSE237bFlx40OMElLlHBmQ3F8hv8Rp70jn3BJQfIxim91A37YCM69zLZTWHgqgeF+UpyAb2uCLasSDcfhRmpWsr0FqakA0= Received: by 10.49.68.13 with SMTP id v13mr573028nfk; Fri, 17 Feb 2006 14:25:31 -0800 (PST) Received: by 10.49.28.13 with HTTP; Fri, 17 Feb 2006 14:25:31 -0800 (PST) Message-ID: Date: Fri, 17 Feb 2006 22:25:31 +0000 From: "Rick Helmus" To: "Boris Samorodov" , freebsd-stable@freebsd.org In-Reply-To: <52731540@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <84894541@srv.sem.ipt.ru> <52731540@srv.sem.ipt.ru> Cc: Subject: Re: Ignoring firewall startup scripts 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, 17 Feb 2006 22:25:33 -0000 2006/2/17, Boris Samorodov : > > Good! ;-) > > Next try. What are your kernel and /etc/make.conf settings about IPV6? > If I'm not mistaken, the most significant change at current STABLE > concerning ipfw is that the latter is ipv6-enabled by default. Maybe > some inconsistency between the kernel and options (or modules, or ...)? > Hmm lets see...I didn't put anything for ipv6 in make.conf or the kernel config file. Although I forgot to mention that I disabled ipv6 from rc.conf after this occured. When it's enabled I got a few messages during boot saying something like "sendmsg: permission denied" (obvious if everything is blocked :). I only changed the ipv6_enable variable to "NO" to disable it, the other (commented) ipv6 variables in rc.conf were there to test if it would make any difference... PS: I changed to the ULE scheduler during the upgrade...I don't think it matters but just mention it anyway :)