From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: IMQ AND IP_Queue Date: Sat, 29 Jul 2006 17:10:23 +0200 Message-ID: <44CB7A5F.7050106@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter Return-path: To: Rajesh Mahajan 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 Rajesh Mahajan wrote: > we r currently using kernel 2.6.12 and iptables 1.3 > there is issue between imq and ip_queue > we r using imq for shaping > now we ip_queue module to be inserted > But it is unable to insert it is giving errors > FATAL: Error inserting ip_queue (/lib/modules/2.6.12-1-686 > /kernel/net/ipv4/netfilter/ip_queue.ko): Device or resource busy Well known problem, you can't have two queues for the same address family. The IFB device present in current kernels replaces IMQ and doesn't need to bind to a netfilter queue.