Slashdot Mirror


Kernel 2.4.17 Out

ThatComputerGuy writes "Linux kernel 2.4.17 is final, with a lot of fixes/updates. Check out the huge changelog. If you're on a desktop machine, you should try using RML's preempt patch, it definitely helps response times."

350 comments

  1. New Kernel Tree by artlu · · Score: 0, Redundant

    With the new 2.5 kernel tree being debuted to the world just a few days ago, it is no surprise that a new 'stable' kernel is out in time for the holidays! Thanks to all of those who made it possible.. Time to reboot!
    Happy Holidays,
    AJ

    --
    -------
    artlu.net
  2. I haven't finished downloading the last release by 2Bits · · Score: 0, Redundant
    yet on my 56k modem, and a new one is already out? I'm hopeless...

    1. Re:I haven't finished downloading the last release by Ranger+Rick · · Score: 2, Informative

      get the patch

      --

      WWJD? JWRTFM!!!

    2. Re:I haven't finished downloading the last release by Black+Parrot · · Score: 1


      > yet on my 56k modem, and a new one is already out? I'm hopeless...

      If you're modem bound, you're supposed to start downloading the next kernel, before they finish working on it.

      --
      Sheesh, evil *and* a jerk. -- Jade
    3. Re:I haven't finished downloading the last release by Anonymous Coward · · Score: 0
      pre1:

      - Speeling fix for rd.c (From Ralf Baechle's tree)

      I've been waiting until this got fixed! ;)

    4. Re:I haven't finished downloading the last release by Anonymous Coward · · Score: 0

      56k? Wow, that's fast. We do the whole download thing at 26.4k ...overnight. Patience is a virtue when your phone lines suck. And out here in the countryside there's not much else to do but watch the bits go by.

    5. Re:I haven't finished downloading the last release by Anonymous Coward · · Score: 0

      #include

      int main() {
      cout "You are not funny!!!" endl;
      return (0);
      }

      compile this

    6. Re:I haven't finished downloading the last release by vrws · · Score: 2, Insightful

      damn, man! Why is this rated 'funny' with _every_ kernel release? Or am I the only one noticing/nagging?

  3. Instability with the preempt patch? by Dimensio · · Score: 3, Informative

    I used the preempt patch back when 2.4.14 was released and I kept getting consistent kernel panics. Mind you, I'd also applied an -ac patch, so I can't say for certain that preemption was the cause, but it was troubling and the panics went away once I disabled preemption.

    1. Re:Instability with the preempt patch? by Anonymous Coward · · Score: 0

      I used it with 2.4.10 and it didn't break. It didn't help either. But I don't hear music at all (because I'm weird) so I coudn't get any hiccups.

    2. Re:Instability with the preempt patch? by donutz · · Score: 1

      I've applied the the preempt patch along with win4lin patch to a 2.4.14 kernel and experienced no kernel panics, no stability problems. I am not sure, however, if i have seen any positive effect from having this patch applied. it hasn't hurt, at least...

    3. Re:Instability with the preempt patch? by KnightStalker · · Score: 5, Informative

      I had similar problems with 2.4.14 and the kernel preemption patch, but I'm running it against 2.4.16 right now with spectacular results. I can play a DVD full screen when the system load (i/o bound) is greater than 3 on my single-Athlon 900. No skips, pops, jumps, anything. Smooth as silk.

      --
      * And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "Mozilla."
    4. Re:Instability with the preempt patch? by indigo78 · · Score: 1

      I had some problems, too. I ran RML patch on 2.4.14 on an k6-III and I've experienced strange locks of the system (Slackware 8.0 with some updates). Suddenly everything freezed and remained blocked for about a minute, then everything got back to normal. It could happen around one time every two hours. After I updated to 2.4.16 (and didn't install the RML patch), I've never experienced this kind of problems (but my gateway's Davicom ethernet card seem not to like the new kernel very much).

      --
      I'm fat, you're ugly. I can get slimmer, and you?
    5. Re:Instability with the preempt patch? by Anonymous Coward · · Score: 0

      The -ac and -preempt trees don't mix well. Either works fine by itself.

    6. Re:Instability with the preempt patch? by Spoing · · Score: 5, Informative
      Make sure that any kernel modules you load are SMP-safe. While the preempt patch does not magically make a uni-processor system into a multi-processor, it does create an environment where modules that aren't SMP-safe tend to fail or act unusually.

      Rule of thumb: If it's in the base kernel sources, you're OK. If it's a patch to the kernel sources, be careful but not overly concerned. If it's a pre-compiled binary (even if only in part), be very cautious. Remember: Google is your friend.

      Example: The Alcatel external USB DSL modem, for example, has a binary part that isn't fully SMP-safe. Because of that, it can't be used with the preempt patch even on a system with a single main CPU.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    7. Re:Instability with the preempt patch? by Darren+Winsper · · Score: 3, Informative

      May I recommend Benoit's Alcatel Speedtouch driver at http://benoit.papillault.free.fr/speedtouch/index. en.php3 ? It's a user mode driver, but it does need the official drivers for the modem bios object which it uploads to the modem.

      There are many reports that these are far more reliable than the official drivers and since it's entirely usermode it doesn't suffer from the SMP-safeness issues the official drivers have.

    8. Re:Instability with the preempt patch? by BeeazleBub · · Score: 1

      Preempt patch hmmm.

      I haven't ever seen any use to this patch. The only thing that I've ever seen it do once applied is make system performance choppy on the user end. I have better response times without it on a workstation than with.

    9. Re:Instability with the preempt patch? by pivo · · Score: 1

      Yes this is off topic, but I wonder what you're using to play DVDs. I haven't had great luck with any DVD player.

    10. Re:Instability with the preempt patch? by KnightStalker · · Score: 2

      I'm using Xine to play, with the d4d and dvdnav plugins. Menus don't always work correctly, but I usually can play the movie decently, with subtitles and alternate soundtracks. I also have a Matrox G400 and XFree86 4.1.0.

      It turns out the preemption patch didn't do much. I rebooted into a kernel without the preemption patch and I could play movies with the same reliability as with the patch. When I played through the Xshm driver (no acceleration) I got perhaps half a frame per second as opposed to one frame per second with the preemption driver enabled.

      The tests I was doing to load the system were:

      while (true); do tar -czv . > /dev/null; done (two of these on two different partitions)
      gzip < /dev/urandom > /dev/null
      cat /dev/urandom > /dev/null

      top reported the load as being around 4.0 with 60% user and 40% system.

      --
      * And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "Mozilla."
    11. Re:Instability with the preempt patch? by Spoing · · Score: 2

      You're right. Thanks for the correction!

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  4. Kernel Tree by CaffeineAddict2001 · · Score: 2, Funny

    Ive got dibs on putting the star on top

  5. Who's gonna do via? by Kernel+Panic · · Score: 1

    From the changlog:

    Jeff Garzik is not the via82cxxx driver
    maintainer anymore: "No time, no hardware".

    So who's gonna do it? Am I an idiot or is that a fairly common chipset among linux users?

    --
    No datacenter is secure if it has windows.
    1. Re:Who's gonna do via? by Anonymous Coward · · Score: 0

      Not really. Most Linux users realized long ago that VIA flawed chipsets that corrupt data through normal use. Their support has dwindled over the months, and most people are moving to Intel chipsets and motherboards for that reason.

    2. Re:Who's gonna do via? by Anonymous Coward · · Score: 0

      Yes!, whos going to maintain this driver.

      Regarding this topic, I have a Compaq Presario 701US, which comes with this via82xxx chip, the sound does not work, I tried a lot of different alternatives but can't get it to work. Maybe someone can help.

      Merry Christmas.

    3. Re:Who's gonna do via? by Anonymous Coward · · Score: 0

      It's trolls like you that make the Linux community look bad.

    4. Re:Who's gonna do via? by Anonymous Coward · · Score: 0

      I'm not trolling at all. VIA makes buggy chipsets, plain and simple. Go look at their track record! Just the facts, sir.

    5. Re:Who's gonna do via? by Anonymous Coward · · Score: 0

      You do realize that your negative comments come against a large corporation and your day in front of a military tribunal could make you confess to the truth.

      Your silence is appreciated.

    6. Re:Who's gonna do via? by Anonymous Coward · · Score: 0

      Yes you are.

      If you had said, 'I think VIA makes buggy chipsets' that would not be trolling.

      But saying stuff like 'Most Linux users realized long ago that VIA flawed chipsets that corrupt data through normal use. Their support has dwindled over the months, and most people are moving to Intel chipsets and motherboards for that reason' is. Tons of people still use VIA chipsets, and I don't think there's any sign that 'their support has dwindled'. (Not to mention that the tone sounds exactly like all those "* is dead" posts. But anywayz...)

      As a VIA user, I concur that they're pretty crappy. OTOH, it's pretty hard to get my Athlon to work with an Intel chipset...

    7. Re:Who's gonna do via? by WoofLu · · Score: 1

      I'm using 2.4.16, compiled the OSS sound module (CONFIG_SOUND_VIA82CXXX)
      And it's working quite well.

      But the sound hangs when it's being used with aRts, then only message i get is this one:

      mybox:$ dmesg
      [snip]
      Assertion failed! chan->is_active == sg_active(chan->iobase),via82cxxx_audio.c,via_c han_maybe_start,line=1201
      usb.c: USB disconnect on device 2
      mybox:$

      Anyone experiencing this problem/knows how to fix it ? It's pretty annoying, sind I have to reboot everytime it hangs to keep listening to music ..

    8. Re:Who's gonna do via? by Anonymous Coward · · Score: 0

      get windows

    9. Re:Who's gonna do via? by jbailey999 · · Score: 1

      I have a Via VT82C686 and hand all sorts of randomness with this driver. The output was always corrupt unless I used esd, and the microsoft didn't work. I went out and bought an SBLive! card so that I could use gnomemeeting with it (The savings on my phone bill made it pay for itself in about 3 days).

      It's not obvious from the ALSA web pages if this chip is supported there or not. Once the kernel updates slow down, I'm going to try ALSA - It would be cool to have a sound card just for telephony, and the SBLive! for games...

  6. Xmas is just going to have.... by mkmiller · · Score: 0, Offtopic

    to wait this year. Who has time for it when there are better things to do, like downloading and compiling and applying patchs.

    1. Re:Xmas is just going to have.... by Anonymous Coward · · Score: 0

      Huh?
      I downloaded (not even from a mirror), configured, compiled, tested, reconfigured and recompiled already. Heck I did it while surfing slashdot and watching batman beyond on my 2 home servers and 1 server at work via ssh. this tablet computer is next on the list and will be finished any time now.

      no delays for any reason. hell it didnt even disrupt my normal sludge time here on friday evening.

  7. Wait for Final Preempt patch by pbur · · Score: 3, Informative

    You will want to wait until RML releases the finale preempt patch. It will just be the kernel version (2.4.17) without the rc on the end. His patches are very version specific.

    Pbur

    1. Re:Wait for Final Preempt patch by signe · · Score: 5, Informative

      Actually, there is a final 2.4.17 patch, but it's not on the page linked to. Go to
      http://www.kernel.org/pub/linux/kernel/people/rm l/ preempt-kernel/v2.4/ and grab it from there (or use a mirror).

      -Todd

      --
      "The details of my life are quite inconsequential..."
    2. Re:Wait for Final Preempt patch by devphil · · Score: 2


      Uhhhhh... on the page linked to in the /. article, there is no "rc" on the end. The link there for "2.4.17-1" goes to the same place (kernel.org) as your link.

      --
      You cannot apply a technological solution to a sociological problem. (Edwards' Law)
    3. Re:Wait for Final Preempt patch by pbur · · Score: 3, Informative

      You're right, he seemed to be updating the page when I posted because at the time an "rc" link existed but didn't go anywhere. RML is good like that. :)

  8. Changelog...? by Hiro+Antagonist · · Score: 3, Funny

    I haven't looked at the changelog yet, but I'm sure that there's a line reading something like

    "This time we /promise/ not to corrupt filesystems when you 'umount /mnt/tmp/lifes_work'."

    All the same, many kudos to the kernel guys for giving me something new to play with for the holiday!

    --

    --
    I Hit the Karma Cap, and All I Got Was This Lousy .sig.
  9. It appears to actually be fixes by Anthony+Boyd · · Score: 5, Interesting

    It looks like we're actually seeing 99% bug fixes this time around, rather than new features being added. Yay for having a 2.5 branch, it seems to be getting the experimental code now. This may be the first 2.4 kernel I compile for my system (I'm not saying I'm still stuck in 2.2, just that I've kept the default 2.4 kernels from my Mandrake and SuSE installs). I also see a couple ext3 fixes, which means I'm pretty comfortable having this replace the patched-to-use-ext3 2.4.10 kernel in my SuSE 7.3 box.

    1. Re:It appears to actually be fixes by ansible · · Score: 2

      Well, it's gonna be a while before I try 2.4.anything on a production machine.

      On the one hand, I'm glad to be seeing a lot of bugfixes in the changelog. On the other hand, I'm worried about seeing lots of bugs in the changelog, because I wonder how many more serious ones are lurking in the codebase.

      With 2.2.whatever, the bugfixes there have been recently have mostly been related to specific drivers, which I usually don't care about (unless I'm using that driver). But with 2.4.x I'm still seeing lots of fixes in the main kernel code, because so much fundamental structure has changed since 2.2.

      I guess we'll have to see. Maybe if some decent RAID card support starts showing up in OpenBSD, I'll think about switching my servers to that.

    2. Re:It appears to actually be fixes by mbrod · · Score: 1

      This is good news for Debian which is probably not to far from releasing Woody (3.0) onto the world. Last time I checked they were teetering on not putting 2.4 in there as default (I know easily apt-get'd but it would be nice as default).

      So if they stabilize it out good the Debian guys might go with that (I hope).

      On another note mostly bug fixes is a beutiful thing... ANYONE AT MOZILLA LISTENING????

    3. Re:It appears to actually be fixes by josepha48 · · Score: 2
      2.4.10, 2.4.13, 2.4.16 have all been fairly stable on my desktop workstation.

      The fact that 2.4.17 was ALL bug fixes is a good sign. It means that they are fixing the issues that they know about, like parport IEEE1394 seems to work better.

      I see no reason not to use 2.4 at this point on a produciton machine. It is not until people do start doing so that we are going to find out all the kernel issues. I'd recommend trying this release if no other.

      --

      Only 'flamers' flame!

  10. VIA KT133 chipset? by blogan · · Score: 3, Interesting

    Does it work with the KT133a Chipset and Athlons? I looked and google and there were reports of the problem, but no report of a fix anywhere that I could find.

    1. Re:VIA KT133 chipset? by MikeO · · Score: 5, Informative

      A bios upgrade fixed the problem for me. Look for an update on your motherboard vendor's website.

    2. Re:VIA KT133 chipset? by Otter · · Score: 1

      What is the problem? I looked at Google as you mentioned but didn't see what you were talking about.

    3. Re:VIA KT133 chipset? by KidSock · · Score: 2, Informative

      Does it work with the KT133a Chipset and Athlons?

      This was a long standing motherboard/BIOS issue. I think VIA actually found and acknowledged that some register was getting scrambled inadvertantly but I could be thinking of another peice of hardware. It's so hard to find these messages in the lkml archives even after only a few days. At any rate, I have this board. At one time I had problems but it was difficult for me to tell if it was the VIA board or the infamous IBM Deskstar 30GB drive I had that was failing. So I RMA'd the drive, bought another SCSI drive and put my 2940UW on there with the latest BIOS update. I have not had any problems since and I tortured it pretty hard. Of coure all of this is off topic because I'm using Red Hats 2.4.7 but again, this is/was a hardware/BIOS issue.

    4. Re:VIA KT133 chipset? by josepha48 · · Score: 2
      how do you upgrade a bios in Linux??

      Also does anyone know if they fixed the parport problems?

      To answer your question about KT133, there is a bug on the VIA chipset that causes some people problems.

      In my case and a few others there are IDE bugs. IDE IOMEGA zip 100 and VIA686B don't go togeather to well.

      Also some people have had problems with using the ECC/ECP part of the parport. Again, in my case it was my webcam did not work. It stopped working in 2.4.13 or 14 not sure. I had a fix for it and explained on the lkml what the problem was, but not sure if that was ever acknowledged.

      Well now I have a very good testing mechanism for testing kernels like this. I have a foo.test kernel and a foo.custom kernel. The custom kernel is the current kernel and the test is, well a test kernel. Nice thing about lilo is you can have multiple kernels. I can then boot the test kernel and make sure all works on my system. I'll be doing that tonight...

      --

      Only 'flamers' flame!

    5. Re:VIA KT133 chipset? by SaDan · · Score: 1

      I've got 2.4.17 running on a Sony VAIO FXA36, which uses the KT133 chipset, and it's working just fine.

    6. Re:VIA KT133 chipset? by Anonymous Coward · · Score: 0

      Usually bios updates have to be done in DOS with a utlitiy supplied by your mobo manufacter and the bios binary image. It has to do with that whole protected mode thing so normal programs (virii) can't just write trash to your bios, etc.

      -- gid

    7. Re:VIA KT133 chipset? by jmv · · Score: 2

      I have a board (ASUS A7V133) with a KT133A+T-Bird 1.33 and haven't experienced problems with any kernel I tried so far (2.4.5, 2.4.7, 2.4.8, 2.4.10 and 1.4.16). The only problem I've heard (never experienced it) with my bord was actually the VIA (866B?) southbridge.

    8. Re:VIA KT133 chipset? by josepha48 · · Score: 2
      Thanks, I do have dos disks still. I was hoping I would not have to do that again though,but I was able to upgrade my BIOS. It had fixes for several issues.

      Also it seems that between my biios update and 2.4.17 the parport issues has gone away. I think it was that they finally fixed the IEEE1394_ops.c code. Yes there were changes in this file that now makes my web cam work again ;-)

      --

      Only 'flamers' flame!

    9. Re:VIA KT133 chipset? by Karpe · · Score: 2

      The fix was included somewhere before 2.4.16. It disables a single bit in a undocumented PCI register, fixing most problems.

  11. YAY ! by BasharTeg · · Score: 0, Insightful

    Yet another Linux kernel. That's great. Am I being a troll by stating that I think Linux kernels are a little over-versioned ? I mean, from an uninterested person's perspective (aka FreeBSD guy), it seems like kernel 2.4.13.44 came out yesterday, and 2.4.13.45 came out today (someone patched NFS), and tomorrow when someone finds a bug in inetd it'll be 2.4.13.46. I'm seriously not trying to flame or troll, but it just seems that way. If FreeBSD changed a version number every time 10 patches went in I'd go insane.

    1. Re:YAY ! by Anonymous Coward · · Score: 0

      oh fuck you. just cause FreeBSD has no developers doesnt mean linux has to follow the same path. projects with users/developers take out new releases regularly, projects without users/coders dont.

    2. Re:YAY ! by Anonymous Coward · · Score: 0

      New releases regularly = new kernel every week ?

      HAHAHAHHAHA

      That's a really Enterprise-class project.

    3. Re:YAY ! by Anonymous Coward · · Score: 0

      New releases every 10 years and no SMP == enterprise class project ?

      HAHAHAHHAHA

      Get a life.

    4. Re:YAY ! by Publicus · · Score: 1

      Read The Cathedral and the Bazaar

      Release early and release often! How else are those bugs going to get squashed?

      --

      My Karma was at 49, then they switched to words. All that work for nothing!

    5. Re:YAY ! by Anonymous Coward · · Score: 0

      The last release was a full month ago, dickweed. It's a shame your FreeBSD doesn't develop that fast, huh? Maybe they'd actually be somewhere on the charts if they did!

    6. Re:YAY ! by Anonymous Coward · · Score: 0

      Somewhere on the charts ? What charts ? Have you looked at the NetCraft uptime chart lately ? HAHAH. m/linux/ = "". We don't NEED to come out with a kernel every week moron.

    7. Re:YAY ! by Anonymous Coward · · Score: 0, Interesting

      Check out http://dualcpus.com/fuckingwoot/ It's a photo shoot of a 16 year old Brazillian hottie. Pass it on. [No goatse.cx guarantee. This is not a troll.]

    8. Re:YAY ! by Anonymous Coward · · Score: 0

      So why the big linux diss? It's so terrible to add a user-semi-friendly GUI? Why not just treat it like a real OS with training wheels and be glad its there as a lure for ex-MS junkies. Geeze. Some people.

    9. Re:YAY ! by Anonymous Coward · · Score: 0

      thats only cause *BSDs dont have enough 31337 developers to put out a kernel every week. jealousy will get you nowhere.

    10. Re:YAY ! by Anonymous Coward · · Score: 0

      yeah. all the 0.0001% of the BSD desktop marketshare is really pissed at us.

    11. Re:YAY ! by Anonymous Coward · · Score: 0

      > I know that chick, I rufied her drink last week and then stuck my long dong in her ass!! Damn, she squealed like a stuck pig, but she loved it! I guess you don't have much experience using rufies, she should be asleep by that point.

    12. Re:YAY ! by Anonymous Coward · · Score: 0

      Wow, two posts in a row. I can honestly say you're the lamest motherfucker I've ever met. You actually care about karma? You were trolling, next time do it anonymously. End of story. Fucking weak, dude.

    13. Re:YAY ! by Anonymous Coward · · Score: 0

      "New releases every 10 years and no SMP == enterprise class project ? "

      No SMP ? HAHAHAHAHAHAHHA

      Your ignorance is amazing. I am the owner of DualCPUs.com, a SMP FreeBSD server. Moron.

  12. How stable is the preempt patch? by cornice · · Score: 1

    I want to try the preempt patch but I finally got a kernel from my favorite distribution that works for me right out of the box. To get a raw kernel with all the stuff that I want plus the preempt patch I'll have to spend more time than I have patching and compiling. I hear how great this patch is about once a month. Why isn't it included in the major distros? Would it "harm" in any way my desktop/server running X, KDE, FreesWan, Apache, Samba, etc?

    1. Re:How stable is the preempt patch? by nusuth · · Score: 1

      I used it against 2.4.12-ac? on a single athlon machine, it seemed to be stable and useless. I didn't run FreesWan or Apache, so I can comment on them, but X, KDE and Samba was OK. Infact, none of the programs I tried was affected in a negative way. It just didn't help.

      --

      Gentlemen, you can't fight in here, this is the War Room!

    2. Re:How stable is the preempt patch? by MindStalker · · Score: 2

      Well, why don't you try the source provided for you by your distro, it should have all the distro changes, in it. Then see if you can get the patch to work. If you can't, find a linux guru who can do it for you, and publish the patch, many people will love you :)

    3. Re:How stable is the preempt patch? by Anonymous Coward · · Score: 0

      Did you try something like playing a DVD while doing a kernel compile? That's the kind of load that shows the good effects, when the DVD player doesn't jump while playing..

  13. Re:Wow by sam@caveman.org · · Score: 3, Insightful

    you don't HAVE to upgrade your linux box, either. but at least you have the OPTION of upgrading for FREE, instead of paying year after year if you want to upgrade.

    as you said, you are happy with win98, more power to you. but many people are not happy with windows and have to shell out big bucks every couple years to upgrade.

    yeah, i know, the post was flamebait. but hey, i'm a sucker for anything this obvious.

    -sam

    --
    burn the computers. go back to the abacus.
  14. New Maintainer by krackbebe · · Score: 4, Insightful

    Looks like the new kernel maintainer is really working out. I enjoy seeing these kind of detailed changelogs, to determine whether there is anything critical enough to upgrade my system.

    Seems like Alan and Linux lately haven't been all that hot about doing the drudge detail work. This arrangement seems to be the best solution for everyone.

    1. Re:New Maintainer by kill-1 · · Score: 1

      Alan's changelogs of the -ac kernel tree have always been quite detailed. But Linus' changelogs were really bad. A lot of code that came from Alan's tree only had changelog entries like "merge with Alan".

    2. Re:New Maintainer by krmt · · Score: 4, Insightful

      Yeah, and after all the flack everyone gave him here for being terse with his interview, it's great to see his changelog speaking for him instead. Much kudos.

      --

      "I may not have morals, but I have standards."

    3. Re:New Maintainer by Anonymous Coward · · Score: 0

      why does merge with alan sound slightly sexual?

    4. Re:New Maintainer by Anonymous Coward · · Score: 0

      Who is the new maintainer?

    5. Re:New Maintainer by MicroBerto · · Score: 1

      Not only that, but consider how many fixes were done at the RC level! Can never be too patient, those bugs could have been in 2.4.17.

      --
      Berto
    6. Re:New Maintainer by Per+Wigren · · Score: 1

      Anyone saying Alan and sexual in the same sentence must be REALLY perverted.. :-P

      Oh wait, I just did! Damn! Well, nevermind...

      --
      My other account has a 3-digit UID.
    7. Re:New Maintainer by Anonymous Coward · · Score: 0

      Bill Gates.

  15. What's the point? by Anonymous Coward · · Score: 1, Interesting

    I'm all for stable vs. unstable forks, but at several points the changes to the 'unstable' one just start rolling back anyways. So, why keep maintaining 2.4? or 2.2? or 0.1? Another thing is even vs. odd naming, why not just put a b beside the version number of an unstable release? How does it make sense that odd is unstable? Lastly, who the hell decided to do the 0.10 > 0.9 thing? Would it kill people to make a small bugfix update a .01 or .001 incriment if it meant you wouldn't have to fuck over the decimal system?

    1. Re:What's the point? by lamj · · Score: 1

      Because it is a way of version management and control.

      2.4 and 2.5 are maintained by different group of people. 2.5 is basically a play ground for the kernel playground to test big changes and it might take serveral revision to get such big changes right.

      On the other hand, in 2.4 changes are much smaller, mostly fixes and very important proven improvments.

      Please understand that changes in 2.5 does not sync with 2.4, things that should up in 2.5 does not mean it will be in 2.4, this gives developers (or kernel hackers) more flexibility to play around with things.

      To learn more about this, play around with some source version control software like CVS and start branching off different version of your code then you might understand the need for a totally testing branch.

    2. Re:What's the point? by Anonymous Coward · · Score: 0

      I can understand stable vs. unstable, but I don't get the need for keeping anything older than the latest stable branch, or the odd vs. even versioning, or that .10 > .9

      Again, what's the point?

    3. Re:What's the point? by Anonymous Coward · · Score: 0

      keeping should be replaced by maintaining, for you archivists.

    4. Re:What's the point? by Anonymous Coward · · Score: 0

      Lastly, who the hell decided to do the 0.10 > 0.9 thing? Would it kill people to make a small bugfix update a .01 or .001 incriment if it meant you wouldn't have to fuck over the decimal system?

      Huh? 2.4.2 is newer than 2.4.1. 2.4.11 is newer than 2.4.9. Why is that so hard to understand? Didn't you learn basic counting in grade school? 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, etc. 2 is the major number, 4 is the minor number, and the last digit is the revision.

    5. Re:What's the point? by Anonymous Coward · · Score: 0

      Because the 2.2 kernel is used excessively in hard-core, HA servers. The 2.4 kernel has many wonderful features and has advanced leaps-and-bounds beyond the 2.2 branch but some people are not comfortable with it.

      Take the 2.4.15 upgrade for example. Clearly meant to be an improvement (of course), but what if someone deployed it on their serverS? Unmount kills their drives, they hate everyone, companies lose money from downtime, etc etc. It's safer to stick with a well-rounded, proven-solid kernel branch that is updated much less frequently with less radical updates.

      If people like it like that and you dont, just go with it and stop complaining ;)

    6. Re:What's the point? by prog-guru · · Score: 1
      Another thing is even vs. odd naming, why not just put a b beside the version number of an unstable release?

      They have pre releases, those are more like beta versions than the development branch is.

      Would it kill people to make a small bugfix update a .01 or .001 incriment

      Well you also can't have 2 decimal points in a real decimal number, and you would have to decide how many subdivisions there are when you release (if they made 2.4.1, then needed something higher than 2.4.9 they would need to break the system).

      I think it's pretty easy to tell where 2.4.17 is, it is after 2.4.2, and 4 is even so it is stable. Plus it doesn't suffer from version inflation like many distros do.

      And how come FreeBSD is at 4.4 when Linux started first and 2.4.17 has lots of stuff not in 4.4 yet?

      --

      chris@xanadu:~$ whatis /.
      /.: nothing appropriate.

    7. Re:What's the point? by ahaning · · Score: 1

      I think what the previous poster means is that, in basic math, the 0 in .10 would be truncated, and thus (.1 < .9).

      The answer to their question is that, yes, (.10 < .9). However, in software releases, the period is just a separator, and not a decimal point. Thus, (10 > 9) is true.

      --
      Withdrawal before climax is very ineffective and those who try this are usually called "parents."
    8. Re:What's the point? by geekster · · Score: 1

      I think it's probaly confusing when you use only one point:
      0.9, 0.10
      because we're used to reading that like a decimal number.

      But when you have two points:
      0.9.0 0.10.0
      I think it's more obvious.

    9. Re:What's the point? by be-fan · · Score: 2

      Because they have a sane versioning system and don't try to be all 'leet and artificially keep their version numbers down! What is it about OSS developers that makes them dispise version numbers above 1.0?

      --
      A deep unwavering belief is a sure sign you're missing something...
  16. preempt patch for 2.4.17? by xercist · · Score: 0, Redundant

    I don't see it from kernel.org. not even the link on rml's site. Anyone know where it's up yet?

    --

    --
    grep "xercist" /dev/random ...you'll find me in there someday
  17. Re:wow! by Anonymous Coward · · Score: 0

    i choose a kernel with SMP support and iptables thank you.

  18. I take that back by xercist · · Score: 1

    150.208.72.11 has it right here!

    --

    --
    grep "xercist" /dev/random ...you'll find me in there someday
  19. Re:Wow by Anonymous Coward · · Score: 0

    "but at least you have the OPTION of upgrading for FREE, instead of paying year after year if you want to upgrade."

    Yeah, I'm getting really tired of paying for my subscription to http://windowsupdate.microsoft.com

    It really costs a lot.

  20. Update Forum post 1.0.1 by Dutchmaan · · Score: 0, Troll

    Forum fix log:

    Changed 'necesary' to 'necessary'.

  21. Re:wow! by Anonymous Coward · · Score: 0

    You choose iptables over OpenBSD's reassembling packet filter ? HAHAHAHAHHAAH

    And are you aware of the performance difference between dual Pentium III 900s, and a brand new, half as expensive Athlon XP 1600 ? lol

  22. patch mirror by noodlez84 · · Score: 3, Informative

    I have mirrored the patch and signature:

    patch-2.4.17.bz2 (388KB): http://home.earthlink.net/~noodlez84/patch-2.4.17. bz2
    patch-2.4.17.bz2.sign (1KB): http://home.earthlink.net/~noodlez84/patch-2.4.17. bz2.sign

    1. Re:patch mirror by Anonymous Coward · · Score: 1, Insightful

      Does it really make sense to mirror the signature? You'd have to be pretty dumb to download the sign from an untrusted source. That's what the sign is _for_.

    2. Re:patch mirror by zdzichu · · Score: 1, Insightful

      Mirroring signature is useless.
      Signature should be downloaded form kernel.org to check if patch mirrored by you has been altered.
      If you mirror signature, you could have altered both patch and .sign.

      --
      :wq
    3. Re:patch mirror by hpa · · Score: 4, Insightful

      If so, he would have to possess the kernel.org secret keys. If he does, we have some really nasty security problems that we didn't know about :-/

      This isn't just an md5sum, it's a gpg signature. You can verify it as long as you have the public key, which is widely available.

  23. Re:Wow by Anonymous Coward · · Score: 0

    doesnt now. will cost ya when you upgrade to XP, will cost ya regularly with XP subscriptions.

  24. Re:Wow by sam@caveman.org · · Score: 1, Offtopic

    try using windowsupdate to get the latest directx (8.1) for windows 95 (see older slashdot story).

    -sam

    --
    burn the computers. go back to the abacus.
  25. TROLL, MOD DOWN by Anonymous Coward · · Score: 0

    Please mod down this post, it's an obvious troll. Look at the poster's record. You people make me sick.

  26. 2.5.0 by havardi · · Score: 1

    Im running the 2.5 kernel and it seems as snappy as the 2.4.blah with the preemptpbile kernel patch-- winamp doesnt skip even when burning cd's and starting mozilla... is there something different here? besides that i cant find the preemtpaible kernel patch for 2.5

    1. Re:2.5.0 by aeil · · Score: 1

      if you are running after a 2.5.1-pre3 then the bio changes are what's making most of the difference, better io scheduling and consistant buffer handling..

      --
      $home =~ s/work/play/gi; nice -20 run $home;
    2. Re:2.5.0 by Phork · · Score: 1

      winamp? is that an error, or do you realy do something like run winamp in wine?

      --
      -- free as in swatantryam - not soujanyam.
    3. Re:2.5.0 by Anonymous Coward · · Score: 0

      winamp 3.0 is out for linux, at least alpha1.. it's pretty cool, tons of features more than xmms

    4. Re:2.5.0 by zdzichu · · Score: 1

      There is Winamp for Linux from some time.

      --
      :wq
    5. Re:2.5.0 by Bert64 · · Score: 0

      There is a winamp beta out for linux now... go check on winamp.binary only ofcourse

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  27. Preempt Patch? by jasno · · Score: 2

    Has anyone actually tried this and noticed a difference? I was under the impression that a lot of people thought this was useless.

    --

    http://www.masturbateforpeace.com/
    1. Re:Preempt Patch? by itarget · · Score: 3, Informative

      The patch makes a big difference for me when using latency-sensitive software (xmms) while I'm really pummeling my system (big compile).

      xmms usually skips a bit while I'm compiling something large, but it hasn't even once after applying the preempt patch.

      I haven't noticed performance degredation from any effects on throughput, so it's all good here.

      --

      "Where shall the word be found, where will the word resound? Not here, there is not enough silence." -T.S. Eliot
    2. Re:Preempt Patch? by Anonymous Coward · · Score: 2, Informative

      It definitely makes a difference on my (400Mhz) system. I suspect, however, the faster your system, the less noticeable the effects will be, since it'll take less time inside the kernel regardless of whether the kernel can be pre-empted or not.

      That said, the patch is, architecturally, a good thing, as making it work better automatically makes SMP work better, and vice versa. I think it should go into the offical kernel in the 2.5 cycle, personally - even on servers, it often matters that clients are responded to quickly, to keep people at a website, say, rather than sending the absolute max amount of data down the line - so even if the preempt patch has a slight negative impact on total throughput, it's a win for responsiveness.

    3. Re:Preempt Patch? by Legion303 · · Score: 2
      Preempt made my system (around 2.4.9 or so) noticeably slower.

      -Legion

    4. Re:Preempt Patch? by PD · · Score: 2

      I installed it on 2.4.14 and I didn't notice a single bit of difference.

      BUT, I'm also not doing anything that can really take advantage of it. I don't play music or movies. The most I will ever do is run vi and gcc at the same time.

      So, it depends on what you do with your machine. The patch seems to work for people who want to play video on a machine with a high load.

    5. Re:Preempt Patch? by X-ViRGE · · Score: 1

      I definitely have noticed a huge difference in the load times and responsiveness of applications. X and my desktop start up in like 2/3 the time they used to take.

    6. Re:Preempt Patch? by LinuxGeek8 · · Score: 2

      Good question.

      I never used the preempt patch, because I'm on a smp system, and it would make it rather unstable.

      But from what I hear, it helps with latency problems, but has a decrease on throughput.
      So I'm wondering, just increasing the latency does do exactly the same, doesn't it?
      I mean, I increased the latency on the pci bus, and my mp3's are almost never skipping anymore. Which is the same claim made by lovers of the preempt patch.
      I never use video stuff though, so I can't comment on that.

      For changing the latency, you can find a good read here:
      Latency

      --
      Well, don't worry about that. We can get you back before you leave. (Dr. Who)
    7. Re:Preempt Patch? by jbailey999 · · Score: 1

      Most systems I see this kind of problem on haven't enabled DMA on their drives.

      I use:
      /sbin/hdparm -d1 -c1 -m16 -u1 /dev/hda

      That's DMA, 32bit IO, Multiple sector count: 16, Unmask IRQs

      YMMV

    8. Re:Preempt Patch? by Anonymous Coward · · Score: 0

      2/3 wainting seems to be right for me, too.

      OT: it's a performarmance boost like 'executive' for AmigaOS which enhanched the kernel's scheduling,

      that thing was made by a student from finland, AFAIR.

      SCNR

  28. 2.4.x bigger than 2.2.y by valentyn · · Score: 2, Funny

    Ha! 2.2.18 on december 11, 2000. 2.4.0 in january, 2001. That means, roughly, 1.5 versions of 2.4 per month, while we have only 1 version of 2.2 in 6 months.
    Somewhere in april we'll have 2.4.21 and 2.2.21 and one month later, 2.4.22 will be out. Hooray!

    --
    my other sig is a 500 page novel
    1. Re:2.4.x bigger than 2.2.y by ocelotbob · · Score: 1

      Kernel development is a funny beast. Sometimes, things just work, and kernels only have to be released when there's a significant amount of hardware. Other times, things don't work and you have to put out a lot of fixes - the early days of the 2.4 VM system sucked; it only started to really rock about 2.4.10 or so. What you didn't take into account with your guestimates is that kernel 2.2.x also had some growing pains in the early stages; it just took a bit longer for 2.4.x to get stable. Just take into consideration the 2.0.x series, they're getting close to a .40 for that line. Trust me, 2.0.x is still being used; there are some vendors who supplied binary-only patches for the 2.0.x series which don't work with the newer lines.

      --

      Marxism is the opiate of dumbasses

    2. Re:2.4.x bigger than 2.2.y by GigsVT · · Score: 2

      That's the way it is supposed to work. As a program matures, there will be less updates, and things to fix. I thought this was a pretty basic concept...

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
  29. So what happens if 2.4.99 is released? by Anonymous Coward · · Score: 0

    Do they just roll over to 2.5?

    1. Re:So what happens if 2.4.99 is released? by Anonymous Coward · · Score: 0

      ummmmm, 2.4.99.2

    2. Re:So what happens if 2.4.99 is released? by donutz · · Score: 1
      ummmmm, 2.4.99.2



      Nah, probably 2.4.100; the kernels start at x.x.0, not x.x.00, so it seems we're using the convention of just tacking the incremental version on without any worry about leading zeros...

    3. Re:So what happens if 2.4.99 is released? by floodle · · Score: 1
      Nah, probably 2.4.100; the kernels start at x.x.0, not x.x.00, so it seems we're using the convention of just tacking the incremental version on without any worry about leading zeros...


      This is correct. The 2.1 devel series went to well over 100, 2.3 should have but 2.3.99+ became "2.4.0-testX" for some reason, although it went for a number of months and some major changes were made.
  30. Obligitory karma whoring by damiam · · Score: 1

    Don't forget to use the mirrors.

    --
    It's hard to be religious when certain people are never incinerated by bolts of lightning.
  31. Re:Preempt Patch? - have not noticed a difference by donutz · · Score: 1

    I've tried the preempt patch and not noticed a difference either...

    maybe what we need is someone to give us some concrete, real world examples of where the preempt patch would do some good? Then we'd know if it would make much of a difference for what we use our systems for...

  32. Rik van Riel helping with the new vm by Anonymous Coward · · Score: 0

    the line that makes me happy is:

    - Fix VM "not-swapping" issue with lowmem
    machines (Rik van Riel)

    I am glad to see that life seems to be going on just fine after that vm "debate".

  33. Re:wow! by Anonymous Coward · · Score: 0

    are you aware of the performance difference between dual Athlon MP 1900's and a single Athlon XP 1600 ? lol

    real men use hardware firewalls.

  34. Misguided versioning? by kurtras · · Score: 4, Interesting

    After several of the last few kernels being released with major bugs, I thought the consensus on LKML was to use -rc versions for bugfixes, and then release a 'final' without making any changes in it. Yet, when I read this changelog, I see that changes were made in the final version. A lot of people will only download a 'final' kernel, because they think that it contains only tested, stable code. That is what the -rc system was to ensure, but releasing a 'final' with changes means that a partially untested kernel is being released to the unsuspecting public. Now, I will admit that there's a very good solution that any user can implement - just don't upgrade. However, these recent quality control problems have given Linux something of a black eye in the public's mind. Therefore, it just seems common sense to not release a kernel with code that hasn't been in for at least one -pre or -rc revision. So, if I were a kernel maintainer, about to release kernel 2.4.18, and I received a 'critical' patch from a project maintainer, I'd make one last -rc release to ensure that the code gets tested before I release it. However, I'm not a kernel maintainer, so take this as you will. I don't mean it as a flame, and I think that Linus and Marcelo have done a wonderful job so far with Linux 2.4.

    1. Re:Misguided versioning? by Anonymous Coward · · Score: 0

      486's and other really stable boxes with old hardware : use 2.0.x
      production quality servers with decent hardware support : use 2.2.x
      bleeding edge unstable and dev boxes : use 2.4.x
      kernel developers : use 2.5.x

    2. Re:Misguided versioning? by Anonymous Coward · · Score: 0

      I would go one further and say that pretty much every release so far should be considered (and versioned as) a beta release. Something shouldn't be "Linux Version 2.4 release" until it's clearly stable - which most 2.4.x releases clearly aren't.

    3. Re:Misguided versioning? by aeil · · Score: 1

      I dissagree, 2.2.x series was handled in a similar fashion as the 2.4.x is now. so one could really say that the lack of a development kernel to let the "kids" play with their new patches is what really hurt 2.4 so far. cause if you hadn't noticed, most of the changelog is BUGFIXES.

      I just remembered... RTFM (or RTFL in this case) archives can be found on the web.

      --
      $home =~ s/work/play/gi; nice -20 run $home;
    4. Re:Misguided versioning? by Anonymous Coward · · Score: 0

      a black eye? hell the public is barely away that linux exists let alone have even a clue that there was a small amount of innovation that disrupted some whiney-leets.

      you shouldn't even been running a 2.4 kernel until now you goof.

    5. Re:Misguided versioning? by Sits · · Score: 1

      I don't quite understand your point. Unless releases are introducing new features they must be fixing bugs otherwise what's the point of changing the version number?

      Surely all that happens is that a nominated pre is renamed to an rc and if the rc proves to be stable it is renamed to final. So all final releases will have bugfixes in them because they were either a pre or they fixed something in a previous rc.

    6. Re:Misguided versioning? by be-fan · · Score: 2

      Basically, you have for each kernel version you have several -preX kernels. Once you get the thing stable, you rename the line to -rcX kernels. From here, you accept only bug-fixes. When the -rcX kernel gets really stable, you rename it to -final, without changing anything else.

      --
      A deep unwavering belief is a sure sign you're missing something...
    7. Re:Misguided versioning? by Anonymous Coward · · Score: 1, Insightful

      > After several of the last few kernels being released with major bugs, I thought the consensus on LKML was to use -rc versions for bugfixes, and then release a 'final' without making any changes in it. Yet, when I read this changelog, I see that changes were made in the final version.

      You're correct that this is the general principle that will be used. BUT, Marcelo reserves the right to make judgements case-by-case, and in this case felt that the fixes were small enough to go in the final build.

  35. @home by mackermacker · · Score: 0

    "I havent finished downloading the last release yet on my 56k modem, and a new one is already out? I'm hopeless... "
    thats funny, for me its "I havent finished downloading the last one yet on my @home broadband connection, and a new one is already out? I'm hopeless...

  36. My favourite change: by schon · · Score: 2, Funny

    From pre1:

    - Speeling fix for rd.c

    Gotta love that sense of humor (at least I HOPE it was intentional :o)

    1. Re:My favourite change: by sluggie · · Score: 1

      this was intentional... you know chargon file compatibility... ;)

  37. MOD THIS UP!! by Anonymous Coward · · Score: 0

    important insights!

  38. Cache/Buffer Fixes by Mish · · Score: 1, Interesting

    I don't know if anyone else is as happy as I am right now to see these fixes in the changelog...

    - Make kernel try a bit harder to shrink caches
    instead swapping out
    - Fix VM problems where cache/buffers didn't get
    freed

    The 2.4 series has been plagued by these problems, thank god that they might finally be over...

    1. Re:Cache/Buffer Fixes by Anonymous Coward · · Score: 0

      "The 2.4 series has been plagued by these problems, thank god that they might finally be over..." Cool, you mean Linus himself (god) fixed these issues?

  39. Re:Wow by Anonymous Coward · · Score: 0

    I'm running XP right now you moron. Don't cost anything to windowsupdate. Pull your fucking head out of your ass.

  40. NTFS bug fixes? by Mr.+McGibby · · Score: 2, Interesting

    Any word on what the NTFS bug fixes involved? Any closer to a usable readwrite mode?

    --
    Mad Software: Rantings on Developing So
    1. Re:NTFS bug fixes? by bucky0 · · Score: 1

      I've been wondering about that too. Why is linux support for NTFS lagging?

      --

      -Bucky
    2. Re:NTFS bug fixes? by Pussy+Is+Money · · Score: 0

      Forget about NTFS. In a few years it'll come with Digital Rights Management technology (or they'll just start referring to ACL's as DRM's), and any implementation will have to be licensed from and reviewed by Microsoft. If you don't do that, you'll be punishable under the DMCA, or some terrorist act, or some children protection act, or whatever. Just... Forget about NTFS.

      --
      Pushin' 'n dealin', shovin' 'n stealin'
    3. Re:NTFS bug fixes? by Mr.+McGibby · · Score: 2, Informative

      Lack of solid documentation and licensing issues as I remember.

      --
      Mad Software: Rantings on Developing So
    4. Re:NTFS bug fixes? by Cheesy+Fool · · Score: 1, Informative

      Well, if you have checked the linux-ntfs website, especially the mailing list archives you would see this question comes up a lot.

      Here's one reply to why it hasn't been done yet.

      --

      Hail to the king, baby!
    5. Re:NTFS bug fixes? by Anonymous Coward · · Score: 0

      OOOhhh I know this one - it's because NTFS is a completely proprietary, undocumented (unless you sign agreements saying you WON'T make non-windows programs to read it) product of one of the most information-freedom-unfriendly companies around today - Microsoft.

    6. Re:NTFS bug fixes? by Anonymous+DWord · · Score: 3, Insightful

      You remember right. Lack of *any* documentation, more like it. Licensing I don't think is a problem, as everything is done blind. MS changes NTFS every time they put out a new OS though, so that kind of complicates things.

      --
      "If he thinks he can hide and run from the United States and our allies, he's sorely mistaken." Bush on bin Laden
    7. Re:NTFS bug fixes? by Anonymous Coward · · Score: 0

      True as hell.

    8. Re:NTFS bug fixes? by rfredell · · Score: 1

      It doesn't seem to bother the guys over at sysinternals too much.

    9. Re:NTFS bug fixes? by afidel · · Score: 1

      Yeah because they write a wrapper around the Microsoft libraries. It's kind of easy to support it if you can use the native code =)

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  41. Re:WOW ! by Anonymous Coward · · Score: 0

    dual cpus means shit for bus bandwidth.
    ripping a DVD and burning a CD at the same time with decent speed is impossible. your bus bandwidth will be saturated even if you have 4 cpus..

  42. Re:wow! by Anonymous Coward · · Score: 0

    Yeah, I know my Apache servers need that kind of hardware. Even my MySQL servers are definately CPU bottlenecked with the Athlon XP 1600s. I'd better get dual XP 1900s with their dedicated 266mhz bus lines to each CPU. That's what I need for disk intensive database queries and webserving. I mean, it's not like you Linux fags ever compile anything except your daily kernel update.

  43. Re:Wow by cscx · · Score: 1
    You're comparing apples with oranges.

    You're saying that a kernel upgrade is an OS upgrade... WRONG! Someone can go to Windows Update and get new drivers, updates, etc.

    If I want to upgrade the OS, sure I'll have to get the upgrade... That's like saying you have to get the upgrade if you want to go from RH 5.2 to 7....

    Of course Windows users don't have to face the task of recompiling their kernel every so often. From what I hear, many linux distros are taking the Windows route and encouraging the use of loadable modules (just like Windows) instead of compiling them in.

  44. Re:Wow by Anonymous Coward · · Score: 0

    win98 -> winxp cost ya $99 you moron. windowsupdate *will* cost ya after M$ rolls out the subscriptions service.

  45. although you have to wonder... by Anonymous Coward · · Score: 0

    ...are new features being left out because 2.5 is out (and thus 2.4 is "stable" instead of "testing")? Or are new features being left out because Linus has nothing to do with it now? :)

    1. Re:although you have to wonder... by ndogg · · Score: 1

      They're being left out because they haven't been extensively tested yet. That's the point of stable. You work on what you have, don't add new features (see my first point), and make sure that all the bugs are out.

      --
      // file: mice.h
      #include "frickin_lasers.h"
  46. AMD K7 SSE by BrookHarty · · Score: 3, Interesting

    in the changelong I noticed...
    pre5 - Enable K7 SSE (John Clemens)

    So we now have SSE for the K7 cpu? Does any programs on linux even take the extra speed of SSE/MMX/3D NOW? I have always wondered since these type of optimizations are only visible when the software application lists it, and most software is for windows.

    1. Re:AMD K7 SSE by Algorithm+wrangler · · Score: 4, Insightful

      SSE requires some extra effort on the OS on context-switch, since the SSE registeres are not normally saved/restored (they are only available on SSE-enabled CPUs). So SSE has been unusable on K7 up until now since you might have your programs screwed up by a context switch.

      --
      -._''_.-
    2. Re:AMD K7 SSE by Anonymous Coward · · Score: 0

      mplayer, a movie player, does. (I'm not sure about SSE, but definitely MMX and 3DNow!) In fact, the author discourages people from distributing binaries, so that you are forced to get good performance.

    3. Re:AMD K7 SSE by Anonymous Coward · · Score: 1, Informative

      What are you talking about?

      The message is about SSE being enabled on AthlonXP's.

      It doesn't work on 'normal' Athlons!

    4. Re:AMD K7 SSE by fr2asbury · · Score: 1
      Actually XMMS has the ability to make use of 3D-NOW!
      It's not what you might think though.
      It's go tnothing to do with 3D, but it does make it write to disk MUCH faster.

      On my site K6-rpms ou can find XMMS rpms that take advantage of this.

      Cheers,
      Jonathan

    5. Re:AMD K7 SSE by fr2asbury · · Score: 1
      Oops
      Don't worry, if you don't see XMMS in the list of files, it's there. Just click on any of the other projects.
      I'll take care of that as well as get the latest pre-release of XMMS up, over the weekend.

      Cheers,
      Jonathan

    6. Re:AMD K7 SSE by Hoser+McMoose · · Score: 1

      Just a little FWIW for anyone who's wondering, the following current AMD chips support SSE:

      AthlonXP
      AthlonMP
      Athlon 4 Mobile
      Duron chips of 1GHz and faster (and new 900 and 950MHz chips)
      Mobile Duron chips at 800MHz and greater

      Presumably any future AMD chips will also support SSE. To date, none support SSE2 (as found in the P4), though rumor has it that this will show up in the Hammer series of AMD chips to be released in about a year.

  47. Re:wow! by Anonymous Coward · · Score: 0

    no. thats what you need for a workstation. real men use quad processing xeon hardware with hardware raid controllers like the ICP vortex series for database and high performance webserving. your wimpy dual XP 1900s are only used for webserving by people like anandtech.com who *do* manage to saturate both CPUs with MySQL.

  48. Re:wow! by Anonymous Coward · · Score: 0

    Of course, what you really need is ...

    a Beowolf cluster of 'em.

  49. Re:You're an idiot by Anonymous Coward · · Score: 0

    The VIA chip is a lot more common. However, you probably do know that the CMD646 is the chip that is used for AMI ATA/100 IDE RAID (eg Iwill Motherboards) and are just a troll. :)

  50. Re:Wow by alen · · Score: 2

    I guess then they will be just like Apple charging for OSX upgrades.

  51. So what kernel does slashdot use? by Dante · · Score: 1

    I wonder what kernel slashdot uses on it's servers.
    are up to 2.4 yet? Or still running 2.2?
    If they are still running 2.2 when will slashdot upgrade?

    --
    "think of it as evolution in action"
    1. Re:So what kernel does slashdot use? by Anonymous Coward · · Score: 0

      freebsd.

    2. Re:So what kernel does slashdot use? by Anonymous Coward · · Score: 0

      freebsd.

      Not according to netcraft.

      If they were using FreeBSD, this site wouldn't be down every 5 minutes.

  52. What is "preemtive" for ? by hemabe · · Score: 1

    I don't understand the difference between preemtive and the normal way (btw: which?). Could someone explain this to me? What are the advantages? Thanks, Hermi

    1. Re:What is "preemtive" for ? by itarget · · Score: 3, Informative

      Having a preemptive kernel just means that the kernel will allow itself to be interrupted by other programs and give them some cpu time.

      This improves response time for your programs as now they won't get stuck waiting for the kernel to finish doing something time-consuming (like disk I/O) before they get some cpu cycles.
      In most cases this isn't a big deal, but you'd definitely notice when your mp3 player skips because it's stuck in line behind the kernel.

      --

      "Where shall the word be found, where will the word resound? Not here, there is not enough silence." -T.S. Eliot
    2. Re:What is "preemtive" for ? by agrapa · · Score: 2, Informative

      When a process starts a kernel call, it will not be context-swapped until it finishes executing the call. That is, the kernel will not change the executing process as long as it is kernel code that is in execution. There are many reasons for this. The patch makes it OK to to context swapping in the middle of kernel execution, helping all processes get an equal amount of CPU time.

    3. Re:What is "preemtive" for ? by Anonymous Coward · · Score: 0

      'helping all processes get an equal amount of CPU time.'

      - and adding some extra context switching overhead, don't forget!

    4. Re:What is "preemtive" for ? by hemabe · · Score: 1

      Thanks you for your answer, i don't understand how it is possible, that the kernel right now is not preemptive? Is it possible, with the old kernel, that one process will consume all cpu time. Is it possible, that the process will not "give back" to other processes ? ciao, Hermi

    5. Re:What is "preemtive" for ? by jquirke · · Score: 1

      No, a process when in userspace cannot hog the CPU. Even if a process does not sleep on a wait-queue, say the program consists of:

      for (;;);

      It will be forced off the current CPU when its counter expires. The period of time depends on its nice value. The counter is decremented each clocktick, and a re schedule() happens when the counter is found to be =0.

      The only way a program can hog the CPU if it is running real-time (SCHED_FIFO), but only superuser processes can do this.

    6. Re:What is "preemtive" for ? by be-fan · · Score: 4, Informative

      There are two things here. Preemptive in userspace, and preemptive in kernel space. Linux is preemptive in user space, meaning that when a process is running application code, it can be preempted. When it is running kernel code, however (ie. during a system call) the scheduler will not preempt the thread, even if a higher priority one becomes available. Essentially (on a single processor) the kernel code is cooperatively multitasked. Kernel code runs until schedule() is called to invoke the scheduler. Some kernel code paths are very long, which leads to long periods where the current process cannot be preempted, which kills latency.

      Also, to expand on the original question, there are a couple objections to the patch: It has the potential total throughput, because more locking must be used since the kernel can be preempted at any time, not just at specified points. However, in practice, the effect on throughput seems to be negligible. It also increases complexity, due to additional locking, but most of the complexity is there anyway, in the form of the SMP locks.

      --
      A deep unwavering belief is a sure sign you're missing something...
    7. Re:What is "preemtive" for ? by UnknownSoldier · · Score: 3, Informative

      > I don't understand the difference between preemtive and the normal way (btw: which?).

      The normal (old) way is "cooperative" -- meaning you don't yield a task until you're ready.

      Pre-emptive means you can be forced to give up your task.

    8. Re:What is "preemtive" for ? by ASM · · Score: 2, Insightful

      That's not *quite* right. Linux has been pre-emptive since the beginning, but in userspace, not kernelspace. IE, system calls, driver code, and other kernel stuff couldn't be preempted, but user code could.

      Windows, on the other hand (9x, I don't know about NT) is fully cooperative, meaning that userland isn't preempted either. That, and poor memory protection, is why buggy windows programs can bring the system down, Whereas in linux, only kernel space stuff can lock up the system.

      The preempt patch, then just makes the kernel preemptable, so that Linux is fully preemptive, instead of just in userland.

      --
      Fish
    9. Re:What is "preemtive" for ? by be-fan · · Score: 3, Informative

      Ah! Partially right! But sorry, no dice. The only cooperative multitasking that is done in Windows 9x is with 16 bit applications, since all 16-bit apps are run in the same virtual machine. All 32-bit apps are fully preemptively (userspace multitasked. As for memory protection, that's only partially true. Application memory is indeed protected from each other. However, there is a big 1GB region of shared memory that is unprotected. Apps that use this region and asking to hose the system. Also, some bits of kernel memory are unprotected because DOS apps need access to them.

      As for NT, it is a fully preemptible kernel, both in userspace and kernel space. Like all preemptive kernels, of course, it is not preemptible when interrupts are disabled (since the clock interrupt can't happen). The main reason why NT has always been preemptive is because its always been SMP. The locking requirements on SMP are similar to to locking requirements for a preemptible kernel, so you can get both together for the price of one. Indeed, the preemptive patch for Linux is very small because it uses the existing SMP locking mechanism.

      --
      A deep unwavering belief is a sure sign you're missing something...
    10. Re:What is "preemtive" for ? by be-fan · · Score: 2

      Hey, I love BeOS as much as the next fanatic, but (as much as I would love to) I can't use it because its compiler is old and there is no support for the rear-channel on my SB Live!

      --
      A deep unwavering belief is a sure sign you're missing something...
  53. I'm going to have to create a "LinBoys" fangroup.. by cybrthng · · Score: 1, Redundant

    I have upgraded from Windows 2000, to W2k SP1, to W2k SP2, IE 5.5 SP2, DirectX 8.0-8.1, IE 6.0 and lots of other hardware upgrades, driver updates and crap and have paid

    $.00

    Infact i only paid 149.00 to upgrade to Windows XP after running 2k for a while that wasn't a bad deal either.

    Now if i have any problems i can submit the crash dump to Microsoft and within 3 days they have analyzed the dump and written back if it is hardware, software, os bug or program bug.

    I can't get that from Linux being an endusers, i don't have time to peruse the code to fix all the bugs that i may come across and well, features WIndows has em all, i'm not waiting for one thing or another then what the latest and greatest will be.

    But waite, i also Have a Suse 7.1 server i bought for a few hundred running an Portal 9iAS server, and i have a Professional RedHat 7.2 i have purchased from redhat. Both of which cost me just as much as my windows solution with the same amnount of support. Linux happily runs my Resin/JSP/XML/XSL development server and makes a great workstation for coding..

    But believe me, your underestimating the value of having upgrades and at the same time not having to download new kernels, compile, tweak, reboot, and crap like that. That is the luxury of Windows. If you need an update, point your browser to windowsupdate and voila.

    Sure Ximian has it, but upgrade your OS to something else and wait... wait.. wait.. and maybe the support will come, or quite possibly after you have already purchased ximian and paid the 9.95 a month for preferred access your already paying out the wazooo for more then what windows costs..

    anywhooo, your not right or wrong, but your point is moot without you actually giving any reasons linux would be cheaper. Time is money, and if it takes a while day for me to download an iso, install, patch, secure, tweak and fix a linux box then that has cost me alot more then a 149.00 cost of XP that has installed out of the box on more hardware then i have ever seen..

    oh well, to each there own.. just thought i'd poke you for a bit

  54. Re:Already? x = 36 by pheph · · Score: 1

    I think 2.0.36 was the hugely popular RedHat 5.2 based kernel.

  55. loopback deadlocks by Anonymous Coward · · Score: 2, Interesting

    final:

    - Fix more loopback deadlocks (Andrea Arcangeli)

    the very first line of the changelog is scaring my ass of. this sounds like there are some / an unknown number of loopback deadlocks still lurking and nobody knows where, until it jumps out to rip your head off.

    1. Re:loopback deadlocks by Anonymous Coward · · Score: 0

      boo. *rips your head off*

  56. Your out of your league... by didyaseethat · · Score: 1

    Case in point, go to windows update on your NT kernel 5.0 (win2k) pc, and try to update to NT kernel 5.1. Surprised your upgrade is not there. For the upgrade you will have to buy Windows XP. Of course Windows bug fixes are there, but they could not get away with blatently charging to fix their mistakes. You can also download a new 2.4.x kernel onto your Redhat 5.2 PC, compile the kernel, and Bang, for free, you have all of the kernel improvements since Redhat 5.2 was released, without the overhead of running new window managers, or whatever. Granted most people will just acquire the newest release, but it is not the only forced solution if you want the improvements. All distro's I've ever used/seen have used all modules rather than compiled in drivers. It would be near imposible to support even a few different machines with hard coded kernels. Expert users may compile their own kernels to acheive even beter performance than offered in a stock kernel, but no one ever has to. Every distro I have ever used releases RPM packages of the new kernels pre-compiled and ready to go. Its as easy as just clicking the icon in your file manager and your ready to go with the new features. It is clear that you have very little, if any exposure to linux. For the sake of those that may be interested in trying something different, please keep your mis-information to yourself.

    1. Re:Your out of your league... by Wumpus · · Score: 1
      You can also download a new 2.4.x kernel onto your Redhat 5.2 PC, compile the kernel, and Bang

      Congratulations on your choice of words. Bang, indeed.

    2. Re:Your out of your league... by cscx · · Score: 1
      It is clear that you have very little, if any exposure to linux.

      It is clear that you have very little, if any exposure to WinNT.

      Ever heard of service packs? They have new builds of all the OS files bundled. Yes, that means a kernel upgrade. Just because the version number didn't increment doesn't mean the build number didn't.

      Suck it, Trebek.

    3. Re:Your out of your league... by Anonymous Coward · · Score: 0

      service packs just make me laugh. really. they're quite funny.

    4. Re:Your out of your league... by didyaseethat · · Score: 1

      Service packs....actually, I have installed two of them on my Windows 2000 pc (not to mention the millions of updates on 9x). Lots of bug fixes, but unfortunately no new features. Take your 2.0.X kernel, upgrade it to a 2.4.X and the worm has turned for you my friend. The capabilities grow exponentially. The title "Service Pack" says it all. Service what you got. If you want better (not that XP is better) pay up.

      Build number...heh heh

      By the way, I keep 2000 around for the TV out hacks. I can't yet get my tnt2 overscanned on my TV. But the day I can....

  57. Re:Linux Kernel is lagging behind by Anonymous Coward · · Score: 0

    sorry that would be 2001.
    they quit normal numbering back in 95 when they quit innovating.

    Ohh that was a good slam!

  58. Patching the kernel by Corporate+Troll · · Score: 1
    I know you are supposed to download the patch. It would be ideal since I only have ISDN. Unfortunatley I just downloaded it, and now I don't know what to do.
    Downloading the kernel is easy, it's a tar.bz2 and with tar -Ixvf I get the whole tree, unfortunately I just notice a patch is only "patch-2.4.17.bz2", I can unzip it, but then? What do I do?

    I'm only using Linux since about a year seriousely and downloaded and compiled nearly all kernels since then but always the complete package. It would be great if I knew how exactly to patch the kernel.
    Yes, I know this is a newbie question. Forgive me for this :-(

    1. Re:Patching the kernel by mboedick · · Score: 1

      I used to always download the whole tarball too, until I discovered /usr/src/linux/scripts/patch-kernel. Now all I do is grab the patches, verify the signatures, drop them in /usr/src/linux, run that script, and compile.

      It's a fairly intelligent script and makes things painless.

    2. Re:Patching the kernel by Corporate+Troll · · Score: 1

      Thanx....I just read that in the readme, and I'll try it tomorrow :-)

    3. Re:Patching the kernel by Anonymous Coward · · Score: 0

      You can also take the patch file, and copy it into the linux directory (where you untarred a fresh version of the latest kernel before the patch ie 2.4.16 stable with patch 2.4.17-rc2)
      Then type zcat patch-2.4.17-rc2.gz | patch -p1 -s
      then (when it's done) type
      find ./ -name "*.rej"
      you shouldn't see anything if it all went well.
      The Makefile should have (with 2.4.17-rc2)
      VERSION = 2
      PATCHLEVEL = 4
      SUBLEVEL = 17
      EXTRAVERSION = rc2

    4. Re:Patching the kernel by Corporate+Troll · · Score: 1

      The kernel script worked fine, and my machine is running 2.4.17 happily now. Thank you for the extra information, and I'll try that at the next kernel upgrade. (I printed out your explanation :-))

  59. What! by willum448 · · Score: 0

    Last time I checked, the windows kernel was in its thirty second realease?

  60. good thing by 7-Vodka · · Score: 1

    Good thing it was intentional! Being brazilian I recognized it as a common spelling mistake for brazilian english and thought the worst haha :)

    --

    Liberty.

  61. I'm stupid! by Corporate+Troll · · Score: 1

    Aaaagh! Now I feel extremely stupid, I just did 'man patch' and it's all there! I just should have RTFM and shut up :-(

    1. Re:I'm stupid! by Anonymous Coward · · Score: 1, Informative

      at least you realized you asked something stupid... :)

      the trickiest part is figuring out that you need to use "patch", there's also the README file in the root of the linux source that I believe gives you instructions

      -- gid

    2. Re:I'm stupid! by Corporate+Troll · · Score: 1
      Gid,
      It's not that obvious if you're new to all of this. Of course I am in fault not to read the REAMDE, but then I got used to README's in download directories that explain server policies and such. Perhaps my post will point users that don't know about the 'patch' command to using patches instead of using the source tree. I know it sounds silly, but this is the kind of help newbies need.

      Thanks for your reply :-) I do realise I asked something stupid, but that doesn't make me a bad person, does it?

    3. Re:I'm stupid! by greenrd · · Score: 1
      If you didn't have that username, someone might actually believe you.

    4. Re:I'm stupid! by Anonymous Coward · · Score: 0

      I really wasn't trying to be sarcastic or anything. I was just saying... :)

      -- gid

    5. Re:I'm stupid! by Anonymous Coward · · Score: 0

      But no, that doesn't make you a bad person... I know I've ask my fair share of questions like that...

      Sometimes it's just easier to ask someone who knows, than to sift through miles of documentation. In my case, I'll ask someone else at work who might know, but not all people have that luxury. I'm not saying that this is one of these cases, but you get my point. You just have to be careful not to become an annoyance. :)

      -- gid

    6. Re:I'm stupid! by Corporate+Troll · · Score: 1

      You're lucky you can. At work we're an Microsoft Shop mainly. I'm one of the few Java people, and I'm the only one using Linux regularly. People mostly ask me questions, but one cannot know everything :-)

  62. Re:Linux Kernel is lagging behind by Anonymous Coward · · Score: 0

    Actually, that is the OS version, not the kernel version. The current kernel is, in fact 5.1. They never used an odd kernel naming convention; after all, how many consumers buy based upon the kernel version? (2000 came with 5.0)

  63. Re:Wow by __past__ · · Score: 2, Insightful

    In fact, *only* Linux users have to upgrade their kernel every so often.

    Users of proprietary OSes don't have a chance to, and users of about
    any other Free OS - well most other free OSes kernels just aren't
    broken every second week.

  64. slave ATAPI CD on soundblaster by Anonymous Coward · · Score: 0

    Hi all,

    I'd like to know if someone got a working CD-drive as slave -- connected to an ISA Soundblaster SB16?

    I got one of these rarities in my antique Pentium 133 and, after seeing a bug reported to kernel people about a similar problem, I chose 2.2 on my last upgrade (the drive wouldn't work only with 2.4).

    For the record, I use Conectiva 7.0 (similar to Redhat 6, I suppose).

    Thanks in advance for any help!

    Shy Valiant

    1. Re:slave ATAPI CD on soundblaster by ghack · · Score: 1

      that is (a) off topic and (b) the sb16 scsi cdrom uses the aha152x driver. look it up somewhere...and dont post OT questions

    2. Re:slave ATAPI CD on soundblaster by Anonymous Coward · · Score: 0

      Why, you are going to dictate who is going to post what? Why don't you fuck off, for instance?

    3. Re:slave ATAPI CD on soundblaster by Craig+Davison · · Score: 1

      Or (c) Some SB16s use a Sony, Panasonic or Mitsumi proprietary inferface, shitstain.

      Seriously, this guy is probably looking for help with one of the "non-ATAPI/SCSI" cd-rom interfaces that are so rare now.

    4. Re:slave ATAPI CD on soundblaster by Anonymous Coward · · Score: 0

      Hi -- me again, Shy Valiant.

      First, thanks very much ghac for the directions about a solution.

      IMHO this is on-topic since it's the sole problem preventing me to upgrade to 2.4 and this is about a newly released version.

      But in case you're right, please point me a more proper forum -- note that I _chose_ not to bother the developers at the kernel mailing list (there was already a similar issue; I did a _thorough_ research some months ago).

      For the other guy who defended me, thanks, too (but ghac has the right to express his views).

      And Craig, thanks and - btw, dmesg here says:

      hdf: CD420E, ATAPI CDROM drive.

  65. Re:Preempt Patch? - have not noticed a difference by Darren+Winsper · · Score: 2, Informative

    My MP3s stopped skipping under heavy(ish) load. For example, when checking out the Mozilla tree, there is a lot of hard disk access for up to a minute. During this time, XMMS would often skip and crackle, whereas with the preempt patches this no longer occurs.

    Xine also seems to like the patches. I can often have two compiles going on in the background with a fair bit of swapping and DVD playback is still smooth. This was not the case without the preempt patches.

    In general, the preempt patches help if you use your system as a desktop/workstation, it could actually harm system performance if it's primarily a server.

  66. Why are you upgrading? by nbahi15 · · Score: 1, Troll

    I use my office and home server on 2.4 kernels without trouble. I got over upgrading to the latest kernel a long time ago. I only upgrade if I need functionality or encounter a serious problem. I moved to 2.4 for USB support. I've only had one kernel panic on my machine in the 2.4 series. And as far as the preemptive patch I have never found it necessary. I do add the microcode support and load the microcode fixes from Intel and my array uses reiserfs which I patched.

    1. Re:Why are you upgrading? by chill · · Score: 1

      Depends on your hardware. Firewire support has been improved/stabilized in successive kernels; there have been filesystem fixes to Reiser and Ext3 (both of which I use).

      As far as preemptive: you see it when running something like an MP3 player; DVD/CD/Video player or anything else that is very timing sensitive. Try doing a big compile or massive file copy with XMMS running in the backgroung -- skips, stutters and glitches. The preemptive patch addresses this a lot.

      --
      Learning HOW to think is more important than learning WHAT to think.
    2. Re:Why are you upgrading? by nbahi15 · · Score: 0

      I guess I should try it while ripping three CDs at once and running XMMS.

      cameron.

  67. Re:Wow by Anonymous Coward · · Score: 0

    Wow, you the base of a six-year operating system is past its life-cycle? You're shitting me!

    Jesus, Linux was in the 1.x stage there. I'd love to see you try to be as productive with that as one can be with 95.

  68. Re:Wow by rseuhs · · Score: 2
    Of course Windows users don't have to face the task of recompiling their kernel every so often.

    Neither have Linux users.

    Did I miss something? Did Bill Gates redefine the english language so that "be able to" and "have to" mean the same thing? Why don't Windroids understand the difference then?

  69. Re:I'm going to have to create a "LinBoys" fangrou by Anonymous Coward · · Score: 0

    costs more than 149.00 for linux troubles? it really depends on how much you get paid per hour and how many hours you work. and still, even then, windows takes time to reinstall too. and if there are driver problems? yuck. new drivers to download on the internet and "Test" (just like with linux)? more time. with linux, if you actually program, you can just look at the code and see what's wrong. SO EASY.

  70. DAMN! Am compiling 2.4.16 on a 486 as I write thi by Anonymous Coward · · Score: 0

    GOD FU***NG @#$@#&!!!

    I JUST STARTED COMPILING 2.4.16 ON MY 486/66!

    And this is a >= 3 hour process!!

    What's more, the system is my router/firewall using iptables/netfilter -- oh and look, they added netfilter fixes in 2.4.17...

    *grumble* I think I'm gonna do my 486 compiles on my P733 from now on... Never mind the 100MB+ source uploads between each box to do it...

  71. Re:Wow by nbahi15 · · Score: 1

    If all you want from computer is slick looking marketing. I encourage you to buy Windows. Buy two instead. Aside - I bet everyone who swears by Windows violates their EULAs.

    What is the better operating system? Stupid question. Dumber argument.

    If you want to create the tools that canned apps don't provide you choose Linux. First because programming is powerful, easy and free in Linux. Second you can manipulate the damn files since they aren't in a proprietary binary format.
    Linux provides something that Microsoft never can. Multiplatform support. Linux will run on a toaster (provided you really wanted it to). It can be customized however you like and it is a solid platform to build any truly efficient appliance. Tivo is a good example, so easy, so solid, sooo Linux. Also infinitely hackable.

    No nasty licensing issues. I would never want to compete in a Microsoft world because you can only play by their rules (read EULA).

    Finally be concerned about the politics of your OS. Digital Rights Management is coming, and it will not be negotiated in your favor. You like Fair Use, the massive corporate concerns want us to take only what they provide and buy only on their terms. I'm not a big fan of restrictive EULAs. I'm also not a fan of copyrights. And before you ask, no I see no need for inventors to receive anything other than the glory of their own innovation. And before you say, I disagree that the world would come to an end and the economy would collapse.

    cameron.

  72. Re:bios flashing, not just from DOS anymore by thing12 · · Score: 2, Informative

    You should try out /dev/bios. It's a very cool little kernel module. I recently used it to flash the bios on one of my linux boxes that didn't have a floppy installed. Just cat the file out to /dev/bios and reboot. It's a beautiful thing, though obviously you probably wouldn't want to have it installed all the time :-)

  73. A fool and his money will soon part... by nbahi15 · · Score: 0, Flamebait

    with a Microsoft product.

  74. KT266A by green+pizza · · Score: 2

    I noticed someone else asking about VIA KT133 support, so I thought I'd inquire about the KT266A...
    We have two new office-brew systems, one mobo from Asus and one from Abit, both are based on the KT266A and neither will boot any flavor of kernel 2.4.x that we've thrown at it. I've done the normal google and usenet searches, but haven't found much other than a few "works for me" posts. Anyone have some pointers or patches?

    1. Re:KT266A by theMissingLink · · Score: 1

      We have 3 soyo dragon plus motherboards at work which I believe use this chipset. I have a soyo dragon at home. All running SuSE 7.3 2.4.10 kernel with no problem. Well no problem booting anyway. We have some flakiness we haven't figured out with the dragon plus boards.

  75. Re:Wow by Anonymous Coward · · Score: 0
    No nasty licensing issues. I would never want to compete in a Microsoft world because you can only play by their rules (read EULA).

    But with Linux you have to play by the FSF rules (read GPL). If you don't want to release your IP that can be as much of an issue as an MS EULA.

  76. Re:Already? by Anonymous Coward · · Score: 0

    Heaven forbid slashdot have a topic!

  77. Asking /. staff... by TeknoHog · · Score: 1

    Many people keep asking if the /. staff actually read their site - when commenting on multiple instances of the same article. Now, I wonder whether the staff ever read/reply the comments, because I've never encountered any of them replying. Of course, they would probably reply under some obscure aliases, but you should still be able to tell...

    --
    Escher was the first MC and Giger invented the HR department.
    1. Re:Asking /. staff... by Ziviyr · · Score: 1

      Commander Taco has spoken. :-)

      --

      Someone set us up the bomb, so shine we are!
    2. Re:Asking /. staff... by Anonymous Coward · · Score: 0
      Commander Taco has spoken. :-)

      That's preposterous. CMDR TACO occasionally makes spelling and grammatical mistakes, whereas TeknoHog didn't. I suspect CMDR TACO is one of the more infamous trolls here...

  78. BZ2 vs GZ by jquirke · · Score: 4, Interesting

    Something I feel like asking as 2.4.17 (bz2) trickles down the connection at 0.2K/sec from Australia's Planetmirror...

    The kernel's are posted in both GZ and BZ2 formats. What do you guys mostly use? I can't see much point these days with having the Gzip format, I mean is there still a point to downloading it? Or even having them available in that format?

    From what I can see, removing the Gzipped versions

    *reduces network congestion
    *saves space on the mirrors
    *saves space on local storage (yeah only a couple megs)

    Of course, it requires more processing time to extract, but that seems to be no big deal these days. I'm pretty sure everyone has bzip2 installed , and those who don't can easily get it, so that can't be a problem.

    So is it really just traditional reasons it's posted in Gzipped format? Tell me if I've missed something. It would be interesting to know what everyone thinks about this.

    1. Re:BZ2 vs GZ by damiam · · Score: 2

      Tradition, some people don't have bunzip2, and BZ2 takes longer to decompress (a real issue on slower systems).

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    2. Re:BZ2 vs GZ by TaliesinWI · · Score: 3, Insightful

      I'm sure I'm going to be showing my age when I say that I remember the Big Switch from .Z (Compress format) to .gz on most FTP sites. Is .bz2 really becoming that common? The only place I'm really exposed to it are the kernel sites, most other source code repositories are either just .gz or still have legacy .Z stuff lying around...

    3. Re:BZ2 vs GZ by Gregg+Alan · · Score: 2, Interesting

      I only use bz2 for the kernel. Seems to me that processing power is cheaper than bandwidth (lucky for me I have plenty of both.)

      If the extra time to decompress a bz2 over a gz is that great a factor, why would you even want to compile a kernel on that particular machine? Compile it on your fast box and just copy it over. That's what I do.

      --
      Here before all but 8486 of you.
    4. Re:BZ2 vs GZ by spuk · · Score: 1

      Bzip2 is *way* slower and memory hungry than Gzip, and the gain is not necessarily great ...

      --

      "Video bona proboque; deteriora sequor." -- Ovid
    5. Re:BZ2 vs GZ by |_uke · · Score: 1

      the difference between downloading a full bz2 compressed kernel and a full gz compressed kernel IS a fairly big deal on my little dialup

      not to mention that if you remove whatever percentage of users that still downloads the .gz version, you save the difference in size times the amount of users in bandwidth!

      a few megs per user times just even as little as 25 users makes a difference

      the bz2 is not there so much for your sake, but for the servers :)

      (although again for little modem users like me, it DOES make a difference... for me that is :P)

      --
      Luke
    6. Re:BZ2 vs GZ by jbailey999 · · Score: 1

      I use my favourite format: .deb =)

      The stock Debian kernels have been just fine for me. I used to enjoy going through and selecting all of the options in versions 1.2.x. Now with all of the options, it's become an all-day project to try and remember which options to pick. The debian kernels nicely have (almost) everything available as a module, and has all the scripts to setup the initrd.

    7. Re:BZ2 vs GZ by Ed+Avis · · Score: 2, Interesting

      If you're worried about download time, just get the patches!

      (Okay that only works if you've got the previous version - you can download a whole sequence of patches for bigger jumps, but after a while it gets bigger than the kernel itself. I'd like to see a general patch generator where you type in what version you currently have and it generates the smallest patch file just for you. Alternatively some way of using rsync would save on bandwidth.)

      --
      -- Ed Avis ed@membled.com
    8. Re:BZ2 vs GZ by Anonymous Coward · · Score: 0

      If uncompressing bz2 takes so much longer that it does really bother you, for the sake of your own nerves and health, please DO NOT UNDER ANY CIRCUMSTANCES, try to actually _compile_ that kernel.

    9. Re:BZ2 vs GZ by bconway · · Score: 2

      You realize you can re-use your old .config, right? There's even an option to load or save old non-.config files in the various menuconfig/xconfig/whatever menus.

      --
      Interested in open source engine management for your Subaru?
    10. Re:BZ2 vs GZ by spuk · · Score: 1
      Sorry, I misread the original post. What I meant was that Bzip2 may not be worth it to be used everywhere. For the specific case of Linux, I think it could be reasonable to use only Bzip2.

      --

      "Video bona proboque; deteriora sequor." -- Ovid
    11. Re:BZ2 vs GZ by Anonymous Coward · · Score: 1, Informative

      I use Debian source kernels; the trick is to copy .config from the old tree to the new one, then connect to the new tree and make oldconfig. Voila', you only answer the new questions; all your existing settings get setup automatically. Build as usual from this point.

  79. Re:3DNow! by TeknoHog · · Score: 2, Informative

    MPlayer makes use of MMX and 3Dnow! if they are available. Makes my K6-III+, 400 MHz, play DivX quite well :-)

    --
    Escher was the first MC and Giger invented the HR department.
  80. can anyone compile it? by seandarcy · · Score: 2, Interesting

    I've got it. I'm trying to compile it. It fails at make bzImage compiling network.o. See the snippet.

    Anyone know how to fix it?

    ld -m elf_i386 -T /opt/kernel/linux-2.4.17/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_tas
    k.o init/main.o init/version.o \
    --start-group \
    arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
    drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/media/media.o drivers/char
    /agp/agp.o drivers/ide/idedriver.o drivers/scsi/scsidrv.o drivers/cdrom/driver.o drivers/sound/sounddrivers.o drivers/pci/d
    river.o drivers/pnp/pnp.o drivers/video/video.o drivers/md/mddev.o \
    net/network.o \
    /opt/kernel/linux-2.4.17/arch/i386/lib/lib.a /opt/kernel/linux-2.4.17/lib/lib.a /opt/kernel/linux-2.4.17/arch/i386/
    lib/lib.a \
    --end-group \
    -o vmlinux
    net/network.o: In function `__rpc_schedule':
    net/network.o(.text+0x49a0d): undefined reference to `rpciod_tcp_dispatcher'
    make: *** [vmlinux] Error 1

    1. Re:can anyone compile it? by Anonymous Coward · · Score: 0

      meee to , network.o does not get linked ..

    2. Re:can anyone compile it? by jdg · · Score: 1

      I built it without problem. net/network.o build
      okay. I haven't installed it yet. I'd be happy to email you my .config file if you want.

      jdg at eznet dot net

    3. Re:can anyone compile it? by skriefal · · Score: 2, Informative

      Appears to be a known problem when compiling with RedHat's prerelease of the GCC 3.1 compiler.

      Here is some more information. In general, I recommend that you do not attempt to compile the Linux kernel using any version of GCC newer than 2.96.

    4. Re:can anyone compile it? by jrockway · · Score: 1

      > In general, I recommend that you do not attempt to compile the Linux kernel using any version of GCC newer than 2.95.

      I'll second that. gcc3 really fouls up the kernel. Everything compiles okay, but on boot the system goes right back into OpenFirmware with a "DEFAULT CATCH!". gcc2.95 with the same config fixes this.

      --
      My other car is first.
  81. Woo Hoo!!!! by _01001001 · · Score: 1

    I've been waiting about a week or two for this kernel to come out. There is quite a few updates that I looked at in the changelogs a few weeks ago, that I wanna get. Mostly, the update of the sym53c8xx_2 driver.

    I would have used one of the beta versions, but I have something against using a beta kernel on my workstation. So sue me ;)

    --Frank

    --
    "Neither life nor happiness can be acheived by the pursuit of irration whims." --Ayn Rand
  82. And still... by Anonymous Coward · · Score: 0

    Linux is for bitches.
    or as you l33t h4x0rz like to say...
    Linux is for 817ch3z.

  83. Another RML? by RML · · Score: 3, Funny

    "RML"? Robert M. Love stole my initials! Now I have to worry about people confusing me with someone who knows what he's doing.

    --
    Human/Ranger/Zangband
  84. This is fixed by free!arrow · · Score: 1

    A patch specific to this was applied a while back - I think in 2.4.10. It fixed the problem in my case. You will see "Trying to stomp on Athlon bug" in one of the very first boot messages - this is the fix.

    1. Re:This is fixed by Sits · · Score: 2, Informative

      This guy is right - the workaround for the problem has been about for a while. For more information on the problem take a look at the Via Hardware FAQ. The whole via problem has been known about for sometime (a search on Kernel Traffic for KT133 turned up a few references. The most recent reference was 2.4 Kernel freezes on VIA KT133.

      As mentioned in other comments, motherboard makers were encouraged to workaround this at bios level.

  85. Re:Linux Kernel is lagging behind by Anonymous Coward · · Score: 0

    But Microsoft cheats in version numbers. There is actually an official standard to alpha and beta releases and version numbers. The kernel sticks to the standard, as does the Debian project.

    Microsoft cheats at it. As do RedHat, SuSE, Mandrake in numbering their versions.

    In reality, the Linux kernel is probably much farther ahead than Microsoft kernels.

  86. 2.4 by Arjuna+Theban · · Score: 2, Interesting

    I've been using linux since the very early 2.0.* days and for the most part I keep up with every kernel released. Since I've moved to 2.4.*, I've notices an incredible slowdown on my machine, even in post-2.4.13 kernels which supposedly did something to improve performance.

    Personally I'm about ready to go back to good old fast&stable&reliable 2.2 tree. I wonder if we really need to make the kernel this sluggish for the sake of introducing new stuff in the kernel level though. I know I'm not the only one who noticed the performance drop with 2.4.*.

    --

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

      "Performance" is kind of a vague word; what kind(s) of performance hits have you been seeing?

      Note that the 2.4.9 - 2.4.15 kernels were something of a kernel development tree, so they aren't the best ones to use as a comparison. Try the 2.4.16 or .17 and see how they do.

    2. Re:2.4 by Arjuna+Theban · · Score: 1

      Well, for one, the basic program startup time. Your average bloatware (xemacs, staroffice, mozilla, etc) takes longer to start than they did on the 2.2 tree. I didn't time the processes with the two different kernels or anything so I guess I can't back that with hard evidence but it feels that way. The second one (which I've also heard from many other people) is the slowdown with disk i/o. When I am copying large files from one drive to another or there is simply a large amount of drive activity, my computer becomes virtually unusable. I mean, it takes 2-3 seconds to switch desktops in X. I've heard from a friend that 2.4.13 seemed to improve this situation for him, but it didn't for me.

      I guess my problem is that I used to be able to run 2.2.* with X on a 233mhz machine just fine, and 2.4.* feels just like that on a 500. Maybe not *that* bad but 2.4 is a steep performance drop compared to 2.2 for me.

      --

  87. Re:Linux Kernel is lagging behind by Anonymous Coward · · Score: 0

    if you want to call that a kernel.....

  88. Your weak sarcasm is wrong, pal by Anonymous Coward · · Score: 0
    Linux is not the topic of Slashdot. Slashdot purportedly is "News for Nerds." Conceivably that would not preclude the HURD project. Of the 85 named topics covered here on Slashdot, only a small fraction are Linux-specific. Furthermore, one of the topics is GNU. If you follow that link, however, you will see that no HURD-related story has been posted in over a month.

    If you think that Linux is the topic of Slashdot and that no other operating systems should be mentioned here, then you are clearly misled. This is somewhat understandable, however, because the Linux zealots who run the site often pretend their OS is the only way.

  89. And FreeBSD users... by athlon02 · · Score: 0, Troll

    just yawn, ignore yet another kernel update, and go about their lives.

  90. lame question. by jon_c · · Score: 1

    I just put RH 7.2 on my laptop (compaq 1720US). the eepro100 drivers that come with it do a timeout deal constantly. I am hoping that this new kernel includes some fixes for it.

    Previesly i appempted to get the latest official kernel (2.4.16) and make it work with redhat. I got as far as using kgcc and getting it to compile but i was unable to get xwindows working after that. (i think it might have had something to do with gartagp not working, not sure)

    does anyone know of some simple steps to make RH work properly with the latest kernels?

    -Jon

    --
    this is my sig.
    1. Re:lame question. by Anonymous Coward · · Score: 0

      It's work with my laptop IBM A21e - eepro100,RH7.2 & kgcc. 2.4.16, 2.4.17pre2 - all OK

    2. Re:lame question. by Anonymous Coward · · Score: 1, Informative

      The thing about RedHat with newer kernels make sure that you sym link include/linux in source dist to /usr/include/linux to make sure you have the proper headers when you compile modules.

      Also sym link asm, asm-i386 or anything else you may need form the include directory in the linux kernel source dist.

      I usualy link these to /usr/src/linux which is itself a link to the current linux source dist.

      I don't know if there's an easier way of doing this, but it seems that RedHat just copies header files from the kernel that it comes with into /usr/include which I think is nasty.

    3. Re:lame question. by Anonymous Coward · · Score: 1, Informative

      Download and compile eepro100-diag.c from the Scyld website then follow Donald Becker's instructions here.

    4. Re:lame question. by Anonymous Coward · · Score: 0
      IBM puts out its own drivers which work fine. Do a google search for e100 1.6.22 or just go to debian source package link or just go to latest source from ibm

      I got mine from a mandrake install, but then went back to slack (and just used the mandrake source). It fixed all my probs. Just make sure and recompile your kernel with eepro100.o as a modules (or not at all). Then untar the e100 source and make, then copy e100.o /lib/modules/YOUR_KERNEL/kernel/drivers/net. Finally do a depmod.

      Good luck.

      Bill D. Cat

  91. alcatel driver by Renaud · · Score: 1

    you're talking about the initial kernel-based driver from alcatel, which is now obsoleted by the open source driver by Benoit Papillault (http://speedtouch.sf.net).

    This one works better and only requires the standard kernel option "HDLC line discipline" to be compiled in.

  92. 2.4.16 works great with the Gigabyte 7VTXH by sunset · · Score: 1

    I've built and tested a couple of these for clients. No problems at all. Seems about 15-20% faster than KT133A systems.

  93. Re:DAMN! Am compiling 2.4.16 on a 486 as I write t by rythriynn · · Score: 1

    eeek! this is off-topic, sort of, but you really need to start rethinking your firewall... over here I do the same thing but DO NOT have gcc or anything remotely "code-powerful" (would kill mount if I could) installed on my firewall box... as such, yes I HAVE to take advantage of my protected computers increased performance for compiling the kernel and the modules I see fit (VERY few), then ship them over via scp (just for practice) to restart the new "test" config with... ...has anyone heard of patches btw?!!? also, why would you "upload" the source instead of the .tgz?!?!? also, having the kernel source on your firewall box is probably not the best thing to do.... especially since gcc appears to be there as well (and I didn't even have to crack your box to find out!) I appreciate your "pain" but please consider that this is a large community and "somebody's already thought of that"... instead of suffering, please do a little checking and spare yourself... the kernel will help you :) if you do insist on keeping the source on your firewall, then patches will certainly benefit you! but DON'T... kernel source+ gcc+ floppy disk=serious fun! kernel source+ gcc+ root+ lilo=serious problem... of course, the reasoning behind this is that my "protected computer(s?)" all run firewalls and "suspect" my firewall... hehe.... just a thought...

  94. Re:Wow by Anonymous Coward · · Score: 0

    In fact, *only* Linux users have to upgrade their kernel every so often.

    Really? That's funny; I haven't upgraded my kernel in over a year.

    Hint: "have to" does not mean the same thing as "can".

  95. Re:Wow by didyaseethat · · Score: 1

    Depends on how you program. It can be a sticky situation in some cases. I mean, if you steal someone else's code. If you respect other peoples licenses you will have no problem.

  96. You probably don't need preempt patch by ndogg · · Score: 1

    The preempt patch is mainly for embedded devices. This is definitely not something for production level machines. Most applications that don't target embedded devices aren't ready for preemption. To use the preempt patch is to introduce instability.

    --
    // file: mice.h
    #include "frickin_lasers.h"
    1. Re:You probably don't need preempt patch by Anonymous Coward · · Score: 0

      Running a stock kernel here. I rip cds, burn cds, surf the net, compile software, listen to mp3s, often all at the same time. I don't have any problems or feel the need for a "prempt" patch. Of course, my system is all SCSI with a good controller, so that might make a difference.

  97. Re:DAMN! Am compiling 2.4.16 on a 486 as I write t by Anonymous Coward · · Score: 0

    Are you living in a van down by the river?

  98. Re:Wow by nbahi15 · · Score: 0

    There is nothing terribly restrictive about GPL. I like their license.

  99. Re:Wow by nbahi15 · · Score: 0

    I don't believe code can be stolen unless you fail to reference your sources.

  100. Re:WOW ! by Anonymous Coward · · Score: 0

    hey, I agree that this gy is probably wasted, but still, I have no problems burning a CD and ripping a DVD and they're on the same ata66 channel for me. He didn't say he was ripping the DVD WELL, or burning at 300x or anything like that. I'm sure my k6-2 500 would do all that too if I didn't desire any of it to be done this month(or next)

    Pat
    (posting as an AC cuz I'm lay-z)

  101. Some Vacation by matusa · · Score: 1

    Alan Cox seems to be the source of some 25% of the fixes. If that's taking it easy, than I'm a 17 tongued goat.

    Yeah yeah, parts of it are merges of old fixes, but even with that in consideration, he is definitely superhuman

    my thanks

    The new kernel maintainer is doing a great job too. I can't believe he stepped in and had so much momentum immediately! Rather amazing. He's definitely living up to the very high expectations

    thanks.

  102. Marcelo's true merge plans by matusa · · Score: 1

    the pic says it all:

    Here's a picture of marcelo wearing FreeBSD horns

    I'm fireproof so don't bother with flames. I'm just having a good time, you know.

  103. Yes. The fix for the KT266 and KT133a is by Anonymous Coward · · Score: 0

    downgrade to a better-supported 486SX, with no more than 4 MB of RAM. Buy any good ISA/VLB motherboard because they all work well for linux. Judging on Linux' history on hardware support, the older the part, the more stable it is. You can't say that for the World Trade Center, but you can obviously say that for a 486.

  104. Preempt patch and 3rd party modules by loftwyr · · Score: 2, Interesting

    I installed the patch, recompiled and both ALSA 5.12a and nvidia's kernel module were broken. I got unresolved symbols.

    It would be nice if there was some way to exempt these two from the optimization or there was a doc explaining what I would need to change

    1. Re:Preempt patch and 3rd party modules by dossen · · Score: 1

      Have you tried to rebuild the modules, this used to fix similar problems for me. I know the modules are binary, but there is still some linking to be done before they load on a given kernel. I usually just make modules modules_install and rebuild any seperate modules (nvidia!) every time I mess with the kernel (not that often)...

  105. Re:Wow by jbailey999 · · Score: 1

    This hasn't been my experience at all.

    First that I've only run 3 of the 2.4 kernels over the last year, but second that I've run Windows Update at least every 2 weeks for updates that are marked ``critical''.

    Half of these updates aren't critical: They're not even for software that I use - But I don't trust Microsoft to actually list all of the fixes in their release notes. I've had Internet Explorer updates fix overall system crash problems. Incredibly sad.

  106. Could be pnpbios related by Sits · · Score: 1

    You don't mention which distribution you are using... I noticed that on one of the Mandrake forums someone had found that setting nobiospnp fixed the problem on their KT266A system.

  107. Re:Does freebsd kernel have this by athlon02 · · Score: 1

    Recompiling the FreeBSD kernel is pretty easy:

    http://www.freebsd.org/doc/en_US.ISO8859-1/books /h andbook/kernelconfig-building.html

    however, the FreeBSD authors don't go around releasing new kernels everytime you blink, they do it right the first time (=

  108. BIRTH OF A TROLL by Anonymous Coward · · Score: 0

    Born to annoy the self righteous slashdot community!

    All hail... Birth of a new Troll!

  109. What happened to... by Anonymous Coward · · Score: 0

    ... CONFIG_NETLINK and CONFIG_RTNETLINK ? Both are now included and can't be removed because Red Hat users complained about problems (Red Hat uses iproute at boot time, so guess...) ?

  110. My username by Corporate+Troll · · Score: 1

    Don't always judge people by theire names. This is indeed my troll account, you are right. I stopped trolling by the way because it's not as fun as I thought it would be. Why did I use this account to ask such a question? Right, just because I didn't want to spoil my karma on the regular account. I actually thought I'd be modded as a troll or offtopic, but instead nice people tried to help. Now, isn't that what one should call "a community"? Of course it could just be the Christmas spirit :-)

  111. 2.4.17 with pre-emptive patch works great by supaphinn · · Score: 1

    looks good, my first time with the preemptive patch, as far as responsiveness i dont feel a difference, maybe slight but that might be psychologic.

    anyway, it seems to work great. Looks like its worth using if it does what it says

    not to mention the l33tn3ss of using it ;)

  112. Numbering scheme - is it just me? by simetra · · Score: 1

    At first glance, it seems like 2.4.9 is bigger than 2.4.17. Obviously, 17 is greater than 9, but maybe the numbers should start with a zero for the 1 digit numbers... like instead of 2.4.9, 2.4.09
    My 2 cents.

    --

    "Would it kill you to put down the toilet seat?" -- Maya Angelou
  113. Re:3DNow! by jrockway · · Score: 1

    Eh... my 233MHz iMac plays DiVX fine (MPlayer screws up the sound, but Xine is great)

    --
    My other car is first.
  114. rsync would be quite alot better by Anonymous Coward · · Score: 0

    using rsync would reduce the bandwidth quite alot...
    but the guys running things dont really care
    about the bandwidth. it is 'more headache' , something
    else that can break, and im sure they find it boring
    to worry about these things (why doesnt everyone
    just get cable/dsl/whatever , they think , before
    heading off to make sure SMP on a 16 processor
    alpha ghz box works properly when monkeys are jammed
    into the HD spindle.)

  115. Bastille Day by Anonymous Coward · · Score: 0

    Maybe I compile my kernels on an old 200MHz PPro cause thats all I have. I'd rather make sure my son has cloths and food on the table instead of runing out and plopping down 2K for a new system just so I can compile Kernels. Not everyone is rolling in dough, and able to run out and buy the latest tech. You remind me of that Mare Antinette, "Let them eat cake."

    1. Re:Bastille Day by Anonymous Coward · · Score: 0

      Holy crap this makes no sense. If all you can afford is a PPro 200MHz then you certainly can't afford broadband internet access which means you ought to be downloading the bzip version because it's smaller.

      Plus, I don't care if your kids are naked and eating cake. Duh

      And then, which 2k are you talking about? US? No way. If you pay 2k for a new machine in the US you are poor and stupid.

  116. 486 kernel compiles by Anonymous Coward · · Score: 0

    i did this quite a while. the things that pissed me off
    most were :

    idiotic 'make' system that takes 20 minutes to
    figure out its dependencies via some kludged up
    'makedep-fast' script (nice name btw).

    recursive 'make' takes like 30 minutes to do nothing.
    try it!.

    all of this could be solved with a new make system
    but its not a priority for 'linux hackers' as they mostly
    dont care about people compiling on a 486.

    however alot of them do seem to test things on
    486 alot so... at least you arent totally screwed.
    esp since you already have a faster box, jesus.
    just use CPU=486, then scp or whatever
    over to the 486.

  117. Re:Wow by DavidTC · · Score: 1

    There's not actually anything restrictive about the GPL at all. If the software you receives wasn't licensed under the GPL, and was instead just giving out straight copyright law, you couldn't do anything more with it, and a great deal less.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  118. Re:Linux Kernel is lagging behind by 00Monkey · · Score: 1

    LOL, "-1, Troll" Slashdot admins's heads are too big.

    I posted that comment just to see how many flames and what score I would get.

    I'm pro-Linux and the comment was a JOKE. I've never met more of an a$$ crowd than the pro-linux, Slashdot crowd.

  119. Security by Sloppy · · Score: 1

    I use my office and home server on 2.4 kernels without trouble. I got over upgrading to the latest kernel a long time ago. I only upgrade if I need functionality or encounter a serious problem.

    While this does seem wise at first, be careful. You can have a serious problem even if you don't encounter one -- What I'm getting at is security. You gotta keep an eye on the bugfixes. It wasn't that long ago that a local root exploit was found, in both the 2.2 (!) and 2.4 trees. Your 2.4.9 (or whatever old one you have) might not be safe, even if seems to be running fine.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  120. Re:Wow by sam@caveman.org · · Score: 2

    lately try using win 95 as a firewall/dns/router on a 386?

    have fun.

    -sam

    --
    burn the computers. go back to the abacus.