Re: mbuf leakage with nfs/zfs?

2010-03-05 Thread Daniel Braniss
[...] > > but it didn't help, it's not triggered > > > > Hmm, well that's the only place I could see in replay.c that could leak > (and it's a pretty straightforward piece of code). This is getting > interesting. Just to confirm where we currently are... > > - replay cache disabled --> no leak >

Re: usr/sbin/service False positives

2010-03-05 Thread Doug Barton
On 3/5/2010 10:42 PM, jhell wrote: Before I suspended that project for a month I forgot to disable that piece. Sorry for the noise. Ok, no worries. Thanks for confirming in any case. Doug -- ... and that's just a little bit of history repeating. -- Propeller

Re: usr/sbin/service False positives

2010-03-05 Thread jhell
On Sat, 6 Mar 2010 00:36, dougb@ wrote: On 3/5/2010 9:26 PM, jhell wrote: Hi Doug, FreeBSD 7.3-STABLE i386 r204701 Ive been getting the following (below sig) false positives from logcheck recently (moreso log/messages) from service(8). Is there any way that this could be worked around? Thi

Re: usr/sbin/service False positives

2010-03-05 Thread Doug Barton
On 3/5/2010 9:26 PM, jhell wrote: Hi Doug, FreeBSD 7.3-STABLE i386 r204701 Ive been getting the following (below sig) false positives from logcheck recently (moreso log/messages) from service(8). Is there any way that this could be worked around? This messages happen after a reboot and I am

usr/sbin/service False positives

2010-03-05 Thread jhell
Hi Doug, FreeBSD 7.3-STABLE i386 r204701 Ive been getting the following (below sig) false positives from logcheck recently (moreso log/messages) from service(8). Is there any way that this could be worked around? This messages happen after a reboot and I am presuming that it might be becau

Re: em(4) interface hangs under 8.0-RELEASE

2010-03-05 Thread Jack Vogel
Its using MSI? Given that its PCI-X I have no idea how robust MSI is, how bout you compile it with that disabled, use legacy IRQ and see if that makes any diff. Using TSO on anything pre-PCI Express is a bad idea, probably why its gotten a bad rep in the em driver. I have a driver in the works th

em(4) interface hangs under 8.0-RELEASE

2010-03-05 Thread Nick Rogers
I'm still having a problem where an em(4) interface mysteriously "hangs" and mostly stops sending/receiving packets until I issue an ifconfig emX down followed by an ifconfig emX up, which fixes the problem for some amount of time. Traffic on the interface is about a consistent 3mb/s. One interes

Re: Cron output mail lost with update to RELENG_7

2010-03-05 Thread Warren Block
On Fri, 5 Mar 2010, Kevin Oberman wrote: Date: Fri, 5 Mar 2010 14:29:32 -0600 From: Adam Vande More On Fri, Mar 5, 2010 at 1:32 PM, Kevin Oberman wrote: I have discovered a problem with the mail sent by cron jobs (I refer only to logs, not invocations of mail from scripts.) They never are d

Re: mbuf leakage with nfs/zfs?

2010-03-05 Thread Rick Macklem
On Fri, 5 Mar 2010, Daniel Braniss wrote: On Tue, 2 Mar 2010, Daniel Braniss wrote: just keep sending insights/pointers and enjoy life You could try this patch for sys/rpc/replay.c. Completely untested and just typed into email (so don't give it to "patch", just edit the file). - try

Re: Cron output mail lost with update to RELENG_7

2010-03-05 Thread Kevin Oberman
> Date: Fri, 5 Mar 2010 14:29:32 -0600 > From: Adam Vande More > > On Fri, Mar 5, 2010 at 1:32 PM, Kevin Oberman wrote: > > > I have discovered a problem with the mail sent by cron jobs (I refer > > only to logs, not invocations of mail from scripts.) They never are > > delivered. > > Mar 5 10

Re: Cron output mail lost with update to RELENG_7

2010-03-05 Thread Jeremy Chadwick
On Fri, Mar 05, 2010 at 11:32:47AM -0800, Kevin Oberman wrote: > I have discovered a problem with the mail sent by cron jobs (I refer > only to logs, not invocations of mail from scripts.) They never are > delivered. > Mar 5 10:32:30 noc5 postfix/sendmail[1175]: fatal: root(0): No recipient > add

Re: Cron output mail lost with update to RELENG_7

2010-03-05 Thread Adam Vande More
On Fri, Mar 5, 2010 at 1:32 PM, Kevin Oberman wrote: > I have discovered a problem with the mail sent by cron jobs (I refer > only to logs, not invocations of mail from scripts.) They never are > delivered. > Mar 5 10:32:30 noc5 postfix/sendmail[1175]: fatal: root(0): No recipient > addresses fo

Cron output mail lost with update to RELENG_7

2010-03-05 Thread Kevin Oberman
I have discovered a problem with the mail sent by cron jobs (I refer only to logs, not invocations of mail from scripts.) They never are delivered. Mar 5 10:32:30 noc5 postfix/sendmail[1175]: fatal: root(0): No recipient addresses found in message header Mar 5 10:32:30 noc5 postfix/sendmail[1175

Re: 7.3-RC2 Available...

2010-03-05 Thread Patrick Lamaiziere
Le Thu, 04 Mar 2010 07:41:17 -0700, Reed Loefgren a écrit : Hi, > Good news, certainly. Will 7.3R include the gmirror improvements that > were missed by 8.0R but that are in 8-STABLE? This one? http://www.freshbsd.org/?branch=RELENG_7&project=freebsd&committer=&module=&q=gmirror > Thanks also

Re: mbuf leakage with nfs/zfs?

2010-03-05 Thread Daniel Braniss
> > > On Tue, 2 Mar 2010, Daniel Braniss wrote: > > > > > just keep sending insights/pointers and enjoy life > > > > > You could try this patch for sys/rpc/replay.c. Completely untested and > just typed into email (so don't give it to "patch", just edit the file). > > - try adding these 2 lin