Slashdot Mirror


2.4.9 Kernel Released

Justin writes: "Linus is off to Finland for a week or so and released 2.4.9. " Here is the Changelog for those of you interested. Yeah, it's probably gonna be a little crowded for a bit. Please post mirrors in the comments.

11 of 290 comments (clear)

  1. Re:What will the next 2.4 revision be called? by aardvarkjoe · · Score: 0, Offtopic
    Personally, I think that negative moderations should get more scrutiny (and harsher penalties) during metamoderation than positive moderations. Far too often you'll see people marked as "offtopic" and "overrated" because the moderators know that those two are more likely to be accepted in metamod than "flamebait".

    When metamodding, I mark all + moderations as "fair" (even if it's a goatse.cx post as insightful. There will always be more people modding it down, and this way there's no grey area.) I take a good look at any - moderations, because there's way too many people that simply mod down the viewpoints they don't like.

    --

    How can we continue to believe in a just universe and freedom to eat crackers if we have no ale?
  2. Please /. and troll this company that SCREWED me! by Anonymous Coward · · Score: 0, Offtopic
    Horribly OT, I know, but I want to harness the slashdot effect, and the proliferation of ingenious trolls here for revenge on a company that royally FUCKED ME OVER. See, there's this company called CI Hosting (DBA World Web Services), and they are by far the WORST most INCOMPETENT web host on the planet. They make the IRS epitomize good customer service. Worse, they took a good sum of my money (hundreds of dollars) and are COMPLETELY UNRESPONSIVE! Their main site, http://www.worldwebservices.com/ is DOWN with a 403 error, and mail is BOUNCING. I've tried the BBB, etc, but this will tkae time, and I want them to suffer the consequences NOW!

    So, EVERYONE, please go to ticketmonster.hostingsupport.com and REGISTER for a free login/password. You DON'T need to be a customer.

    If the /. effect doesn't kill them outright, then logging in lets you submit trouble tickets. So, spam them with brilliant trolls about Jews, goat sex, niggers, WHATEVER! Make their tech support team a living hell so they won't be able to answer any tickets at all -- it's no big loss, 'cause that's how they ALREADY are!

    Finally, please write a nice email to noalegal@noa.nintendo.com explaining how CI Hosting is using Pokemon graphics and characters illegally and in infringement of Nintendo's copyright. Once you see the Ticketmonster site, you'll see what I mean. Hopefully Nintendo will slap them with a big lawsuit.

    Anyways, please join in and teach them a LESSON for SCREWING ME LIKE THIS!

  3. MOD THIS GUY UP! by lowlymortal · · Score: 0, Offtopic

    :)

  4. Stress-test it! by sulli · · Score: 2, Offtopic

    See if it responds better than Banjo...

    --

    sulli
    RTFJ.
  5. 2 compilation errors already by cyrilc · · Score: 1, Offtopic

    ...for the Alpha + i386 arch on NTFS (unistr.c) and pc_keyb.c respectively :

    personal box (AMD Duron) :

    gcc -D__KERNEL__ -I/usr/src/linux-2.4.9/include -Wall -Wstrict-prototypes -Wno-t rigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mprefe rred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE -DMODVERSIONS -i nclude /usr/src/linux-2.4.9/include/linux/modversions.h -DNTFS_VERSION=\"1.1.16\ " -c -o unistr.o unistr.c unistr.c: In function `ntfs_collate_names': unistr.c:99: warning: implicit declaration of function `min' unistr.c:99: parse error before `unsigned' unistr.c:99: parse error before `)' unistr.c:97: warning: `c1' might be used uninitialized in this function unistr.c: At top level: unistr.c:118: parse error before `if' unistr.c:123: warning: type defaults to `int' in declaration of `c1' unistr.c:123: `name1' undeclared here (not in a function) unistr.c:123: warning: data definition has no type or storage class unistr.c:124: parse error before `if' make[3]: *** [unistr.o] Erreur 1 make[3]: Leaving directory `/usr/src/linux-2.4.9/fs/ntfs' make[2]: *** [_modsubdir_ntfs] Erreur 2 make[2]: Leaving directory `/usr/src/linux-2.4.9/fs' make[1]: *** [_mod_fs] Erreur 2 make[1]: Leaving directory `/usr/src/linux-2.4.9' make: *** [stamp-build] Erreur 2

    and on the Alpha Server 1000 :

    gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.9/include -Wall -Wstrict-prototype s -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mno-fp-regs -ffixed-8 -Wa,-mev6 -c -o pc_keyb.o pc_keyb.c In file included from pc_keyb.c:36: /usr/src/kernel-source-2.4.9/include/asm/keyboard. h:25: warning: `struct kbd_repeat' declared inside parameter list /usr/src/kernel-source-2.4.9/include/asm/keyboard. h:25: warning: its scope is on ly this definition or declaration, which is probably not what you want. pc_keyb.c:545: variable `kbdrate' has initializer but incomplete type pc_keyb.c:546: warning: excess elements in struct initializer pc_keyb.c:546: warning: (near initialization for `kbdrate') pc_keyb.c:548: warning: excess elements in struct initializer pc_keyb.c:548: warning: (near initialization for `kbdrate') pc_keyb.c: In function `parse_kbd_rate': pc_keyb.c:574: dereferencing pointer to incomplete type pc_keyb.c:575: dereferencing pointer to incomplete type pc_keyb.c:575: invalid use of undefined type `struct kbd_repeat' pc_keyb.c:576: dereferencing pointer to incomplete type pc_keyb.c:577: dereferencing pointer to incomplete type pc_keyb.c:577: invalid use of undefined type `struct kbd_repeat' pc_keyb.c:579: dereferencing pointer to incomplete type pc_keyb.c:585: dereferencing pointer to incomplete type pc_keyb.c:590: dereferencing pointer to incomplete type pc_keyb.c:591: dereferencing pointer to incomplete type pc_keyb.c: At top level: pc_keyb.c:606: conflicting types for `pckbd_rate' /usr/src/kernel-source-2.4.9/include/asm/keyboard. h:25: previous declaration of `pckbd_rate' pc_keyb.c: In function `pckbd_rate': pc_keyb.c:611: storage size of `old_rep' isn't known pc_keyb.c:612: sizeof applied to an incomplete type pc_keyb.c:614: sizeof applied to an incomplete type pc_keyb.c:615: sizeof applied to an incomplete type pc_keyb.c:611: warning: unused variable `old_rep' make[4]: *** [pc_keyb.o] Error 1 make[4]: Leaving directory `/usr/src/kernel-source-2.4.9/drivers/char' make[3]: *** [first_rule] Error 2 make[3]: Leaving directory `/usr/src/kernel-source-2.4.9/drivers/char' make[2]: *** [_subdir_char] Error 2 make[2]: Leaving directory `/usr/src/kernel-source-2.4.9/drivers' make[1]: *** [_dir_drivers] Error 2 make[1]: Leaving directory `/usr/src/kernel-source-2.4.9' make: *** [stamp-build] Error 2
  6. Re:What will the next 2.4 revision be called? by cnkeller · · Score: 1, Offtopic
    As the 2.4.x kernel series has been headed to higher and higher revision (x) numbers, I've been wondering what will occur when those numbers are exhausted. Seeing as how we're at 2.4.9, will all the next revisions be 2.4.9.x? It's probably way too early for 2.6. --Alex

    Presumably at some point, Linus will issue a freeze and we'll move on to the 2.5 devleopment series, leaving only O&M on the 2.4 line.

    --

    there are no stupid questions, but there are a lot of inquisitive idiots

  7. poor Linus by Hoo00 · · Score: 0, Offtopic

    Why nobody gives Linus network access that he has to go to Finland for a week or so to release the kernel?

  8. Dammit!!! by taliver · · Score: 1, Offtopic
    I just downloaded and burned 2.4.8 yesterday!

    Thank God I don't have disks the HPT controller desn't like.

    --

    I demand a million helicopters and a DOLLAR!

  9. Re:Who cares by Rothron+the+Wise · · Score: 1, Offtopic

    Linux isn't sick. Companies making money off it are. You're just spreading FUD, and you know it.

    --
    A witty .sig proves nothing
  10. Meaningful ChangeLog anywhere? by plaa · · Score: 1, Offtopic

    Is there any place where a meaningful ChangeLog is kept? Reading the individual changes isn't much of a help (many changes may have been made but what are their effect?). I'd like to have a place that explains the changes and tells which users should upgrade (eg. "SBLive support is much better, users with SBLives should upgrade" or the sort).

    I once tried to find a place like this, but failed. Does it exist, and if not, why not?

    --

    I doubt, therefore I may be.
  11. Re:how many kernels realeased a year? by jjsjeff · · Score: 0, Offtopic

    You really are a "Shitsack" aren't you?!

    -Jeff