From owner-freebsd-questions Sun Feb 18 12:24: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 3249537B401 for ; Sun, 18 Feb 2001 12:23:58 -0800 (PST) Received: from scraemondaemon.mydomain.org (1Cust61.tnt6.buffalo.ny.da.uu.net [63.10.187.61]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id MAA22874; Sun, 18 Feb 2001 12:23:50 -0800 (PST) Received: (from ipthomas@localhost) by scraemondaemon.mydomain.org (8.9.3/8.9.3) id PAA00269; Sun, 18 Feb 2001 15:23:56 -0500 (EST) (envelope-from ipthomas) Date: Sun, 18 Feb 2001 15:23:56 -0500 (EST) From: Ian Patrick Thomas Message-Id: <200102182023.PAA00269@scraemondaemon.mydomain.org> To: damon@lanset.com, questions@freebsd.org Subject: Re: No space on / In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try moving your ports to /usr. If your /var directory does not have its own slice on the disklabel you can (from The Complete FreeBSD) mkdir /usr/var cd /var tar cf - . | (cd /usr/var; tar xf - ) cd / rm -rf /var ln -s /usr/var /var You may get an error after doing this, if so you can reboot or ps waux | grep syslogd kill -9 (syslogd pid) syslogd There is alot more info in above mentioned source. You might want to pick one up. good luck Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message