Slashdot Mirror


Linux Kernel 2.6.21 Released

diegocgteleline.es writes "Linus Torvalds has released Linux 2.6.21 after months of development. This release improves the virtualization with VMI, a paravirtualization interface that will be used by Vmware. KVM does get initial paravirtualization support along with live migration and host suspend/resume support. 2.6.21 also gets a tickless idle loop mechanism called 'Dynticks', built in top of 'clockevents', another feature that unifies the timer handling and brings true high-resolution timers. Other features are: bigger kernel parameter-line, support for the PA SEMI PWRficient CPU and for the Cell-based 'celleb' Toshiba architecture, NFS IPv6 support, IPv4 IPv6 IPSEC tunneling, UFS2 write, kprobes for PPC32, kexec and oprofile for ARM, public key encryption for ecryptfs, Fcrypt and Camilla cipher algorithms, NAT port randomization, audit lockdown mode, some new drivers and many other small improvements."

296 comments

  1. Re:first pist, bitches by Anonymous Coward · · Score: 0, Funny

    Immediately modded down, and not even first.

    Can you say pwnd?

  2. Damnit! by FunWithKnives · · Score: 5, Funny

    And I just upgraded to 2.6.20-15! (Kubuntu Feisty Fawn)

    --
    "We may face a scorched and lifeless earth, but they're accountable to their shareholders first."
    1. Re:Damnit! by arth1 · · Score: 1

      Same here -- I just went to 2.6.20, mostly because 2.6.17 no longer was supported by my distro, and 2.6.18 and 19 are somewhat buggy compared to .17 and .20. I'll wait and see before I go to .21 -- there's really nothing in there that I /need/. Others may have different needs and wants, of course.
      At this point, I'm mostly interested in bugfixes, and not features. YMMV.

      (Anyhow, why did someone mod your post "Flamebait"? I can't see anything in it that's inflammatory at all?)

    2. Re:Damnit! by andy_t_roo · · Score: 1

      i for one regularly run linux in vmware, and am interested to see how the paravirtualization works out.

  3. Published? by CastrTroy · · Score: 1, Insightful

    What's with the headline? Who publishes OS kernels? I guess it could be grammatically correct and all that, but it sounds a little weird to me.

    --

    Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    1. Re:Published? by diegocgteleline.es · · Score: 3, Informative

      It's me who sent the headline. "Publicar" (to publish) is what people usually uses for those cases in spanish. So there you've the answer for your question :)

      (I also planned to add the number of months of development (almost 3, 80 days), but I forgot it)

    2. Re:Published? by Bacon+Bits · · Score: 1

      Hey, I always thought "release" sounded a bit like urination, but you don't hear me complaining.

      --
      The road to tyranny has always been paved with claims of necessity.
    3. Re:Published? by Anonymous Coward · · Score: 2, Funny

      At least they didn't publish it to Google, or it would be gone.

    4. Re:Published? by tomatensaft · · Score: 2, Insightful

      Note, that it's "to release" in English. :)

    5. Re:Published? by fjf33 · · Score: 1

      It does make sense though. What he published was the source code. Like a book? You wouldn't call publishers releasers would you? :)

    6. Re:Published? by Anonymous Coward · · Score: 0

      Well, in ENGLISH, the correct terminology would be; RELEASED. Are we speaking English here or is this Spanish class? Books are Published, not the Linux kernel. Let's get it right.

    7. Re:Published? by Kadin2048 · · Score: 1

      Hey, I always thought "release" sounded a bit like urination, but you don't hear me complaining.

      I was thinking of something else involving the same part of the body, but whatever works for 'ya.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  4. please help... by fattmatt · · Score: 1, Funny

    I'm still running 1.0 Patch 9 ... should I upgrade?

    1. Re:please help... by R.D.Olivaw · · Score: 1

      I'd wait for SP1 if I were you.

  5. Bloat? by ArcherB · · Score: 2, Insightful

    Is it just me, or are all these options that are added with every new release going to result in a bloated kernel? It seems like every release adds new stuff, but I never see anything outdated taken away.

    Yes, I know that you can recompile and remove what you don't need, but most "non-uber-geek" users are not going to be able to handle that, and most distros are going to include a kernel with the kitchen sink compiled in.

    --
    There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
    1. Re:Bloat? by qbwiz · · Score: 4, Insightful

      most distros are going to include a kernel with the kitchen sink compiled in.

      No, most distros are going to include a kernel with the kitchen sink compiled as modules, taking up a few megabytes on the hard drive, but never loaded.
      --
      Ewige Blumenkraft.
    2. Re:Bloat? by Lxy · · Score: 4, Insightful

      I've noticed that each time I compile a new kernel, something has been moved to [deprecated] status that was still live in the last release. All the deprecated stuff is not compiled in by default, keeping the resulting bzImage size manageable.

      Most distros compile everything as modules, which generally keeps the overall size of the kernel down. Sure, bzImage grows over time (not just because of new features, but typically new patches == more lines of code), but not significantly from release to release.

      Most "non-uber-geek" users don't care what's in their kernel, and if they did, they'd learn to compile it themselves. Compiling kernels has gotten easier over the years. Chances are, if you care enough about how your kernel is compiled, you'll have the skills needed to do it yourself.

      --

      There is no reasonable defense against an idiot with an agenda
      :wq
    3. Re:Bloat? by Qzukk · · Score: 2, Informative

      and most distros are going to include a kernel with the kitchen sink compiled in.

      Actually, they use kernels with everything compiled as modules, and a separate initrd/initramfs to deal with loading the drivers required at boot time.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    4. Re:Bloat? by arth1 · · Score: 3, Insightful

      Even if you compile something as modules, it does take up memory and resources. Much less, but still not negligible. There's hooks for the modules, plus tests in other parts on whether a module is loaded or not, in addition to much larger symbol tables.
      And, of course, there's many parts that can not be made into modules at all, but have to be part of the kernel. And that makes a HUGE difference.

      Is the difference really that big? Well, the machine I'm currently on has a bzipped kernel that's around 1.5 MB in size plus a 820 kB map. The alternative boot to a commercial distro (no name, no shame) has a bzipped kernel that's around 2.1 MB, plus a 2.3 MB initrd, plus a 1.2 MB System map.

      The difference might not be staggering, but it's there, and the kernel is growing with each revision. Here's how the System.map has grown for the last few revision on this laptop, with no new options added:


      -rw-r--r-- 1 root root 754620 Nov 30 18:32 System.map-2.6.17-gentoo-r8
      -rw-r--r-- 1 root root 768275 Dec 28 15:57 System.map-2.6.18-gentoo-r6
      -rw-r--r-- 1 root root 809157 Mar 26 04:28 System.map-2.6.19-gentoo-r5
      -rw-r--r-- 1 root root 839371 Apr 25 22:45 System.map-2.6.20-gentoo-r6


      That's an 11% increase without adding anything. Similar for the kernel itself (although that's harder to compare directly, due to the bzip2 compression). While not alarming, it's a trend towards feeping creaturitis that I think bears watching.

    5. Re:Bloat? by h890231398021 · · Score: 1

      Compiling kernels has gotten easier over the years.

      You're joking, right? I used to compile my own kernel.org kernel in 2.4 days. Starting with 2.6, there are so many options, many dependent on whether other options are selected or not, that I find it impossible to figure out what I need to check and what can be left out.

      No, I'd say that 2.6 ushered in the age of relying on your distro to compile the latest kernel for you and provide it as an update. This is particularly true because the kernel.org 2.6 releases, IMHO, have not been nearly as stable on release as the 2.4 ones were, and so you also end up relying on your distro to apply whatever bugfixes-du-jour are needed.

    6. Re:Bloat? by Anonymous Coward · · Score: 0

      ...taking up a few megabytes on the hard drive, but never loaded.

      Yet a great many initrd/initramfs are going to test if they need to modprobe in hundreds of modules (OK, OK, I'm exagerating), which is why most modern "stock" Linux distro are super-slow to boot.

      A good self-compiled kernel with all the drivers mandatory to boot compiled in, get rid of initrd/initramfs and booting is nearly instantaneous.

    7. Re:Bloat? by ehrichweiss · · Score: 2, Funny

      Are you referring to the 2.4 days as actual compile time or time it took you to work out what to include in the kernel config? I don't think it ever took more than 8 hours to configure and compile a new kernel on my end even if the machine doing the compiling was 1/10th the speed of, then, current computers.

      Plus, I don't find it THAT hard to configure the new kernels but I take my distro's config file and remove anything I know I don't need rather than starting with a blank-slate config and THEN trying to figure out what to include/remove.

      --
      0x09F911029D74E35BD84156C5635688C0
    8. Re:Bloat? by HomelessInLaJolla · · Score: 1, Interesting

      I had begun making a similar observation to myself towards the 2.4.20+ line and definitely when 2.6 came out. It correlated nicely with the media increase in Linux coverage, the size and comprehensive nature of desktop environs like KDE and Gnome, the size of Xorg/Xfree86, and the increasing popular emphasis on web applications and the tion of HTTP and file-sharing protocol network usage over nearly anything else (spam excepted). I've almost decided that the computer programming age, as an affordable hobby for the non-specialist, is nearing the end of its lifetime. In a few more years you'll have the option of working with entirely standardized/commoditized/completely controlled (corporate DRM style) equipment or, if that doesn't appeal to you, then you'll have to go off a polar deep end and spend absolute bricktons of time and money assembling a system using a soldering iron, a breadboard, and specialty chips ordered from remote clearinghouses in China or Russia.

      --
      the NPG electrode was replaced with carbon blac
    9. Re:Bloat? by glas_gow · · Score: 1

      If you strip your kernel down by a sizeable amount, say less than 50% of the size of the one that came with your distro, you'll only notice a small amount of performance increase, suggesting that all the added modules aren't really bloating the system by all that much. There's an improvement, but on most modern machines it's a minimal. The only time I optimise a kernel these days, is when I'm trying to use an old machine for some ancilliary purpose.

    10. Re:Bloat? by Grishnakh · · Score: 2, Insightful

      I've almost decided that the computer programming age, as an affordable hobby for the non-specialist, is nearing the end of its lifetime. In a few more years you'll have the option of working with entirely standardized/commoditized/completely controlled (corporate DRM style) equipment or, if that doesn't appeal to you, then you'll have to go off a polar deep end and spend absolute bricktons of time and money assembling a system using a soldering iron, a breadboard, and specialty chips ordered from remote clearinghouses in China or Russia.

      WTF are you talking about? Programming has become far more accessible to everyone in the last 20 years, and much of this is because of the rise of OSS. You just talked about Linux, KDE, Gnome, Xorg/Xfree86, etc., which are all OSS applications, developed and contributed to by thousands of hobbyists (as well as professionals). There's countless smaller projects developed entirely by hobbyists, focused on very specific niches, such as people who write small applications to support their other hobbies (ham radio, electronics, knitting, or whatever) and put them on sourceforge so other hobbyists will help them out. All this is a phenomenon that did not exist in a meaningful form back in, say, 1990, before OSS software became popular and the internet/WWW become commonplace.

      Locked-down corporate-controlled DRM-infected computers are still a real danger, but the way things are currently going, I don't see this becoming a reality unless the US Government mandates it through legislation. We've already seen the beginnings of DRM lock-down with copy-protected CDs and DVDs which don't work worth a damn, and Windows Vista which is having all kinds of problems because of its excessive DRM. While I don't think Windows is going to go away in the next 5 years, I don't think we're all going to be forced into using DRMed Vista-running Dells in 5 years either, with Newegg.com out of business because building your own system is illegal.

    11. Re:Bloat? by Grishnakh · · Score: 1

      I seriously doubt removing the extra modules has any effect at all on performance. These modules aren't even loaded unless your machine actually uses them. You save a bunch of HD space (but not much compared to the typical 100+GB size of drives these days), but that's about it.

      You probably get a small performance increase due to using optimizations specific to your machine, like compiling specifically for your P4 or Core 2 or X2 processor, and maybe leaving out some things you don't need. But overall, I don't think all those extra modules affect performance at all, just disk space.

    12. Re:Bloat? by InsaneGeek · · Score: 2, Informative

      Are people really seriously concerned about this?? Maybe its me but I dont boot my linux (or windows) systems daily, or even monthly. The flexibility that modules give me, more than outways shaving 3 seconds off the boot time...

    13. Re:Bloat? by init100 · · Score: 1

      Are you referring to the 2.4 days as actual compile time or time it took you to work out what to include in the kernel config?

      He probably refers to the days of Linux 2.4.x, not the time taken to configure and build the kernel.

    14. Re:Bloat? by Anonymous Coward · · Score: 0

      If you want to preach about rock-painting, that's one thing...

      If you want to talk about real opportunities to shape the direction of the upcoming generations, though, the parent was right. The hardware and the applications which make it into institutional use are being consolidated to a small handful of vendors whose interests are represented politically.

    15. Re:Bloat? by John+Courtland · · Score: 1

      I use linux as my desktop OS on my laptop. I shut it off all the time, so startup time does matter to me. I realize I'm an exception, but it does matter.

      --
      Slashdot is proof that Sturgeon's Law applies to mankind.
    16. Re:Bloat? by ehrichweiss · · Score: 1

      Doh! Thanks for clarifying that..NOW it makes sense and seems far less idiotic. "2.4 days" seemed like he was INCREDIBLY aware of the time it took...not simply 3 days and not rounded up to two and a half days..heh.

      --
      0x09F911029D74E35BD84156C5635688C0
    17. Re:Bloat? by HomelessInLaJolla · · Score: 1

      Programming is more accessible the same way that vegetable gardens are accessible.

      You're still going to buy the bulk of your groceries from one or two supermarkets and the landscape doesn't show any signs of changing any time soon.

      But don't let me point out the obvious. Your leading remark "WTF are you talking about?" already tells me that you know everything .

      --
      the NPG electrode was replaced with carbon blac
    18. Re:Bloat? by Grishnakh · · Score: 1

      Maybe I'm missing something, but while it's true that most institutional or corporate-purchased computers are bought from a handful of vendors (Dell, Lenovo, HP, etc.), I still don't see these computers being totally locked-down with DRM, enforced Windows use, etc. They're still following standard specifications. You can still take any of these computers and run Linux (or *BSD) on it.

      There's also a growing, though quiet, use of OSS software and OSes in companies and governments. I don't see this going away, even with the introduction of (unpopular) Vista.

      If you have some evidence that computers are very soon going to be unable to run alternative OSes and software, I'd like to see it. But I haven't read anything other than worries about things like "trusted boot", which doesn't seem to have turned into reality anywhere.

    19. Re:Bloat? by Grishnakh · · Score: 1

      I'm sorry, but while maybe you don't personally know anyone who writes software as a hobby, there's tens of thousands (if not more) who do it all the time, resulting in an enormous quantity of OSS software that we have currently available. Most people may still be using Windows and other proprietary crapware like Norton, but Firefox sure has gained a lot of converts for something that's totally free and open-source.

      If you really think things in computing-land are becoming more centralized to fewer vendors, you have blinders on.

    20. Re:Bloat? by Anonymous Coward · · Score: 4, Insightful

      2.6 and recent kernels in general are aimed at *modern computers*. Modern computers that have a *lot* more features and devices than ever before. There is absolutely no comparison to kernels back in the floppy days. If you're still using floppies you might as well be using an old kernel for whatever weathered machine you're talking about. And a microkernel's not going to reduce the overall amount of code, just push it around.

      Not to mention that people who are using Linux for embedded work can still rip out a ton of stuff. You can completely omit module support and all sorts of things that contribute to so-called "bloat." The kernel is still and always has been very flexible about compiling in features, and all the code's there to mess with...

      Small, fast, full of features; pick two. I think.

    21. Re:Bloat? by k1e0x · · Score: 1

      Hea man, the 2.2 is still out there as lean and mean as ever.

      I say that as I think 2.2 provides really good speed vs. supported hardware.

      --
      Bringing liberty to the masses. - http://freetalklive.com/
    22. Re:Bloat? by xenocide2 · · Score: 2, Insightful

      Pray tell, how did you eliminate the possibility of existing components growing, in order to conclude modularity itself is the problem?

      --
      I Browse at +4 Flamebait

      Open Source Sysadmin

    23. Re:Bloat? by shish · · Score: 3, Insightful

      I don't see this becoming a reality unless the US Government mandates it through legislation

      The common sense of the US Government is the only thing standing between us and DRM hell? Oh dear :(

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    24. Re:Bloat? by brsmith4 · · Score: 1

      Yeah, fuck those god damned developers for writing all of this code and progressing computing. You know, cuz like hardware hasn't gone anywhere since the floppy days... those feature whores!

    25. Re:Bloat? by Dog-Cow · · Score: 0, Troll

      I run Windows XP on my desktop, and I shut it down whenever I am done using it for a spell. However, I don't reboot it; I use hibernate. You really should step into the current century. Windows has had hibernate support since Windows 2000.

    26. Re:Bloat? by Grishnakh · · Score: 1

      Yep, it is extremely worrying. However, the hope is that there's enough forces working against mandated DRM that it won't happen. The good news is that these forces are numerous and more powerful than it appears.

      On one side, there's the entertainment lobby, and their lapdog (or co-conspirator, it's hard to tell which) Microsoft, working hard for locked-down computers and mandated DRM on everything, basically turning computers into a way to deliver pay-per-view content.

      But on the other side, there's nonprofit groups like the EFF who constantly challenge these things in courts. But also importantly, there's the entire electronics industry. If they have half a brain, they know that mandating all this DRM crap will have a huge negative effect on their business. Some are on the fence, or flirting with pro-DRM activities, like Sony (mostly thanks to them also being an entertainment company) and Intel (their whole Viiv scheme is a big pay-per-view DRM-locked-down POS). But many others, while currently agnostic, might come out against DRM when they start realizing how it'll impact their business.

    27. Re:Bloat? by SirTalon42 · · Score: 1

      Use software suspend instead of shutting off the machine. It boots up much faster as well as shuts down possibly a little faster.

      My laptop (SuSE 10.2... possibly going to switch to Kubuntu Fiesty some time in the future) has an uptime of 44 days, though every night I suspend it to the disk (and several times during the day as well sometimes). On boot I generally run the command "swapoff -a && swapon -a; echo done swap; sync; echo done sync" just to bring anything that was swapped out back into main memory (the sync isn't really needed), it seems if you have too little swap space to fit all the memory into it part will be swapped out of the memory and won't be automatically loaded on resume.

      All in all, it is FAR faster to suspend (both suspend2disk and suspend2ram are faster, though on my system suspend2disk is the one that was the most reliable, although I should test suspend2ram since I'm using a much more current kernel now).

    28. Re:Bloat? by Anonymous Coward · · Score: 0

      So suffer then. But seriously, thats what (ahem) *LOADABLE KERNEL MODULES ARE FOR!!!* Yep, Linus got a big big fat award from the ACM a few years ago for (ahem) *LOADABLE KERNEL MODULES!* So everything under the sun may be compiled by the vendor, yep (although they are still making the kernel 'per architecture' so that if you are running an x86 processor, the mips processors, sparc processors, sparc64, amd64, alpha, motorola 68000, etc. are not compiled in, but every possible module you could want for your system is compiled. So that means that /lib/modules/(your-kernel-version) is a directory plum full of loadable (and unloadable) kernel modules. Gee, isn't it nice that modules that aren't needed are unloaded automatically after 10 seconds? But what if I want to force them to say?, you ask. So force them, thats allowed too! But what if I don't know how? you ask. Well then it takes care of itself, loading and unloading as it (your needs) arise. This isn't a windows million-drivers-all-the-time kernel, things are lean and only required when required. Windows users have to load (a pile of) drivers. Linux users don't.

    29. Re:Bloat? by menkhaura · · Score: 1

      I wish you hadn't posted anonymously, so I would mod you informative. Here are, however, a couple of links (secretly hoping to get modded informative myself) about creeping [by our favourite OSS writer] featuritis. Might as well post about second-system effect, but it would be modded offtopic, even though it isn't, if we assume that Linux 2.6 is a second system if compared to Linux 2.x where x = 4.

      --
      Stupidity is an equal opportunity striker.
      Fellow slashdotter Bill Dog
    30. Re:Bloat? by kestasjk · · Score: 1

      What has the size of the bzipped kernel got to do with the size of the kernel in memory?
      It's not even the fact that it's bzipped that makes it a nonsense measure of bloat, it's the fact that the kernel is a program which fills more memory with data than code.

      If you're wondering why the kernel uses more memory on a 1GB RAM machine than a 64MB RAM machine, it's not because the kernel team have been writing hundreds of MB worth of compiled code since you last downloaded Linux; it's because increasing the size of kernel data structures often increases speed.

      To take extreme examples (as you do); you could have a program with a statically compiled bitmap which simply displays the bitmap and closes. It might take up many megabytes on disk depending on the size of the bitmap.
      If you want to use a sieve to break a public key you could write a program that could fit into a few kilobytes, but would take more memory than exists in the entire world to break a large key.

      --
      // MD_Update(&m,buf,j);
    31. Re:Bloat? by repvik · · Score: 1

      Your "bzImage" is not bzipped. It's a gzip'ed "big zImage" (IIRC, the zImage limit was 1mb)

    32. Re:Bloat? by John+Courtland · · Score: 1

      I'll give it a shot. I just upgraded to Kubuntu 7.04 last week, and the shutdown menu says Suspend... I'm just really gunshy about it since I've tried various forms of suspend since Win95 and they've always just crashed the machine and I've had to reboot anyhow...

      --
      Slashdot is proof that Sturgeon's Law applies to mankind.
    33. Re:Bloat? by arth1 · · Score: 1

      True. That doesn't change the overall meaning of the post, though, nor that it's problematic to compare compressed kernel sizes directly.

    34. Re:Bloat? by repvik · · Score: 1

      Indeed. I was just pointing out a common misconception. The size of 2.6 kernels is growing, and it has been growing fast for a while.
      I'm working on various embedded devices, and trying to squeeze a 2.6-kernel into limited space. I assure you, this is not an easy task. ;-)

    35. Re:Bloat? by Anonymous Coward · · Score: 0

      The point is... "So what?" The relative importance of hobby programming for any purpose other than rock-painting is fast approaching zero. The enthusiast/hobbyist programmer isn't going to have a chance breaking into the ranks of KDE, Gnome, or Linux. They may have a chance lending themselves to a developmental OS but the hardware, and the market, is fast closing up such that developmental OSs will probably remain that way for everything except for highly customized (and relatively low impact) enterprises. Pretty soon even your home HVAC thermostat is going to be running either Windows or Linux. New multimillion dollar software products are no longer going to be coming from enthusiasts who just happen to put it all together. Nobody is going to make a hot career out of being the best, most creative, most observant, most secure programmer anymore. Programming is going the way of the assembly line. The next generation of programmers might have a chance to work on the line, or they may have a chance to make foreman, but the heirarchy of the industry is drying like concrete and more nepotic than federal politics.

    36. Re:Bloat? by Grishnakh · · Score: 1

      You're still making absolutely no sense. What exactly is the point you're trying to make anyway?

      The enthusiast/hobbyist programmer isn't going to have a chance breaking into the ranks of KDE, Gnome, or Linux.

      Hobbyist programmers don't really need to break into KDE, Gnome, or the Linux kernel, although there's still room for them there. Why reinvent the wheel if you don't have to? That's the whole point of these projects, to provide an excellent infrastructure for everyone to use for free so people can move on to other things.

      The relative importance of hobby programming for any purpose other than rock-painting is fast approaching zero.

      This is totally wrong. If you want to do OSS programming as a hobby, there's tons of places to get started. Fixing bugs and submitting patches for one. Non-core projects for another. Write a cool puzzle game for KDE; if it's any good at all, I'm sure it'll be accepted. Help out on some small utility that doesn't get much attention.

      Yes, if you have a huge interest in schedulers or filesystems, you're probably out of luck. Then again, if you're just a hobbyist, you probably have no business writing a new scheduler anyway; this is serious Computer Science stuff and it's unlikely someone without a degree would be able to make a useful contribution. But if you're a hobbyist, why bother with something so esoteric and difficult anyway? Application programming is intentionally designed to be easier for good reason: so it's accessible to more people, and can be done faster. If you have some hobby, you can write useful applications for it in a much easier language like Python or Perl instead of having to understand C and all it entails (pointers, etc.). And there will be a small community of those sharing your hobby who will appreciate your program.

      Pretty soon even your home HVAC thermostat is going to be running either Windows or Linux. New multimillion dollar software products are no longer going to be coming from enthusiasts who just happen to put it all together.

      What's wrong with HVAC thermostats running an OS? If Linux allows the thermostat companies to make something better, in an economical way, isn't that a good thing?

      KDE, Apache, Mozilla, and lots more are large software products, and are produced by enthusiasts (some paid, some not). All are free for end-users. What exactly is the problem here? Again, you're not making any sense at all.

      Nobody is going to make a hot career out of being the best, most creative, most observant, most secure programmer anymore.

      This sounds like a sky-is-falling attitude if I've ever seen one. There's lots of careers left in software, it just depends on your field and your expertise. There's lots of kernel hackers employed at various companies, and it's more than just the few famous names. Heck, I do kernel work (actually custom device drivers for hardware that isn't used by consumers), and no one's heard of me and likely never will.

      Programming is going the way of the assembly line. The next generation of programmers might have a chance to work on the line, or they may have a chance to make foreman, but the heirarchy of the industry is drying like concrete and more nepotic than federal politics.

      Again, more sky-is-falling-ism. If you want to do boring, low-skilled programming, there's lots of jobs writing horrifically boring Java apps for websites (usually internal corporate stuff). If you have much better skills, such as low-level embedded work, there's lots of jobs out there if you care to look. And there's always room for hobbyists as I've pointed out before.

  6. Meh by 1010110010 · · Score: 3, Informative

    I haven't been able to get anything past 2.6.17 to boot successfully, I think they seriously hosed the ATA shit.

    1. Re:Meh by FudRucker · · Score: 3, Interesting

      personally i hate using an initrd.img and prefer to build ext2 & ext3 support right in the kernel making initrd unnecessary, if you compile file system support as a module you will need an initrd.img too so insetead of selecting an "M" select "*" you could try that...

      P.S. i never use reiserfs so i can not say if this works with reiserfs or not...

      --
      Politics is Treachery, Religion is Brainwashing
    2. Re:Meh by 1010110010 · · Score: 1

      I never build FS stuff as a module.

      Seriously I don't know what the deal is, all the same options, 2.6.17 boots and anything past it won't. It'll usually hang on my IDE drive discovery.

    3. Re:Meh by HolyCrapSCOsux · · Score: 1

      I'm at 2.6.20.... (FC6)
      seems okay to me

      --
      0xB315AA8D852DCD3F3DCA578FD2E0BF88
    4. Re:Meh by elFarto+the+2nd · · Score: 3, Informative

      IIRC after 2.6.17 the SATA stuff changed quite a bit (it changed from the old SCSI based stuff, to libata), and requires turning the new options on.

      Regards
      elFarto
    5. Re:Meh by rTough · · Score: 1

      I don't think the kernel developers hosed the ata shit.. more likely you're distribution hosed the ata shit...

      And if they hosed it.... it's either a development dist or they f#*$ed up.

    6. Re:Meh by Kryai · · Score: 1

      I recommend going to google and fixing your kernel configuration when you build it. Those drivers changed recently and you simply just haven't done your homework. A very simple thing to do is to build in all the SATA drivers, but you will want to narrow it down.

    7. Re:Meh by FudRucker · · Score: 1

      change /dev/hd?? to /dev/sd?? (even with IDE)

      it might work, No Guarantees though...

      --
      Politics is Treachery, Religion is Brainwashing
    8. Re:Meh by Anonymous Coward · · Score: 0

      Yes obviously the kernel sata driver timing out while detecting hard disks is a distribution specific problem.
      Clearly the fact that the root fs isn't even mounted at that point means nothing.

    9. Re:Meh by swillden · · Score: 1

      Does it stop on "waiting for root file system to become available" or some such?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    10. Re:Meh by nexex · · Score: 1

      My / is jfs and have it compiled 'in' the kernel and don't receive that. But I do get "scsi: waiting for bus probes to complete ..."

      --
      Winter 2010: With Glowing Hearts
    11. Re:Meh by giorgosts · · Score: 3, Interesting

      My feisty has a 35% chance of mounting correctly the swap and ntfs partitions. On other occasions it boots ok, most of the times displays error and I have to reboot. I have the ext3 and swap partitions on PATA disk and ntfs on a SATA. Anyone else experienced that?

      I also notice the new feisty to be much faster, but when under load, desktop slows down considerably. On edgy, however hard you loaded the machine, there was always the extra power for sth else if you wanted.

      Feisty looks feels like a windows machine now.

    12. Re:Meh by swillden · · Score: 1

      Hmm. No suggestions then.

      Have you tried asking on LKML?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    13. Re:Meh by frogstar_robot · · Score: 1

      I've changed my fstab to use UUIDs rather than device names. Once I had everything correctly labeled for a kernel my machine would boot up correctly but updating the kernel could break things. UUIDs stay the same even though disk device labeling is shifting sand at this point.

    14. Re:Meh by Ant+P. · · Score: 1

      libata supposedly has a driver for my old IDE-only chipset, but I've never got that to work. Maybe it just doesn't work for some people.

    15. Re:Meh by 1010110010 · · Score: 1

      Thanks for being so condescending. I've been compiling Linux kernels since 1998, and I know how to research a problem when I run across one. There is clearly something screwed in these new IDE drivers.

    16. Re:Meh by Nimey · · Score: 1

      This may be the same problem biting fresh installs of Feisty on some computers.

      Try this: blacklist the ata_piix driver and tell your system to load the piix driver instead, then rebuild your initrd and reboot.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    17. Re:Meh by Anonymous Coward · · Score: 0

      Ditto. Shiny new computer (well, about 8 months old now, but still), double checked all the hardware for linux problems before purchase. First ubuntu install went off without a hitch. Now I can't even get the latest freaking kernel to *boot* (even after trying every combination of noapic, noblah, recompile the kernel with this option, whatever else I can think of or google shite). WTF?

    18. Re: Meh by Dolda2000 · · Score: 1

      I don't know what happened in 2.6.17, but in 2.6.19 (I think) they added libata support for PATA drives (so that even PATA goes through the same SCSI layer that SATA does). If you old, not-libata drivers stopped working in 2.6.17, then maybe you can try 2.6.19 and see if the new, libata-based drivers work instead?

    19. Re:Meh by iceburg · · Score: 1

      I had this problem as well, turned out to be grub's menu.lst looking for /dev/hdx instead of /dev/sdx. Changed that and it worked fine.

      --
      Prudence | Justice | Fortitude | Temperance
    20. Re:Meh by tinkertim · · Score: 3, Interesting

      personally i hate using an initrd.img and prefer to build ext2 & ext3 support right in the kernel making initrd unnecessary, if you compile file system support as a module you will need an initrd.img too so insetead of selecting an "M" select "*" you could try that...


      Its not just the file system you need, its the ability to spin the drive containing said file system too :) Its legacy HW that's getting fuzzy , not file systems. Not really sure why you hate initrds so much?

      The initrd does many more things than load drivers. What if you have an AoE based storage network with many disk-less stations needing to use an OCFS2 single system image? Initrd's can do neat things besides loading modules, have a look at linuxrc. You can bring network adapters to an up/link state, negotiate iscsi targets, download a boot config from a resource controller, all kinds of goodies. Complex networks need to do lots of things before pivot_root gets called, and we need complex networks.

      piix hasn't been 'quite right' since 2.6.16.29 on most of the legacy servers using PATA (IDE) I still have up and working, many of us have been having a difficult time with it. But progress is progress, and this is good progress so I guess my move to all SAS will be sooner than later.

    21. Re:Meh by petermgreen · · Score: 1

      personally i hate using an initrd.img and prefer to build ext2 & ext3 support right in the kernel making initrd unnecessary, if you compile file system support as a module you will need an initrd.img too so insetead of selecting an "M" select "*" you could try that...
      If it was just a matter of filesystem support i doubt the distros would have gone down the initrd root in the first place, hell doesn't ext2 have to be compiled in anyway for some types of initrd to work.

      the real issue is hardware support, the bootloader uses bios calls but once the linux kernel proper is loaded its not easilly possible to do that (it could be done but i don't think anyone has ever considered it worth writing a driver that does access windows 95 compatibility mode style by repeatedly switching back to real mode). The result is that the linux kernel has to access the hard drive without using anything that is not already in ram. There are basically two ways to do this, either you build in the drivers for the hard drive (impractical for pre-built distro kernels due to the sheer number of possible drivers) or you use an initrd (which is placed in ram by the bootloader before linux is loaded).

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    22. Re:Meh by swillden · · Score: 1

      I had this problem as well, turned out to be grub's menu.lst looking for /dev/hdx instead of /dev/sdx. Changed that and it worked fine.

      I've seen that, but it gave me the error about waiting for root to come available, rather than the other message.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    23. Re:Meh by spikedvodka · · Score: 1

      I never build FS stuff as a module.

      Similar here... but with a minor change:
      I never build my default FS stuff as modules

      ext2/3 and JFS build right in, vfat, ntfs, hfs, etc... modules, becuase I don't need to use them all that often, only when I have to recover data off of a different drive do I need to use them

      --
      I will not give in to the terrorists. I will not become fearful.
    24. Re:Meh by Anonymous Coward · · Score: 0

      agreed

  7. KVM management? by drinkypoo · · Score: 2, Insightful

    Speaking of KVM (slightly offtopic, but not totally) are there any worthwhile management utilities for it yet? I actually ended up giving up for a while on KVM entirely because the video device is horribly slow and VDE support is not reliable, and I'm using vmware server, but I did have to give it a try. I'd love to use KVM (since I have supported hardware and it's Free software, and I'd love to minimize my use of the closed stuff) but beyond those problems (which will hopefully both be fixed relatively soon) there is simply no decent management software unless you're on redhate. Either virt-manager or libvirt is badly broken and won't work properly otherwise. UNLESS... has anyone out there gotten it working on debian/Ubuntu yet? I tried for a while, but I'm just not a good enough programmer and the programs ain't done yet.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:KVM management? by deezilmsu · · Score: 0, Offtopic

      http://synergy2.sourceforge.net/

      Works great. Haven't been able to play with it in a while due to school policies on networking (give me my hub back, fackers), but there ya go.

      --
      It's not that I'm asking the big questions, it's that I'm asking lots of small ones.
    2. Re:KVM management? by Anonymous Coward · · Score: 0

      Seriously? For real? Just how much management can you need? KVM images, like QEMU images, are just linux processes with a bit of magic. Manage them like processes. Got a big 100-node cluster you want to run 1000 VMs on? Manage them with ordinary cluster process management tools.

      All much easier than Xen (Xen in effect becomes your "real" OS, necessitating a bunch of unusual management tools).

      Redhat have a long tradition of wrapping stuff that doesn't need to be wrapped.

    3. Re:KVM management? by drinkypoo · · Score: 2, Informative

      Uh, Synergy is a program used for sharing a keyboard and mouse across multiple machines. I use it daily, with a Linux host, and two clients; one Windows XP, one Mac OSX. It doesn't manage settings and run state for KVM virtual machines. Thanks for playing, though.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:KVM management? by deezilmsu · · Score: 1

      whoops. Total misread. That's what staying up until GOD in the morning working on a paper for class will get you.

      --
      It's not that I'm asking the big questions, it's that I'm asking lots of small ones.
    5. Re:KVM management? by Anthony+Liguori · · Score: 1

      I actually ended up giving up for a while on KVM entirely because the video device is horribly slow and VDE support is not reliable

      How do you mean the video device is "horribly slow". Also, what do you mean by VDE (as in, vde.sf.net?).

    6. Re:KVM management? by drinkypoo · · Score: 1

      Seriously? For real? Just how much management can you need?

      virt-manager is supposed to provide a vmware server console-like interface.

      I need that much management if I'm going to leave vmware server.

      Running shell scripts to run my virtual machines, and editing those scripts, and having those scripts create and destroy network interfaces etc, is an annoyance. I am capable of doing it, but I am lazy and would rather use someone else's tools. It's [ostensibly] only a matter of time before virt-manager works, or before gkvm is expanded to the point at which it is actually a useful tool, so I'm not going to go attempt to invent a shitty wheel when someone else is working on a nice one.

      Redhat have a long tradition of wrapping stuff that doesn't need to be wrapped.

      Having an interface for provisioning new virtual machines, or suspending them and later bringing them back, or changing their settings is not strictly necessary, but it is quite useful.

      Later, when we are migrating KVMs between machines (I see it can do it now, but it's preliminary) we will definitely want management utilities.

      If you don't want them, that's nice, but don't try to tell me that I don't want or need them. I don't need a chair, I could kneel on the floor all day, but that would be stupid. I consider this to be much the same situation.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:KVM management? by drinkypoo · · Score: 1

      How do you mean the video device is "horribly slow".

      I mean that updates to the display (I was using the console interface, not a VNC) are, well, horribly slow. Some issues might be windows-specific, such as windows 2000 taking so long to turn the whole display desktop-colored (initializing video memory, I guess?) taking literally a minute or more.

      And yes, by VDE I mean Virtual Distributed Ethernet. I tried both VDE and VDE2. With VDE2 it never worked properly. With vde, I could start kvm four times and have VDE work once. With no changes to the command line, or other programs being run. Just re-running the vdeq kvm ... command.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    8. Re:KVM management? by Breakfast+Pants · · Score: 1

      KVM--Keyboard video and mouse.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    9. Re:KVM management? by drinkypoo · · Score: 1

      KVM--Keyboard video and mouse.

      This is a conversation about Linux Kernel 2.6.21 and the context made it quite clear that I was talking about KVM, a feature added to the Linux kernel in 2.6.20 and with additional functionality in 2.6.21.

      I didn't call the guy names or anything, if he had been paying attention he would have known what I was talking about, and he (?) :) posted an apology for not paying attention. Now it's your turn.

      By the way, Synergy does NOT repeat NOT do the same thing as a KVM switch. It doesn't switch anything. It provides sharing across a single seamless desktop which in turn is made up of multiple desktops. It also provides copy and paste functionality of some data types across these platforms. It doesn't put all the video sources behind a single monitor, and it doesn't switch between anything. In fact, if your mouse pointer is on your desktop (I'm talking about the server here) then the other mice can be used to control the systems to which they are attached. The keyboards on the clients ALWAYS affect the host to which they are attached, as well.

      Synergy is not a replacement for a KVM switch, it solves an entirely different problem (which has incidentally been solved before, although I forget the name of the program that did it and IIRC it was X11-only.)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    10. Re:KVM management? by Breakfast+Pants · · Score: 1

      You read a lot into my comment that wasn't there. I was just pointing out why he was confused.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    11. Re:KVM management? by Bronster · · Score: 1

      In the finest traditions of unix naming:

      x2x

    12. Re:KVM management? by Anonymous Coward · · Score: 0

      I don't need a chair, I could kneel on the floor all day, but that would be stupid. I consider this to be much the same situation.


      Performance Evaluation Item 5a: NOT a team player. ;)
    13. Re:KVM management? by Anthony+Liguori · · Score: 1

      Some issues might be windows-specific, such as windows 2000 taking so long to turn the whole display desktop-colored (initializing video memory, I guess?) taking literally a minute or more.

      That's been fixed.

      And yes, by VDE I mean Virtual Distributed Ethernet.

      VDE is not part of the KVM project. The best way to deal with networking is to just setup bridges yourself.

    14. Re:KVM management? by Anonymous Coward · · Score: 0

      Mandriva 2007.1 ships with drakvirt, which is reasonable, but certainly not perfect. However, since there are not really alternatives AFAIK, you could give it a try.

    15. Re:KVM management? by drinkypoo · · Score: 1

      VDE is not part of the KVM project. The best way to deal with networking is to just setup bridges yourself.

      Well, that raises an interesting point, because I don't want to do that. I want a management tool to do it for me. So now I come back to looking for a management utility. I chose VDE because it simplified my life, or at least, was supposed to.

      KVM either works with VDE or it doesn't. It says it does. If it doesn't, it should say it doesn't.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  8. Tickless only for x86 now, still good news by MarcQuadra · · Score: 5, Interesting

    I follow prerelease kernels and I've been waiting for this. I've found that running my VMWare hosts and guests with tickless, low-HZ, voluntary-preempted kernels is seriously reducing the overhead you get when you run more virtual CPUs than real ones in your box.

    I can't wait for it to mature on PPC, MIPS, and x86_64! Right now it's 32-bit x86 only.

    --
    "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    1. Re:Tickless only for x86 now, still good news by JohnFluxx · · Score: 1

      Can you explain this a bit more please for those of us who don't know what tickless means?

    2. Re:Tickless only for x86 now, still good news by AaronW · · Score: 5, Informative

      It means that they were able to successfully remove the blood sucking parasites from the kernel.

      Most kernels use a periodic system timer tick to do various housekeeping chores, like rescheduling tasks, sending packets, flushing files from the cache, etc. Usually this occurs at some periodic rate, i.e. every 1-10ms for Linux and every 10-15ms for Windows (according to this article.

      This is a bit wasteful of CPU resources, since the kernel might not need to do anything for quite a while, or it might want a high resolution timer with higher accuracy than normal system timer. For example, when the system is idle, the CPU still must wake up and process a timer interrupt for every timer tick, and if it's set to 1ms there are 1000 interrupts per second.

      A tickless kernel instead only schedules the next tick for when it is needed, so if the system is idle and nothing needs to happen for 50ms, then the next tick will be scheduled 50ms later. On the other hand, if a timer needs to go off in 750 microseconds, the kernel can schedule the next interrupt to go off then, giving much higher accuracy.

      --
      This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
    3. Re:Tickless only for x86 now, still good news by JohnFluxx · · Score: 1

      Does this mean things like sleep(5) will sleep for 5ms for real now, without needing to change the scheduler etc?

    4. Re:Tickless only for x86 now, still good news by Anonymous Coward · · Score: 0

      I believe these changes were made to make the OLPC laptops be more power efficient. Prior kernels would poll to see if they had anything to do meaning that if they didn't then they would be doing lots of busy work. Tickless is more interrupt driven so that you can just put the machine to sleep if nothing is happening.

    5. Re:Tickless only for x86 now, still good news by AaronW · · Score: 2, Informative

      sleep(5) currently sleeps for 5 seconds, however, calls like nanosleep should have much greater accuracy with a tickless timer.

      --
      This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
    6. Re:Tickless only for x86 now, still good news by iabervon · · Score: 1

      I believe you only need the clockevents portion of the new feature for that (except that you mean usleep and 5 microseconds; it's windows where the unitless sleep function is milliseconds). The first part was to have accurate code inside the kernel for "give an interrupts at this list of arbitrary times"; the second part was to make the scheduler use this mechanism for routine task switching. The big advantage of the second part is that, if nothing is going to be able to run in the next ten minutes (without external input), the CPU can suspend for ten minutes instead of waking up every millisecond or ten. And, if you've got a big virtual server, running a hundred idle kernels, those idle kernels take 0 CPU.

      The third part, coming in a few kernel versions, is having the scheduler schedule different tasks for different durations according to policy and optimization. If one task is supposed to get 70% of the processor time and another is supposed to get 30%, the kernel can alternate between then, running the first for 7ms and the second for 3ms, instead of using a complicated pattern of 1ms slices.

    7. Re:Tickless only for x86 now, still good news by Trogre · · Score: 1

      I have installed 2.6.21 on two identical machines sitting next to each other. One with CONFIG_NO_HZ and CONFIG_TICK_ONESHOT defined, the other without. Both are running AMD Athlon32-2600+ CPUs.
      After 12 hours, both are still running at the exact same temperature, implying a similar current draw, so no real power savings yet, at least with this architecture.

      However I find the one compiled with NO_Hz is actually running CPU-intensive tasks consistently 0.66% faster than the other one. For this I have no explanation, since one would think idle loops (the only place where tickless systems are supposed to benefit) aren't entered much when the CPU is going full pelt.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    8. Re:Tickless only for x86 now, still good news by AaronW · · Score: 1

      A tickless solution will use a little less CPU. Now the amount of power used will not be much more with a regular tick, but it makes a bigger difference when running in a VM (VMWARE, Xen, etc.) since there is a lot more overhead to process all the timer interrupts in all of the OSes that are running. Perhaps more importantly, you can get much more accurate timers without having to increase the tick rate. If I need to sleep for 200us I don't need the timer to run at 5000 ticks/second.

      --
      This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
  9. That's nice and all... by rob1980 · · Score: 4, Funny

    ... but does it run Linux?

    1. Re:That's nice and all... by diegocgteleline.es · · Score: 4, Funny

      Since it supports para/virtualization yes, of course, it runs linux!

      (Damn, finally there's an answer for this!)

    2. Re:That's nice and all... by Anonymous Coward · · Score: 0

      Actually, User Mode Linux has been running on Linux for some time ;)

      Take a fresh kernel tree (it doesn't like playing well with already compiled stuff) and make menuconfig ARCH=um and you're ready to start. (You get bonus speed if the host kernel has been patched for it, but a standard kernel will work for hosting as well)

    3. Re:That's nice and all... by MrCoke · · Score: 1

      Not tested I'm afraid.

      Rumour is that the GNU is porting HURD to it though. They think it will enhance their GNU/Linux brand.

      I need more coffee...

  10. Another solution to a timeless problem! by iamacat · · Score: 5, Funny

    Once again, it took many months of work to optimize an idle loop.

  11. The list of changes can be found... by diegocgteleline.es · · Score: 4, Informative
  12. who the h3!! marked that flamebait? by 1800maxim · · Score: 2, Funny

    Must be Linus!

    1. Re:who the h3!! marked that flamebait? by Anonymous Coward · · Score: 0

      It's pro-Ubuntu, so it's flamebait by definition

  13. You joke, by StarKruzr · · Score: 5, Interesting

    but I wonder if we're ever going to see 2.8 at this rate. The current kernel revision is MILES away in technology from 2.6.0. What will it take to move to 2.8, or (dare I say it?) 3.0? What qualifies as a major enough change?

    --

    +++ATH0
    1. Re:You joke, by Anonymous Coward · · Score: 5, Funny

      I wonder if we're ever going to see 2.8 at this rate

      Linux 2.8 will compete with SunOS 6.0 as the best platform for running Duke Nukem Forever.
    2. Re:You joke, by hypnagogue · · Score: 3, Insightful

      A change to the ABI.

      Oh, sorry, I didn't realize it was a rhetorical question.

      --
      Liberty you never use is liberty you lose.
    3. Re:You joke, by __aaclcg7560 · · Score: 0

      I think Linus mentioned in an interview that the major number won't change unless something major requires a complete rewrite that it severely impacts everything else. Of course, he saw no need to change the major number.

    4. Re:You joke, by Vulva+R.+Thompson,+P · · Score: 2, Funny

      Well, the upcoming sister-raping feature could qualify as "major".

      Details:
      "The features are tested in the -mm tree, but be warned, it can crash your machine, eat your data (unlikely but not impossible) or rape your sister (just because it has never happened it doesn't means you're safe):"

    5. Re:You joke, by Anonymous Coward · · Score: 0

      Well, the upcoming sister-raping feature could qualify as "major".

      Maybe that's a major feature for a backwards OS like Linux, but Microsoft has had this technology for years. You'll need MS Office on Windows ME, with Clippy turned on and a Sidewinder Force Feedback joystick plugged in.

    6. Re:You joke, by frogstar_robot · · Score: 1

      Yeah but you still have to force your sister onto the Sidewinder. If I'm going to pay good money for Windows then I simply must have better automation than that!

    7. Re:You joke, by porl · · Score: 1

      i don't much care...

    8. Re:You joke, by einhverfr · · Score: 2, Funny


      Linux 2.8 will compete with SunOS 6.0 as the best platform for running Duke Nukem Forever.


      I dunno. Hurd will probably give them both a run for their money.

      Anyway, isn't Duke Nukem Forever written in Perl 6?

      --

      LedgerSMB: Open source Accounting/ERP
    9. Re:You joke, by fan+of+lem · · Score: 1

      At this rate it would take them forever to catch up with Windows v95! No wonder more people are using Windows!

    10. Re:You joke, by slickwillie · · Score: 0, Troll

      Rumor has it that 3.0 will have time-independent teleportation, so you can virtualize any kernel ever in the history or future of Linux. It's actually in the unreleased beta, they are waiting for better hardware. Unfortunately is only works on software.

      N.B. Beware, in lab tests it only reaches out to the year 2012.

  14. Version number by Anonymous Coward · · Score: 0

    Other companies would have numbered it at least 3.0, more likely 8.0 or would have stepped to another version naming scheme...

  15. paravirtualization? Dynticks? new drivers? by Anonymous Coward · · Score: 1, Funny

    This seems like pretty good evidence that Linux is a kernel.

  16. At last! by Dr.+Stavros · · Score: 2, Funny

    Glad to hear that it's been published. Where can I download the PDF? I heard that Darl dies near the end, but I want to read it for myself.

    1. Re:At last! by fjf33 · · Score: 1

      You can download the text files. I am not sure they publish it in PDF. It's good reading, like those old teen novels where you make a decision and got to page so and so. You just have to be careful not to jump to one of those where it takes you to a user space chapter. Then you have to go somewhere else and download even more text files.

      The comments at the margins are good read too.

  17. Re:OMG F1r5t P054 by justinlindh · · Score: 2, Interesting

    Stop it. This isn't the GameFAQs forum, and nobody cares if they're the first post here. If you don't have anything to contribute, then don't post.

    On topic:
    All of this built-in virtualization stuff sounds great. How long, on average, does it take the Ubuntu repositories to receive new kernels?

  18. Re:Does it still crash after 49.7 days?? by diegocgteleline.es · · Score: 4, Informative

    You're confusing Linux with this Windows 95/98. However, this problem or this another problem are even more funnier

  19. Sooner or later... by heretic108 · · Score: 2, Funny
    Sooner or later, my /boot/grub/menu.lst will look like:

    ...
    title Ubuntu, kernel 2.6.29-5-generic
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.29-5-generic root=/dev/hda1 ro \
      coffee=cappucino,sugar=0,hourly \
      massageareas=head,neck,shoulders \
      catfeedingtimes=4_hours,15_grams
    initrd /boot/initrd.img-2.6.29-5-generic
    quiet
    savedef ault
    boot
    ...
    --
    -- In the beginning was the WORD, and the WORD was UNSIGNED, and the main(){} was without form and void...
    1. Re:Sooner or later... by ctr2sprt · · Score: 3, Interesting

      Yeah, the absurdly long kernel command lines in Linux really bug me. It's a symptom of the suckiness that is the PC BIOS, so I'm not really blaming the Linux people, but there are better solutions and have been for years. The FreeBSD loader, for instance, is capable of loading the kernel and any modules required to bootstrap the system, reading configuration files, and running Forth (!) scripts. Such a loader would completely eliminate the need for initrds on nearly all systems[1] without sacrificing any power. You could also emulate Openboot or EFI - or more realistically a subset of them - using the PC BIOS to prepare for the future.

      [1] initrd is a really awesome feature and it shouldn't go away. But it's massive overkill the way it's typically used, which is to load modules required to mount the root filesystem.

    2. Re:Sooner or later... by ady1 · · Score: 2, Funny

      massageareas=head,neck,shoulders In this revision, they've changed added a additional feature. Now the line is like:

      massageareas=head[0],neck[0],shoulder[0-1] Massage the wrong array member and the kernel will panic.
    3. Re:Sooner or later... by SeaFox · · Score: 2, Funny

      catfeedingtimes=4_hours,15_grams

      you forgot the
      type=feline_supplement,id=25

    4. Re:Sooner or later... by bmk67 · · Score: 1

      Yeah, the absurdly long kernel command lines in Linux really bug me. Yeah, I know what you mean:

      title=Gentoo (2.6.16-r13)
      root (hd0,0)
      kernel /vmlinuz-2.6.16-gentoo-r13 real_root=/dev/evms/rootfs

      Doesn't get much shorter than that, though I will admit that I roll my own kernels and initramfs.

      [1] initrd is a really awesome feature and it shouldn't go away. Seconded. If you use your distro's stock kernel you may require an initrd/initramfs unless the controller your root fs is on just happens to have a driver compiled into the kernel, and you have the correct filesystem code compiled in. You really don't want every possible controller/filesystem driver compiled in.

      Compile your own, and you may find that you still need an initrd/initramfs because there's userspace initialization required to mount your root fs (e.g. your root fs is under volume management [EVMS/LVM], or it's encrypted).
  20. Dynaticks: picture by Tribbin · · Score: 1

    These dynaticks capabilities will certainly blow you off your socks!

    http://www.spymall.com/catalog/images/bombclock3.j pg

    --
    If you mod this up, your slashdot background will turn into a beautiful sunset!
  21. Mactel MBP C2D by JumboMessiah · · Score: 3, Interesting

    As an owner of a Macbook Pro, I've been waiting for this to get released. The Dynticks integration will (hopefully) help lower power consumption and heat output. Though this will help reduce heat and power on all platforms, those running Linux on a MBP C2D know it's hard to keep the fans from spinning up from relatively little activity.

    Next up is to get ATI to actually support any power saving features in fglrx on the MBP C2D and give the mAdWiFi guys more time to work out the features on the Atheros AR5008.

    OSX, right now, still has a significant advantage in keeping heat and power consumption down. Even though, I imagine some will testify that even OSX is having a hard time with it...

    Here's to testing out 2.6.21 tonight :)

    1. Re:Mactel MBP C2D by diegocgteleline.es · · Score: 1

      The Dynticks integration will (hopefully) help lower power consumption and heat output.

      Dynticks stil doesn't set the CPU to a power-savvy mode (it will in the future, but not in 2.6.21), so power consumption is more or less the same than without dynticks.

    2. Re:Mactel MBP C2D by Anonymous Coward · · Score: 0

      Dynticks stil doesn't set the CPU to a power-savvy mode

      On my Core 2 Duo I don't have dynticks yet (I'm still at 2.6.16) but I'm using the modules allowing to change the frequency of the CPU. I suppose this is compatible with dynticks and it's just a matter of modprobing the correct module and issuing something like:

      echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_gover nor
      echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_gover nor

      (the exact module names to use have changed between 2.6.16 and 2.6.20 for sure, GIYF)

      But maybe this isn't working for the MacBook Pro's motherboard!?

      Anyway this isn't anywhere near a "suspend" mode, but it does help keep the CPU cooler when you're CPUs aren't doing a lot of work.

    3. Re:Mactel MBP C2D by X0563511 · · Score: 1

      Seems to be a lot of 'hype' about the Macbooks... What's the big deal that makes them so attractive? Nobody I know has used one, and the last Mac I extensively used was the Color Classic II (i've used eMacs and iMacs intermittantly, but rarely)

      I'm not very happy with my aging HP laptop, and I'm starting to look at options.

      I would like to use Linux, but I can also deal with FreeBSD. Windows/MacOS is out of the question for me (windows at home dual-boot for games and synthesizing, thats all)

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    4. Re:Mactel MBP C2D by battjt · · Score: 2, Informative

      I'm a Linux guy since 0.12. I really, really, really want a Linux laptop that works. I settled for a Unix laptop that works.

      The MacBook was $1300 and features DVD RW, firewire, USB, bluetooth, wifi, a video camera, audio (record and play), a 3d graphics card and a 150 minute battery (for the way I use it). The coolest features are the little things that Apple did right: the magnetic power cord, the simple, sturdy case, the pulsing standby indicator, etc. I install the GNU bits that I need, but most of it is already there. The biggy was MacFuse so I can sshfs back to the office. My most used apps are Mail.app, Skype, ssh, Eclipse, Firefox and OpenOffice. A also use Parallels and an old w2k license to run clients VPN software and remote desktop.

      It is a great piece of hardware, but the software really hasn't come that far in the last 10 years. If you have used a NeXT, then you have used OSX.

      Joe

      --
      Joe Batt Solid Design
    5. Re:Mactel MBP C2D by Anonymous Coward · · Score: 0

      er, ATI already do, I've been able to tell my GPU to switch to 180mhz for core and mem clocks when the power plug comes out, then ramp back up to 370mhz for both when plugged back in for ages now. Also check out the conservative and userspace cpu governors, conservative is great for keeping the overall system temp down during general use, and the userspace governor lets you fix the cpu clocks to a constant whatever-you-like. Using the fglrx utility and cpu frequency scaling I manage to keep my macbook pro extremely comfortable during general use, with remarkably long battery life, and the power is still there when you require it.

    6. Re:Mactel MBP C2D by wild_berry · · Score: 1

      Next up is to get ATI to actually support any power saving features in fglrx

      You don't have atitool -set-powerstate 1|2|3 in the fglrx driver? If you're running fglrx, try atitool -lsp to list the available powerstates.

    7. Re:Mactel MBP C2D by petermgreen · · Score: 1

      Afaict (i don't have one but i'm thinking of getting one) the intel macs are good quality predictable (you know what your getting/its easy to research linux support) hardware and they can run mac OS X which many people think is one of the best desktop operating systems arround (lets be honest, the linux desktop is a mess of many different widget sets and poor integration) and has very good (some would say better than windows, it certainly used to be that way though increasingly software companies have been jumping ship) software support for certain arty niches (including probablly the one you mention).

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    8. Re:Mactel MBP C2D by bill_mcgonigle · · Score: 1

      I would like to use Linux, but I can also deal with FreeBSD. Windows/MacOS is out of the question for me

      You know Mac OS X has a FreeBSD layer in it, right?

      The MBP is a fast notebook of good quality, well-integrated hardware, and everything pretty much just works. OSX is a Unix and you can run other Unixes on it. I'm running FC6 in VMWare on OSX right now, for linux-specific work - you can boot straight into Linux if you want to but the hardware support isn't quite there yet. The units are well-priced in the market and Apple contributes to Open Source development - its own, and outside projects.

      There's also no Microsoft tax.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    9. Re:Mactel MBP C2D by Anonymous Coward · · Score: 0

      Your Core 2 Duo is a 64-bit chip. Dynaticks sound like it's only for 32-bit x86. Sorry.

    10. Re:Mactel MBP C2D by X0563511 · · Score: 1

      Yes, I knew of the freebsd layer, but If I were to purchase a macbook the first thing I would do is remove MacOS. I've used it a little and I don't really like it (KDE on the other hand, I do like.)

      Thanks for the answers guys! That's the kind of thing I was looking for. Decent and reliable hardware seem to be the hallmarks.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    11. Re:Mactel MBP C2D by Anonymous Coward · · Score: 0

      I recently bought a refurbished Core Duo MacBook and mostly run Kubuntu on it. I wouldn't recommend anyone buy one if they didn't want to run MacOS some or most of the time (setting up a dual boot is pretty easy).

      I really hate the OS X interface compared to KDE. Subjectively, KDE on Kubuntu feels faster and more responsive than OS X. I've also been spoiled by the KDE's luxurious, intuitive, kustomizable features, as I'm sure you're aware. I don't give the BSD base much credit, because you're forced to use OS X specific command-line tools like hdiutil and make your NSF servers export shares with the insecure option, e.g.

      Anyway, as for the notebook itself, for me the major annoyances are the details. The display is nice and it looks slick, but the little things eventually get to you: like having to copy & paste with the mouse because of not being able to use Shift+Insert. Having to use a separate mouse in the first place because of only having one button on the trackpad (I admit the OS X two-finger trick is nice.) The USB ports are on the left, a little less convenient for right-handed mouse, and--dammit!--the power supply is white but the box is black! I thought it was "Designed by Apple in California" like it says on the CD box and all... Finally, it runs extremely HOT, making it impossible to actually use on a lap. As for quality construction and "you get what you pay for", I used to support Mac and, well, hardware problems were just as prevalent.

      Maybe I'm easily annoyed, but I would seriously consider putting your own computer together from a bare bones notebook or getting something else.

  22. I don't get it. by Anonymous Coward · · Score: 0

    Some one explain the joke plz.

  23. Re:Does it still crash after 49.7 days?? by Gospodin · · Score: 1

    Definitely not a Linux problem:

    [webadmin@garden-ghost logs]$ uptime
    5:05pm up 53 days, 5:54, 1 user, load average: 0.00, 0.00, 0.00
    --
    ...following the principles of Heisenburger's Uncertain Cat...
  24. PWRficient support? by Anonymous Coward · · Score: 0

    How does a kernel need special support for a CPU?

    The PWRficient is just a PPC, so it should use standard PPC instructions and standard cache control techniques. The same is true for other architectures. The only thing Linux needed to adapt for more modern x86 CPUs was probably stuff like frequency scaling and other add fun - just nothing necessary, because all new CPUs are backward compatible anyway.

    1. Re:PWRficient support? by TeknoHog · · Score: 1

      Support schmupport. There are lots of things in computing that Just Work (TM) without being 'supported' officially by the manufacturer. Conversely, 'support' doesn't guarantee very much, it's just a meaningless buzzword. Then again, I41 welcome our new PWRficient overlords, especially when you can get laptops with them.

      --
      Escher was the first MC and Giger invented the HR department.
    2. Re:PWRficient support? by Wesley+Felter · · Score: 1

      PowerPCs tend to be less than 100% compatible with each other, mostly because there is not a huge legacy of OSes that must be carried forward (e.g. people expect the latest and greatest x86s to boot DOS and Win95, but nobody exepcts some random old kernel to run on a new embedded PPC). Also, the PWRficient is a SoC with several new on-chip devices.

    3. Re:PWRficient support? by Grishnakh · · Score: 3, Informative

      It doesn't work that way outside of x86-land. As another responder said, the PWRficient isn't just a CPU, it's a SoC (System on Chip). To compare to an x86 system, that would be like having a low-power CPU, north bridge, south bridge, SATA controller, ethernet controller (but not PHY), memory controller, I2C interface, USB controller, interrupt controller, etc. all wrapped up on one chip. This is quite common in the embedded world, where most PPCs are used these days (I'm working on one myself in my day job).

      Since each SoC is totally different, except maybe for the CPU core, porting Linux (or any OS) to it is a little more difficult than just compiling it and loading it. Check out the arch/ppc or arch/arm directories for examples of all the different chips supported. While the work certainly isn't comparable to, say, porting Linux to an entirely different CPU architecture, it does require several new files with custom code to support things like the way interrupts are assigned to the specific functions on the SoC.

      Worse, sometimes new drivers need to be written for certain on-chip peripherals, because some bonehead empire-building managers at the chipmaker wanted to justify a higher budget for their department by, instead of just re-using an existing USB controller or Ethernet controller design and plopping that onto the chip, putting together a whole team and spending months creating a new controller because it might improve performance by a whopping 5%. My last company, which made a lot of ARM-based chips, was especially guilty of this.

    4. Re:PWRficient support? by KnowledgeKeeper · · Score: 0

      To compare to an x86 system, that would be like having a low-power CPU, north bridge, south bridge, SATA controller, ethernet controller (but not PHY), memory controller, I2C interface, USB controller, interrupt controller, etc. all wrapped up on one chip.

      Too bad MediaGX didn't got spread around enough.

      --
      It is always better to be a first grade version of yourself than a second grade version of someone else.
    5. Re:PWRficient support? by rbanffy · · Score: 1

      I think every recent voting machine in Brazil uses a Geode, which is a more modern take on the MediaGX.

      It was not very successful on the desktop, but on the embedded x86 market, it's a hit.

      And yes, if I segment the market enough (embedded less than 20 watt 32 bit x86 used mostly on weekends) just about every processor can become a hit. ;-)

    6. Re:PWRficient support? by bensch128 · · Score: 1

      Worse, sometimes new drivers need to be written for certain on-chip peripherals, because some bonehead empire-building managers at the chipmaker wanted to justify a higher budget for their department by,

      This is what my company does as well because when you expect to ship so many units that the per-unit cost is much more important then the development costs so it makes sense to do everything possible to minimize the per-unit cost. The upshot of this is that it causes my company to employ one kernel hacker and several kernel consultants, all working on the mainline kernel.

      Cheerio
      Ben

    7. Re:PWRficient support? by Grishnakh · · Score: 1

      There's no good reason for a CPU like this in a desktop system; the CPU itself is far too slow for desktop apps, and the design isn't flexible enough to allow picking and choosing components.

      If a SoC made sense in desktop systems, it would have already been done.

    8. Re:PWRficient support? by Grishnakh · · Score: 1

      Employing a bunch of hardware engineers to create a new core does NOT minimize per-unit cost, it adds to it.

      The only way it would minimize cost is if the alternative is licensing a core from someone else, which incurs a per-chip royalty.

      In my situation, the company already had pre-existing cores ready to use. Instead of just reusing their own IP, they created whole new cores to satisfy some manager's ego, because they supposedly might get 5% better performance (and on a peripheral part like a USB controller, who cares?).

      Homegrown solutions are great so you're not beholden to other companies or vendors. But if you already have something that works and is free, you don't need to reinvent the wheel.

    9. Re:PWRficient support? by bensch128 · · Score: 1

      Employing a bunch of hardware engineers to create a new core does NOT minimize per-unit cost, it adds to it.

      It does if each unit will be more profitable then before. This is a game for accountants but generally you plan on selling enough units to offset the upfront development costs, then it makes sense to make each unit as profitable as possible.


      In my situation, the company already had pre-existing cores ready to use. Instead of just reusing their own IP, they created whole new cores to satisfy some manager's ego, because they supposedly might get 5% better performance (and on a peripheral part like a USB controller, who cares?).


      Oh, well that's a totally different issue. Maybe he thought it would be more profitable...

      Cheerio
      Ben

  25. Cool, but... by asninn · · Score: 2, Insightful

    That's cool, but is this really news that's Slashdot-worthy? Sites like LWN and KernelTrap have already reported this, and anyone who's interested in Linux development is pretty much guaranteed to follow the former at least, I think (and most likely the latter as well).

    --
    butter the donkey
    1. Re:Cool, but... by styrotech · · Score: 1

      I dunno, back in the day it seemed that Linux kernel development stories and release announcements were the mainstay of Slashdot news.

    2. Re:Cool, but... by npsimons · · Score: 4, Insightful

      That's cool, but is this really news that's Slashdot-worthy? Sites like LWN and KernelTrap have already reported this, and anyone who's interested in Linux development is pretty much guaranteed to follow the former at least, I think (and most likely the latter as well).

      Considering that slashdot was (note the past tense) first and foremost a Linux/all things geeky site, I'd say this article is very slashdot-worthy. Not to mention that we get a fawning mac fan boy article every time Steve Jobs so much as farts. At least the Apple section can be turned off. Wish I could do the same with Microsoft and Windows articles.


    3. Re:Cool, but... by rawtatoor · · Score: 1

      I dunno, back in the day it seemed that Linux kernel development stories and release announcements were the mainstay of Slashdot news.

      Yeah, the good old days before Zonk showed up and started posting stories about prostitution in second life and how it affects the gold farming industry in WoW, and the social impact of super mario on the plumbing industry, etc. Kind of makes me yearn for Katz... I just made myself cry inside.

    4. Re:Cool, but... by rawtatoor · · Score: 1

      I just had a vision... An inspirational story of poor Afghani children playing Duke Nukem Forever on an old Apple II (or whatever it was.) That will be the day. *sigh*

    5. Re:Cool, but... by pembo13 · · Score: 1

      here here !!

      --
      "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
    6. Re:Cool, but... by Sancho · · Score: 1

      I don't follow the kernel releases anywhere but on Slashdot, honestly. Though I'm typically interested in the new features, Slashdot usually has more information that I care about, rather than the detailed changelog that has extremely low-level changes. Generally, I'm interested in stability, security, and feature enhancements, and the summary+comments tends to hit all of the important ones in any given release.

    7. Re:Cool, but... by Kjella · · Score: 1

      Slashdot used to post almost every point release when I started on slashdot, but then again there were often really important kernel changes. In recent years kernel releases have been more like "Works good like before, maybe a little better, a few more drivers, exotic functions X, Y, Z". Trip down memory lane perhaps? Maybe the virtualisation support was news enough to qualify? Fire up the good old flamewar on whether the 2.6 kernel is stable or not? Besides, with various posts to randoms blogs/slashvertisements, at least this is hardcore news for nerds, if not exactly rocking the boat.

      --
      Live today, because you never know what tomorrow brings
    8. Re:Cool, but... by Anonymous Coward · · Score: 0

      Yeah, but compared to all other craps posted here these days, this is in the ballpark. Hell, it's golden. Relatively speaking, you understand.

      Btw, it's been years since I actually grabbed a kernel source and compiled for my use - nowadays I just grab the packaged kernel and modules off Debian repository. Came a long way, eh.

    9. Re:Cool, but... by spikedvodka · · Score: 1

      Man... I need sleep... I read that as:

      "Works good like before, maybe a little better, a few more drivers, erotic functions X, Y, Z". Trip down memory lane perhaps?"

      Blood content in my caffeine stream is getting too high

      --
      I will not give in to the terrorists. I will not become fearful.
  26. Hotplug CPU support! by matt+me · · Score: 1

    Hotplug CPU support? That must burn.

    1. Re:Hotplug CPU support! by harrkev · · Score: 4, Funny

      Hotplug CPU support? That must burn
      Nope. Works great. Let me demonstrate...fsdjlksd+++
      --
      "-1 Troll" is the apparently the same as "-1 I disagree with you."
    2. Re:Hotplug CPU support! by damg · · Score: 1

      The kernel needs to support hotpluggable CPUs for virtualizated machines. Being able to add or remove CPUs on the fly based on load will be pretty neat.

    3. Re:Hotplug CPU support! by verbatim_verbose · · Score: 1

      Actually, this has been possible with Xen paravirtualized guests for some time now.

    4. Re:Hotplug CPU support! by petermgreen · · Score: 1

      obviously hardware support will be needed for safe hotplugging but i don't see why it should be any less feasible to hotplug a CPU than to hotplug ram or expansion cards.

      hotplugging is very important to those who run very high uptime systems, to meet thier stated uptimes some people basically can only afford to shut down every few years, in that time a fair bit of hardware can fail or need upgrading!

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  27. Re:Does it still crash after 49.7 days?? by Anonymous Coward · · Score: 0

    uptime
      2:21PM up 1081 days, 3:58, 1 user, load averages: 0.11, 0.09, 0.08

  28. Re:OMG F1r5t P054 by Zonk+(troll) · · Score: 1

    Six months.

    Feisty will likely be using a patched 2.6.20 until Gusty's released in October.

    --
    "The Federal Reserve is a fraudulent system."--Lew Rockwell
    End The FED. -
  29. Re:Does it still crash after 49.7 days?? by Tom · · Score: 4, Interesting

    It doesn't and never did. However, the uptime clock wraps around after 497 days. Took me two hours of finding out why the box rebooted (and then why there was no indication of the reboot in the logs) one day to research that. That same box has since looped the clock a second time. So I can say for sure it stays up for more than 50 days. :-)

    --
    Assorted stuff I do sometimes: Lemuria.org
  30. Re:Does it still crash after 49.7 days?? by AaronW · · Score: 2, Interesting

    As far as I know, Linux never had a 49.7 day problem, but it did have a problem at 497 days. I have a machine at home running the 2.4.20 kernel and every 497 days my uptime restarts, but it hasn't crashed. It's gone through 2 rollovers so far and has been up for over 3.72 years. It will hit its next rollover around September. I really need to build a new server... I just don't know if it will be as reliable as this one has been.

    --
    This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
  31. VMI by wwpublishing · · Score: 1

    Man, I'm so glad that this new version is coming out. I've been using VMI forever on windows and you know how much that sucks. This gets my stamp of approval!

    1. Re:VMI by audi100quattro · · Score: 1

      Isn't VMI an ABI that uses blobs inside the kernel? I read somewhere that it wasn't going to be merged, unless someone came up with a API solution what was open to change as the developers saw fit.

    2. Re:VMI by www.famousstamps.org · · Score: 1

      Yeah as far as I know. I hope someone does.

  32. Re:Does it still crash after 49.7 days?? by Cro+Magnon · · Score: 5, Funny

    497 day wrap around? You should switch to Windows. I'm sure no such problem has ever been reported on that OS.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  33. Spoiler by poopdeville · · Score: 1

    free() kills Dumbledore!

    --
    After all, I am strangely colored.
  34. Re:Does it still crash after 49.7 days?? by Eternauta3k · · Score: 1

    uptime
    1:31PM up 2.4e+15 days, 6:37 30 users, load averages: 0.61, 0.10, 0.21
    Beat that!

    --
    Yeah. Would you choose a neurosurgeon who pokes around people's brains in his spare time? I wouldn't.
  35. Re:Does it still crash after 49.7 days?? by Anonymous Coward · · Score: 0

    OMG! You are clearly superior. Will you father my children?

  36. eCryptfs public key by omnirealm · · Score: 4, Interesting

    The public key support for eCryptfs can handle more than just public keys. It includes a communication mechanism with a user daemon that can be queried from the kernel on file open events. There is a pluggable key module interface accessible through that daemon. OpenSSL is currently implemented, but there is nothing stopping anyone from writing a module to use GnuPG or any other key management/encryption backend, all in userspace. The module just needs to accept a key signature, and it can perform encryption and decryption based on whatever that signature refers to.

    In other news, eCryptfs has recently been given the go-ahead for inclusion into Fedora:

    https://bugzilla.redhat.com/bugzilla/show_bug.cgi? id=218556

    In the meantime, you can grab all the userspace stuff from the eCryptfs SourceForge site:

    http://ecryptfs.sourceforge.net/

    --
    An unjust law is no law at all. - St. Augustine
  37. Re:Does it still crash after 49.7 days?? by Gospodin · · Score: 1

    Hey, it's not my fault that some admin kicked out the power cable 53 days ago!

    --
    ...following the principles of Heisenburger's Uncertain Cat...
  38. Re:Does it still crash after 49.7 days?? by Tack · · Score: 2, Interesting

    It doesn't and never did. However, the uptime clock wraps around after 497 days.
    I guess that one got fixed at some point:

    [root@blade1 ~]$ uptime
    18:00:25 up 622 days, 23:00, 1 user, load average: 0.17, 0.22, 0.29
    [root@blade1 ~]$ uname -a
    Linux blade1.[redacted] 2.6.9-11.ELsmp #1 SMP Wed Jun 8 17:54:20 CDT 2005 i686 i686 i386 GNU/Linux
  39. Quite possibly. by jd · · Score: 1

    Just tried the latest kernel and it hangs on trying to fire up the second ATA instance. Not even a kernel oops, nothing. That's true whether I use the vanilla kernel or Red Hat's RPM. Something is screwed up, and from the sounds of it, there's more than one of us experiencing a failure at the same point, so that would be the obvious suspect.

    --
    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:Quite possibly. by Daniel+Phillips · · Score: 2, Interesting

      Just tried the latest kernel and it hangs on trying to fire up the second ATA instance. Not even a kernel oops, nothing. That's true whether I use the vanilla kernel or Red Hat's RPM. Something is screwed up, and from the sounds of it, there's more than one of us experiencing a failure at the same point, so that would be the obvious suspect.

      This problem needs to go to lkml, and cc Andrew.

      --
      Have you got your LWN subscription yet?
  40. Change to the ABI by StarKruzr · · Score: 1

    Was that the case for 2.0 -> 2.2? 2.2 -> 2.4? etc.?

    --

    +++ATH0
    1. Re:Change to the ABI by Chirs · · Score: 1

      The development model for 2.6 is very different from previous releases. See the "version numbering" section at http://en.wikipedia.org/wiki/Linux_kernel for some details.

      In general no, the ABI was not broken between previous releases (although the API has been broken numerous times).

    2. Re:Change to the ABI by canadiangoose · · Score: 1

      As far as I know, that was the case for the transition from 1.2 to 2.0, as the executable file format moved from a.out to the much more advanced ELF (Extendable Linkable Format?). I believe the shift to the ELF format allowed for much more robust process control and more useful libraries.

      I didn't start using Linux until 2.2.something, so this was all before my time, and I'm not a programmer, so I'm probably missing something.

      --
      Never eat more than you can lift -- Miss Piggy
    3. Re:Change to the ABI by petermgreen · · Score: 1

      In general no, the ABI was not broken between previous releases (although the API has been broken numerous times).
      i'm pretty sure the policy has always been that they don't care about a consistant abi even accross minor releases, i'm sure linus even came out and said so.

      if the bits of the abi your modules care about didn't change that was simply a side effect of them not tweaking anything too much in that area.

      if an api is broken then the corresponding abi is almost certainly broken too.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    4. Re:Change to the ABI by Andy+Dodd · · Score: 1

      The Linux userspace ABI has been pretty consistent for years.

      Binary applications written a decade ago still run (as long as compatible libc libraries are installed or they are statically linked).

      Binary modules are a different story - Internal APIs (and sometimes ABIs) do often change, but that's not what matters (unless you are one of the few vendors insisting on binary-only drivers, and most of those have worked around that problem with open-source "glue" interfacing to their blob.), what matters is the external API/ABI between the kernel and userspace, and that is quite stable (at least the ABI, the API does change a bit.)

      --
      retrorocket.o not found, launch anyway?
    5. Re:Change to the ABI by petermgreen · · Score: 1

      indeed the general purpose userspace API/ABI is pretty stable though newer glibc versions have started to depend on 2.6 (most notablly NPTL), I assumed that the broke the ABI comment was in reference to the modules APIs.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  41. But why? by camperdave · · Score: 1

    change /dev/hd?? to /dev/sd?? (even with IDE)

    Why was this done, though? All my IDE drives changed from hd? to sd? and for a while I couldn't boot. I had to rewrite my entire fstab. Parallel ATA may be going the way of the dodo, but it's far from dead.

    --
    When our name is on the back of your car, we're behind you all the way!
  42. do I really care? by nanosquid · · Score: 1, Flamebait

    I think since 2.6 has come out, I have lost complete track of kernel versions--it simply doesn't matter anymore to me. I think at this point, people could come in and replace the Linux kernel with BSD, Darwin, or Solaris and I probably wouldn't notice. Kernels have become a commodity.

    1. Re:do I really care? by petrus4 · · Score: 1

      I'm assuming you have totally bland vanilla hardware then. Linux's support for diverse hardware is still quite a long way ahead of FreeBSD, at least it was last time I looked, and that was 6.2-RELEASE.

    2. Re:do I really care? by DrJokepu · · Score: 1

      I don't know about BSD or any other Unices/Unix-clones but the Solaris kernel doesn't support virtual terminals right now as Linux does, you would definitely notice that if you use console a lot. BTW, am I the only one who thinks that X terminals suck?

    3. Re:do I really care? by dbIII · · Score: 1

      I think at this point, people could come in and replace the Linux kernel with BSD, Darwin, or Solaris and I probably wouldn't notice

      True in some cases and very good - we are finally getting to the point where a lot of decent software is cross platform.

    4. Re:do I really care? by howlingmadhowie · · Score: 1

      i think what has happened, is that kernels have become free and good. how many years to you have to go back before solaris cost hundreds of dollars and free/openBSD wasn't any good? the ability to share code inherent in opensource projects is a prerequisite for choice.

    5. Re:do I really care? by nanosquid · · Score: 1

      My motherboard has a bug that makes using the console unpleasant, so I stopped using virtual consoles a few years ago and I don't miss them anymore.

      There are probably a dozen different terminal emulators for X11; I use rxvt, xterm, and gnome-terminal, and they seem pretty much interchangeable to me.

  43. Options? by xealot · · Score: 1

    What might those options be? I have a Dell Inspiron which runs 2.6.17 fine, then I tried to compile and boot 2.6.20 and got Kernel Panic. The kernel that comes with Feisty Fawn does something similar. To install Edgy Eft originally I had to pass pci=nomsi so the SATA hard disk would work, which I supposedly don't need to pass ever again...
    Anyway, I've tried compiling that kernel a few times with SATA stuff compiled in rather than modular and every time I boot it I get a Kernel Panic. I still have to use 2.6.17-11 on Feisty Fawn. I'm not that annoyed yet, but if every subsequent kernel does this I will be very pissed.

    --

    --Drive carefully. 90% of people are caused by accidents.
  44. Re:Does it still crash after 49.7 days?? by TheThiefMaster · · Score: 1

    I'll accept your funny problems and raise you another:
    AMD K6/2 too fast for Windows 95: News MS Support

  45. My own wishlist by mangu · · Score: 1
    I'd like to have some form of force feedback running. Yes, I know, this is a device driver issue, not a kernel one, but the drivers come with the kernel. My Microsoft Sidewinder wheel is the only reason why I still keep a Windows partition at home.


    Does anybody there know a wheel that has good force feedback features in Linux? If I had one I would start contributing code to some project like torcs or rars.

  46. Re:EXTRA EXTRA! by number1scatterbrain · · Score: 3, Funny

    I know that's you, Ballmer. Anonymous, my ass!

    --
    Remember the future...
  47. Improved ARM support by Anonymous Coward · · Score: 0

    the improved ARM support rocks. The iPhone uses an ARM chip. According to a friend in the know, the iPhone can run linux 2.6.20 (with the ARM patches which were included in .21). This means we'll have a sweet phone with a kick-ass OS underneath it. Damn, this is making me hard!

  48. Yep by StarKruzr · · Score: 1

    Read that article, but don't really understand the reasoning.

    To me, it makes it appear as though nothing "really major" as changed in the kernel since 2.6.0, when, of course, nothing could be further from the truth.

    --

    +++ATH0
    1. Re:Yep by arodland · · Score: 1

      It doesn't make it appear that way if you stop insisting that it does. See? Problem solved. :)

  49. No, it's just the hardware by mangu · · Score: 3, Insightful
    people could come in and replace the Linux kernel with BSD, Darwin, or Solaris and I probably wouldn't notice.


    This means your CPU is much more powerful than what you really need. I used FreeBSD a bit in the 1990s, but switched to Linux because the kernel allowed me better fine tuning in the 486 CPU I had at the time.


    Today the CPU is way over my needs too, but I stick to Linux because, first, I have no need to switch and, second, Linux has better hardware support than the others you mentioned.

  50. Re:OMG F1r5t P054 by MoOsEb0y · · Score: 2, Funny

    6 digit (l)user :P

  51. Re:Does it still crash after 49.7 days?? by Anonymous Coward · · Score: 0

    "uptime
    1:31PM up 2.4e+15 days, 6:37 30 users, load averages: 0.61, 0.10, 0.21"

    Somebody's set their system to a Mesklin timezone, apparently :-)

  52. Right, brothers... by Slashcrap · · Score: 2, Funny

    But apart from virtualization with VMI, paravirtualization, live migration and host suspend/resume supportsupport for kvm, a tickless idle loop mechanism with unified high resolution timer handling, bigger kernel parameter-lines, support for the PA SEMI PWRficient CPU and for the Cell-based 'celleb' Toshiba architecture, NFS IPv6 support, IPv4 IPv6 IPSEC tunneling, UFS2 write, kprobes for PPC32, kexec and oprofile for ARM, public key encryption for ecryptfs, Fcrypt and Camilla cipher algorithms, NAT port randomization, audit lockdown mode, some new drivers and many other small improvements, what has Linus ever done for us?

    1. Re:Right, brothers... by enchanter1001 · · Score: 1

      Splitter! *ahem* enchanter

  53. Camilla cipher = Camellia cipher? by bratgitarre · · Score: 1

    Is it just me, or did they misspell the name of the cipher? The only cipher of a similar name I found was Camellia, developed by NTT and Mitsubishi (and Sony?): http://info.isl.ntt.co.jp/crypt/eng/camellia/index .html I had never heard of it, so I was wondering why the kernel team decided it's worth being included already (both in terms of small user base and unknown security). Turns out it's in the European NESSIE standard, and there's an RFC. More on Wikipedia: http://en.wikipedia.org/wiki/Camellia_(cipher)

  54. Where is - REISER4 - the BEST FILESYSTEM ever. by Anonymous Coward · · Score: 1, Interesting
    REISER4 - THE BEST FILESYSTEM EVER.

    You can read more here:

    http://linuxhelp.150m.com/resources/fs-benchmarks. htm
    http://m.domaindlx.com/LinuxHelp/resources/fs-benc hmarks.htm

    | FILESYSTEM | TIME |DISK |
    | TYPE |(secs)|USAGE|
     
    |REISER4 lzo | 1938 | 278 |
    |REISER4 gzip| 2295 | 213 |
     
    |REISER4 | 3462 | 692 |
    |EXT2 | 4092 | 816 |
    |JFS | 4225 | 806 |
    |EXT4 | 4408 | 816 |
    |EXT3 | 4421 | 816 |
    |XFS | 4625 | 779 |
    |REISER3 | 6178 | 793 |
    |FAT32 |12342 | 988 |
    |NTFS-3g |10414 | 772 |
    Column one measures the time taken to complete the bonnie++ benchmarking test (run with the parameters bonnie++ -n128:128k:0). The top two results use Reiser4 with compression. Since bonnie++ writes test files which are almost all zeros, compression speeds things up dramatically. That this is not the case in real world examples can be seen below where compression does not speed things up. However, more importantly, it does not slow things down either.

    Column two, Disk Usage: measures the amount of disk used to store 655MB of raw data (which was 3 different copies of the Linux kernel sources).

    OR LOOK AT THE FULL RESULTS:

    |File |Disk |Copy |Copy |Tar |Unzip| Del |
    |System |Usage|655MB|655MB|Gzip |UnTar| 2.5 |
    |Type | (MB)| (1) | (2) |655MB|655MB| Gig |
     
    |REISER4 gzip | 213 | 148 | 68 | 83 | 48 | 70 |
    |REISER4 lzo | 278 | 138 | 56 | 80 | 34 | 84 |
    |REISER4 tails| 673 | 148 | 63 | 78 | 33 | 65 |
    |REISER4 | 692 | 148 | 55 | 67 | 25 | 56 |
    |NTFS3g | 772 |1333 |1426 | 585 | 767 | 194 |
    |NTFS | 779 | 781 | 173 | X | X | X |
    |REISER3 | 793 | 184 | 98 | 85 | 63 | 22 |
    |XFS | 799 | 220 | 173 | 119 | 90 | 106 |
    |JFS | 806 | 228 | 202 | 95 | 97 | 127 |
    |EXT4 extents | 806 | 162 | 55 | 69 | 36 | 32 |
    |EXT4 default | 816 | 174 | 70 | 74 | 42 | 50 |
    |EXT3 | 816 | 182 | 74 | 73 | 43 | 51 |
    |EXT2 | 816 | 201 | 82 | 73 | 39 | 67 |
    |FAT32 | 988 | 253 | 158 | 118 | 81 | 95 |
    Each test was preformed 5 times and the average value recorded.
    Disk Usage: The amount of disk used to store the data (which was 3 different copies of the Linux kernel sources).
    The raw data (without filesystem meta-data, block alignment wastage, etc) was 655MB.
    Copy 655MB (1): Copy the data over a partition boundary.
    Copy 655MB (2): Copy the data within a partition.
    Tar Gzip 655MB: Tar and Gzip the data.
    Unzip UnTar 655MB: UnGzip and UnTar the data.
    Del 2.5 Gig: Delete everything just written (about 2.5 Gig).

    http://lkml.org/lkml/2007/4/9/4
    1. Re:Where is - REISER4 - the BEST FILESYSTEM ever. by SirTalon42 · · Score: 1

      A very, very, very long ways away from being merged into mainline. About a year ago I tried running Reiser4 as my root filesystem on my laptop for a good while. I had quite a few issues because of it as well, also the performance was pretty crappy. Now I've switched my laptop over to version 3, which I had been running on my desktop for a very long time and have had a much more pleasant experience.

      Reiser4 has a very interesting design (I find the plugin approach interesting), but in practice the implementation just wasn't there yet from my usage of it.

    2. Re:Where is - REISER4 - the BEST FILESYSTEM ever. by Anonymous Coward · · Score: 0

      "the performance was pretty crappy"

      Really, how would a liar like you even know?

      How did you install your distro on Reiser4?

      You don't even know how,... do you?

    3. Re:Where is - REISER4 - the BEST FILESYSTEM ever. by Anonymous Coward · · Score: 0

      I doubt you will ever hear back from him.

      People like SirTalon42 are paid to lie and deceive.

      In fact, I would be amazed if he responds with a reasonable answer.

    4. Re:Where is - REISER4 - the BEST FILESYSTEM ever. by Anonymous Coward · · Score: 0

      MurderFS does not belong in a law-abiding morally upright kernel like Linux.

  55. Like shooting fish in a barrel by El_Oscuro · · Score: 1

    I mean, picking on Microsoft for stuff like this is like adding a Windows computer to your botnet. Kind of fun, but gets boring after awhile.

    On the other hand, Oracle can write crappy code with the best of them. I'll see you and raise you again.

    --
    "Be grateful for what you have. You may never know when you may lose it."
  56. At least the title wasn't by tropicflite · · Score: 1

    Ubuntu Kernel 2.6.21 Published

  57. You poor, desperate soul. by Anonymous Coward · · Score: 0

    Here's a cookie.

  58. Language by StarKruzr · · Score: 2, Interesting

    does not an arbiter of a versioning system make. :p

    More things have changed between 2.6.0 and 2.6.21 than changed between 2.0 and 2.2.

    How's that?

    --

    +++ATH0
  59. NO, Alex. by StarKruzr · · Score: 0, Offtopic

    For the LAST TIME, I will NOT have sex with you.

    STOP.

    ASKING.

    --

    +++ATH0
    1. Re:NO, Alex. by Anonymous Coward · · Score: 0

      http://www.windowsitpro.com/articles/index.cfm?art icleid=41095&cpage=191#feedbackAnchor

      LOL at Jeremy Reimer. your pal StarKruzr.

      (Man, did he get cut to shreds there, or what?)

      Truth, nothing works like it. Try it yourself sometime starluzr.

  60. Changes that affect normal users? by Danathar · · Score: 1

    It could be that the LINUX kernel is entering a stage of it's life where each release will not really be revolutionary. I used to read about new ideas that actually made a difference in the user (desktop user) experience.

    Now it seems it's all about virtualization. Don't get me wrong, I love virtual machines and such. It's just that there does not seem to be any new revolutionary ideas like the new swap mechanism some years back that did help performance out.

    Side by side, with a reasonable set of controlled variables (compiler, settings, etc) is the Linux kernel any faster executing my program than say the windows kernel? FreeBSD?

    Seems developers are more interested in features than improving performance. Unless like I said before nobody thinks there is much more improvement in performance and efficiency to be had.

    1. Re:Changes that affect normal users? by Anonymous Coward · · Score: 0

      Uh...

      Did you miss the scheduler flamewars about the new scheduler with much improved interactive performance?

    2. Re:Changes that affect normal users? by Tim_UWA · · Score: 1

      I know that this is a terrible comparison, but I found that running code on Mathematica on Windows takes a lot longer than it did on Windows (for numeric tests, I chose not to compare graphics-related tasks). That was about a year ago (I only run Windows in VMWare now, so I can't make any more fair comparisons).

    3. Re:Changes that affect normal users? by Assembler · · Score: 2, Informative

      Seems developers are more interested in features than improving performance.

      A tickless kernel gives the scheduler much finer control, and down the line will probably improve performance.

      http://lwn.net/Articles/223185

    4. Re:Changes that affect normal users? by spikedvodka · · Score: 1

      run that by me again:
      but I found that running code on Mathematica on Windows takes a lot longer than it did on Windows

      You compared something to itself and got different results?

      --
      I will not give in to the terrorists. I will not become fearful.
    5. Re:Changes that affect normal users? by bratwiz · · Score: 1

      A tickless kernel gives the scheduler much finer control, and down the line will probably improve performance.

      And keeps it safe from Lime's disease as well...
    6. Re: Changes that affect normal users? by r_jensen11 · · Score: 1

      Or it could just be that the kernel developers have been keeping up with major hardware issues lately and that there hasn't been a major new piece of hardware introduced since the last kernel release. Of course, if nVidia or ATI would break their contracts with whatever parties they worked with to make their video drivers and suddenly opened everything up, then that would be revolutionary. But as it is, we already have Cell drivers, most hardware components work, etc. The improvements pretty much need to be along the lines of stabilizing and improving HAL, dbus, and other software.

  61. Re:John McCain: Minister of Propaganda by Anonymous Coward · · Score: 0

    Kilgore, is that you?

  62. Cool by Anonymous Coward · · Score: 0

    You have a hand that talks. Because, I KNOW that no gal is doing you.

  63. Linux hibernate support by canadiangoose · · Score: 2, Informative

    Linux has amazing hibernation support. I use some software called Suspend2 on my laptop, and it works like a charm. It was a little difficult to get it going the first time, but now that it's installed I find it very fast and reliable. It doesn't even require any special support from the hardware!

    --
    Never eat more than you can lift -- Miss Piggy
  64. So what, Linsux is the past, Apple is the future by Anonymous Coward · · Score: 0

    All the slashdot editors use OS X. All the (smart) computer science teachers, students and even the wannabees use OS X. The only people still using Lin-sux are the ones who cannot afford a real computer or those who don't care about using crappy technology and spending all of their time trying to figure out what the hell a "bash" script is and why they need to write one to make their video drivers work.

  65. Re:OMG F1r5t P054 by Anonymous Coward · · Score: 0

    Heh. It's funny coming here from Ars (where people say "This isn't Slashdot, nobody cares if you got the first post") and seeing that. I wonder what forum the GameFAQs people claim they aren't?

    And my captcha continues its string of bitingly appropriate words. Circus.

  66. FUCK by Anonymous Coward · · Score: 0

    I just downloaded and compiled 2.6.20.7 2 days ago. Literally.

  67. Re:Does it still crash after 49.7 days?? by Assembler · · Score: 2, Informative

    It wraps after 49.7 days on kernels with a faster tick rate than yours.

  68. Re:Does it still crash after 49.7 days?? by Assembler · · Score: 1

    Your timer frequency must be set to 100HZ. The default for 2.6.20 was 1000HZ, and thus wraps at 49.7 days. Other settings are 250 and 300 HZ.

  69. Re:Does it still crash after 49.7 days?? by AaronW · · Score: 2, Informative

    As I said, it is running 2.4.20. The rollover problem was fixed in 2.4.21 so 2.6 should not have this issue.

    --
    This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
  70. Hey, APK! by Anonymous Coward · · Score: 0, Flamebait

    Guess you're right after all! Someone DID read this!

    Oh, but they don't care. They don't care at all. No one seems to care at all about you, do they?

    Do you know why? Probably not. I'll tell you.

    It's because you're an insignificant, pathetic joke. A waste of a life. Hate to break it to you.

    1. Re:Hey, APK! by Anonymous Coward · · Score: 0

      Whoever posted that material about starkruzr's not lying as starkruzr did. Starkruzr you are a very screwed up individual, and you started your own troubles from what I gathered from the links posted above. Served you right. You are now a troller getting trolled in return.

  71. Celleb? by ja · · Score: 1

    The Toshiba Celleb Architecture ... Now this is a new word in my vocabulary. Anybody knows what this "Celleb" is and where to get one?

    --

    send + more == money? ...
    1. Re:Celleb? by wild_berry · · Score: 1

      I assume that's Cell broadband engine in Endian Big mode.

    2. Re:Celleb? by Anonymous Coward · · Score: 0

      Anybody knows what this "Celleb" is and where to get one?

      Start by procuring some hot grits...
  72. if you want to speed startup by alizard · · Score: 1

    in Debian (Ubuntu?) open /etc/init.d/rc AS ROOT and change concurrency=none to concurrency=shell . Worked for me... of course, usual disclaimers, if you do this and your computer melts into slag from which Cthulhu appears and eats you, I'm not respons..........[i0m =09=,k9mu9n8yby7ba70tyc7 n=0987 NO CARRIER

  73. CFS not included? by togashi06 · · Score: 1

    Wasn't CFS( the new dispatcher) going to make it for this release?

  74. Re:John McCain: Minister of Propaganda by Anonymous Coward · · Score: 0

    Not Kilgore, his real name is Philip Jose Farmer.

  75. Re:Does it still crash after 49.7 days?? by Anonymous Coward · · Score: 0

    I guess that one got fixed at some point:

    Yep, when Hz was changed from 100 to 1000, the wraparound started happening after 49.7 days rather than 497 days, causing a lot of confused users ("why is my system rebooting every 1.5 months?" "It's not, it just resets the uptime"). So it was fixed around the same time.

  76. Re:OMG F1r5t P054 by Anonymous Coward · · Score: 0

    If you don't have anything to contribute, then don't post.

    You must be new here.

    -M

  77. MS Ergonomic 4000? by remmelt · · Score: 1

    How come there is still no support for the Microsoft Natural Ergonomic Keyboard 4000, as they call it? It's the best "broken" keyboard out there and one of the most comfortable ones I've ever used. Patches have been submitted multiple times, and seem to be maintained... No love for this hardware.

    First couple of Google hits:

    http://lkml.org/lkml/2006/8/3/80
    and
    http://lwn.net/Articles/194015/
    or
    http://gentoo-wiki.com/HOWTO_Microsoft_Natural_Erg onomic_Keyboard_4000
    or
    http://doc.gwos.org/index.php/Microsoft_Natural_Er gonomic_Keyboard_4000

    And no, I don't want to recompile my kernel.

    1. Re:MS Ergonomic 4000? by bratwiz · · Score: 1


      They've been holding the driver code hostage. They'll release it when Microsoft fixes its dual-boot...

  78. what happens if the source or dest host crashes? by t35t0r · · Score: 1

    With KVM 1.5 what happens when:

    1) A VM has migrated its process to another VM and the source VM crashes/system dies?
    2) A VM has migrated its process to another VM and the destination VM crashes/system dies?

  79. Re:Yep nothing could be further from the truth. by Anonymous Coward · · Score: 0

    Where's that come from? Starkruzr, you're the one who said you're the chick, and the quotes of your words and links proved it. No one else said that but you about being a womand, and from what I read in those links you started it with people trolling them. Looks to me you are just getting what you dished out in return, but the people trolling you are not lying as you did, but only showing us all your lies to the rest of us. I don't see how you did not understand all of that starkruzr, but if you are dyslexic, you're excused because I understand that makes it difficult to understand written words in sentences and paragraphs (or something along those lines). Thing is though, how the hell can anyone believe anything you say?? You've been caught lying and saying you're a chick and you're not it seems. LOL, what is up with that??? Truth works best, lol, try that out sometime instead of telling lies online about yourself.

  80. Re:Does it still crash after 49.7 days?? by sirfuzz · · Score: 1

    Really? Mine doesn't roll over:

    # uptime
      13:41:05 up 500 days, 22:59, 1 user, load average: 0.34, 0.23, 0.24

  81. Re:Does it still crash after 49.7 days?? by Assembler · · Score: 1
    Ah.. On newer kernels, the system's uptime command will report the correct uptime, but Netcraft won't.

    http://uptime.netcraft.com/up/accuracy.html#hz1000

    Why do you not report uptimes for Linux 2.6 or FreeBSD 6 ?

    We only report uptimes for systems where the operating system's timer runs at 100Hz or less. Because the TCP code only uses the low 32 bits of the timer, if the timer runs at say 1000Hz, the value wraps around every 49.7 days (whereas at 100Hz it wraps after 497 days). As there are large numbers of systems which have a higher uptime than this, it is not possible to report accurate uptimes for these systems.

  82. My favorite thing by StarKruzr · · Score: 1

    about this thread is that I got modded down to -1, Offtopic and then back UP to 0 for being funny.

    lol. just pure lol.

    --

    +++ATH0
  83. Re:My favorite thing, and now mine, lol! by Anonymous Coward · · Score: 0

    Now you need to work on an HONESTY rating, and your sexual preferences, lol:

    "YOU were the one who originally suggested I might be female, I just went along with it." - by StarKruzr (74642) on Monday April 23, @07:43PM (#18847517)

    Another lie?

    All you have done is lie here, yet again, and this all proves it (your own words saying you are a girl, and when caught, you changed it again, lol):

    "I never said I was the girl in that picture either, you did." - by StarKruzr (74642) on Thursday March 29, @06:16PM (#18536049)

    No one ever said you were a girl - YOU did, lol!

    Here is the posting where you did:

    http://slashdot.org/comments.pl?sid=227475&cid=184 94155

    "Hey, dipshit: how do you know I'm MALE? Maybe I SHOULD be acting like a woman because I AM one." - by StarKruzr (74642) on Monday March 26, @06:16PM (#18494155)

    And, when caught in his lie, only then did he admit to it here:

    "Okay, seriously. Let's drop the act. Okay? Yes? Let's quit pretending. I am quite male. I only said I was female to mess with your head." - by StarKruzr (74642) on Monday April 02, @08:18PM (#18581257)

    Are you a girl, or a guy? We are not sure, but a liar we know you are, with certainty.

    Also, you avoid answering some questions you were asked!

    That is not a strong suit for you either. Are you jewish or not?

  84. lol! by StarKruzr · · Score: 1
    Also, you avoid answering some questions you were asked!

    That is not a strong suit for you either. Are you jewish or not?


    The fact that you cannot comprehend how incredibly bizarre it is that you keep asking me this is a source of no end of funnies to me.
    --

    +++ATH0
  85. Re:lol! Why are you avoiding answering? by Anonymous Coward · · Score: 0

    Why avoid answering? It is a simple question, and only requires a YES or NO answer!

    (Perhaps because it may end up with a result like this one here, in the url below, which your friend Jeremy Reimer brought on himself, and was made out to be a fool and charlatan in, as well as getting himself caught email harassing others, and he and his friends having their websites removed from their hosting providers for?)

    http://www.windowsitpro.com/articles/index.cfm?art icleid=41095&cpage=193#feedbackAnchor

    ROTFLMAO! You are a known liar, but that shows that character of arstechnicans like yourself. Here are your lies again, for your reference and those of others here:

    "YOU were the one who originally suggested I might be female, I just went along with it." - by StarKruzr (74642) on Monday April 23, @07:43PM (#18847517)

    Another lie?

    All you have done is lie here, yet again, and this all proves it (your own words saying you are a girl, and when caught, you changed it again, lol):

    "I never said I was the girl in that picture either, you did." - by StarKruzr (74642) on Thursday March 29, @06:16PM (#18536049)

    No one ever said you were a girl - YOU did, lol!

    Here is the posting where you did:

    http://slashdot.org/comments.pl?sid=227475&cid=184 94155 [slashdot.org]

    "Hey, dipshit: how do you know I'm MALE? Maybe I SHOULD be acting like a woman because I AM one." - by StarKruzr (74642) on Monday March 26, @06:16PM (#18494155)

    And, when caught in his lie, only then did he admit to it here:

    "Okay, seriously. Let's drop the act. Okay? Yes? Let's quit pretending. I am quite male."- by StarKruzr (74642) on Monday April 02, @08:18PM (#18581257)

    Give us a break.

  86. Holy shit, you are SERIOUSLY unhinged. by StarKruzr · · Score: 1

    Why did you post the same in(s)anity 10 times in a row at WITPro? What is wrong with you? Does narcissism include the need to repeat yourself over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over and over?

    This paragraph exists to defeat the Slashdot "lameness filter," because sometimes repetition is necessary to make a point. Apparently that escapes those who wrote Slashcode. Although really, it's understandable, since without this test you'd just have people spamming page upon page of "GNAA 4 LYFE" ad infinitum, everywhere.

    --

    +++ATH0
  87. Re:Holy shit, you are SERIOUSLY unemployed by Anonymous Coward · · Score: 0

    You have never even held a job!

    http://www.spoke.com/public/pages/A/person/001/320 /258

    0 jobs, eh, Jarrett DeAngelis? I mean, lol, that page shows you as never having even held a job! Job History = 0 jobs.

    ROTFLMAO.

    JTD = Jarrett DeAngelis = starkruzr. You are the fool that tried to bother apk and the rest of us at the techpowerup.com forums here:

    http://forums.techpowerup.com/showthread.php?s=5ac 93f70614141960248bf289b2d091f&t=20143 [techpowerup.com]

    This makes sense now. You got your ass handed to you there as well when you tried to bust on apk, and everyone drove you out of there for your bullshit at techpowerup.com also and yet you stated you never were banned.

    Another starkruzr lie is thus exposed:

    JTD your 'alter ego' at techpowerup.com forums shows otherwise. The only reason you did not get banned was apk asking you not get banned at that time, but iirc, you got banned anyhow.

    You've made a big mistake in stalking apk though.

    If you keep stalking apk as you have here at slashdot and techpowerup.com and are connected with Jeremy Reimer and Jay Little (which you are and admitted to it here on slashdot), take a look at this before you keep it up:

    What Is Cyberstalking?

    the term is used in this report to refer to the use of the Internet, e-mail, or other electronic communications devices to stalk another person. Stalking generally involves harassing or threatening behavior that an individual engages in repeatedly, such as following a person, appearing at a person's home or place of business, making harassing phone calls, leaving written messages or objects, or vandalizing a person's property.

    And, there are laws against that starluzr. You instigated it here with apk, and you are digging your own hole.

    Pending Legislation

    http://assembly.state.ny.us/leg/?bn=A05376

    BILL NUMBER: A5376 TITLE OF BILL : An act to amend the penal law, in
    relation to cyberstalking on a computer network in the first degree
    PURPOSE OR GENERAL IDEA OF BILL : Creates the crime of cyberstalking
    making it a class E felony.

    Indiana

    IC 35-45-2-2
    Sec. 2. (a) A person who, with intent to harass, annoy, or alarm another person but with no intent of legitimate communication

  88. LINUX 2.6.21 by Grindalf · · Score: 1

    Gulp, free BSD are getting behind...

    --
    The purpose of existence is to make money.
  89. Hm, I wonder! by StarKruzr · · Score: 1

    Do you think Slashdot has the ability to search for comments by a user further back than what's viewable on his userpage?

    I do.

    Just something to think about.

    --

    +++ATH0
    1. Re:Hm, I wonder! by Anonymous Coward · · Score: 0

      Don't wonder too much about the definition of cyberstalking, ok? Don't worry, you fit the bill nicely on techpowerup.com, windowsitpro.com, and here at slashdot.org, for doing it to apk on all 3 websites forums sections, repeatedly over time, and being caught for it and under other names such as JTD (techpowerup.com) AND now StarKruzr there!

      (Since everyone picked on you at techpowerup.com, as your JTD guise, because you proved apk's point, you stalk him online and always try to start trouble with him or for him)

      So who are you trying to fool?

      You can't even hold a job and this proves it:

      http://www.spoke.com/public/pages/A/person/001/320 /258

      Jarett DeAngelisName: Jarett DeAngelis
      Title:
      Resume/Job History: 0 jobs
      Company:
      Address:
      Phone Number:
      Email Patterns:
      URL:
      Other contacts at this company: 13,001

      Other sample titles available at this company VP - Business and Technology Club
      MBA Candidate, Class of
      MBA Student
      Master of Business Administration, Class of
      Notre Dame MBA Candidate
      Marketing & Information Technology
      Student
      Manager, Enterprise Systems

      LOL! Another arstechnican, a drain on society with no job by day, and psycho cyberstalker by night, rotflmao.

      (Jarrett DeAngelis = JTD = Starkruzr)