LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ip_queue: failed to register queue handler (https://www.linuxquestions.org/questions/linux-software-2/ip_queue-failed-to-register-queue-handler-691406/)

hnshashi 12-18-2008 01:39 AM

ip_queue: failed to register queue handler
 
Hi,
I want send netfilter packets to userspace application. For this I have installed iptables-devel*.rpm for libipq. Now i am trying to insert "ip_queue" module but it gives following error

bash# modprobe ip_queue
Note: /etc/modules.conf is more recent than /lib/modules/2.4.22-5/modules.dep
/lib/modules/2.4.22-5/kernel/net/ipv4/netfilter/ip_queue.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22-5/kernel/net/ipv4/netfilter/ip_queue.o: insmod /lib/modules/2.4.22-5/kernel/net/ipv4/netfilter/ip_queue.o failed
/lib/modules/2.4.22-5/kernel/net/ipv4/netfilter/ip_queue.o: insmod ip_queue failed


In dmesg
bash#dmesg
ip_queue: failed to register queue handler.

Also i cant unload imq module.

bash# rmmod imq
imq: Device or resource busy.

plz let me know i can solve this.



Thanks
Shashidhara HN


All times are GMT -5. The time now is 01:49 PM.