Slashdot Mirror


Analysis of SCO vs. IBM

icantblvitsnotbutter writes "An excellent -- and clear! -- article over at LinuxWorld.com has a multipoint analysis of SCO's 40-page complaint (this is a brief?!). For all those IANAL's out there, here's something to sink your teeth into. On the balance, the outlook seems positive for IBM. Still, the parallel invocation of a contractural clause potentially nixing AIX lends some credence to claims that this is a just way for SCO to coerce IBM into buying them out..." Some old documents from a similar lawsuit have surfaced, and naturally ESR has his own take on the case.

48 of 282 comments (clear)

  1. In other news... by presroi · · Score: 4, Funny

    IBM has released a notification that they finally understood the argument in the SCO paper.

  2. Wait...I've seen this movie before. by YetAnotherName · · Score: 4, Funny

    IBM: Here's one.
    Judge: Ninepence.
    SCO: I'm not dead!
    Judge: What?
    IBM: Nothing. Here's your ninepence.
    SCO: I'm not dead!
    Judge: 'Ere. He says he's not dead!
    IBM:Yes, he is.
    SCO: I'm not!
    Judge: He isn't?
    IBM: Well, he will be soon. He just filed a 9000 word legal brief.

  3. Re:Almost nothing new here by PerryMason · · Score: 4, Informative

    What I would have really liked is something on the lines of "Here is patent number 1" and here is how linux is different/same.....It is not as if SCO patent reads like "WE patent UNIX and everything that looks like it. And that is that

    Quoting from the SCO complaint;
    18. SCO is the present owner of all software code and licensing rights to System V Technology.

    Pretty much summarises what they are saying.

    --
    "I'm tired of all this 'Aren't humanity great' bullshit. We're a virus with shoes" - Bill Hicks
  4. Nice brief by nenolod · · Score: 4, Insightful

    Looks like it was written by a high school student, but none the less, what a nice brief. Dont those SCO People work hard?

    Plus, their case doesn't hold water because, the SCO that we're talking about is not the same SCO as the SCO that provided Unix, after AT&T.

    This SCO is caldera. The old SCO is SCO. Do the math, Caldera != SCO. Therefore, I do not see their grounds at all.

  5. What I would like to know is... by TaranRampersad · · Score: 4, Insightful

    If SCO is just about to sell out, and is attempting to inflate it's 'intellectual property equity' in the hope that someone with money may buy them? Or maybe there are already talks underway?

    If not, this appears to be a horrid act of desperation.

  6. In ESR's take... by DJPenguin · · Score: 5, Funny

    Amicus Curiae - what the hell does that mean? Is it latin for Anonymous Coward?

    1. Re:In ESR's take... by BacOs · · Score: 4, Informative

      Amicus Curiae

      Definition: Latin term meaning "friend of the court". The name for a brief filed with the court by someone who is not a party to the case

  7. If only.... by Anonymous Coward · · Score: 4, Interesting
    IBM would countersue, based upon restraint of trade, for $2B.


    I think they'd have a pretty good chance of ending up owning all of SCO.


    Not that it's worth much.

  8. Random Programming by TechnoWeenie · · Score: 5, Insightful

    Averment 41
    Shared libraries are by their nature unique creations based on various decisions to write code in certain ways, which are in great part random decisions of the software developers who create the shared library code base.

    It's interesting to note that SCO considers the decisions of programmers to be basically random.

    1. Re:Random Programming by garignak · · Score: 3, Funny

      Hmm, that could explain why SCO is nearly dead. :)

      --
      "Sometimes a man's gotta do what a woman wouldn't consider." - Red Green
    2. Re:Random Programming by Anonymous Coward · · Score: 3, Informative

      It is also interesting that SCO actually appears to believe that. Even without the headers the API to any library can be reverse engineered with nm and gdb in about two days.

      As for "Shared libraries are by their nature unique creations..." I'm not even sure where to start. How is some code a "unique creation" simply because I have compiled it as a shared library? If I build it as a static library, is it no longer unique? Do SCO not understand that one of the points of using shared libraries is that they are inherently interchangable? That one just makes my head spin.

      Finally, I also seem to remember Linus owning a Quad Xeon box, back in the mid-90's. So whats this about the Linux developers only having uniprocessor boxes?

    3. Re:Random Programming by Anonymous Coward · · Score: 3, Insightful

      However you leave out item 3. In their complaint, SCO goes on to say "Therefore, the mathematical probability of a customer being able to recreate the SCO OpenServer Shared Libraries without unauthorized access to or use of the source code of the SCO OpenServer Shared Libraries is nil." In other words, SCO assert that it is impossible to create a compatable library without riping off SCO's source code. This is demonstratably rubbish, as anyone with the knowhow can reverse engineer the API to a shared library without the source. You don't have to look any farther than WINE to see this in action.

      SCO are either delusional, misinformed or lying. Either way, that is not a good position to be in if you've just filed a $1Billion lawsuit.

  9. You bet this is a Brief by ebuck · · Score: 4, Funny

    I would think that after all of the legal (and pseduo-legal) stuff that gets posted and referenced here at ./, nearly everyone would realize that in legal circles, "Brief" is a technical term neither describing the length of the document, nor the time it takes to read one.

    Or should I just make an analogy to a brief COBOL program?

  10. Slashdot interview... by gmuslera · · Score: 4, Informative

    I don't remember it this was posted already in previous discussions, but in this interview with IBM Kernel Hackers from last year, some points are raised, some good and some bad for IBM, specially in the 2nd question. In short, the people at IBM that was into the linux kernel development can't take parts of i.e. AIX code and put into Linux and viceversa, but some interchange of ideas could have been happened if a developer of one team talks with one of another.

    1. Re:Slashdot interview... by binaryDigit · · Score: 5, Informative

      some points are raised, some good and some bad for IBM, specially in the 2nd question

      They answered:

      We are definitely not allowed to cut and paste proprietary code into any open source projects (or vice versa!). There is an IBM committee who can and do approve the release of IBM proprietary or patented technology, like RCU.

      I don't see how this is "bad" for IBM. It shows that they are actively protecting any proprietary interests to the point that they actually have a committee.

      but some interchange of ideas could have been happened if a developer of one team talks with one of another.

      Again they replied:

      Having solved the problem once, our non-Linux peers can help steer us without spelling it out for us, allowing us to still develop solutions that can then be open sourced.

      Again, IBM seems to be keenly aware of the cross pollenation issue and actively taking steps to avoid any issues. It reads to me like it's all pro IBM?

    2. Re:Slashdot interview... by Vlad_the_Inhaler · · Score: 3, Informative

      That was in the ESR rebuttal, something that seemed to me - IANAL - to be far more informative than that somewhat vague LinuxWorld article.
      If ESR has done his homework, and it certainly looks like it, then over 90% of that document of his looks as though it could be used to murder that lawsuit in very short order.

      --
      Mielipiteet omiani - Opinions personal, facts suspect.
    3. Re:Slashdot interview... by technomom · · Score: 4, Funny

      Damn it! I hate it when non-IBMers attack IBM without getting the facts right.

      It's not a committee. It's a TASK FORCE!

      JoAnn

  11. definition of Amicus Curiae by sczimme · · Score: 4, Informative



    Black's Legal Dictionary defines amicus curiae: "A person with a strong interest in or views on the subject matter of an action may petition the court for permission to file a brief ostensibly on behalf of a party, but actually to suggest a rationale consistent with its own views. Such amicus curiae briefs are commonly filed in appeals concerning matters of broad public interest; e.g. civil rights cases".

    I found this item here.

    --
    I want to drag this out as long as possible. Bring me my protractor.
  12. Linux "advanced features" by rf0 · · Score: 4, Insightful

    Reading the Linux world article SCO claims that Linux advanced features such as failover SMP etc could only come about after many years of development. However I do find it a bit narrow sighted in that they think that IBM is the only one who could procduce this software and port it. There are other blue chips out there who have written failsafe software and ported it to Linux. Personally I think SCO is talking rubbish (well at least on this point at least). I really need to read all 40 pages of their document but don't really have the time. (heh who does :)

    Rus

  13. Re:SCO/IBM....what's this all about? by u38cg · · Score: 5, Insightful
    SCO own the rights to the "original" Unix source code. They're suing IBM, ostensibly on the grounds that IBM incorporated ideas in the "original" Unix (which IBM had some rights to) into Linux; they claim that Linux couldn't have done all the technical whizz-bangery that it has without help from the original source code.

    The real reason is that SCO is dying, and wants to be bought out by IBM, thereby knocking up the final share price for their investors.

    Got it?

    --
    [FUCK BETA]
  14. obligatory GNU joke by leomekenkamp · · Score: 4, Funny

    Averment 77: Related to the development of the open source software development movement in the computing world, an organization was founded by former MIT professor Richard Stallman entitled "GNU."

    RMS may be surprised to learn he is a former MIT professor.

    He is not; he is a former GNU/MIT professor.

    --
    Wenn ist das Nunstueck git und Slotermeyer? Ja! Beiherhund das Oder die Flipperwaldt gersput.
  15. Public Domain Knowledge by Picass0 · · Score: 4, Interesting

    I'm reminded of a few(!) years ago when I was reading about development on the Atari 8-bit computers. A columnist for Analog magazine wrote about how he could not divulge certain information about memory mapping of the 400/800 computers because of his Non-Discolsure Agreement - BUT - that if he found out the same information from a third party he could then treat said information as public domain, and then was not bound by the NDA.

    I would be interested in knowing if the knowledge shared here had slipped into the public domain, because if so then NDAs do not apply.

    IANAL

  16. SCO's case by Alomex · · Score: 4, Interesting


    While I have no idea if SCO has a case or not, I see that many here assume IBM had nothing to do with making Linux enterprise stable, and scoff at SCO's claim.

    Yet, if you take the time to google the web you'll find that IBM dedicated an entire internal group to Linux and hired several external companies during 1999-2001 with the sole purpose of making Linux entreprise strength (even Linus has said so).

    Now, to be clear, this does not yet prove that any illegal transfer of technology took place (and I doubt SCO will be able to prove it, IMHO they are fishing hoping to find the smoking gun during discovery), but it does verify one of the main three claims from SCO.

  17. SCO Pre-Lawsuit insider trading... by dentar · · Score: 4, Interesting

    These folks have pretty much turned on us. I spent a great deal of effort learning UNIX, getting my SCO CUSA, ACE, and Master ACE. SCO ruined that by no longer being competitive, not keeping up with technology, not marketing their products well, and mistreating their reseller channel. They got their asses kicked by a college student in Finland because they got lazy and stupid. It serves them right. I am now questioning whether or not I should have tried to become a dealer of their wares when I struck out on my own.

    I'm finished when 'em. I'll support their products while my clients still have them, but as soon as the first opportunity to upgrade comes along, we're migrating!

    Here is an excerpt about who the money grabbers are, and when they acquired for .001 per share:
    http://biz.yahoo.com/t/s/scox.html

    Here is my new policy:
    http://www.dentar.com/index.php?scoproble m

    --
    -- I am. Therefore, I think!
  18. Can they not proofread? by bert33 · · Score: 3, Interesting

    Hoe could they release a document with so many factual and grammatical errors? I would have thought the lawyers would at least do a little proofreading and fact checking.
    Regardless, since UNIX was licensed to universities to study couldn't the concepts SCO claims were "stolen" by IBM simply have been studied by the Linux developers when they were in school?

    --
    These people look deep into my soul and assign me a number based on the order I joined.
  19. ESR - Very well written response by Mr.Phil · · Score: 4, Insightful

    I know it is the "hip" and "cool" thing to rag on ESR for his views on pretty much anything, however this brief is a very well written document and worth your time to read it. Whatever his precieved faults, he is able to put this issue in clearer prospective for me than the the original posting did.

    1. Re:ESR - Very well written response by jedidiah · · Score: 3, Insightful

      What televangelists include citations?

      ESR is getting a bum rap in this instance. People are using his past mistakes as a lame excuse to ignore or poke fun of him. His brief is remarkably sensible, well thought out, and well documented.

      To date, it is the most reasoned response to the SCO lawsuit.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  20. Re:Almost nothing new here by Tony-A · · Score: 5, Interesting

    Looks like that ownership may be a bit tainted. (emphasis added)

    The suit was settled after the University threatened to countersue over license violations by AT&T and USL. It seems that from as far back as before 1985, the historical Bell Labs codebase had been incorporating large amounts of software from the BSD sources. The University's cause of action lay in the fact that AT&T, USL and Novell had routinely violated the terms of the BSD license by removing license attributions and copyrights.

    The exact terms of final settlement, and much of the judicial record, were sealed at Novell's insistence.

  21. SCO Threatens To Revoke IBM's Unix License by rpiquepa · · Score: 3, Funny

    As some of you said, there were many stories published about the SCO vs IBM lawsuit. But I don't think I saw any comments about this Forbes story. Here is a short quote: "Not only has SCO Group filed a $1 billion lawsuit against IBM for misappropriation of trade secrets, but the tiny company says it will yank IBM's Unix license in 100 days if it does not cease what SCO deems are anti-competitive practices."

  22. Why UNIX kernel must not be GPLed! by Bull999999 · · Score: 5, Funny

    Remember the movie Dogma by Kevin Smith? Here's the rundown of it.

    "A female decendant of Christ and two unlikely prophets are called upon by Rufus, an unknown 13th apostle, to stop two angels, that were cast out of heaven, from unknowingly erasing all of God's work by restoring their souls by entering a new church. Restoring ones soul by entering a new church is a part of the Catholic Dogma, and by restoring their souls the angels could reenter heaven thus revealing there is a loophole to return to heaven. This would prove God was not perfect and upon proving this all of God's work would immediately be erased."

    If IBM buys SCO outright or from the smothering runins, IBM will gian the rights to UNIX and may also chose to release it under GPL. If someone decides to use the UNIX kernel using GNU O/S, it will become GNU/UNIX.

    GNU's Not UNIX/UNIX???

    This contridiction will bring calmady to the IT world and bring end the free software movement (including GPL).

    --
    1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
  23. ESR's Amicus brief by tmasssey · · Score: 4, Insightful
    Interesting...

    I just finished reading the brief. I must say that for the first half or so, I was very impressed with it. It was simple, logical and factual. However, by the end, it seemed to devolve into a statement of beliefs and feelings that, to me, did not feel right in a court brief. For example:

    SCO's complaint, in all its brazen mendacity, is the last gasp of proprietary Unix. The open-source community and its allies are more than competent to carry forward the Unix tradition. We pray that all assertions of exclusive corporate ownership over this tradition be given a swift and merciful end.

    Am I the only one who thought that this was not the forum for such OpenSource flag-waving?

  24. This is all about PROJECT MONTEREY!!! by Anonymous Coward · · Score: 5, Interesting

    This is not about UNIX!!! This is about PROJECT MONTEREY!!!

    Monterey was a real, live, flesh and blood endeavor in which SCO and IBM partnered to write a new, 64-bit, proprietary Über-Unix on Intel hardware. SCO committed real, live, flesh and blood engineers to the project, and real, honest to goodness, cold, hard cash. IBM walked away from the table. The question is: How much SCO intellectual property did IBM walk away with, and how much of it found its way to IBM's Linux projects? If, through discovery, SCO can prove that a substantial number of IBM's Project Monterey engineers were re-assigned to IBM Linux projects, then SCO will have a reasonably solid foundation on which to proceed with the case.

    This is no different than Intergraph's highly successful court cases against Intel, in which Intergraph proved that Intel had stolen substantial amounts of Intergraph intellectual property.

    Google on Project Monterey SCO IBM

    Google on Intergraph Intel

    1. Re:This is all about PROJECT MONTEREY!!! by Jason+Earl · · Score: 3, Interesting

      Yes Monterey was a real life project, but that's completely irrelevant. Why is that the case? It's quite simple, if SCO had some sort of contractual obligation from Monterey that they could hold over IBM then they almost certainly would have mentioned it in their court filing.

      Read SCO's original filing and you will find absolutely no reference to Monterey and any contracts involving Monterey. SCO's filing is quite explicit in its mention that their claim comes from the fact that they own the original System V UNIX source code (which IBM licenses and includes in AIX).

      I would agree with you if SCO had even mentioned their recent work with IBM, but they didn't (probably because the IBM lawyers wrote a contract that is unassailable). The entire case stems around the original UNIX source code that SCO acquired from Novell. As such it is a ridiculously specious case. Don't believe me, go read SCO's filing.

  25. SCO's smashing display of hubris by Featureless · · Score: 3, Insightful

    This alone, from SCO's complaint:

    Averment 86: It is not possible for Linux to rapidly reach UNIX performance standards for complete enterprise functionality without the misappropriation of UNIX code, methods or concepts to achieve such performance, and coordination by a larger developer, such as IBM.

    I hope the rest of their case shows the same degree of arrogance and technical ineptitude. IBM would have little to worry about.

  26. Claims sound awfully inflated. by cenonce · · Score: 5, Interesting

    I'd really be interested to see what kind of damages SCO can prove. They may end up racking up millions in dollar of legal fees for a very small reward, if any.

    Even the IBM/AT&T agreement is valid, I'd be surprised if IBM wasn't smart enough to isolate engineers with knowledge of SCO Unix source code from engineers assisting in the Linux development. I mean, c'mon, IBM has been in the computer industry since ENIAC and has been in business almost twice that long! Does anybody really believe IBM can't write a non-disclosure agreement and isolate its employees? SCO makes it sound like the 7,000 IBM engineers working on Linux are the only engineers IBM has, thus, IBM must have violated trade secrets! PLEASE! IBM employs hundreds of thousand of people and probably 10 times the number of engineers they have working on Linux.

    Just because IBM has thrown some effort into Linux, doesn't mean they are tossing AIX out the window. It is probably a wait and see... if Linux really catches on, we can move AIX enterprises over and add Linux enterprises with the benefits of the GPL. IBM is now a service provider, and the reality is, the only way you make money with Linux is providing service.

    It'll be interesting to see how much the lawyers end up making out of all this.

    -Anthony



  27. SCO needs a history lesson... by 0xB00F · · Score: 5, Interesting

    One of the major gripes of SCO is that Linux would not have been able to have SMP support if it weren't for IBM lifting SCO Unix code and handing it out for the kernel developers.

    Perhaps they should read this article at IBM DeveloperWorks. This page pretty much explains why IBM decided to go the way of the fat penguin.

    It should be worth pointing out this quote from the article:

    One of the areas where Linux has an advantage on the FreeBSD community is in SMP, or multiprocessor support. Linux has supported SMP for about five years while FreeBSD has supported it for about two years. As a result, the Linux's support for SMP is considerably more mature than FreeBSD. Due to the open source nature of both systems, this will not be the case for long. FreeBSD developers have the opportunity to learn from the mistakes of the Linux developers.
    Linux has had support for SMP waaaaaay long before IBM adopted it and apparently this was one of their reasons for adopting Linux. I also read in a magazine once (I think it was Time or Newsweek c.a. 1998 IIRC but someone please correct the date :-D) that in one of the numerous Linux shows, one of the participants was able to make Linux run on a machine with 4 Xeon processors.

    Plus there is also the fact that a year before IBM adopted Linux, they (among others)made large hardware available to Linux developers for testing and benchmarks.

    0xB00F disappears in a puff of smoke...

  28. Re:Intel based Unix implementations -- AIX/PS2 by walt-sjc · · Score: 3, Interesting

    As for Sun's Intel work, they created the "Corporate I386" WAY back in the 80's, but due to the fact that it blew away (out performed and less expensive) machines built on Scott's pet chip (sparc) he killed the project. Full circle, Scott. Full circle.

    Note: my wife was on that project team. They later went on to create the Sparc 5. Scott did a lot of killing of good projects and is Seriously holding back the creativity of the engineers at Sun. There are some Really good people there.

  29. The article is flawed. by YU+Nicks+NE+Way · · Score: 4, Interesting

    The author of the LinuxWorld piece is doing advocacy, not analysis. SCO's case is far more subtle than most in the Linux community seem to think.

    As an example, the author takes issue with the SCO's claim that IBM must have stolen SCO trade secrets in order to improve Linux by saying "OK, then, diff the code." It's true that such a diff would provide prima facie proof of violation, but there are plenty of violations which would not require any code to leak at all.

    Suppose part of the validation test set for Monterey consisted of a stress test written by SCO and owned by SCO. That code wouldn't ever be in the final product, and it would certainly be SCO's intellectual property, shared with IBM in order to make Monterey work better. Let us further suppose that code was used in the Linux development work, and found a key set of bugs. (Don't tell me it isn't possible that it would have been -- developers tend to think of tools as just tools, and forget that they may be encumbered.) At that point, there would been a misappropriation of IP.

    (Disclaimer: I have not ever seen any of the code covered by any of these agreements, nor have I ever seen any tests in the Monterey test suite, nor had any contact with any of the principals in this lawsuit. I'm merely criticizing the LinuxWorld piece; any resemblance between the situation outlined here and reality would be purely coincidental.)

    1. Re:The article is flawed. by 0xB00F · · Score: 4, Informative
      As an example, the author takes issue with the SCO's claim that IBM must have stolen SCO trade secrets in order to improve Linux by saying "OK, then, diff the code."

      Perhaps. But if I were you, do what I did: download the kernel changelogs for 2.4 (and if you like 2.2) and grep them for ibm.com (i.e. commits from someone at IBM).

      For example, I fetch the changelogs from here. And then I ran:

      $ grep -il "ibm\\.com" *
      in the directory containing the changelogs to get the filenames with commits from an IBM email address. Use a pager with regexp search capability (like 'less') to view the files, in this case the changelogs for 2.4.19 and 2.4.20.

      What?!? You're not running linux?!? Shame on you!

      As you will see, most of the checkins involve bug fixes for IBM's JFS, some patches for IPV6, and few ones for s390. Gotta love version control, eh?

      Suppose part of the validation test set for Monterey consisted of a stress test written by SCO and owned by SCO.

      Project Monterey was a plan that never happened. It was a plan to put Unix on IA-64 machines that died during conception. What we have is a lot of white papers on the subject but no written, working code. Of course I could be wrong, and if there was working code it would have probably been written by IBM developers anyway with a "Copyright (c) 2000 IBM Corp." near the top of the sources.

      Let us further suppose that code was used in the Linux development work, and found a key set of bugs. (Don't tell me it isn't possible that it would have been -- developers tend to think of tools as just tools, and forget that they may be encumbered.)

      Probably, but one of the accusations SCO makes is that IBM allegedly handed out Unix code owned by SCO to Linux kernel hackers. And that Linux would not have advanced if IBM had not handed out said code. But so far, all code commits from IBM appear to be mostly patches to existing code. What's more SCO accuses IBM of handing out code from SCO Unix to improve Linux's SMP capabilities. However, Linux's SMP support was one of the primary reasons why IBM adopted Linux in the first place (for proof, see my earlier post in this thread). Ergo, by adopting an Open, Freely Available variant of Unix with SMP support would lessen their development efforts.

      What I find rather interesting is Caldera's Logo on the IA-64 Linux page. And it lists them as one of the players in this project. And even more interesting is the missing links on SCO's website pointing to details of the Itanium Netfarm they have presumably made available to IA-64 Linux developers.

      - casts polymorph other spell on grue... 0xB00F!

  30. Re:SCO/IBM....what's this all about? by AxelTorvalds · · Score: 3, Funny
    Well, to distill it down to the basics, SCO is masochistic. It would appear that they like it rough and hard and through the, how do you put this?, they like it hard through the "back oriface" So how do you satisfy such a desire? You pick on the biggest, toughest, guy you can see.

    Ironic that they are trying to stop AIX sales, IBM makes more money on AIX sales each year than SCO has grossed since their beginning. AIX sales simply won't be stopped. And then to accuse IBM, of all companies, of misappropriating SCO source and technology? There are some very talented lawyers in IBM's employ, SCO might be trying to get bought it's a real possibility but that stuff doesn't happen like that to IBM. They can play really dirty when you try to bully them and they don't lose very often. The question could become "is it cheaper to pay to convert SCOs customers to Linux and let them die or buy them"

  31. SCO SMP licensed from Corollary; 2 more i386 UNIX by Anonymous Coward · · Score: 5, Informative

    One trivia point: SCO's SMP implementation was not written by SCO but was licensed from Corollary.

    Two more i386 ports that ESR has forgotten about: Altos (later purchased by Acer). I was one of the engineers that ported SCO 3.2.0 (or was it 3.2.2?) to the Altos 1000 (see Google groups for info). The second is the "Sun 386i" 80386 computer which everybody seems to have forgotten about. Again, see Google groups.

    IMHO the only thing of value SCO was to contribute to Monterey was the X server.

    I believe that from a legal standpoint AIX is licensed SVR3 code (although having seen AIX kernel code, SCO OpenServer and UnixWare source, and "pure" virgin SVR3 code I can attest that AIX is a complete overhaul and bears no resemblence to pure SVR3 (or SVR4) except in the bowels of STREAMS).

    full disclosure: ex-SCO employee who worked on all kernels including Monterey prior to Caldera.

  32. On Point by bstadil · · Score: 3, Interesting
    The avertment below aimes directly at OpenSource competency, so even though it reads as flag-waving it is on point.

    Avertment 84: "Prior to IBM's involvement, Linux was the software equivalent of a bicycle. UNIX was the software equivalent of a luxury car. To make Linux of necessary quality for use by enterprise customers, it must be re-designed so that Linux also becomes the software equivalent of a luxury car. This re-design is not technologically feasible or even possible at the enterprise level without (1) a high degree of design coordination, (2) access to expensive and sophisticated design and testing equipment; (3) access to UNIX code, methods and concepts; (4) UNIX architectural experience; and (5) a very significant financial investment."

    --
    Help fight continental drift.
  33. Re:that's not the issue by DenOfEarth · · Score: 4, Insightful
    the thing you are ignoring here is that there are some things that IBM will put into Linux that not many teams of dedicated hackers would or could, due to access to large scale hardware along with the funding that goes along with it.

    It's well and good to say that ext3 or Reiser beats out JFS, which is probably true, because all installations of linux are going to use those things, including the hacker's box sitting at home. However, not everyone has the time, money, nor interest to develop those areas of Linux that need to be developed in order for it to compete on the level of enterprise class servers. IBM sells those products, and thus they contribute to Linux in ways that a desktop user might not quite see.

    Maybe when I'm running a wackload of processors at home on a huge rackspace (when I own my own island too), I can try and contribute to scalability or some such other thing, but until then, IBM fits the bill perfectly.

  34. Trivializes BSD and BSDi by cant_get_a_good_nick · · Score: 3, Insightful

    One thing they missed is the whole BSD "fork" of UNIX. Back in the old days, AT&T gave pretty much every University a site license. One of these of course was UC Berkeley, where they did some some pretty core work, such as this unimportant thing we call TCP/IP. For a long time folks referred to TCP/IP as "Berkely sockets". Hmm, they also gave us C-shell, so maybe they shouldn't get off unpunished. BSD got folded into the "one True UNIX" in SVR4.

    As far as "getting up to enterprise grade" speed comparisons goes, they're at some level irrelevant, at least in the way SCO framed it. UNIX vendors had to blaze trails, find their way, mess up, and find the true path again. Linux followed these trails in the form of POSIX. It's much quicker to code to a spec than have to code and lay out the spec, distribute the spec as it changes to your development team, and see how well it integrates after all at the same time. Having the spec also makes all that super coordination "magic" that SCO was talking about seem a little less fairy tale-ish. Lay out a spec, give parts to different people, have them code, and then at the end it all comes together. Who else has been burned by Linux' version of select()? It's coded to the BSD select() man page, unfortunately BSD select() isn't and neither is any other commercial vendor, and Linux select() is not bug compatible with other select()s. There's your miracle for you, the magic of troff. (at least it's not info pages, god no...)

    BSDi also had a commercial UNIX, BSD based of course, on x86. I did some work on it. At the time wasn't enterprise ready, at least the version I worked on (the SMP implementation was pretty basic, the kernel was forced to run on a single processor) but in later years it got better and in fact I thimk FreeBSD SMPng is based off ideas from BSDi. My non-lawyer mind wonders how many statements of "fact" in the complaint have to be shown to be false before the case can be dismissed.

    On other IANAL notes, I wonder if IBMs law firm is reading these posts and all the other arguments on the other web sites and saying "yeah, thats a good point.. yeah, write that one down."

  35. UnixWare to Linux Porting Guide by PiotrK · · Score: 4, Informative
    Please help others moving from SCO to Linux and post links to documentation like this:

    UnixWare to Linux Porting Guide (development tools and the API)
    http://people.redhat.com/drepper/
    http://people.redhat.com/drepper/sco-porting.pdf

  36. Averment 82 by Maltese+Falcon · · Score: 3, Insightful
    I love this thought:
    ...Virtually none of these software developers and hobbyists had access to enterprise-scale equipment and testing facilities for Linux development. Without access to such equipment, facilities, sophisticated methods, concepts and coordinated know-how, it would be difficult or impossible for the Linux development community to create a grade of Linux adequate for enterprise use.
    I think Jon "maddog" Hall might disagree with this statement!
  37. SCO mentions MONTEREY explicitly!!! by Anonymous Coward · · Score: 3, Informative

    I would agree with you if SCO had even mentioned their recent work with IBM, but they didn't (probably because the IBM lawyers wrote a contract that is unassailable). The entire case stems around the original UNIX source code that SCO acquired from Novell. As such it is a ridiculously specious case. Don't believe me, go read SCO's filing.

    From THE COMPLAINT ITSELF:

    Project Monterey

    50. As SCO was poised and ready to expand its market and market share for UnixWare targeted to high-performance enterprise customers, IBM approached SCO to jointly develop a new 64-bit UNIX-based operating system for Intel-based processing platforms. This joint development effort was widely known as Project Monterey.

    51. Prior to this time, IBM had not developed any expertise to run UNIX on an Intel chip and instead was confined to its Power PC chip.

    52. In furtherance of Project Monterey, SCO expended substantial amounts of money and dedicated a significant portion of SCO's development team to completion of the project.

    53. Specifically, plaintiff and plaintiff's predecessor provided IBM engineers with valuable information and trade secrets with respect to architecture, schematics, and design of UnixWare and the UNIX Software Code for Intel-based processors.

    54. By about May 2001, all technical aspects of Project Monterey had been substantially completed. The only remaining tasks of Project Monterey involved marketing and branding tasks to be performed substantially by IBM.

    55. On or about May 2001, IBM notified plaintiff that it refused to proceed with Project Monterey, and that IBM considered Project Monterey to be "dead." In fact, in violation of its obligations to SCO, IBM chose to use and appropriate for its own business the proprietary information obtained from SCO.



  38. ESR goes for the jugular: by talks_to_birds · · Score: 3, Informative
    "...If Darl McBride and complainants did not know at the time of the complaint that their own company had played a lead role in the very development they accuse IBM of having unfairly and unlawfully pursued, they are incompetent. If they did know, their complaint appears to verge closely upon perjury..."

    You go, ESR...

    t_t_b

    --
    I'm on PJ's "enemies" list! Are you?