Your message dated Mon, 17 Aug 2009 11:00:27 +0200
with message-id <20090817090027.gu13...@baikonur.stro.at>
and subject line Re: Bug#495045: iptables: modprobe ip_queue - FATAL: Error
inserting ip_queue: Device or resource busy
has caused the Debian Bug report #495045,
regarding [kernel] iptables: Error inserting ip_queue: Device or
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
495045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495045
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: iptables
Version: 1.4.1.1-2
Severity: important
When I try to install module ip_queue to iptables, I see the error:
srv:~# modprobe ip_queue
FATAL: Error inserting ip_queue
(/lib/modules/2.6.25-2-amd64/kernel/net/ipv4/netfilter/ip_queue.ko): Device or
resource busy
And programs, that use ip_queue, can't connect to socket:
ds_ipq:1 [ERR]: linux ipq handle failed: Unable to bind netlink socket!
NFNETLINK answers: File exists
# lsmod | grep ip
iptable_filter 8192 125
iptable_nat 12048 1
nf_nat 25624 1 iptable_nat
nf_conntrack_ipv4 23696 3 iptable_nat,nf_nat
nf_conntrack 76304 3 iptable_nat,nf_nat,nf_conntrack_ipv4
iptable_mangle 8064 0
ip_tables 25488 3 iptable_filter,iptable_nat,iptable_mangle
x_tables 28168 2 iptable_nat,ip_tables
ipv6 294120 27
installed packages with iptables (lastest versions):
iptables
libnetfilter-queue1
libpcap0.8
How can I see which device (and which process) is busy for inserting module?
Confirm this bug on working www server (Debian Lenny upgraded from Etch,
apache, mysql) and on Debian Lenny Beta2 AMD64 fresh install (Standart system +
Apache + MySQL + libpcap + libnetfilter)
after starting and stopping NeTAMS service (that use ipq queue data source for
listen ip traffic) (http://netams.com/)
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages iptables depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
iptables recommends no packages.
iptables suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, Aug 17, 2009 at 09:15:19AM +0400, Murz wrote:
> After some updates in Lenny this bug is disappear.
> At now module loads normally without errors:
>
> $ sudo modprobe ip_queue
> WARNING: All config files need .conf: /etc/modprobe.d/nvidia-kernel-nkc, it
> will be ignored in a future release.
>
> I think we can close this bug.
thanks closing.
--- End Message ---