From owner-freebsd-questions Thu May 14 05:40:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19974 for freebsd-questions-outgoing; Thu, 14 May 1998 05:40:17 -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 FAA19942 for ; Thu, 14 May 1998 05:40:02 -0700 (PDT) (envelope-from chem@i-p-d.com) From: chem@i-p-d.com Received: from gateway (brd1-p62.worldonline.nl [195.241.136.62]) by i-p-d.com (8.8.7/8.8.5) with SMTP id OAA01702; Thu, 14 May 1998 14:40:24 +0200 (CEST) Message-Id: <199805141240.OAA01702@i-p-d.com> Comments: Authenticated sender is To: THIERRY.HERBELOT@telspace.alcatel.fr Date: Thu, 14 May 1998 14:39:41 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Subject: =?ISO-8859-1?Q?Re:_R=E9p_:_how_do_I_apply_a_fix??= Reply-to: chem@i-p-d.com CC: questions@FreeBSD.ORG In-reply-to: References: <199805141135.NAA01445@i-p-d.com> X-mailer: Pegasus Mail for Win32 (v2.54) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-printable to 8bit by hub.freebsd.org id FAA19966 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: THIERRY.HERBELOT@telspace.alcatel.fr > Date: Thu, 14 May 98 14:13:16 +0200 > Subject: Rép : how do I apply a fix? > To: chem@i-p-d.com > Cc: questions@FreeBSD.ORG > which fix ? The fix for mail.local filling up my / filesystem with tempfiles: (quote Greg): 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" end quote I just don't know what to do now..... Gina > > ____________________________ Séparateur Réponse ________________________________ > Objet : how do I apply a fix? > Auteur : chem@i-p-d.com > Date : 14/05/98 15:34 > > > Hi, > > I have to apply this fix, but I dont have a clue what to do. > ^^^^ > I have only been working with UNIX/FreeBSD for a few months now. I > have been searching the archives and the handbook for a step-by-step > tutorial, but havent found it. (doesnt mean it isnt there BTW) > > Can anybody help me out, telling me what to do on a beginnerslevel or > point me in the right direction? This morning the puter had to be > rebooted because of the problem :(. > > TIA > Gina van Zundert > > Internet Page Design > tel: 0165-571675 fax: 0165-571710 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message