From owner-freebsd-questions Thu Feb 2 03:47:27 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id DAA01266 for questions-outgoing; Thu, 2 Feb 1995 03:47:27 -0800 Received: from picard.isocor.ie (picard.isocor.ie [193.178.34.253]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id DAA01256 for ; Thu, 2 Feb 1995 03:47:11 -0800 Received: (from alan@localhost) by picard.isocor.ie (8.6.9/8.6.9) id KAA01321; Thu, 2 Feb 1995 10:21:09 GMT Date: Thu, 2 Feb 1995 10:21:08 +0000 (GMT) From: Alan Byrne To: Gang-Ryung Uh cc: questions@FreeBSD.org Subject: Re: pkg_add In-Reply-To: <199502012228.RAA25390@dup.cs.fsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk BBHi, I just had the same problem. You need to tell pkg_add an alternate tmp location, with the TMPDIR environment variable. Just do the following and it should install OK. mkdir /usr/local/tmp (or where ever you have the space) TMPDIR=/usr/local/tmp; export TMPDIR (for Bourne Shell) pkg_add emacs-19.27.tgz Alan On Wed, 1 Feb 1995, Gang-Ryung Uh wrote: > Hi, all > > I did sucessfully install FreeBSD 2.0 without XFree86. > After that, I tried to install emacs using "pkg_add". > But system complains about the space "/tmp/XXXXX" is > too small". > > I did allocate 20M as a "/" when I install FreeBSD 2.0. > If /tmp resides in root file system, then I believe /tmp > should be too small to temporalily hold emacs package. > I have enough space at "/usr", "/usr/local", and "/usr/users". > Are there ways to add emacs package to my system? > > Thanks... > > --Uh > ---------------------- > Uh Gang-Ryung > > e-mail: uh@cs.fsu.edu > Work Phone: 644-3366 > ---------------------- >