From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1GnNeK-0002e2-7I for garchives@archives.gentoo.org; Thu, 23 Nov 2006 23:06:32 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kANN3mO2029280; Thu, 23 Nov 2006 23:03:48 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kANMxb0m005767 for ; Thu, 23 Nov 2006 22:59:51 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 535EF6484D for ; Thu, 23 Nov 2006 22:02:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.557 X-Spam-Level: X-Spam-Status: No, score=-2.557 required=5.5 tests=[AWL=0.042, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0HdjEJtdyWLN for ; Thu, 23 Nov 2006 22:02:47 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id CCB53647FA for ; Thu, 23 Nov 2006 22:02:45 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GnMeN-0002Ka-Sw for gentoo-user@gentoo.org; Thu, 23 Nov 2006 23:02:32 +0100 Received: from www.buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Nov 2006 23:02:31 +0100 Received: from wireless by www.buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Nov 2006 23:02:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: /usr almost full Date: Thu, 23 Nov 2006 22:02:24 +0000 (UTC) Message-ID: References: <1cc2dc830611230736j2ab94d1fhd293553fe186f555@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20061117) Sender: news X-Archives-Salt: 067b793b-f828-435b-b672-cc8fab9f3d42 X-Archives-Hash: f12f632765840859a29304080acd702d Allan Spagnol Comar gmail.com> writes: > I am having a little problem with my /usr partition, I had a /usr > partition of 3.0GB in a production server that is almost full ( 500MB > remaining ) the portage distfiles is located on other disk ( > /home/portage ) and I do not know what I can remove to save some disk, > can someone help ? Well /usr/src contains kernels. get rid of all but the latest sources you are using. Here's a little helper commnad to find large files that may or maynot be discard eligible: find ./ -size +100000 -exec ls -lag {} \; | less Here's another trick to find old files that may or maynot be discard eligile: find ./ -mtime +180 -exec ls -lag {} \; | less Depending on your setup, files in /usr/tmp may also be 'discard eligible. hth, James -- gentoo-user@gentoo.org mailing list