From owner-freebsd-questions Fri Jan 18 9:23: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11708.mail.yahoo.com (web11708.mail.yahoo.com [216.136.172.74]) by hub.freebsd.org (Postfix) with SMTP id C72E437B419 for ; Fri, 18 Jan 2002 09:23:02 -0800 (PST) Message-ID: <20020118172302.98161.qmail@web11708.mail.yahoo.com> Received: from [209.140.253.2] by web11708.mail.yahoo.com via HTTP; Fri, 18 Jan 2002 09:23:02 PST Date: Fri, 18 Jan 2002 09:23:02 -0800 (PST) From: Tim Erlin Subject: Re: /var full.. how solve it? To: Deman , freebsd-questions@FreeBSD.org In-Reply-To: <3089.10.100.98.21.1011370910.squirrel@10.100.3.5> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 You can do a few things: 1. Find out what specifically is taking up all the space and delete it: cd /var du -s * Perhaps you're not managing some log file properly. 2. You can move /var into /usr where you have some room. mkdir /usr/var cd /var tar cf - . | (cd /usr/var; tar xf - ) rm -rf /var ln -s /usr/var /var (from www.mostgraveconcern.com/freebsd) When I install, I usually do this with /tmp and /var. 3. You could always add more diskspace and put /var there. Probably not necessary. Hope that helps. --Tim --- Deman wrote: > Hi, > > I got the /var full after running portugrade > > Filesystem 1M-blocks Used Avail Capacity > Mounted on > /dev/ad0s1a 96 32 56 37% / > /dev/ad0s1g 1025 897 46 95% > /home > /dev/ad0s1f 2713 739 1756 30% > /usr > /dev/ad0s1e 19 19 -1 109% > /var > procfs 0 0 0 100% > /proc > > Is there any good suggestion of what should I do? > And also how to do it or cross > point to any article :) > > - dman > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message