Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2004 10:38:26 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        splinter cell <cell_46@msn.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re:
Message-ID:  <790a9fff0408310838554f37fb@mail.gmail.com>
In-Reply-To: <BAY5-F1274uHjuSCvw20005a3ac@hotmail.com>
References:  <BAY5-F1274uHjuSCvw20005a3ac@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 31 Aug 2004 11:05:45 +0200, splinter cell <cell_46@msn.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0408310838554f37fb>