From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 13:06:53 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 9D66D16A4CE for ; Tue, 31 Aug 2004 13:06:53 +0000 (GMT) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 224CE43D53 for ; Tue, 31 Aug 2004 13:06:53 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy.york.ac.uk [144.32.226.160]) by mail-gw0.york.ac.uk (8.12.10/8.12.10) with ESMTP id i7VD6oLj016391; Tue, 31 Aug 2004 14:06:50 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.1/8.12.11) with ESMTP id i7VD6ota034352; Tue, 31 Aug 2004 14:06:50 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.1/8.12.11/Submit) id i7VD6of9034351; Tue, 31 Aug 2004 14:06:50 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: fghjgf gfgfgjjg In-Reply-To: <20040831124242.45154.qmail@web50106.mail.yahoo.com> References: <20040831124242.45154.qmail@web50106.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1093957609.33464.19.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 31 Aug 2004 14:06:49 +0100 X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: freebsd-current@freebsd.org Subject: Re: bug with freebsd-5.3-beta2 when i boot 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: Tue, 31 Aug 2004 13:06:53 -0000 On Tue, 2004-08-31 at 13:42, fghjgf gfgfgjjg 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 should be able to break into the loader and enter something like: unload load /boot/kernel/kernel boot To get it to boot. I suspect the problem is the second line - if_tap_load="YES". Try just removing that and seeing if it boots. Gavin