> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of MJ > Sent: Thursday, 8 September 2005 1:52 a.m. > To: 'Gary V'; [email protected] > Subject: RE: [AMaViS-user] Amavisd-new stopped > > Hi, > > The swap space is 2 GB, exactly double of the RAM, which recommended.
If I remember correctly, swap and /tmp are shared under Solaris. This means that if your /tmp directory get full, you'll use all available swap. On Solaris, you can use /var/tmp for a real temporary directory (meaning, on a proper filesystem). Following messages show that: >From your /var/adm/messages: Sep 6 05:48:01 mailgate1 tmpfs: [ID 518458 kern.warning] WARNING: /tmp: File system full, swap space limit exceeded And amavisd-new couldn't fork new process: Sep 6 01:05:03 mailgate1 amavis[398]: [ID 702911 mail.error] (00398-08) TROUBLE in check_mail: parts_decode_ex t FAILED: run_command (open pipe): Can't fork at /usr/local/lib/perl5/5.8.5/sun4-solaris/IO/File.pm line 176. a t /usr/local/sbin/amavisd line 1851. I would recommend to check if something used your /tmp directory. Unfortunately, old contents are lost as you rebooted the server. Cheers, Bojan ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
