From owner-freebsd-current@FreeBSD.ORG Fri Oct 1 15:37:26 2004 Return-Path: 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 8FC4B16A4CE; Fri, 1 Oct 2004 15:37:26 +0000 (GMT) Received: from mx-itb.geoph.ITB.ac.id (mx-itb.geoph.itb.ac.id [167.205.30.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42BAE43D5D; Fri, 1 Oct 2004 15:37:24 +0000 (GMT) (envelope-from dikshie@ppk.itb.ac.id) Received: from localhost.geoph.itb.ac.id (localhost.geoph.itb.ac.id [127.0.0.1]) by mx-itb.geoph.ITB.ac.id (Postfix) with ESMTP id 7A2EE20ADB; Fri, 1 Oct 2004 22:48:18 +0700 (WIT) Received: from mx-itb.geoph.ITB.ac.id (localhost.geoph.itb.ac.id [127.0.0.1]) by localhost.geoph.itb.ac.id (VaMailArmor-2.0.1.16) id 45957-2F918A1A; Fri, 01 Oct 2004 22:48:17 +0700 Received: from ipv6.ppk.itb.ac.id (ipv6.ppk.ITB.ac.id [167.205.25.15]) by mx-itb.geoph.ITB.ac.id (Postfix) with ESMTP id C232E20ACC; Fri, 1 Oct 2004 22:48:17 +0700 (WIT) Received: by ipv6.ppk.itb.ac.id (Postfix, from userid 1001) id 6717811484; Fri, 1 Oct 2004 22:37:16 +0700 (WIT) Date: Fri, 1 Oct 2004 22:37:16 +0700 From: Dikshie To: Robert Watson Message-ID: <20041001153716.GA849@ppk.itb.ac.id> References: <20040930044835.GA911@ppk.itb.ac.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Operating-System: (FreeBSD 5.3-BETA6 i386) X-Uptime: 10:35PM up 9 mins, 1 user, load averages: 0.00, 0.05, 0.06 X-Organization: Pusat Penelitian Kelautan (PPK) X-Location: Labtek VI Building, Institute of Technology, Bandung, Indonesia X-Web-Site: http://ipv6.ppk.itb.ac.id/~dikshie X-Yahoo-ID: dikshie X-GnuPG-Key: http://ipv6.ppk.itb.ac.id/gpg/ X-FingerPrint: 19AC 2592 1394 6C96 BABB 9060 50B8 D244 88E3 B55D X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.27.0.12; VDF: 6.27.0.82; host: mx-itb.geoph.itb.ac.id) cc: current@freebsd.org Subject: Re: -BETA6 panic with xorp multicast routing daemon X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 01 Oct 2004 15:37:26 -0000 Robert Watson (rwatson@freebsd.org) wrote: sorry for late reply. > >From the nature of the panic, it sounds like you're running with > NET_WITH_GIANT, debug.mpsafenet=0 in loader.conf, or that the setting has > been forced by running with a kernel component that relies on Giant over > the network stack? yes. dmesg shows: WARNING: debug.mpsafenet forced to 0 as ipsec requires Giant WARNING: MPSAFE network stack disabled, expect reduced performance. > Try the attached patch, please. your patch works very well. thanks a lot ! -dikshie-