From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amin Azez Subject: Re: nfnetlink/ctnetlink - OOPS&panic Date: Tue, 19 Apr 2005 15:11:24 +0100 Message-ID: <4265118C.9010905@ufomechanic.net> References: <4264F3B6.9010408@eurodev.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Krzysztof Oledzki In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Krzysztof Oledzki wrote: > OK. So I have just checked modular configuration > (CONFIG_IP_NF_CONNTRACK_NETLINK=m & CONFIG_NETFILTER_NETLINK=m) > > # modprobe nfnetlink > FATAL: Error inserting nfnetlink > (/lib/modules/2.6.11.7/kernel/net/netfilter/nfnetlink.ko): Operation not > permitted > > dmesg shows: > Netfilter messages via NETLINK v0.12. > cannot initialize nfnetlink! You probably need to do: rmmod ip_queue first, as they both try and connect to the same notification socket. Sam Azez