From owner-freebsd-current@FreeBSD.ORG Tue Jul 11 23:08:21 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B3616A4E1 for ; Tue, 11 Jul 2006 23:08:21 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398B543D4C for ; Tue, 11 Jul 2006 23:08:19 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so35224uge for ; Tue, 11 Jul 2006 16:08:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bl4zTP57/3x43Pk+MVC9522CirkqMNylFV5DQjCY8i2qvNIM1Vx5lj+FYqa7zZCF3/b72G2NzBoQt6EOz3z9kvtWvnSCAJktyA6ioWvm/UUyj1MUrCy4CjX+dx4zfjQprxWvb3jgTpquItwZRhl1EaRnbY4rl41qOIPl7dHFbII= Received: by 10.67.22.2 with SMTP id z2mr52953ugi; Tue, 11 Jul 2006 16:08:19 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Tue, 11 Jul 2006 16:08:19 -0700 (PDT) Message-ID: Date: Tue, 11 Jul 2006 19:08:19 -0400 From: "Scott Ullrich" To: "Robert Watson" In-Reply-To: <20060711181436.Q1381@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060711023815.R94284@fledge.watson.org> <20060711111504.W94284@fledge.watson.org> <20060711181436.Q1381@fledge.watson.org> Cc: FreeBSD Current Subject: Re: panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant 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, 11 Jul 2006 23:08:21 -0000 On 7/11/06, Robert Watson wrote: > I believe it's already on the re@ todo list but I'm not sure of the status. I > have a few changes I'd like to merge to RELENG_6_1 also: > > - mbuf allocator "denied" statistics count fix > > - ip_ctloutput() TCP panic when TCP state is queried using socket options > after reset. These patches fixed the problem! I am now remote booting pfSense with BSDInstaller. This did not work on 5.X but seems to work great with these patches. Thanks for all your help! Scott