Slashdot Mirror


Gentoo 1.0 Released

Spider[DAC] writes: "Gentoo Linux 1.0 is finally released. see their homepage for more details, or skip directly to the installation instructions. Gentoo is a up-to-date distribution that uses 'portage' (a system similar to the BSD ports) to download, compile and configure the installation process."

170 comments

  1. explanation needed.. by Anonymous Coward · · Score: 3, Interesting
    I'm not a BSD user, can somebody explain to me what the following means? How does one download, compile, and configure a program's install process??


    "Gentoo is a up-to-date distribution that uses 'portage'...to download compile and configure the installation process."

    1. Re:explanation needed.. by someonehasmyname · · Score: 4, Informative

      in FreeBSD, if I wanna install apache for instance, I cd to /usr/ports/www/apache13 and type "make install clean" .. freebsd downloads apache, if patching the code is required for it to run under bsd it does that too. mostly the patches are just path changes.. just to make all the apps install to /usr/local/bin and conf goto /usr/local/etc

      --
      Common sense is not so common.
    2. Re:explanation needed.. by CoolVibe · · Score: 5, Informative
      BSD ports work as simple as this:

      # cd /usr/ports/editors/vim
      # make install clean

      It then fetches the sources (and dependancies if they aren't met yet) and compiles and installs them automagically.

      Oh, you can also make packages this way (with the 'package' makefile target). BSD also has a package system btw, but that's too oftopic :)

    3. Re:explanation needed.. by Anonymous Coward · · Score: 0
      Basically you have a bunch of standardised install scripts spread out over a semantic directory structure under /ports/. They don't take up much space and you can update the files quite easily.

      To use them you cd to /ports/web/mozilla (or whatever - I haven't used ports in years) and then type make install clean and it will download/install for you. A little configuration often happens here but like any software it's not as if it knows what you want.

    4. Re:explanation needed.. by sydb · · Score: 2

      But the parent is talking about the install process of the OS. How do you compile the install process if you don't have a system to compile it on?

      Of course, the question is naive in that you don't do that, you need a binary bootstrap of some kind.

      --
      Yours Sincerely, Michael.
    5. Re:explanation needed.. by CoolVibe · · Score: 1

      I thought he was talking about ports. Hey, I've had a long day :) I probably need more coffee...

    6. Re:explanation needed.. by ibbey · · Score: 3, Informative

      To install Gentoo, you first download a base system that you bot from. This system includes the compiler & necessary utilities to install the system, all in binary form. Then, as part of the install process, all of the binaries are then re-compiled from the latest sources. Once you reboot, all of the binaries are gone & you're running from the newly compiled versions.

      This simplifies things a bit, but the install process is actually quite easy. I've been running Gento for ~2 months now, and I don't think I've ever been as pleased with a Linux distribution. It requires a bit more knowledge then, for example, Mandrake, but it's not difficult, and it's very well documented. I highly recommend you try it out.

    7. Re:explanation needed.. by cheese_wallet · · Score: 2, Informative

      A lot of people have replied to you already, but I'll take a stab too because I've just recently installed FreeBSD, and had to learn what they meant by "ports".

      Basically a "port" of an application is a collection of scripts containing information on where to download the source for the application, how to compile it, how to install it, and what other "ports" it may depend on. Whether you have other "ports" installed (in the sense of the application the "port" contains instructions about), etc...

      When you install FreeBSD, and I assume other BSDs as well, you have the option of installing all these "ports". This isn't to be confused with installing that applications themselves, this is just the skeleton script collection.

      I think the BSD people maintain a list of accepted "ports", so it is a controlled situation.

      Hope that helps.

    8. Re:explanation needed.. by Anonymous Coward · · Score: 2, Informative

      Also, each system has url(s) of where to update the ports scripts from. You can replace these with third-party locations if the official line isn't accepting certain software.

    9. Re:explanation needed.. by Anonymous Coward · · Score: 0

      Go to http://www.freebsd.org. It's a way
      cool BSD Unix(tm) for PCs.

  2. Nice to see, but... by Zrealm · · Score: 1, Interesting

    other than the portage system, this seems to be a moderatly unexciting distro. User-mode Linux is somewhat interesting but doesn't seem compelling enough to change from slack\SuSE\debian, etc. Is that a compelling enough feature to consider this an important step in the evolution of Linux, or, as is more likely, is this simply going to go by the wayside...

    1. Re:Nice to see, but... by sydb · · Score: 2

      User-mode Linux is somewhat interesting but doesn't seem compelling enough to change from slack\SuSE\debian, etc.

      User mode linux is part of Debian unstable anyway, and there are RPMs for download at the UML web site.

      And it is a great toy / tool.

      --
      Yours Sincerely, Michael.
    2. Re:Nice to see, but... by Zrealm · · Score: 2, Funny

      You're right - apparently I'm channeling an idiot this morning and for some reason when I saw it on the Gentoo page associated the two more strongly. It definitly does seem like a reasonably neat tool to allow testing of some of the dev stuff that's still to unstable to put on a business machine...

    3. Re:Nice to see, but... by athakur999 · · Score: 2

      The main benefit of Gentoo is that you get the latest versions of every package when you're installing.

      You also get to choose to some extent what dependencies you want your programs to have. If you don't care about KDE, you can set it up so no programs with optional KDE support have it compiled in. This is unlike .rpms and .debs where you're at the mercy of whoever built the package.

      --
      "People that quote themselves in their signatures bother me" - athakur999
    4. Re:Nice to see, but... by ibbey · · Score: 2

      Since User-mode linux can be used with any distribution, you're right, it's not a very good reason to switch. Of course since UML has basically nothing to do with Gentoo other then a tutorial on the site, I can't imagine why someone would even think about switching to Gentoo for it. Had you done even 5 minutes worth of research before posting you would have known this, so maybe next time you should actually read the site before posting?

    5. Re:Nice to see, but... by blixel · · Score: 1

      The main benefit of Gentoo is that you get the latest versions of every package when you're installing.

      After you're done with the 4+ hour installation, you wont have the latest versions of anything any more. :)

    6. Re:Nice to see, but... by Anonymous Coward · · Score: 0

      4 HOURS? On my p2 266 it was more like 4 days! lol

    7. Re:Nice to see, but... by Syberghost · · Score: 2

      You also get to choose to some extent what dependencies you want your programs to have. If you don't care about KDE, you can set it up so no programs with optional KDE support have it compiled in. This is unlike .rpms and .debs where you're at the mercy of whoever built the package.

      No, this is LIKE .rpms and .debs, where you can download the source package and compile to your heart's content.

      But with RPM and dpkg, you have the option of easy install of binaries for systems that don't need specially-compiled versions.

  3. I still like sorcerer better... by jdwilso2 · · Score: 4, Interesting

    From lookin at the changes to 1.0, I still like Sorcerer GNU Linux better ... Its just cleaner and easier to use in my opinion.

    But don't get me wrong, a source based distro is a great thing, and I really hope that one day in the near future (rather than trying to maintain this binary package management hell) all the major distros will wake up and realize that source management is *much* cleaner and nicer to the user. I'm really hoping for the death of RPM, but I'm sure I'm not so lucky...

    jdW

    1. Re:I still like sorcerer better... by ibbey · · Score: 3, Informative

      Before installing Gentoo, I tried Sorcerer. They are very similar, and Sorcerer sdoes have some nice touches (for example, I like that you can make symlinks that will automatically install a package the first time it's called).

      The problem I had with Sorcerer, however, is that it lacked any real documentation. It had a great installer, but if -anything- went wrong, you were on your own (for example, there is basically no info on setting up your network connection, even though a network connection is absolutely vital to the install process).

      Gentoo, on the other hand has a less automated install, but it is VERY well docemented. If you follow the instructions, you will get the install done, even if you don't have much Unix knowledge. I still wouldn't recommend Gentoo to a beginner (The install may be simple, but once it's installed, you're back on your own), but even a moderately experienced and moderately adventerous user will have no problems.

    2. Re:I still like sorcerer better... by asteinberg · · Score: 1
      Unfortunately, you're right - so many people are putting so much effort into making Sorcerer great that not a whole lot of attention has been paid to creating lots of documentation. The mailing lists, however, are always there if you need help; you can find them here.

      I highly encourage everyone to give Sorcerer a shot (for a veteran Linux user it is extremely easy to get the hang of - and not too tough for someone with relatively little experience, and the installation has menus and whatnot to make it fairly simple). However, if you're weary about making the plunge without adequate documentation, you can probably expect to see a story on Slashdot a few weeks from now once all the kinks have been worked out (it has only been a few weeks since Sorcerer's creator quit and tried to bring his project down with him, so we're still scrambling to get everything perfect).

      --
      The first ever Ultimate Frisbee video game: here (now
    3. Re:I still like sorcerer better... by spencerogden · · Score: 2

      While I use and like Sorcerer, I don't think sorce based distributions have a chance of becoming mainstream. The average user does not have the time to let the box build for a day.

    4. Re:I still like sorcerer better... by Xouba · · Score: 1

      >I really hope that one day in the near future (rather than trying to maintain this binary package management hell) all the major distros will wake up and realize that source management is *much* cleaner and nicer to the user.

      This is BS, IMHO and to say it bluntly (no offence intended, it's just that I'm such a troll ;-))

      Try to use a source-based distro for a firewall. I mean: I don't have compilers on a firewall. Nor "man". I don't have *anything* on a firewall that can be remotely used if the box is hacked. This is one reason that I'm against using a source-based distro for some things.

      The other reason is that I don't really understand what's the point in compiling everything, or to be precise: I don't understand what's the point in compiling everything *besides geekiness*. Of course it could be funny, if you like it. Enlightening? Maybe. But to say that it's "the right way" to do things is plain BS. "Joe Sixpack" doesn't need it, nor a veteran sysadmin. It's time and bandwidth consuming. What do you gain in terms of performance? A 10%? C'mon, gimme a break.

      But of course, I use Debian, so maybe compared to RH or SuSE it's better the *BSD way. I don't know.

      I think that many people are trying to be 3l337 trolling about *BSD, without really knowing all the Linux options.

      Excuse me if I sound too much "anti *BSD", but it's just that I'm fed up of the "BSD is better" attitude without giving real proofs. Give me reasons and I'll be the more reasonable guy in Earth, but don't try to fool me.

    5. Re:I still like sorcerer better... by jdwilso2 · · Score: 1

      first off, Sorcerer isn't BSD, is GNU/Linux.

      There are plenty of reasons to use source based distros besides geekiness.

      First, you never again have to worry about hardware or software dependancies hard built into binary packages. RPM and the like have many problems with this. There are prolly 50 rpms for any given package built on all the different platforms for all the different software configureations you may have. There need be only one source tarball. This makes getting and installing much much easier. If there are dependancies you don't have, Sorcerer automatically grabs the source for them and compiles them and installs them. I'd like to see rpm do as well.

      Secondly, as far as a firewall goes, I'd say a source distro is the best way to go. You can compile everything for your system seemlessly, and the (with Sorcerer anyway) its a simple thing to uninstall anything you want. Get rid of gcc if you like as well. But having proggies on a firewall doesn't matter. If your firewall gets hacked, the rest of your systems are vulnerable and that's the problem. What do you want? Lets gid rid of all runnable proggies on the network cause the firewall might get hacked and people can then very easily hack the rest of my stuff.

      There isn't anything you can do if you get hacked... All you can do is try your hardest not to. And the way to do that is to insure that all of your programs are installed and setup perfectly. Which is only feasibly possible, if you want to stay upto date with the latest software and security fixes, on a box built from source.

      I took no offence, just responding.
      jdW

  4. Close but no cigar! by Jucius+Maximus · · Score: 2, Funny
    "(a system similar to teh BSD ports)"

    You're almost good enough to be a slashdot editor!

  5. Not slashdotted yet, but getting there.... by RevCheswollen · · Score: 2, Interesting

    The ISO is only 103 MB. Tres coolito. However, I'm watching my download get slower, slower, slower....... --The Rev

    1. Re:Not slashdotted yet, but getting there.... by jdwilso2 · · Score: 2, Informative

      yeah, but the iso for Sorcerer Linux weighs in at just under 80MB, and have a MUCH easier install than Gentoo...

      But once you get Gentoo running its nice... just make sure to print out the instructions first ;-) ... makes it easier in the long run.

      jdW

    2. Re:Not slashdotted yet, but getting there.... by Anonymous Coward · · Score: 0

      Don't you dorks have anything better to do with your lives than installing new systems? Wverytime there is a release announcement this kind of comment is made.

    3. Re:Not slashdotted yet, but getting there.... by MajroMax · · Score: 2
      The ISO is only 103 MB. Tres coolito.

      That's only the Phase 3 ISO file. The Phase 1, which is the minimum needed for the system (phases 2 and 3 come partially compiled) is under 20MB -- it gets damn near everything from the 'net.

      --
      "Evil company X is threatening to restrict our rights! Let's all get together to stop--OOOH! SHINEY!!!" -- AC
    4. Re:Not slashdotted yet, but getting there.... by Anonymous Coward · · Score: 0

      Don't you dorks have anything better to do with your lives than installing new systems?

      No.

  6. Cool, now that I spent..... by CDWert · · Score: 5, Funny

    Cool now that I spent the last 2 days installing Visual Studio 7 Enterprise Architect on my Win XP box, I can unload the Rh 7.192 Advanced server test platform I had setup and Was going to upgrade to the current redhat 7.3 beta, and instead spend the next week downloading and installing, compiling and playing with Gentoo , until that is RH 7.4 (or 8 whatever) is released since Solaris 9 isnt going to offer an Intel version I can wipe my solaris 8 intel box and try to load......

    Holy shit no wonder I dont ever get any actual work done anymore, between loading new systems to playing with new distros, trying to figure iout this whole ungodly dot.diaster and typing stuff like this on slashdot.....

    Time to get back to chasing my tail in circles.....

    --
    Sig went tro...aahemmm.....fishing........
    1. Re:Cool, now that I spent..... by mnordstr · · Score: 2

      I'm chasing that same tail...

    2. Re:Cool, now that I spent..... by Anonymous Coward · · Score: 0

      That's about right.

    3. Re:Cool, now that I spent..... by blixel · · Score: 1

      Holy shit no wonder I dont ever get any actual work done anymore, between loading new systems to playing with new distros...

      Seriosly I have that same issue... In the last week alone I've installed/uninstalled FreeBSD 4.5, Debian 2.2r5 (3 times), Slackware 8.0, Mandrake 8.2, and Lycoris (whatever version it is). I was going to check out Stampede but on their site there is a message that says the project is on hold - which probably means it's dead - so I figured I wouldn't bother. I tried downloading the RedHat 7.(2/3beta) ISO's but it kept dying so I'll have to play with those later.

      The problem is after I get the system setup, get a new kernel compiled, get X setup just right, get all the programs installed that I like, and get all the CLI programs configured how I like them I'm left with nothing to do. So I scrap it and move on to another Distro.

      It's just not the same with MS Windows. What are you going to do? Install Dell's OEM version of Windows and then Compaq and then HP? Or even worse, install any ole' version just once, be happy with it and then start actually doing real stuff? Where's the fun in that? :)

    4. Re:Cool, now that I spent..... by Anonymous Coward · · Score: 0
      ... "I'm left with nothing to do. So I scrap it and move on to another Distro."

      Maybe if linux had some decent end-user applications, you wouldn't be so bored. ;)

    5. Re:Cool, now that I spent..... by blixel · · Score: 1

      Maybe if linux had some decent end-user applications, you wouldn't be so bored. ;)

      Apps are for end users.

    6. Re:Cool, now that I spent..... by Ozric · · Score: 1

      I thought Stampede merged with MDK.

  7. Upgrade instructions by Loranze-Da-Playa · · Score: 2, Redundant

    For those who already have gentoo running and you just want to upgrade, you can find the instructions here

  8. Just curious... by redhatbox · · Score: 2, Interesting


    The underlying concepts for this distribution seem fantastic. Browsing through the Gentoo site, I noticed verbiage to this effect in multiple places:

    "Gentoo Linux is a versatile and fast, completely free x86-based Linux distribution geared towards developers and network professionals ..."

    Are there any similar projects in the works for other computing architectures (Mac, Sun, etc)? Not trying to open another can of worms, just thought I'd ask... :)

    1. Re:Just curious... by Anonymous Coward · · Score: 0

      Yes. Some users seem to have a ppc port working.

    2. Re:Just curious... by ezzewezza · · Score: 2, Informative

      Rock Linux has ports to Alpha AXP, PowerPC, and Sparc

    3. Re:Just curious... by dadragon · · Score: 1

      Are there any similar projects in the works for other computing architectures (Mac, Sun, etc)? Not trying to open another can of worms, just thought I'd ask... :)

      GNU/Darwin is kind of like this. It's pretty much a BSD style ports tree on top of Apple's Darwin OS that is used as the base level of MacOS X.

      --
      God save our Queen, and Heaven bless The Maple Leaf Forever!
  9. So is this a distro for broadband users ? by dnaumov · · Score: 2, Interesting

    I really really DON'T think that it's wise to the base distro so small. The ISO is just 103 MB and offers only the very basic system. If you want most of the apps provided by the distros like RedHat / Mandrake / Debian, you will have to download them. This is pretty much like a net-install. Sure, it's great for those with broadband, but what about those who don't have broadband ?

    Make it 1CD, make it have X, Gnome and some nice apps come with the distro itself and I might reconsider trying this.

    1. Re:So is this a distro for broadband users ? by Anonymous Coward · · Score: 0

      Obviously this distro isn't for you, its for people with broadband. If you want what the other distros have, why would you even consider this one? Its a change, finally.

    2. Re:So is this a distro for broadband users ? by yggdrazil · · Score: 2, Funny

      Sure, it's great for those with broadband, but what about those who don't have broadband?

      Yeah, and what about those without a cd-rom drive|electricity|computer|etc? That's so unfair.

    3. Re:So is this a distro for broadband users ? by xannik · · Score: 2, Informative

      As an alternative to downloading just the 130MB iso you can also download the 650MB iso which is the fast install and has most of everything you need to get your system up and running.

      --

      Go Illini!!!
    4. Re:So is this a distro for broadband users ? by al3x · · Score: 2, Informative

      They actually are going to be making a "binary" install with everything you mentioned available. In it's current form, yeah, you either have a fast connection or wait a damn long time. But it's very cool, well worth it.

    5. Re:So is this a distro for broadband users ? by martissimo · · Score: 2, Interesting

      umm if you read their website you would notice that Gentoo is targetted for developers and network proffessionals...

      no offense but most of thoose people have access to more than a 56k.

      and really when you consider that you still cant buy pre-burnt ISOs from em (though they say this is coming soon), wouldnt a more compact ISO that includes no fluff and lets you choose which apps you do want to download on your own be better for a 56k'er?

      you would surely spend more time downloading most other distros, and when its all over you would have probably downloaded a bit of stuff you may not even use. With this setup you will only spend the time after the install downloading what you want. If their CD they eventually offer for sale doesnt include any other stuff than the 103 megs you might have a point.

    6. Re:So is this a distro for broadband users ? by ibbey · · Score: 3, Insightful



      I really really DON'T think that it's wise to the base distro so small. The ISO is just 103 MB and offers only the very basic system. If you want most of the apps provided by the distros like RedHat / Mandrake / Debian, you will have to download them. This is pretty much like a net-install. Sure, it's great for those with broadband, but what about those who don't have broadband?

      Putting this distribution on CD would basically defeat the entire reason it exists. This distribution is intended for people who have fast connection, and want to have the fastest, most current system possible. Putting it on CD ROM would still allow you to optimize for your system, but you couldn't take advantage of the easy updates. Personally, a 5-10% speed boost doesn't justify the switch. The ease of upgrading & administration, however, makes it worthwhile.

    7. Re:So is this a distro for broadband users ? by SagSaw · · Score: 1

      You need a decent connection to install Gentoo, because that is when you will do most of your downloading. It is doable to maintain a Gentoo system over a modem line because you should only need to do a long download when a package like kde or gnome bumps up in revision.

      There is talk on the webpage and on irc about selling cd's with the up-do-date portage tree and packages within the next few weeks.

      --
      Come test your mettle in the world of Alter Aeon!
    8. Re:So is this a distro for broadband users ? by Anonymous Coward · · Score: 0

      Well... With a simple 256kb ADSL it doesn't take too long to install. You can just do a "emerge --pretend whatever/package" to see what you need. Then you download the first package and while you're computer is compiling it, you download the rest in the background, thus keeping the computer downloading stuff while compiling.

      I use the same method always when installing FreeBSD. First you make a minimal install and then you start choosing the most important ports and while it compiles them you keep downloading distfiles needed by the following port. The key is to keep bandwidth usage at 100% all the time. :)

      The nice thing with gentoo btw is that you can easily remove unneeded stuff from the bunch of packages it installs when you do an "emerge system" thus you can easily build really minimalistic systems and all the files the portage system relies on are very easily customizable. The installation is also very nice and lets you do everything from the shell. This makes it easy to partition the harddisks the way you want and it's let you choose the filesystems you use. I myself usually install XFS on every partition as it's extremely stable and fast. Also if you need to use LVM it's easy to install.

      The template for building ebuild files (it's located in /usr/portage) is also very easy to use and it's not hard to create your own packages. I usually do this to install scripts and small programs I use for administration, thus making updates and file removal easy.

      Slackware 2.0 was the first linux distro I've ever used and I was a happy slackware user until november last year, when I switched over to Gentoo. I had already been using FreeBSD in most places since 2000 because the ports collection was so good. The only thing I can tell, is that the portage system is even better and Gentoo is the best distro on earth!

    9. Re:So is this a distro for broadband users ? by sgtrock · · Score: 1

      Well, what's wrong with putting out a basic system CD set every once in a while so those of us on slow systems can start out with that, then update as needed?

  10. Re:Do We Really Need Another Dsitro? by Anonymous Coward · · Score: 0

    One might also ask do we need another windows distro? Nothing wrong with having a choice.

  11. The new iMac by burtonator · · Score: 4, Funny

    Gentoo also has a picture of the new iMac

    :)

    What the hell is that thing anyway?!

    1. Re:The new iMac by Anonymous Coward · · Score: 0

      That is a character from a never finished video game called WallyWorld. Daniel Robbins was a graphics artist for Psygnosis before he moved to Albuquerque, where he produced some graphics for other games. I think it was called a Zort. After becoming disenfranchised with windows/dos he started working with Linux and he reused the graphic as a logo for Gentoo.

    2. Re:The new iMac by gokulpod · · Score: 1

      i think it is that air-o-net device uses with imacs for wireless communication.

      --
      My mom never taught me to sign.
  12. Kudos to Gentoo by Kaypro · · Score: 2, Informative

    I've dabbled in every possible Linux distribtution imaginable and have been using Gentoo exclusively for about 6 months now. I must say that I'm pretty sure I've settled on using Gentoo Linux as my sole distribution from now on. I've even gone ahead and put them on some production servers as well. Between portage and the ability to have a system that's totally optimized for your particular hardware is beyond perfection. This may not be a newbie distribution but for most hardcore Linux users and even those with some serious servers on hand, Gentoo takes the cake. The first time I tried Gentoo I was blown away at the clean file system, powerful portage system, and shear increase in speed that I had gained. If you give it a shot, you'll be hard pressed going back to another ditribution. I HIGHLY recommend giving it a shot. For those you go ahead and try it, don't be set back by the time it takes to install. It will take a while (I mean youre basically building the whole system from scratch) but it will be worth the wait. If for the speed alone.... it's great. Ok... I'm done plugging Gentoo (just a user, not part of the Gentoo team or anything). So give it a shot some weekend... if nothing else.... you'll learn a lot!

    Cheers!

    1. Re:Kudos to Gentoo by i_am_nitrogen · · Score: 2

      Sure, Gentoo's nice, but... Even on fairly decent hardware (Duron 850@1GHz), compilation takes FOREVER. Who on earth has three days to spend selecting, compiling, and installing various packages? Everything definitely was faster, and bootup was 4x shorter than Mandrake, but sheesh. Now that I'm working full time, I don't have time to set up and install a source-based distribution to the point of productivity. Also, for some reason, no matter how many times I recompiled X and various libraries, Quake 3 would always hardlock on spawn.

    2. Re:Kudos to Gentoo by Kaypro · · Score: 1

      I agree.... compilation is time consuming, but understandable. I think making the i686 and ix86 versions available will at least help in getting a base system setup quickly. For the most part you only have to do it once. After that its pretty much minor upgrades here and there. Not much different than the time it takes using Debian and apt-get for upgrades.

    3. Re:Kudos to Gentoo by Bi9Kahuna · · Score: 1

      I'll echo that! I've just gotten my gentoo system up and running last week, and it's incredible. My main system is a PIII 966 with 512 MB of RAM and it's running RH 7.2. My installation of Gentoo onto my old Celeron (overclocked to 450 MHz) with 256 MB RAM feels faster than my main machine... The hype about it being fast is for real. :)

      Try it out!

  13. Re:Things To Do Today by Anonymous Coward · · Score: 0

    I would recommend reversing this order.

  14. Just Like Sorcerer? by Webz · · Score: 2, Interesting

    Is this somewhat like Sorcerer Linux? The mention of automagical scripts and optimized installs made me think of it right away... Since I'm no Linux guru, anyone care to shed some light?

    1. Re:Just Like Sorcerer? by al3x · · Score: 5, Informative

      Yes, it is like Sorceror, and the two projects began around the same time. However, I would venture to say that Gentoo is less of a "hobbyist" effort, with an eye more towards production servers. They have the support of some cool companies, and generally feel more "professional" than Sorcerer without loosing geekiness. And, of course, the Sorcerer community recently split, so those looking for a long-term commitment on their distro might feel safer with Gentoo.

    2. Re:Just Like Sorcerer? by asteinberg · · Score: 1
      And, of course, the Sorcerer community recently split, so those looking for a long-term commitment on their distro might feel safer with Gentoo.

      While what you say about Sorcerer is for the most part true, it should be noted that the "post-split" Sorcerer community, of which I am a (very small) part, has actually stabilized significantly, and is probably now at a point where it is more dependable longterm than it was under its original leadership. Specifically, there was one person, Kyle Sallee, in control before, who did an admirable job given the vast amount of work required for him. However, he often refused to be flexible in his ideals, so when people made suggestions, instead of considering them, he would get angered and insulted by them. Anyway, to make a long story short, it is now run in a much more democratic fashion, and the people in charge are constantly putting safeguards in place to make sure that they won't screw everything up if they suddenly decide to "abort" the project in a way similar to what Kyle did a month ago.

      The new Sorcerer is growing quickly, and it's definitely something worth taking a look at (and the same can be said about Gentoo). While both distributions clearly have a lot of the same benefits, one thing that I must say is nice about Sorcerer is the built-in mnemonic it has for its commands. While some find the commands corny, they are definitely easy to remember and it makes installing programs pretty fun. Just type "cast name-of-program" and Sorcerer takes care of the rest. Typing "sorcery update" will update the "grimoire" (database of "spells" or programs) and then automatically update any programs that are dated (after asking you to confirm, of course). For those concerned about stability, I think a new version of Sorcerer supporting separate "stable/test/devel" grimoires is in the work (like Debian, though the stable version would still be far more up-to-date). Another nice feature of Sorcerer is its fairly straightforward, guided installation (though of course this is still not as newbie-friendly to set up, as, say, Mandrake, I found it very usable after only a few months experience with Linux and I definitely learned a lot by using it). Finally, it's really nice and easy to create new spells; if you want a program added to the grimoire, it's generally just a matter of copying one or two files from another spell and modifying a few fields to reflect different download urls/filenames.

      Hopefully I've sold a few of you on Sorcerer - I encourage you to give it a shot (as well as Gentoo, which from what I hear is also great). The web site is sorcerylinux.org, oh and while the documentation isn't yet that comprehensive, the mailing lists are very helpful for finding out stuff, so feel free to ask there (see the web site for info about the mailing lists).

      --
      The first ever Ultimate Frisbee video game: here (now
  15. Gentoo's portage is nice... by rsidd · · Score: 5, Interesting
    I mainly use FreeBSD and when I wanted to install linux on my second partition, I picked gentoo because of its "BSD-like" ports system. Personally, it has some nice features and improvements over the FreeBSD system, the flip side is it may take more disk space. For example, it seems to automatically figure out the contents of the package, by first installing in a dummy area and then copying it all to the real destination. (That's basically what you're recommended to do when creating a port in FreeBSD, but it's not automatic.)

    The number of ports available doesn't compete with FreeBSD (or, I imagine, the other BSDs) at this point, but that could change quickly.

    On the minus side, some of the author's tuning instructions are dubious, or downright silly. He recommends using "noatime" in the filesystem everywhere -- now that may be ok for /home, or for /usr, say, but for /var, which holds mailboxes, it's not a good idea -- the atime is used to tell whether you have new mail. (In fact, the default partitioning doesn't even create a separate /var or /tmp, and the install guide doesn't suggest you do it. This is not unique to Gentoo, it's a common attitude in the linux world, but it looks like a bad idea to me.)

    Also, the global CFLAGS sets -O3, which looks overambitious to me -- the only change -O3 has over -O2 is function inlining, which sometimes helps and sometimes hurts, you definitely don't want to build your system with it. (The FreeBSD project doesn't support anything beyond -O, though I generally have no problem with -O2.)

    Anyway, it's easy to fix these small caveats. (Another good thing is Gentoo doesn't clobber your config files when you upgrade; however, something like FreeBSD's "mergemaster" for upgrading /etc would certainly be welcome.) That apart, Gentoo looks like a nice system and I'm happy with it.

    1. Re:Gentoo's portage is nice... by athakur999 · · Score: 5, Informative

      I'm not familiar with FreeBSD's mergemaster, but Gentoo has a nice utility named "etc-update". I think it's in the gentoolkit package. It'll find the config files that need updating, show you a diff between them and choose to keep your old one, use the new one, more merge them together.

      --
      "People that quote themselves in their signatures bother me" - athakur999
    2. Re:Gentoo's portage is nice... by Anonymous Coward · · Score: 1, Informative

      Also, the global CFLAGS sets -O3, which looks overambitious to me -- the only change -O3 has over -O2 is function inlining, which sometimes helps and sometimes hurts, you definitely don't want to build your system with it. (The FreeBSD project doesn't support anything beyond -O, though I generally have no problem with -O2.)

      From my experience with Gentoo, -O3 is reasable. My system is stable. Never had a problem with it.

    3. Re:Gentoo's portage is nice... by rsidd · · Score: 1
      It'll find the config files that need updating, show you a diff between them and choose to keep your old one, use the new one, more merge them together.


      That's exactly what I was looking for (and what mergemaster does). I can't find it in my Gentoo in any of /sbin, /usr/sbin, /bin, /usr/bin (I last updated the system around 2 weeks ago). Where is it, which port does it come with?

    4. Re:Gentoo's portage is nice... by rsidd · · Score: 2

      Sorry, found the gentoolkit thing in app-admin -- I don't have it installed. I'll give it a try soon.

    5. Re:Gentoo's portage is nice... by be-fan · · Score: 3, Interesting

      I never really understood the rationalization for having seperate /var or /tmp partitions on a single harddrive. It just makes filesystem space allocation less dynamic and flexible. In general, most installations don't bang /var and /tmp hard enough to necessitate putting them on seperate drives, and its a little unreasonable to expect documentation writers to cater to those with very specific needs for /var and /tmp (like news servers). Also, I don't quite understand how lack of atime can effect whether you have new mail. If mail is stored in one big file (which is an evil practice that should be relegated to the dust-bins of history) then mtime is what should be read. If mail is stored as seperate files, then its the mtime of the directory which should be read.

      --
      A deep unwavering belief is a sure sign you're missing something...
    6. Re:Gentoo's portage is nice... by bkw · · Score: 1

      noatime everywhere is silly? Come on! Sacrificing performance of a whole partition just to have your shell say "You've got SPAM[tm]" is what is downright silly. I use noatime since ages on everything (mail comes from imap anyway) and won't look back.

    7. Re:Gentoo's portage is nice... by Anonymous Coward · · Score: 0

      Short answer: having /var and /tmp on the same partition enable a user to fill /tmp and prevent the system of logging subsequent attacks.

      Longer:

      You can mount /tmp with dangerous options (async) and wipe it at reboot.

      You can mount / read-only so no-one will be messing with your kernel and configuration files (and use the appropriate secure-level so no-one can remout it read/write without access to the console)

      You can mount /usr read-only.

      You should separate /var and /home to prevent some not-so-clever DoS attack, prevent executing from /var, prevent setuid from /home and enable remote-mounting of /home.

      In one word, all those partitions have different characteristics (ro vs. rw, local vs. remote, with or without executable, with or without important data)

    8. Re:Gentoo's portage is nice... by pben · · Score: 3, Informative

      The Filsystem Hierarchy Standard has a good explaination on what /var and /tmp should be used for. You can pickup a copy at http://www.pathname.com/fhs/.

      Files in /tmp should be disappear when the app is shut down. Put files in /var if you need them between instances of the app.

      It doesn't make much differance when there is only one user but is very important when there are many users.

    9. Re:Gentoo's portage is nice... by rsidd · · Score: 2
      In general, most installations don't bang /var and /tmp hard enough to necessitate putting them on seperate drives,

      You'd be surprised how often /tmp gets filled up if you're not careful. Yes, it doesn't particularly matter if you're a laptop user but it does matter if it's a server or even a multi-user workstation. You don't want people to be locked out of their accounts because the lack of a separate /tmp filled up the entire root filesystem.

      BTW, it's also good practice to make a small / partition and a larger partition for /usr etc (as the BSD's do, and as the Linuxes usually do not). The reason is that, in case of filesystem damage, you have a better chance of at least being able to boot to single-user mode and fix things from there.

      As for /var, of course, you should have an idea of its required size before doing the installation; if it's not a server there's probably no harm in symlinking it to /usr/var or something.

      Also, I don't quite understand how lack of atime can effect whether you have new mail. If mail is stored in one big file (which is an evil practice that should be relegated to the dust-bins of history) then mtime is what should be read. If mail is stored as seperate files, then its the mtime of the directory which should be read.

      Yes, but once you have read the mail, you don't want the mailbox to be showing "new mail" any more. That's where the atime comes in. If the atime is newer than the mtime, you don't have new mail. Ditto for a maildir type system.

    10. Re:Gentoo's portage is nice... by Vairon · · Score: 2, Informative

      Actually, -O3 does both function inlining AND invokes -frename-register which makes use of left over registers after regular allocation -- in short adding more performance for machines with lots of registers.

      Also, in cases where -O3 is too progressive for a package, like glibc, the Gentoo package overides the -O3 and uses -O2 (in that specific instance)

    11. Re:Gentoo's portage is nice... by Anonymous Coward · · Score: 0

      "Yes, but once you have read the mail, you don't want the mailbox to be showing "new mail" any more. That's where the atime comes in. If the atime is newer than the mtime, you don't have new mail. Ditto for a maildir type system."

      Apps should just remember the last time they checked, rather than screwing around with atime -- atime is usually more code, and extra system calls.

    12. Re:Gentoo's portage is nice... by Anonymous Coward · · Score: 0
      I have nothing against your points, but I'm taking this opportunity to have a little filesystem rant. :)
      You can mount / read-only so no-one will be messing with your kernel and configuration files (and use the appropriate secure-level so no-one can remout it read/write without access to the console)

      / can almost be mounted read only, but there are some problems: /etc has to be on the root partition, and /etc/mtab has to be a writable file on that partition. It's been awhile since I checked on this, so if this has changed, I'd love to know. Why this file must be written on disk and not just be virtual (similar to a /proc file) is beyond me. It would solve the whole problem.

      You can mount /usr read-only.

      Yes, and with good reason, /usr shouldn't change after installation on a production system. What bugs me about this is /usr/local changes a lot. I'm not sure why it wasn't made to be a root level directory, like /local or something. I usually symlink mine to that effect. These should also be mounted read only (and could be if / could be):
      /bin, /sbin, /lib, and maybe /boot
      They shouldn't change after installation (except during a kernel upgrade, in which case remount them rw temporarily)

    13. Re:Gentoo's portage is nice... by be-fan · · Score: 2

      But, can't you just change the "viewed" attribute on the file from false to true? Oh, wait, this isn't BeOS... ;)

      --
      A deep unwavering belief is a sure sign you're missing something...
  16. Gentoo's got some great tutorials also by DrunkenPenguin · · Score: 4, Informative

    I've been using Gentoo for the last 6 months or so and I've been very impressed. The speed is simply amazing - no other distro is this fast and clean. Gentoo is also very well documented! Daniel Robbins, the main man behind Gentoo has written some excellent tutorials which can be found here. I suggest you go and have a look. I have learned a lot by reading his tutorials. BTW, do you know where that name "Gentoo" comes from? Gentoo is a species of a small and fast penguins ;)

  17. Guidance, please? by n2dasun · · Score: 1, Interesting

    I always liked that I could run Linux on old hardware. Is there anyway that I can install Gentoo or Sorcerer Linux on an old 386 with 16mb of ram? The posted minimum specs to install them are a little more daunting than this.

    --
    I'm determined to reclaim my karma. Now, if I can only find a groundbreaking article and something witty to say....
    1. Re:Guidance, please? by Anonymous Coward · · Score: 0

      You're worried that it wont install on a 386 with 16MB RAM??? Jesus Christ you're a cheapo. This is 2002, not 1990; go buy a used P200 for $80.

    2. Re:Guidance, please? by ibbey · · Score: 2

      You probably could install Gentoo on this system, but you wouldn't want to. The compile process on such a slow machine would likely take weeks. Sorceror requires 1GB of virtual memory for the install, so that's probaly out also. Stick with Red Hat or the like & you'll probably be much happier.

      On the otherhand, it is possible to compile on a fast machine & install to the solwer machine. There are some documents detailing this process, and people on the mailing list have done it, so it is possible, but I'm not sure how easy it is. Might be worth looking into if you want to setup several slow machines.

      (Note, though, that I tend to agree with the previous poster. With the price of hardware nowadays, it's not going to be worth the hassle for most people)

    3. Re:Guidance, please? by Arker · · Score: 2

      You could certainly run Gentoo on that system. But you wouldn't want to compile on it. You'd want to have another, faster machine do the compiles for it.

      If you don't have the luxury of a faster machine to serve as a compile farm, I would say just get Slack instead.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    4. Re:Guidance, please? by n2dasun · · Score: 1

      actually, Mr. Coward, I'm just trying to look for something to do with a some ancient computers that my aunt got at a school auction. My computer is a 1.33GHz Athlon T-Bird with 640mb of ram, 70 gigs of HD space, a Geforce MX200 64mb, with onboard sound, cable modem, blah blah blah. Excuse my wanting to tinker around on an old system. Better yet, dont post here, kid.

      --
      I'm determined to reclaim my karma. Now, if I can only find a groundbreaking article and something witty to say....
  18. Explain... by Mydron · · Score: 1

    Whats the philosophy behind Sorcery Linux... examination of the link informs me that its 'so advanced it might as well be magic', but it is apparently not quite at the telepathic stages yet.

    There is almost no information on the website, except cryptic install instructions, a long explaination of the developer heirarchy and uber-cute magic-themed nomenclature. ("Can I cast spells in runlevel 3" -- umm, huh?)

    Nothing about what it actually is!!

    1. Re:Explain... by Zach978 · · Score: 4, Informative

      You bring up good points. I'll work on a "New to Sorcerer" FAQ section for the site. We've just reorganized after the leader of the project went awall. He just took off without helping to ensure continued development. So we have reorganized a new team and have been trying to get the website together with some better documentation. This FAQ is from the old Sorcerer site, which is back up after being taken down by Kyle, the former leader of the project. We'll probably have more on the new site soon.

      --

      "I told you a million times not to exaggerate!"
  19. Uhm by Flous · · Score: 1

    I'm just polishing my shiny new 1.0-rc6 install of gentoo (and madly enthousiastic about, best distro ever IMHO).

    What's the difference between 1.0 and 1.0-rc6? I can't seem to find a changelog anywhere.

    For those in doubt: check it out, I think you'll be pleasantly surprised.

    Greetz

    1. Re:Uhm by ibbey · · Score: 2

      I'd just install what you have. aller will automagically download the newest versions of the packages, so there is no real advantage to download the latest ISO.

    2. Re:Uhm by ibbey · · Score: 2

      ...have. aller...

      Oops. That should say "...have. The installer..."

    3. Re:Uhm by Flous · · Score: 1

      thnx

  20. My Gentoo Experience by al3x · · Score: 5, Informative

    I became interested in Gentoo when a source distribution sounded like an interesting challenge, and just different from the usual binary distros. I chose it over Sorceror because at that point the Sorceror world was falling apart (some ex-Sorcerors have found their homes with Gentoo, btw). I found the Gentoo documentation to be right on course, and the install was comfortable and informative if you're used to Linux/BSD (it's not for the newbies, but it would make a good learning experience). The portage system is wonderful, it has all the graces of APT and more, is amazingly current, and can do "fake" installs ala OpenBSD (one my favorite *nixices). Getting your system going may take a few hours while stuff compiles, but everything runs smoothly.

    If I didn't have to use a wireless card, I'd be writing this from inside a Gentoo install right now. However, getting my 802.11b card operable proved to be a trial, though the kind folks on the Gentoo mailing lists were beyond helpful. Ultimately I went back to RedHat, as I had lost too much time trying to get wireless support, but this wasn't a fault of the distro, just my crunch for time (note to kernel and pcmcia-cs folks: standardize your functions and modules together!).

    If you're looking for a distro that's very active and, above all, enjoyable, I reccomend Gentoo. It does take some work, and the performance benefits of source vs binary are debatable, but what matters is the pleasantness and effectiveness of the Gentoo community. Daniel Robbins, the project's architect, is really a neat, smart guy, and the other folks involved are helpful and motivated. Using a Gentoo system is great for experienced folks who want serious control while retaining more community than a "Linux from Scratch" build. It's also a great way for a less experienced user to get familiar with Linux, or a good bridge from Linux to *BSD (if you need one). I don't think the folks out there saying "yet another distro?" understand that the beauty of the open community is choice. If you don't like it , ignore it, but good things are happening around Gentoo.

  21. First person experience by CyberDruid · · Score: 5, Interesting

    As a Gentoo-user since, hmmm, early november I think (when rc6 was just released anyway), I can testify that it *ROCKS*. Thinking back to the time when I had to bother with the dirty RPM's of Mandrake, I don't think I could ever go back. In this way, all I have to do to keep my system updated with the latest versions and the latest security patches is type 'emerge update' or if I'm not gonna touch the computer for a while, 'emerge update --world'. The entire dependency nightmare from using RPM's is also gone. If you emerge something that needs a lib or whatever, the program neatly emerges all dependencies first.
    Also, the guys behind the distribution definitely seems to know what their doing. In conclusion, if you are not afraid of compiling your own kernel and you can live with having to edit a few of the files in /etc for customisation, you should definitely give this distro a try.
    Mmmm.... I can feel myself growing into a zealot ;)

    --

    Opinions stated are mine and do not reflect those of the Illuminati

    1. Re:First person experience by Anonymous Coward · · Score: 0
      Wow. That's really great and all, but that's sort of like hearing someone say that a 486 "*ROCKS*" who previously used a 286.

      So, you say Gentoo "*ROCKS*," but then you go on to tell of how your previous experiences were with RPMs and Mandrake. Well no fucking shit! My big COCK would be better than Mandrake and its RPM system, and then you'd be saying it "*ROCKS*," too. No offense buddy, but you're not helping.

      Can someone who has used something like FreeBSD, Debian or Slackware on the desktop for extended periods of time tell us this "*ROCKS?" I quite doubt it. In fact, I would estimate that CyberDruid is well on the path to switching OSes again to either a better Linux distribution (Debian, Slackware) or a better OS entirely (FreeBSD). It's really quite unfortunate that newbies have to tell us something "*ROCKS*" without specifying more clearly that they're clueless and not to be taken seriously. I long for the day that outgoing advice is a) more common from experienced users and b) only from experienced users.

      In short, Gentoo probably doesn't rock, FreeBSD does, and we already fucking knew Mandrake is awful.

    2. Re:First person experience by ChuckX · · Score: 4, Informative
      Can someone who has used something like FreeBSD, Debian or Slackware on the desktop for extended periods of time tell us this "*ROCKS?" I quite doubt it.
      I can. I still use Debian on my other machine, but I installed Gentoo on my desktop computer at about the same time CyberDruid did. I've previously used both Debian and Slackware as my primary operating system (for extended periods of time). I've always had a Windows 2000 partition to fall back on for games and such, but Gentoo has provided such a good user experience that I've done away with the Win2K partition altogether.

      The portage system surprised me just as much as apt did when moving from an RPM based distribution. I haven't gotten around to trying any of the *BSDs, so I had no idea what they were referring to when describing it as a ports-like system.
      In short, Gentoo probably doesn't rock...
      If you haven't even tried it, why are you deriding it?

      -chuckx
    3. Re:First person experience by Anonymous Coward · · Score: 0

      hmmm..can we say negative, defensive, and a little bitter??? Sounds like you got more issues then the current discussion.

    4. Re:First person experience by Baki · · Score: 2

      As a long time FreeBSD user (and I keep running it on my "server") I can say that Gentoo is the best Linux distribution I know of today. I've been using Slackware occasionally (even before FreeBSD existed, back in 0.98 kernel times) and until recently, but now for my desktop I have installed Gentoo.

      I would have installed FreeBSD if vmware3 would exist for it though. But as far as the ports/package system is concerned, portage surely is the most advanced available today (including all Linux package systems and FreeBSD-ports).

    5. Re:First person experience by Flous · · Score: 1

      It always strikes me how the 'more experienced' users bash everything that tends to be popular. 'cause poular means that a lot off people might get interested in it (or probably already are), and start using it.

      Yeah, I know, when jack&jane start using linux, you will not be l33t anymore. John Doe and Frank Smith might use the same thing you are using. You go 'hey, I use linux, pretty cool huh', and they go 'So? My grandma uses linux also...' You can't bear not being special anymore, so you go 'fuck linux, it sucks anyway, I use *BSD'

      Not to mention your attitude against those new to the matter. Calling them 'clueless newbies' not only makes people not want to ask questions (and thus stay away from the matter completely), it also makes you look devastatingly st00pid.

      There's no such thing as 'the better linux distro'. If you've never installed linux before, stay away from slack, debian or gentoo (altgouh the latter is fairly easy imho, if you follow the install tutorial). Go with mandrake, SuSE or even Lycoris Desktop/LX (or LindowsOS, if it proves to be what it claims it will be...)

      Stop dissing people for using some distro, or even some OS. Sure, you can try to 'enlighten' them, but _never_, _ever_ take stabs at so called 'newbies'.

      Greetz, Flous

  22. Gentoo is a very small Penguin by billstewart · · Score: 3, Informative

    use Google to look for Penguins and skip over all that Linux stuff. You'll get to things like Pete and Barbara's Penguin Pages

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  23. Signifigance of the name Gentoo by Monkelectric · · Score: 5, Informative
    I used to be involved with these guys when they were called "Enoch" ... I was working on some automatic compiler optimization thing (which I never got working straight) ...

    Anyways, one day the boss decided to change the name, and we had a meeting ... and the patron saint of linux is obviosuly the penguin... So I found some sites about penguins that said that the "Gentoo" penguin was the fastest and best swimmer ... and it stuck ;)

    --

    Religion is a gateway psychosis. -- Dave Foley

    1. Re:Signifigance of the name Gentoo by JahToasted · · Score: 1

      Thanks... I thought it was a play on "generation two"... well i guess it still could be

  24. Broadband costs 100x more than a nice computer by yerricde · · Score: 2
    Yeah, and what about those without a cd-rom drive|electricity|computer|etc? That's so unfair.

    You were trying to make a joke by comparing the costs of hardware to the costs of network infrastructure. Your joke doesn't add up. For some users in the United States, initially setting up broadband Internet access can cost a hundred times more than the price of a relatively high-end computer system. In some cases, adding broadband Internet access to a family's telecommunications package may cost upwards of $200,000.

    --
    Will I retire or break 10K?
    1. Re:Broadband costs 100x more than a nice computer by Anonymous Coward · · Score: 0

      Yes but most people won't move in order to get DSL. Thats the _only_ reason that it could cost "upwards of 200,000USD". The price sited in the article is talking about moving costs.

    2. Re:Broadband costs 100x more than a nice computer by Anonymous Coward · · Score: 0

      Well then no faminly is going to pay $200000 for broadband, are they Einstein?

    3. Re:Broadband costs 100x more than a nice computer by ibbey · · Score: 2

      I'm assuming that this post wasn't a troll, though from your rant, I suspect that it actually was meant that way. Nonetheless, I'll reply...

      I don't think the previous poster was making a joke at all, though it was clearly intended to be sarcastic. I believe that he was pointing out the stupidity of the argument that Gentoo was a bad idea since it required a broadband connection.

      If you don't have broadband, don't use Gentoo. You will probably not be happy with the overall experience. Is that a flaw in it's design? Not really, since the real advantages of it's design are directly due to it's network connection.

  25. Netboot Installs for Small Distros, incl Gentoo by billstewart · · Score: 2
    Gentoo Alternate Install Directions

    The big reason that I want a small Linux distribution instead of a 15-CD RedHat set is so I can run Linux on wimpy machines. I've got a number of antiques hanging around my lab doing nothing, and few of the Pentium60s and none of the 486s have CDROMs, and all of them have wimpy disk drives. Netbooting is important - it makes it possible to install the basic operating system on a small machine and get it up and running, with the disks partitioned enough to install any other software.

    It's also important to have distributions that can install the basic system from one CD! (Or alternatively, at least to be able to install it from separate CDs that aren't all merged into one ftp directory.) Even most of my server machines don't have enough space to copy multiple CDs to one filesystem for FTP, so it's also really important to be able to work with separate CD images - ideally to mount the CDROM and publish it with FTP, or at least to have the different CD images stashed in different directories (which also makes it possible to do two-CD sets by storing one in ~ftp/pub/linux/cd1/ and symlinking or mounting the CDROM for the other disk.)

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  26. Re:Do We Really Need Another Dsitro? by PhilCooper · · Score: 1

    I'm not a great Windows fan, but surely that analogy is not quite right..

    Each windows "distro" as you say it is actually more like a kernal updrade - an entire update to keep abreast of technological changes, not just another way of getting the same?

    Maybe my arguments flawed. :D

  27. Need. by 1%warren · · Score: 0, Offtopic
    What we need has never been important in Linux. If it was, Slackware would be the only distro. What people want is what matters.

    If anyone is listening, I want Debian, but with objprelinked kde =].

    --

    Full plate and packing steel! -Minsc
  28. Re:He's got the... by Anonymous Coward · · Score: 0

    d00d! d0 j00 h4v3 4 h4c|k3d p455\/\/0RD f0r suicidegirls.com ?

  29. GARsh that's cool! by Syberghost · · Score: 1, Interesting

    A Linux distribution with a BSD-like ports system. How revolutionary.

  30. OR... by djcdplaya · · Score: 0, Troll

    or, you could just get a *BSD. Save yourself a lot of time and trouble, and learn a solid, logical os.

    1. Re:OR... by Anonymous Coward · · Score: 0

      He , he ! but nobody seems to listen ;-( and they want to reinvent the wheel, and badly

  31. ME TOO by Anonymous Coward · · Score: 0

    Me too!

  32. I run Gentoo by dcstimm · · Score: 1

    I run gentoo and its amazing, if I want Mozilla 0.9.9 I type emerge mozilla and its perfectly installed. Gentoo is amazing, fast, I can even say perfect. this is the best distro ever in my mind.. Every app is compiled FOR my system and gentoo doesnt use any Binary packages. If you want a speedy install you can use the precompiled packages. And if there isnt a package you want you just write a simple ebuild for your package. sudo emerge phpnuke for example....

    1. Re:I run Gentoo by Anonymous Coward · · Score: 0

      I run Debian and it's amazing, too. If I want to compile Mozilla from source automatically, I type "apt-get source mozilla -b". In fact, I could use a simple alias (which I do) so that I need to say "build mozilla". If I don't want to deal with downloading and compiling a ~30MB archive to get a new feature or two, I type "apt-get install mozilla" and download the binary package.

    2. Re:I run Gentoo by Anonymous Coward · · Score: 0

      > Every app is compiled FOR my system and gentoo doesnt use any Binary packages.

      ..and you've done benchmarks so you know that the locally compiled stuff has a speed advantage over binaries, or you're just guessing/wishing?..

    3. Re:I run Gentoo by Cheesy+Fool · · Score: 0

      Which is usually two packages out of date even using sid.

      --

      Hail to the king, baby!
  33. This looked promising... by JanneM · · Score: 2

    I've been on the lookout for a decent distribution I can customize heavily. I have a P133 laptop with a 1.2Gb HD, and I really like the machine (excellent footprint, good screen, best laptop keyboard I've ever used). To get the most out of it, I really need something that is easily customized. Right now I run RedHat 6.2 on it, but it's time to move forward.

    I like the idea of a source distro; 5% to 10% performance matters a lot more on a machine like this, than on a large, modern desktop. Unfortunately, Gentoo seems not to be the distribution I was looking for. I would not mind long installation time, but the recommended minimum specs (especially disk space) is way over this little machine, and it seems like a fairly substantial hassle to install it without a CD-ROM.

    Does anybody have a recommendation for a distro that can be built small and efficient enough to for this machine, and does offer decent support for all those laptop-centric issues like no CD, networking through PCMCIA and so on? I've been considering Debian as a possibility but I feel that too seems a little heavy. Roll-your-own distros could be fun, but they generally assume you'll be able to boot and install from a CD at the end of the process. Also, this extreme form of customization means you are all on your own, with nary a mailing list archive to search through if you get into trouble.

    I can't be the only one with this problem; any feedback would be welcome.

    /Janne

    --
    Trust the Computer. The Computer is your friend.
    1. Re:This looked promising... by lactose99 · · Score: 1

      Sure, try FreeBSD :>

      Seriously, I just installed FreeBSD on an old NEC Versa 4000C laptop (P75, 24MB RAM, 6GB HDD) and it works great, sans the minor adjustments I had to make for various components (Xircom 10/100 realport NIC-- not cardbus, ESS sound chip). Base install was just over 500 MB, system sources included. The nice thing about FreeBSD is that you can completely rebuild the system from source after its installed (in fact, it is suggested as keeping part of the STABLE release branch). Once I let the machine sit overnight and recompile itself, it did improve performance a little (much more so on a faster machine, but there you go).

      --
      Fully licensed blockchain psychiatrist
    2. Re:This looked promising... by slashRULElurker · · Score: 1

      check out the RULE project to install Red Hat 7.2 on less capable systems.

  34. Just run FreeBSD by Anonymous Coward · · Score: 0

    If you want the FreeBSD ports system, just
    run it on FreeBSD, which is more stable
    and cool anyways.

    1. Re:Just run FreeBSD by Anonymous Coward · · Score: 0

      This is not meant as a flame, but a legitimate question from a desktop linux user. Is FreeBSD a good desktop system, and how's the 2D and 3D video hardware acceleration for it?

    2. Re:Just run FreeBSD by SirRichardPumpaloaf · · Score: 1

      Linux and the BSD's all run the same X servers, window managers, desktop environments, etc so from a desktop user's perspective there really shouldn't be much difference. The only exception I can think of is nVidia cards, where I believe you need to use a kernel module from nVidia to get the best 3D performance. Last I heard this was available only as a binary for Linux, so if you're using FreeBSD you'd have to use the XFree driver. For 2D framebuffer-type stuff I don't think there is much difference between the free and vendor drivers, but I don't have an nVidia card so I can't say for sure.

    3. Re:Just run FreeBSD by Cheesy+Fool · · Score: 0

      Yeah, thats really the only thing that stopped me from installing FreeBSD (well and sound support). Gentoo is very nice though and similar to the *BSD's.

      --

      Hail to the king, baby!
  35. Why I like gentoo... by Raleel · · Score: 4, Interesting

    I'ma fairly die-hard redhat user, but I wanted to try out gentoo.

    What impressed me most was the speed once you installed it. It was astounding. My desktop is a 1.2 Ghz athlon with 1/2 a gig of ram, and I saw _huge_ performance gains. I am guessing about 20%, maybe more. Granted, this is not empirical, but it really did feel much faster. Compiler optimizations rock!

    Anyone know of a nice system to be able to rebuild all your rpms with all optimizations? I'm looking for a script that figures out what's on your system, downloads the dev packages it needs, and then recompiles all the .src.rpms with optimizations...

    --
    -- Who is the bigger fool? The fool or the fool who follows him? --
  36. Ports? by Anonymous Coward · · Score: 0

    Crux already has this. And its tiny!

  37. Gentoo Review by ctar · · Score: 3, Informative
    I installed rc6 a few weeks ago.
    This thing is smart, and it works! I am not a programmer, nor linux guru, but their documentation to get you up and running is flawless. I built up a desktop system and have installed all the applications I need and they are all working great. I've avoided KDE completely and run blackbox as a wm. I've successfully gotten my DVD player, CDR, TV Tuner card and sound card working great. Also, MPlayer (which doesn't allow binary installations like RPM) compiled and runs great. (Much better than Windows Media Player)


    When I first read about Gentoo, I was afraid that if software I used wasn't in their portage list, I would be SOL. But, the list of applications available is very comprehensive...There haven't been any applications I've needed that aren't available via their Portage system. As I am not familiar with C, I have always had problems installing programs from source. If the makefile has problems, I usually can't figure out what to change in order to get it working...But, I haven't had any installations fail in Gentoo. The automatic configuration and dependencies calculation works and works well...


    I can't imagine ever running Red Hat again. My Gentoo system is stable, fast and lean.

  38. what happens to the source? by robatmoofed · · Score: 0

    This looks very interesting, but what happens to the source after a program is installed?

    There is no point having a million .o, .cpp, .c,... files hanging around the system. Does Gentoo automatically remove them? (hard drive space would get used up quickly if not)

    Is there an X based dselect sort of program?
    Why does the site say its based for x86.. wouldn't it be REALLY easy to port to other systems?

    thanks

  39. Re:Why I no longer use gentoo by ezzewezza · · Score: 1

    I swore I hit preview, but those go (in order):
    [drob|away]
    [chadh]
    [drob|away]

  40. !!!DO NOT UPGRADE!!! by chip_s_ahoy · · Score: 5, Informative

    Check out the mailing lists first. The upgrade
    procedure will damage your system. New installs
    are ok.

    Dan Robbins has posted to the Gentoo mailing lists
    with the message not to upgrade until the
    developers resolve the problem.

    1. Re:!!!DO NOT UPGRADE!!! by tongue · · Score: 2

      please mod parent up--and if you're feeling generous, me as well :).

    2. Re:!!!DO NOT UPGRADE!!! by Loranze-Da-Playa · · Score: 1

      I don't know how it has "damaged" my system as currently I am posting using my gentoo box and everything is okay

  41. Re:Why I no longer use gentoo by Anonymous Coward · · Score: 0

    A couple of Muslims blow up some buildings and you're ready to throw any follower of that religion into the furnace. The hypocrisy staggers me.

  42. Re:Not to be a jerk here by Anonymous Coward · · Score: 0

    "Gentoo is a up-to-date distribution that uses 'portage' (a system similar to the BSD ports) to download, compile and configure the installation process."

    should read "Gentoo is an up-to-date..", as well..

  43. Debian too heavy? by CentrX · · Score: 2, Informative

    How is Debian too heavy, when you can do a basic install in 40MB of disk space? You want more stuff, you just install the (not bloated) packages with apt-get. Debian works great on a 486, so even better on a P133.

    --

    "The price of freedom is eternal vigilance." - Thomas Jefferson
  44. A word of caution by xiaix · · Score: 1

    I am happily running Gentoo on a 1ghz Athlon, but I also tried an install on a wimpy machine (P200, 96MB) and it took literally days to get the base install to compile (not that it failed, just took that long to run). When all was done, an emerge update took another 2 days to complete, by which time there were more updates.

    If you are running on an underpowered machine, be prepared to wait... a lot.

    But once it is done, it seems worth the wait.

    --

    Have you read the Moderator Guidelines yet?

  45. Re:Why I no longer use gentoo by robatmoofed · · Score: 0

    Some of my closest friends are Muslim. To me, religion makes no difference to how good, or how bad a person is.

    (i'm agnostic)

    However, some religions seem corruptable. ie christianity, islam
    there always seem to be some people being blown up in the name of one of them.

    If I followed a relgion, it would be buddhism.

  46. Re:Why I no longer use gentoo by Anonymous Coward · · Score: 0

    I hate to get sucked in, but


    1) ezzewezza: being Muslim dosent make you some psychotic killer just like being African American dosent make you into a rapist and being Catholic dosent make you a pedophile and being a German dosent make you a facist. Be careful of being worse than what you attempt to uncover in others.

    2) In the chance that you think the displayed view of Muslims is off-color, consider the fact that your quote is taken entirely out of any context and that there have been alot of idiots running around with figurative "kill all muslims" t-shirts (hence my #1 above).


    3) Whomever moderated this to +1 has serious issues.

  47. Slackware by ljaguar · · Score: 2, Insightful

    Real men use Slackware.
    No RPM. Not very friendly install. You better know what you are doing.
    Mod me.

  48. I'll try it, but... by autechre · · Score: 2

    I do admit I'm interested in this sort of idea, and I'm sure I'll end up trying it in a machine once I get some spare time (currently scheduled to happen on March 3, 2005 :)

    To answer a few questions I've seen in the comments:

    1. If you want something like this on a "wimpy" machine, then you might look at Debian. I'm sure you've all heard about the magic of apt, which is similar to this, but with binaries. This way, your machine doesn't have to do all that compiling. Leading to:

    2. You can do similar things like this with Debian by using deb-src lines in sources.conf. You can just do "apt-get source " to get the source, along with the patches, rules, etc. to make an officially compliant Debian package from it. You can even add the -b option to build it automatically after downloading.

    3. Debian has binaries for many platforms; they haven't abandoned SPARC, and their PPC distribution has been solid for some time now.

    Anyway, I think that Gentoo is cool and a good idea, but I wanted to make sure this stuff was known. I've done all of the above (run Debian on very wimpy machines, run it on PPC, and had it compile GAIM packages for me, since GAIM isn't in potato, but the sources are available via deb-src).

    --
    WMBC freeform/independent online radio.
  49. Just install the binaries version by chip_s_ahoy · · Score: 1

    You can reduce some requirements by installing the pre-compiled version.

  50. Re:Why I no longer use gentoo by Anonymous Coward · · Score: 0

    ezzewezza,

    You are an idiot.

  51. Re:Why I no longer use gentoo by Anonymous Coward · · Score: 0

    If i could i'd mod you down to -2 flamebait

  52. Gentoo for ppc by pvdabeel · · Score: 2, Informative

    A ppc version of gentoo linux is in the make :-) and will probably be online by the end of the week

    read gentoo-dev@gentoo.org for more information

  53. Bad Headline! by Emil+Brink · · Score: 2

    Yeah. As the author of the gentoo filemanager, I really wish the headline here would have included the phrase "Gentoo Linux", to make it clear. Not that the risk for confusion outside my own head is, er, overwhelmingly large, or anything. Incidentally, I just released 0.11.23 of gentoo-the-filemanager-for-GTK+ yesterday, if someone would like to try it out...

    --
    main(O){10<putchar(4^--O?77-(15&5128 >>4*O):10)&&main(2+O);}
  54. Why Gentoo ? by Anonymous Coward · · Score: 0

    These days, new distrobutions are coming along almost daily. I have been using gentoo for about 6 months now and have found it to be the most genuine distro available.

    Clearly, not for beginners, thats a fact, but it is for people who give a damn about how their system works. Its LFS for people who arnt saddistic, and actually want to do something with the system.

    Its portage system is unique to linux, updating, changing, removing packages. You can step through each part of the build and make it *your* baby.

    The portage system also allows you to build each individual package optimised for your machine, you got an althon, enable the athlon C optimisations.

    Portage also allows a commoner to easily build custom packages. If you feel that there is something to add, the portage config type files are easy to read, and simple to follow.

    The developers of gentoo actually listen, which is unique to a linux distro these days. I can remember my days of #debian on openprojects about a broken perl in SID, and being ignored for 4 weeks.

    Once again, you will need to think to use Gentoo, but it is well worth your while. I am looking forward to seeing the progress of this distro in the coming months, as it has come so far even in this short time.

  55. Wow, this sounds vaguely familiar by RunzWithScissors · · Score: 0

    So Gentoo has ext3 and reiserfs support, hmm, have you seen Red Hat? Gentoo has an easy way to install packages and can even do it from a connection to a ftp or http server, and uses this process to do the distro install...Sounds an awful like RPM. I realize that Portage has a few more features, but this is far from innovative. Dependency based start-up scripts???? Come on that's so 1985 System V!!

    I'm sure the people at Gentoo put a lot of work into their distro, but I think that calling it innovative is a bit of a stretch. Besides companies like Red Hat and Suse offer features to maintain the install base. I see no mention of that it the description of Gentoo. Maintaining one, two, ...five machines by hand is OK, but what about 1000?

    No offence, but I need some more content before I go jumping on the Gentoo bandwagon.

    -Runz

  56. Re:Why I no longer use gentoo by mindflux · · Score: 1

    What on earth does Daniel Robbins view on muslims have to do with you using linux?

    First, You posted 3 lines from a conversation, there could be more to the story than just this.. for all *WE* know you could be trying to belittle him.

    Secondly, I don't see anything in those 3 lines that are *WRONG*, he said there are some wonderful muslims, just like there are wonderul in every walk of life.