10-Day Gentoo Installation Agony
lisah writes, "The Linux distribution Gentoo has a hard-core following, and with good reason. Gentoo is known for its configurability and choices. It's not known, however, for its easy installation. NewsForge's Joe Barr outlined his painful installation experience with Gentoo in an article that explains why, after 10 days, he finally gave up and went with Debian Etch. From the article: '[B]ack in the day, Gentoo users first had to rip the source code from the bone with their teeth before compiling and installing it, but now the live CD had sissified the process to the point that anyone could do it... I exaggerated the ease of installing Gentoo.' And: 'Gentoo doesn't ask what it can do to make things easier, it asks you exactly what it is that you want it to do, and then does precisely and only that.'" Slashdot and NewsForge are both owned by OSTG.
I don't want to learn!! It's hard to read the documentation!
This guy wants everything handed to him, and there are plenty of distros for that. What I don't understand is that he complains about having to RTFM, then he installs Debian. I could have sworn they were the worst offenders for telling noobs to RTFM.
It's like sex, except I'm having it!
This is the type of elitist attitude that will keep normal users from adopting Linux. The live CD is one of the best ways to prove Linux's viability as a Desktop OS. I can't count the number of Linux users I know that didn't first try it out on a live CD. "...to the point that anyone could do it...", isn't that the idea?
___________________
Free iPods? Its legit. 5 of my friends got theirs. Get yours here!
I can't completely agree with the article. I never had any problems installing it. In fact, the installer was very kewl in that it came with ssh and screen. I even did COMPLETE remote installs for people before. I just call them up and tell them to put the CD in and boot up and set a password. After I'm done with it, call them back and tell them to take the CD out so I could reboot. Done. they were amazed.
:)
Install wasn't my problem.
Maintenance was my problem. As one of the commenters from the article pointed out, you were basically compiling an update constantly. It could be a minor bug fix but if it was in a big package like glibc, it would take a while to compile. You could go about your business, but you noticed it. The next day would bring about another big compile (say, X!?) and on and on it went. The endless cyle of updating. Some would argue that this was a feature of it. Sure, you're always getting the latest of everything. But it was a little bit of a PITA. The worst was when I went away, came back to a LOT of updates. Those updates (during the end of my time on gentoo) started to break things unfortunately. QA went downhill as the distro got too big.
Anyways, I still think gentoo is kewl, with its configurability. However, I've traded some of that control in for maintenance sanity and am currently on Ubuntu for my desktop and debian on my server.
Thanks to the gentoo community for the fun few years. #gentoo was always lively
AirSpeak - http://itunes.com/apps/AirSpeak
I know what you mean. Reading the article, I was laughing when I realized he hadn't frobnozled the prepalpitator scripts with the correct USE -octaroon -dingo flags. I just knew that would come back to bite him on the ass latter. Simply follow the directions, people! Perfectly easy, my grandmother has severe alzheimer's and she managed to get gentoo installed from source in under 15 seconds.
Seriously, it's not just incredibly tedious, it's also complicated unless you are doing a stock vanilla install with exactly and nothing but the recommended options. But I was doing stuff like that with Linux before there was even a gentoo, just for fun. It is fun, for a certain type of person. But, like masturbation, it's a very personal kind of fun that doesn't contribute anything very useful to society at large. And most normal people really, really don't want to hear the gory details about how you did it and how much fun it was.
- None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
I built OpenOffice on my 1GHz Duron machine -- that alone took 10 days. Now I use OpenOffice-bin.
But seriously, Joe Barr:
1. Did not RTFM
2. Was impatient and gave up his first attempt while it was still running.
There are alternatives. I have used a chroot approach to building a system while running under another distro. This works well, is low risk and is documented.
The real "Libtards" are the Libertarians!
Imagine for a second utilizing a metaphor that makes some sense. What you're talking about is baking a fucking cake, it's an inherently analog process and it responds well to tweaking. Let me use as an even simpler example making pancakes from a box. Do they ever put enough water in the recipe to get it to flow out right? No. But once you've made pancakes a couple times you know what the consistency is supposed to be like.
Computer don't work that way. I'm going to wade out into the dangerous waters and make an automotive analogy here. If you are working on an automatic transmission, you had better get every little piece and part in the right place, and there's TONS of them. For instance, automatic transmissions are chock-full of check valves, which are constructed from a spring and a ball bearing. Eliminate just one of those (the spring, OR the ball bearing) and your transmission doesn't work right.
Well, your distribution is orders of magnitude more complex (in terms of functional units) than an automatic transmission. Do you think that maybe, just maybe the way you put things together might be important?
Anyway, it's a bunch of bullshit, because while I followed the directions to the letter during my very first gentoo install, I have not done so during any subsequent install, and they have all been successful installs. Of course, that's because I know what I'm doing. I've been messing with this Linux shit for a long time now, and always from either a hobbyist or IT perspective. Constant tinkering has a way of teaching you, mostly by negative example :)
The point is that gentoo is intended for a certain class of user. There are other distributions out there. If you don't need the things you can get from gentoo that you can't get anywhere else, run something else. See how easy that was?
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
I didn't start my unix experience on Gentoo (FreeBSD, rather) but I do remember what it was like to be completely new to the system.
Things that a complete newbie does not know:
When Gentoo sits you down and says "type this", any curious user will say "hm, what is this, what is it doing..." and learn a little bit in the process. Exercise builds skill. If you see it, you might get a little knowledge, but if you do it, you are actually learning. Kind of the hands-on concept.
I guess the point is that Gentoo is for people who are curious and interested in the workings of Unix. Yes, it is possible to use Gentoo if you pretend that typing some long crazy string corresponds to what would be a button click in another distro, but for that kind of user, there's no point. Non-curious users will simply type keystrokes and learn nothing. and then get fed up. and then quit and use a different distro.
Also, even at the later stage of emerging things, you do still learn various things thanks to "emerge portage", and "etc-update". Also, to get most daemon programs to run as needed you will need to edit their conf files, and play with symlinks, and edit rc.conf, and conf.d and friends. Heck, I never understood the Linux rc script system when I was using Debian, but I learned it pretty quick when Gentoo started changing things and adding boot-time messages like "/etc/hostname is depricated, use /etc/conf.d/hostname instead".
And, when a user finally gets tired of not having sound and tackles ALSA, they get to learn all sorts of fun things like /dev nodes, devfs, udev, modules.conf, lspci, recompiling the kernel with and without alsa built-in, or as a separate module, or as a userspace lib... and I'd better stop here before I start an ALSA flamewar.
And yes, not reading the handbook is suiscide, and the forums are the lifeblood of Gentoo.
Mark of the Coder fades from you. You perform Opening on World of Warcraft. Warcraft crits GPA for 4. GPA dies.