If I try to modprobe ip_queue on boot time, it install succesfully:

srv:~# lsmod | grep ip
ip_queue               15384  0
iptable_filter          8192  1
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

But programs can't connect to socket:
ds_ipq:1 [ERR]: linux ipq handle failed: Unable to bind netlink socket!
NFNETLINK answers: Device or resource busy

If I try first to start program, that use netlink socket, program connects to it succesfully, but after that I can't modprobe ip_queue with error: FATAL: Error inserting ip_queue (/lib/modules/2.6.25-2-amd64/kernel/net/ipv4/netfilter/ip_queue.ko): Device or resource busy

If I kill all processes with program that use netlinks socket, I can't modprobe ip_queue too with the same error.

The program that I use, works good on iptables 1.3.x and on lastest CentOS and FreeBSD



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to