Gentoo Linux Reloaded 331
nitro322 writes "Daniel Robbins, the leading developer for Gentoo Linux, has written an excellent O'Reilly Network article covering many of the various features of Gentoo, what's coming in version 1.4 (due out SOON), and why you should give it a try. If you haven't tried Gentoo yet, what are you waiting for?"
All these weird names (Score:5, Funny)
Re:All these weird names (Score:3, Informative)
And yes I finally had to look it up. Before, I thought it was some lame reference to a planet in Star Wars or something. (What's with Lucas and the 'oo' words anyway? They sound stoopid!)
Re:All these weird names (Score:3, Funny)
Cunning Linux users prefer Debian or SUSE.
Re:All these weird names (Score:5, Funny)
Re:All these weird names (Score:5, Interesting)
Anyways, one day drobbins decided to change the name to something less secular, and so we sat around thinking up names ... We started thinking along the lines, what did we want to say about our linux? ... we bandied around lots of names, eventually I found some zoo site that said the Gentoo Penguin was the fastest pengiun there was ... and the name stuck
Re:All these weird names (Score:2)
Important: If you are a stage2 or stage3 tarball, then we've already bootstrapped for you.
Re:All these weird names (Score:3, Interesting)
Re:All these weird names (Score:2)
Re:All these weird names (Score:2)
Re:All these weird names (Score:2)
What does that have to do with Gentoo? Gentoo is bleeding edge. It dies a lot (and I know, because I use it and am willing to pay that price). I guess it could have something to do with purity? Enoch was such a good man that God took him. Could they have been saying that Gentoo is a very pure, noble distribution that will one day be embraced by the masters of Linux as the One True Distro?
Seems like a name change was in order.
Rnoch (Score:2, Insightful)
Close, but not quite.
According to the Bible, there were two men with that honour. The other is Elijah - 2 Kings 2:11 [biblegateway.com]
I've always considered the Enoch passage to be quite vague - Genesis 5:24 [biblegateway.com]
Also he wasn't the only Enoch in the bible, Cain also had a son named Enoch - Genesis 4:17 [biblegateway.com].
Perhaps the distro saw itself as the son of a murderer?
Defuse (Score:5, Insightful)
Gentoo is a really nice distro. I wouldn't say it's for newbies and it's definitely geared for developers. The install isn't a cinch but it's very thorough. Before we get into a holy war with sides saying Sorcerer is better or Slackware this or Redhat that - lets try and keep the discussion about Gentoo itself... what is good or bad about it - and maybe help out Dan Robbins with useful constructive suggestions. Now... have at it
Re:Defuse (Score:4, Informative)
There are some rough spots. There are broken ports in 1.2. Emerge is tediously slow. The ports systems found in FreeBSD and OpenBSD are much better. But Gentoo should catch up as it matures.
The init files are stupid half perl. It looks like a sysV init. It should be a sysV init with real shell scripts. I can understand why the developers would want to do something different. But then they should have made the init system different.
The init system is part of a larger problem. The developers seem to change some little things for changes sake. Unfortunately I can't think of an example off hand. This should tell you that most of the changes are minor. However there have been times when a config file or command didn't behave the way one would expect.
The stupid
I will give 1.4 a whirl when it comes out. There are enough little bugs with 1.2 that it is time for an upgrade anyway. If Gentoo 1.4 has worked out most the rough edges I will stick with Gentoo.
Re:Defuse (Score:2, Informative)
WTF are you talking about? They are regular shell scripts. Have you not noticed the #!... line at the top?!? Change that to #!/bin/sh and off you go. The current system eliminates redundancy, as in: why does each and every init script need to parse the command line explicitly? Why not do have a bit of common code which does the parsing for you? Also, it enables all the init scripts to automatically source /etc/conf.d files which IMHO is a very neat solution to the problem of setting options for daemons in a central location instead of messing about editing the init scripts themselves.
Actually I'm wondering why more distros don't use the system of dependencies in their startup scripts instead of assigning arbitrary (priority) numbers to their init scripts. The dependency system also neatly avoids problems when e.g. a service won't start, and several other services depend on it. Personally I love the dependency system for the init scripts. It's actually one of the things (along with portage) that made me choose Gentoo, but of course there's no accounting for personal taste.
As with... (Score:5, Funny)
What am I waiting for? (Score:3, Insightful)
When they do so fail, I'll try Gentoo, among other things.
It's been a few years. I'm not predicting spectacular failure anytime in the next few months.
Re:What am I waiting for? (Score:3, Interesting)
It'd be cool to try them out without having to do much on our part to see if its worth it. Well, maybe that's what the linux expo's are for.. But I'm to cheap to fly anywhere for an xpo. Maybe LUG's? I have yet to attend one.
Re:What am I waiting for? (Score:5, Interesting)
1) leveradge my existing linux swap partition
2) mount my home directory (though it might be in
3) Learn a lot about other distributions without much cost. (2 gigs... come on.)
And with gentoo, you don't even have that cost... they have 'live cd's. Boot of the cd, and you have a working gentoo distribution in RAM. Great to play with. Great to play Unreal Tourny 2003 on linux! (that's the main point of the disk)
Re: (Score:2, Informative)
Re:What am I waiting for? (Score:2, Insightful)
Re:What am I waiting for? (Score:3, Interesting)
Quite a few Slashdotters are like that. I have 5 or 6 usable PCs and try different things on them for experience and learning and goofing off.
I've used a couple of different versions of RedHat and Debian, Turbolinux (it came on a CD with my NIC), and started off with Slackware in 1994. I've been using Debian lately but have fond memories of Slackware, and from what I've heard Gentoo sounds right up my alley.
Of course this is not in a production environment.
And it does sound to me like Gentoo is for the people like me who goof around. (Bleeding edge source-based distros don't sound like what I'd want to administer at work, though.)
Oh, and by the way: Word!
Re:What am I waiting for? (Score:3, Informative)
One word: VMWare
-DZM
Re:What am I waiting for? (Score:3, Informative)
Have you truly never wasted a day screwing around with RPM? I spend half my time trying to resolve stupid dependancies that make no sense -- like starting with a PHP install for a headless web server and ending up needing to install X. That's not an actual example, BTW, but it is fairly typical.
RPM suffers from a (not insignificant) number of basic flaws, and most of these are not present in Gentoo's Portage (or Debian's dpkg, AFAIK).
I've been running Gentoo on a server for several months now (replaced Redhat), and it has been a pleasure to maintain. I'm not keen on some of the ways in which Gentoo lays out its file structure, but I can live with that. My laptop, which has been running Mandrake for about 18 months since I bought it, finally got to the point where I couldn't install anything anymore because of RPM. I was building and installing everything by hand, so I installed Gentoo over it. This was actually a lot easier than I thought it would be. Replacing Mandrake was painless; getting Gentoo configured, getting X running, and so on, was unneccessarily difficult. Gentoo has an extremely primative configuration system, which is to say, it doesn't have one. It uses the base package's configuration tools; for X, this is still xf86config. I mean, come on... when was the last time anybody on a modern operating system had to enter scan rates by hand? That is more XF86's fault than Gentoo's, but it does make Gentoo a pain to get running.
Basically, what I'm saying is that when a package manager is so bad that people have to avoid it to install software, as is the case with RPM, something else is needed.
Gentoo is relatively difficult to install, compared with other modern Linux distributions. However, once it is installed, it is fast and easy to maintain.
heres to free (Score:3, Interesting)
That would defeat the purpose (Score:2, Informative)
Re: (Score:2, Informative)
Re:heres to free (Score:2, Informative)
If you simply want to download the packages overnight...
emerge -f world
Or...
Download with a fat pipe. Burn it on a CDR and mount the CD as:
or just copy the files...
What am I waiting for? (Score:5, Funny)
I'm waiting for it to finish compiling!
Re:download 10 times or more (Score:2, Informative)
-Andrew
Re:download 10 times or more (Score:4, Informative)
Great... now fix the documentation (Score:2, Interesting)
Re:Great... now fix the documentation (Score:5, Funny)
Re:Great... now fix the documentation (Score:2, Interesting)
The install of our latest servers was a bit delayed by the decision of what distro to install.
Our previous servers where running mostly Debian but gentoo bit the bullet with the good interface to compiling and optimizing all binaries while still giving people a packaging system.
On my laptop I still run Suse PPC, but that was lack of time when I installed it two years ago.
Next HD is laying around, so is Gentoo.
Finally I will get the ease of use of Slackware and Mandrake while being able to compile everything I need without libc probs.
Good job!
Dependancies (Score:5, Informative)
Re:Dependancies (Score:2, Interesting)
Re:Dependancies (Score:3, Informative)
Re:Dependancies (Score:2, Informative)
Re:Dependancies (Score:2)
# emerge gnome
pull down gnome panel
compile gnome panel
pull down gnome games
compile gnome games
etc. However, you can do a 'emerge -f gnome'. The '-f' is 'fetchonly'. It will pull down everything you need. Then you 'emerge gnome' and you're off to the compiling races.
Re:Dependancies (Score:3, Insightful)
The debian package system sucks if the only mirror in your sources.list file goes down too.
There are a multitude of rsync servers and fileservers too. Also, if it can't find a file, try telling it to build one version back as sometimes the file mirrors don't get updated as fast as rsync.
If you set up your configuration right (as you have to for other distros such as debian), you are not dependent on any one server.
Read the docs before making stupid assumptions.
There have been little hitches with gentoo, but then again that's part of the fun of running it. Not only the raw speed, but the making everything work. This is why the more savvy people like it. I've never not been able to get something to work and I've been running it for half a year now.
It's not like I'm a pro either. It really isn't that bad to maintain, but as another poster said, until your comfortable with debian or slack, use a twelve foot pole.
Brian
Is Gentoo the new Slackware (Score:3, Insightful)
Re:Is Gentoo the new Slackware (Score:5, Insightful)
I'm sure that there are some gentoo users as you describe, but I'd like to state for the record that all the members of the Gentoo community that I've dealt with have been both helpful and pleasant in their responses to questions. Don't let a couple kiddies give you a bad impression of the average gentoo user.
Gentoo certainly isn't the easiest distro to set up, but if you know what you're doing the benefits are worth the time/work getting it started. If you compile everything from stage 1 you're looking at at least a day of compile time--but the actual time you need to spend in front of the computer is most likely going to be less than an hour. The amount of compile time really depends on what packages you install. You can use precompiled packages for a lot of stuff, but the point of compiling it from stage 1 is that you have a system that is fully optimized for your specific processor. This made a huge difference on my Athlon--I can actually watch DVD's smoothly now--something that Windows and Mandrake couldn't do for me.
What worked best for me as far as installation was to create a partition in Mandrake, chroot into that, and do the installation in there. Basically you can do pretty much the entire installation in a shell window without having to stop whatever else you're doing. I'm not sure this is well documented though. If you know your stuff linux-wise you can figure it out. It's not for the linux newbie though.
Re:Is Gentoo the new Slackware (Score:2, Funny)
Is that the new Boeing?
Oooh, you mean 1337.
Re:Is Gentoo the new Slackware (Score:2)
Re:Is Gentoo the new Slackware (Score:2)
As a happy Gentoo user, I must say that Slackware is still more "hardcore" than Gentoo. I am not sure that is a good thing (for Slackware) though.
some helpful links (Score:5, Informative)
Here are the promised helpful links.
Gentoo Home Page [gentoo.org]
Gentoo x86 install instructions [gentoo.org]
Gentoo FAQ [gentoo.org]
Gentoo Desktop Guide [gentoo.org]
Gentoo Forums [gentoo.org]
Gentoo Bugzilla [gentoo.org]
That should keep you busy for a week, at least.
Re:some helpful links (Score:2)
Re:some helpful links (Score:5, Funny)
I've never tried Gentoo, but I sure do love the convenience of sliced bread.
Re:some helpful links (Score:3, Insightful)
My wife and I make our own bread. We have several bags of different flour. We purchace yeast like it's a fine wine. We spend hours getting everything together. After it bakes, we run it through a meat slicer set to extra thick.
I don't mean to gloat, but GODDAMN that's some good bread. We'd take the Pepsi Challenge agianst that Wonderbread shit any day.
In the next year, we will probably get our own flour mill and purchace bags of wheat to lessen our dependency on choosing prepackaged flours.
Gentoo is, IMHO, the best Linux distro out there. I'm sure there are some people, let's call them "Linux Gourmets", who could put together an awesome distro to beat Gentoo. I haven't seen it yet.
Gentoo needs an install cd. A full Gentoo system already ready to go. After install, you could recompile packages as you see fit. Emerge kicks ass. I've never used the BSD ports, but with emerge, it just works. The dependencies seem reasonable. The ebuild files are well laid out and easily modifyable.
I'm not a linux developer, but I have a freaky feeling that a lot of RPM and APT gurus are looking at emerge and thinking of ways to make their systems more like it. Maybe a system like apt-compile or urpmi.compile is already in development. If not, it will be soon.
In short, Gentoo is a serious player in the distro wars. I forsee a lot of people moving to Gentoo in the next year. Especially on the developer front.
It is all about time ... (Score:2, Insightful)
Because I just finished installing and configuring all of my Linux boxes with either RH 7.3 or RH 8.0
Besides, I like the guy with the red brim a little better than the backwards, purple pac-man.
What am I waiting for? (Score:2, Insightful)
Frankly, I've got several computers, Linux or otherwise, all performing their tasks and they're Working Just Fine(tm). Why risk them?
Re:What am I waiting for? (Score:2)
so, i can see exactly where your coming from, but with a bit of added experience of about 5 failed install attempts.
that being said, if you do get a new machine, or maybe just another hard drive, i'd recommend install gentoo, it's quite nice.
Gentoo (Score:4, Interesting)
What's even more interesting is how many people have left Debian for Gentoo. Debian users are some of the most loyal I know, and yet many of them have simply moved on. I'm guessing Debian blew it with the long delay's between releases.
I also have to say after using linux for a while now, I just have no desire or need to get down and dirty with my distro, am I surprised as many people still are. Keep in mind I'm talking about desktop use where I just want to get my work done, not server use, where I do end up compiling some of my apps.
Personally I just don't have any interest in Gentoo or that style of distro, but obviously not everyone feels that way, since it does seem to be one of the up and coming distros.
Re:Gentoo (Score:2)
However, the flip side of the coin is that it keeps your mind sharp. Learning how someone else solves the problem is a great exercise, especially for those of us who sysadmin for a living (or want to).
And I was never sold on the 'compile optimizes things greatly' point. I'm still not totally, but I have to admit that my gentoo laptop smoked my debian desktop with LAME (went from 2-2.5x to 4-5x MP3 encodes) even though the cpu is pretty close (800mhz P3 vs AMD 700mhz), much slower disk, and a quarter the ram.
Re:Gentoo (Score:3, Insightful)
Don't think so; you see, I do believe that Gentoo is probably very nice, but most ppl I know that use it (disclaimer: most != all) and used to run Debian were either ppl that never really settled in any distibution because they wipped they're systems clean when they heard that a *new* version of LinuxSomething was released or ppl that used Debian because it was perceived as more hardcore. It's almost the same reason why many of them after 3 months of Gentoo wipe their systems to install FreeBSD and became FreeBSD zealots, only to install OpenBSD on it later because it's da bomb, except that latter on NetBSD catches their attention because in some weird movie they saw a über elite hacker used it. In the end they either begin to run Plan9 or simply go back to Windows, in which they will fondly remenber they're wild days while reading mail in Outlook.
Debian release cycles are indeed an issue, and an issue that it's trying to be fixed, but interestingly enough the uses that are drawn to Gentto are the ones that knew and used the unstable Debian branch, so the release delay was not really an issue. Some people just prefer to move to other things that for one reason or another they prefer... taking from other comments in this discussion one would gather that from some ppl Debian stable is the reason they don't change their OS, since stability is what works for them. For others a BSD-like ports systems is crucial, thus Gentto, Sorcerer, etc.
cheers,
fsmunoz
Re:Gentoo (Score:3, Interesting)
The Good: If you got through the install, you've payed up front. Maintaining your system afterwards is a breeze for experienced linux users. Much easier than my experiences with Mandrake or edHat. Gentoo really is about package management so don't expect custom GUI management utilities a la YAST, etc., but dependancies are handled invisibly. Nor do I have to compile everything with KDE, Gnome or Alsa support, three things I never use.
The Best: 98% of everything I install works, including DVD, OpenGL games, WINE, all the things that were much harder or impossible for me in other distros, including Suse, RedHat, Mandrake and Caldera. If a package is broken it's usually updated relatively soon and the next 'emerge' works fine. Gentoo has, other than the occasional MOHAA, caused my W2K partition to gather dust.
Stupid question (Score:5, Interesting)
I don't run *nix that much. I have a dual boot at home for Mandrake 8.2 and W2K. Do different distros really only matter to the elite linux hackers?
Re:Stupid question (Score:5, Informative)
No other linux distro has this. So yes, this is a major feature/innovation that makes it different.
Re:Stupid question (Score:2)
My (negative) Gentoo experience (Score:2)
It's sweet when it works, but a royal pain when it fails. I downloaded the iso, installed it and immediately tried to emerge kde-base after getting gentoo up and running (which was very easy by the way). The emerge process for KDE took all day long between downloading the source and compiling, whereas on Red Hat or Debian it would have been done in minutes. Then to top it off, the X servers compiled by it were not functional because of an unresolved global. Something obviously was missing from their dependency graphs; other people who perhaps had emerged the missing piece in the course of other activites would not have had this problem.
Of course, I had the source code and in theory I could have dived in to figure out what was going on. In fact, I'm fairly accustomed to tweaking source code to get it to compile and work, but futzing around with X is not what I do for fun. I played around with the system in my spare time for the next week, trying out other things and attempting somewhat half heartedly to fix my X problem. Searches on the Gentoo web site and Google came up dry. Then the new Red Hat psyche CD's I'd burned beckoned, and that was that for Gentoo for the time being.
I had overall a mixed impression of Gentoo. I think portage is pretty slick. The X problems I had didn't really put me off on it. If I seriously needed X working on the machine, I'm sure I could have got it working. The problem is that when it comes time to set up a machine for some purpose, I usually don't want to be tinkering with it for days. And I'm not talking about futzing around with configurations options, just the routine task of getting the system installed and running takes too long. If it were my personal hobbyist system, no problem; but at work I'm often installing linux on a particular machine to solve a specific problem. I want it done and off my desk yesterday. It's irritating to have to, figuratively speaking, pop the cake in the oven and keep sticking it with a toothpick to see if its done. For that reason, I'd say it's a very superior choice for a hobbyist, especially given the effort they've made to put all the most bleeding edge features into it.
The article says emerge is going to be much faster in 1.4. Perhaps I'll give it a try again.
Re:Stupid question (Score:5, Informative)
I was very close to using my last mod point to mod the parent down as flamebait because of that line, but decided it would be more constructive to reply.
There are a handful of other distros that do what Gentoo does, and some might argue that they do a better job of it (I won't get into that).
1. Source Mage [sourcemage.org] - The evolution of Sorceror after it's original maintainer ran off, has been doing this for nearly as long as Gentoo (maybe longer even? It's close). Instead of "emerge gnome" you'd say "cast gnome", but other than that it's more or less the same thing - download, configure, compile, install with one command. It's all coded in very elegant and easy-to-understand bash scripts, which is kind of neat, but other than that it's very comparable to Gentoo. I believe they plan to release 1.0 on Halloween.
2. Other source-based distros - there are two other Sorceror-based distros besides Source Mage - Lunar and the non-free Sorceror. Personally I'd suggest sticking with the above if you want to go with a Sorceror-evolved distro though. I think there's also Rock Linux but I don't know much about that.
3. Debian. Apt-get downloads and configures and installs programs, but you save hours and hours on the compilation step by using binaries. Or you can use apt-src and go through with the compilation. Personally, I found that it was not worth the time to compile everything when Debian works just as well if not better, has a far more reliable, well-established testing system, and stays nearly as up-to-date (if you use sid, the "unstable" branch, which I've found to be more stable than any of the source-based distros). As for the alleged speed gain in compiling, that is more of a theoretical claim than a number-supported one, and I honestly do not notice a difference.
Parent - keep in mind that it is never a safe thing to say definitively "no other..." or "never" or any kind of all-encompassing statement - you're asking to be disproven. Certainly Gentoo is a nice distro, but let's not be close-minded about it.
Re:Great... now fix the documentation (Score:5, Informative)
1. Package versions are updated very promptly. If you're running a server, Gentoo has a nice mailing list with GLSA's (Gentoo Linux Security Announcements) that easily keep you up to date with what needs to be upgraded. When you do upgrade, it's basically a one-line command and I can let it build in the background (and I don't agree that the "compile time" makes the security upgrades less timely: for one, most server apps are pretty small and can be built in 5 minutes, and for another, Gentoo will come out with a new ebuild script much much sooner, in my experience, than Redhat, et al. So I can build the new one before Redhat even rolls a new RPM.)
2. I know exactly what I'm getting when I install something in Gentoo. Gentoo uses the official versions of everything rather than their own hacked up editions (reference the GCC 2.96 issue, etc). An exception is their custom kernel sources, but it is well documented what that contains.
3. Even though compile time exists, user hassle is reduced. Most installs require very little interaction from the user to complete. I got sick of going out and finding the RPM I needed, making sure it was the right kind of RPM (Mandrake, Redhat, Suse...), having RPM reject it, and having to go out and find dependencies...
4. I can enforce compile options system-wide or even rebuild the entire system with new options using a single command.
5. Compile time and setup issues decrease as the system matures. Once you've built up a sizable collection of libraries, etc. compile times tend to be greatly reduced since the dependencies are not updated as frequently as main apps. Also, if you know what you're doing, it's very easy to get Gentoo setup exactly how you want it. I never figured out how to achieve this level of customization in Redhat and now that I have it I can work VERY efficiently.
So, contrary to belief of those who haven't tried it, Gentoo really does save you maintenance time if you know what you're doing enough to get it set up correctly. No more fighting conflicting sets of RPMs from Ximian, Redhat, and the Mozilla site everytime I upgrade Mozilla. That alone was enough to convince me of its superiority.
What I'm waiting for (Score:4, Insightful)
I'm waiting for it to have over 4000 packages tested and available. I'm waiting for it to have widely available high performace mirrors that serve binaries, so I only have to compile when I want to, and I can be using that new piece of software in seconds. I'm waiting for it to have a proven track record for strict filesystem hirearchy standard compliance (the same standard each release, please). I'm waiting for it to run on all the platforms I currently use (still missing arm). I'm waiting for it to have a dedicated team of hundreds of developers that release security updates in hours (In binary form so that I don't have to wait for compilation for security). I'm waiting for transparent integration of non-"free" software into the standard package installation system. And most importantly, I'm waiting to find any reason why my current system may be insufficient, or even sub-optimal, because I don't feel the need to fix what isn't broken.
Glad you asked?
Re:What I'm waiting for (Score:2)
emerge nvidia (downloads and installs nvidia's binary closed source drivers, kernel and glx)
emerge ut2003-demo (yup, you guessed it...)
things like RealPlayer are slightly more complex (you have to get the install file from real.com then stick it in a directory before emerge'ing it - presumably because of Real's licensing).
Seriously, its good - even for non-free stuff..
Re:What I'm waiting for (Score:5, Informative)
Have you actually looked at the list of packages? It's more than KDE 3 and GNOME 2 - since installing Gentoo on my desktop and server two months ago, I've only found 3 packages (out of... probably over 100 packages that I installed, including some very obscure ones) that didn't have ebuilds - hopefully the ebuilds I made for them will be added to portage soon.
The list of packages available is already very impressive (I'll bet that Red Hat and Mandrake don't have packages for the unreal tournament 2003 demo, or the Quake 3 OSP mod - these are in portage!), and making a new ebuild is very easy.
Having 4000 packages is completely irrelevant - there's tens of thousands that you'll never use. Debian's 9000 packages might make you certain that nearly everything you can think of is included, but would you even use 1000 of them?
"I'm waiting for transparent integration of non-"free" software into the standard package installation system." (those aren't my ebuilds - it's a completely clean portage tree from a few days ago).
"And most importantly, I'm waiting to find any reason why my current system may be insufficient, or even sub-optimal, because I don't feel the need to fix what isn't broken."
Portage and ebuilds.
Re:What I'm waiting for (Score:3, Informative)
If you don't mind tarballs, it looks like that 4000 number has been surpased. This is my gentoo distribution tarball directory last updated a month ago:
dattaway@attaway $ ls
dattaway@attaway $ du
6881448
Re:What I'm waiting for (Score:5, Insightful)
Re:What I'm waiting for (Score:2)
Gentoo is very nice and all, but there are a number of things that made me switch back to other distros after using Gentoo for a few months.
First, there are better completely source based distros. The most important of these is SourceMage.
Second, I don't like to compile every single little thing. There is no point to compiling every single little thing. Most of the optimization claims that people say about Gentoo are mostly myths; it's really mostly a placebo effect on most modern computers. The only place it would have a discernable effect (above 10% increase in speed), is on really old i686 hardware (p3-katami, early p3-coppermine, slot-A athlons). Anything other this obviously isn't 686. The only other processor where i586 optimization helps is the Pentium Pro.
Third, Gentoo brakes more often than other distros do. I had more breakages in running five months of Gentoo than two years of Debian unstable/testing, and four years of various slackware releases.
Finally, I would like to say that Gentoo is a great distro. Non-free software availablity is very good. It's not however the "killer" distro that some people say it is. Portage is quite slow compared to other package managers (perhaps it should be rewritten in C or C++), or even the BSD ports system. Hopefully portage2 should address these issues, if it ever gets done.
Basically, gentoo is somewhat of the "in-distro" that Debian was several years ago.
my gentoo experience (Score:2, Informative)
Now, as far as my dependency issues, i'm not sure if they got them resolved with the new version of portage, but it might be worth checking out. At any rate, i love dselect and i dunno if i'll be reinstalling now that i got the unofficial kde3 debs [bluewin.ch] working
Waiting for a floppy install (Score:3, Interesting)
Done (Score:3, Informative)
- fdisk the install drive / partitions
- format the partitions
- give you a working network connection
- Let you run a command shell with ftp and chroot working
That's all you need. You can probably use that Debian floppy to install Gentoo. Of course, there's the matter of downloading a 50-100 MB tarball + kernel sources for the initial install, plus more downloading and several hours of compiling to get a usable system. But you can do it without a CD (or even a CD-ROM drive).
Re:Waiting for a floppy install (Score:2)
Re:Waiting for a floppy install (Score:5, Funny)
Oh yeah? Well I hand-weaved a linux 1.2 kernel using only the lint caught in the fan guard and installed from that.
Seriously, GRUB netbooting is cool and I want to try it. Do you TFTP an initrd, too, or do you just grab the kernel and magically make it work?
Re:Waiting for a floppy install (Score:2)
I love you! (Score:4, Informative)
Then I tried Gentoo recently. It's everything I wanted. the Ultimate power of customization (save LFS), everything from source, etc. The speed difference IS noticeable in every app, as long as you have a clue about optimization flags for your CPU.
The only real problem is that two things are essential:
1) Moderately fast system
2) Fair connection to the ineternet
I have dial up at home, so I brough my system to work and installed there. Ever since, I haven't had to download too many huge ebuilds (packages) over dial up. Things are good.
Check it out some day.
Gentoo has matured quickly... (Score:2, Interesting)
So, in August, I gave Gentoo another shot. Only had one faulty ebuild on the install, which is ok with me. Skip ahead a few weeks, I install the GCC 3.2 1.4 pre-release. Not a single problem during the base install, and no problems with anything else either(kde, gnome, mozilla, etc).
Overall, I'm very impressed with how far Gentoo has come. Thanks to everyone who contributes to the project!
---
My take on Gentoo... (Score:2, Insightful)
It was more INVOLVED, but not more difficult per say. If you print out the instructions from the site and follow them, good things will happen.
For those who think that another distribution (especially a source-based one like this) is pointless and only for the uber-geeks, think again. The idea behind distributions like Gentoo is CONTROL. When you have finished your first Gentoo and compiled everything for your specific hardware it is a distinctly different feeling than throwing in a Redhat disk and pressing 'go'.
Those attracted to Gentoo are those attracted to having everything just the way they like it on their computers (and arguably in their lives as well). It's an approach to computing that many have here on
No kidding.. it smoked my harddrive... (Score:2)
When I got home, it had aborted due to being unable to connect to their rsync machine (a problem that others have reported as well) so I kicked the whole process off again. This time, I think my poor old harddrive gave up the ghost from all the thrashing. Now I get nothing but hda errors, even when I boot from a tomsrtbt floppy. It's almost like Gentoo slashdotted my hard drive..
I'll give gentoo another try after I find a new laptop HD on ebay... (Anyone got a 2-6 Gig 2.5" notebook IDE drive that needs a new home?)
So yeah, plan on some compile time if you have anything less than a speedy box...
Gentoo Linux 4 Newbies (Score:3, Interesting)
Like I said give it a try. At the very least you can pick up some skills and that is worth the compile times (on a 1.2Ghz w/ 256DDR system takes me about a long evening start to command line--then emerge gnome or kde while you sleep).
The biggest advantage of Gentoo... (Score:4, Insightful)
...is the one they're not using.
Gento is source based, meaning big compile times. However, it has the possible advantage of very small downloads. Imagine, that instead of downloading all the source packages for KDE 3.0.4, you simply had to download the patch level difference for the source from KDE 3.0.3. The diff file would probably be less than 500k.
Of course, patch files would be too difficult to manage, so why not set up an rsync or cvs server, and use cvsup to grab the differences. Not from the production cvs, but from another set up by Gentoo. This would turn a bandwidth hungry dist into the lightest one of all. After downloading the initial sources, the updates would be noticably smaller than binary dists.
Of course, gentoo doesn't do this, but I use it anyway. :-)
Re:The biggest advantage of Gentoo... (Score:2)
Mod parent up (Score:2)
It was a ~4gb volume; I found 1.5gb in the
Remember Debian users, apt-get autoclean is your friend.
Gentoo Has Earned Primary OS on my Desktop (Score:2, Interesting)
But once you take the time to understand how it works you are truely in control of your own computing environment.
The other nice thing is that Gentoo has attracted many experienced Linux people so issues that I have had with it have always been resolved thanks to all the smart users and developers.
Gentoo also has a great community around it too.
The biggest problem I have with it (Score:2)
Yeah, I know I can download all of the packages that it needs and put them in
Plus I'm in one of the far corners of the world (Santa Fe, NM) that DOESN'T have broadband everywhere so I have to do all this downloading over dial up.
I should just take my machine down to the lead guys house in Albuquerque and hook on to his hub to install.
Other than that, it looks pretty neat! nifty even.
Gentoo is my Primary Desktop OS (Score:3, Informative)
It has the flexibility I need, without any sacrifice in power.
You can boot off of a old install cd and install the latest release. It has done all I have asked it to and no extras.
I do not have qt ,arts or KDE installed I don't use KDE and I can still compile programs requiring SDL development libs, because I have sdl devel libs installed which did not require arts now try that with other distributions. I get to use the system logger, cron tool, bootloader, mta, etc that I want from the very beginning.
Re:What am I waiting for? (Score:3, Funny)
-J
Re:What am I waiting for? (Score:3, Funny)
Re:What am I waiting for? (Score:2, Interesting)
Think how much less annoying their lives got. Sure you've got the idiots who couldn't cut it, but you can tell them to get Mandrake and they'll be off on their merry way. What you don't have is a bunch of people with working systems screwing them up in different ways.
Tech support people know that if you have a finite problem set then it's much easier--what can go wrong during installation is finite, what can go wrong later on is not.
It's by design. And if you can't type commands off of their *very* detailed install guide then there really is something wrong with you.
you need an imac.
Brian
Re:What am I waiting for? (Score:2)
http://www.gentoo.org/doc/gentoo-ppc-install
Re:What am I waiting for? (Score:2)
I like linux well enough, but I'm tired of it. I'm tired of working with it, fighting with it, and trying to coerce it into doing exactly what I want. I want to be lazy for a while. I work hard enough at work.
Re:Why not? (Score:2, Redundant)
I built a minimal Gentoo system on a P5MMMX-233 for use as a firewall. I started it before going home, and it was mostly done by the next morning. It does take a while, but it's doable as long as you don't plan on trying to run KDE (for instance) on it.
no more waiting. (Score:3, Insightful)
that's where gentoo is. the *point* of gentoo is that it uses the ports system... so congratulations to you, no more waiting
Re:What Am I waiting for ??? (Score:2)
as a long-term linux bigot (running on linux since the 1.1 days. kernel versions, that is) I'm now giving freebsd a serious try. my bsd bigot friends tell me that there's near zero that linux can do that fbsd can't. I know that its missing filesystem journalling (linux has reiser, ext3, xfs and jfs). but other than that, what else CAN'T freebsd do? so far, according a bsd bigot friend, nothing. all hardware that linux supports bsd also supports. maybe even better (to this day I don't trust linux and ide controllers. nor do I trust firewire or even usb, totally, with linux).
I'm going to really give bsd a try now. 4.7 is just out and while it takes some time to convert from linux's way of doing things to bsd's, its not a major hurdle.
for me, the big obstacle was "would there be things linux could do that bsd can't". and I'm told that's no longer the case.
so when it came time to build my next unix box (firewall or host), I'm now spending some time with freebsd rather than choosing YET ANOTHER linux distro. the fact that there's only ONE freebsd sure makes MY life a lot easier!!
oh, and the 'make world' thing is really cool. no linux distro really matches the cvsup/make-world deal that bsd has going. lockstep release from one vendor. wow
Re:What Am I waiting for ??? (Score:2)
Re:What Am I waiting for ??? (Score:3, Insightful)
and as far as hardware support, it's not really a matter of HOW much stuff is supported but how WELL it's supported. this is important when you actually want to do work, like have production servers tick along forever without randomly crashing. I wouldn't even begin to pretend that Free supports as much hardware as linux does, but that's mostly because there isn't a legion of 13 year old kids writing a slew of crap drivers for things like usb webcams and cheap ass network cards and god knowsw what else they bought at CompUSA. that sounds bad, but it's what it seems like much of the time. who gives a crap whether you can do "good performance IDE software RAID" ? who does that? seriously. if you wanted good RAID performance, you'd build a box using a serious hardware raid controller, with good scsi disks... and if you're someone who wants to argue with me here, then you're really not someone who gets it, and should stick to your linux distro of choice. pretty IRC interfaces aren't all what it's about, you know.
As far as compatibility with linux "software" goes, FreeBSD is a POSIX beast, and works just fine in that arena. it also has an optional linux compatibility layer where (sadly!) it will emulate the insane mess of libs and dependencies (glibc? hello? pick a version already) and run the software as if it was a linux ELF binary. this is handy when vendors do stupid things like distribute apps for hardware as linux binaries... I've run into this with Mitsubishi high-end UPS systems, and linux compatibility mode worked out A-OK. all done, QED. no need to compromise my network with a exploit prone system (besides the windows servers, of course!)
but really, as a former linux user from the days when slackware was new and really damn cool, I have to say that I like FreeBSD more. one of my coworkers forced me to use it, and once I sussed it out a bit it made so much more sense. things are ALWAYS IN THE SAME PLACE. this is important, so important I'll say it again. THINGS ARE ALWAYS IN THE SAME PLACE. this makes administration easy. installing applications is much simpler. cleaning things up is easier. restoring from backup is easier. it's great that your home linux box has some weird ass setup that makes sense to you, but start administrating hundreds of boxes built by a team of different people over the years. weird ass file system nonsense doesn't scale. move on.
Ports and the source tree- these clinched it for me. it's spiffy. you go into the directory, use the built in search tool to find an app to do what you want, and then install it from source. you can snarf the binary if you wanted, but why bother? we're using servers here, they have power, and we're not building KDE3 or something. (except of course when we are, of course.) I can't begin to say how spoiled I am by using the ports tree.
And building from source- what's easier about keeping your system up to date than syncing your source tree with one command? and then rebuilding your entire core system with another? poof! it's like magic. go figure. it's been there forever.
anyway, if you're a geek who needs to do server stuff and you'd like to cut down on the headaches, give freebsd a spin. we're not bad people and most of us work for a living. you get to avoid a lot of clueless brats and silly script kiddies. if we say "H4X0r" it's in jest. maybe it sounds bad, and if so, that's fine. either it appeals to you or it doesn't. thanks for listening.
Re:What Am I waiting for ??? (Score:3, Interesting)
You wink, but it's true. That's why I left Gentoo. I got sick of the constant compiling, even on my 1GHz P3.
Now I follow Debian sid and I do just fine.
Re:What Am I waiting for ??? (Score:2)
I don't run Gentoo, but I built my system with LFS [linuxfromscratch.org]. I wanted to build my system from source for a reason other than optimizations: dependencies.
I like not having programs I use be dependant on some bizarre unknown little library or program that Red Hat or Mandrake saw fit to link to something important. (Requiring Sendmail to run a simple cron daemon? Requiring the installation of Vi?) When you build from source, you know that you won't be getting any missing library errors, and you know that your program won't die mysteriously because it can't find an odd little support program in the path.
Re:Down Side of Maintaining (Score:5, Informative)
- ebuilds arent perfect. some dont work, others have known problems. it isnt always perfect. things are usually fixed quickly though.
- version mismatches. although its kinda cunning and you can have multiple versions of things installed (Qt 2 in
- other version mismatches. some apps like autoconf 2.13, others like 2.5. you can easily change your 'active' one (export WANT_AUTOCONF_2_5="1" for 2.5) - but the ebuilds don't 'know' which one they want. Again, broken builds and more problems. Easily fixable but still a pain.
- upgrading doesn't get rid of old versions. Sometimes you really need to unmerge an old version of a program before emerging the new one or dependent apps will get confused and pick up the wrong versions of shared libs. I know this isn't meant to happen but it occasionally does..
- other weird stuff. recently I somehow lost my TEMP environment setting and emerge unpacked a fresh glibc version into / (still haven't cleaned up the mess..)
- cant resume an aborted build. start building big package (openoffice!). quit for whatever reason. have to start again from the beginning...
Don't get me wrong - I love Gentoo dearly, its my primary desktop that I spend 16 hours a day on doing all my work and all my pleasure. But nothing's perfect...
(and the support on the lists is truly excellent, so you're never completely lost..)
(and admittedly many of the problems above are as likely to be caused by the apps themselves as Gentoo..)
I've had a different experience... (Score:2)
This one by FAR had the most documentation. And it had more docs than Debian, Mandrake, and Slackware for installation. So I decided to give it a try.
And I screwed up by not following the directions. Undaunted, I tried again. This time, I succeeded - without the help of the developers. Everything compiled perfectly - I had a working version of X with support for my video card, along with a full install of Apache, Gnome, KDE, IceWM, and my favorite development environments and text editors. It took me three days to succeed.
From that point forward, occasionally, I ran into problems. Unlike Mandrake, my previous distro, I found the solutions by going to the user forums for the site - it seems other people had problems similar to mine. A lot of the problems weren't even due to the distro - things like how upgrading postfix sometimes leads to a difference in how the alias files are stored (so that they have to be rebuilt) are things I would expect to have to scour the internet to find out, rather than just checking at my distro.
And the three times when I couldn't find the answer, I posted to a forum, and within hours (one time within minutes) I had my answer.
There sure is some brokenness with the distro - but to me its worth it. The documentation, while out of date, is still pretty useful, and the forums are the best support I've ever had from anyone for using Linux (including a local LUG, #linux, and #linuxhelp on Dalnet, #linux and #linuxhelp on EFnet, and my local net admin).
Now my computer nearly sings - I can install, uninstall, and fix problems faster than I ever have before, (even faster than I could with nice, user friendly options), and its only getting better.
Perhaps you have been a sysadmin for four years, and used linux-pmac, but perhaps you didn't get as many scars as you say. You don't like the kernel? They don't force you to use it, you know. You don't have to run it even once - you can use any kernel you want, if you're so inclined, even plain vanilla. Switch. Problem solved. Can't use simple compile flags? They wrote a huge 10 page html file about how to use them and documented the file with the compile flags so you'd get them right. I've NEVER been a sysadmin, and I didn't even doubt that I got them right. Can't stand the 5 minutes of doing stuff by hand? You know you can just do exactly what the guide says, right? A trained monkey, or the newbie I was when I first installed it could do it. Why don't you? It doesn't really take that long.
It sounds more like you gave up when you hit a snag than that you gave this distro a fair chance. One snag in the install of this distro can take 40 hours to fix. However, the install is only the beginning of a distro's use. Perhaps you think I'm acting haughty. I'm sorry if you take it this way; know that I write this without emotion, but with more experience in this distro. Ask for help from me when installing and I'll give it if I am able.
Re:I've had a different experience... (Score:2)
Things like:
-getting rpmdrake/urpmi to work properly with any given mirror (I had to figure that one out by reverse engineering based upon how it does security update works)
-getting the firewall to work (the firewall that comes with Mandrake has a horribly inflexible Mandrake front-end (won't do certain kinds of forwarding, etc.). However, if you scour your path, you can find that it has a really good OTHER front-end that you have to use).
-figuring out why a lot of stuff won't compile (ships with a rather broken version of gcc)
-Mandrake's init path structure (sure, you can figure it out, but why don't they just tell you?)
Bottom line: even the least sophisticated distro needs documentation because an operating system by nature is a complex thing.
Re:Why KDE is faster on Mandrake than on Gentoo (Score:2)
This only shows, that the speed difference is a subjective thing.
I tried Gentoo (twice), and liked the low inital dependencies and the init-scripts.
(Note, I'm a developer and a happy Mandrake User.
Started using Linux with RedHat 3.0.3. I'd rather compile my own code.)