netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Denys" <denys@visp.net.lb>
To: "Denys" <denys@visp.net.lb>,
	Stephen Hemminger <shemminger@linux-foundation.org>,
	Patrick McHardy <kaber@trash.net>
Cc: netdev@vger.kernel.org
Subject: Re: more iproute2 issues (not critical)
Date: Sat, 31 Mar 2007 05:31:03 +0300	[thread overview]
Message-ID: <20070331023011.M8101@visp.net.lb> (raw)
In-Reply-To: <20070331021401.M17326@visp.net.lb>

Ooops, sorry, it seems my fault, no library exist on this system.
But i guess it must not coredump in this case? Is it possible to check if 
library not exist and just print some nice message?
It is trivial i guess.

On Sat, 31 Mar 2007 05:26:00 +0300, Denys wrote
> While running tc monitor
> 
> defaulthost ~ #/sbin/tc2 monitor
> qdisc prio 1: dev if92 root bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 
> 1 1 1 1 qdisc tbf 2: dev if92 parent 1:1 rate 121600bit burst 512Kb 
> peakrate 1280Kbit minburst 16Kb lat 500.0ms filter dev if92 parent 
> 1: protocol ip pref 5 u32 fh 800::800 order 2048 key ht 800 bkt 0 
> flowid 3:1  match c2929918/ffffffff at 12 filter dev if92 parent 1: 
> protocol ip pref 5 u32 fh 800::801 order 2049 key ht 800 bkt 0 
> flowid 3:1  match c292991a/ffffffff at 12 filter dev if92 parent 1: 
> protocol ip pref 5 u32 fh 800::802 order 2050 key ht 800 bkt 0 
> flowid 3:1  match 02020266/ffffffff at 12 filter dev if92 parent 1: 
> protocol ip pref 5 u32 fh 800::803 order 2051 key ht 800 bkt 0 
> flowid 3:1  match 02020269/ffffffff at 12 filter dev if92 parent 1: 
> protocol ip pref 5 u32 fh 800::804 order 2052 key ht 800 bkt 0 
> flowid 3:1  match 0202026a/ffffffff at 12 filter dev if92 parent 1: 
> protocol ip pref 10 u32 fh 801::800 order 2048 key ht 801 bkt 0 
> flowid 2:1  match 00000000/00000000 at 16 deleted filter dev ifb0 
> parent 1: protocol ip pref 117 fw deleted class htb 1:117 dev ifb0 
> root leaf 117: prio 0 rate 32000bit ceil 32000bit burst 1604b cburst 
> 1604b class htb 1:117 dev ifb0 root prio 0 rate 32000bit ceil 
> 32000bit burst 1604b cburst 1604b qdisc sfq 117: dev ifb0 parent 
> 1:117 limit 128p quantum 1514b perturb 5sec filter dev ifb0 parent 
> 1: protocol ip pref 117 fw handle 0x75 classid 1:117 qdisc ingress 
> ffff: dev if92 parent ffff:fff1 ---------------- filter dev if92 
> parent ffff: protocol ip pref 5 u32 fh 800::800 order 2048 key ht 
> 800 bkt 0 flowid 1:1  match 02020266/ffffffff at 16 filter dev if92 
> parent ffff: protocol ip pref 5 u32 fh 800::801 order 2049 key ht 
> 800 bkt 0 flowid 1:1  match 02020269/ffffffff at 16 filter dev if92 
> parent ffff: protocol ip pref 5 u32 fh 800::802 order 2050 key ht 
> 800 bkt 0 flowid 1:1  match 0202026a/ffffffff at 16 filter dev if92 
> parent ffff: protocol ip pref 5 u32 fh 800::803 order 2051 key ht 
> 800 bkt 0 flowid 1:1  match c2929918/ffffffff at 16 filter dev if92 
> parent ffff: protocol ip pref 5 u32 fh 800::804 order 2052 key ht 
> 800 bkt 0 flowid 1:1  match c292991a/ffffffff at 16 filter dev if92 
> parent ffff: protocol ip pref 10 u32 fh 801::800 order 2048 key ht 
> 801 bkt 0 flowid 1:1  match 00000000/00000000 at 0        action 
> order 1: tablename: mangle  hook: NF_IP_PRE_ROUTING Segmentation 
> fault (core dumped)
> 
> Program terminated with signal 11, Segmentation fault.
> #0  0x08069f38 in get_target_name (name=0xbfa397f2 "MARK") at m_ipt.c:219
> 219             char path[strlen(lib_dir) + sizeof ("/libipt_.so") + 
> strlen(name)];
> 
> Do you need "bt full" ?
> Compiled from git tree, but not latest (a little bit more fresh than 
> latest release).
> 
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
Virtual ISP S.A.L.


  reply	other threads:[~2007-03-31  2:31 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-21 18:00 iproute2-2.6.20-070313 bug ? Denys
2007-03-22 11:23 ` Patrick McHardy
2007-03-22 12:46   ` Denys
2007-03-22 13:09     ` Patrick McHardy
     [not found]       ` <20070322131245.M85528@visp.net.lb>
2007-03-22 13:23         ` Patrick McHardy
2007-03-22 13:35           ` Denys
     [not found]           ` <20070322132637.M88445@visp.net.lb>
2007-03-22 13:43             ` Patrick McHardy
2007-03-22 13:47               ` Denys
2007-03-22 13:26       ` Denys
2007-03-22 17:12       ` Stephen Hemminger
2007-03-22 17:14         ` Patrick McHardy
2007-03-26 18:49           ` more... iproute2/htb/whatever critical " Denys
2007-03-27 15:10             ` Patrick McHardy
2007-03-27 15:18               ` Denys
2007-03-27 16:00               ` Denys
2007-03-27 16:21                 ` Patrick McHardy
2007-03-28 17:38                   ` another " Denys
2007-03-28 23:55                   ` Denys
2007-03-29 10:58                     ` Patrick McHardy
2007-03-31  2:26         ` more iproute2 issues (not critical) Denys
2007-03-31  2:31           ` Denys [this message]
2007-03-31 14:16             ` Patrick McHardy
2007-04-04  0:03         ` one more... iproute commands lockup whole system Denys
2007-04-04  1:10           ` jamal
2007-04-04  1:39             ` Patrick McHardy
2007-04-04  2:09               ` jamal
2007-04-04  2:11               ` Denys
2007-04-04 10:55                 ` jamal
2007-04-04 12:56                   ` Denys
2007-04-04 14:10                     ` jamal
2007-04-04 14:35                       ` Denys
2007-04-04 14:13                     ` HTB/act_mirred problem [was: one more... iproute commands lockup whole system] Patrick McHardy
2007-04-04 14:33                       ` jamal
2007-04-04 14:50                         ` Patrick McHardy
2007-04-05  1:33                           ` jamal
2007-04-04 13:36                   ` one more... iproute commands lockup whole system Patrick McHardy
2007-04-04 13:58                     ` jamal
2007-04-04 14:07                       ` Patrick McHardy
2007-04-04 14:30                         ` jamal
2007-04-04 14:39                           ` Patrick McHardy
2007-04-05  2:14                             ` jamal

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=20070331023011.M8101@visp.net.lb \
    --to=denys@visp.net.lb \
    --cc=kaber@trash.net \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).