From owner-freebsd-questions@FreeBSD.ORG Tue Jun 21 15:14:31 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 012A516A41C for ; Tue, 21 Jun 2005 15:14:31 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE7943D49 for ; Tue, 21 Jun 2005 15:14:30 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id E77FF13C492 for ; Tue, 21 Jun 2005 17:14:25 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by merke.itea.ntnu.no (Postfix) with SMTP for ; Tue, 21 Jun 2005 17:14:25 +0200 (CEST) Received: (qmail 50388 invoked by uid 1001); 21 Jun 2005 17:14:25 +0200 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Jun 2005 17:14:25 +0200 Date: Tue, 21 Jun 2005 17:14:25 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: Subhro In-Reply-To: <42B81BF6.3050506@gmail.com> Message-ID: <20050621171013.H49781@maren.thelosingend.net> References: <42B81BF6.3050506@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: Lawrence Petrykanyn , questions@freebsd.org Subject: Re: Newbie - Trouble installing OpenOffice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 15:14:31 -0000 * Subhro [2005-06-21 19:23 +0530] > > sympatico# df > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad1s1a 253678 119824 113560 51% > > /devfs 1 1 0 100% /dev > > /dev/ad1s1e 253678 16 233368 0% /tmp > > /dev/ad1s1f 36221772 3195004 30129028 10% /usr > > /dev/ad1s1d 253678 159700 73684 68% /var > > /dev/ad0s1 9950544 7666112 2284432 77% /mnt > > > It really looks to me as if the soft updates is the culprit. May we have a > look at 'mount' without the 's? I don't know how big openoffice is, but I believe that it might possibly use over the ~70M free on /var, especially if it's also fetching some dependencies. If it is impossible to free up more space in /var, you could either: (a) move /var/tmp to /usr/tmp and make /var/tmp a symlink (b) use the -t option og pkg_add to specify a different temp dir Svein Halvor