From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhishek Misra Subject: error : unable to register queue handler Date: Sun, 14 Aug 2005 15:41:27 +0530 (IST) Message-ID: Return-path: 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 hello, I am having problem with inserting a module . It has compiled well but on insertion (insmod) error message "failed to register queue handler" is displayed. the functiong call used is nf_register_queue_handler(PF_INET,ipq_enquepacket,NULL); i expect that the code is corect as it was working earlier . recently my system had crashed and i had to reinstall linux. I have tried a lot with kernel configuration (make menuconfig) but it did not help. please let me know to fix this. Thank You Abhishek Misra