From owner-freebsd-questions@FreeBSD.ORG Fri Nov 2 19:27:03 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26FF3B1D for ; Fri, 2 Nov 2012 19:27:03 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id BB4208FC14 for ; Fri, 2 Nov 2012 19:27:02 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=EmNKgD 0TFNh6vdX4Kad6rWDPhCbwnMug6lvXjvXGt6wYO8YrJW9DlXRmmPJRORDJJyQGxW KabquDCkcIf4dZFt6cLYGQLoszye3LAXzC/Qc5I2SMdFiD8BN5Wcwg5fj/yzLZuV 3Z1hvSyDqRMrE4Ta9tSxO7AeFXnqFGFZeo2EA= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=NixaqIGMyDqb u10x409AmEbQhOHPF43Hm3P5i0U0W9M=; b=F506+4yzWj6mE+tbVLcAPQQmdWnU SOdkURzDzsyTehnVHw7m9nS1SpqftZRPihYvCSbViJL0Q57HkCsR17w3Xoe9zX17 M8A1HO5Kwx5L7W2rOcFHhR45O2ODm1cNY9uC0bzDokVOuH/ccuOiBnvPlaW0+cZs PF7QYhUTjZiJwbg= Received: (qmail 37472 invoked from network); 2 Nov 2012 14:27:01 -0500 Received: from unknown (HELO ?192.168.0.74?) (bryan@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 2 Nov 2012 14:27:01 -0500 Message-ID: <50941E93.2080709@shatow.net> Date: Fri, 02 Nov 2012 14:27:15 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Eugen Konkov Subject: Re: HELP: some process eat my /var References: <1397755241.20121102210553@yandex.ru> <50941A7D.3020807@shatow.net> <324276911.20121102212051@yandex.ru> In-Reply-To: <324276911.20121102212051@yandex.ru> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 19:27:03 -0000 On 11/2/2012 2:20 PM, Eugen Konkov wrote: > Здравствуйте, Bryan. > > Вы писали 2 ноября 2012 г., 21:09:49: > > BD> On 11/2/2012 2:05 PM, Eugen Konkov wrote: >>> 858M ./crash >>> >>> 1.3G ./db >>> >>> 3.7G ./log > > BD> Cleanup old coredumps in /crash. Ensure /etc/newsyslog.conf captures all > BD> of your big logfiles in /var/log. Also consider moving whatever is large > BD> in /var/db elsewhere. > > BD> Bryan > > Notice df -h > /dev/ada0s1d 30G 23G 3.7G 87% /var > > and notice du -h -d 1 > 6.2G > > I have only 6.2G are occupied by files > > where 18Gb of disk space? > Are you running MySQL? It uses hidden tmpfiles that may grow quite large. Restarting it may cleanup the space. Bryan