All of lore.kernel.org
 help / color / mirror / Atom feed
From: "SIMOND François" <curio@free.fr>
To: lartc@vger.kernel.org
Subject: [LARTC] bug in new IMQ ?
Date: Mon, 08 Apr 2002 12:16:00 +0000	[thread overview]
Message-ID: <marc-lartc-101826826118987@msgid-missing> (raw)

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/

             reply	other threads:[~2002-04-08 12:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-08 12:16 SIMOND François [this message]
2002-04-08 13:28 ` [LARTC] bug in new IMQ ? 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-101826826118987@msgid-missing \
    --to=curio@free.fr \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.