Re: Enabling MCA causes system hangs

2010-09-14 Thread Daniel O'Connor
On 10/09/2010, at 22:00, Andriy Gapon wrote: >>> uname is.. FreeBSD midget.dons.net.au 8.0-STABLE FreeBSD 8.0-STABLE #6 >>> r202903M: Sun Jan 24 13:45:11 CST 2010 >>> dar...@midget.dons.net.au:/usr/obj/usr/src/sys/MIDGET amd64 > > Oh, I should have payed attention to the version. > I think that

Re: AoE driver for FBSD8 or later?

2010-09-14 Thread George Mamalakis
On 13/09/2010 16:20, Max Khon wrote: George, On Mon, Sep 13, 2010 at 7:53 PM, Max Khon > wrote: Have you tried to contact coraid on this matter? Can you try this port version? http://people.freebsd.org/~fjoe/aoe-2.tar.gz

Re: ipfw: Too many dynamic rules

2010-09-14 Thread Gareth de Vaux
On Fri 2010-09-10 (13:49), Gareth de Vaux wrote: > > Thirdly, if you feel FIN_WAIT2 is the cause of your problem, then you > > should consider adjusting the following sysctl: > > > > net.inet.tcp.finwait2_timeout > > > > Try something like 15000 (15 seconds) instead of the default (6). > > O

Re: ipfw: Too many dynamic rules

2010-09-14 Thread Jeremy Chadwick
On Tue, Sep 14, 2010 at 12:36:57PM +0200, Gareth de Vaux wrote: > On Fri 2010-09-10 (13:49), Gareth de Vaux wrote: > > > Thirdly, if you feel FIN_WAIT2 is the cause of your problem, then you > > > should consider adjusting the following sysctl: > > > > > > net.inet.tcp.finwait2_timeout > > > > >

Re: ipfw: Too many dynamic rules

2010-09-14 Thread Gareth de Vaux
On Tue 2010-09-14 (04:03), Jeremy Chadwick wrote: > You're absolutely certain these are all in FIN_WAIT_2 state and not > TIME_WAIT? Yup, $ netstat -an | grep FIN_WAIT_1 | wc -l 57 $ netstat -an | grep FIN_WAIT_2 | wc -l 431 $ netstat -an | grep TIME_WAIT | wc -l 17 _

Re: ipfw: Too many dynamic rules

2010-09-14 Thread Gareth de Vaux
On Tue 2010-09-14 (04:30), Jeremy Chadwick wrote: > Regarding net.inet.tcp.finwait2_timeout=15000 -- you don't see any > improvement at all? That's a bit strange. There's probably something If there was an improvement it was subtle (I was doing sporadic measurements), just that in the end my fir

Re: ipfw: Too many dynamic rules

2010-09-14 Thread Jeremy Chadwick
On Tue, Sep 14, 2010 at 01:12:00PM +0200, Gareth de Vaux wrote: > On Tue 2010-09-14 (04:03), Jeremy Chadwick wrote: > > You're absolutely certain these are all in FIN_WAIT_2 state and not > > TIME_WAIT? > > Yup, > > $ netstat -an | grep FIN_WAIT_1 | wc -l > 57 > $ netstat -an | grep FIN_WAI

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-14 Thread Pavel Gorshkov
On Mon, Sep 13, 2010 at 11:47:18PM +0200, Eivind E wrote: > Yeah, still hangs hard. Trying the normal radeon driver together > with Option "DRI" "False" as suggested to me in another mail > did let X start up once, but set the screen to much darker > colours (which also continued when exiting). Sta

FreeBSD 8.1/amd64 SMP + X11 + radeon/radeonhd crash

2010-09-14 Thread O. Hartmann
Problem: FreeBSD 8.1-STABLE/amd64 crashes with radeon and radeonhd in different, weird ways. I figured out when changing a box from a single-core hardware platform with FBSD 8.1-STABLE/amd64 UP kernel to a SMP kernel with a dul core CPU that a former 'stble' arragemnet of a AMD HD4830 and radeon

Re: AoE driver for FBSD8 or later?

2010-09-14 Thread Max Khon
George, On Tue, Sep 14, 2010 at 5:01 PM, George Mamalakis wrote: > On Mon, Sep 13, 2010 at 7:53 PM, Max Khon f...@samodelkin.net>> wrote: > >Have you tried to contact coraid on this matter? >> >> Can you try this port version? >> >> http://people.freebsd.org/~fjoe/aoe-2.tar.gz

Re: AoE driver for FBSD8 or later?

2010-09-14 Thread pluknet
On 14 September 2010 17:35, Max Khon wrote: > George, > > On Tue, Sep 14, 2010 at 5:01 PM, George Mamalakis wrote: > > >> On Mon, Sep 13, 2010 at 7:53 PM, Max Khon > f...@samodelkin.net>> wrote: >> > > >>    Have you tried to contact coraid on this matter? >>> >>> Can you try this port version? >>

Re: AoE driver for FBSD8 or later?

2010-09-14 Thread Ivan Voras
On 09/14/10 15:35, Max Khon wrote: On Tue, Sep 14, 2010 at 5:01 PM, George Mamalakiswrote: thank you very much for your help. The driver works fine; I am able to see all 13T. In case something goes wrong I will inform you. For the time being, everything is OK. I committed the port to the Fre

Re: AoE driver for FBSD8 or later?

2010-09-14 Thread Ivan Voras
On 09/14/10 12:01, George Mamalakis wrote: thank you very much for your help. The driver works fine; I am able to see all 13T. In case something goes wrong I will inform you. For the time being, everything is OK. As it is a relatively uncommon protocol, can you run some tests and describe you

Re: AoE driver for FBSD8 or later?

2010-09-14 Thread George Mamalakis
On 14/9/2010 4:35 ??, Max Khon wrote: George, On Tue, Sep 14, 2010 at 5:01 PM, George Mamalakis > wrote: On Mon, Sep 13, 2010 at 7:53 PM, Max Khon mailto:f...@samodelkin.net> >> wrote: Have

Re: RELENG_7 em problems (and RELENG_8)

2010-09-14 Thread Mike Tancsa
Hi Jack, Any plans to commit the patch below ? I have been running it on a number of boxes and it works as expected with no side effects. ---Mike At 04:00 PM 8/17/2010, Pyun YongHyeon wrote: On Tue, Aug 17, 2010 at 03:55:12PM -0400, Mike Tancsa wrote: > At 02:52 PM 8/17/2010,

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-14 Thread Eivind E
On Tue, 14 Sep 2010, Roland Smith wrote: On Tue, Sep 14, 2010 at 12:04:16AM +0200, Eivind E wrote: On Mon, 13 Sep 2010, Roland Smith wrote: Did you try the normal radeon driver (not radeonhd)? It supports the RV515 chip used by the X1550, too. Keep in mind that normal radeon driver is call

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-14 Thread Warren Block
On Mon, 13 Sep 2010, Eivind E wrote: On Mon, 13 Sep 2010, Oliver Fromme wrote: > The machine is now running FreeBSD 8.1, but after rebuilding all > packages via ports, the problem with the radeonhd driver is back, > showing exactly the same behaviour as before. Did you try the normal radeon d

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-14 Thread Eivind E
On Tue, 14 Sep 2010, Warren Block wrote: On Mon, 13 Sep 2010, Eivind E wrote: On Mon, 13 Sep 2010, Oliver Fromme wrote: > The machine is now running FreeBSD 8.1, but after rebuilding all > packages via ports, the problem with the radeonhd driver is back, > showing exactly the same behaviour

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-14 Thread Eivind E
On Tue, 14 Sep 2010, Pavel Gorshkov wrote: On Mon, Sep 13, 2010 at 11:47:18PM +0200, Eivind E wrote: Yeah, still hangs hard. Trying the normal radeon driver together with Option "DRI" "False" as suggested to me in another mail did let X start up once, but set the screen to much darker colours (

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-14 Thread Warren Block
On Tue, 14 Sep 2010, Eivind E wrote: First, the intermittent nature of the problem sounds like it might be hardware failure. The only easy way to test that would be to swap in another video board, but people rarely have extras. You also mentioned upgrading from 7.x to 8.1. It's worth run

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-14 Thread Oliver Pinter
Hi all! it's an old problem: http://lists.freebsd.org/pipermail/freebsd-x11/2010-February/009372.html And still exist... with or without dri/3d, it's a bug between freebsd agp and xorg-server. When you use vesa, than this problem is elliminated. With radeon or radeon-hd driver, the problem come

Re: Freebsd 8.1 + xorg + radeonhd hang

2010-09-14 Thread Warren Block
On Wed, 15 Sep 2010, Oliver Pinter wrote: it's an old problem: http://lists.freebsd.org/pipermail/freebsd-x11/2010-February/009372.html Please don't top-post, it makes responding more difficult. And still exist... with or without dri/3d, it's a bug between freebsd agp and xorg-server. When