Slashdot Mirror


Gentoo Linux 2004.0 Released

Quique writes "Gentoo Linux is proud to announce the release of Gentoo Linux 2004.0 for the x86, AMD64, PowerPC, Sun SPARC, and SGI MIPS architectures. Additionally, the Gentoo Hardened team is announcing the inaugural release of a security-enhanced Gentoo platform for the x86 architecture. Installation stages, LiveCDs, and GRP sets can be found on the mirrors. More information about the Gentoo Hardened project can be found on its project page. For more information, please consult the documentation, mailing lists, user forums and official IRC channels. The new Gentoo Store has also been announced." I've put more of the release notes below - might also be worth checking out the tutorial for LPI certification done by the President/CEO of Gentoo; there's also a note about Gentoo's newest meta-release tool, Catalyst below as well. Looks like it's not out yet - stay tuned for more information. " In addition to many bugfixes and security updates since the 1.4 release, Gentoo Linux 2004.0 contains a cutting-edge development toolchain and user environment including, but not limited to, Linux kernel 2.6.3, GCC 3.3.2, GLIBC 2.3.2, KDE 3.2, GNOME 2.4.2, and xfce4.

Gentoo Linux 2004.0 marks the debut of Catalyst, the new Gentoo release meta-tool. Using Catalyst, developers and users can create and customize every aspect of their Gentoo Linux system; from installation stages, to bootable LiveCDs, to customized binary packages for the Gentoo Reference Platform (GRP). For more information on Catalyst, please see the Catalyst project page and online documentation."

21 of 489 comments (clear)

  1. How to upgrade by Anonymous Coward · · Score: 5, Informative

    # emerge sync
    # emerge -uD world

  2. Easy upgrade by koh · · Score: 5, Informative

    Also note that existing gentoo users only need to "emerge -[D]u world" to upgrade to the 2004 release.

    --
    Karma cannot be described by words alone.
    1. Re:Easy upgrade by HuggybearVT · · Score: 5, Informative

      Sure it will. The newest patched kernel sources are downloaded with emerge updates. Sorry, that will take one more command. >> genkernel Done.

    2. Re:Easy upgrade by greenskyx · · Score: 5, Informative

      To upgrade to the 2.6 kernel you need follow the upgrade procedure. Be sure to read about it before you do it or you won't have too much luck.

      Here are some topics on the forum you can take a look at (there are many more, just search!):

      http://forums.gentoo.org/viewtopic.php?t=70838 http://forums.gentoo.org/viewtopic.php?t=110117&hi ghlight=hdparm http://forums.gentoo.org/viewtopic.php?t=117445&hi ghlight=2+6+burner http://forums.gentoo.org/viewtopic.php?p=725814

    3. Re:Easy upgrade by tomstdenis · · Score: 4, Informative

      They do. The GRP cds are stocked with pre-compiled binaries for basically all the desktop packages you could need.

      The point though is who wants bloatware? You can go from nada to KDE in about 900MB. Knoppix is about 1.6GB and Redhat distros are always like 4GB or whatnot...

      Tom

      --
      Someday, I'll have a real sig.
    4. Re:Easy upgrade by vandan · · Score: 4, Informative

      I beg to differ.
      If you had tried Gentoo, you would know about the etc-update script, which takes the pain out of config file updates like you are describing above.
      I've been running our server at work (http://www.nusconsulting.com.au) on Gentoo for over a year now, and it's going quite nicely.
      Looks like you were pointing the finger in the wrong direction with that 'misguided individuals' crack...

  3. Re:Wow... by LittleKing · · Score: 5, Informative

    I know it was probably meant to be funny, but just to clarify, they changed the naming format.

    It goes something like this (I believe):
    There will be about 4 official releases per year and the releases will be named by the year followed by which release it is.

    So since this is the first release of 2004 the name is '2004.0'. The next release should be '2004.1'. The first release next year will be '2005.0' and so forth.

    I hope I got this right.

    --
    Art by Mindy Herman, my wife.
  4. Re:Very well. by m.mascherpa · · Score: 5, Informative

    That's why Gentoo Linux LiveCDs provide GRP (Gentoo Reference Platform): a complete set of precompiled per-architecture-optimized binary packages a-la-slackware (including X, KDE, OpenOffice and more) to speed up the installation process for those who don't want or can't wait for compile process to complete.

  5. Re:Experience with dual-boot? by ultrabot · · Score: 5, Informative

    Has anyone here installed Gentoo on a dual-boot configuration?

    I think these days pretty much all distros are equally good dual-booters. If you have grub, and /boot is big enough to hold the kernel, you can boot pretty much anything.

    As long as you order all the distros *not* to touch your boot config, that is. Install the boot configuration once with a distro you trust, and take advantage of the config with subsequent distros.

    --
    Save your wrists today - switch to Dvorak
  6. Ultra-Sparc, not SunSparc. by djh101010 · · Score: 4, Informative

    A clarification - I just checked out the gentoo page, and they talk about support for Sun Ultra, not SunSparc.

    A Sparc5 is different than an Ultra5... I'm going to try it on one of the Ultra5's I have sitting around and see how it goes.

    It will be nice to upgrade it from the RedHat 5.2 that it currently is running, all things considered.

  7. Re:2.6.3 kernel only from unstable ~x86 by Bishop,+Martin · · Score: 5, Informative

    Don't give out wrong info, all you have to do is emerge gentoo-dev-sources for a 2.6.X kernel

    --
    Setec Astronomy
  8. Re:Experience with dual-boot? by Mr+Smidge · · Score: 5, Informative

    Gentoo's installation guide will tell you how to set up a dual-boot configuration *properly*, with no wizards or anything, just plain old text file editing.

    If that sounds daunting, don't worry because it's as easy as pie. Personally, I use grub, with a config file a bit like this:

    # Gentoo
    title=Gentoo Linux (linux-2.6.1-mm4 kernel)
    root (hd0,1)
    kernel (hd0,1)/boot/bzImage-2.6.1-mm4 root=/dev/hde5

    # Windows XP
    title=Windows XP Professional
    root (hd0,0)
    chainloader (hd0,0)+1

    Dual boot couldn't be easier.

  9. Re:Oh no, by pb · · Score: 4, Informative

    USE flags. They let you compile in (or out!) support for whatever you want in your system, which is great for custom-tailoring your own sets of packages for whatever tasks.

    Otherwise, you could just use the binary packages, and it'd be quite a bit like any other distro. :)

    --
    pb Reply or e-mail; don't vaguely moderate.
  10. Re:My Experience with Gentoo by miracle69 · · Score: 5, Informative

    You can emerge binary only packages in Gentoo. emerge --usepkg gets you the binary only.

    If you still want to compile everything, get distcc and let your beefier hardware do the trick.

    --
    Linux - Because Mommy taught me to Share.
  11. Re:2.6.3 kernel only from unstable ~x86 by afabbro · · Score: 4, Informative

    Not accurate. You can emerge development-sources to get 2.6.3 (actually, 2.6.4-rc1 now). You don't need to use ~x86. Know it 'cause I've done it.

    --
    Advice: on VPS providers
  12. Re:2.6.3 kernel only from unstable ~x86 by VE3MTM · · Score: 5, Informative

    Uh, that's not cool to do that. I did that once, and forgot to take it out, and then I wondered why I suddenly had to upgrade 4 dozen packages (to unstable releases, I soon realized) It's better to specify the ACCEPT_KEYWORDS on the command-line for the single command.

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 Whoops, silly middle mouse button...
  13. Re:Um? by dryan · · Score: 4, Informative

    Probably due to the fact that it's not actually officially been released yet.

  14. Just a clarification... by Pakaran2 · · Score: 5, Informative

    Since all the servers are getting hammered pretty hard, this should be mentioned. If you have run

    sudo emerge sync
    sudo emerge -uD world

    in the past few weeks, there's nothing new out there for you. All you'll get is the new packages (like always) and bragging rights to run a "new version." There's not even a new minor 2.4 kernel version - I've been running 2.4.25 since it was released.

    So, you do NOT need to sync up now. Especially not while half the slashdot userbase is doing so. You're pounding the living **** out of the servers, and for no good reason. If you must get new everything, whether to brag about running "version 2004" or what have you, su to root and set an at job to do so late tonight. Thank you for making Gentoo usable for people who actually NEED to update.

  15. Re:Oh no, by Valar · · Score: 4, Informative

    Someone finally gets it. It isn't the CFLAGS so much as the USE flags. Don't want evolution to build with PDA support? -pda. Want to make sure that nothing on your system gets built with X support (because this machine doesn't run X): -X. Gnome fanatic that wants to be free of all traces of kde? -kde. vice-versa for the kde fans. That's the level of control you can't get on a "binaries only" distro.

  16. Re:Gentoo Notebook Support by dougnaka · · Score: 4, Informative
    "Notebook support" is an arbitrary statement about a specific end use environment.

    So let's go over Gentoo's "support" for anything...
    Gentoo runs the Linux kernel, so your support is going to be the same as any other distro that runs the Linux kernel.
    In Gentoo you have to either a.) configure your own kernel; b.) use genkernel and accept the gentoo config; or c.) use genkernel and tweak the default config (genkernel all --menuconfig)
    I've run Gentoo on my laptop for I don't know how long.. well I'm sure I could figure it out, but it's been well over a year. I have a howto for my laptop brant (HP ZT1150) and it's actually the link in my sig.
    Here's another HP ZT1000 site, and he also runs Gentoo..
    So, without trying to flame you, the "distro" support is, at least, misleading. As the support for things is generally based on the kernel you build, or someone builds for you.
    The real advantages of Gentoo are it's all to easy upgrade path. I used to reinstall Linux every 4-6 months just to get the latest base system. With Gentoo I just emerge system every month or so. It's almost a drawback if you're someone who likes to wipe the slate clean and start over, as there's little reason to...

    --
    My Linux Command of the Day site : LCOD
  17. From the topic of #gentoo by bonch · · Score: 4, Informative

    "Gentoo Linux || ignore slashdot and various other news-sites, 2004.0 is not released."

    Unfortunately, the file is in the releases directory and is dated today.

    Yeah, that's the experimental 2004.0 file that's been there for at least a MONTH. It gets routinely updated.

    Next time before you call someone a "troll," look into it first.