Slashdot Mirror


SCO's Next Target: SGI?

FatRatBastard writes "ZDNet News is speculating that SCO's next target in its legal actions against Linux may be SGI. According to the article its legal strategy will be to claim that XFS is a Unix derivative and therefore under SCO control, much like they claim JFS is in their suit with IBM. One fact not mentioned in the article that would support SGI being the next target is the malloc code they claimed was infringing at this years SCOForum was copyrighted SGI."

5 of 338 comments (clear)

  1. flaw in your logic by SHEENmaster · · Score: 4, Insightful

    SCO OpenServer is quite broken, and they have yet to give it away.

    --
    You can't judge a book by the way it wears its hair.
  2. How moderate... by greppling · · Score: 4, Insightful
    From the article:

    The company has shown a recent preference for more moderate courses of action, such as sending invoices to Linux users rather than taking them to court.

    Wow. How bad must you behave until sending out invoices to end users, without backing up your claims by any substantial public explanations, is considered a "moderate course of action"???

  3. Further confirmation SGI had IP concerns re: XFS by LinuxParanoid · · Score: 4, Insightful
    Six months after its announcement it would release XFS, IP issues were still a concern. A Slashdot thread refers to comments made by Dave McAllister, SGI's Directory of Technical Strategy in a (now-linkdead) article, saying:

    "SGI will devolve elements of its proprietary software and operating system Irix, such as its XFS journalling file system,to Linux as soon as it clears the legal roadblocks surrounding the intellectual property. ... 'As the code is cleaned, we will release it,' [McAllister] said."

    That said, I'm at a loss to explain how SGI stuffed things like that ancient malloc.c into Linux. Perhaps things got sloppy or it was never noticed because someone had previously removed copyright notices? (Apparently this has been a problem at SCO as well, removing BSD license notices internally...)

    You know, the ironic thing about this whole SCO uproar is that people have long bitched that the GPL was so viral... well look how viral the closed source SVR4/5 license apparently was!

    --LP

    P.S. A short history of XFS and Linux, Slashdot-style:

    Here's a LinuxToday article and the original Slashdot thread covering that May 20, 1999 announcement.

    Three months later, in August 1999, Slashdot covered that the XFS donation would be GPL (not just 'open source')

    A year after that, the XFS beta arrived on Slashdot (September 2000), and

    After two more years, XFS was merged into the Linux 2.5 kernel September 2002.

  4. Yuk Yuk - Bring 'em on! (Former SGI guy speaks) by Anonymous Coward · · Score: 5, Insightful

    Hehe, bring 'em on. If you're going to pick a F/S to attack, XFS is a perfect choice for SCO. It was developed independently, and I'd love to see SCO find one shread of old unix F/S tech besides the word 'vnode' in there. You go SCO! [Disclaimer, I only worked with the project back when it was an SGI-only system, who knows what happened during the Linux port].

    I think someone at SCO noticed that SGI had a SysV license (the later versions of SGI's IRIX had a good hunk of licensed SysV in there - same goes for the Solaris folks, I think everyone moved to SysV in the early 90's when it looked like 'the thing' to do).

    It'll be a good stretch for SCO to claim that XFS is a derived work in any real form. The only overlapping code would be the vnode entry points and some things related to the buffer cache, and those you really have no choice but to implement the SysV interfaces and that's easy to prove (maybe .1% or less of the FS code involved). The rest of XFS is a huge original undertaking. There's nothing quite like it (B-trees everywhere).

  5. Re:What a useful article by MuParadigm · · Score: 4, Insightful


    I've been wondering about this myself. SGI does seem to be a likely target for SCO, given SCO's rhetoric. But SGI doesn't have much, if any, money. So it seems unlikely from that point of view.

    Another thing that bothered me in the ZD Net article is that they don't mention the other file systems. Let's face it, JFS and XFS are not the most popular journaling file systems for Linux; they're mostly used by companies that have legacy file systems they need to support. ReiserFS, Ext3, and Ext2, are the most popular file systems. If Linux lost the ability to support XFS and JFS, all it would do is make migration to Linux more difficult for some companies. It probably wouldn't much affect adoption rates.

    Anyway, I suspect that SGI should start talking to Red Hat about accessing some of that Open Source Now! fund. Just in case.