From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MESxD-0006cl-DI for garchives@archives.gentoo.org; Wed, 10 Jun 2009 18:55:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06847E04A7; Wed, 10 Jun 2009 18:55:18 +0000 (UTC) Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.147]) by pigeon.gentoo.org (Postfix) with ESMTP id CDBC6E04A7 for ; Wed, 10 Jun 2009 18:55:17 +0000 (UTC) Received: by qw-out-1920.google.com with SMTP id 5so561611qwf.10 for ; Wed, 10 Jun 2009 11:55:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=yjZ1faXoRbGKWfYPUx0IthWRHxghCdut8c7i7jE2F1M=; b=TO7PoWkwSVyqiguKj/SxoDryU07Ibk2aqpur/WRBITNcfHW6DZ8vWpVgd5yos9P+R8 XTgzgHJjIg/irlkJiCzJNL42dmVVy4qRVMonR5j1RzSI93j4NkcL0RkpRCioeNkoLFqF uF5bW0FSBX5XgP9+hI3nbskdnOO4jpm8V9aKM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=qmdFoXh7g89rZxretJPphmml+tD/yqpQN0jLYbOomKvmnCfLnHhl8ieZowwC/xUp/y qoIPuVMXjOUjYGbMEB4eIrQRjLc8Bh+/fvWd8xu4+NT0+roLKo8KhtriutRA7TUTkoAN cTUNCWnKG4t66t+Ely30rhZPQHvy/PV4HSI3o= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.150.203.13 with SMTP id a13mr3197165ybg.251.1244660117088; Wed, 10 Jun 2009 11:55:17 -0700 (PDT) In-Reply-To: References: <4A2FF796.8020606@j-schmitz.net> Date: Wed, 10 Jun 2009 13:55:16 -0500 X-Google-Sender-Auth: 12bbc48c4d202365 Message-ID: <58965d8a0906101155n46ce6d04q878e2b0cc531403c@mail.gmail.com> Subject: Re: [gentoo-user] Lost free space on / From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 96b8f19b-bf73-4487-8181-7b159e279ef2 X-Archives-Hash: 8e28f49792df22647cc6ba19f186e917 On Wed, Jun 10, 2009 at 1:24 PM, Alexander Pilipovsky wrote: > > > 2009/6/10 Justin >> >> Alexander Pilipovsky schrieb: >> .... >> >> You have something big in /var. Check /var/tmp/portage or /var/log. >> >> Alos test sys-fs/ncdu or similar tools. >> > > Thanks, it's was /var/log/messages that had 11 GB and was not opened by any > editor. I had a similar problem, 100% cpu usage caused by a daemon that did not respond well when network connection was lost. My /var/log/messages grew over 60GB in a few hours with the same message repeated tens of millions of times. I changed my logger from syslog-ng to metalog, which suppresses duplicates, and now it's not a problem.