Date: Wed, 21 Apr 1999 13:34:16 +091800 From: Greg Lehey <grog@lemis.com> To: kelvin Liu <kelvin@taipingcarpets.com> Cc: Alfred Perlstein <bright@rush.net>, questions@FreeBSD.ORG Subject: Re: err in file system full Message-ID: <19990421133415.K53374@freebie.lemis.com> In-Reply-To: <371D486B.AE58FBB8@taipingcarpets.com>; from kelvin Liu on Wed, Apr 21, 1999 at 11:39:24AM %2B0800 References: <371D486B.AE58FBB8@taipingcarpets.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, 21 April 1999 at 11:39:24 +0800, kelvin Liu wrote: > Dear Alfred, > > I get one more error that is > > unix /kernel: pid [9717] (mail.local) , uid 0 on /:file system full > > But I check my hard disk space that is more space. Could you tell me > what is this mean. Thanks you very much Somebody has sent you an enormous mail message. mail.local makes a copy of it in /tmp, which is usually on the root file system, and it causes the file system to overflow. When it finishes, it removes the partial copy, so when you look there is plenty of space. This appears to be a regression: I submitted a fix for this (make the copy in /var/tmp) in late 1997. Since then we have moved the location, and it looks as if the fix got lost. You can apply it manually: /usr/src/contrib/sendmail/mail.local/pathnames.h contains only one useful line: #define _PATH_LOCTMP "/tmp/local.XXXXXX" Change this to #define _PATH_LOCTMP "/var/tmp/local.XXXXXX" Then cd to /usr/src/usr.sbin/sendmail and do 'make all install'. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990421133415.K53374>