Slashdot Mirror


HURD For 'Big Iron'?

Julian Stoev wrote in with this query: "Recently I've seen quite a lot of conversation about Linux on 'big iron' and talk about a possible fork due to the fact that the Powers That Be do not want to include the necessary features that are necessary. A guy from IBM in an interview sounds a little desperate. He sounds like IBM is not very happy with Linux's direction to small devices. The guy is cautious not to make kernel people angry and does not speak directly about kernel fork. But why don't they (IBM, SGI, et al) grab HURD and add to it all the things they find important for 'big iron' support?"

"HURD is not good for smaller machines because it needs more memory, but for big machines/clusters it can be very promising design. Why don't these vendors who moan about the lack of 'big iron' features start a 'HURD foundation' to help uplift the sleepy project? They could add compatibility for Linux binaries for compatibility, even which would be great as there would then be a powerful kernel (HURD) for 'big iron' and Linux for smaller and embedded systems.

Yes, HURD needs quite a lot of work to become stable, but large vendors have the resources to give it a push. In this way they will prove that they really appreciate open source by helping a project which is going through some hard times right now."

151 comments

  1. Re:HURD has almost nothing by perlmonky · · Score: 1

    See your missing the point... They are spending millions of dollars to get linux on to their big iron. Their s390 campain has cost them a fortune... but given great returns. That is the future for many medium to large ASP's. Period.

  2. And HURD is? by Operandi · · Score: 1

    It's common practice to say the entire phrase and put its acronym in parenthesis just following before you begin using an acronym in a document. I'm sorry but what the bloody hell is HURD? Sorry, I spend more time developing than keeping up on the latest propaganda.

    Regards

    1. Re:And HURD is? by cjwatson · · Score: 1

      Since HURD is a mutually recursive acronym, it's quite hard to say the entire phrase. :)

      It's the GNU kernel, which has been in development for well over a decade, based on the Mach microkernel. And yeah, it's still not ready for prime-time, although you can install Debian's unstable distribution for it. The Kernel Cousin project has a section for its Debian mailing list.

    2. Re:And HURD is? by Leimy · · Score: 1

      ActuaLLY the HURD is not a kernel. MACH is the kernel HURD is a collection of servers that runs on MACH to present a Unix environment.

    3. Re:And HURD is? by cjwatson · · Score: 1

      Fair point. I should have said that it's what GNU want to use to provide the functions of a Unix kernel. I'm in good company, though; it's very frequently called "the GNU kernel" even by FSF people.

  3. Re:Not a Misconception by Anonymous Coward · · Score: 1

    The kernel keeps track of users (UIDs), groups (GIDs) and processes (PID/PPIDs) as 16-bit values. Having a 64K limit for these values definately impacts some of what is desirable to do on "big iron." There is little point in investing in a machine that can handle file/print services for 75,000 users (and the horse power is out there now!) when your kernel can only allow the defination of 64K of them. Linus did clearly refused the SGI patch to fix this situation.

  4. Re:Run BSD instead. by Mr.+Frilly · · Score: 1

    Allright, let's go through the math, 9 platforms, actually 10 according to their web page. 5 of these are 680x0 machines, so let's really call it 6 ports. Of these 6 ports, alpha and pmax are currently without maintainers, and 680x0 is a dead platform (unless you're into antique computers, which is definitely cool, or you're trying to run on a palm pilot). That leaves us with 3 ports. The powerpc port seems to be fairly new, so the only ones I'd trust are i386 and sparc (which incidently doesn't cover ultrasparcs, only sparcs). In my head, that means openbsd has two solid ports. By my reasoning, Linux also only has 4-5 solid ports (alpha, i386, sparc, ultrasparc, powerpc), although there are many more you could include (680x0 ports, ia64, s390) which I would regard as well supported.

    Not to rag on openbsd, I'm sure it's a great system, but be careful saying what's actually a supported platform. That's like saying netbsd runs on almost anything. Sure it does, but you may have to netboot the machine, run the file system off a better supported computer over NFS, and use a serial login. So basically you're using the CPU on your machine and the network card, while the Hard drive, video, keyboard, and mouse go to waste.

    Also, 99% of the code within different Linux distributions is the same. Instead of just borrowing code between different distributions (or forks, in the *BSD case), the different distributions actually use exactly the same code, it's just the packaging which is different.

    One Caveat, with the change of license of OpenBSD such that they can directly incorporate NetBSD code, I expect the code between these two forks to become more and more conserved.

  5. The BEST description (mark up please) by Macka · · Score: 1

    Thanks Valdrax. That's the best description I've read describing the issues around Linux kernel design for SMP performance. A real GEM !! I learned a lot from your explanation that I didn't know before.

    Macka

  6. Re:Linux Torvalds has been working on Crusoe linux by Myddrin · · Score: 2

    Give me some facts to back this up please. I'm
    not interested in your random assertions.

    I gave you some places to start looking for what the
    thought process is on the kernel mailing lists.

    If you really believe this, why don't you fork the
    code and maintain a big iron kernel on your own?

    It's your right under the GPL and there is nothing Linus could possibly do to stop you. _If_ this is Linus goal (which I don't believe for an instant... I think it's much more likely you have some kind of agenda), we can just say "So Long and Thanks for all the Code" to Linus and take Linux back. That is the beauty of Open Source code....


    ---
    RobK

    --
    Myddrin
  7. Re:because it's only available as unstable on i386 by darksmurf · · Score: 1

    Yes Linux can be patched.

    No this isn't an issue.

    Yes the IBM fixes will get in.

    Yes the IBM people are being too impatient and not conforming to the development schedule.

    DOES ANYONE REMEMBER 2.4 IS IN A CODE FREEEEEZE.

    HELLO? PEOPLE?

    Freak.

    When 2.5 comes out, by the time it gets to 2.5.10 if the IBM people still havne't worked out the development speed for getting their stuff in, then it will be an issue.

    But not until.

    -Nathan

  8. So modularise already: N-Kernel Monte, anyone? by leonbrooks · · Score: 1

    big companies [...] are upset with linux for aiming at small systems, but aren't immediately splashing out with their own cash to rectify it themselves.

    This may smell too microkernel to please some people, but since some anwesome things have been done with kernel modules already, why not a few more? If somebody wants a new feature that speeds some things up enormously but requires (say) 8 megs of RAM to start up, why not do it as a kernel module?

    That way, your distro could boot ``minimised'' and then load the module if appropriate (Hmm. This is a 2MB 386SX. Should I load ramgulper.o?).

    One way of doing this with extremely core items would be to make the core item as a pre-loaded module; that is, the code is a module, but a copy of it is compiled into the kernel so it is present at boot (you might conceivably need some memory management, for example, to get to the point of being able to load your new ramgulper.o hyperfast memory management kernel subsystem module).

    If Two-Kernel Monte can replace an entire more-or-less running kernel on the fly, surely it is not much more technically difficult to replace significant subsystems on the fly?

    As to the idea of splashing out with the cash, the problem isn't the cash itself, but getting the companies to commit. Politics and memes are bigger blockers than dollars ever were. If this kind of thing is shown to work, no matter how shakily at first, you will get some joiners from false-floor territory.

    If Bill Gates could sell an 8080 BASIC interpreter to MITS more than eight weeks before writing an alpha version of it (ie, it hadn't even been planned when he sold it), what's stopping ``us'' from ``selling'' advanced kernel features to IBM or Fujitsu a few weeks from now, by which time the bones of them actually exist?

    --
    Got time? Spend some of it coding or testing
  9. Re:heh. Silly rabbit, don't you know HURD is for.. by darksmurf · · Score: 1

    Political neutrality is not the issue.

    Linux is in the pre-2.4 code freeze. The stupidity of people not connecting that with the fact that IBM can't dump 10MB of patches in to change the systme components in is the issue.

    IBM knows what ifdef is. They just need to figure out how to work with Linus' kernel development system.

    -Nathan

  10. who? where? by cabbey · · Score: 1

    "A guy from IBM in an interview [...]"

    Pointers? to the interview? or at least who was it with?

    "[...] large vendors have the resources to give it a push."

    umm... not really, resources are VERY tight in most companies - ask the architects who have in the last few months had their grand vision killed because we can't get enough skilled people to implement and support them? (remember that in manager speak YOU are a "resource", not the hardware, or the lab space, or the desk.)

  11. What disadvantage of a linux major and minor? by rousseau · · Score: 1

    It has been observed that there are several different versions of linux currently available (MkLinux, ELKS, etc).

    Why would it be unreasonable then to have another division between a linux geared more toward embeded systems and one toward large scale systems?

    There is much concern that compatiblity will be lost. Is there not a way to change the engine without changing the leather seats, so to speak?

    I'm not clear about where exactly the resistance comes from.

  12. Re:Run BSD instead. by aanantha · · Score: 1

    Why bother? BSD has nothing that hasn't already been leeched away by the commercial UNIXs. AIX has advanced SMP, kernel level multithreading, and journalled filesystems. Besides, if IBM just wants to avoid a code fork, BSD isn't going to help any. BSD is all about code forking. Just look at the new branding policy FreeBSD/BSDi put out. If you want to put FreeBSD on the name of a FreeBSD based distribution, you need to provide the Walnut Creek CDs pristine. If you want to change the installer or packaging system, you'll just have to call it something other than FreeBSD.

    But leeching is considered ok, because everyone who works on BSD can do it too. The Walnut Creek/BSDi employees who run FreeBSD will incorporate everything good into closed source BSD/OS. The closed source version will always have the most advanced features.

    The model is sound, it's the model BSD has used for 20 years. It's helped commercial UNIX venders, and UNIX venders rewarded Berkeley with equipment donations, research grants, and jobs for BSD developers. BSD code became a shared resource, a skeleton which commercial closed source venders can use to make a finished product. The model just has nothing to do with promoting open source over closed source.

  13. IBM's plan by Swede2048 · · Score: 2

    I commented in an earlier article that I have talked with some of IBM's Linux people at job fairs this fall. They've told me that they see most of the Linux kernel developers as "baby's crawling in the sand." They see them struggling with highly complex kernel mechanisms for the first time, while IBM has developers that have been doing that sort of stuff for years and years in AIX (this is all paraphrasing what they told me). But they said that, while they could just whop down a big set of kernel patches to make the kernel more efficient and whatnot, they're trying not to alienate the community. The guy I spoke with cautioned though, that they aren't trying to say Linux is a bad OS or anything, but rather that it has a lot of potential to be even better than it is. The IBM dude said they see Linux becoming the dominant overall OS in as few as 4 or 5 years.

  14. Re:Linux Torvalds has been working on Crusoe linux by Myddrin · · Score: 2

    Linus turns down _lots_ of patches. Lots and lots and lots of patches.... some of them end up being
    part of commercial distros anyway.

    I can fully understand him not accepting patches that are going to end up being a _lot_ of work to satisfy less the 1% of his "customers." [either as a maintainance issue or initial reworking of the infrastructure.] In terms of effort spent, it may simply not be worth it when the people who make these machines can easily make their own kernel. People have (for example) been using the devfs patch for quite a while and it only just got into the kernel in 2.4. I don't remember any conspiracy theories about any of the thousands of other patches Linus turned down...

    Also, it could just be that the thought it was too late in the 2.4 development cycle for such a big addition.......

    ---
    RobK

    --
    Myddrin
  15. Re:Because H[UI]RD ain't cool by darksmurf · · Score: 1

    Suffer from WHAT? Do you seriously think that a lack of mindshare is what's keeping the "I have Linux installed, it kicks ass and I have no desire to change" people from jumping ship?

    Scared is not the issue with hurd vs. Linux on the desktop/server. HURD being what IBM is helping to make Linux for Big Iron is a scarry thought.

    If I were IBM I would be scared of the amount of control RMS exercises over GNU/HURD. I mean think about it, he wants to be able to insist that people who use any of his code use the GNU/ extension to the product name.

    It's not GNU/Linux dangit (unless you run Debian but I don't care what that is called, it just kicks ass.)

    If I were IBM I would not want to lay hopes and development money on a system driven by a fanatic (granted a good intentioned one) who lets his ego govern the direction of the system.

    -Nathan

  16. Would they have any more control over Hurd? by Chuck+Chunder · · Score: 2

    My understanding of Hurd is rather limited (basically what I have read in the Kernel Cousins at Linuxcare) so correct me if I'm wrong but isn't Hurd rather focused on doing things "properly" in a somewhat academic/research sense?

    If so is it not reasonable to believe that the vendors would find it just as restrictive (if not more so) working with the Hurd?

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  17. Re:Does anybody know what the HURD IS? by psergiu · · Score: 1

    And translators KIK MAZZIVE AZZ !!!!

    database access:
    grep query /database/instance/table/*

    wget equiv:
    cp -r /network/http/www.slashdot.org/ .

    /EVERYTHING/ _IS_ a file/filesystem !

    Back away Amiga/Linux zealots - the HURD Religion is coming !

    (too bad i couldn't install-it on my machine due to hardware incompatibility :( )

    --

    --
    1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
  18. Re:because it's only available as unstable on i386 by King+of+the+World · · Score: 1
    Why's a Linux code fork necessary though? Can't it just be patched? Or is it a fundamental design of Linux that it doesn't work well on mainframes?

    I have more questions, but if you could answer these one's first I'd appreciate it.

  19. A fork would be good; they should do it by 1010011010 · · Score: 4

    Some competition would be a good thing; and since all the code is GPL, they can re-merge later. Linux has gone through fork-and-merge several times already. A lot of developers keep their own little fork going while in development. XFS, for instance, ships as a patched kernel.

    It would be good for SGI, IBM, HP, and other big players to create an Advanced Linux Kernel Project. I would even host it (I'm a director at a hosting company) and contribute code (filesystem, device drivers, unicode functionality).

    Even if the Linus-headed effort is the One True Way, it doesn't have to be the Only Way. They're not infallible. Let's get a second project going! It won't be a threat to Official Linux -- just a development track for enterprise situations!

    Email me if you're interested!

    ________________________________________

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  20. Re:HURD has almost nothing by sales_worldwide · · Score: 3
    You wrote: Think about what an IBM sees in Linux.
    • massive momentum
    • probable emerging standard
    • huge (unpaid by them) developer community
    • existing high-quality implementation
    • existing widespread hardware support
    • easy to find techies who know it
    • non-techies are comfortable with it
    • liberal licensing
    Now which of these does HURD offer?

    The question should be: Now which of these does linux offer?

    Are you really telling me that linux offers *any* of:

    • probable emerging standard (don't make me laugh - linux is anarchy - BSD is more standard since it is committe based)
    • existing high-quality implementation (have you ever looked at linux code? And it changes every two minutes)
    • existing widespread hardware support (DVD? Hardware RAID even? ....)
    • non-techies are comfortable with it (please ...)
    • Liberal licencing (GPL!!!)
    And as for stuff like "massive momentum", you must remember that the momentum behind linux is its use as an application not as an OS. Linux boys use linux as their primary app, not as an OS to run another app. Their app *IS* linux. It *IS* spending the whole evening downloading the latest Hungarian font patches and recompiling the kernel just so their system is "complete". Ten minutes later they're downloading the next patch that is issued, for hardware they don't have ....
    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
  21. A serious reply... by Anonymous Coward · · Score: 1

    must acknowledge the post is correct (and funny).

    A previous one is also accurate, in that all the big commercial vendors have their own proprietary Unix variants (AIX, HPUX, Solaris, plus whatever Compaq's calling DEC-Unix lately). These systems _all_ suffer from their previous, self-inflicted incompatibilities (the forked-Unix conundrum, complete with fragmented market shares and some evolutionary dead-ends).

    Linux offers a way out of this dead-end for these very large commercial vendors, and IBM for one is adopting Linux for this reason (plus some others already mentioned). But their intent isn't for replacing their bulletproof, decades to perfect, commercial Operating Systems - instead, its only to expand their offerings to include recent technologies (like IBM held its nose about NT).

    I'd like to see a good analysis of how well (or badly) each of the major commercial hardware and software systems vendors are adapting to Linux.

    1. Re:A serious reply... by gle · · Score: 1

      whatever Compaq's calling DEC-Unix lately
      Tru64 is my guess unless they changed it *again*?

      ____________________

      --
      Ni!
  22. Re:HURD has almost nothing by sales_worldwide · · Score: 1
    What BSD do I use?

    I use FreeBSD, but OpenBSD would also be fine. As would BSDi. And NetBSD if I wasn't a PC user.

    Regarding linux kernels and their so called high kwality implementations: I would not dream of using a linux kernel, since I need a reliable datastore. When linux gives me raw devices, I might consider using it.

    Translation: The day I can tell when to remove a floppy from a drive by not looking at the light but looking at the command prompt returning, is the day I'll use it - since some programs *NEED* to know when data is on disk. Linux doesn't give me this.

    And don't spout on about reiser fs etc. since that is a) not reliable and b) not in the linux kernel - for exactl;y the same reasons that the Big Iron patches aren't in the kernel - Linux Torvalds himself.

    DVD is supported...just not every DVD device. Hardware RAID is largely a non-issue...that's why it's hardware RAID.

    OK, I see one or two DVD device are supported. But we're still a year off having good support and having it mainstream. Not so for windows.

    Drivers for hardware RAID, on say, Dell servers, are not supported. I know - I tried to find one recently. The only options for linux are software RAID (joke - there is no raw device!) and transparent hardware (very expensive).

    KDE or Gnome, for two examples. Once given 'the computer', most people don't care or see any real difference; examples - two of my sisters.

    Please don't compare KDE (and definately not GNOME!) to Windows. The day I can cut and paste and drap and drop OBJECTS (i.e. images, spreadsheet cells, text with font information, etc.) from one app to another, is the day you can compare the two. Until then, WINDOWS OWNS THE DESKTOP. You are dreaming if you think otherwise.

    The GPL isn't entirely free, but it's damn close to it and largely misunderstood.

    I understand the GPL. That's why I never submit bugs reports or fixes to GPL'd projects.

    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
  23. Re:How are people defining "big iron"? by sales_worldwide · · Score: 1
    You retard. Shut up.

    Oooh, that hurt didn't it. I repeat: perhaps "Big Iron" means files greater than 2 gigabytes? Hardly an unreasonable request for a machine with that size main memory?

    For all of you that are not aware of this: LINUX CANNOT HANDLE FILES BIGGER THAN 2 GIGABYTES.

    Here's another one: Perhaps "Big Iron" means a single large swap file, instead of lots of 128 meg ones - Ha de ha :-)

    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
  24. Re:Why not? Because... by darksmurf · · Score: 1

    It's not that Linux is aiming at small systems, it's that the kernel is currently frozen in the hopes that one day we can use a released 2.4.0 final.

    IBM is spending an incredible amount of money on the Linux issue, it's just going to take time for their managers and development people to understand how life works when the other 9/10 of your development team is outside the company and under no contract whatsoever.

    -Nathan

  25. Re:Run BSD instead. by Foogle · · Score: 2
    I run OpenBSD, and just upgraded to 2.7. My NE2000 worked fine during the install, but then it crapped out on me when the machine first booted up. "Device Timeout" it kept saying...

    Turned out that it had an IRQ conflict with my soundcard. Since this was on my firewall, I just took the soundcard out (who needs to listen to MP3s while they're routing packets?) -- But since then I've had zero problems with NE2000 cards.

  26. Re: NetBSD (humor) by jbridge21 · · Score: 1

    NetBSD runs on almost every platform, so its kernel should be portable.

    You blasphemer! The NetBSD kernel runs on ALL platforms, not just most!

    This man must be taken out and shot for his heretical views!

    -----

  27. Re:Can one Linux fit all? by darksmurf · · Score: 1

    Of course one Linux Kernel cannot fit every need, one kernel binary that is.

    However, using the magic of ifdef and SOURCE (you remember the source that kernels get compiled from right?) you can have one source tree with multiple targets with multiple abilities.

    It gives a central focused driving point for a movement. Yes the source is and will be huge with 30% of it actualy being for a users system, but as UNIX learned the hard way,

    Splitting the development into different paths is not the way.

    On a side thought, look at how RT/Linux is getting it's ass kicked PR wise now that another vendor is going to make the mainstream Linux Kernel RT. Time to backpeddle boys.

    -Nathan

  28. Re:IBM doesn not care which direction goes. by JCCyC · · Score: 1
    Wladawsky-Berger: I know, and I know that Linus [Torvalds] and the team are resisting forking the kernel.

    At first I was amused when I read this. "Resisting forking the kernel"? ANYONE can fork the kernel (and any piece of GPL'd software) as they see fit. If IBM wants a mainframe-optimized, heavily altered Linux kernel to run on they machines. they can do it NOW. It's them who are resisting, not Linus. But then I started to think, why?

    Buzzword compliance. Linus can't stop a kernel fork, but he CAN stop people from calling such fork "Linux" -- it's a trademark. And IBM wants badly to shout to the media, "We run Linux!" It's a better PR move. That's why they're trying to coax Linus into cramming the mainframe changes into the main kernel tree. Linus won't do that, and rightly so IMHO.

    On the other hand, IBM could do the fork and negotiate a "blessing" from Linus (read: buying the right to call the new kernel "Linux something" for an obscene amount of money). I'd guess that's what's going to happen eventually.

  29. Re:HURD has almost nothing by Spoing · · Score: 2
    Windows? Never heard of it. :)

    Your objections are largely valid, so I'll not try and talk you out of them.

    As for the horrors and defects of Linux; I generally agree. I know it and other *nix aren't perfect...far from it. A Hummer isn't a Porche, and a 747 isn't a turbo prop. Agreed?

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  30. heh. Silly rabbit, don't you know HURD is for... by Maddog_Delphi97 · · Score: 2

    Silly rabbit, don't you know HURD is for programmers with a political agenda?

    But seriously, HURD is Richard Stallman's baby. If this guy is upset with the Linux kernal people, I would that RMS would not be an improvement...

    Now, maybe an OS like BSD.. that seems to be the most "political neutral" operating system... not to mention that the licensing is the least restrictive.

  31. Re:What's wrong with both the HURD and Linux. by MeowMeow+Jones · · Score: 1

    Can any kernel Guru's help me out? I'm under the impression that even if you use Linux modules, you still need a hardcoded stub in the kernel to access it. For example you can't compile a newly released module without recompiling the kernel.

    If I'm right, that'd be the most appealing reason to use a micro-kernel in my opinion. If I'm wrong, please let me know.

    --

    Trolls throughout history:
    Jonathan Swift

  32. Because H[UI]RD ain't cool by 91degrees · · Score: 2

    Management have heard of Linux. They know it is good. It must be good because Lots Of People Are Talking About It.

    HIRD OTOH is unknown. It could be demonstrably better in every respect, but People Aren't Talking About It so it gets ignored.

    Even techies suffer from this a bit. They don't know who else is using HURD, so they don't trust it. Added to this is the proprietry software mentality. Of course 99% of Linux Software can be recompiled for HIRD, but people remember the switch from Windows to Linux. All their software had to be replaced with equivilents. Of course they don't have to with this switch, but their subconcious is telling them that they do.

    1. Re:Because H[UI]RD ain't cool by Anonymous Coward · · Score: 1

      The problem is also deeper than that. Look at HURD's main page:

      Updated: 23 Jan 1999 matthias
      Also:
      The last official release was the 0.2 binary distribution of June 1997. At the moment, the Hurd developers and people from the Debian Project are assembling a new distribution; it will become the 0.3 distribution.

      Gnu is regrettably not known for its popular, open style of development, and it probably doesn't have the people behind it that BSD has. Look at kt.linuxcare.com, and contrast the linux-kernel mailing list with the HURD's. One is much less enjoyable than the other; one is philosophical in tone at times.

      The main thing people always forget about Open Source projects is also the most important: You have to care about the people you work with.

  33. Re:But also..... by darksmurf · · Score: 1

    Not only an open source one, but a stable, fast, reliable and a whole bunch of other features were needed.

    Like a cool name (which is why I originaly used it over BSD, thank God for luck granted that day.)

    I think you nailed it, there are alot of reasons Linux flurished it did, neither BSD or ESPECIALY hurd have all the required ones to even make a dent in Linux's force.

    -Nathan

  34. why not HURD??? by sethgecko · · Score: 1
    But why don't they (IBM, SGI, et al) grab HURD and add to it all the things they find important for 'big iron' support?"

    Because no one buys an operating system named HURD. That's the short answer.

    The longer answer is that they want linux because right now linux has a name which is infinitely marketable. Even my father has heard of linux. A better question is why don't they run AIX/IRIX/whatever on their big iron instead of linux (if linux won't develop in the way they want)? Which is what they are already doing. Why would someone suggest taking HURD and developing it? That's repeating a lot of hard work already done with linux on an operating system that no one outside of the slashdot community has heard of, tied to even more radical open source ideas than linux.

    --
    Be ot or bot ne ot, taht is the nestquoi.
  35. Run BSD instead. by sales_worldwide · · Score: 4
    Why not run BSD? After all, this'll be more reliable, and the code is more controlled. And The NetBSD boys would be more than happy to have another set of patches added to their already amazingly portable source.

    Also, I would guess that the boys at IBM know about the '#ifdef IBM' statement.

    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
    1. Re:Run BSD instead. by Ded+Bob · · Score: 1
      It might still be a hardware issue. I will always suspect the hardware first before the software. Having replaced the following all on one machine:
      1. Video card.
      2. Monitor (Got the shakes after about 30 minutes of being on)
      3. Hard drive (bad firmware)
      4. Mouse (Netrek damaged the left button :))
      5. CD-ROM twice (Power died and loud operation)
      6. Motherboard and memory (DOD - fried)
      7. Memory again (thank you ECC)
      Here is a link concerning PCI cards showing up twice: i386/10935. Is this the problem you are referring to?
    2. Re:Run BSD instead. by ranessin · · Score: 1

      "Why not run BSD?"

      Because none of them could use my NE2000?

      Ranessin

    3. Re:Run BSD instead. by Mr.+Frilly · · Score: 1

      Which BSD, the more secure one, the more portable one, or the more powerful one. You don't get all three, cause they're different forks.

      Or you can choose Linux, which is powerful, portable, and secure (well, depends on whose distribution you're using, you can make any OS as insecure as you like).

      Plus, Linux is GPL, which I imagine is the real reason any sane person would go with Linux. If IBM went with BSD, any contributions they made they'd have to keep proprietary, for fear that if they turned around and gave their code back to the community, their competitors (HP, Sun, etc.) would turn around and use their code in their own proprietary products to gain a competitive edge. Hey, guess what, we've just stepped back a decade and the UNIX wars are raging again.

      The biggest beauty of Linux (or it's biggest problem, depending on your perspective) is the GPL. Although with the GPL IBM is required to release any improvements/additions it makes back to the community, IBM can also rest assured that any other company that uses or expands on these changes will have to also release those changes back to the community (and therefore to IBM).

      Viral, I like it.

    4. Re:Run BSD instead. by Ded+Bob · · Score: 1

      Does IBM put this NIC in their "Big Iron"?

      What NE2000 do you have? From glancing at the release notes for FreeBSD, it appears FreeBSD has supported the NE2000 and clones for a long time.

    5. Re:Run BSD instead. by hawk · · Score: 2

      >_ Because none of them could use my NE2000?

      That's news to me, having run FreeBSD with an NE2000 for years . . .

    6. Re:Run BSD instead. by ranessin · · Score: 1


      I have no doubt... I even ran FreeBSD and OpenBSD with this card for a while. Recently, though, both OSes started having a problem with the card. Linux, Windows, and BeOS are having no problem with it, though.

      Ranessin

    7. Re:Run BSD instead. by ranessin · · Score: 1


      But the original poster criticized linux for not having decent hardware support in another thread and (inaccurately) gave DVD as an example. Does IBM play DVDs in their "Big Iron"?

      BTW, FreeBSD sees the card twice, at two different IRQs (as does OpenBSD 2.7). Linux, Windows, and BeOS all work beautifully with the card, so it's not a hardware issue.

      Ranessin

    8. Re:Run BSD instead. by ranessin · · Score: 1


      I can get it to run under Linux with no problems. I also have/had it working under BeOS and Windows. At one point, it ran under OpenBSD. As of 2.7, though, OpenBSD sees it as two devices at two separate IRQs, and neither device works. My attempt at FreeBSD resulted in similar problems.

      Someone who judges another as a worthless piece of shit is a worthless piece of shit :-)

      Ranessin

    9. Re:Run BSD instead. by Mr.+Frilly · · Score: 1

      Well, I'm obviously not smart enough to realize what the heck point you're trying to make here.

      And you seem to have carelessly left out the most important line in the paragraph....

  36. Umm... by Art+Tatum · · Score: 1
    OK, Objective C was written by Brad Cox in 1980. He started out working with Bjarne Stroustrup but they had differences of opinion and split up. Mach was started on in 1985 at CMU. It is written entirely in standard C.

    Although early Objective C runtimes had some inefficiencies, this has now been corrected and a method is almost as fast as a regular C function call. Even so, the reason NeXTSTEP was slow probably had more to do with Mach messaging and DPS than Objective C.

  37. What HURD? by Anonymous Coward · · Score: 1

    The HURD is really pushing the envelope for "piece of software least likely to ever do anything". It's been in development now for donkey's years and yet it is still only in a state where the only people that can actually set it up and program it are the half a dozen people who actually code for it.

    Sorry, but the HURD is nothing more than another piece of Stallmann ego-stroking designed to get back at Linux for not being called GNU/Linux (or "Lignux" or other abominations Stalmann wanted). Just because it isn't ideologically sound enough he's pushing the idea of a new kernel, something which we really don't need.

    Bah, who cares about the HURD? Nobody is the answer from what I've seen. Yet again, Stallmann has let his ego take precedence over rationality. What a suprise.

    1. Re:What HURD? by jguthrie · · Score: 4
      AC Wrote:
      The HURD is really pushing the envelope for "piece of software least likely to ever do anything". It's been in development now for donkey's years and yet it is still only in a state where the only people that can actually set it up and program it are the half a dozen people who actually code for it.

      As it happens, I got Debian GNU/Hurd up and running just yesterday. It took about two hours, counting the time it took to install Debian GNU/Linux and the time it took to download the installation .DEB files over a 115K ISDN line.

      Of course, I can't actually do anything with it because the kernel is only about 1/3 done and there are essentially no applications available for it. Perhaps if the FSF decided to put their efforts into the Hurd instead of yet another major version of GCC, GNU EMACS, and the GNU LIBC, they would be able to actually finish it to the point where Linux was at kernel V0.10, the version I first used. Some additional stability would be nice, too.

      I think I'll reformat the disk and see if I can't get OpenBSD on it.

      AC also wrote:

      Sorry, but the HURD is nothing more than another piece of Stallmann ego-stroking designed to get back at Linux for not being called GNU/Linux (or "Lignux" or other abominations Stalmann wanted). Just because it isn't ideologically sound enough he's pushing the idea of a new kernel, something which we really don't need.

      Ummm, that's not factually accurate. I don't know if the code for the Hurd (the name for the collection of services running under Mach) antedates the arrival of the Linux kernel or not, but the project as a whole has been going on since the early 80's and the overall design of the system has been frozen for at least that long. In other words, the Hurd was not created in response to the success of Linux. It couldn't possibly have been.

      However, I do share your doubts as to whether or not they're ever going to finish. They definitely bit off more than they could chew with the Hurd.

    2. Re:What HURD? by Leimy · · Score: 1

      I actually know some of the HURD developers... This project needs some fine tuning. It has gone through several major kernel changes to meet their idealistic goals. There is no Operating System I know of that does what the HURD project is supposed to do. The system is more flexible in that multiple users can be logged in at a time and one could be tweaking something crucial to the OS like the scheduler and not affect the other users. The only place you can do that sort of thing is in user mode linux. That requires you to run linux on top of linux. The HURD microkernel design makes this sort of thing a little nicer. I am not knocking linux Just don't forget that much of what has made Linux successful has come from the GNU project and HURD is another part of it.

  38. Re:HURD has almost nothing by handorf · · Score: 1
    Hmm. I'll respond to this almost-troll.

    • (DVD? Hardware RAID even? ....)

    Yes, and yes. As always, it depends on what you want to do. Can we play DVDs under linux? No (well, I can, but I've got a Creative Dxr2 board which has a driver), but can we read data? Damn straight.

    Hardware raid? Lots of those are completely independent of the OS anyway. Raidtech, Falcon, etc.

    I won't address the others right now, I'll leave it to other fortunate readers.
    --
    -- IANAEG - I am not an elder god.
  39. IBM doesn not care which direction goes. by cmickelson · · Score: 2
    In an interview with "IBM's Linux point man" Irving Wladawsky-Berger (available here) in Linux Magazine. He specifically states that IBM does not care which direction goes. And judging from the text of the article it seems they would kind of prefer to keep AIX as the high end and have Linux support the low end.

    Excerpts:

    ON THE DIRECTION OF LINUX

    Wladawsky-Berger:
    Now the thing that I don't know is the priority that the Linux community puts in making Linux enterprise-ready. There is so much going on with linux in high volume applications: Linux in embedded client applications, Linux in desktop, Linux in appliances. This area is so full of possibilities that the community could say, "Irving, this is very nice, but this is our hightest priority right now. So, given that you have AIX already, this Linux compatibility in AIX is perfect, because then you have a totally complementary Linux strategy." Linux on Linux, and then Linux applications on AIX."


    ON FORKING THE KERNEL

    LM: There seems to be a sense that some of these enterprise features may detract from Linux on the low end.
    Wladawsky-Berger: I know, and I know that Linus [Torvalds] and the team are resisting forking the kernel. That's always one possibility: to have multiple kernels, and I know so far nobody wants to do that. And if that is the wish of the community, we are cool with that because that's where AIX is complementary to Linux.

  40. Answers from a linux for s390 developer. by hairychest · · Score: 4

    I work on the linux for s390 project & have worked with the mach microkernel but not with hurd. The mach micro kernel is a fantastic peice of code with fantastic ideas let down by the rpc abilities of C. The guys who developed the mach microkernel I think realised the limitations of C & sent some guy into the bushes for a few years & he invented objective C, this unfortunately runs like a dog with all the message passing & is why Open Step is so slow, I even considered writing my own language ( which would probably have taken me decades so I gave up on the brainfart ) which could while running bind as to local objects while sending messages to remote object rather than using messages everywhere. I even suggested the mach microkernel when I first joined in the early days of the project & personally am glad I was completely ignored for the following reasons. 1) Linux is pretty much bog standard unix no learing curves for most developers, the mach microkernel is a complex poorly documented beast with API's documented by doctorates & which is not exactly easy reading. By the time we'd have got as far as we have with this project I'd be about half way through reading about & fully getting to grips with Mach. 2) If we started on Hurd I'd be dead by the time we got it running as good as we have Linux running now, my life as most peoples is too short. ( we initially had only 5 developers on a skunkworks team ) & the Hurd project most likely will never grab the mindshare or momentum of Linux, Linus is a great marketer & great at rallying new support & it is getting better every day rather than every decade ( IBM couldn't buy this stuff, it didn't with OS/2 ). 3) The linux project is very well supported by documentation & web sites it isn't like you need to know someone or be on an inside track to become expert in it just web access . 4) There are a few places where the the basic Mach kernel is weak for instance no support for drivers as modules, lack of driver support, messaging is pretty slow & used for everything, great for building clusters but overkill otherwise. As mach uses seperate address spaces for everything this improves protection but decreases performance. 5) Getting new code ( e.g. Firewire or s390 support ) is pretty easy to get into the standard Linux kernel, admittedly they are pigs for accepting replacment code for stuff which works in most cases, even if it improves things. Plenty of IPV4, scheduler & filesystem improvments are posted regularly but are seldom accepted ( I'd suspect Hans Reiser has a lot of grey hairs at this stage ). From what I hear the a lot of developers left the BSD project because their patches simply weren't being accepted by the chief maintainers who liked their names over 98% of the source code.

    1. Re:Answers from a linux for s390 developer. by f5426 · · Score: 1

      > sent some guy into the bushes for a few years & he invented objective C, this unfortunately runs like a dog with all the message passing & is why Open Step is so slow

      Woow. You mix two different things here. Mach message passing and ObjC message passing are two very different beasts.

      The fact that OPENSTEP was implemented mostly in a message-based object language on a message-based micro kernel, is just a coincidence.

      OPENSTEP Enterprise (aka YB/NT) ran slowly too, even if the underlying OS was not mach.

      NeXTstep was pretty fast. The only 'slow' part was the DPS interpretor. The real reason of the lower perf of OPENSTEP was the ubiquious use of the FoundationKit, which is memory and cycle demanding.

      Lastly, this is a matter of taste. I found OPENSTEP fast enough for what I did. And today, installing OPENSTEP on modern hardware just fly. This beast was well ahead of its time, you know...

      Cheers,

      --fred

      --

      1 reply beneath your current threshold.

  41. Why hurd? by RedGuard · · Score: 1

    If the 'big iron' vendors want a linux
    compatible OS with support for their hardware,
    why not just add support for Linux binaries to
    their existing OSes? The problem of course is
    that Linux is what is being demanded, right or
    wrongly.

    1. Re:Why hurd? by tao · · Score: 1

      Several 'big iron' vendors has done exactly this. IBM will provide AIXv5 with a Linux-compatibily-layer, etc.

  42. Re:Not a Misconception by sjames · · Score: 2

    Linus did clearly refused the SGI patch to fix this situation.

    Yes, he refused (as I said) top apply the patch to the 2.4.x kernel. Changing the size of key id numbers this late in the game is too much. There is after all a code/feature freeze on right now. That says nothing about what will be allowed into the 2.5 tree when it is opened. IIRC, he didn't say no, never, just not in 2.4.

  43. Re: BSD by thule · · Score: 1

    The Linux 2.4 kernel has much improved SMP capabilities. Linux as already moving from SMP to NUMA machines with the help of SGI and IBM.

    Check out http://www.rsbac.org/ for what Linux *already* has for B1 level security.

    It seems to me that Linux has so much going for it now that it will be hard for other projects to catchup. They may be able to match or beat certain areas, but Linux as a whole will continue to be even more compelling.

  44. Objective-C myths by q000921 · · Score: 1
    Objective-C wasn't developed by the folks who did the Mach kernel. Furthermore, an Objective-C method call is roughly the same speed as a C function call in a good implementation.

    Objective-C has a few problems inherited from pre-ANSI C, but those would be fixable. I think it would be a good language to write kernel components in. IMO, it would certainly beat the mess of dispatch tables and dynamic loading hacks currently found in the various operating system kernels based on C.

  45. Hurd is based on the Mach microkernel, BSD license by Justin+Goldberg · · Score: 1

    Hurd is based on the Mach microkernel, which is released under a BSD license. You do not believe me? hear this: pnm://media.cmpnet.com/technetcast/cb/tnc_0381.rm No realplayer? Use trplayer. It is a text-based real media player that uses the realplayer libraries. http://freshmeat.net/projects/trplayer/?highlight= real+audio+video

  46. You're missing the point by strombrg · · Score: 2

    I used to hang a lot of hopes on the Hurd. I even ran NetBSD and FreeBSD for a while just because they were the OSes of choice for bootstrapping the Hurd.

    But the Hurd just doesn't have nearly the critical mass Linux does, and likely never will. It's still enshrowded, to some extent, in the early days of Hurd's totally closed development model, for one thing.

    Like it or not, Linux is the premier free kernel, particularly in terms of mindshare, and mindshare means a LOT to a company like IBM.

    A linux emulation layer sounds great, but it's a little risky; you never know when something will be added to the real linux, that would be a total PITA to emulate with your sorta-kinda-almost-similar kernel. If I were running a big business, I'd seriously frown on that kind of unnecessary risk.

    I say if Linus doesn't want big iron patches in the mainline kernel, that's a shame, and oh well, let's fork it.
    I'm guessing it really hurts a company like IBM to commit to linux like it has, and then be told, "sorry, you're s second class citizen in the linux world". I'd think twice being saying that to IBM, if we want to continue getting big-company support.

    And yes, big-company support is very valuable for linux.

  47. Re:HURD has almost nothing by skerner · · Score: 1

    I went to an SGI information sesion at my collage a while back. They talked about the chalanges of getting linux to run on 128+ processor systems. They talked about things in linux that were hurting performance, like the single kernel lock in linux, as opposed to the 10^9 different locks you can invoke in IRIX. But they stressed that they whould not even consider forking.

    The reason they started useing linux rather than IRIX was that application vendors wanted them to fund ports of there software from other unixes to IRIX, and convincing some vendors to port to IRIX at all was imposible. Linux solves this problem because every company on the planet seems to be coming out with a linux port of their software.

    You can't seriosly argue that linux is better than IRIX or AIX on big computers. Linux was made with single processor systems in mind, and when a design desision in the kernel will slow down every computer with less than a hundred processors but speed up an Origin 2000, guess what's gona happen? But it makes sence for SGI to give it's customers the option of running an OS that will run lots of unix software. If they don't, and the app they want is only certified on Solaris and linux.......

  48. Re:Run BSD instead by Ded+Bob · · Score: 1

    Not to mention that BSD has only very very recently added SMP support whereas Linux's has been maturing for years.
    SMP support has been in FreeBSD (RELEASE) for about two years now. This is according to the release notes for 3.0.

    Are you thinking about the advanced SMP code that is coming from BSDi?

  49. you said it... by josepha48 · · Score: 2
    Yes, HURD needs quite a lot of work to become stable,

    Fact is Linux is already stable. It is usable, there are device drivers for it is is already quite mature for an OS that is almost 10 years old. Hey Mac and windows are both older than Linux (including win 3.1). Maybe in a few years hurd will be a contender. It has take these developers to port to the MF and get bigger hardware support less time then it would take to get hurd in stable shape.

    I don't want a lot, I just want it all!
    Flame away, I have a hose!

    --

    Only 'flamers' flame!

  50. Re:Popularity rules? by sales_worldwide · · Score: 1
    You wrote: Linux is more popular and therefore better?

    In a democracy perhaps - but democracy sucks.

    But by that token windows is better. Why not run NT on the BigIron machines then? I'd personally sooner see that than linux.

    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
  51. Re:Linux Torvalds has been working on Crusoe linux by Myddrin · · Score: 4

    WHAT?????

    The whole _POINT_ of Crusoe is that you _DON'T_ run native code. EVER. That ruins the whole beauty of the architecture. That would be like taking the eiffel tower and removing two of the legs...

    The whole point of the code morphing stuff is that they can change the native instruction set when ever they want w/o having to worry about it affecting in production proggy's/OS's. Thus they can move to the latest, greatest ideas in microchip design w/o losing customers. This is clearly stated on their website and in numerous articles about transmeta.

    Linus isn't working on this because the idea goes counter to everything Transmeta is working on.

    According to one article I read... maybe it was on linuxtoday.com.... I disremember. These patches are not being accepted simply because the memory management patches to support these large machines doesn't scale back down to desktops, laptops or handhelds. In other words, making the ness. changes in the kernel to roll this stuff in would affect performance on your server, desktop, or PDA. Considering that 99%+ of Linux users are running on these platforms it doesn't make sense to apply these patches.
    ---
    RobK

    --
    Myddrin
  52. But also..... by SigVn · · Score: 2

    Linux succseded becasue there was a desire for an Open source OS. Nobody has yet conviced me that HURD is going to make my life better. That it is going to do a better job.

    --
    Yes I can not spell...Wait....for a second there I almost cared.
  53. Re:HURD has almost nothing by Evangelion · · Score: 1


    Yeah, but for some Hardware RAID you need drivers. The Highpoint 370 IDE controller on the Abit KT7-RAID specifically.

    http://www.linux-ide.org/ has the drivers for the Highpoint controller, and many other supplimentary IDE drivers.


    --

  54. Re:Linux Torvalds is intentionally boycotting it! by Leimy · · Score: 1

    Ever see Conspiracy Theory....?

    I swear to God their after me. Linus is trying to destroy his life's work for his own financial gain
    by rewriting all of linux in Crusoe assembler....

    Their goes the neighborhood....

    Just because your paranoid doesn't mean I'm not out to get you!!!!

    :)

  55. HURD is older than Linux. by Forge · · Score: 1
    Hurd was started in the 80s. It was already considerd woefuly late when Linus started his OS in 91. Read this

    http://www.kde.org/food/linux_is_ obs olete.html

    It gives a good outline of the status of Open Source and small *nix comunity in the early 90s. It also shows Linus didn't become a bastard overnight :)

    --
    --= Isn't it surprising how badly I spell ?
    1. Re:HURD is older than Linux. by JasonAsbahr · · Score: 1

      Awesome quotes:

      "Making software free, but only for folks with enough money to buy first class hardware is an interesting concept. Of course 5 years from now that will be different, but 5 years from now everyone will be running free GNU on their 200 MIPS, 64M SPARCstation-5."
      - Andy Tanenbaum, Jan 30, 1992

      "Maybe. But by then, the 386/486 will probably be where the PC is now: everyone will have one and they'll be dirt cheap. The timing will be about right. In which case Linux will fit right in, wouldn't you say?"
      - Kevin Brown, Jan 31, 1992

      "If you write programs for linux today, you shouldn't have too many surprises when you just recompile them for Hurd in the 21st century."
      - Linus Torvalds, Jan 31, 1992

  56. Re:Can one Linux fit all? by HydroCarbon10 · · Score: 1
    can one linux kernel fit all?

    You're right, of course it can't, it already doesn't. Take a look in the linux/arch directory of ther kernel source tree and you'll see the different linux kernels for all the different architectures. If I understand it correctly each different architecture has it's own core kernel (though most are probably strikingly familiar to the i386 one which they were all ported from). Each 'core' kernel provides the same interfaces as the other ones so the rest of linux can be shared among them, but at the very basic level they are all different kernels. I don't foresee it being a problem if we have an entire 'big iron' tree with a specialized kernel core and special modules which meet the requirements of 'big iron'.


    The linux kernel can be the best solution on any hardware, you just have to pick the right one.

    --
    The best way to accelerate a windows box is at 9.8 meters per second square.
  57. Re:Popularity rules? by henley · · Score: 1
    ... Linux is more popular and therefore better? ... But by that token windows is better. Why not run NT on the BigIron machines then? I'd personally sooner see that than linux.

    Note that to some limited extent this has been tried and failed, namely NT for Alpha, PPC and ..er.. one other I can't recall. The problem is that the OS is in the hands of one group with one set of goals, which may not match the goals of the platform implementors, and these implementors cannot have the freedom they get from an Open OS to make whatever changes are necessary (by definition: to implement a non-Open software package on another platform you can bet there are licence agreements to be signed complete with a whole bunch of restrictions and lists of what can/can't be done. Likely including the requirement to pass back any innovations made to the original owner who now gets R&D done free by a 3rd party...)

    Essentially the implementors will always be scrabbling behind the OS's owners, trying to keep up, instead of being part of the development process.

    Also note that the definition of "popular" you're using may not match that of those who make these decisions. Certainly there is more public discussion of the benefits/shortcomings of the Linux environment at the moment since A) NT's been done to death over the last n years B) since we can all get at the code we've got more to talk about.

    --

    --
    I'd rather have a bottle in front of me than a frontal lobotomy
  58. what features? by cheese_wallet · · Score: 1

    What exactly do they need to run on 'big iron'? I am curious. I can't think of anything offhand...but I don't know much about the hardware architecture of mainframes, and I don't know the OS philosophy used in the past.

  59. Re:Code Forks/What have the Romans ever done for u by Espen+Skoglund · · Score: 1
    "There are the L4Linux, L4KALinux and MkLinux microkernels."

    Well, there is actually no such thing as L4KaLinux. There is L4Ka though, which is another implementation of the L4 -kernel, and which is able to host the L4Linux kernel (leaves you with one less code fork ;-).

  60. Re:Code Forks/What have the Romans ever done for u by keepper · · Score: 1

    RTlinux anyone?

  61. Re:Linux Torvalds has been working on Crusoe linux by TheCarp · · Score: 1

    > I can fully understand him not accepting patches
    > that are going to end up being a _lot_ of work
    > to satisfy less the 1% of his "customers."

    I agree completely.

    I didn't mean it in the context of "Couldn't linus make it such that..." I meant more of the "I doubt he would reject it if the patch was submitted as an optional replacement"

    It wouldn't have to be alot of work for him and others - just for the people wirtting maimframe code. Let them maintain the code that they submit.
    Even if its completely broken - its their own problem. I don't mind the kernel source getting a tiny bit bigger for their conveienece.

    certainly it already contains many many device drivers that I will never use - and thats true for most people. The only downside to including it - IF it is submitted as a proper OPTION so it wont degrade performance on "miniscule iron", then its only downside is making the code larger - adding a feature that most people will never use.

    Really - only a few core kernel options can be said to be used by "most people". Take the NE2000 ethernet driver. I use it on a few machines. "Most people" don't. The same is true for every other ethernet card driver. There is no one single ethernet card that "most people use" (there may be one that is used more frequently than the rest - but I doubt its enough that more than 50% of linux users have it)

    My point simply being - I would bet, from the discussion about how it would "effect small systems" that the patch was rejected because it replaced the original code - rather than simply being an optional drop-in. - a problem which the original authors should fix and resubmit rather than complaining.

    > Also, it could just be that the thought it
    > was too late in the 2.4 development cycle

    While very true, its not something that most kernel hackers could test/work on anyway. Since it only effects the small subset of people who are on big iron - well it doesn't matter does it...
    that would be a perfectly valid reason for rejection. However - the reason being talked about is the effect on smaller machines - which is a completely different issue and can be made insignifigant as I said above.

    -Steve

    --
    "I opened my eyes, and everything went dark again"
  62. Re:Does anybody know what the HURD IS? by f5426 · · Score: 1

    > microkernel == mental masturbation
    >
    > Microkernel is technically more "correct". Macrokernel WORKS.

    Great. You read the original Andrew/Linus flame. Now, you may want to use your brain a bit.

    First, with this kind of mentality, you should still run DOS. When linux started, DOS was the No1 of the Operating systems (Win was DOS-based), and actually worked. There was games, productivity applications, dev environments, etc, etc. Or you should still run MacOS. Anyone could have said (and many did, at this time)

    preemptive-multitasking == mental masturabation

    preemptive-multitasking is more correct, cooperative multitasking WORKS.

    You may think that it is not comparable, but it unfortunately is.

    A micro kernel enables you to run multiple OS at the same time. It enable user-space drivers. It enable personal OSes for each user at the same time. It enable hack and modifications beyond what is possible with Int21 (Ooops, I meant modules), without crashing the OS. It enable a much better network transparency too.

    Maybe it'll work one day. May it won't. But having something that WORKS NOW, don't mean that it'll work forever.

    Cheers,

    --fred

    --

    1 reply beneath your current threshold.

  63. Re:What about Plan9? by slickwillie · · Score: 2

    Did your group consider Plan 9? They even designed a new protocol (Internet Layer) for efficient RPC. Maybe at the time your group got started it wasn't "open source". It still isn't completely open, but it's getting closer. Plus, Lucent (Bell Labs) isn't exactly unknown, like GNU/HURD.

  64. Re:What's wrong with both the HURD and Linux. by otis+wildflower · · Score: 1

    Can any kernel Guru's help me out? I'm under the impression that even if you use Linux modules, you still need a hardcoded stub in the kernel to access it. For example you can't compile a newly released module without recompiling the kernel.

    This is false as far as I've seen. I've been able to select additional modules, make dep, then make modules && make modules_install && depmod -a for some time now (all thru 2.4 at least, and probably for 2.2, though it's been awhile since I've built a 2.2 kernel).. There may be some static dependencies for classes of functionality which then allow for particular drivers/functions to be modularized, which would require a kernel rebuild and reboot, but I haven't come across them.

    Your Working Boy,

  65. Re:Two words: by Leimy · · Score: 1

    If you call another OS a duplicate effort then you would have the only instance in which you would be correct.

    Duplicate efforts are fine in Open Source because it means someone thinks something needs to be changed. Linux itself is a duplicate effort of other Unixs. Sorry by the Anonymous Coward above clearly has no idea what he/she is talking about.

  66. Re:Hurd != Linux by Delphis · · Score: 1

    maybe if linux gets too mainstream i'll switch to hurd.

    Huh? .. I never understood that argument. You spend ages trying to get support for you favourite OS and then because everyone accepts it as a great product, you switch??

    Is it some sort of elitism going on that you have to seem somehow better than the rest of humanity by running an OS that is less well known or even unheard of?

    If Linux becomes 'mainstream' I'll be amazingly happy and want to stay with it! .. It's GOOD, unlike that current 'mainstream OS' and if there's support for all the new gadgets and widgets out there (that the term mainstream seems to suggest there would be) then that's all the better.

    It's nice to see Linux growing in features AND respect by others. I'd really like to see it prosper. Of course HURD prospering too would be good, don't get me wrong. I'm all for the 'underdog' .. it's just this idea that 'mainstream' is somehow 'bad' that irks me.

    --

    --
    Delphis
  67. Re: BSD by Pingo · · Score: 2

    The xxxBSD guys are really underestimated as far as I can understand the situation.

    Take FreeBSD as an example. They have joined forces with BSDi and got fine grained SMP to their project. The SMP is developing in a fast pace and I think we can expect FreeBSD to become superior to Linux on computers with many CPU's during next year.

    Trusted BSD is also a FreeBSD project that aims to be portable to the other xxxBSD distributions. As you perhaps know, Trusted BSD is aiming at 'B1' security (except for the validation part).

    All in all, during next year FreeBSD will be a very interesting OS for computers with lot's of CPU's and where security matters.

    There is really no reason to avoid using FreeBSD and it cousins for 'big iron' computers.

    //Pingo

    --
    --- Linux or FreeBSD, it's like blondes or brunettes. I like both. ---
  68. Why IBM doesn't fork the Kernel, or move to HURD by firewort · · Score: 3

    Here's a short answer to why IBM doesn't fork the Kernel.

    1) Public Opinion / Community perspective

    Linux is built on popularity. It gets marketing's attention because it's a popular choice among Admins. Therefore, IBM has to jump on the bandwagon and support the thing in its many incarnations. IF IBM FORKED the Kernel, it would be a marketing nightmare as Slashdot and others would do a 180 from "IBM is doing Linux solely for PR" (untrue) to "IBM wants to take our baby and twist it for its own evil purposes!" (also untrue.)

    Don't believe Slashdot would be this unkind? Just look in the archives for RedHat 7.0 and see how supportive the community was at that time.

    2) IBM has a huge investment in Linux.

    IBM has a Linux Dev Center newly established in India. IBM has a Linux Compatibility Org to test and ensure that every IBM application for Linux will work with the 8 standard NLS Languages and doesn't break with standard libraries, and will function on most all recent distibutions.
    IBM has invested huge amounts of resources in the IBM Journaled File System for Linux. IBM took part in developing Linux for the S/390. It also runs on the AS/400, and there's work on the RS/6000 distribution as well.

    The investment is too great to move to HURD.
    The HURD community and installed user-base is tiny. Linux has name recognition.

    Currently, most new IBM Web Application Server / WebSphere type products support NT/2000/AIX/Solaris/Linux.

    Moving to BSD would be smarter, but BSD hasn't got name recognition, even if it is more widely installed as a serverOS.

    Moving to HURD would be suicidal.

    Yes, there's AIX for Big Iron, but AIX is a commercial server OS and doesn't get the community's collective hearts pumping.

    There's mindshare, which is what we logically know. AIX exists for big iron, why do we need a linux for it?

    and then there's *HEARTSHARE* which is the emotional based decision. We know in our hearts nothing makes us growl with manly pride at having Linux, the Free-Little-Operating-System-That-Could-TM, running on the biggest Iron made.

    Heartshare will keep IBM focused on Linux as long as there's a community of people running Linux.

    AFAIK, Debian is the only big-name that's bothered to propose a HURD distro. http://www.debian.org/ports/hurd/
    I'll believe it when I can install it.
    (Tho, it uses Mach and linux hung around it... if it was Mach and BSD, it'd be a relative of Darwin-x86! hmmmm....)

    In Summary

    IBM has 20 top-level links to Linux related dev sites on its Intranet. These snowball into deeper levels. IBM has a huge investment in Linux, and in having it run on their boxen, big iron or not.

    And you want them to drop it all and move to HURD?


    A host is a host from coast to coast, but no one uses a host that's close

    --

  69. Re:Linux Torvalds has been working on Crusoe linux by TheCarp · · Score: 1

    > These patches are not being accepted simply
    > because the memory management patches to support
    > these large machines doesn't scale back down
    > to desktops, laptops or handhelds.

    I think I saw the same article. Makes alot of sense - BUT.... couldn't they be changed to be optional? Set a kernel option at compile for which code you need?

    Seriously - noone is going to be compiling a kernel for a big iron machine and then expect to move the kernel binary to a desktop and boot.

    But it is important to keep it running well on desktops and low end servers - thats the general popularion of linux users. I LOVE knowing that I can ressurect an old 486 as a linux box - not fast but runs reasonably.

    Course my last 486 linux box was decomissioned earlier this year - but its good to know that I can ressurect it with the latest kernel et al.

    -Steve

    --
    "I opened my eyes, and everything went dark again"
  70. Re:Linux Torvalds has been working on Crusoe linux by Delphis · · Score: 1

    It's okay.. he's just trolling you. I mean, come on .. if he really believes then he must be PRETTY PARANOID.
    --

    --
    Delphis
  71. Re:HURD has almost nothing by sales_worldwide · · Score: 1
    Just checked it out.

    That's exactly the sort of thing I'm talking about - if that's what you call DVD suuport, then I fully understand why you claim it has hardware RAID asupport, it is reliable, easy to use, has a great desk top etc. etc.

    Installing this sort of thing *IS* the application. *This* is the raison d'etre of all linux boys.

    Give it another year, and I'll agree with you.

    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
  72. Re:Linux Torvalds is intentionally boycotting it! by Leimy · · Score: 1

    No I have a job and better things to do than to worry about this.

  73. How are people defining "big iron"? by Malc · · Score: 2

    The last story about Big Iron and Linux said that there were problems on machines with 256MB of RAM. Damn! I have that much in my desktop, and I've been thinking of upgrading it. In fact, I know quite a few software developers with 512MB in their desktop machines. So what is Big Iron? It's been a few years since 256MB of RAM was considered a lot.

    Please tell me that it means SMP (something like 64 procs as I have 2 in my desktop). Please tell me that it means fiber channel (or whatever it's called) RAIDs. Please tell me it means GBs of memory. Please tell me it means multiple 1000BaseT connections. That's what I would imagine is meant by Big Iron.

    1. Re:How are people defining "big iron"? by sales_worldwide · · Score: 1
      Perhaps it means files greater than 2 Gigabytes?

      :-) Ha de ha ...

      --
      "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
    2. Re:How are people defining "big iron"? by tsangc · · Score: 2
      So what is Big Iron?

      Big iron is six 9 uptime. Big iron is fault tolerance and redundancy. Big iron is support. It has nothing to do with how much RAM or how big the disk is, those are secondary concerns.

      Really what mainframes provide is stability to the business, in areas where "tee hee, we need a reboot" isn't an option.

      Calum

  74. Issue here is free developers and apps by anandsr · · Score: 1

    Yes they could take any, of the above alternatives
    but the point is they won't, if they only wanted
    to do all the development themselves, their own
    unix weren't bad at all. They could just open the
    source to them. But the whole point of the
    exercise is that they want the OSS or FS community
    to do their job for them. They would only want to
    help where they are required. The point is to
    bring down the development cost. The other point
    is Applications. If the OS is open source, they
    will get lots of free apps as well, but that would
    be mostly secondary.

    The cost factor has become significant lately
    precisely because of Linux, providing the
    stability that they are getting pushed into ever
    reducing niches. They know they can sell more
    of their systems with better margins if they spend
    less developmental effort over software.

    Linux is the perfect vehicle here. It has the
    maximum momentum, and it has the maximum no. of
    brains behind it. And could as well become the
    defacto standard for servers.

    -anand

  75. Re:What's wrong with both the HURD and Linux. by tytso · · Score: 4

    Linux grew from humble beginnings, small i386 machines with little memory and scant resources. unfortunately, it's kept a lot of baggage from those days even though it's come a long way and been ported to many architectures.

    That's simply not true. Take a look at the latest kernel. It can support up to 64 Gigabytes of memory, and it can scale quite well up to 4 and 8 way SMP boxes. People have booted Linux on 32-way ccNUMA machines. Yes, it's not optimized for ccNUMA yet, and it probably doesn't scale all that well for > 8 way SMP yet, at least for many workloads, but it's currently quite a very long way from "small i386 machines". A "small i386 machine" is orders of magnitude than the original i386 back in 1991, and a "small i386 machine" today is comporable with the vast quantity of Unix machines which are used as servers today.

    A lot of the "we scale to 64 nodes" is I think more machismo more than anything else. Sure, for system vendors they have better margins than the smaller machines. But you don't sell that many of them. One of the reasons why Cray was getting killed was that they only focused on the high-end, and they got their lunch eaten by the "low-end" machines moving upwards and killing off all of their market, so that they only had one or two customers. (Or should I say "One Agency". :-)

    So personally, yes, people are interested in making Linux scale to the bigger machines, but some of this I susect is either (a) because of the technical challenge (for the Linux Kernel developers) or (b) as a marketing exercise (for the non-technical folks who are interested.)

    There are many things in the kernel which do things the x86 way and force the other architectures to munge the way the native system does things so that they look like the x86 way. When I last looked at the SPARC port, the memory management system had to jump through hoops to change the way the SPARC processors do VM so that it looked to the rest of the kernel like the way the x86 architecture does it.. it was very inefficient. No doubt these problems haunt the other architectures too.

    That's simply not true. There is an awful lot of that "complexity" which is optimized out by the compiler. So you should take a look at the assembly language before you make these sorts of complaints. Secondly, on the UltraSparc particularly, all of the virtual memory translations have to be done in software, since the hardware basically only provides a TLB which is manually programmed by the OS. This may be the source of some of the complexity which you saw, and which is required by all operating systems for that platform. This is actually a good thing, though, since the OS can do a much better job of managing the TLB than a typical hardware platform, and there are hooks in Linux that are especially designed for the capabilities of the UltraSparc VM architecture. So to say that Linux is only optimized for the x86 architecture is very much overstating the case.

  76. Microkernel technology and SawMill by Espen+Skoglund · · Score: 1
    Microkernel technology is hard to sell. Despite this fact though, people are still developing new -kernels and doing active research in the area. BeOS has been mentioned as one example. Pebble from Bell Labs is another. One would hardly call the technology a relic of the past.

    As for the performance degradation that the -kernel architecture imposes on the system, there has been quite a lot of research in the last ten years indicating that this effect can be alleviated. Moreover, much of the performance degradation due to the added number of context switches in -kernel systems is due to inneficient/inapropriate hardware mechanisms and design. By harnessing state of the art hardware design (e.g., IA-64), we may come to see that the added overhead of context switches is ignorable. There is work underway to create efficient -kernels for these more arcane architectures, and only time will tell whether our hopes can be reached or not.

    Also, -kernel technology is believed to pose a compelling soultion to the one-size-fits-all problem that you address in conjunction with Linux. To put it short, one would compile the operating system components so that they match the exact requirements that you meet in, e.g., pervasive computing or big irons. In fact, IBM is doing joint research with a number of universities aiming at providing a multiserver version of Linux - SawMill Linux - with these exact goals in mind. This work may of course fail (that's the beauty of research), but I think it is a bit early yet to put the last nail in the coffin for multiserver operating systems.

    And just for the records: SawMill is hopefully going GPL any time soon now, enabling people to use it with the GPLed Fiasco or newly developed L4Ka -kernels. (That should probably make you GPL zealots happy. ;-)

  77. irix by dwater · · Score: 1

    can run quite effectively on small machines and
    large machines...why can't linux be made to?

    --
    Max.
  78. Just what the world needs is . . . by MightyMicro · · Score: 2

    . . . another bloody operating system. When will it penetrate the hacker mind that the vast majority of computer users really don't care about the OS? 90%+ of the great unwashed are using Windows and are likely to be still doing so in 10 years' time. The real success stories of the Internet/big computer scene are Solaris and FreeBSD. We have servers that stay up year-on-year running those systems.

    3 replies beneath my current contempt

  79. A fundamental design example by Valdrax · · Score: 4

    One of the problems is that for many mainframe systems, massively parallel processors are a common feature. Linux's SMP support isn't really that great. There are some massive improvements in the 2.4 kernel, but some fundamental design decisions get in the way.

    For example, Linus is a big proponent of a non-preemptable kernel. A preemptable kernel is one that can allow tasks within the kernel to be preempted by other tasks. The Linux kernel does not allow tasks to be preempted by anything other than interrupts.

    As an aside, interrupts in the Linux kernel typically run a small bit of code to set up some state information about the interrupt, flag a "bottom half" to run later, and then get the hell out of dodge. The bulk of the work is in the "bottom half," which is a bit of code which is enqueued to run when the kernel gets the time to get around to it. For example, the timer interrupt increments the jiffies (an internal measure of sub-second time), lost timer ticks (ticks that haven't been handled by the bottom half), and flags the bottom half for later execution. The bottom half will later update time-related statistics and service kernel timers.

    Basically, though, once the "top half" of an interrupt is handled, the kernel must immediately go back to what it was doing. It is guaranteed that kernel code will not be preempted. This makes the kernel cleaner, easier to understand and maintain, and faster on uniprocessor systems or systems with few processors. However, there's a reason that the Solaris kernel is preemptable. Preemptability is a serious performance enhancer for massively parallel systems, but Linus is not budging on this. There are a number of alternative solutions that the Linux kernel is following, such as its system of "bottom halves," some of which can now be run on other processors in the 2.4 kernel (if I understand correctly). Essentially, a preemptable kernel requires that fine-grained kernel locks be scattered all over the kernel, and that more code in the kernel be considered "critical sections." This is somewhat of a hassle.

    Solaris scales extremely well partially due to its kernel's preemptability and heavy use of threads. Solaris's kernel can be preempted by another task and can dispatch kernel threads to work on other processors. This keeps system call hungry processes on other processors happy and well fed. However, it does incur some overhead which isn't justifiable on desktop machines. I'm reminded of a funny quote from the 2.2 kernel mailing list I found once while looking for info on this once: "MVS spends a lot of time running OS algorithms to allow full preemption that Linux wastes on running user applications."

    Basically, this is just one of a variety of wide-sweeping changes to the kernel that go many levels beyond a simple patch that "Big Iron" vendors are pushing for. Linus is against it happening in the first place. While Linus and Co. are coming up with a lot of innovative alternative solutions to the problems, "Big Iron" wants to go with proven solutions that they know will work for their systems. In addition, the changes would impact performance on desktop uniprocessor and SMP machines. In essence, these are political issues.

    RTLinux has already forked the code to handle this. Basically, RTLinux runs a hard-RT capable microkernel that runs the Linux kernel as its idle process. Basically, when a RT process needs something at exactly a certain time, it will get it and all normal processes will be run under Linux when the system isn't busy doing more important things. There's also the uLinux fork to attempt to make something Linux-like on systems without hardware memory-management units, like the 286. Code forks already exist, often for good reasons.

    There's a great article kernel design and impact on real-time systems here:
    TradeSpeak.com - White Paper Library: Linux for Real-Time Systems: Strategies

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  80. Why not Darwin? by q000921 · · Score: 2
    Instead of the Hurd, why not start with Darwin? Both the Hurd and Darwin derive from the same open CMU project. Darwin probably has seen a bit more use and bug fixing than the Hurd.

    The design of the Mach kernel also should make it easier for companies to put in their favorite pet "enterprise" features (LVM, JFS, whatever) without messing up the system for everybody else.

  81. Microkernels by Valdrax · · Score: 2

    Added to this, it's a microkernel system. Big Iron doesn't need microkernels. They're a little bit slower by nature, but you get the advance of a small, configurable "mostly user-space" kernel. That's pretty cool for palmtops and everyday PC's but not Big Iron, I'd say. That's why QNX doesn't run on mainframes. Actually, a microkernel would be excellent for a huge massively parallel mainframe. The more elements of the system you spin off into seperate userland processes, the more you can run at once. Most of what a good microkernel does is pass messages between processes and processors and schedule things. This minimal overhead means less kernel blocking and more ability to spawn off tasks on seperate processors. There is less "critical code" to worry about. The overhead in a microkernel that everyone speaks about is mainly an issue for desktop, not mainframe systems. Oh, and QNX can run on SMP systems. Read about it here. It only seems to go up to 8 procs currently (wheee...), but it sounds as if it could potentially do more.

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  82. Re:Two words: by f5426 · · Score: 1

    > Fuck HURD

    > what a duplicate effort. Can someone waste
    > more time? Open source at its best.

    Oh boy. How clueless you are.

    First, HURD workforce is maybe 1% of what linux is. Hardly duplicate.

    Second, people do it freely. You know, not everyone is a wanker that whines on slashdot, and have better things to do from their free time.

    Third, there currently are many proprietary operating system developped, so duplication of effort is much worse in closed-source world

    Fourth, HURD is re-using a gread deal of code (The HURD release is debian based), and code for the HURD have already been reused elsewhere (GRUB was made for the HURD, IIRC. It is an order of magnitude better than LILO)

    Fifth, HURD is the GNU/FSF kernel. Calling the HURD 'Open Source' indicate your are just clueless.

    Six, the concept behind the HURD just rocks. It may never be as performant as linux is, but I, for one, would prefer running a slow user-hackable OS, than a twice as fast unhackable OS (the barrier of entry to hack Linux is very high). For instance, journaling file system should be developpable under the HURD without the need of any kernel patch. Compare this to the years of fighting under linux. (I am not slamming linux here. But GNU/HURD and Linux are not following the same goals)

    I wonder how you can say so much stupidities with so little words. I don't beleive that beeing so stupid will help you in life.

    Cheers,

    --fred

    --

    1 reply beneath your current threshold.

  83. Re:HURD has almost nothing by ranessin · · Score: 1

    DVD? Just watched The Matrix last night on my linux box at home

    Hardware RAID? Have it on a linux server at work.

    GPL? At least Big Iron can be sure that any code they might change/add can't be used in a closed source project by another company.

    Ranessin

  84. Code Forks/What have the Romans ever done for us? by jd · · Score: 5
    Linux has never had a Code Fork in all of it's long existance.

    "What about the Alan Cox series?"

    Ok. Apart from the Alan Cox series, Linux has never had a Code Fork in all of it's long existance.

    "There are the L4Linux, L4KALinux and MkLinux microkernels."

    Ok, ok! Apart from the L4Linux, L4KALinux and MkLinux microkernels, and the Alan Cox series, Linux has never had a code fork in all if it's long existance.

    "There are patches from SGI (XFS, kernel profiling), IBM (JFS), and various other developers (timing patches, nanosecond clock patches, reiserfs, ext3fs, gfs, the international patches, freeswan, etc)"

    OK!! So, apart from the patches, the microkernels, the Alan Cox series, Linux has never had a code fork in all of it's long existance.

    "What about the UserLand Kernel?"

    SHUT UP!

    (Apologies to the Monty Python crew for this horrible bastardization of their excellent Roman sketch in Life of Brian)

    --
    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)
  85. Re:HURD has almost nothing by sales_worldwide · · Score: 1

    DVD? Just watched The Matrix last night on my linux box at home

    Please explain how for the benefit of all the others that have been trying to do the same thing.

    Hardware RAID? Have it on a linux server at work. Big deal - it's most likely transparent - but they cost a fortune. Try getting it on a low end Dell box GPL? At least Big Iron can be sure that any code they might change/add can't be used in a closed source project by another company.

    Bollocks. I can take whatever GPL'd source I want and use it in any of work's closed source projects. In fact I do - I've never released a bug fix bag into the community if it is going to end up GPL (I work at an ISP so deal with this day in day out). Gary

    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
  86. Re:Linux Torvalds is intentionally boycotting it! by sales_worldwide · · Score: 1
    I swear to God their after me. Linus is trying to destroy his life's work for his own financial gain by rewriting all of linux in Crusoe assembler....

    Never heard of a Crusoe compiler?

    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
  87. Re:heh. Silly rabbit, don't you know HURD is for.. by mr · · Score: 1

    >Get real. IBM (nor anybody else for that matter) would really be stuipid enough to release the kind of things that they have so far under a BSD-style licence

    Ms/Mr Lee,

    You seem to lack knowledge of IBM and the IBM product line. IBM already USES FreeBSD in the whislejet line.

    Intel uses BSD as the base of the network-file-server line of product.

    Apple uses BSD as the core of Mac OS X.

    If the big iron is unhappy with the direction of GNU/Linux, they could:
    1) Pick a whole new OS
    2) Take their own version of Linux in their own direction. (Just like the other 150+ distros already do)
    3) use an existing OS. BSD or HURD or something else.
    4) Just keep using GNU/Linux.
    5) Keep using the OS they have had on the machines in the past.
    6) do nothing.

    BSD is just ONE choice. Seems you have a problem with the whole concept of a choice of BSD.

    >Glass and Microsoft could rip them off to their heart's content.

    'ripping off'? What is stopping Micro$oft from hiring 2-5 people to document the code they want to copy. Then, taking this document and writing the new code, based on the document? Or, they hire an 'outside firm' to 're-write' the code. The outside firm takes the GPL code, reformats it and changes the look of the code and says 'there...re-write done'?

    The 1st method is legal, and the 2nd is 'legal', so long as no one knows how the code was 'borrowed' (if RMS/FSF can't prove the code is GPL, they can't obtain an award. And how ARE you going to prove it or prove that M$ had knowledge the code was in violation)

    --
    If it was said on slashdot, it MUST be true!
  88. Re:Linux Torvalds has been working on Crusoe linux by sales_worldwide · · Score: 1
    You wrote:

    I think I saw the same article. Makes alot of sense - BUT.... couldn't they be changed to be optional? Set a kernel option at compile for which code you need?

    Precisely!

    That's another clue to Linux Torvalds hidden agenda. You are not seriously telling me he has never heard of #ifdef BIG_MACHINE????

    --
    "Making linux GPL was the best thing I ever did" - Torvalds. I'd hate to see the worst thing...
  89. "HURD" stands for... by Rozzin · · Score: 1

    "HURD" stands for "HIRD of Unix Replacement Daemons"

    "HIRD" stands for "HURD of Interfaces Representing Depth"

    --
    -rozzin.
  90. Grab a clue - linux adoption is all about PR by Ars-Fartsica · · Score: 2
    Folks - IBM already has a stable OS for mainframes - the only reasons they are bothering with linux is to hop on the bandwagon and capture some good PR.

    That being the case, why would they adopt a non-linux OS?? This wouldn't make any sense at all. If not for the PR value of adopting linux, they could simply stick with what they already have.

  91. In other news... still no OpenAFS from IBM by Anonymous Coward · · Score: 1
    Yes, I also keep hearing that IBM wants to be involved in making Linux scale up to big solutions. I have also heard quotes about how IBM would give Linux whatever it needs to get Linux there but the Linux community is just not accepting it. Well... the truth is more like this:

    The Linux community for a while has been looking for an alternative to NFS. The current NFS solution for Linux has been under fire for problems with: security, performance, security (again), inner-operablity ; ;, reliablity, performance (again) and security (yet again).

    Well, IBM announced a solution! They heard the cries for a scalable alternative to NFS and they would be the ones to provides it. So, during August of this year they announce to LinuxWorld and in press release the coming of OpenAFS where "the source code will be made available next month (Sept 2000)." This even got them an article on Slashdot. And, just in case people that visit IBM's developerWorks website had not heard, they announce again that "in September, 2000, the source code for AFS will be available through IBM Public Source License."

    Well, it is now October 2000 so September has clearly come and gone. True to IBM's word, the Linux community is not rushing to integrate OpenAFS source code into the mainstream kernel. Why? Because it does NOT exist. The OpenAFS downloads simply states "Source Downloads are not yet available. Please check back later!" There is no updated ETA. They do not apologize. They just grab the good press at Linux World and publications for donating to a hot-word compliant technology and then they provide... VAPOR-source code.

    Yes, IBM has said a great deal about how they would like to make donations to make Linux scale such as VAPOR-OpenAFS. Yes, the Linux community has been slow to be accepting of the VAPOR-OpenAFS "source code." So, yes, IBM is correct about the level of acceptance of their "donations." But I think they stacked the deck in favor of non-acceptance. If you think that HURD is going to be any more accepting of IBM's method of doing business, feel free to try. Heck, with HURD's micro-kernel design the VAPOR-OpenAFS could be done all as an user-space service! Or at least it could run a stub service in place of where OpenAFS should be available when September 2000 rolls around for IBM and releasing source code actually means providing something intended to be processed by a compiler.

  92. Why not? Because... by manichawk · · Score: 1

    ... big companies like it when they don't have to spend any money to get what they want - hence they are upset with linux for aiming at small systems, but aren't immediately splashing out with their own cash to rectify it themselves.

    --
    ManicHawk - Just because you're manic doesn't mean the walls aren't bouncy :o)
  93. Hurd != Linux by sTeF · · Score: 1
    They want linux not hurd, why? because linux is/was the next big thing. linux is everywhere, everyone jumps/jumped on the bandwagon, there's a lot of support and effort put into linux, unlike hurd. hurd is promising, but sleepy. most vendors don't even know about hurd, who is using hurd anyway? i'd try it, but i'm not motivated. maybe if linux gets too mainstream i'll switch to hurd. i don't know how good is hurd in executing linux apps, that would boost its usefulness. but otherwise i don't see a point for big vendors to support it at this moment.

    this is my opinion, not based on much reallife experience, but still mine...

    1. Re:Hurd != Linux by sTeF · · Score: 1

      i'm always rebelling against most mainstream stuff, sorry. but it is us IMHO, who make the world move, help a project until it's good for anyone else, then help out another project that needs people. it's not that mainstream is bad, but it's rather about... well i don't know. this the way i feel. no bad intentions.

    2. Re:Hurd != Linux by sTeF · · Score: 1
      maybe that's what they call hacker: someone who likes to fiddle with things to make other things happen. if something works the way it's intended, and not much work is left, i don't bother with that project anymore. i like to fight with my system, it makes me feel good to have a system, which needs lots of work to make it usable, when it's usable i don't care anymore.

      maybe that explains my anti-mainstream argument a little bit better.

    3. Re:Hurd != Linux by Delphis · · Score: 1

      maybe that explains my anti-mainstream argument a little bit better.

      Yea, it does :) Sorry about the 'elitism' thing .. I guess I got the wrong impression :) ... it's good that you want to help out other projects. I like to too, I'm not that great a coder but I enjoy writing and contributing stuff when I can. As for tweaking Linux, I've enjoyed that too over the years .. sometimes though I just like to know I have my systems humming along nicely and that they'll stay that way. :)

      I guess I was thinking too about using Linux at work like we do where I work. I administer a number of Linux machines and I'm made happier when I see vendors 'certifing' stuff for Linux.. makes me see the M$-only 'groupthink' slipping away and the more mainstream (there's that word again) that Linux becomes, the better for all users of Linux, and for any projects that follow behind.

      --

      --
      Delphis
  94. Re:heh. Silly rabbit, don't you know HURD is for.. by sTeF · · Score: 2

    :) imagine big vendors trying to get along with RMS...

  95. They want Linux bandwagon though... by ChrisRijk · · Score: 2
    Part of the reason why some of the big server types mentioned above want Linux is because it already has a large mindshare and installed base. (a lot bigger than BSD and Hurd anyway)

    These guys already have their own Unix OSs with the high-end features that they want to see in Linux, and they aren't going to be dropping their current commercial Unix OSs quickly - that'd annoy a *lot* of their customers, many of which would then go straight to Sun, which is the last thing they want.

    Though there will be many different reasons and objectives etc, I think the higher ups will want the mindshare particularly...

  96. Re:This story is lame? by SquidBoy · · Score: 2

    Ain't the new gigaHertz pentium IIIs pretty close to alpha-level (microcode fixes every few weeks)? Actually, though, I think the definition of beta is that you give it to other people.

    --
    If you're a jock, inflict some pain / If you're a nerd then use your brain - DAPHNE AND CELESTE
  97. Re:HURD has almost nothing by ranessin · · Score: 1

    "Please explain how for the benefit of all the others that have been trying to do the same thing."

    http://www.linuxvideo.org/oms/

    Ranessin

  98. Re:heh. Silly rabbit, don't you know HURD is for.. by Madoc · · Score: 2
    Alright. Normally I don't respond to posts like this that simply don't understand what GNU is really about, but the fact that this gets a (4, Funny) shows that those doing moderation don't understand it either.


    RMS (and the FSF) do not forbid making a profit. They encourage it. Check out this philosophy page for more information.


    Two other issues here: "pirate" is really the wrong word to use in almost every instance. Try "unauthorized sharing". And having source but only being allowed to write a patch for it severely stunts software development. That's why Minix didn't fly, but Linux (as a kernel) did.


    One of the few things here that was almost correct: nobody has a right to make a profit by restricting others. In any way.


    There's "funny 'cause it's true" but this post is only funny if you believe a (rather common) misconception.

    --
    Anonymous Cowards: Proving daily that human beings are innately jerks.
  99. What's wrong with both the HURD and Linux. by MROD · · Score: 3
    What's wrong with the HURD

    The HURD is based upon the MicroKernel technology which was in vogue in the Computer Science community about 10 years ago. Time has moved on, people have taken the ideas from this technology and incorporated the best bits into the semi-monolithic kernels of today, Microkernels are looked upon as a relic.

    MicroKernels are theoretically so much cleaner and efficient. They are built on the idea that every part of the system has its own thread of execution and that the "kernel" contains nothing more than a facility to pass messages between the threads. In some extremes of the idea even the scheduler is just another thread. This design means that everything is compartmentalised, clean, organised.

    The problem with this approach is that in the real worl this deisng has a massive performance hit. Every thread context switch, every message passed needs CPU and/or memory overhead. If a processor was designed with internal massively parallel instruction streams and internal message passing this wouldn't be a problem.. with current processors it is.

    What's wrong with Linux

    Linux grew from humble beginnings, small i386 machines with little memory and scant resources. unfortunately, it's kept a lot of baggage from those days even though it's come a long way and been ported to many architectures.

    There are many things in the kernel which do things the x86 way and force the other architectures to munge the way the native system does things so that they look like the x86 way. When I last looked at the SPARC port, the memory management system had to jump through hoops to change the way the SPARC processors do VM so that it looked to the rest of the kernel like the way the x86 architecture does it.. it was very inefficient. No doubt these problems haunt the other architectures too.

    There is also the problem of the "one size fits all" mentality.. it doesn't work!

    Sure, you can have a family of kernels, each aimed at a different niche with what common code they can share shared, but don't try to force the same kernel onto everything otherwise everyone will loose out.

    Before anyone tries to label me as a supporter of some other system saying that I'm only bashing their favourite because I have an axe to grind, I don't see any of the free or commercial operating systems today being able to be all things to all men.. and I don't see any being so in the future either.

    --

    Agrajag: "Oh no, not again!"
    1. Re:What's wrong with both the HURD and Linux. by Pseudonym · · Score: 2
      The HURD is based upon the MicroKernel technology which was in vogue in the Computer Science community about 10 years ago. Time has moved on, people have taken the ideas from this technology and incorporated the best bits into the semi-monolithic kernels of today, Microkernels are looked upon as a relic.

      Au contraire. Pretty much every new OS of the past ten years uses a microkernel. Look at BeOS, QNX, JavaOS (built on top of Chorus), Windows NT when it was still relatively stable (i.e. pre-version 4.0), Windows CE and Palm OS.

      You're thinking of the microkernels of ten years ago which weren't very "micro" (e.g. Windows NT and Mach).

      The problem with this approach is that in the real worl this deisng has a massive performance hit.

      It's not nearly as massive as you might think, and you can win it back in other ways.

      There are a lot of things in a modern OS which count as a "massive performance hit". Device drivers, for example, are there to abstract away hardware details. It would be faster if we didn't use device drivers at all and just talked to the raw hardware, because we'd eliminate a layer of glue code. But we think this is worth the price because the layers above it can be coded more simply and thus with fewer bugs. You lose in one place and win it back in another place.

      Virtual memory incurs a massive performance hit, too. But you win it back because user programs are freed from the responsibility of managing what is in core and what isn't. Simpler algorithms, more efficient algorithms, fewer bugs. You win the performance hit back.

      Incidentally, the same argument comes up occasionally about garbage collection, but that's another thread.

      There is also the problem of the "one size fits all" mentality.. it doesn't work!

      Absolutely. That's why modern microkernels work. You can mix and match different bits to make the OS that you want.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
  100. Why Hurd? Why not Plan 9? by StrontiumDog · · Score: 1

    The distributed OS from Bell labs, Plan 9 seems to fit the bill for big iron more suitably than Hurd.

  101. Re: (comment slightly restructured) by Anonymous Coward · · Score: 1
    I work on the linux for s390 project & have worked with the mach microkernel but not with hurd. The mach micro kernel is a fantastic peice of code with fantastic ideas let down by the rpc abilities of C. The guys who developed the mach microkernel I think realised the limitations of C & sent some guy into the bushes for a few years & he invented objective C, this unfortunately runs like a dog with all the message passing & is why Open Step is so slow, I even considered writing my own language ( which would probably have taken me decades so I gave up on the brainfart ) which could while running bind as to local objects while sending messages to remote object rather than using messages everywhere. I even suggested the mach microkernel when I first joined in the early days of the project & personally am glad I was completely ignored for the following reasons.

    1) Linux is pretty much bog standard unix no learing curves for most developers, the mach microkernel is a complex poorly documented beast with API's documented by doctorates & which is not exactly easy reading. By the time we'd have got as far as we have with this project I'd be about half way through reading about & fully getting to grips with Mach.

    2) If we started on Hurd I'd be dead by the time we got it running as good as we have Linux running now, my life as most peoples is too short. ( we initially had only 5 developers on a skunkworks team ) & the Hurd project most likely will never grab the mindshare or momentum of Linux, Linus is a great marketer & great at rallying new support & it is getting better every day rather than every decade ( IBM couldn't buy this stuff, it didn't with OS/2 ).

    3) The linux project is very well supported by documentation & web sites it isn't like you need to know someone or be on an inside track to become expert in it just web access .

    4) There are a few places where the the basic Mach kernel is weak for instance no support for drivers as modules, lack of driver support, messaging is pretty slow & used for everything, great for building clusters but overkill otherwise. As mach uses seperate address spaces for everything this improves protection but decreases performance.

    5) Getting new code ( e.g. Firewire or s390 support ) is pretty easy to get into the standard Linux kernel, admittedly they are pigs for accepting replacment code for stuff which works in most cases, even if it improves things. Plenty of IPV4, scheduler & filesystem improvments are posted regularly but are seldom accepted ( I'd suspect Hans Reiser has a lot of grey hairs at this stage ). From what I hear the a lot of developers left the BSD project because their patches simply weren't being accepted by the chief maintainers who liked their names over 98% of the source code.

  102. Re:HURD has almost nothing by The+Pim · · Score: 2
    probable emerging standard (don't make me laugh - linux is anarchy - BSD is more standard since it is committe based)

    IBM seems to think so, according to recent articles ("We think that Linux could do for applications what the Internet did for networking. That is, become the standard of choice for developing applications."). Why do you think all the Unix vendors are working on Linux binary compatibility? Sometimes a standard is just where everyone is, and everyone's going to Linux.

    existing high-quality implementation (have you ever looked at linux code? And it changes every two minutes)

    So some of it's not pretty, but in the end it works damn well for a lot of purposes. Remember, this is an industry that puts up with Windows NT.

    existing widespread hardware support (DVD? Hardware RAID even? ....)

    Hardware RAID is coming along ok. DVD is a special case. The important points are that Linux supports more hardware than anything but Windows now, and that support for new stuff will almost certainly get better.

    non-techies are comfortable with it (please ...)

    If you thought I meant comfortable using it, I was unclear. I meant comfortable about it being used in their organizations.

    Liberal licencing (GPL!!!)

    Look, BSD isn't in the picture here. If BSD advocates know what's good for them, they'll ride Linux's coattails. The alternatives to Linux in this context are Windows, Monterey, and other proprietary stuff.

    --

    The evaluation of an action as 'practical' . . . depends on what it is that one wishes to practice.
  103. Re:HURD has almost nothing by Spoing · · Score: 1

    I realize that either the original post or the reply that I've quoted from below could be TrollWare(tm), yet...

    Are you really telling me that linux offers *any* of:
    • probable emerging standard (don't make me laugh - linux is anarchy - BSD is more standard since it is committe based)

    I like and use FreeBSD. I haven't looked at NetBSD or OpenBSD. What *BSD do you use?

    • existing high-quality implementation (have you ever looked at linux code? And it changes every two minutes)

    Then don't use the kernel of them moment. There are three viable kernel series -- two of them fairly stable; 2.0.* (largely unchanged), 2.2.* (largely small bug fixes over the past 6 months), and pre-releases of 2.4.*. Since you have enough knowledge to pass judgement on the code after looking at it, you should know what kernel to pick and how to use it -- or if it's appropriate at all. *BSD is a viable option.

    • existing widespread hardware support (DVD? Hardware RAID even? ....)

    DVD is supported...just not every DVD device. Hardware RAID is largely a non-issue...that's why it's hardware RAID. Questions? Grep?

    • non-techies are comfortable with it (please ...)

    KDE or Gnome, for two examples. Once given 'the computer', most people don't care or see any real difference; examples - two of my sisters.

    • Liberal licencing (GPL!!!)

    I agree, somewhat. The GPL isn't entirely free, but it's damn close to it and largely misunderstood. (Nope, I'm not going to argue this...I'm just not interested.)

    As for your other comments, it depends on the user. Listen to 'Surely You're Joking Mr. Feynman' for an example of this on the Manhattan Project. Funny stuff and so true.

    --
    A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  104. Re:heh. Silly rabbit, don't you know HURD is for.. by Malc · · Score: 3

    You have to admit RMS is rather wacky though. I subscribe to NT Emacs mailing list. Not so long ago there was a discussion about the new version of the NT Emacs FAQ. It seems that RMS wanted the section about using Emacs with Opera pulled. Why? Because Opera isn't free. Fortunately there weren't too many upset people as demand for the information is low, and it can induced by by reading the work-arounds for other products. Most of the information in that FAQ concerns using Emacs with non-free products. In fact, it's all about using Emacs under *NT*, so perhaps there shouldn't be an FAQ at all. RMS is cracked.

  105. Re:Popularity rules? by ScumBiker · · Score: 1

    >Note that to some limited extent this has been
    >tried and failed, namely NT for Alpha, PPC
    >and ..er.. one other I can't recall.
    I think you mean MIPS.



    Dive Gear

    --
    --- Think of it as evolution in action ---
  106. Misconception by sjames · · Score: 2

    There seems to be a widespread mis-conception. Linus has NOT to my knowledge refused to consider appropriate additions/changes to the kernel to better support big iron. He DID refuse to make any radical changes late in the 2.4.x development cycle so that it can hopefully be released this year. He also refused approaches that make half the code conditional based on defines (which would be very messy).

    The challenge is to find an elegant way to support big iron without sacrificing usability on small machines. Perhaps it can be managed by making the scheduler and VM more modular. That could also make the real time audio ('soft' real time) people happy.

    The HURD has an interesting archetecture, and could be very interesting on clustered machines. Cray loads Unicos/mk (micro kernel) on T3E and probably other MPP machines already. Possably, HURD could solve the crash on heavy I/O problem.

  107. Re:Linux Torvalds has been working on Crusoe linux by AndroSyn · · Score: 1

    I wonder if maybe what is necessary is a kernel configuration option that says something like...
    "I got a big ass system with 64 cpus and 12GB of ram so give me the MM optimized for it" where as all of us peons who have small systems can use the normal MM. Sure you end up having to maintain two different MM trees, but the again isn't that what arch/* is for?

  108. Re:because it's only available as unstable on i386 by T-Ranger · · Score: 1
    It could be done, but they you would have to start downloading a 100mb tarball when you want to compile a new kernel.

    While the kernel is writen in a modular way, not all of the modules[1] necessarly play nice together: as you add more modules it becomes exponentialy more difficult to have any kind of guarentee that they will play nicely together.

    Memory management, for example, is radicly different on big iron machines. There is not only hardware mm, but hadrware memory security (or the possibility of hardware memory security (?) my 370/asm class, way back when, only mentioned this). There are numerious differnet theroys on memory management, and they all have there trade offs. At some threshold (but definitly beteween the high end 128mb desktops and the high end mainframes with terrabytes of primary storage) tweeking has to give way to fundamental change.

    [1]not necessary modules as in loadable modules but as a generic name for any bit from as small as a function/procedute up to a family of loadable modules.

  109. Re:heh. Silly rabbit, don't you know HURD is for.. by Anonymous Coward · · Score: 5

    imagine big vendors trying to get along with RMS...

    Vendor: "Hey Ricky darling! We're writing a killer App which will make everyone want to use Hurd.
    RMS: "Are you going to let everyone copy it for free?"
    Vendor: "No, but we're making the file format public domain. We're also explaining how the algorithm works in detail so that the GNU can make a free version if they want. We're supplying the source to anyone who wants to write a patch for it, or reverse engineer it. We just aren't allowing people to pirate copies of it."
    RMS: "You're all evil scum. You have no right to make a profit from your work by restricting others from making a profit"
    Vendor: "But they can make a profit. They just have to write their own version"
    RMS: "You should give it away for free"
    Vendor: "But we spent time and money developing this. We deserve a profit"
    RMS: "You don't deserve anything"
    Vendor: "Oh, sod this. We've changed our mind. We're going to make it secret closed source, with a restrictive license. Anyone who tries to compete we'll sue into oblivion"

  110. Can one Linux fit all? by drfalken · · Score: 3

    I think the real question is whether one Linux Kernel can - or even, should, fit all systems. Obviously the current scalability and flexibility of Linux to run on an enviably diverse range of platforms is impressive - but will it ever be the best OS for everyone?

    I guess you can please some of the people all of the time and all of the people some of the time, but no more - and frankly this makes sense.

    Big Iron is bound to have requirements that differ greatly from handheld computing. I'm pretty sure that this will continue. My fear is that code forks will reduce the impact that the Linux community is having in attracting applications developers. You want to make it as easy as possible for people to write once and run anywhere.

    And, fundamentally, isn't that really the point? After all the end user won't know/care whether there's a special patch on the kernel powering their system, as long as it's possible(hopefully easy) to run the apps they like. That's when you get real flexibility and power out of having a common denominator.

    I think the stakeholders in this discussion (Linus, IBM etc) should be encouraged not to take their eyes off this goal.

    1. Re:Can one Linux fit all? by HiThere · · Score: 1

      How close to the kernel can one get with an API that is stable between releases, say, from version 2.0 through 3.2 (yes, I know it hasn't been spec'd yet, that's the point)? The further out the divergence, the more that needs to be maintained separately.
      The ideal situation, of course, is that the same kernel would run everywhere, with minimal patching done in a single include file. Well, that's a bit unlikely. The worst case is that there's a total shell, with only high level APIs in common. Thankfully, that is also unlikely.

      But the in between states don't seem to be easy to document. How does one know whether a reported bug applies to only one kernel? Check the reports (which may be sparse for systems that are uncommon). How does one know that a proposed fix on one platform won't break another platform? Ask around, and listen to responses (few developers have a sun Sparc in their living room, but fewer still have a S 390 [or whatever it's called now]). This is a recipie for divergent kernel code, but I don't see any way around it.

      The inherent problem is that you can't check your fixes on machines that you don't have. There needs to be a way to manage this. Some development of bugzilla looks the most promising from here, but I have a really-outside-er's point of view, so I may be missing something obvious.

      Still, both reluctance on the part of the kernel developers, and concern on the part of the IBM developers seem well justified.

      And a fork would be so hard to keep synchronized.

      Caution: Now approaching the (technological) singularity.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:Can one Linux fit all? by jilles · · Score: 2

      can one linux kernel fit all?

      Of course not. Who cares what kernel is running on the system? It's the applications that matter. Applications depend on API's, not on kernel implementations. I don't expect my mobile phone to run the same kernel as a mainframe. If they do run the same kernel, one of them is running less than optimal because these two types of computers have very different, most likely conflicting requirements (think of real time vs. multiprocessing requirements for instance).

      The linux community needs to learn to deal with this fact of life. X windows is not the best solution on all platforms. The linux kernel is not the best possible solution on all possible solutions.

      --

      Jilles
  111. Re:This story is lame? by Anonymous Coward · · Score: 1

    I'd like to see a Microsoft product successfully scale itself on a 48-processor machine. Hah, that'll be the day. They've never even tested on anything that large, betcha.

  112. Well by Dodger_ · · Score: 2

    HURD is nowhere near mature enough for what mainframe computers need.

    > But why don't they (IBM, SGI, et al) grab HURD and add to it all the things they find important for 'big iron' support?

    Because they've already written their own operating systems for these systems! These aren't companies looking for an OS for their system because they don't have one, they're looking, I assume, for a unix[-like] OS for the large number of programs already written. A free OS like Linux is perfect because they aren't paying per license and have access to all of the source code.

    What I don't understand is why IBM doesn't just take the Linux source code and adapt it to their computers. SGI already has their own Linux tree. Just because it isn't in the Linus' tree doesn't mean it's not worth doing. How many people actually have these huge computers to use the changes IBM would make, anyway? That's one of the nice things about open source, Linus can take the patches he likes from IBM's tree and apply it to his own.

    There are already lots of kernel forks out there, however, everyone who HAS forked the kernel(SGI, embedded people, realtime people) are all following the GPL and make their changes available. Get used to it already, forks are here and now.

    --
    Dodger_
  113. Forget technology by henley · · Score: 4

    The closest big-iron manufacturer's management gets to appropriate technical decision-making is in counting headlines.

    All these say "Linux good". *BSD is *possibly* just about on the bottom of their radar-screens, but probably not. You can guarantee that no-one in that chain has even heard of the HURD.

    Sadly, this applies to the techies too, although to a lesser extent. Never underestimate the herding mentality, especially within corporate organisational structures.

    The other side of this is that the technical decision makers - the architects if you will - have generally come up through the techie trenches but have left all that behind. They won't necessarily be current with the minutia of OS design or implementation, but will have a strong background and understand the basic facts.

    Key to this thinking is that industrial-strength OSes require years of development. Linux has had years of development (though not as many as big-iron OSes, by a factor of 3 or more), and has only recently passed this magic threshold where it can be treated seriously because it's been under live-use development for X years.

    These are all points in Linux's favour. HURD on the other hand, regardless of any architectural or technical merit, hasn't been discussed, hasn't been *in use* for X years, has a quiet/non-advocating user community (RMS notwithstanding), and is a break with everything these guys know about. HURD is therefore out of the running

    Now, if this whole question had done s/HURD/*BSD/ (for some value of net|free|open), then it would be more appropriate. I still think the answer would be the same (rightly or wrongly, Linux is more popular and therefore better).

    Never underestimate the impact of inertia...

    --

    --
    I'd rather have a bottle in front of me than a frontal lobotomy
  114. because it's only available as unstable on i386 ye by Pflipp · · Score: 5

    The Hurd rocks, but it's not "rock solid". And not yet ported to anything else but i386, according to what I've heard. I had troubles installing it; first my ne2000 card gave troubles, then something as yet unidentified went wrong.

    Added to this, it's a microkernel system. Big Iron doesn't need microkernels. They're a little bit slower by nature, but you get the advance of a small, configurable "mostly user-space" kernel. That's pretty cool for palmtops and everyday PC's but not Big Iron, I'd say. That's why QNX doesn't run on mainframes.

    If Linux can't do the "big iron" thing, I think BSD would be a more serious alternative for now. NetBSD runs on almost every platform, so its kernel should be portable. And I hear rumours that BSD can do some things that Linux can't as of yet. (And vice versa, of course; that's not the issue. The issue is, maybe BSD will just be able to do the trick.)

    GNU's Not Unix: this sentence is more important than you may think.

    The HURD microkernel can be set up to listen to POSIX if you wish, but it can also listen to other stories. So here's a possibility to move away from ugly ol' POSIX in a decent manner, without having to completely abandon the ship like e.g. BeOS does, providing only POSIX as a portability layer.

    The HURD microkernel allows you to mount filesystems in a "new, radical" way which takes away the requirement of seperate "/usr" dirs, etc. (The mounted fs will be mapped on top of the current one, IIRC.) The HURD microkernel allows for user space device drivers and kernel modules, which I think can in the end make the "UNIX experience" a lot less harder.

    So I think that when it's finished, the HURD will be there for the common people and will supply more ease of use and programming freedom than Linux or BSD do now, because it's very flexible and can be set up very friendly towards the user (in my imagination, anyway). It will slowly move to liberate us from the less nice UNIX inheritance, as well.

    But I simply do not think that Big Iron is a target of the HURD.

    But I'm not very afraid about Linux loosing Big Iron. All we need is an open source kernel (isn't Caldera opening UnixWare?) for it. I don't care if it's a fork, has a different name or implementation. That's what standards are good for. All the tools and gears are here already, so it would be "easy" for e.g. Debian to make a Big Iron port, just as they did a Hurd and FreeBSD port once.

    It's... It's...

    --
    "We can confirm that Debian does *not* ship the version with the trojan horse. Our version predates it." [CA-2002-28]
  115. Re:Linux Torvalds is intentionally boycotting it! by CoolVibe · · Score: 1

    Okay, I will bite...

    You are talking out of your ass.

    Transmeta CPUs mimic/emulate/codemorph the x86 processor, so what are you talking about? A native Transmeta port? Anyway, if Linus should do this the code will fork. End of problem.

  116. HURD has almost nothing by The+Pim · · Score: 5
    Think about what an IBM sees in Linux.

    • massive momentum
    • probable emerging standard
    • huge (unpaid by them) developer community
    • existing high-quality implementation
    • existing widespread hardware support
    • easy to find techies who know it
    • non-techies are comfortable with it
    • liberal licensing

    Now which of these does HURD offer?

    --

    The evaluation of an action as 'practical' . . . depends on what it is that one wishes to practice.
  117. Re:Hurd is based on the Mach microkernel, BSD lice by aanantha · · Score: 1

    Doesn't matter. Remember, Mach is a _micro_ kernel. That means it can't do squat by itself. The Hurd is a bunch of GPL'd servers built on top of Mach 4 that implements all the rest of the essential features of a kernel. The only part of Hurd that's BSD licensed is Mach 4. So if you're trying to avoid GPL'd code, you might as well say screw it to Hurd and just get Mach 4 from Univ of Utah. And maybe use one of the BSD licensed 4.4BSD-Lite servers that have been around for a decade.

    But Mach is a poor performing microkernel to begin with. The system call overhead is immense. The only reason RMS went for it was because it was already there. Apple is using it because Mach-BSD is the only proprietary-friendly open source OS that will provide SMP and kernel-level multithreading. But there's no reason for IBM to be interested in it, when they already have a superior UNIX to begin with. Upward scalability is NOT a problem with AIX.

  118. Darwin Re: (comment slightly restructured) by wchin · · Score: 1

    First, it was my impression that IBM had spent a great deal of time on Mach 3.0 as part of OSF/1 as well as other projects like a replacement kernel for OS/2 and a new OS for the RS/6000. There must be a great deal of Mach experience at IBM that you could have drawn from (I say this, not knowing the political situation at IBM).

    Since Apple's Darwin is based on OSF's MK7.3 base which includes most of what is considered Mach 4.0. Since Darwin is the core of Mac OS X, and mixed with what IBM has been doing with Mach over the years, you might have had a really nice combination. Linux is just another UNIX.

    There are a few places where the the basic Mach kernel is weak for instance no support for drivers as modules, lack of driver support

    Apple's IOKit framework helps solve that for you. It's a object framework for writing drivers, and yes, it does support drivers as modules and supports things like USB, IEEE-1394, among other things. It's based on embedded C++ and it's pretty slick.

    messaging is pretty slow & used for everything, great for building clusters but overkill otherwise. As mach uses seperate address spaces for everything this improves protection but decreases performance.

    Apple's take on this is to keep the semantic separations, but compile BSD into the same address space. Thus, instead of RPC calls into the kernel, they fold into function calls. You keep the abstraction but don't loose nearly as much in performance. Of course, you then couldn't crash the upper BSD/Linux layer and keep the kernel running then. :-)

    There are multiple BSD projects, and certainly forking yet another isn't a big deal. However, I think a combination of Mac OS X/Darwin + RS/6000 or better would be a fantastic combination (drool).

    I took notes from the Mac OS X Kernel (Darwin) presentation at Apple's World Wide Developer's Conference 2000.

  119. Big iron is big by JohnQPublic · · Score: 1

    The cannonical "big iron" is IBM's System/390 mainframe family. The "G6" models (biggest available so far) support 12 CPUs sharing memory and I/O devices, and many more in a clustering formation (known as "Parallel Sysplex"). Likewise, RAM is indeed measured in GB, to a max of 32GB. And yes, lots of fast LAN attachments, including Gigabit Ethernet, ATM, and FDDI. The other real measurement is I/O bandwidth. A G6 has up to 256 parallel paths from I/O devices into memory without CPU intervention (DMA in Intel terms), all transferring at either 17MB/sec. or 100MB/sec. (megabytes, not megabits).

    The newly-announced, available early-2001 "zSeries 900" is the next step in the System/390 family, and offers up to 16 64-bit CPUs (still binary-compatible with the 32-bit System/390) in SMP configurations (up to 640 clustered) and RAM doubles to a max of 64GB.

    That's big iron, folks.

  120. Linux because that's what customers want by JohnQPublic · · Score: 1

    IBM ported Linux to System/390 because that's what IBM's customers wanted. Some customers actually attempted a port without IBM's help, although it fizzled when IBM announced theirs. Check out the Slashdot archives for the reasons:

    IBM's customers don't want to run HURD. We don't (apparently) want to run Free/Net/WhateverBSD. We want to run Linux. When and if enough of us want to run HURD, there will be a HURD for big iron. In the mean time, don't condescend to us and tell us we should be running something else if you run Linux on your favorite platform. We know an awful lot about the capabilities of big iron, and many of us have been deep in OS design and cosntruction over the years, enough so to recognize the value of the Linux kernel.

  121. Re:Does anybody know what the HURD IS? by Pseudonym · · Score: 2

    LaBola wrote:

    HURD is THE future, I mean that this tecnhology is the future, at some point Linux itself will be microkernelized or die in the "big-iron" scenery.

    perlmonky wrote:

    Microkernel is technically more "correct". Macrokernel WORKS.

    If you calm down a bit, you'll see that these statements are entirely compatible. Linux technology is the present. I don't think anyone here seriously doubts that. I also don't think that anyone seriously doubts that the open source movement should be producing good quality software for the present, like Linux. But it's ridiculous to think that Linux in its present form will serve the industry forever, any more than the great OSes of the past did (e.g. VMS, which is finally being phased out as we speak).

    We (and I mean both the computer industry and the open source movement) should be looking to the future as well as producing good code for the present. There is a more than twenty year gap between Unix and Linux. If we want to avoid the similar gap in the future, we need to be thinking about the future now, as well as we think about the present. That's why statements like "this technology is the future" need to be said.

    Think of Linux as the Empire and Hurd as the Foundation, if that helps. :-)

    --
    sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
  122. massive performance hit? by CoughDropAddict · · Score: 2

    The problem with this approach is that in the real worl this deisng has a massive performance hit.

    This may be true in theory. But have you ever played with BeOS? It's the most ridiculously responsive, zippiest OS I've EVER worked with! I guess the theoretical performance hit can be worked around, given enough ingenuity.

    --

  123. Does anybody know what the HURD IS? by LaBola · · Score: 2
    I'm so sorry that all these pseudo-geeks post answers without an idea of what the HURD is.

    HURD is not another kernel like Linux nor BSD.
    HURD is not the reaction of RMS to the Linux kernel.

    HURD IS a microkernel based architecture, did you say 64 procs. machines? (I hope you all know what a microkernel is).
    HURD IS GPLd, I'm not so idealist to be a BSD geek.
    HURD IS older than Linux (ok, it's also harder at this moment, but if this is a problem you can always reinstall Windoze).
    Moreover HURD is THE future, I mean that this tecnhology is the future, at some point Linux itself will be microkernelized or die in the "big-iron" scenery.

    1. Re:Does anybody know what the HURD IS? by perlmonky · · Score: 1

      microkernel == mental masturbation

      Microkernel is technically more "correct". Macrokernel WORKS.