Re: bug with freebsd-5.3-beta2 when i boot
From: Gavin Atkinson (gavin.atkinson_at_ury.york.ac.uk)
Date: 08/31/04
- Previous message: Justin Settle: "Re: cvs-src summary for August 23-30"
- In reply to: fghjgf gfgfgjjg: "bug with freebsd-5.3-beta2 when i boot"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: fghjgf gfgfgjjg <cell_468@yahoo.fr> Date: Tue, 31 Aug 2004 14:06:49 +0100
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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Justin Settle: "Re: cvs-src summary for August 23-30"
- In reply to: fghjgf gfgfgjjg: "bug with freebsd-5.3-beta2 when i boot"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|