Slashdot Mirror


Linux 2.6.9 Released

An anonymous reader writes "Linux 2.6.9 has been released. Read Linus's official announcement, and go get it!" Better yet, if you hanker for the upgrade, use one of the mirrors instead.

11 of 90 comments (clear)

  1. Re:Any Reasons to get it? by floamy · · Score: 5, Informative

    The notes you just glanced at only show the minor changes between 2.6.9-rc4 and 2.6.9. There were a lot of changes between 2.6.8[.1] and the 2.6.9 release.

  2. Re:Any Reasons to get it? by Fweeky · · Score: 4, Informative

    There are a bunch of important looking fixes for ppc64 and amd64, a fix for a swapd lockup, fixes for xfs and ext3.. most people should probably upgrade fairly quickly, I'd say.

  3. Re:Does the nvidia kernel module work? by Anonymous Coward · · Score: 5, Informative

    you have to peruse the nvidia linux forum for the fix. I forget what it was exactly, but you have to put a #include in some kernel file, recompile the kernel, reboot, and then the nvidia installer will work.

    the real fix will require nvidia to release an update for their driver.

  4. Re:No go under Windows XP Sp2 by doctormetal · · Score: 5, Informative

    I>I'm going to compile this after work tonight with GCC 3.4 - wish me luck ;-)

    Selecting all my settings again in make menuconfig is going to take a while :-| I might see if I can use the old .config

    ever heard of make oldconfig? It creates a new .config based on your old one.

  5. Re:Torrent? by Anonymous Coward · · Score: 3, Informative

    Bittorrent is only really useful if the initial distributor has very limited bandwidth and/or a poor mirroring system. Neither is true for kernel.org, so just download it from ftp..kernel.org and be happy, no need for a torrent.

  6. Re:Stable vs. Development by eelke_klein · · Score: 2, Informative

    There are no stable and development branches anymore. For kernel 2.4 the development branche was 2.5 but there will be no 2.7 development branch for 2.6

  7. Re:No go under Windows XP Sp2 by anarxia · · Score: 2, Informative

    2.6 build automatically picks up your running kernel config (from /boot/config-2.6.x) so you don't have to configure everything.

  8. Re:Any Reasons to get it? by dubious9 · · Score: 2, Informative

    I too have had many problems with the 2.6 kernel series and 2.6 and 2.8 ssh versions, specifically pertaining to samba authentication, pam modules, and X forwarding, amoungst other inconsistencies. Not always problems with kernel or openssh per se, but it's the little stuff that gets you.

    If you'd like some help head over to ##linux (yes, that's two pound signs) at freenode.net irc and ask me (same nick), or anybody. We tend to be very helpfull, and try to keep the "google that" and "RTFM" to a minimum (with some exceptions ;)) unless it's stuff that we can't ourselves can't answer.

    IRC is the best linux help out there as far as I'm concerned. E-mail lists and forum sites aren't very condusive for troubleshooting because of their non-realtime nature. Stop by.

    --
    Why, o why must the sky fall when I've learned to fly?
  9. Re:Any Reasons to get it? by stromthurman · · Score: 2, Informative

    You might want to read this discussion. It seems the old way of doing things, using even sub-versions for stable and odd for testing is no longer going to be done. So, a 2.7 kernel is not going to happen for quite some time.

    --
    I have discovered a truly remarkable sig which this margin is too small to contain.
  10. 2.6.9 and Nvidia by zenengnr · · Score: 2, Informative

    If you use the propietary nvidia drivers.... Forget it, DONT UPGRADE to 2.6.9 ! Its very very broken :(

  11. NVIDIA DRIVERS DO WORK by tuxq · · Score: 4, Informative

    This works ... I grabbed it out of a patch file...
    Add this to arch/i386/mm/init.c
    On line 43 right below unsigned int __VMALLOC_RESERVE = 128 20;
    add this line...
    ----- Begin -----

    EXPORT_SYMBOL(__VMALLOC_RESERVE);

    ----- End -----

    nVidia drivers WILL work. I'm using 2.6.9 and 6111 nvidia drivers right now.

    Btw... http://tuxq.com/~tuxq/wtf.jpg ... Why the hell on kernel.org is 2.2.19 the latest stable... lol