Slashdot Mirror


Gentoo Linux 1.2

MrOutlander writes "Gentoo Linux releases version 1.2 of their cutting edge distribution with many updates including KDE 3.0.1 (20020604) and GNOME 2 (beta, 20020607) support. I love emerge :)"

125 of 383 comments (clear)

  1. Cutting edge? by gazbo · · Score: 3, Interesting

    What exactly is cutting edge about this distribution? What does this have that no other distribution has, that is light-years ahead?

    1. Re:Cutting edge? by Anonymous Coward · · Score: 2, Informative

      see gentoo as a linking between completely source based "distributions" like linux-from-scratch (http://www.linuxfromscratch.org) and a distribution with package management which handles dependencies (f.ex. debian). in gentoo all "packages" are downloaded from their server, patched and installed (with a ./configure [some switches], make [some switches], make install).

    2. Re:Cutting edge? by RAMMS+EIN · · Score: 5, Informative

      What's cutting edge about it is that it uses the BSD-concept of ports-trees instead of the likes of RPM and Debian packages. This has all the advantages of compiling from source (tailored for your system, latest-and-greatest), but also does dependency-checking and (if desired) -installing. It fits in nicely with the earlier discussion about binary packages: http://slashdot.org/article.pl?sid=02/06/16/123252 &tid=106 .

      From the website :
      ``Note that the i686 CD will allow a build from scratch for *all* systems, but also has pre-built stuff for i686+ CPUs.''
      IMHO they would have done better by creating a i386+ binary CD, because compiling everything from source on a 386 is hardly feasible, whereas on a 686 it's almost a breeze. Still, I love this distro, and will probably continue to use it for quite some time. Drink one from me, guys (and girls)!

      --
      Please correct me if I got my facts wrong.
    3. Re:Cutting edge? by Graymalkin · · Score: 3, Informative

      The 386 designation isn't the processor, it is the instruction set revision. A 686 binary isn't necessarily 100% backwards compatible with older processors. Also any 686 family optimizations could totally hamburger the performance of an older processor due to scheduling and instruction arrangement problems. The reason the primary ISO image (the 16MB one) doesn't have any optimizations is you need to be able to run it on any system. The 686 ISO exists so you don't need to take the time to compile the entire distro from scratch if you've got a Pentium Pro or better processor.

      --
      I'm a loner Dottie, a Rebel.
    4. Re:Cutting edge? by RAMMS+EIN · · Score: 2, Informative

      ``The 686 ISO exists so you don't need to take the time to compile the entire distro from scratch if you've got a Pentium Pro or better processor.''
      Yes, I figured that, but compiling on a 686 is much less painful than on a 386. Providing precompiled 386-binaries would allow people with older machines a quick-start, while people with newer machines can get their fully-optimized stuff in a matter of hours. The way they do it now, people who cannot run the 686-binaries are forced to compile everything from scratch, which can take weeks. People with the latest-and-greatest are still likely to recompile, as I suspect that the precompiled binaries will not be fully-optimized for their systems, and as it only takes a few hours anyway...

      --
      Please correct me if I got my facts wrong.
    5. Re:Cutting edge? by MADCOWbeserk · · Score: 2, Interesting

      While I agree with everyone above. I think it would be neat to have a "compile as go" dist. for PDA/embedded systems. This might give better performance with things like the Zaurus, with could use all the extra performance they can get:) No Sig today. Not feeling very smart.

    6. Re:Cutting edge? by 42forty-two42 · · Score: 2, Interesting

      In addition to what everyone else said, it has an excellent way of upgrading/removing packages. All files installed by a package are md5ed and the md5sums stored with the package. In removal, a file is only removed if:

      1. Its md5sum matches
      2. Its modification time matches
      3. It is not in a directory protected from configuration file upgrades

      Upgrading is done by installing a new version, then afterwards uninstalling the old.

    7. Re:Cutting edge? by Enahs · · Score: 2
      To understand what's so cutting edge about Gentoo, one has to use it.

      First of all, thanks to its Ports-like Portage tree, most the software is up-to-date.

      Secondly, well, it's just about the highest-performance distribution I've ever used. You name a feature that can improve the performance of a modern Linux system; you'll find it here.

      Thirdly, the init scripts are light-years ahead of what you'll find on most Linux systems.

      --
      Stating on Slashdot that I like cheese since 1997.
    8. Re:Cutting edge? by motardo · · Score: 2

      where the hell could I get a Duron box that cheap?

    9. Re:Cutting edge? by Graymalkin · · Score: 2

      A new P4 can run the 386 binaries, I don't know where the hell you're getting crap about compiling the system on a 386. Gentoo is not really designed to be run on a 386 but it has a base ISO compiled in 386 instructions so it can be run by any x86 compatible processor. Using the 386 binary base ISO is so you can load up that base on a K6-2 or some shit like that and then install an optimized version (K6-2 optimized) of the Gentoo distro. See the point of the 386 base distro now?

      --
      I'm a loner Dottie, a Rebel.
  2. Gentoo rocks! by Per+Wigren · · Score: 3, Interesting

    After being a fanatical Debian-user for four years, Gentoo was a "love at first sight".. :) I've been running Gentoo for about a year now and always when I find out about a new detail about it, I think to myself "Yes, this is how it SHOULD have been in the other distros also"..
    The only thing I'm missing is a way to make "recursive" library updates.. For example, if I upgrade libSDL to a new version, all apps that depends on SDL should be recompiled automatically.. There is still no easy way to do this in Gentoo, but I heard that it is comming in portage v2...

    --
    My other account has a 3-digit UID.
    1. Re:Gentoo rocks! by mojo-raisin · · Score: 2

      Do Gentoo packages place the contents of the compile in the correct directory even if the upstream source does not?

      For example, debian packages move all documentation to /usr/share/doc even though many upstream sources try to install to /usr/doc

      A great deal of the work of debian is deciding policy of where files get installed. I'm just wondering if gentoo is following debian's lead.

    2. Re:Gentoo rocks! by Per+Wigren · · Score: 2

      Yes, all ebuilds do that. If you find an ebuild that doesn't, it should be reported as a bug.

      --
      My other account has a 3-digit UID.
    3. Re:Gentoo rocks! by Psiren · · Score: 2

      The only thing I'm missing is a way to make "recursive" library updates.. For example, if I upgrade libSDL to a new version, all apps that depends on SDL should be recompiled automatically.. There is still no easy way to do this in Gentoo, but I heard that it is comming in portage v2...

      Wouldn't that mean that upgrading something like libc would require *everything* to be recompiled? And what would be the point anyway? If they are shared libraries, your programs will use the new versions immediately. I fail to see what recompiling will do, unless there are new features in the libraries. But in that case the apps themselves would need to be modified to use them.

    4. Re:Gentoo rocks! by Per+Wigren · · Score: 2

      That's what I meant.. But I agree I was a bit unclear about it..
      They should only be recompiled automatically if it is *required*...

      --
      My other account has a 3-digit UID.
    5. Re:Gentoo rocks! by FreeUser · · Score: 2

      There is still no easy way to do this in Gentoo, but I heard that it is comming in portage v2...

      When this is implimented Gentoo will really, really rock!

      That is exceptionally good news. The one thing I really miss from using Source Mage (well, actually I miss several things about Source Mage, but my employer opted for Gentoo, so Gentoo is what I must use for now[1]) is Source Mage's 'auto-healing' feature, which uses the recursive approach you describe. Actually, IIRC it recursively determines what needs to be recompiled, then flattens the recursion to a list, ordered based on dependency, then recompiles the necessary software in order.

      Very nice, and the one really important feature Gentoo has been missing up until now.

      I'm delighted to see some cross-polination between Gentoo and Source Mage. Both are incredibly excellent distributions (though both are very different from one another), and seeing them take the best features from one another and impliment them is marvelous.

      [1]Looking at this it sounds a little like I regret using Gentoo instead of Source Mage, which isn't really the case. What regret I feel is mostly nostalgia, and very mild ... Source Mage is really fun to work with too, and I enjoyed it a lot. Technically they are both very good distros, with different strengths and weaknesses, and very different approaches to how source packages are managed. I'd be hard pressed to say one is better than the other, in all fairness (though I always enjoyed the 'sorcery' motif of Source Mage ... casting spells to install apps, etc.). I just want to make clear that I really like Gentoo also. Both are fantastic distros, and which one a person uses is largely a question of personal taste.

      --
      The Future of Human Evolution: Autonomy
    6. Re:Gentoo rocks! by joib · · Score: 2

      Well why don't you go read the FHS instead of spreading false info. For example in section 4.11.3 mentions /usr/share/doc as the place for documentation. You can also find the rationale explaining where apps and windowmanagers should be (binaries in one of /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/u sr/local/sbin, libraries etc.).

  3. Standard complaint- by prizzznecious · · Score: 4, Troll

    Gentoo 1.2 was released on June 10. This is one of the top 10 Linux distributions, and one of the few Linux distributions that generates any excitement anymore. Does Slashdot care at all about being current? My understanding is that this is a Linux website (I have come to this understanding from reading postings about minor kernel patches etc.). Perhaps it would be well to keep up on Linux news.

    --

    visit the hwky website for a lyrical genius infusion.
    1. Re:Standard complaint- by funkhauser · · Score: 3, Interesting
      Slashdot is not strictly a linux website, though. It's much more general. News for nerds, if you will. You know, stuff that matters. Not just linux. BSD, too. :)

    2. Re:Standard complaint- by Bimble · · Score: 3, Informative

      Popularity. When looking at visits to the Gentoo page, distrowatch.com ranks it at number 6, and linuxiso.org has it in the top 15 (and considering how quickly it got there after adding a page for it, I'm sure it's in the top ten from there - no specific rankings there beyond top 15).

      As far as how current Slashdot's news is, I doubt they can stay more current than their submissions here - Gentoo doesn't mail out an announcement list that I can tell. Gentoo's popular, but I doubt as many people are breathlessly awaiting the next update to Gentoo as they might for the kernel or Red Hat (most Gentoo users would just use emerge).

      --
      Naked.
    3. Re:Standard complaint- by asv108 · · Score: 2

      Yes, but any news of a debian update is up within the hour ;)

    4. Re:Standard complaint- by chrisd · · Score: 2
      Distrowatch, while a fun site, is even less useful than the slashdot polling system. That gentoo keeps on citing it as a measure of popularity is a little pitiful.

      This isn't to deny gentoos install base is enthusiastic, but quoting and pushign the distrowatch number is a bit dishonest as a true measure of growth.

      chrisd

      --
      Co-Editor, Open Sources
      Open Source Program Manager, Google, Inc.
    5. Re:Standard complaint- by friedmud · · Score: 2

      "but I doubt as many people are breathlessly awaiting the next update to Gentoo"

      ACTUALLY.....

      Since the next iteration of Gentoo (1.3) will be a complete rehaul in order to use GCC3 - there are MANY people waiting breathlessly (myself included). Actually I think Gentoo development is a LOT more interesting that kernel development. My kernel already does most everything I need it to do - while my OS is lacking (slightly).

      $0.02

      Derek

    6. Re:Standard complaint- by Bimble · · Score: 2

      Gentoo only cites Distrowatch once on their page that I've seen. I cited it because it's one of the few means I have to gauge popularity. The other is Linuxiso.org - both have their "popularity" ranking based on the number of visitors to the distribution's page within the site.

      Granted, it's not much of a measurement of how many people have installed and regularly use a distro, but to be honest there aren't any reliable ways of measuring that now anyway. You can check sales figures for Red Hat and SuSE, but not for free distros like Debian and Gentoo.

      I wouldn't put Gentoo in the top five (Red Hat, Mandrake, Slackware, Debian, and SuSE would definitely be more popular, and I wouldn't be surprised if Yellow Dog were as well). But considering the buzz around it, top ten, as the original poster suggested, isn't unlikely.

      --
      Naked.
  4. Be careful with the cutting edge... by bc90021 · · Score: 4, Insightful

    While Gentoo does rock, I don't suggest any of the cutting edge stuff for production boxes. While that's a given for the most part, the ease with which Gentoo allows you to install new and tempting things may make it harder for some to resist. (Emerge just rules.)

    Installing Gnome2 and then Evolution left me with no X/Window Manager (or, rather, Gnome 1.4 and Gnome2 at the same time). The machine I did this on is one I use to fool around with, but in a production environment, I suggest avoiding the temptations Gentoo puts before you and sticking with the tried and true (ie, Gnome 1.4 if you like Gnome, and whatever the stable version of KDE is ;) ).

  5. Re:Hmm by Verizon+Guy · · Score: 2, Informative

    A simple WHOIS shows that it's registered to some Belgian dude. Why should we think anything on there is even credible (I mean did you even read it???)

    --

    Aw, fuck it. Let's go bowling. - The Big Lebowski

  6. Gentoo is great!! by Mnemia · · Score: 5, Informative

    I've been using Gentoo for the last couple months and I have to say that Gentoo has really restored the sense of wonder I had when I set up my first install of Slackware years ago. I was skeptical at first but Gentoo has so totally won me over that I can't imagine going back to anything else. I think if Gentoo ever failed I would probably go to something like BSD now.

    Gentoo probably isn't really a newbie distro since it has no automatic installation or setup, but then again I know some people have been able to manage it on only some limited experience from Redhat or Mandrake. It really makes you understand how your system is set up and works to a degree that most of the package based distros don't but also feels far "cleaner" than Slack (my previous favorite) or LFS. I've learned more about Linux in a couple months of Gentoo than in a year of Redhat, and I'm happier with my setup and customization than I ever have been before.

    Also, Gentoo is FAST. I run it on a somewhat older laptop (Celery 500, 128 MB) and though the compiles do take quite some time for large packages like KDE and X, the system really does have a much faster "feel" to it than in other distros. I don't have any hard data on it but the speed increase was enough to be quite noticable going from Redhat.

    Anyway, I've been 99% satisfied with Gentoo and I'd recommend it to anyone with a little Linux experience (though definitely not as a server distro) who wants to have fun with a desktop Linux setup. Now if I could only tear myself away from tinkering with my Gentoo and find time to work ;)

    1. Re:Gentoo is great!! by nathanh · · Score: 5, Insightful
      Anyway, I've been 99% satisfied with Gentoo and I'd recommend it to anyone with a little Linux experience (though definitely not as a server distro) who wants to have fun with a desktop Linux setup.

      If you think installing and compiling software is fun, sure. Gentoo fills a specific niche for people who (like yourself) want to learn more about their systems, and also the rare breed of people who want everything compiled from source. It's not for everyone. Some people don't like their desktops to break. And I personally don't care how my desktop works just as long as it does! That's why I stick with Debian: it may not have all the latest stuff but I can install software with 99% certainty that it will work because the maintainers have built and tested the packages.

      And when I say that you're a niche user I don't mean to belittle you. Nor do I intend to put you on a pedestal. Gentoo is attractive to you. Debian is attractive to me. RedHat is attractive to other people. They all fit a particular niche. Gentoo offers features that you find attractive and this makes Gentoo a worthwhile distribution. But don't make the mistake of thinking that because you find Gentoo fun that everybody "with a little Linux experience" will find it fun too. I've tried Gentoo and RedHat and I think RedHat is more "fun" as a desktop. But that's because I think compiling software is boring and pointless.

      The diversity in Linux distributions is an incredible strength. If there was only one Linux distribution then I strongly believe there would be fewer Linux users.

    2. Re:Gentoo is great!! by Mnemia · · Score: 3, Interesting

      I totally agree, 100%. I'm quite enthusiastic about Gentoo and it shows in my praise of it. But yeah, I totally agree that it isn't for everyone and it isn't for all applications.

      Linux offers so many choices and I think that it's great that there are so many distros out there, even if it sometimes is a hassle. The different distros have lots of different strengths:

      Support/Documentation: Debian, Redhat, SuSE, Mandrake

      Stability: Debian, Slack

      Desktop use (normal users, newbies): Redhat, Mandrake, Debian etc.

      Desktop use/Bleeding edge (tinkerers, experimenters): Gentoo, Source Mage, Slack, LFS

      Obviously, this is far from a complete list and just represents some ideas of mine. I'm 100% with ya on the diversity thing; the best part of Linux is indeed that you have so many option for making it just right for you.

    3. Re:Gentoo is great!! by nathanm · · Score: 3, Insightful
      The diversity in Linux distributions is an incredible strength.
      That's not entirely true. There's strength in unity: software runs on Linux across an incredible variety of distributions and platforms. Diversity gives Linux an advantage for survival, but it's not a strength.

      If there was only one Linux distribution then I strongly believe there would be fewer Linux users.
      I agree wholeheartedly!
    4. Re:Gentoo is great!! by Clue4All · · Score: 2

      If you like Debian, I would heartily recommend Gentoo. It doesn't sound like you've given it a try, and you probably should. I used to use Debian, but the ridiculous politics and crippled-on-ideology packages really got to me, and Gentoo was a huge relief after moving to it. The packaging system is truly excellent.

      --

      Is your browser retarded?
    5. Re:Gentoo is great!! by nathanm · · Score: 2

      In one sense yes, but if the various Linux distributions weren't compatible, nobody would use Linux. This is why it's great that lots of free/open source software runs on Linux, the BSDs, and commercial Unix with little more than a recompile in many cases.

    6. Re:Gentoo is great!! by fault0 · · Score: 3, Interesting

      Well, I ran Debian/Unstable for nearly 3 years before ditching it for Gentoo several months ago. I update all new versions of all installed packages almost every night. I've found that fewer breakages happen in Gentoo than in SID, while being more up-to-date.

      I was really happy with Debian until release freezes and packagers waiting for obscure platforms like hppa.

    7. Re:Gentoo is great!! by Afrosheen · · Score: 2

      It's no wonder or great revelation that Gentoo is faster than Redhat. Redhat comes with i386 compiles and doesn't take advantage of special extensions on Pentium-and-higher class chips. Having a distro built with 100% Pentium-class optimizations makes a big difference..that's why I like Mandrake and, to a lesser extent, Gentoo.

    8. Re:Gentoo is great!! by Mnemia · · Score: 2

      I think that LFS is a good idea in that it allows you to customize everything to the nth degree and gives you total control over the build processes.

      However, I think Gentoo is almost like a better LFS...you still get the control when you need it (You can pass custom compiler options and parameters with a simple syntax, for instance) but you don't have to deal with all the aggravating dependency issues just to get the more basic elements of the system up and running.

      Plus, Gentoo can do things that would be a nightmare with LFS...like rebuild the entire system using new optimizations or even a new compiler version with a single command.

  7. Re:I downloaded Debian two days ago by shani · · Score: 2

    I found the full information by going to the Debian site, clicking on "search" and typing in "upgrading". I found the Upgrading a distribution page which details it.

    Short answer: apt-get is your friend.

  8. Gentoo is bad for penguins by oever · · Score: 4, Funny

    Gentoo Linux or for that matter all source derived distributions cost a lot of time waiting for a compile and a lot of energy hours of CPU usage for compilation.

    This will increase the greenhouse effect and melt the icecaps. Then the only gentoo surviving will be those in zoos and those on harddisks.

    --
    DNA is the ultimate spaghetti code.
    1. Re:Gentoo is bad for penguins by GrenDel+Fuego · · Score: 2

      Mirrors. Their main server is ibiblio, and there are a number of other mirror sites already in DNS, so you don't have to have users choose a mirror.

      Also, a large number of the source packages can be downloaded automatically from the main site for that package.

    2. Re:Gentoo is bad for penguins by fault0 · · Score: 2

      > How on earth do gentoo's servers provide that amount of source?

      The package lists are rsync'd (very efficient) from a round robin DNS server that serves from many mirrors.

      Ebuilds typically download sources from ibiblio (formerly unsite.unc.edu, and metalab.unc.edu), which has gobs and gobs of free bandwidth or one of it's many mirrors, OR falling back on the download site of the package (i.e, sourceforge.net, ftp.gnu.org, ftp.kde.org, ).

  9. just curious.... by Moosifer · · Score: 3, Funny

    Doesn't naming a Linux distro after a religion violate some sort of public license?

    (it could be that I really am that stupid)

    1. Re:just curious.... by JPriest · · Score: 2, Informative

      Gentoo is named after a small fast breed of penguin.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
  10. Install from floppy. by MartinG · · Score: 4, Interesting

    One of the attractive features to me is that everything is built from source and optimised for the machine it is running on. The reason this is attractive is because I have a number of older machines which I want to "squeeze" as much as I can from.

    However, being older machines some do not have cdrom drives, only floppy drives and network connections. Given that most of the gentoo install is done on the network anyway, it's a shame the install discs provided are only cdroms.

    If anyone has a "HOWTO install gentoo from floppy" I would be happy to know about it.

    --
    -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
    1. Re:Install from floppy. by Mnemia · · Score: 2

      Well, it's possible, though not easy. You would have to boot from floppy and then get SSH or NFS or some such thing running to allow you to mount the install files over a network. From what I've heard it's not possible to install Gentoo from a floppy alone without the assistance of another machine on the network.

      Also, though using Gentoo to speed up those old machines does hold some appeal, it may not really be feasible to do since the compile time would be prohibitive. The best option if you really want Gentoo on those machines would probably be to install Gentoo on a faster machine, compile all the packages you want on that machine with "fake" installs, and then move the binaries over. IMHO it would be less trouble to just use a binary distro for machines that are old enough to not have a CD-ROM drive.

    2. Re:Install from floppy. by richie2000 · · Score: 2
      I have installed Gentoo on a bunch of old boxen (P75-P166, 32-64MB, 1-3GB) to use as routing firewalls (throw in a few PCI NICs and they rock with iptables) and although a kernel compile takes forever and a day, you can easily do all that stuff on ANOTHER machine. My main workstation is an Athlon 1800+ with one of those removable IDE disk drive bays so when I need a new firewall I stick its drive into the workstation, boot the Gentoo CD, bootstrap and emerge what I need and then move the disk back to the P75 or whatever. Since you can tell Gentoo what CPU to compile for (i586) and what to stick in the kernel (iptables, NIC), it is not a problem to cross-install like this.

      As an added bonus, the GRSecurity stuff is great and you just know that if you didn't do an emerge telnet, it's not going to be there, waiting to be exploited. The thing doesn't even have -traceroute- in the basic setup. I love it. :-)

      And, the simplicity of the ebuild format (no need to re-package the entire program) makes new releases (close to 2000 supported programs last time I checked) show up much quicker here than in RPM format.

      Yesterday, I installed it on my workstation (to stay, this time) and the last thing I did before leaving for home was 'emerge kde'. When I came in this morning, it was all done - not a problem.

      --
      Money for nothing, pix for free
    3. Re:Install from floppy. by Anna+Merikin · · Score: 2, Insightful

      If anyone has a "HOWTO install gentoo from floppy" I would be happy to know about it.


      No howto, but why not use a floppy-based linux like 2-disk xwindows or baslinux or even tomsrtbt from here to connect to ftp.gentoo.org, download the ISO, mount it as a loopback device and install from the laptop's HD?

    4. Re:Install from floppy. by Mr.Ned · · Score: 2

      http://forums.gentoo.org/viewtopic.php?p=21311#213 11

      If you've got another (faster) computer and some extra hard drive space, that's the ticket. Substitute vmware for a nice fat directory on your box and you'll be rocking.

      Alternatively, you can hook your cd-rom-less's computer's hard drive up to one with a cdrom and compile with the appropriate flags.

    5. Re:Install from floppy. by global_diffusion · · Score: 2

      Check the forums or the mail archives.

  11. An alternative to Gentoo... by pongo000 · · Score: 5, Insightful

    Gentoo's great, if you have a Pentium-or-better machine (for the partially-built distro) and a bootable CD-ROM. Don't even bother if you can't boot from CD, and good luck if you try to do a "live" install from an existing Linux installation. A good alternative is LFS, which accomplishes much of what Gentoo has set out to accomplish but without all of the superfluous extras. More importantly, LFS is meant to be built using an existing (if possibly broken) Linux platform. If building a Linux system from scratch is what you're looking for, LFS certainly delivers.

    1. Re:An alternative to Gentoo... by Anonymous Coward · · Score: 2, Insightful

      Dude, seriously, if you can't afford a 'Pentium-or-better machine' you need to re-evaulate your life. Go outside, get a job, have a bath, move out of home.

    2. Re:An alternative to Gentoo... by amarodeeps · · Score: 2, Insightful

      I've used both LFS and Gentoo. The basic fact is, LFS is wonderful for learning about Linux but doesn't have anything comparable to Portage. Indeed, LFS doesn't have any kind of package management system except one you set up yourself. That's one example of a major difference which might have you choosing a Gentoo install over "doing" LFS.

      Now, I loved doing LFS, it was great to learn more about Linux, see what depended on what and compile things "by hand," but when I was looking for an upgrade, I didn't want to spend the time, so I picked Gentoo: it's very low-level in some nice ways, but doesn't make me doing every single little thing to get it running. They are two different distributions (if you can call LFS a distribution) with different positive points. So why compare them like this? You're just trolling and spreading confusion. Please explain what you mean when you say "LFS...accomplishes much of what Gentoo has set out to accomplish but without all of the superfluous extras." Is a BSD-style ports system superfluous? Superfluous is what is superfluous to you depending on your needs. This is why we have different distributions. So what are you talking about, what is your point?

      BTW, Gentoo does also have a PPC version, please check your facts or make sure you are saying what you mean to say before posting: http://www.gentoo.org/doc/gentooppc-quickstart.htm l.

    3. Re:An alternative to Gentoo... by iamplasma · · Score: 2

      You can't spare the $50 for the most meagre of upgrades? Given that you're on the internet right now, you probably spend that much on your internet connection every one or two months. Honestly, it's not like a pentium is a big ask. Heck, a pentium 2 isn't a big ask either.

    4. Re:An alternative to Gentoo... by austad · · Score: 2

      Don't even bother if you can't boot from CD

      This is total BS. I installed it on two machines that only had floppy drives. There's no "official" way to do it, but all you need is a boot disk like Tom's root boot. Just boot, and follow all the instructions like you normally would with the cd, when it gets to the part where you copy the 16mb tarball to the hard drive, just ftp it down from somewhere. I've done it twice.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
    5. Re:An alternative to Gentoo... by garett_spencley · · Score: 2

      One word: family.

      Man, I have a good job and before I moved out of my mother's I always had my box up to date. But the last couple years I haven't been able to do much with my machine because I have kids.

      Not that I'm complaining. I'm just trying to state that not everyone has a disposable income that they can throw at luxury items like the latest from Nvidia and AMD.

      --
      Garett

    6. Re:An alternative to Gentoo... by Arker · · Score: 2

      Gentoo's great, if you have a Pentium-or-better machine (for the partially-built distro) and a bootable CD-ROM. Don't even bother if you can't boot from CD, and good luck if you try to do a "live" install from an existing Linux installation.

      False. You can install it on anything that has a bootable floppy, a network connection and enough storage. See http://slashdot.org/comments.pl?sid=34318&cid=3714 118 for instructions.

      LFS is a good project, but spreading FUD about Gentoo is not.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    7. Re:An alternative to Gentoo... by pongo000 · · Score: 2

      The comment you linked to talks about installing Gentoo from a "clean" boot. I still maintain that it's extremely difficult to install Gentoo from an existing Linux installation (especially an older installation). Many of the packages simply refuse to compile under gcc-2.7.x and glibc-2.0.x.

      I'm wasn't trying to flame Gentoo, nor was I trolling. I was simply pointing out my personal experiences with Gentoo, and providing an alternative to those who might be trying to upgrade an older system. Given that the parent post was modded up to a +5 (I'm long past my karma whoring days), I imagine others have encountered similar difficulties with Gentoo.

    8. Re:An alternative to Gentoo... by jhoffoss · · Score: 2

      Yeah, you may be right, but would you give up your internet to upgrade to a pentium? Do you feel that is worth it? Also, don't forget that some people use a spare machine to play with Linux while they're still learning (Yes, maybe total immersion is a better way to learn, but not everyone can do that, or wants to do that). I have a spare pentium laptop that I am going to install Gentoo on tonight, after reading a bit about it.

      --
      Linux: The world's best text-adventure game.
  12. Gentoo is great! by big_hairy_mama · · Score: 2

    I've been using Gentoo since Slashdot's last story on them, and I have had nothing but good experiences. The portage system has made my system noticeably faster, since my binaries finally are not optimized for a 386. The ease of applying my own patches on top of the normal package source is also a major selling point. The nice people at Gentoo even added the driver for my printer to Ghostscript's source, something I used to have to do by hand.

    But the coolest feature (besides portage) is the beautiful init script infrastructure. The init scripts are the prettiest of any I've seen so far, and also the easiest to modify. Having all the configuration files in plain-text is a very nice thing.

    Sorry if this is redunant, because I'm sure everyone already knows that GENTOO IS GREAT!

  13. HOW-TO Install Gentoo Linux from a floppy by KFK2 · · Score: 5, Informative

    Actually it's not that hard.. You just need to have a boot disk that will allow you network support and some file transfer protocol. tomsrtbt and mulinux come to mind.
    Instructions:
    Mount the CD on some computer with a cd-rom and network support.
    Follow boot disk instructions to get the computer that Gentoo Linux is going to be installed on running and the network up.
    Look at Normal Instructions and Skip steps 1 - 5; Follow step 6 (partitions) and 7 (mounting); skip 8; and for step 9, instead of copying from cd-rom, copy stages from the network (using whatever protocol meets your fancy); then continue on with the rest of the instructions.

  14. Source based vs. Binary based: Possible compromise by egghat · · Score: 2, Insightful

    This isn't meant to be trolling ...

    With the previous discussion whether source based distros or binary distros are better I wonder, why you can't simply download a binary distro and recompile all important packages from the Source RPMS. So you can get the comfort from e.g. Mandrake with the efficiency of e.g. Gentoo.

    Is it a possible way to enhance a binary based distibution with a recompilation feature?

    Bye egghat.

    --
    -- "As a human being I claim the right to be widely inconsistent", John Peel
  15. Re:looks to be pretty cool by Mnemia · · Score: 4, Informative

    I think that Gentoo is reasonably secure "out of the box" because it doesn't automatically setup ANY network programs or daemons. Nothing is activated until you explicitly set it up. The problem comes when you start to set things up...Gentoo will not be secure for long if you don't do a good job of configuring everything. But then again that's going to be a problem with any Linux distro and at least Gentoo probably isn't quite as easy to root right after install as some other distros.

  16. Re:I downloaded Debian two days ago by 10Ghz · · Score: 3, Funny

    "You may even try Sid the Unstable version if you want the latest and the greatest software"

    Yeah, like KDE3 and Xfree 4.2. No, wait...

    It's been over 2 months since KDE3 was released. How about having it FINALLY in Debian as well?

    --
    Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  17. Gentoo really is excellent... by g1n3tix2k · · Score: 4, Informative

    I saw Gentoo a while ago and thought i would giving it a try, boasting an excellent portage system and a tiny initial download. The portage system is the best i have found, even compared to the FBSD Ports its is, i think, by far superior, giving you an interface very similar to apt-get and dpkg to install the ports. The install, even though time-consuming, is actually very straight forwards, whter beginner, experienced admin, or hardened guru, you will get along with it just fine. Everything is compiled from source, so true enough, its not really suited to a slow machine. Unless your a very patient person, or its designed to be a server. However even though i think binary packages might be a good idea for those who dont want to compile, the system becomes extremely fast due to optimizations in the compile process. The website is comprehensive and the people at Gentoo exceptionally happy to help you out. if you find it hard to get an answer then let me know! ill help you! The bleeding edge software that theyre happy to supply, and the very latest in everything is an extreme advantage when coming form a debian backgroud. finally you dont have things breaking, and you dont have to trapes around looking for latest updates or debs. just emerge rsync, and get the latest one! Gnome2 is exceptionally nice! :) But i guess you guys should try it out for yourself. im sure you wont be dissapointed

    1. Re:Gentoo really is excellent... by praedor · · Score: 2

      You all make me SICK! I WISH I could try it but those, like myself, stuck with a lowly 56k dialup would be insane to try it. What would it be, a week before everything was downloaded and built into a useful system?


      I miss my broadband. Oh yeah, my dialup (Purdue) limits dial-ins to 90 minutes at a time so not only is there a 56k bottleneck, there is also the 90 minute disconnect and redial to deal with (and a busy signal for anyone trying to call me or the wife).


      Yup, you Gentoo or Lunar users make me wanna puke.


      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
  18. Re:I downloaded Debian two days ago by alfaiomega · · Score: 2, Insightful

    It's been over 2 months since KDE3 was released. How about having it FINALLY in Debian as well?

    Great idea, why won't you help Debian folks if you need it so much?

    --

    root@aio:~# nmap -sX -iR -p1- # Ho, ho, ho! Merry Xmas, everyone!

  19. 10 facts about Gentoo by ukryule · · Score: 3, Informative
    Can be found here. For example:

    Gentoo penguins (Pygoscelis papua) breed on subantarctic islands and on the Antarctic Peninsula in small to large colonies. Larger populations of gentoo penguins are found at South Georgia, the Falkland Islands and the Iles Kerguelen.


    Gentoo penguins are the least abundant of the penguins found on the subantarctic islands, with a total breeding population of approximately 314 000 pairs.


    Unlike other penguin species, gentoo penguins may breed as early as two years of age.


    The gentoo penguin is a medium sized penguin, standing 75-90cm tall and the females are smaller than the male birds.


    Given that the penguin has a latin name, should the full name of this distro be:
    Connochaetes taurinus/Pygoscelis papua Linus ?
  20. What much of the discussion is missing ... by twilight30 · · Score: 3, Insightful

    Is the fact that the issue is one of control, not source-v-binary. In this case you suggest, the question would be, 'Which packages are important?'

    If you want a desktop, you will have different needs to desiring a server. You will want eye-candy. So who decides what the important packages are?

    Policy dictates, if you use Debian. Something or other, if you use Red Hat or Mandrake. Gentoo and LFS put the control in your hands.

    Doing what you suggest can be done, but the question of control then comes up. Either you trust others to know their Linux (binary), or you dig yourself and come up with the goods (source).

    For me, it's Debian unstable. I don't have time to look at recompiling all the source for any machine at the moment, though I won't rule it out. And I have no problem whatsoever following what the Debian Project recommends as the results have been nearly perfect thus far.

    It really depends on what you want to do.

    --
    ========================================
    Death will come, and will have your eyes
    -- Pavese
  21. Gentoo Euphemism by darkewolf · · Score: 2, Interesting

    It seems that Gentoo was a south african word, used as an international term for a 'prostitute'. I just wonder whether it is an appropriate word-relationship for a linux distribution. I mean, you get linux for free rather than pay for it.

    --
    "That is not dead which can eternal lie...."
    Nimheil
    1. Re:Gentoo Euphemism by Afrosheen · · Score: 2

      It seems that Gentoo was a south african word, used as an international term for a 'prostitute'.

      I wouldn't call it 'international' if it's only used in South Africa. I live in the US and have never, ever heard this term from anyone, native english speaker or otherwise.

  22. Re:Source based vs. Binary based: Possible comprom by dattaway · · Score: 3, Insightful

    rpm --rebuild

    heh, I did this with redhat over the years and while it can be done, it just doesn't seem natural. Tarballs are easy to work with if a person likes to have the source as a quick reference to why things work. Having a source tree available is like having the most comprehensive man pages if I want to know the most obscure details.

    With a source based distribution, the temptation to tinker and try interesting hacks out is overwhelming. Gentoo provides an environment that is friendly for making changes if one wants control how far across the system modifications will reach. I don't see how it would be possible for rpm --rebuild to recompile just the system or selected parts of the world, while emerge makes this easy.

  23. Emerge Love ? by Quazion · · Score: 4, Funny

    hmmm the article said I love Emerge ?

    I tried Emerging love but nothing happend.

    1. Re:Emerge Love ? by Jerf · · Score: 5, Funny

      The exact error message is "Calculating dependencies !!! Couldn't find match for love; aborting."

      Interpret that as you will. Sounds violent and possible pedophiliac to me... ;-)

  24. Re:GCC 3+ & Other Software by Per+Wigren · · Score: 4, Informative

    Gentoo has a thing called "profiles". If you change the profile from "default-1.0" to "default-1.0-gcc3", everything will be built with GCC 3.1. The ebuilds will install gcc3-specific patches if they are needed..
    # ln -sf /usr/portage/profiles/default-1.0-gcc3 /etc/ma ke.profile

    Using profiles, you can also make company-specific distros and other specialized versions of Gentoo...

    --
    My other account has a 3-digit UID.
  25. CD Available by peterdaly · · Score: 2

    I've never heard of this, I must have missed the last slashdot article on it.

    On their web site they suggest buying a cd from:
    http://www.tuxcds.com/

    -Pete

  26. New Gentoo ports by Charlotte · · Score: 3, Informative

    The article doesn't mention Gentoo/Linux is now available also on Sparc, PPC and a MIPS port is also underway.

    1. Re:New Gentoo ports by vicviper · · Score: 2

      Maybe Playstation2? *hope*

  27. Power Users by peterdaly · · Score: 2

    They say their distribution is geared at power users. That being the case, most of their user base will be installing on higher end machines, IMO. If you are looking to install on a lower than Pentium Pro, this may not be the best distribution for you anyway. Plenty of other distributions are compiled for i386.

    -Pete

  28. Real speed improvement? by peterdaly · · Score: 2

    I have a question for anyone who uses this.

    Is there measurable speed increase by using this distribution, or do you really just save a couple microseconds here and there?

    I would like to consider myself a fairly experienced linux user. I have done my fair share of deep digging into my first pre kernel2.0 slackware system through my curent one. May it be worth my time to attempt to convert my RedHat 7.2 Dell lAttitude C800 to this? I use it for java development (IDEA rocks!), and related web work.

    -Pete

    1. Re:Real speed improvement? by mjprobst · · Score: 3, Informative

      I think much of the speed improvement comes from the distribution's infrastructure--servers aren't started by default unless you installed something that needs them, the appropriate libraries are compiled shared for all apps that need them if you put them in USE, overall the memory usage is less because of this. I feel Slackware is faster than Redhat for this reason; it doesn't load the kitchen sink by default.

      A 5% to 30% increase in speed is not a big deal for a single program but if you can get it for the entire system without much inconvenience it really starts to add up. So whatever server processes are left run efficiently.

      Also, if you use X Gentoo makes it very easy to install the preemptive and realtime kernel patches, and at least KDE works well with that. It does make a big difference in interactive speed. No, you won't see some number-crunching program working miracles once you install Gentoo, but it is much more pleasant to me.

      I find the system as a whole so clean that even if it were a binary-only system I'd prefer it to Debian and RedHat derivatives. Very easy base to expand upon _without_ branching from the original, which is a new thing to me. I'd expect central storage of binary packages, keyed to the specific processors and optimizations used, to be integrated into Portage in the future without breaking anything.

    2. Re:Real speed improvement? by The+Evil+Troll+King · · Score: 3, Informative

      "Is there measurable speed increase by using this distribution, or do you really just save a couple microseconds here and there?"

      I don't have benchmarks or anything, but I think my workstation runs a good bit faster as a result of switching from Red Hat 7.2 to Gentoo 1.2. Things like Mozilla and KDE, which were fairly slow in Red Hat, run surprisingly fast now. I don't know if this is because Gentoo optimizes them for my machine or if it's just because I have the latest versions now, but the speed increase is real.

      I've been extremely happy with Gentoo (though I haven't been at it for that long). I switched because I was tired of a lot of the bloat that comes with recent versions of Red Hat. They have you install a lot of stuff by default, and I'm scared that I'll break something if I go in and start removing things. Gentoo gives you what you need, then you use the ports system (Portage) to install what you want on top of that. So far, this has resulted in less bloat.

      Portage is great. If you decide that you want to install the LyX word processor, you just type:

      $ emerge app-office/lyx

      No RPM dependencies, no screwing around on rpmfind.net, no trouble at all.

      Another cool thing about Portage is that, if you want, you can set global compile options. For example, you tell it to "use SSL", and then, every time you build something that has optional SSL support, it compiles that in automatically.

      The biggest problem with Gentoo is that, when you install something, you have to wait for Portage to download it and any dependencies onto your machine and compile everything. It took my machine an entire afternoon to do emerge kde-base/kde on a 1GHz Athlon with 256 MB of RAM. I didn't mind this so much, because I had plenty of time to wait for it, but a Gentoo install requires a lot of patience (or Playstation games, which the installation guide recommends). You've been warned. Also, configuring the system involves manually editing text files -- I haven't found any graphical wizards yet. Again, that's fine by me, but you may have better things to do with your time.

      If you decide to switch, make sure you hang on to your XF86Config-4 file. I had trouble getting X installed and was glad that I had a copy to refer to. However, if you were using Slackware before the 2.0 kernel came out, you're tougher than I am, so you'll probably have better luck than me.

      I hope this helps -- good luck with whatever you decide to do.

      Steve

    3. Re:Real speed improvement? by _Knots · · Score: 2, Interesting

      Yes, Gentoo has really sped up my system. I just switched yesterday (I kid you not) from Debian. For example, lbreakout2, a SDL game, would lag considerably on my debian box even with all "features" turned off. It screams with all the eyecandy *on* in Gentoo.

      It's possible it was a misconfiguration, but I really doubt it since I looked long and hard for one and the lagging would scale roughly with load from "just barely acceptable" to "unbelievably bad for a 900Mhz box."

      And even if it *was* a misconfiguration, I'm glad I switched. Emerge is my new favorite application.

      --Knots

      --
      Anarchy$ dd if=/dev/random of=~/.signature bs=120 count=1
    4. Re:Real speed improvement? by fault0 · · Score: 2

      Well, it depends on what you do.

      Optimizing doesn't help in commands like ls, but I've seen a modest boost in things like compiling, and programs like KDE/GNOME/Mozilla/XFree86)

  29. Portage is a *BSD ports killer by Anonymous Coward · · Score: 3, Interesting

    I am a former FreeBSD user who installed Gentoo Linux after reading about it on Slashdot a couple of months ago. I am still amazed how well it is designed and documented! If you don't believe me, just go to here and have a look. I now have a fully operational (sound, video - everything works!) desktop system which is far better than any *BSD system could deliver. I have learned to enjoy the sheer speed and performace I get when I use Gentoo Linux. Native NVidia video drivers and ALSA sound makes my desktop experience enjoyable. Perhaps the most coolest thing about Gentoo is the portage system, which is a nail in FreeBSD's coffin. It is the most advanced ports system you will find in the whole world.

  30. Re:I downloaded Debian two days ago by martinde · · Score: 2, Informative

    I'm running KDE 3.0 on Debian, I grabbed binary packages with apt. Add these lines to your sources.list:


    deb http://kde3.geniussystems.net/debian /
    deb http://people.debian.org/~bab/kde3 ./


    Also, check out the debian-kde mailing list at lists.debian.org for the latest and greatest. Once woody is released (and it's SOOO close) you'll get KDE 3.0.1 and XFree 4.2 in unstable.

  31. Gentoo Baby by bdowne01 · · Score: 4, Interesting
    Gentoo is the penultimate Linux distro in my opinion. I've installed it on every machine in my house, and on a CVS server at work.

    Quite possibly the best feature is the ability to update critical packages with a single command. When the latest OpenSSH hole was discovered, the Gentoo developers had a new ebuild package up on their rsync mirrors within a few hours . All it took on my Gentoo boxes was a simple:
    emerge -u openssh
    And it was done. My collegues on their HP-UX boxes were spending their day looking for patches from HP's site while I was back relaxing a reading /. :)
    --
    -brain
    1. Re:Gentoo Baby by Bronster · · Score: 3, Insightful

      All it took on my Gentoo boxes was a simple:
      emerge -u openssh


      Whereas on my Debian boxes at work it was a simple:

      % apt-get update
      % apt-get upgrade

      and I didn't have to wait while it re-built.

    2. Re:Gentoo Baby by hymie3 · · Score: 2

      Gentoo is the penultimate Linux distro in my opinion.

      Okay, I'll bite. If Gentoo is the penultimate distro, what's the ultimate distro?

    3. Re:Gentoo Baby by Fjord · · Score: 2

      However we did have to wait until they added the patch into openssh, compiled it, built the package, ran tests on it, and added some extra time to release in there (I remember the Gentoo people rubbing this fact in our face at the time :).

      Still, I prefer Debian. If I want to build from source, then I'll install a source package instead of the binary package. If the package maintainers are too slow to patch what I have on a critical system, then I'll patch it myself. There are just too many times I'll pull a package because I want to use it immediately for what I'm doing, as well as too many times that I pull a pacakge and realize it's not what I want, to build everything from source.

      --
      -no broken link
    4. Re:Gentoo Baby by aussersterne · · Score: 2

      And of course Slackware remains the ultimate...

      --
      STOP . AMERICA . NOW
    5. Re:Gentoo Baby by FreeUser · · Score: 2

      Whereas on my Debian boxes at work it was a simple [two commands] and I didn't have to wait while it re-built.

      No, but you did have to wait for debian to release the binary. In the case of ssh it was done quickly (and, if you are running 2-year old software in debian Stable it will always be quick to get security fixes, but at the very high price of running archaic software).

      Even security releated fixes don't make it into unstable as quickly as they do stable, and testing is generally a couple of weeks later still. And if you want to run software that is anything approaching modern under Debian, you have to either run unstable or testing, or compile the software yourself. If you're doing the latter, you may as well be using a source-based distro that will manage the compilation process and handle dependencies for you.

      Then there are all those packages that aren't security related per se, but still contain signficant bug fixes or enhancements people may really need. Have you tried to apt-get X 4.2 under Debian lately? You can't, because even in unstable it still isn't supported yet, despite it being months since its release to the community. On the other hand, I've been using X 4.2 since January.

      The thing that makes distros like Gentoo so powerful isn't just the performance improvement of having everything compiled optimized for your hardware (which is significant, naysayers notwithstanding), but that it makes installing from source as easy as other distros make installing precompiled binaries. This is a huge deal, as installing from source has all kinds of performance and stability advantages, not to mention less complex dependency issues, over precompiled binaries. And on a reasonably modern CPU the wait for something to compile really isn't a big deal for most packages, a few very large ones (KDE, X) excepted.

      --
      The Future of Human Evolution: Autonomy
    6. Re:Gentoo Baby by fault0 · · Score: 2

      > and I didn't have to wait while it re-built.

      Yes, but us gentoo users didn't have to wait for it to get into the distro.

      From my experience, ebuilds are made much, much, much faster than debian packages are.

    7. Re:Gentoo Baby by athakur999 · · Score: 2

      And even if there is no ebuild available yet, making one is trivial for small changes. Ie. you have widget-3.0.0 installed and they just released widget-3.0.1, a simple "cp widget-3.0.0.ebuild widget-3.0.1.ebuild" is usually all you need.

      --
      "People that quote themselves in their signatures bother me" - athakur999
    8. Re:Gentoo Baby by jcostom · · Score: 2
      Gentoo is the penultimate Linux distro in my opinion.

      Methinks you have no idea what penultimate means.

      It means "next to last". And you get +4 for that? Yeesh.

      --

      The unsig!
    9. Re:Gentoo Baby by swillden · · Score: 2

      You realize all Debian packages are built for i386's, right? Using packages optimized for Pentium and higher class CPUs yield up to 50% increase in speed, and this is very noticeable in a distro that compiles all their packages in such a manner.

      While this is true, nearly all of the improved performance comes from machine-specific optimizations of a few key packages, like the kernel, glibc and XFree86.

      With Debian, it is very simple to rebuild individual packages with machine-specific optimizations. I rebuilt the above three and I do notice substantial performance improvement. I've been thinking about rebuilding the KDE libs as well.

      But there's tons of stuff out there, and most of it doesn't gain significantly from platform-specific optimization. Most software spends all of its time waiting for the user anyway, and even if you could speed it up a factor of 10 you couldn't tell. And all of that irrelevant optimization has a large cost in compile times and an even larger cost in inconvenience.

      With Debian, whenever I need a tool to do something, "apt-cache search" finds me list of candidates and "apt-get install" gets each of them up and running in very little time, which allows me to try them out quickly and determine which one is appropriate. If I find a good one that could use a performance boost from machine-specific optimization, "apt-get source -b" will rebuild it.

      I prefer the convenience of a binary distribution that allows me to selectively rebuild the stuff that really benefits.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    10. Re:Gentoo Baby by FreeUser · · Score: 2

      Gentoo seems to be nothing but cvs in a package.

      That makes no sense at all. One of the recent feature requests on the mailing list was support for CVS, so that daring, bleeding-edgers could use portage to install CVS versions of their software.

      To my knowledge portage does not support downloading sources from CVS at all, so your comment makes no sense to me.

      As for stability, I have found Gentoo to be at least as stable as Debian Unstable/Testing, and Source Mage to be even more stable than that. And I say this as a former Debian user and fan (Debian is IMHO the best binary-based distro around), one who, having tried source-based distros, will never go back.

      OTOH if you happened to try Gentoo out during the week when their server got overloaded and they had to roll out their round-robin dns mirrors prematurely because of the load, I can understand your impression (things broke for a day or two, and required hand-edits to /etc/make.conf to point to the new round-robin DNS alias before 'emerge rsync' would work again). That however was a very unusual circumstance that resulted from a very sudden spike in Gentoo's popularity for which their infrastructure was unprepared.

      And that wouldn't have been instability in the system, just a broken 'upgrade' capability that required one small hand-edit to fix. You are the only person I've ever seen claim that Debian Unstable is more stable than Gentoo ... and there are a whole bunch of us ex-debian users using Gentoo these days. Indeed, this sounds a little more like Debian advocacy than anything else ... which is fine, as those of us who prefer Gentoo (and/or Source Mage) advocate our favorite distros as well. But your accusations of instability sure don't fit the usual experience most of us are having.

      --
      The Future of Human Evolution: Autonomy
    11. Re:Gentoo Baby by CoughDropAddict · · Score: 2

      Using packages optimized for Pentium and higher class CPUs yield up to 50% increase in speed

      Prove it. It's that simple. Debian could create a k7 or i686 version of the distribution if it was shown to be compelling, but no one has ever offered anything more than vague and unsubstantiated claims of wild performance improvements.

      So prove it. You could be famous. Find several real-world programs that run 50% (or even 30%) faster when targetting i686. If not, shut up and stop blowing hot air.

  32. 1.3b_test by Mr.Ned · · Score: 4, Informative

    The 1.3b_test just went online for download yesterday morning. It blows 1.2 away - completely based on gcc3.1 for a sweet performance increase. 1.2 is based on gcc2.95.

    From the changelog:

    "The 1.3 series is meant to get Gentoo ready for total world domination with Gentoo 1.4 ;o)"

    I haven't had many compile issues with it yet - this is a distro to watch out for.

    1. Re:1.3b_test by GrenDel+Fuego · · Score: 2

      So 1.3 is basically testing then?

      I'm curious about their versioning schemes. I got started with 1.1a. 1.0, 1.1 and 1.2 were not testing. 1.3 is, and 1.4 won't be.

      I guess the numbering dosen't hold any pattern?

    2. Re:1.3b_test by fault0 · · Score: 2

      No, 1.3 is not testing. The next version of Gentoo will likely be 1.3, which has not been released yet.

      What has come out is 1.3b_test. Notice the b_test yet? ;)

    3. Re:1.3b_test by Mr.Ned · · Score: 2

      http://www.ibiblio.org/pub/Linux/distributions/gen too/releases/build/

      That's the download directory. Right now it has 1.0, 1.1a, 1.2, 1.3a_test, and 1.3b_test. The testing distributions are appended with _test. The main reason that there are now testing distributions is gcc 3.1 - usually, there isn't much difference between the versions and they're just updated build utilities and/or different versions of portage. GCC 3.1 will not build everything that 2.95 will - it's not quite up to "reliable" quality that won't choke up. I'm writing this from a fluxbox'd galeon on 1.3b_test that works perfectly - faster than 2.95 was.

      The release numbers don't mean anything because of the portage system - you download an up-to-date copy of the portage tree when you install (if you use a stage1 tarball that's just tools for bootstrapping, as opposed to a bootstrapped stage2 or a base system stage3). For example, there was no test (that I was aware of) from 1.0 to 1.1a, 1.1a to 1.2, and a few release candidates before 1.0 to 1.0.

    4. Re:1.3b_test by Mr.Ned · · Score: 2

      http://forums.gentoo.org/viewtopic.php?t=5272

      The thread deals with making gcc-2.95 libraries avalible even when using gcc-3.1. It's a way of slowly easing into gcc3.

      Although Gentoo doesn't make the older compiler avalible, you can make it avalible :)

  33. Re:looks to be pretty cool by riotrick · · Score: 2, Informative

    In gentoo you can do an emerge --update system and emerge --update world, to update your system to the latest version. It uses emerge to install new packages (+dependencies) as well. In effect it kind of works like apt-get in debian, with the addition that it compiles the packages from source. All in all a much more flexible tool than up2date.

    --
    Insert nifty comment here
  34. Re:Gentoo rocks! (ummm)... by xtremex · · Score: 2

    Well, I'm a FreeBSD user, and the ports system lives by that method. portupgrade -raP recompiles every updated port on your system. True, recompiling mAY be slower, but with a cronjob it's done automatically. Stripped binaries and tuned to my exact specifications is a dream

    --
    If you're not a Liberal in your 20's, then you have no heart.If you're still a Liberal in your 30's you have no brain.
  35. Important note! by 42forty-two42 · · Score: 4, Informative

    If you already have gentoo installed, there's no need to reinstall. Just do (as root) emerge rsync; emerge --update world Then you'll be on the cutting edge(again)

  36. Re:A demonstration of how money corrupts the syste by Mark+Bainter · · Score: 2
    Don't even bother if you can't boot from CD

    Odd. I just installed on a box here a few days ago on a system that can't boot from a CD. It's only a 500mhz pentium machine. I just booted using grub and tftp and mounted the cd and went from there. Took me a couple days to build everything but it works great.

    --
    "No nation could preserve its freedom in the midst of continual warfare."
    --James Madison
  37. Two Things I don't like about Portage... by Ivan+Raikov · · Score: 4, Interesting
    I've been using RPM-based distributions for a long time, and while I like having the ability to build everything from source, I miss a couple of features that RPM has:
    • Ability to check what package a certain file is in (like `rpm -q -f file').
    • Ability to list all installed packages (well, you can do that with portage and grep, I guess).

    Oh, yeah, I also couldn't get KDE to compile with `-O3 -mcpu=i686' on a fairly new Dell Xeon machine. I'd get all sorts of random errors like 'Illegal instruction', so I had to build all KDE packages with "-mcpu=i486", then I tried i686 again and the kdebase package compiled successfully this time! The mailing lists just advise to play with the compile options in order to get KDE working. Weird.
    1. Re:Two Things I don't like about Portage... by cjpez · · Score: 2

      If you "emerge gentoolkit" it'll give you a utility "qpkg" which will at least give you a list of all installed packages. It probably does other things, too, but I haven't played around with it much. I think that should probably be part of the default install, but whatever . . .

    2. Re:Two Things I don't like about Portage... by GrenDel+Fuego · · Score: 2

      Try epm. It works just like rpm.

      gboyce@necronomicon gboyce $ epm -q evolution
      evolution-1.0.7

      gboyce@necronomicon gboyce $ epm -ql evolution
      /usr/share/man/man1/evolution.1.gz
      /us r/ share/gnome/apps/Applications/evolution.desktop
      / u sr/share/gnome/help/cal/C
      /usr/share/gnome/help/e v olution/C/index.html
      /usr/share/gnome/help/evolut i on/C/stylesheet-images/caution.gif
      /usr/share/gno m e/help/evolution/C/stylesheet-images/home.gif
      /us r / hare/gnome/help/evolution/C/stylesheet-images/impo rtant.gif
      /usr/share/gnome/help/evolution/C/style s heet-images/next.gif
      /usr/share/gnome/help/evolut i on/C/stylesheet-images/note.gif
      /usr/share/gnome/ h elp/evolution/C/stylesheet-images/prev.gif
      /usr/s h are/gnome/help/evolution/C/stylesheet-images/tip.g if
      /usr/share/gnome/help/evolution/C/stylesheet-i m ages/toc-blank.gif
      /usr/share/gnome/help/evolutio n / /stylesheet-images/toc-minus.gif
      /usr/share/gnome / help/evolution/C/stylesheet-images/toc-plus.gif
      / u sr/share/gnome/help/evolution/C/stylesheet-images/ up.gif
      /usr/share/gnome/help/evolution/C/styleshe e t-images/warning.gif
      <snip>

    3. Re:Two Things I don't like about Portage... by Ivan+Raikov · · Score: 2

      have you tried: -march=i686 -O3 -pipe

      My standard compilation flags were "-mcpu=i686 -O3 -pipe". I guess I feel too lazy to try march now that KDE is working.

  38. Be carefull by swagr · · Score: 3, Interesting

    I've been a Gentoo user for 7 months now, and I do like the "cutting edge" aspect of it, but this "up to dateness" comes at a cost. Because the distro is actually one that you build with the tools that Gentoo provides, it's possible that no one is using it with the same versions of x, y and z that you have.

    This makes stability a huge issue, and on several occasions I've had to rebuild programs because they got borked by an update of something else. Also, I've had emerge f#*k my system so badly that no one on the forums could help me, and I required a "from scratch" install.

    I've been using Linux (Slackware, Debian, SuSE, etc..) for 5 or 6 years in an academic and work environment, and at this point I often feel Gentoo is more trouble than it's worth.

    Having said that, Gentoo is the distro I'm running right now...

    JUST BE CAREFULL.

    --

    -... --- .-. . -.. ..--..
  39. Testing is the key, not software age by FreeUser · · Score: 4, Informative

    While Gentoo does rock, I don't suggest any of the cutting edge stuff for production boxes.

    One should always do significant testing before rolling something out for production use. This is true whether or not the software in question is "cutting edge."

    That having been said, there can be real advantages to using up-to-date software in a production environment. You may need the new features (e.g. X support of a new touchscreen the tablets you want to deploy require) or bugfixes (KDE 3.0.1 v. KDE 2.2.1 is a good example here), so cutting edge software, while it should be treated with caution, can be very beneficial.

    The key is rigorous testing prior to deployment, so while this means the software your using will likely be at least a month or two old, it can still be pretty cutting edge if that is what is required, and it holds up in testing. In our case, X 4.2 was deployed very quickly (within 6 weeks of its release), as was KDE 3.x, while other "cutting edge" stuff, like gcc 3.x, probably won't be deployed for another 6 months because it didn't hold up in testing.

    You are right, though, Gentoo (and Source Mage, for those who like trying out a pallate of different source based distros) can lead one into temptation. I've installed and backed out more than one bleeding edge app on my home machine for just this reason ... but again, I was able to back out stuff quite easilly, and the benefits of having current stuff that does work makes this added burden very worthwhile IMHO.

    At the other extreme, Debian's 2-year-old plus 'stable' distro isn't the answer. With the speed with which free software evolves, running 2 year-old free software is analogous to running 10-year old proprietary software ... something that in many cases simply isn't acceptable (though in some cases it can be ... I do have an old GNU/Linux 2.0.x box that hasn't been upgraded in years, because it is behind a much more current firewall and does its one simple task just fine). Gentoo (and Source Mage, to be fair) solves this problem by giving you pretty good stability while allowing you to run very up-to-date software.

    --
    The Future of Human Evolution: Autonomy
  40. Re:Source based vs. Binary based: Possible comprom by defile · · Score: 2

    Pulling it out of my ass, I'm willing to bet most of the perceived speedup probably comes from custom compilation of glibc and XFree86.

  41. Re:Gentoo rocks! (ummm)... by fault0 · · Score: 2

    Yes, but BSD ports and portage are *far* more elegant than apt or rpm has ever been.

  42. My Gentoo 1.2 Experience by omnirealm · · Score: 5, Informative

    I finally deleted my Windows partition. I figured that, as long as I'm messing with my partitions, I may as well ditch Mandrake 8.2 for a ``real'' distribution in the process.

    I set apart all of Saturday to scrounge through my system to find and backup all my data files, and then to download and install Gentoo 1.2. So far, I have been mildly impressed. I have run into the following problems though:

    I live on-campus, and my school blocks port 80 and makes everyone go through The Great Proxy Server. This does not jive well with emerge. The installation instructions, which I printed out before starting, say something about setting the HTTP_PROXY variable in the /etc/make.conf file, which I tried setting, to no avail. I then set the environment variables. That didn't work either. I looked for Lynx, or something to browse the Web with, and nothing was available (please no smart comments about telnet, thank you very much).

    My school maps my network account to the hardware address of my network card, so I couldn't just plug in my laptop to get net access to get more documentation. I was about to run out to a computer lab, when I realized that the Gentoo 1.2 installation environment included iptables (I have 2 network cards in my system)! After a little bit of NAT magic, I had my laptop on-line, and I checked the FAQ, which mentioned, ``Oh, and if setting the PROXY environment variables in make.conf doesn't work, set it in wget's configuration files.'' So it uses wget. Nice to know. Setting the proxy there worked, and I was on my way!

    I set the USE variable in make.conf, and then started emerge'ing. I was a little worried about how the compile settings really would be (i.e., would X, qt, and KDE be compiled with the necessary flags to enable anti-aliased fonts? It turns out that they were.) Compiling KDE took the better half of the afternoon, since it had to compile X and qt first. It worked like a charm!

    So far, the only problem has been trying to emerge openoffice. The first time I tried, it complained about gcc 2.95.3 (it wanted 3.0.4). After ebuild'ing gcc 3.0.4, it started up. A couple of hours later, it bombed on something about not finding javac. There's a line in openoffice-1.0.0-r1.ebuild that reads ``COMMONDEPEND='... >=virtual/jdk-1.3.1''', but it prompted me for my java directory, and I wasn't sure what to type in there. And javac isn't on my system now, although that dependency should have prompted emerge to install it.

    Well, these kinds of problems can be easily resolved by hand, but it goes to show that it can be difficult to get everything right the first time around in something like Gentoo. mozilla compiled without a hitch, and as soon as I fired it up this morning, I found this story, and thought I'd post my experience for all to enjoy. Oh... and my mozilla compiled with anti-aliased fonts, by default!

    --
    An unjust law is no law at all. - St. Augustine
    1. Re:My Gentoo 1.2 Experience by dsb3 · · Score: 2

      try setting $http_proxy (lowercase) instead.

      --

      Slashdot? Oh, I just read it for the articles.
    2. Re:My Gentoo 1.2 Experience by BrookHarty · · Score: 2

      ...I may as well ditch Mandrake 8.2 for a ``real'' distribution in the process.

      I sure hope you mean windows, Mandrake is one of the best linux distributions out there. Suse and Mandrake are the standard of ease of install and setup. I use Suse 7.3 on my sun boxes, and Mandrake on my Intel/AMD boxes. Even thou I like Gentoo, I didnt want to wait a day for build and download of gcc3.1 and kde3.0.1.

      Comparing a source based distro vs a package distro isnt the same. You trade install time for compile optimizations.

      I made the mistake of trying gentoo 1.3a, and having portage problems, too many compile problems, but it is a test release. On mandrake, I installed cooker rpms for both kde/gcc and they worked flawlessly.

  43. Gentoo extends the live of slow hardware. by watchmaker1 · · Score: 2, Interesting
    My primary "desktop" at home is an IBM Thinkpad 600 with a p2/266 and 288megs of ram with a 5gig drive.

    I can't give you hard benchmark figures, but I can give you personal experience. Redhat 7.2 in X on the machine was very slow. Switching VC's lagged, compiling the kernel in a Konsole would make the cursor lag around the screen and trying to load too many things really bogged the system down.

    But, with a Stage1 Gentoo 1.1a install (Stage 1 compiles everything, Stage 2 and three use increasingly larger lists of precompiled binaries.) with CCFLAGS and CCXFLAGS set to '-O3 -mcpu=i686 -march=i686 -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4' in make.conf, the system is decidedly faster in KDE3. I run XChat without gnome, Konsole, Konqueror, and the KDE desktop all compiled locally with the above optimizations. It's incredibly responsive and very very usable.

    Emerging the gentoo-sources package will bring down a laundry list of kernel patches such as the pre-empt and latency packages and all sorts of fun stuff. The only snag there is that my laptop was done with XFS as it's sole filesystem, and pre-empt and XFS don't play well, at all.

    Is it perfect? No. OpenOffice takes forever to load. Mozilla takes less time but it's still a while, but it runs very well once it's going. (This is binary OO and Moz, not compiled locally.)

    The system just plain doesnt have the balls to run something like CrossoverPlugin with QT5, and compiling a kernel still bogs the system down a bit, but not as much as with redhat. It's still a very usable machine.

    And, the biggie, "emerge KDE" took 12 hours. X took a bit less than that. A recent "emerge --update world" which updates every package on the system that's been updated on the main rsync/cvs tree took 24 hours. I have other machines that I use in the interim, so it's not a huge problem for me.

    Let me agree with one thing alot of Gentoo fans here have said. This is not a dist for everyone. It's not something I'd use for my parents, for example. But it's not a hardcore experts only dist either.

    Many here have made a big deal about "I don't want to have to compile everything." The thing is, you don't compile a thing. You never type make. Want XChat? type "emerge xchat" and portage will go out to the fast repository at ibiblio and download the tar.bz2, compile and install. You do nothing but the one command.

    Want ImageMagick? type "emerge ImageMagick" and it'll do the same. Whoops, it wants libjpeg and libpng which you don't have installed? It'll go grab those too and install them first. You've typed exactly one command.

    Sure, it takes longer to compile something than it does to install it from a binary rpm. That's a fact of life. But is it worth taking that time for binaries that run 5-10% faster because of the local optimizations? It is for me. I'm currently laying plans for a new desktop that's a dual AthlonMP 2100, with a make.conf flag to make with -j3 it'll compile pretty damn fast. And when the next Gentoo is released with gcc3, there will be athlon optimizations which will make the apps just that much faster.

    I've turned several friends of mine on to Gentoo. Hardcore dist bigots who have all been incredibly impressed. I can't say enough nice things about it.

    Every revision of redhat frustrated me more and more from the severe bloat. I had all but given up on Linux for OpenBSD. Gentoo has been impressive enough to pull me back from that brink. I've got a dual processor machine on the way (And OpenBSD has no SMP) and Gentoo got the nod. (Which, of course, the trolls will love, since, you know, BSD is dead)

  44. Gentoo for Sparc: Needs work! by doorbot.com · · Score: 2

    I decided to do an install of Gentoo 1.1 on my Ultra 30 in order to replace my Debian install (which I was testing and hadn't actually got around to using just yet).

    Compiling stage 2 took hours. Granted, the UltraSparc was only at 300 Mhz. But you better have a lot of time to do your compiles. Anyways, I built GCC 2.95 but I'm guessing it was built as a 32-bit binary. I didn't want to spend the time compiling everything else as 32-bit considering how long stage 2 took, especially when I got some sort of OpenSSL error.

    So I decided to re-install, this time choosing to compile GCC 3.1 first. Again, this took hours but did succeed. So I fired off the bootstrap script and GCC 3.1 tried to compile again. Unfortunately, this failed, and I was again left with a non-working Gentoo install.

    I thought I'd give Gentoo another try and decided to cheat using the Stage 3 tarball. I was able to compile the kernel with egcs64 and was able to boot. However, I ended up having some sort of problem with my keyboard map. At that point, I'd had enough and decided to wipe it clean and reinstall Debian unstable.

    Just a few days ago I wiped the system clean once again and did a bit of the install of SuSE 7.3 and I was definitely impressed by the installer. It was the first time I'd used SuSE, so it made a good impression.

    Next I think I'll try Splack.

    Gentoo definitely looks like a cool distro, but it needs a bit more polish on Sparc before it will see widespread use. I'm definitely looking forward to it's next revision. However, I was really hoping to do some testing of the latest open source goodness on UltraSparc... kernel 2.5, XFree 4.2 and Gnome 2/KDE 3.

    I guess I'll have to wait a few months...

  45. Re:Gentoo Linux by ZxCv · · Score: 3, Insightful

    > Why should GNU get so much credit for writing a compiler and few other tools.

    Because if you were to remove the compiler and "few other tools" like glib you'd be left with a pile of neat source code.


    That's like saying that because my car requires gas to function, that it should be called a Nissan Texaco/Altima, or a Nissan Chevron/Altima. If I were to remove that precious gas, I'd be left with a pile of metal. I do lack the time to make my car go without gas, so I guess I won't be ditching it anytime soon. But I won't be prepending Texaco/ or Chevron/ or anything else in order to show my appreciation.

    --

    Perl - $Just @when->$you ${thought} s/yn/tax/ &couldn\'t %get $worse;
  46. Re:Gentoo really that cutting edge? by GutBomb · · Score: 2

    gentoo is free. and since when is profitting off of open source software against the rules? linus doesn't live in a college dorm room anymore, he profits off of it every day. (albeit indirectly) so redhat is against the rules? or mandrake? they sell it.

  47. X-Compile! by Steveftoth · · Score: 2

    I like the idea of comiling everything for my machine, but why can't they just compile it for my proc? I mean is there really a larger difference between my 1400+XP Athlon and your 1200+ XP Athlon? Will GCC generate code that is better for my machine if I run it on mine as opposed to someone else doing it for me? I don't really think so. If another distro started to release builds for Athlons, P4s, P3s, etc. I think that would be a much better use of time and enegry (and I would actually run it). As opposed to having to install the SRPM (or tar.gz) and compile for your arch and system.
    Though that is what makes linux fun sometimes. :)

  48. Crank ON! by vandan · · Score: 3, Interesting

    I've been using Gentoo for 3 months now (and Slackware for 3 years before that). I am VERY satisfied with Gentoo. It is very predictable, very easy to configure, and incredibly fast (curtousy of the ease of recompiling pretty much everything). Of course I will be 'emerge rsync'ing now, but I'm REALLY waiting for Gentoo 2.0 where they will move to gcc-3.1 (or maybe 3.2) as the default compiler. I have tested Gentoo 1.1a with gcc-3.1 and 99% of stuff compiled, but it was the 1% that didn't that ended up screwing things up. But anyway Gentoo is a great distro which stays very up-to-date and is maturing quite nicely.
    Long live the compiler!

  49. Re:compiling software. by Tony+Hoyle · · Score: 2

    On an Athlon 1800 it took over 24 hours to compile a working system w/kde+gnome. It's a nice distro but I don't have that amount of time to waste - add another 8 hours to hand configure the system. Several of the compiled packages didn't work (Pan wouldn't start, kde kept falling over) and mozilla wouldn't even compile.

    The dependencies are also a bit screwy - vim is dependent on XFree86?

    I'll probably go back to it in 6 months or so when it's matured as a distro, but it's a bit beta at the moment. If the debian internal politics get much worse it might even be sooner...

  50. Re:X configuration by iamplasma · · Score: 2

    It's normally installed by default by most distros.

    They're rather poor open gl libraries, I'm not sure if they're software only or what, but they seem slow as hell for me. (but I am using an nvidia card, so perhaps it's just nvidia that's not properly supported, on the grounds they have their own drivers)

  51. Re:X configuration by iamplasma · · Score: 2

    No freaking idea, I'm still using Mandrake, and because of my stupid Australian ISP my usage limits on the net won't allow me to ever go up to Gentoo, despite my great desire to do so.

    Have you considered looking around on the Gentoo site for help? In all likelyhood it's something they have added to portage.

  52. Many reasons for slow machines. by billstewart · · Score: 2
    There are lots of reasons to have a slow machine. If you're a kid, maybe you've only got a hand-me-down machine and your parents are using the good machine for their applications (good application for removable disks.) If you're a parent, maybe you can't afford it because you've got kids, or maybe you've only got a hand-me-down machine because the kids are using the good machine for GameZ, while that old machine can do Linux just fine :-)

    Or maybe you're trying to build a special-purpose machine, like something small and portable, or trying to reuse an old machine as a firewall or print server, or it's a laptop that didn't have a CDROM when you acquired it and isn't made any more.


    I've got a labful of antiques at work, because procuring modern machines requires a Budget, while procuring leftover fully-depreciated boxes that the Centralized MIS Bureaucracy doesn't want any more gives me machines that are usually just fine for pinging and tracerouting to -- in a router training application, you need lots of endpoints that don't need to be very bright. Antique laptops are especially nice for this, because they don't take much space in a rack.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks