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 1OTzrJ-0007im-Qy for garchives@archives.gentoo.org; Wed, 30 Jun 2010 16:09:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68504E0814; Wed, 30 Jun 2010 16:09:44 +0000 (UTC) Received: from mail-pv0-f181.google.com (mail-pv0-f181.google.com [74.125.83.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 3978AE0814 for ; Wed, 30 Jun 2010 16:09:44 +0000 (UTC) Received: by pvc22 with SMTP id 22so451583pvc.40 for ; Wed, 30 Jun 2010 09:09:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HXUwBQLBphvBM56xWQ3mqrMZ0VhEkBFAr1U/IoqYYyc=; b=TKJBgOzmg+TUqZ0ivw++VCeyTgTBGSErkgCuJlhHWr32x0mzLl0CSdd0O16kLyDYZt s+1sfj4tcMxNC3/U0P3vBxiewuEIDyGeECg0wScEgSkYYEegHGMfLG70UI9Z1cuIQhW6 78vy2jBV0OznhdlEGp1n7ImaUk384OsQRwnTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=bTBlzvOsPUJW8OUabkwwL064Cto45g04UGAckNdj0uD4FtCDQ7XawMlAlBggEj649M tSyM037LRlYGFCqsqdX8enxYnlnkwxl1+y5Np7nV3z2hIEjjO+Suix1v/BtiYNHNXa00 m1wQFTsC5PbeyyXn30qzesiKWE1Cc/OyWKo/Y= 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 Received: by 10.142.134.13 with SMTP id h13mr4156504wfd.105.1277914182344; Wed, 30 Jun 2010 09:09:42 -0700 (PDT) Received: by 10.142.98.3 with HTTP; Wed, 30 Jun 2010 09:09:42 -0700 (PDT) In-Reply-To: <4C2B5941.6090609@gmx.ch> References: <4C2B4B47.9090603@gmx.ch> <4C2B5941.6090609@gmx.ch> Date: Wed, 30 Jun 2010 09:09:42 -0700 Message-ID: Subject: Re: [gentoo-user] Minimal Gentoo with X From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 77546ca7-509b-45d8-a518-9edafa86d005 X-Archives-Hash: e24c10af86690645310216193efd6c83 On Wed, Jun 30, 2010 at 7:48 AM, Shoka wrote: > On 30.06.2010 15:56, Mark Knecht wrote: > >> >> /usr/src could be reduced to one source tree. >> >> HTH, >> Mark >> > > Hi Mark, > > Unfortunately I don't fully understand. What do you mean by "reducing to > one source tree"? > > Regards > andr=C3=A9 > > Hello Andre, OK - I think others have explained that if you have ever had more than 1 kernel on the machine then you may still have old source code trees. Get rid of the ones you aren't using. Related but not a lot of diskspace - don't forget to clean up any unused module directories for kernels no longer on the system. Others noted Gnome. I find XFCE to be 98% the same user experience for 15% of the build time. I expect you would find it very reasonable as a Gnome user. I've used fluxbox and it's great, but it's very, very different and may be more of a change than you want to deal with. Sorry on the distfiles suggestion. When I reread your post I finally saw that you had already taken care of that. One related thing is that should an ebuild die portage often leaves behind big build directories of the work it was doing. They can be cleaned up also. Look for the word 'work' or 'WORK' where code gets built. Look at log file sizes. They can grow over time. Some tools that create log files can limit there sizes or there are ways to compress and rotate if that suits your needs. I suspect your biggest immediate win after distfiles would be with XFCE. (and emerge -C gnome) Good luck, Mark