From owner-freebsd-questions Tue May 22 14:15: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kt-exchange.edmonton.kanotech.net (edtn016788.hs.telusplanet.net [161.184.241.24]) by hub.freebsd.org (Postfix) with ESMTP id AA56B37B422 for ; Tue, 22 May 2001 14:15:04 -0700 (PDT) (envelope-from moligny@kanotech.com) content-class: urn:content-classes:message Subject: RE: /tmp FULL ??? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 22 May 2001 15:15:03 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Message-ID: <76928F3E231DE4478876350F08358336044A97@kt-exchange.edmonton.kanotech.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: /tmp FULL ??? Thread-Index: AcDjAxDY66fiEk6MScu9JFG+9ZatJgAAM95A From: "Mike Oligny" To: "Francois Kritzinger" , "freeBSD Mailing List" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try something like this: mkdir /usr/tmp chmod 777 /usr/tmp rm -rf /tmp ; ln -s /usr/tmp /tmp I may be missing something, but this should work. In a hurry, let me know if you need me to explain. -Mike -----Original Message----- From: Francois Kritzinger [mailto:ffkrz@iafrica.com] Sent: Tuesday, May 22, 2001 3:06 PM To: freeBSD Mailing List Subject: /tmp FULL ??? I downloaded StarOffice, and when I ran the .bin installation script, it reported that /tmp was full. This makes sense as the / disk slice has only 14 Mb free space. So my question is: Where or how do I change the system's temp directory? I.e. from /tmp to something else. 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