lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 16 Jun 2008 23:48:29 +0200
From:	Josip Rodin <joy@...uzijast.net>
To:	Michael Chan <mchan@...adcom.com>
Cc:	Ben Hutchings <bhutchings@...arflare.com>, netdev@...r.kernel.org,
	mirrors@...ian.org
Subject: Re: bnx2_poll panicking kernel

On Mon, Jun 16, 2008 at 11:38:21PM +0200, Josip Rodin wrote:
> > > Josip, please provide more information such as driver version from
> > > ethtool -i, lspci, which version did you first see the problem, and
> > > whether the latest in 2.6.25 has the same problem.  Thanks.
> > 
> > The version with the problem is 2.6.22.18. The machine is fairly new
> > (HP DL360 G5), it only ever ran the .22 kernel. It was running this kernel
> > just fine for 112 days prior to the first incident on 2008-06-03, and since
> > then, the crash happened a total of 17 times. Our big rsync runs happen
> > twice a day, so it's a pretty bad record.
> > 
> > I can't verify that the crash was caused by the same thing every time
> > because I don't have console logs, but the symptoms are always the same - a
> > few minutes into the rsync run, it goes down, logging nothing in syslog.
> > 
> > I'll be rebooting into 2.6.25.6 shortly, and then I'll have information
> > relevant to that in about a day or two.
> 
> Crap, it just crashed again, with 2.6.25.6.

I should mention that I might have a clue - around the time the crashes
started, I started using HTB with the following configuration:

tc qdisc add dev eth0 root handle 1: htb default 100
tc class  add dev eth0 parent 1: classid  1:1  htb rate 500mbit ceil 1gbit burst 5m
tc class  add dev eth0 parent 1:1 classid 1:2  htb rate 100mbit ceil 1gbit burst 1m prio 0
tc qdisc  add dev eth0 parent 1:2  handle 2:  sfq
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip dport 22 0xffff   flowid 1:2
tc class  add dev eth0 parent 1:1 classid 1:3  htb rate 100mbit ceil 1gbit burst 1m prio 1
tc qdisc  add dev eth0 parent 1:3  handle 3:  sfq
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip dport 873 0xffff   flowid 1:3
tc class  add dev eth0 parent 1:1 classid 1:16 htb rate 50mbit ceil 100mbit burst 512k prio 3
tc qdisc  add dev eth0 parent 1:16 handle 16: sfq
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip dst 161.53.160.16 flowid 1:16
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip src 161.53.160.16 flowid 1:16
tc class  add dev eth0 parent 1:1 classid 1:100 htb rate 100mbit ceil 300mbit burst 1m prio 2
tc qdisc  add dev eth0 parent 1:100 handle 100: sfq

HTB actually complains a little bit about r2q/quantum (too big), but that's
not supposed to be so harmful.

-- 
     2. That which causes joy or happiness.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ