Re: [AMaViS-user] No space left on device

2007-02-13 Thread 'Bryan K. Walton'
On Tue, Feb 13, 2007 at 10:39:59AM +0200, Leon Kolchinsky wrote: > > I'm using the following cronjob to ensure I won't have this kind of > situation: > > */40 * * * * /bin/bash -c "(find /var/spool/amavis -type d -name 'amavis-*' > -prune -mmin +30 -exec rm -rf {} \;)" Thanks Leon! This is defi

Re: [AMaViS-user] No space left on device

2007-02-13 Thread Mark Martinec
Leon, > */40 * * * * /bin/bash -c "(find /var/spool/amavis -type d -name 'amavis-*' > -prune -mmin +30 -exec rm -rf {} \;)" mmin +30 is too short. During more idle periods and when there are lots of child processes, it is not uncommon for a child process to live for several hours. Mark --

Re: [AMaViS-user] No space left on device

2007-02-13 Thread Leon Kolchinsky
> -Original Message- > From: [EMAIL PROTECTED] [mailto:amavis-user- > [EMAIL PROTECTED] On Behalf Of Clifton Royston > Sent: Monday, February 12, 2007 10:03 PM > To: Bryan K. Walton > Cc: amavis-user@lists.sourceforge.net > Subject: Re: [AMaViS-user] No space left

Re: [AMaViS-user] No space left on device

2007-02-12 Thread Clifton Royston
On Mon, Feb 12, 2007 at 11:01:26AM -0600, Bryan K. Walton wrote: > On Mon, Feb 12, 2007 at 10:49:26AM -0600, Noel Jones wrote: > > >-- begin snip -- > > >Feb 9 20:31:59 gw1.machlink.com amavis[11299]: (11299-03) (!!) > > >TROUBLE in check_mail: mime_decode-1 FAILED: MIME::Parser: can't > > >close:

Re: [AMaViS-user] No space left on device

2007-02-12 Thread boricua
> Yes, I did this Saturday morning. Clearing out all of the tmpfs files > in /var/amavis/tmp got Amavisd-New working again. > that has been happening to me in the last week as well amavisd reload should empty the tmp files ---

Re: [AMaViS-user] No space left on device

2007-02-12 Thread Bryan K. Walton
On Mon, Feb 12, 2007 at 10:49:26AM -0600, Noel Jones wrote: > >-- begin snip -- > >Feb 9 20:31:59 gw1.machlink.com amavis[11299]: (11299-03) (!!) > >TROUBLE in check_mail: mime_decode-1 FAILED: MIME::Parser: can't > >close: No space left on device at /usr/share/perl5/MIME/Parser.pm line > >834. >

Re: [AMaViS-user] No space left on device

2007-02-12 Thread Noel Jones
At 09:32 AM 2/12/2007, Bryan K Walton wrote: >Hi everybody, > Friday night, we had a problem with our Amavisd-new/Postfix >smtp gateway. Its been running without any problems since November >2006. We are utilizing the tmpfs filesystem as described here: >http://www.arschkrebs.de/postfix/a

[AMaViS-user] No space left on device

2007-02-12 Thread Bryan K Walton
Hi everybody, Friday night, we had a problem with our Amavisd-new/Postfix smtp gateway. Its been running without any problems since November 2006. We are utilizing the tmpfs filesystem as described here: http://www.arschkrebs.de/postfix/amavisd_tmpfs.shtml Friday night, this tmpfs filesy