Slashdot Mirror


A Linux Kernel More Stable Than -stable

jfruhlinger writes '-stable' is the term for the current Linux release most suitable for general use; but as Linux moves into more and more niches, there's a need for a kernel more stable than -stable, which is updated fairly regularly. Both enterprise and embedded systems in particular need a longer horizon of kernel stability, which prompted Greg Kroah-Hartman, then at SuSE, to establish a -longterm kernel, which will remain stable for up to two years. Now there are moves to get this schedule formalized — moves that are a good sign of Linux's long-term health."

142 comments

  1. Good by Anonymous Coward · · Score: 2

    Maybe other open source projects take the hint and provide something where I can install and not worry about it breaking every few months. You don't buy a new car every month.

    1. Re:Good by omglolbah · · Score: 1

      sudo apt-get update
      sudo apt-get upgrade
      hit "y" if needed.

      Yay, done with maintenance for a while.

      I have yet to have an issue with the machine and I've been using it for 4 years as a fileserver, media-center, router and various other tasks.

    2. Re:Good by Anonymous Coward · · Score: 0

      you realy dont understand free software and open source.

    3. Re:Good by casings · · Score: 1

      Speaking of which...

    4. Re:Good by SilverHatHacker · · Score: 1

      sudo aptitude update && sudo aptitude -y upgrade

      Avoid that bothersome last step.

      --
      Funny may not give karma, but +5 Informative never made anyone snort coffee out their nose.
    5. Re:Good by Bert64 · · Score: 1

      No, but you get your car serviced every few months...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:Good by aacosta · · Score: 1

      You don't buy a new car every month.

      You don't frequently install or update anything in your car either (I cannot think of any other way in which it can break every few months). I am sick of the comparison between the car and desktop-computer industries.

    7. Re:Good by isama · · Score: 1

      echo ''sudo aptitude update && sudo aptitude -y upgrade' > update.sh; chmod +x update.sh
      ./update.sh

      only repeat the last step. more efficient in the long run.

    8. Re:Good by webmistressrachel · · Score: 2

      Speaking of which... I think I guessed that you were about to suggest backup? Maintenance isn't limited to upgrades, you know! Preventative maintenance is much more effective than hard disk recovery!

      --
      This tagline was transcoded to result in at least one smirk. If you experience failure to smirk, please consult your Gen
    9. Re:Good by GreyLurk · · Score: 2

      Ubuntu has their LTS releases, which aim for the same thing. No "new feature" releases, just stability and security upgrades.

    10. Re:Good by Tarlus · · Score: 2

      echo alias update=''sudo aptitude update && sudo aptitude -y upgrade" > ~/.bashrc

      From any subsequent bash session, just run 'update'. More properly it should be added to .bash_aliases with its inclusion enabled in .bashrc, but splitting hairs kills the fun. =)

      --
      /* No Comment */
    11. Re:Good by Anonymous Coward · · Score: 0

      cronjob it. Even more efficient

    12. Re:Good by icebike · · Score: 4, Insightful

      Yay, done with maintenance for a while.

      This isn't about your server or your workstation.

      Its about your wifi routers ADSL modems, cable modems, and electric toasters , and everything else that has linux embedded these days, many millions of which are attached directly to the net, serving as your first line of defense.

      Not one in a hundred wifi routers get updated over their life span.

      I have servers running ancient linux. (Embarrassed to say just HOW old). They do specific tasks and have no user accounts, and they reside on the Local net, but still any disgruntled employee could own them if they tried. There is no patch source for these old installations, and trying to back port security patches is simply a non-starter.

      Two years is not enough. 5 years is marginal. Even then, I want nothing but security patches. If I need the next version of something I'll upgrade, but for embedded devices or single purpose servers, all I need is security fixes.

      --
      Sig Battery depleted. Reverting to safe mode.
    13. Re:Good by icebike · · Score: 1

      When was the last time you performed a backup on your wireless router?

      Embedded systems is the focus of this article.

      --
      Sig Battery depleted. Reverting to safe mode.
    14. Re:Good by Lanteran · · Score: 1

      Better: pacman -Syu

      --
      "People don't want to learn linux" hasn't been a valid excuse since '03.
    15. Re:Good by Anonymous Coward · · Score: 0

      echo alias update=''sudo aptitude update && sudo aptitude -y upgrade" > ~/.bashrc

      echo alias update=''sudo aptitude update && sudo aptitude -y upgrade" >> ~/.bashrc

    16. Re:Good by Anonymous Coward · · Score: 0

      Personally, I prefer
      # pacman -Syu

    17. Re:Good by Anonymous Coward · · Score: 0

      echo alias update=''sudo aptitude update && sudo aptitude -y upgrade" > ~/.bashrc

      echo alias update=''sudo aptitude update && sudo aptitude -y upgrade" >> ~/.bashrc

      wuauclt /detectnow

      -or if you prefer to use your computer instead of typing on it: Start - Windows Updates - Check For Updates

    18. Re:Good by armanox · · Score: 1

      I prefer to use my computer then to be told to restart every 10 minutes.

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    19. Re:Good by Anonymous Coward · · Score: 0

      Or if you prefer to conserve oxygen for useful purposes, kill yourself now.

      BTW, it's "Windows Update", not "Windows Updates": FAIL.

    20. Re:Good by Anonymous Coward · · Score: 0

      No, but you might *steal* a car every month. Maybe a Pontiac Torrent?

    21. Re:Good by arth1 · · Score: 2

      Embedded systems is the focus of this article.

      Indeed. When was the last time you did a kernel update on your washer or car? Yet, the manufacturer must be able to do so if a serious flaw is discovered down the road.

      2 years is laughable. In the embedded world, 10 years would be more like it.

      Also consider the need for long-term stable kernels outside the embedded world. Red Hat Enterprise Linux is supported for 7-10 years with a support agreement. RHEL5 is still at 2.6.18, and will stay so for years. Maintaining compatibility is paramount to many businesses.
      Red Hat, being a big vendor, is able to backport important patches into the 2.6.18 kernel, but not everyone has that luxury, and may look upstreams for their patches.

      2 years for stable, and 10 years for longterm stable would be better. Reintroducing the odd-for-unstable naming convention would also help, IMHO.

    22. Re:Good by Robert+Zenz · · Score: 1

      Wow, impressive that you dared to talk about system updates with us...does Windows Update now also update the whole system including installed client applications? Does it maintain a complete repository of software, easy to install with just a handful of clicks? Does it cleanly remove installed software? Does it automatically pull in needed dependencies? No? Such a pity...come back when you've learned the difference between a "Package Management System" and "Windows Updates".

      Oh, and while we're talking about clicking, you could just hit the big button which says "Install Updates Now" which will flash up from time to time...just saying...

    23. Re:Good by thePuck77 · · Score: 1

      Oh, come on, don't taunt the Windows user. He's just working out his inferiority issues. Maybe this exposure to a better way will help him mature to a real operating system.

      --
      "We live as though the world were as it should be, to show it what it can be." - Joss Whedon via Angel
    24. Re:Good by Anonymous Coward · · Score: 0

      Not one in a hundred wifi routers get updated over their life span

      Well, I wanted to upgrade my routers firmware. Got the model number alright from the management console. However, surfing to the manufacturers website (TP...), they told me there are actually two versions with that model number - which can be distinguished by a small sticker on the back side of the physical router.

      Yeah... Sure. As if I would crawl beneath the stairs in the cellar, disturb who-knows-what-lives there by now (not Australian, thankfully), and dust off my router just to update the damn firmware. Someone would need to pay me to do that.

    25. Re:Good by TheLink · · Score: 1

      Not one in a hundred wifi routers get updated over their life span.

      Uh if they really don't get updated what's the difference between -stable and this proposal?

      The whole point about this proposal is something keeps getting updated for years or even longer.

      --
    26. Re:Good by jawtheshark · · Score: 1

      Long time ago: it is possible to save the settings to file, at least on mine (which is a Linksys WAP54G, so technically a access point. My router is a net5501-70 running OpenBSD) The file must be sitting on the file server (which is backupped nightly). I don't think my wireless routers configuration has changed significantly since that backup.

      Not that that backup will help much, if the WAP fails, it most likely will be hardware failure . I've had it since May 2005 and unless it stops working, I have no reason to replace it.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    27. Re:Good by dokc · · Score: 1

      Not one in a hundred wifi routers get updated over their life span because their owners are ignorant about their own security. If your router would have some kind of auto-update (a lot of providers deliver devices with this functionality) then the difference between -stable and -longterm can be significant (of course, if the router manufacturer implements newest security patches in firmware updates)

      --
      In love, war and slashdot discussions, everything is allowed.
    28. Re:Good by ArcherB · · Score: 2

      echo alias update=''sudo aptitude update && sudo aptitude -y upgrade" > ~/.bashrc

      echo alias update=''sudo aptitude update && sudo aptitude -y upgrade" >> ~/.bashrc

      wuauclt /detectnow

      -or if you prefer to use your computer instead of typing on it: Start - Windows Updates - Check For Updates

      On my Linux machine, I can do something similar...
      Click System > Administration > Update Manager

      Linux gives you the option of typing or doing the clicky thing.

      --
      There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
    29. Re:Good by jawtheshark · · Score: 1

      That entirely depends on how much you drive, no? Mine is scheduled for a maintenance ever 15000km or every year. Given I drive 20000km/year, maintenance is about every nine months. My car is old (11.5 years) and a gas engine. I know that many newer diesel engines only require maintenance every 30000km or every two years.

      Well, of course you could still define "few months" as "less than twelve months".

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    30. Re:Good by Tomato42 · · Score: 1

      I assume you just are ignorant of slackware, not simply trolling.

      Slackware 9.0 (released in 2003) still receives security updates.

    31. Re:Good by afabbro · · Score: 0

      Wow, impressive that you dared to talk about system updates with us...does Windows Update now also update the whole system including installed client applications?

      No Linux distro does this - unless you limit yourself only to applications provided by that distro. Who does that? If you limit yourself to only to stuff that comes with Windows, then yes, it would update everything.

      Does it maintain a complete repository of software, easy to install with just a handful of clicks?

      Yes.

      Does it cleanly remove installed software?

      Yes.

      Does it automatically pull in needed dependencies?

      Yes.

      No? Such a pity...come back when you've learned the difference between a "Package Management System" and "Windows Updates".

      Look, I realize you just discovered Linux last week and now you want to trumpet its virtues loudly and feel superior - that's a pretty common reaction to people who've discovered new technologies. "Look at me, I use *LINUX* and I am superior!" Yeah, yeah - but when you get out of high school and go to work, you'll find lots of Windows out there, so you may want to at least understand your newfound enemy..particularly since I suspect you dual boot into it 99% of the time.

      Linux's package management systems serve a completely different role than Windows Update, so your chest-thumping comparison is rather silly.

      Oh, and while we're talking about clicking, you could just hit the big button which says "Install Updates Now" which will flash up from time to time...just saying...

      --
      Advice: on VPS providers
    32. Re:Good by Anonymous Coward · · Score: 0

      Its about your wifi routers ADSL modems, cable modems, and electric toasters , and everything else that has linux embedded these days.

      Not one in a hundred wifi routers get updated over their life span.

      ...not enough ... I want ... I need .. I need

      Here's the real big problem: who's going to be paying for this? Most of the owners will take an "it works, why do I need to upgrade my toaster?" approach.

      My company has sold at least two million embedded Linux devices with GPRS modems; spanning at least a dozens incompatible architectures. If we're hit by a security leak, we're in deep shit. There's simply not even an emergency plan, no OTA update possibility. yes, a -longterm release looks nice to us, but I still don't see security updates happening.

    33. Re:Good by Tarlus · · Score: 1

      Snap! That little mistake has overwritten a few too many files in my day.

      --
      /* No Comment */
    34. Re:Good by Robert+Zenz · · Score: 1

      No Linux distro does this - unless you limit yourself only to applications provided by that distro. Who does that? If you limit yourself to only to stuff that comes with Windows, then yes, it would update everything.

      Limit? Okay, we'll assume that you're a video/music/image-editor/software-developer/engineer and therefor you need software which is not available via the repository. But for everyone else (especially the so called 'average' user) is 'limit' the wrong term, they'll barely scratch on the surface of the available applications. And for everyone else there are repositories available which can be easily added to the system.

      Does it maintain a complete repository of software, easy to install with just a handful of clicks?

      Yes.

      Okay, I've got, let me check, 2,500 applications ready to install. How much are you offering?

      Does it cleanly remove installed software?

      Yes.

      You mean the Software-List which is invoking the uninstaller which the application provides?

      Does it automatically pull in needed dependencies?

      Yes.

      Ahm...okay, you got me.

      "Look at me, I use *LINUX* and I am superior!"

      Yes, I am superior on Linux. With it I can work faster and more efficient then on Windows.

      Yeah, yeah - but when you get out of high school and go to work...

      Already happened, 8 years ago.

      ...you'll find lots of Windows out there, so you may want to at least understand your newfound enemy...

      I do, and it sucks hard in my opinion. Because the only reason why Windows is so far spread is because of marketing decisions, not because it is the superior system.

      ...particularly since I suspect you dual boot into it 99% of the time.

      Other way round, I'm only using it as gaming platform. Though, I boot it up less and less, even when playing games.

      Linux's package management systems serve a completely different role than Windows Update, so your chest-thumping comparison is rather silly

      Hey, AC wanted to play with us...I just wished him a warm welcome.

  2. Red Hat by 93+Escort+Wagon · · Score: 3, Interesting

    Isn't this basically what Red Hat does - back porting security and bug fixes to an established maintenance point for the kernel and many of their other packages?

    --
    #DeleteChrome
    1. Re:Red Hat by Anonymous Coward · · Score: 1

      Yea, but according to Greg KH, distributions are not the only users of Linux kernel who need a long term support. Consumer devices and other embedded systems that just need the kernel without the "GNU" part could do with support too.

    2. Re:Red Hat by Anonymous Coward · · Score: 0

      Couldn't you simply take the kernel sources from a distributor and simply compile it for your own distribution?

      Besides, I don't see why you couldn't just use a gentoo based system for any consumer devices.

    3. Re:Red Hat by Anonymous Coward · · Score: 0

      You could, but is that distribution going to provide 2 years of stability? Most likely not.

    4. Re:Red Hat by Anonymous Coward · · Score: 0

      Just a guess, but I think the groups that need it used it and maintained it themselves till now. But it's always good to have community support, no? And given that Greg K-H was already doing that for Novell, he is more or less extending it to the community.

    5. Re:Red Hat by Anonymous Coward · · Score: 0

      and debian. which reminds me, there are a lot of bugs there introduced from maintainer backporting fixes badly or proactively fixing stuff that isn't broken, like the time they totally botched ssh security.

      http://digitaloffense.net/tools/debian-openssl/

      freezing the codebase independently from the actual developers and maintainers is a recipe for a disaster, and simply there isn't manpower to waste in the open source community for two year stability maintenance of the full software stack (kernel wil get you only so far, libc will cover more, but you need a whole stable distro to get you anywhere).

    6. Re:Red Hat by icebike · · Score: 1

      And then put that into your embedded device....

      Ya, that'll work.

      --
      Sig Battery depleted. Reverting to safe mode.
    7. Re:Red Hat by nzac · · Score: 1

      This does not help help RH most direct competitor SUSE.
      To me this looks like it could be a SUSE ploy to get a stable kernel to compete with RH while not having to do all the work. Debian would like this as well.
      Or being less cynical they are making something that other distros can use like OBS and zypper ended up being used by Meego.

    8. Re:Red Hat by russlar · · Score: 1

      > Isn't this basically what Red Hat does - back porting security and bug fixes to an established maintenance point for the kernel and many of their other packages? 2.6.18 forever!

      --
      Anybody want my mod points?
    9. Re:Red Hat by Anonymous Coward · · Score: 0

      And then put that into your embedded device....

      Ya, that'll work.

      Yes, gentoo is one of the more popular choices as an embedded OS since you can relatively easily only use the components you want and optimize it for a single purpose.

      The constant trolling about gentoo *does* have a logical origin.

    10. Re:Red Hat by greed · · Score: 1

      Why not? All of the Red Hat kernel source is available. They stopped doing the 1000s of patches in the SRPM thing, but it's still source. (Oh the horror of that old patch structure... maybe it was handy if you were trying to undo Red Hat's changes, or just "lift" their changes into a different kernel version. But if all you wanted was to work around the bug in your stupid TSSTCorp DVD burner....)

      Or Red Hat's competitors could put the same effort into maintaining their kernel snapshot... but at some point, wouldn't you just get Red Hat if you want something done the Red Hat way?

      Or they could band together with other groups and propose a more stable-than-stable kernel branch... oh wait.

  3. Fuck, just use FreeBSD. by Anonymous Coward · · Score: 0

    Anyone needing that kind of stability should just use FreeBSD. They know how to put together a rock-solid system, and they have sensible release policies to ensure that their releases are very usable many years after first released.

    Even the best "enterprise-grade" Linux distributions pale in comparison to FreeBSD and everything that it offers. It's a complete system that just works.

    1. Re:Fuck, just use FreeBSD. by arose · · Score: 1

      Anyone needing that kind of stability should just use FreeBSD.

      Anyone who is comfy installing all applications and back porting security fixes for them that is. The packages are less than stable on FreeBSD.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  4. Perfect! by Anonymous Coward · · Score: 0

    Now if they'd just include a few of the newer fs drivers... ;)

  5. security patches by Anonymous Coward · · Score: 0

    A primary reason for -stable being "updated fairly regularly" is to push out security bugfixes. But maybe you don't want those...

    1. Re:security patches by Anonymous Coward · · Score: 0

      >A primary reason for -stable being "updated fairly regularly" is to push out security bugfixes. But maybe you don't want those...

      I think the more stable than -stable is like stable, but just for a longer time, so yes, we want the fixes and with this we get them for longer.

  6. Do Firefox Devs Dream of Stable Releases? by Tackhead · · Score: 5, Funny

    Both enterprise and embedded systems in particular need a longer horizon of kernel stability, which prompted Greg Kroah-Hartman, then at SuSE, to establish a -longterm kernel, which will remain stable for up to two years.

    Have you ever taken a Kroah-Hartman test? It's a test designed to provoke an emotional response.

    Hartman: You're in a repository, compiling a kernel, when all of a sudden you look down.
    Dotzler: What version?
    Hartman: What?
    Dotzler: What version?
    Hartman: It doesn't make any difference what version - it's completely hypothetical.
    Dotzler: That's what I've been trying to convince the world all week!
    Hartman: Maybe you're fed up. Maybe you want to be by yourself. Who knows? You look down at the screen and see the codebase in TortoiseGIT. It's crawling toward release.
    Dotzler: TortoiseGIT? What's that?
    Hartman: You know what TortoiseSVN was?
    Dotzler: Of course!
    Hartman: Same thing.
    Dotzler: I've never seen a stable UI. But I understand what you mean.
    Hartman: You merge some code down, change the UI, and increment the release number just for the hell of it, Asa.
    Dotzler: Do you make up these questions Mr. Hartman? Or do Slashdotters just write cheap pop culture parodies instead of working?
    Hartman: The project lays on its back, its belly baking in the white-hot flames of a thousand angry users, beating its legs trying to make itself stable but it can't. Not without your help. But you're not helping.
    Dotzler: What do you mean I'm not helping?
    Hartman: I mean you're not helping! Why is that, Asa? (pause) They're just questions, Asa. In answer to your query, it was either this or a filk based on a Rob Zombie song. It's a test, designed to provoke an emotional response. Shall we continue?
    Dotzler: Nothing is worse than having an itch you can never scratch!
    Hartman: Describe in single words only the good things that come into your mind about your mother.
    Dotzler: My mother?
    Hartman: Yeah.
    Dotzler: Let me tell you about my mother... *BLAM BLAM BLAM*

    "More stable than -stable", that's our motto.

    1. Re:Do Firefox Devs Dream of Stable Releases? by webmistressrachel · · Score: 1

      Thank you. I have 5 mod points, but I posted above and don't want to undo my trolling lol - but thank you. This. Is. Brilliant!

      --
      This tagline was transcoded to result in at least one smirk. If you experience failure to smirk, please consult your Gen
    2. Re:Do Firefox Devs Dream of Stable Releases? by Anonymous Coward · · Score: 0

      +1

    3. Re:Do Firefox Devs Dream of Stable Releases? by Anonymous Coward · · Score: 0

      Well, anyone who would do kernel work using TortoiseGIT (a tool exclusively used by Windows-landen wimps) deserves Dotzler's ire alright...

    4. Re:Do Firefox Devs Dream of Stable Releases? by Anonymous Coward · · Score: 3, Funny

      I want more runtime, fucker!

    5. Re:Do Firefox Devs Dream of Stable Releases? by Anonymous Coward · · Score: 0

      Well, you can undo moddings by posting something, but not the other way around, as you suggest.

    6. Re:Do Firefox Devs Dream of Stable Releases? by webmistressrachel · · Score: 1

      Yes, I clicked back after posting and the mod listboxes were still present, causing my temporary state of incorrectness. Thank you anyway.

      --
      This tagline was transcoded to result in at least one smirk. If you experience failure to smirk, please consult your Gen
    7. Re:Do Firefox Devs Dream of Stable Releases? by Anonymous Coward · · Score: 0

      The facts of life. To make an alteration in the commit history of a package is fatal. A coding sequence cannot be revised once it has been established.

      Because by the second day of regression testing, any modules that have undergone revisions give rise to synchronization errors, like rats leaving a sinking ship... then the ship sinks.

  7. Isn't Greg still at SUSE? by Sits · · Score: 3

    Why does the summary say "then at SuSE"? Greg's still working for SUSE/Novell as a Linux kernel developer fellow right?

    1. Re:Isn't Greg still at SUSE? by jimicus · · Score: 1

      He was then at SuSE. He still is, but he was at SuSE then too.

  8. Re: BSD. by wrightrocket · · Score: 0

    Anyone needing that kind of stability should just use FreeBSD. They know how to put together a rock-solid system, and they have sensible release policies to ensure that their releases are very usable many years after first released.

    Even the best "enterprise-grade" Linux distributions pale in comparison to FreeBSD and everything that it offers. It's a complete system that just works.

    Just not for enterprise-grade businesses.. who wants a "complete system" that's almost completely dead like anything BSD (Berkeley So Dead)? With Red Hat, they have seven years of support for each major release from a regular subscription contract, and even extended life support contracts for more time than that.

  9. Re:a first post more first post than first post by couchslug · · Score: 0

    "I heard you like frosty piss in your frosty piss, so I frosty piss in your frosty piss so you can frosty piss while you frosty piss."

    Keep your Coors Light commercials to yourself.

    --
    "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
  10. What will this do to version numbering? by jd · · Score: 2, Interesting

    Since the -longterm is going to have to be based off of a -stable release and be maintained off that branch, we end right back where we were, with four version numbers, each level denoting the number of rounds of fixes applied to the number to the left. Only there's now going to be increased stagger, since stable will lag behind the release and longterm will lag behind stable. (They have to.)

    If we're going to have lots of version numbers, then going back to the odd/even minor digit makes more sense than to do rapid increments. Yes, this pushes us out to five digits, which is borderline insane, but it is then five digits that carry specific pieces of discrete information rather than four digits where two don't necessarily convey a whole lot.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:What will this do to version numbering? by Hatta · · Score: 1

      It sounds like -longerm is just this guy's fork. I don't think it will affect how Linus numbers the mainline kernel.

      --
      Give me Classic Slashdot or give me death!
    2. Re:What will this do to version numbering? by MasterPatricko · · Score: 5, Informative

      "this guy" is Greg K-H, second-in-command to Linus and the maintainer of the -stable tree. His arguments were one of the main reasons Linus changed the 3.0 numbering. Greg is just proposing that he maintains another tree officially, not a "fork".
      As for version numbering, I think there will be 3 numbers - first two for mainline releases, and one more for stable/longterm patch level. I don't think -longterm will be needing an extra number.

      --
      I'd tell a UDP joke, but you may not get it. I'd tell a TCP joke, but I'd have to keep repeating it until you got it.
    3. Re:What will this do to version numbering? by Anonymous Coward · · Score: 0

      Since the -longterm is going to have to be based off of a -stable release and be maintained off that branch, we end right back where we were, with four version numbers, each level denoting the number of rounds of fixes applied to the number to the left.

      The longterm releases have existed for a while now. They pick up a stable release that would otherwise have been abandoned and receive no more bugfixes, and then they just keep incrementing.

      For example 2.6.32 was released in December 2009. The first two bugfixes for that release were also released that month and called 2.6.32.1 and 2.6.32.2. The bugfixes kept coming until 2.6.32.27 in December 2010. At that point there would have been no more bugfixes for 2.6.32 if it hadn't been picked up for a longterm release. In January 2011 the first bugfix for the longterm release was released with version number 2.6.32.28. It still receives bugfixes, and probably will continue for a while. Ubuntu 10.04 use 2.6.32, and the server version is intended to be supported until 2015.

      The numbering scheme probably isn't going to change much in the future. One component was trimmed off by replacing 2.6 with just 3. That meant the last two numbers used for feature releases and stable/longterm bugfixes each moved one position up.

  11. Heh. It used to be called "Solaris" by Anonymous Coward · · Score: 0

    Stable as you could possibly want.

    (And FWIW, if you call it "slow walrus", you don't know what you're doing...)

  12. Re:a first post more first post than first post by webmistressrachel · · Score: 1

    I, for one, would never have guessed that. Apart from being illogical, the statement had no value regardless of the .

    In fact, it's a first post, that's all there was to it, until you told. So "the upshot of all this is" that - you advertised Coors Light more than the OP! Thank you!

    --
    This tagline was transcoded to result in at least one smirk. If you experience failure to smirk, please consult your Gen
  13. Re:a first post more first post than first post by webmistressrachel · · Score: 1

    Wow! That's the first time the lameness filter has eaten parts of my post like that - and considering how lame some of my posts are.,, anyway on with the corrections.

    After "regardless of the" there's a variable place holder in angled brackets called insert liquid here. After told, it said "me". Until you told me, it was a first post, see?

    Thank you...

    --
    This tagline was transcoded to result in at least one smirk. If you experience failure to smirk, please consult your Gen
  14. its not stable by Osgeld · · Score: 1

    its ultra championship edition stable!

    1. Re:its not stable by webmistressrachel · · Score: 1

      You've been playing too much Unreal Tournament. Not that that's a bad thing (unless you're playing it in software rendering on a Pentium!)

      --
      This tagline was transcoded to result in at least one smirk. If you experience failure to smirk, please consult your Gen
    2. Re:its not stable by epyT-R · · Score: 1

      it is a street fighter reference.

    3. Re:its not stable by ginbot462 · · Score: 1

      what, no turbo?

      (Linux vs Capcom: CVS Chaos)

      --
      Atlas Shrugged : Thematic Story :: Battlefield Earth : Organized Religion
  15. Another thought... by jd · · Score: 2

    Yes, a static baseline is great for certification programs such as EAL and FAA approval, but it's not the only sort of "stable" that you want. Data centres want a "carrier-grade" OS (which means five nines reliability). They don't necessarily care if they have to patch, since you can now hot-patch the kernel without taking it down, but they absolutely do not want the software to show any unreliability whatsoever. They'd likely get upset at having to patch more than once a year, since in-situ patching isn't always safe, but if you're limited to a few minutes downtime a year on a server as an absolute maximum (this is ignoring failover, etc, that's a whole different issue than a specific physical or virtual server instance being five nines) then I could see it being tolerated a whole lot more than a blind kernel upgrade at year's end.

    (This assumes that the hot upgrades can be made fault-tolerant enough that a brown-paper-bag release - you know they're going to happen on any tree eventually - can be backed out without violating five nines.)

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:Another thought... by Anonymous Coward · · Score: 0

      Hence the reason "carrier grade" network gear software goes through review after review, with a focus on features to be supported. This is a great opportunity for a 3rd party to work directly with interested parties to branch the kernel and intelligently address security and operational concerns based on the features required.

  16. Negaverse by gman003 · · Score: 3

    Wait, a piece of software moving towards a slower, more enterprise-friendly release system, in direct contradiction of recent trends (see: Firefox 10)?

    1. Re:Negaverse by Tanktalus · · Score: 2

      What you're missing is that Firefox doesn't want to target the enterprise. What Mozilla is missing is that if they fail to target the enterprise, IE pretty much carries the day there.

    2. Re:Negaverse by HockeyPuck · · Score: 1

      Who is Mozilla targeting? If they are not going after the enterprise are they going after the basement hobbyist? Or the firefox developer? Surely grandma would like to provide an easy answer to the request "Grandma, click on Help then About Firefox, and tell me the number next to Version..."

    3. Re:Negaverse by Anonymous Coward · · Score: 0

      No, that can't be true! As Asa has said repeatedly "version numbers confuse people" which is why they have to hide it away. And since he makes this claim it must be true despite the complete lack of any evidence to back this up or any actual users asking that Firefox hide the version number. But since is the holy word of Asa Dotzler, peace be upon him, and he is infallible how dare you question him!!

    4. Re:Negaverse by Anonymous Coward · · Score: 1

      Nope, they're targeting the other 99.99% of the population you chose to ignore.

    5. Re:Negaverse by Anonymous Coward · · Score: 0

      Ah yes, Eyecandytards

  17. Re:Heh. It used to be called "Solaris" by neokushan · · Score: 1

    What if I call it Slow Loris?

    --
    +1 IDisagreeSoHeMustBeATrollOrAnAstroturferOrAShill
  18. Re:a first post more first post than first post by wsxyz · · Score: 1

    Ugh....

  19. Less update? No! by Dunge · · Score: 0

    We need constant updates, not people stagnating with old versions.

  20. Enterprise? by mmcuh · · Score: 1

    What does "enterprise" mean in this context?

    1. Re:Enterprise? by Anonymous Coward · · Score: 0

      That ship thingy that Picard says "engage" a lot while chillaxin on the bridge of.

    2. Re:Enterprise? by siride · · Score: 1

      Holy stranded preposition, Batman! I didn't even think you could a noun out from two clauses deep, but there it is.

    3. Re:Enterprise? by BillX · · Score: 2

      NCC-1701-D?
      (i.e, Life support: When you just can't afford to turn it off and then on again.)

      --
      Caveat Emptor is not a business model.
  21. Re:a first post more first post than first post by Anonymous Coward · · Score: 0

    After "regardless of the" there's a variable place holder in angled brackets called insert liquid here.

    Duh? You have to do < to get a left angle bracket. You truly must be new here.

  22. Re: BSD. by John+Sokol · · Score: 4, Interesting

    Hello constant updates is not a sign of Stability!
    The problem is there isn't much need for commercial support for something that doesn't break all the time.

    I have used RedHat in a server farm of over 1000 systems and I have used FreeBSD in servers systems that were a little smaller.

    The BSD generally run's behind in code version on the application side, but these are more stable and not constantly pushing the bleeding edge. It's used inside Router and Big server farms and so tends to be better on the network side.

    With Red hat we had so many problem with the BNX/BNX2 10 GB ethernet drivers, it was a nightmare scenario with over $500,000K in blade servers constantly crashing, there were the HP vendor drivers, and the RH drivers and the Linux main line drivers, which we ended up building and using till RH caught up.

    FreeBSD is hardly dead. Some of the fastest network drivers exist in FreeBSD.
    At this point the BSD's are almost a flavor of Linux. There is a Linux compatibility layer also.

    I have written drivers for Both BSD and Linux. BSD drivers are generally much clean and more straight forward and it's because of them that many HW vendors bring up a BSD driver first even if they choose never to share it.

    --
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
  23. WTF?!?! Did Ditzler drop by to mod you down? by Anonymous Coward · · Score: 0

    no text necessary

  24. Stable = Older by John+Sokol · · Score: 2

    By definition a stable system has to be running older code that's been fixed and is well understood rather then "the latest" updated code.

    If your constantly churning and updating you can not be stable.

    Red Had run's behind the main Linux distribution to get added stability.

    But FreeBSD which seems old and stodgy is like that because of the emphasis on stability over features and improvement.
    It's also simpler under the hood which is also important for Stability.

    But it all depends on what your trying to do. GUI vs. Server.
    For Server I'd go with BSD.
    For GUI I'd go with Windows, Apple OS-X (BSD variant), maybe Android (haven't developed on it yet) X Windows just sucks.
    For Embedded , I'd go with what ever the eval boards ship with. Usually Linux these days. (Certainly not PSOS or QNIX)

    At this point I can compile the same code on all of these using GCC and run them equally well. They are all Posix compliant. SDL run's on all of them.
    Java also run on them. So does Flash, LLVM, TCL, PERL, RUBY, Python or what ever langue du jour.

    Let's end the religious wars on OS's, it's about getting your work done. The OS is just a platform for the language your want your code to run on.

    --
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
    1. Re:Stable = Older by NateTech · · Score: 1

      VxWorks or Microware OS/9 still kick Linux's butt in the RTOS world for reliability and strength/stability of codebase. Just sayin'... if you're building missile systems, you're probably reaching for one of those.

      --
      +++OK ATH
    2. Re:Stable = Older by John+Sokol · · Score: 1

      Xvworks and microware, yuck.
      I am a video specialist and love doing real time control stuff and embedded systems. I have yet to understand what they are talking about with RTOS. I can do microsecond accurate timing now in vanilla BSD or linux. Yes 1/1,000,000 second timing. Verifiable on an oscilloscope from user space or in drivers.

      Overall I think the opensource is the important part of stability. The more eyeballs looking at code the more solid it will be.
      This is why new code should be treated with some suspicion till it has been run for so long in so many different condition. Been reviewed and scrutinized over and over. This is what gives stability.

      --
      I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
    3. Re:Stable = Older by NateTech · · Score: 2

      Ahh, been using Linux since 1995. Never seen that "more solid" thing come out of open-source yet.

      Reason is, most devs don't look at code, they write it. Looking at someone's old code and trying to fix it is something a smaller percentage of devs do than those who just slap more code out.

      Linux's stability lies in the original design (UNIX), not so much in the "many eyes/many hands" thing. That and distros who are willing to slow the process so businesses can actually use the stuff.

      And the most stable things on Linux aren't so much the OS, as they are great applications which somehow have stood the test of time... Apache comes to mind...

      --
      +++OK ATH
    4. Re:Stable = Older by Anonymous Coward · · Score: 0

      More solid IS possible, but not if you have too many cooks around that apparently forgot they are not alone and all-knowing. Breaking network stuff that used to work isn't my idea of the year of the linux desktop. Last incidents werent in the kernel, but in the (e)glibc, but what about regression testing? It is really annoying if you are loosing group memberships or kerberos no longer works when login in with gdm, but works with login (no changes in pam or pam.d files).

    5. Re:Stable = Older by NateTech · · Score: 1

      Agreed.

      Just look at the god-awful mess GNOME just became again, outside of kernel-space. Or try to get LDAP authentication working on 100 servers already running on different distros.

      Linux can't even hack centralized authentication properly yet. I love Linux and working on it, but it's kludge on top of kludge. Those that work, do so pretty well. The rest is a mess.

      --
      +++OK ATH
  25. How to make Linux stable by Anonymous Coward · · Score: 2, Insightful

    1) insert Windows install disk
    2) c: format
    3) run win7.exe
    4) PROFIT!!!!

    1. Re:How to make Linux stable by Anonymous Coward · · Score: 0

      Clearly you haven't got a clue how to install DOS or Windows....*sigh*

    2. Re:How to make Linux stable by moco · · Score: 1

      The old "increasing your IQ by giving yourself a lobotomy" argument... I am not impressed.

      --
      moi
    3. Re:How to make Linux stable by TangoMargarine · · Score: 1

      Clearly he doesn't know how to do a "PROFIT!!!" meme either. He totally left out the "...".

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
  26. Re:a first post more first post than first post by maxwell+demon · · Score: 1

    And you must use &amp; to get &lt;.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  27. Re:Good - sacrilege by rust627 · · Score: 4, Funny

    "....... I am sick of the comparison between the car and desktop-computer industries."

    This is /. How dare you sir.

    for such a sacrilegious statement you should go to the front counter and hand in your slashdot number and name /. without Car analogies would be like.... like....., like a car without seats.

    --
    da da da dum indeed.
  28. big animation companies by Anonymous Coward · · Score: 0

    I work in the animation industry. And they back-port more stable kernels. At some companies they even have there own custom kernel. Not usual since companies tend to use high-end graphics and have XFS/NFS, and several other protocols to handle.

    I suggest a DESKTOP version of the kernel. Much of the kernel patches all seem to be related to super computing and/or server problems that desktop users never deal with. What I mean is, its near impossible to run a background process without it somehow slowing down a foreground process. Try running firefox with several tabs, and thunderbird all day. Even idele firefox is taking up tons of CPU usage. I know this is a firefox thing. However, shouldn't the kernel be able to adapt to processes requiring more cpu. If all processors are running 100%, I should still have some level of control to kill that process (even if its swapping my machine). Since before I can remember. If a process is taking 100% of all my cpu's and nearing swap limits, the kernel decides what processes to kill off rather than throttling the one causing the problem. I would like more time spent on day-day performance with the scheduler. And of course patching security problems when they arise.

    1. Re:big animation companies by siride · · Score: 1

      I usually have this problem more on Windows than on Linux. I'd says 95% of the time it's not really high CPU-usage, but disk or other device activity that grinds everything to a halt.

    2. Re:big animation companies by mmcuh · · Score: 1

      Isn't this exactly what cgroups is for? They have been in the kernel for about a year now.

  29. 2 years isn't a lot by GPLHost-Thomas · · Score: 3, Interesting

    Debian security support stands for more than 2 years. So if you say "more than 2 years", I'd say, that's what we get with any Debian release. So I hope that the plan is to have it for longer, otherwise it's YASM (Yet Another Suse Marketing...). There's all signs that 2.6.32 will be maintained for a long long, very long, extremely long time, since so many distro are using it.

    1. Re:2 years isn't a lot by houghi · · Score: 1

      2 years for the kernel is already a start. That way not each distro needs to do the security patching on their own, but rather share the effort.

      --
      Don't fight for your country, if your country does not fight for you.
    2. Re:2 years isn't a lot by GPLHost-Thomas · · Score: 1

      But this is already what's happening! Almost all distro are currently using kernel 2.6.32, and any security patch that a given distro will make will be able to be shared with others. So I don't really see the point here.

  30. And a stable API, anytime? by renzhi · · Score: 3, Insightful

    Linux could have dominated, if there was some sort of stable API for third-party developers. Developing for the Linux platform quickly becomes an experience of insanity, when you start doing compatibility test, and the test matrix just explodes.

    I'd say, if it was too hard to keep API stable across all versions of Linux, maybe we should at least have API stable for all minor versions, say, 2.6.x?

    I know all the arguments for moving faster, for keeping a cleaner code base, etc. But hell, what good is a shiny kernel if the apps can't keep up with?

    Just venting, from my experiences working with kernel module.

    1. Re:And a stable API, anytime? by Anonymous Coward · · Score: 1

      http://www.kroah.com/log/linux/stable_api_nonsense.html

  31. Re: BSD. by HockeyPuck · · Score: 0

    With Red hat we had so many problem with the BNX/BNX2 10 GB ethernet drivers, it was a nightmare scenario with over $500,000K in blade servers constantly crashing, there were the HP vendor drivers, and the RH drivers and the Linux main line drivers, which we ended up building and using till RH caught up.

    Next time build a test lab so that your QA group within IT, can validate the software you're about to deploy.

    Lack of preparation on your part doesn't constitute an emergency on anybody elses.

    Next time, please sign your comment with your company so I can validate that I do not have any working relationship or consume your company's products.

  32. Real-time Kernel Patches Synchronisation? by highways · · Score: 4, Interesting

    If the target for a long-term stable kernel is embedded systems, then I would suggest having some sort of arrangement with the real-time kernel patches which typically don't release with every kernel.

    If, for example, 2.6.39 was chosen as a -longterm, it's unattractive for many embedded developers without the option of the -rt.

  33. Um, thats pretty much what RHEL does! by antifoidulus · · Score: 0

    This is pretty much one of the 2 major services Redhat offers(the other is support). They pretty much backport all security fixes(and most bug fixes as well) while leaving everything else as stable as possible. That way you can continue to run your machines without worrying about some new whiz bang update breaking everything.

  34. Re: BSD. by Anonymous Coward · · Score: 0

    or sometimes linux is a chunk of shit that only works by the will of some nut admin and some shitty python patches, heh the last time I used Ass Hat linux the fucking GCC compiler was broken, had been broken for a year, and took another year to unfuck, there is quality I can depend on.

  35. breaking every few months? by Anonymous Coward · · Score: 0

    "Maybe other open source projects take the hint and provide something where I can install and not worry about it breaking every few months. You don't buy a new car every month".

    Who's forcing you to upgrade?

  36. Who the HELL are you?!? by Anonymous Coward · · Score: 1

    I'm the dude who envisioned, designed, developed and shipped both autoexec.bat and Clippy, so clearly I know my shit. What the hell have YOU ever done? You know what, I don't have time for your jibber jabber, I have to finish the bootware for the Kin 3. It's gonna be the iPhone killer.

  37. What? by Anonymous Coward · · Score: 0

    Any project that considers two years to be "longterm" is very ill indeed. Still addicted to the shiny, are we?

  38. Re: BSD. by Anonymous Coward · · Score: 0

    Wonder if its the same John Sokol

    http://www.linkedin.com/pub/john-sokol/0/393/69

  39. Re: BSD. by oztiks · · Score: 1

    Yeah, you say that till you have driver issues on your band spanking new Dell running Windows Server. HockeyPuck, has a point that you should lab the performance of the box before deploying a bunch of Blades. The kind of money you have to put down for that! It's always wise to make sure they're going to work.

    But who hasn't been there when you trust the vendors just a little too much, purchase a bunch of new gear and the OS and the Hardware simply doesn't mesh.

    An example of the gamble you play with new tech. I've had a bunch of HP G5's and G4's running all on Debian we used the G4's as our DR. The G4's are 2 years older than the G5's but they kept running and running and running. Meanwhile 6 months into using the new kit it kept blowing harddisks left right centre. We patched the firmware on the controllers and presto all fixed - sometimes it just isn't the OS's fault either!

  40. Use ancient linux's by unixisc · · Score: 1

    Why not use Caldera, or Corel Linux, or something as old from companies that are either no longer around, or who no longer do Linux? If it's a Debian based distro, patch it up w/ the latest from Debian, but otherwise, it seems to meet your requirements - much more than 5 years. Chances are that even Linux crackers won't be interested in those, and you can build it into anything - your garage, your car, your home security system, anything!

    1. Re:Use ancient linux's by dokc · · Score: 1

      Because you can't put Caldera or Corel Linux an a system with 16MB NOR and 32MB RAM.
      We are talking about openWrt and similar distros.
      Chances are that crackers will go first on your router where most users have their DNS/DHCP and termination for all your network devices.

      --
      In love, war and slashdot discussions, everything is allowed.
  41. Re: BSD. by Anonymous Coward · · Score: 1

    Dear Mr Puck,

        > please sign your comment with your company
        You don't sign with your company nor do you even use your real name, you are hardly in a position for such a lecture.

        The company was Citrix. They did validate the hardware with load simulators running for a weeks and the problem wasn't apparent.

      But a live customer load with over 190,000 live TCP session on some hosts it could still take weeks before we say a glitch, and it wasn't clear what the cause was. Some times it's a bad drive or ram. A host will die every now and again for no apparent reason. It's the nature of the beast.

        Sometimes these things take months to show up on a single machine, but with a cloud with 1000's of hosts and live traffic loads, it suddenly become a constant problem.

    For example say a problem only crops up every 720 hours. (24 hr * 30 days = once per month) Not unusual since it could be a 64 bit int overflowing for example.
    But the QA is only for a week and the loads aren't quite the same as live traffic.

    With a thousand hosts, 33 systems per day would fail.

    Now with the BNX problem the host just drop off the network, meaning you can't ssh in to the host! All Logging and SNMP data just stops and the host is no longer ping-able.
    You can only use the Remote console manually which is slow as mud, and a real pain.

    In reality we rolled those hosts out slowly 10 then 100 and tried a variety of driver version till we found a stable one but it was still 3 times per day(Or Night at 3am even) we had to have someone reboot these and restart the software, and bring the host back in to service.

    It's even worse when we would roll out a YUM update in Red Hat and it would break things. Since we were mandated to have every host be within 90 days for PCI compliance.

         

  42. Stable is stable enough: more stable is... by GrandTeddyBearOfDoom · · Score: 1

    Once a kernel is reasonably stable you should work elsewhere. Trying to still a floating boat will not make it float any better. The boat floats.

    --
    -- The Grand Teddy Bear has Spoken: "Windows 8 Source Code Available NOW! more disgusting than your pr..."
  43. Re: BSD. by John+Sokol · · Score: 2
    --
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
  44. Wasn't this started long ago? by Anonymous Coward · · Score: 0

    I remember ...years ago... that Linus and Friends at the OSDL were working on carrier grade Linux ....to provide the kind of stability and reliability (moving from 5 9's to 9 9's, or 1 second of downtime every 31.688 years on average. Is this just an extension of that? I also remember Cray et. el. were working on making Linux more fault tolerant, less fragile, (SGI did a bit too, likewise Oracle with databases, etc.).

  45. planned obsolescence by drwho · · Score: 2

    Kroah-Hartman says - "Consumer devices have a 1-2 year lifespan" -- this is a sign of our times. Just make junk that last a couple of years at best, and then chuck it. It would be far better to create devices that last twenty years and can be updated and repaired. This is why I like 'dumb phones'- cellphones that are less likely to be pwn3d, last longer, are cheaper, tougher, and easier to use. Ah, I am going to miss you, Nokia, and Motorola, and Siemens, and...

  46. Re:Heh. It used to be called "Solaris" by Anonymous Coward · · Score: 0

    or just slow-aris..

  47. Rock Solid by Anonymous Coward · · Score: 0

    More stable then stable: Rock Solid

  48. Where? by Anonymous Coward · · Score: 0

    Linux could have dominated

    Could have dominated where? In the server market? Check! In the embedded market? Check! In the supercomputing market? Check!

    Oh, I see. You're talking about the desktop market, aren't you? The only market left where linux doesn't already dominate?

  49. You Kernel Runner? by greg1104 · · Score: 1

    Do you like our kernel?
        It's unstable?
    Of course it is.
        Must crash a lot.
    Often. It seems you feel our work is not a benefit to the public.
        Kernels are like any other software - they're either a benefit or a hazard. If they're a benefit, it's not my problem.

  50. Re:Heh. It used to be called "Solaris" by Anonymous Coward · · Score: 0

    or just slow-aris..

    Linux 64-bit safe yet?

    No? Can't do IO ops > 2 GB?

    Awww, too bad.

    Yep, 640K should be enough for everyone...

  51. Re:Heh. It used to be called "Solaris" by TheRaven64 · · Score: 1

    Solaris got the 'slow-aris' nickname because lots of things in the kernel were designed for scalability at the expense of speed. Run it on a 1-2 processor machine, and that's overhead. Run it on a 64-processor machine, and you really appreciate it. The Solaris kernel was split into lots of largely independent threads back when Linux was still using a single lock for everything.

    --
    I am TheRaven on Soylent News
  52. 7 Years Please by Anonymous Coward · · Score: 0

    For servers you expect at least 5 to 7 years of support. I'll take the two years but what we really need is very long term support (5 or more years) with critical bug fixes and security patches.

  53. So... by Anonymous Coward · · Score: 0

    -brickwall then. But the only operating system that fits that bill is a car radio, or perhaps a television from the '90s.

  54. It's not the apps that don't keep up... by Sits · · Score: 1

    ...it's the external drivers - as you point out in your post it was a kernel module that caused you massive grief. Most applications don't depend on out-of-tree with kernel drivers and thus are insulated from the kernel changes (this is why you can often get away with running a hand rolled modern kernel on "old" distributions).

    However, the moment you have touch out-of-tree drivers your experience is going to be ongoing pain and it generally doesn't matter which out-of-tree driver you are using. If you are ever lucky enough to use a system that doesn't need out-of-tree drivers (i.e. you don't need the fastest graphics, you don't use Virtualbox/VMWare, you aren't using ndiswrapper for your network card, you aren't using certain virus checkers, etc) you will see a reasonable kernel experience.

    A stable kernel API won't help the Linux compatibility matrix issue (wrt to the kernel) either - in addition to a stable API you would also need a stable ABI (otherwise you have to rebuild the driver for each distro anyway). To get either of these you need someone to do the work of writing and maintaining glue layers and that (like all work) is thankless, expensive, never ending work which people want if someone else is doing it but do not want to pay the price for.

  55. Good point! by Sits · · Score: 1

    You're right - it wasn't contradictory or wrong just an unusual way to highlight it :).

  56. 2 Years is Long Term? by zaivala · · Score: 1

    We are being driven by software, which then drives the hardware, which then drives more software. Sanity would seem to say that a computer which works should continue to work, and continue to be supported. No, it's not a good business model if you're a gigantic company trying to steal all the money you can until someone else puts you out of business. Why aren't there any companies picking up old software and hardware service? The best I can see is Wary 5 Puppy, which goes back to the last kernel which could still address analog modems and freezes it there, and adds just enough of today's software to make an old computer feel like it can still keep up. A lot of us poor people just can't keep buying more and more, new and newer computers. I know it's not The American Way, but we should be more like Cuba sometimes, where 1950s American cars are maintained because they can't get new ones.