Re: Dell SAS5 Performance Issue

2007-03-28 Thread Bjoern A. Zeeb
until april As said, I won't have the chance to test anything from this evening on and I had a few minutes so I added the usual printfs to get the detailed information for the reported mpt_cam_event()s. : grep ^mpt dell_pe860-20070328-02.log mpt0: port 0xec00-0xecff mem 0xfe9fc000-

Re: possible bug in pxeboot with TFTP support

2007-03-28 Thread Henrik Brix Andersen
On Mon, Mar 26, 2007 at 03:16:15PM -0400, Ryan J. Taylor wrote: > I compiled pxeboot with TFTP support by doing: > cd /usr/src/sys/boot > make -DLOADER_TFTP_SUPPORT > > I have clients booting via PXE and grabbing their root filesystem from a > memory disk. However, there was a long delay in the

amd64 ahd scsi error/problem with tyan mb

2007-03-28 Thread JoaoBR
hi some else has seen this? With more then 2 scsi disks on one channel I get the error below. The machine seems to work on all disks after then. With one or two disks the machine boots well. The error does not appear with FC6 and Tyan support argues a freebsd driver problem. some idea what I

NFS Mount problems

2007-03-28 Thread Tom Judge
Hi, I have a HA NFS server setup, but I am having some problems with mounting the NFS shares. I have had to patch mountd to allow it to be configured with an IP to bind to, its a bit of quick hack (no docs, ipv6 etc...) but solves the problem for us where mountd sends the packets from the

Re: [PATCH] bge(4) patch for -STABLE

2007-03-28 Thread Mike Tancsa
At 09:33 AM 3/17/2007, Mike Tancsa wrote: At 03:37 PM 3/16/2007, Jung-uk Kim wrote: It might fix your problem (i.e., we have some fixes for BCM5750 chipset family) but I am not so sure. Why don't you try it and tell me? ;-) Hi, Just to followup 11 days later and still no watchdog t

Re: [PATCH] bge(4) patch for -STABLE

2007-03-28 Thread Jung-uk Kim
On Wednesday 28 March 2007 12:50 pm, Mike Tancsa wrote: > At 09:33 AM 3/17/2007, Mike Tancsa wrote: > >At 03:37 PM 3/16/2007, Jung-uk Kim wrote: > >>It might fix your problem (i.e., we have some fixes for BCM5750 > >>chipset family) but I am not so sure. Why don't you try it and > >> tell me? ;-)

freebsd-update problem (on 6.2)

2007-03-28 Thread Miroslav Lachman
I did cvsup to RELENG_6_2 today and make build(world|kernel) install(kernel|world) After mergemaster & reboot uname reports 6.2-RELEASE-p3 but `freebsd-update fetch` downloads patches "to 6.2-RELEASE-p3" so I installed them by `freebsd-update install`. uname reports 6.2-RELEASE-p2 after rebo

Re: freebsd-update problem (on 6.2)

2007-03-28 Thread Colin Percival
Miroslav Lachman wrote: > I did cvsup to RELENG_6_2 today and make build(world|kernel) > install(kernel|world) > > After mergemaster & reboot uname reports 6.2-RELEASE-p3 but > `freebsd-update fetch` downloads patches "to 6.2-RELEASE-p3" so I > installed them by `freebsd-update install`. > > unam

Re: freebsd-update problem (on 6.2)

2007-03-28 Thread Colin Percival
Don O'Neil wrote: >Can I use freebsd-update to update from 6.1-STABLE-200608 to the latest > version? When I try to run the program it says its not compatible... Is > there a way to force it to update anyway Only by editing the freebsd-update script or by modifying uname(1). > and is there an

RE: freebsd-update problem (on 6.2)

2007-03-28 Thread Don O'Neil
Colin, Can I use freebsd-update to update from 6.1-STABLE-200608 to the latest version? When I try to run the program it says its not compatible... Is there a way to force it to update anyway, and is there any reason I would NOT want to force it? I'm just trying to figure out the best way to ge

Re: em(4) losing link when if_bridge(4) addm/deletem are used

2007-03-28 Thread Andrew Thompson
On Tue, Mar 27, 2007 at 08:33:27PM -0700, Jeremy Chadwick wrote: > In the midst of the madness, I found that when doing either of the > following commands... > > ifconfig bridge0 addm em1 > ifconfig bridge0 deletem em1 > > ...I see the entire em1 interface completely reset, bringing down link

Re: [SOLVED] NFS Mount problems

2007-03-28 Thread Tom Judge
Tom Judge wrote: Hi, I have a HA NFS server setup, but I am having some problems with mounting the NFS shares. I have had to patch mountd to allow it to be configured with an IP to bind to, its a bit of quick hack (no docs, ipv6 etc...) but solves the problem for us where mountd sends the

Re: Pthreads signals

2007-03-28 Thread Steve Watt
In <[EMAIL PROTECTED]>, Daniel Eischen <[EMAIL PROTECTED]> wrote: >On Wed, 28 Mar 2007, Peter Holmes wrote: > >> How do signals work with pthreads in FreeBSD. How are process signals >> delivered? > >The best explanation of signals and threads in general >is in the POSIX spec, or Butenhof's book.

Re: em(4) losing link when if_bridge(4) addm/deletem are used

2007-03-28 Thread Jeremy Chadwick
On Thu, Mar 29, 2007 at 09:37:09AM +1200, Andrew Thompson wrote: > On Tue, Mar 27, 2007 at 08:33:27PM -0700, Jeremy Chadwick wrote: > > In the midst of the madness, I found that when doing either of the > > following commands... > > > > ifconfig bridge0 addm em1 > > ifconfig bridge0 deletem em

Re: em(4) losing link when if_bridge(4) addm/deletem are used

2007-03-28 Thread Andrew Thompson
On Wed, Mar 28, 2007 at 03:30:45PM -0700, Jeremy Chadwick wrote: > On Thu, Mar 29, 2007 at 09:37:09AM +1200, Andrew Thompson wrote: > > On Tue, Mar 27, 2007 at 08:33:27PM -0700, Jeremy Chadwick wrote: > > > In the midst of the madness, I found that when doing either of the > > > following commands.

Re: Pthreads signals

2007-03-28 Thread Daniel Eischen
On Wed, 28 Mar 2007, Steve Watt wrote: In <[EMAIL PROTECTED]>, Daniel Eischen <[EMAIL PROTECTED]> wrote: On Wed, 28 Mar 2007, Peter Holmes wrote: How do signals work with pthreads in FreeBSD. How are process signals delivered? The best explanation of signals and threads in general is in th

src/sys/contrib/ipfilter/netinet/ip_state.c rev 1.38

2007-03-28 Thread viper
Hi everyone. I check in cvs src/sys/contrib/ipfilter/netinet/ip_state.c I saw the following : "Sun Dec 24 02:18:36 2006 UTC (3 months ago) by darrenr TCP Window scaling was being recognised but the recorded settings were being clobbered and thus effectively disabled. MFC after: 7 days" Tod