Re: No buffer space available

2007-06-13 Thread Mark Martinec
> >> spamd[46771]: bayes: cannot open bayes databases > >> /usr/local/share/spamassassin/bayes_* R/W: lock failed: No buffer space > >> available > That wouldn't be TCP buffers. It's doing file I/O not network I/O. > Since it's file buffers, which on nearly every OS are dynamic, it > implies Mike'

Re: No buffer space available

2007-06-12 Thread Matt Kettler
That wouldn't be TCP buffers. It's doing file I/O not network I/O. Since it's file buffers, which on nearly every OS are dynamic, it implies Mike's machine is out-of-memory. --[ UxBoD ]-- wrote: > What O/S ? What kernel release ? Have you tuned any system parameters for > TCP buffers ? Is there h

Re: No buffer space available

2007-06-12 Thread -- [ UxBoD ] --
What O/S ? What kernel release ? Have you tuned any system parameters for TCP buffers ? Is there high traffic on the server ? Somebody isn't trying to DDoS your server are they ? On Tue, 12 Jun 2007 10:26:40 -0400, Mike Fahey <[EMAIL PROTECTED]> wrote: > I am seeing this error. Any Idea how to fix