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."

12 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: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. 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
  7. 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.

  8. 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.
  9. 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...
  10. 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.