From owner-freebsd-questions Sat May 2 06:23:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20300 for freebsd-questions-outgoing; Sat, 2 May 1998 06:23:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from i-p-d.com (i-p-d.host4u.com [209.60.43.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20290 for ; Sat, 2 May 1998 06:23:08 -0700 (PDT) (envelope-from chem@i-p-d.com) From: chem@i-p-d.com Received: from gateway (brd1-p67.worldonline.nl [195.241.136.67]) by i-p-d.com (8.8.7/8.8.5) with SMTP id PAA29328 for ; Sat, 2 May 1998 15:25:33 +0200 (CEST) Message-Id: <199805021325.PAA29328@i-p-d.com> Comments: Authenticated sender is To: questions@FreeBSD.ORG Date: Sat, 2 May 1998 15:28:34 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: filesystem full Reply-to: chem@i-p-d.com X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am a newbie at FreeBSD and Unix and I did not set up the system I am working with. In my messages-log I have been getting the following line every half an hour: /kernel: pid 29233 (mail.local), uid 0 on /: file system full I have read the answer of Greg Lehey a few months back about making a patch to pathnames.h. I am afraid I am a REAL newbie and I can't figure out exactly what to do. Does this mean if I download the file in point 2 and do a make install that than automatically the lines in point 3 are added to pathnames.h? Like I said: I am a real newbie. Thanks for any help you can give me. Gina >mail.local copies mail messages into /tmp, and a couple of >occasions people have received really enormous ones which have >caused the root file system to overflow. I've entered a problem >report, but here are some solutions: > >1. Place /tmp on a file system with *much* more free space. > >2. Use ftp://ftp.lemis.com/pub/mail.local, which implements the fix > in point (3). > >3. Apply this fix to /usr/src/libexec/mail.local/pathnames.h and do >a 'make install' in that directory. > >--- pathnames.h 1994/05/27 12:39:19 1.1.1.1 >+++ pathnames.h 1997/09/09 01:42:38 >@@ -34,4 +34,4 @@ > */ > #include > >-#define _PATH_LOCTMP "/tmp/local.XXXXXX" >+#define _PATH_LOCTMP "/var/tmp/local.XXXXXX" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message