All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] bug in new IMQ ?
@ 2002-04-08 12:16 SIMOND François
  2002-04-08 13:28 ` Patrick McHardy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: SIMOND François @ 2002-04-08 12:16 UTC (permalink / raw)
  To: lartc

Hello to list and Patrick !
scuse me first for my bad english:)

I'm using the new IMQ code since 2 days, and it's very efficient!
but i've experimented a bad problem, that i doesn't manage to resolve.

for example I load these simple rules:

   tc qdisc add dev imq0 handle 1: root htb default 1
    tc class add dev imq0 parent 1: classid 1:1 htb rate 500kbit burst 30k
     tc qdisc add dev imq0 parent 1:1 handle 21:0 sfq
      tc filter add dev imq0 protocol ip parent 1: handle 10 fw classid 1:1

   iptables -t mangle -A PREROUTING -i ppp0 -j IMQ
   iptables -t mangle -A PREROUTING -i ppp0 -j MARK --set-mark 10
   ip link set imq0 up

the result in the syslog is (at the first network activity)
   "kernel: nf_hook: Verdict = QUEUE."
and quickly become:
   "kernel: last message repeated 6 times"

the real problem is that I've experimented a silent Crash this morning
but before using IMQ this machine was rock stable (months without crash)
the only usable log of it is:

   Apr  8 10:03:55 way kernel: nf_hook: Verdict = QUEUE.
   Apr  8 10:04:26 way last message repeated 1533 times
   Apr  8 10:05:27 way last message repeated 2982 times
   Apr  8 10:06:28 way last message repeated 2808 times
   Apr  8 10:07:29 way last message repeated 2837 times
   Apr  8 10:08:30 way last message repeated 2841 times
   Apr  8 10:09:31 way last message repeated 3008 times
   >> crash here, pc completely freezed <<
   Apr  8 10:21:08 way syslogd 1.4.1: restart.

Configuration:
o kernel 2.4.18 with HTB patch,
o netfilter/iptables v1.2.6a from CVS, ppp0 is kernel mode pppoe,
o iproute2-ss020116 compiled with HTB patch

So, is it a bug, or a misconfiguration ?

tanks a lot!:)


curio / a QoS addicted french guy :)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-04-09 21:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-08 12:16 [LARTC] bug in new IMQ ? SIMOND François
2002-04-08 13:28 ` Patrick McHardy
2002-04-08 13:32 ` Patrick McHardy
2002-04-08 14:33 ` Martin Devera
2002-04-09 13:04 ` Patrick McHardy
2002-04-09 13:56 ` Martin Devera
2002-04-09 21:19 ` 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.