LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 06-19-2008, 10:07 AM   #1
MasterOfTheWind
Member
 
Registered: Jul 2004
Distribution: Arch, Debian sid, Kubuntu, Slackware 11
Posts: 324

Rep: Reputation: 30
All right, so I installed Gentoo


Hi there!

Have finally had time to tinker with my OS and this time around it amounted to the glorious installation of almighty gentoo. Wasn't as hard as I imagined it to be either - although some concepts were indeed alien to me who has never touched portage before (USE-flags were OK as soon as I found out how they could be set on per-app level :-P ).

But I digress. I thought gentoo was supposed to be a rather lean distro with as little fluff as possible and therefore expected the installation size to be if not small, then at least reasonable. What I have ended up with though is a HUGE install for no particular reason.

I have barely installed KDE and gnome and I already ended up with a whopping 12GB of used space. I have absolutely NO idea as to why that is.

Anyone has any piece of advice for me? Some kind of a clean command maybe? (in style of apt-get clean)
 
Old 06-19-2008, 10:28 AM   #2
monsm
Member
 
Registered: Feb 2005
Location: London, UK
Distribution: Gentoo
Posts: 568

Rep: Reputation: 37
Welcome to Gentoo :-)
I haven't actually checked the size of my installation. For a start, shouldn't you choose between KDE and Gnome, some space is already lost there. I found a huge improvement in runtime speed when I moved to Gentoo, disk space is anyway relatively cheep so hasn't bothered me.
There are some clean options in emerge (check the man pages), although be slightly careful with some of them. There are uses like: "emerge --depclean" which might cause you to have to run "revdep-rebuild". Check the user manual on the Gentoo site on how to use this (and one of my favourites: "emerge -DNua world")

Otherwise you can also check where the disk is used with e.g. the du command.

Gentoo is, as they say, a meta distribution, so you will learn lots about Linux by using it. You are effectively building up your own distro, only a small(ish) step up from Linux From Scratch.

Another thing, not mentioned so often, is that (for me anyway) its easier to run "emerge -DNua world" from time to time, then to upgrade to your distro's half yearly new release.
 
Old 06-19-2008, 10:54 AM   #3
MasterOfTheWind
Member
 
Registered: Jul 2004
Distribution: Arch, Debian sid, Kubuntu, Slackware 11
Posts: 324

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by monsm View Post
Welcome to Gentoo :-)
Thanks!

Quote:
Originally Posted by monsm View Post
For a start, shouldn't you choose between KDE and Gnome, some space is already lost there.
Well, sure, but I have a kind of a nasty habit of running apps from both environments in Openbox

Quote:
Originally Posted by monsm View Post
I found a huge improvement in runtime speed when I moved to Gentoo
That was sort of my second question. I was rather shocked to find out that my nVidia 8800GT ran only at about 12-14k fps with glxgears while my Ubuntu distro with precompiled stock nvidia driver is doing about 21k. Have no idea why.

Quote:
Originally Posted by monsm View Post
There are uses like: "emerge --depclean"
Yeah, and I think there is "emerge --clean" too, but AFAIK both those commands remove unused apps. What I want is to clear some space without touching installed software.


Quote:
Originally Posted by monsm View Post
Otherwise you can also check where the disk is used with e.g. the du command.
Basically it boils down to:
Code:
/usr/lib64		-		1.7GB
/usr/share		-		1.6GB
/usr/portage		-		3.7GB
/var			-		1.6GB

Quote:
Originally Posted by monsm View Post
a small(ish) step up from Linux From Scratch.
Oh, yeah. Remember I tried LFS 2 years ago, but I remember encountering some kind lib conflict not mentioned in the instructions pretty early on. And I, not having patience to sort it out completely, had to reinstall Arch (which I was using at the time) after 2 days of fruitless attempts at fixing the issue.
 
Old 06-19-2008, 11:14 AM   #4
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Welcome!

kde and gnome?
The meta-packages - which pull in every possible program there is for these environments?
Which themselves have - of course - yet other dependencies to be able to build (and use) them...
And you wonder why it is not a lean install?

Take that into account when wondering - as well as all the sources needed to build.
Are these also still present?

Gentoo installs not only the binaries as other distros do - it installs all the needed headers too - you need those to be able to build...

Also the size of your install depends heavily on what USE-Flags you chose.

You probably now have have multiple versions of qt for instance - and multiple versions of gtk - mono, java...
all huge things one barely needs - and which can be avoided - also by setting Flags carefully.

I just finished an installation with basic gnome and xfce and every program I will ever need in mostly at least two versions - qt included - (image-viewer, video and audio apps, wordprocessing, webbrowser cd-burning... the usual stuff and quite a lot more).

It takes up just 4 GB.

I did this for a friend - my own install is a little bigger - 7 GB - but I have played a lot an have a lot of what I'll never need.

You need to become familiar with tose USE-Flags - and check a build before it is done for what other programs it will pull in - often the default will depend on more than you need.

emerge -av will tell you a lot about this
eix is a great tool

A lot of space is used by /usr/portage/distfiles - the sources
More in /var/tmp...

Last edited by jomen; 06-19-2008 at 11:17 AM.
 
Old 06-19-2008, 11:26 AM   #5
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
forgot:
a great tool is demerge - which can become handy in case you installed too much, because it can be hard to get rid of all software installed as a dependency to kde for instance.
It is best used before you do major changes or huge installs - makes it easy to revert back.

I wish I had used this on my system - but this system has grown and lived for 3-4 years now.
I did use it on the new system I mentioned and it will make my life with Gentoo even more easy as it is already.
 
Old 06-20-2008, 02:41 AM   #6
monsm
Member
 
Registered: Feb 2005
Location: London, UK
Distribution: Gentoo
Posts: 568

Rep: Reputation: 37
Some good advice from jomen there, I might have a look at some of it.

Just checked my own installation:
Code:
1.1G	./usr/lib
5.3G	./usr/portage
1.7G	./usr/src
9.2G	./usr
13G	./var
/Var being 13G might in parts be caused by an ongoing emerge; just as I run du now, it was still compiling openoffice 2.4.1 that I set off some 8 hours ago (before I went to bed) when I run an "emerge -DNua world" (I have an Athlon XP 3200+ (32 bit)).

For runtime speed, if you haven't already, you might want to check your make.conf flag optimisations. Here's my CFLAGS variable:
Code:
CFLAGS="-O2 -march=athlon-xp -pipe"
I.e. set CPU and optimisation level. Other then that, the xorg.conf file and maybe the kernel options? Not sure about how much is to be gained from the kernel settings. I have tried to remove unnecessary drivers, compile in (rather then modules) things I do need and set the cpu.

I haven't given disk usage much thought, and I do have 300G or so. Runtime it is quiet fast, at least much faster then my old Fedora 8 install. I run Gnome 2.22 and Compiz-fusion 0.7.6 now, and the cube is spinning very comfortably . Glxgears report 18-19k with Firefox-3 and a few other things running (Nvidia 6800GT card).


EDIT: Now that it has finished the emerge the /var size has dropped to 8.2G (still quiet big, but not a problem)
 
Old 06-20-2008, 02:55 AM   #7
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
/var/tmp/portage/ is the place where the packages are built - should a package fail to build I noticed that it leaves behind its whole unpacked source tree including all the files created up to the point of failure.

If you go and fix the cause and compile successfully - the mentioned files still are present - can get quite a few GB over time.
I have solved this by removing /var/tmp and putting a symlink to /tmp in its place - /tmp gets wiped on every boot.

There may be some way to tell portage to clean up these old files - but I don't know about it and it works the way I did it...
 
Old 06-20-2008, 10:26 AM   #8
MasterOfTheWind
Member
 
Registered: Jul 2004
Distribution: Arch, Debian sid, Kubuntu, Slackware 11
Posts: 324

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by jomen View Post
kde and gnome?
The meta-packages - which pull in every possible program there is for these environments?
Which themselves have - of course - yet other dependencies to be able to build (and use) them...
And you wonder why it is not a lean install?
Hehe, that was my exact same thought when I this afternoon (while searching forums and bug reports for a solution to a specific problem) discovered that there were alternatives to the meta package installation. Sort of too late after spending 5 hours compiling EVERYTHING

Anyways, thanks for your advice I will surely try out demerge


Quote:
Originally Posted by monsm View Post
Just checked my own installation:
Code:
1.1G	./usr/lib
5.3G	./usr/portage
1.7G	./usr/src
9.2G	./usr
13G	./var
O_O WOW that was... uhm... HUGE. My whole Ubuntu install (stuffed with all kinds of unnecessary apps and libs) is smaller than your "/var" dir. That's just scary

Quote:
Originally Posted by monsm View Post
For runtime speed, if you haven't already, you might want to check your make.conf flag optimisations. Here's my CFLAGS variable:
Code:
CFLAGS="-O2 -march=athlon-xp -pipe"
I have a Quad Core (Q9300) Intel CPU which I believe should have -march=nocona, and everything is set correctly in /etc/make.conf as far as I can see at least.
 
Old 06-20-2008, 05:39 PM   #9
monsm
Member
 
Registered: Feb 2005
Location: London, UK
Distribution: Gentoo
Posts: 568

Rep: Reputation: 37
Actually, just remembered I have created a backup directory under /var. I put the zips there before I burn them onto DVD-rws.
the latest set is always there.
If I discount my backup, the /var is actually only 0.6G

So not so big after all
 
Old 06-03-2009, 03:10 PM   #10
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
MasterOfTheWind,

/var/portage/distfiles will grow without limit if you allow it. Thats all the sources you downloaded to install your Gentoo. They can be safely removed as they will be fetched again if you need to rebuild something.
To prune /var/portage/distfiles use eclean distfiles.

Also, /var/tmp/portage can get quite big. It fills up with broken emerges over time. You can remove its contents provided emerge is not running.

If you have set FEATURES="buildpkg" your binary packages accumulate in /var/portage/packages eclean packages prunes old ones.
 
Old 06-03-2009, 04:56 PM   #11
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by NeddySeagoon View Post
MasterOfTheWind,

/var/portage/distfiles will grow without limit if you allow it.
I think that's /usr/portage/distfiles by default, not really sure, however I also put portage under /var for many reasons that are not relevant here.
 
Old 06-03-2009, 05:18 PM   #12
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
i92guboj,

Well caught - thanks
 
Old 06-04-2009, 08:20 AM   #13
d2_racing
Gentoo support team
 
Registered: May 2009
Location: Ste-Foy,Québec,Canada
Distribution: Gentoo
Posts: 115

Rep: Reputation: 17
In fact, you can run this command to remove the downloaded packages :

Code:
# rm /usr/portage/distfiles
Also, are you using ccache, because if you compile a lot of packages, you can endup with a lot of stuff inside /var/tmp/ccache actually.
 
Old 06-15-2009, 08:59 AM   #14
Lionhard
LQ Newbie
 
Registered: May 2007
Location: Brasilia, BR
Distribution: Gentoo
Posts: 17

Rep: Reputation: 0
As mentioned before, /usr/portage/distfiles stores every package that you install and /var/tmp/portage is where packages are compiled. Noticing from your post, /usr/portage is the biggest dir, probably because of /usr/portage/distfiles. You can safely delete its contents if you like (I kept them in another partition, they are useful when something goes wrong and you don't have network connection.)

Also, you should check your use flags for unnecessary stuff, then run emerge --newuse world.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed gentoo over fc8 by mistake. Help! neolithic_psyche Linux - Newbie 5 04-11-2008 02:38 AM
Installed gentoo cannot boot fossilet Linux - Distributions 12 10-18-2004 07:39 AM
Listing installed packages in Gentoo ? Builder Linux - Distributions 1 07-08-2004 05:09 PM
Debian Installed, but I want to try Gentoo Zoar Linux - Distributions 1 04-16-2004 03:43 PM
Gentoo installed quietguy47 Linux - Distributions 9 07-04-2003 01:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo

All times are GMT -5. The time now is 12:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration