Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2001 15:23:56 -0500 (EST)
From:      Ian Patrick Thomas <ipthomas_77@yahoo.com>
To:        damon@lanset.com, questions@freebsd.org
Subject:   Re: No space on /
Message-ID:  <200102182023.PAA00269@scraemondaemon.mydomain.org>
In-Reply-To: <Pine.BSF.4.21.0102171530000.12011-200000@www.lanset.com>

next in thread | previous in thread | raw e-mail | index | archive | help
	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102182023.PAA00269>