From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 15:38:28 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 21C5B16A4CE for ; Tue, 31 Aug 2004 15:38:28 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863E643D31 for ; Tue, 31 Aug 2004 15:38:27 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so150524rnl for ; Tue, 31 Aug 2004 08:38:26 -0700 (PDT) Received: by 10.38.83.80 with SMTP id g80mr923112rnb; Tue, 31 Aug 2004 08:38:26 -0700 (PDT) Received: by 10.38.75.25 with HTTP; Tue, 31 Aug 2004 08:38:26 -0700 (PDT) Message-ID: <790a9fff0408310838554f37fb@mail.gmail.com> Date: Tue, 31 Aug 2004 10:38:26 -0500 From: Scot Hetzel To: splinter cell In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-current@freebsd.org Subject: Re: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 15:38:28 -0000 On Tue, 31 Aug 2004 11:05:45 +0200, splinter cell wrote: > > Hello , my kernel has crashed because i have nad lines in my > loader.conf : > netgraph_load="YES" > if_tap_load="YES" > ng_ether_load="YES" > ng_bridge_load="YES" > ng_socket_load="YES" > and i don't how to delete this lines because i am on ddb now.The > message of the panic : > panic: mutex "tapmtx" 0x0a27d80 already initialised.Anyone have a > solution for delete this lines in my /boot/loader.conf ? > You just need to hit the space bar as the loader is booting the system (before the kernel loads), then at the loader prompt you need to set these to NO with: set if_tap_load="NO" : set ng_socket_load="NO" boot Scot