* [LARTC] strange msg, at boot
@ 2002-05-09 14:03 Ciprian Niculescu
2002-05-10 5:26 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Ciprian Niculescu @ 2002-05-09 14:03 UTC (permalink / raw)
To: lartc
i get this:
ip_conntrack (1024 buckets, 8192 max)
ip_tables: (C) 2000-2002 Netfilter core team
ip_queue: initialisation failed: unable to create queue
does anybody knows what it is???
it's a 2.4.18 kernel + IMQ + htb3 patch
C
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] strange msg, at boot
2002-05-09 14:03 [LARTC] strange msg, at boot Ciprian Niculescu
@ 2002-05-10 5:26 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2002-05-10 5:26 UTC (permalink / raw)
To: lartc
Hi.
Ciprian Niculescu wrote:
> i get this:
> ip_conntrack (1024 buckets, 8192 max)
> ip_tables: (C) 2000-2002 Netfilter core team
> ip_queue: initialisation failed: unable to create queue
This means you have compiled in both IMQ and ip_queue. Both use
netfilter queueing mechanism, but there can be only one registered user
per protocol, so this suggests IMQ came first and now ip_queue is unable
to register it's interest in PF_INET packets.
You can either just ignore this message or remove either imq or ip_queue
from you configuration.
Bye,
Patrick
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-10 5:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-09 14:03 [LARTC] strange msg, at boot Ciprian Niculescu
2002-05-10 5:26 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.