OSI vs SCO 655
the jackol writes "As expected, the OSI's just given the SCO vs IBM case a bite with this position paper. "SCO has never owned the UNIX trademark. IBM neither requested nor required SCO's permission to call their AIX offering a Unix. That decision lies not with the accidental owner of the historical Bell Labs source code, but with the Open Group.""
Wow (Score:5, Funny)
Re:Wow (Score:5, Funny)
Re:Wow (Score:3, Informative)
1. Read the Position Paper. SCO haven't a leg to stand on in the IBM case.
2. Prove it. I cannot understand why Linus, Alan Cox, et al haven't filed some sort of libel suit against SCO. If they'd called me a thief in public like that you can bet I'd be having my lawyer call them straight away and suggest that they retract their accusations or have their arses sued off.
As to SCO withdrawing their versions of Linux, if they did that to avoid being trapped by the GPL then the
GPL the best bet (Score:5, Interesting)
Question is, can they sue for release of software BEFORE they released the now GPL-ed SCO code in their Linux distro?
Re:GPL the best bet (Score:3, Interesting)
1). Did Caldera own the code in question when they where in the distro market?
2). I don't think the licence on a linux distro is a boilerplate thing. I am not sure that a SCO distribution with a GPL kernel containing the code would sanction the use of said code unless their copyright was on the kernel code in question.
The kernel is released under a boiler plate licence with a Linus copyright and contains code with other copyright messages also covered by the GPL.
Unless SCO modified the
Re:GPL the best bet (Score:3, Insightful)
They distributed the code under the gpl allowing everybody to see it and thus they have no legal base at all with respect to trade secrets.
In other words: It can't be a secret if you are telling everybody who wants to listen about it.
Jeroen
Re:GPL the best bet (Score:4, Insightful)
Their argument for this claim will be "we didn't distribute it; we had no knowledge." Denying them this would do two things.
1: Hackers can now put words in the mouth of corporations. (See? MSDN got hacked and folk downloaded GPL'd Windows, so now it's all free!)
2: Every piece of "FUD" about the GPL will be proven--it IS a viral license, that can irrevocably infect your code without your express wishes.
Re:GPL the best bet (Score:5, Insightful)
Actually, in this case it doesn't matter what open license it is. If the license used was the BSD license, SCO would still be losing their "intellectual property" because the source would still be there for everyone to see. Thus, we need not worry about the "viral FUD" if the above point is brought to attention.
Re:GPL the best bet (Score:4, Informative)
If I distribute my application in source code form, I still have all copyrights associated with it. The GPL grants others some additional rights to redistribute which they otherwise wouldn't have, even if they had the source code.
Re:GPL the best bet (Score:5, Interesting)
I do not see how SCO could claim proprietary information on something they released under GPL.
However, this country seems so corrupt anything is possible.
Re:GPL the best bet (Score:3, Interesting)
IMHO, I think SCO is at fault, "not knowing" is no excuse in court, they distributed Caldera, if they wanted to distrubute code without knowing whats in it, hence giving it a blind license, they can't claim that they didn't know. It was their responsibility to look at the code in Caldera to make sure that everything in there belonged there, before they license it with GPL and give it away. If they would of been doing that, the copied code would have been spotted right away and it would of been solved the
Re:GPL the best bet (Score:4, Insightful)
IANAL(RU), but I was taught (by lawyers) that intent is as improtant as action.
The way I see it, if SCO's code is in fact in Linux, then "Us" would have to prove that it's common practice to examine all of the source code for an OSS distribution (it isn't), that SCO didn't do so (which they obviously didn't), and, probably, that they continued to distribute Linux with their code after knowing that it was "theirs."
They don't belong in the OS industry if they can't even manage their own releases, and/or know what it even does.
OSS is built on trust and re-use. If we (that is, folks who use any OSS at all) had to examine every bit of source code, then OSS would grind to a gut-wrenching hault. At best, we'd have locked-down distrubtions with a small fraction of the software that they have now.
Re:GPL the best bet (Score:5, Insightful)
No, you are completly missing the point, don't know how it's very simple.
SCO is a distributor, it's not the user's fault, nor will he ever be held liable to using a product that was legitimatly licensed software given to him.
SCO IS LICENSING THEIR GODAMN OS!, you're damn right that everyone that licenses through the GPL SHOULD KNOW EXACTLY WHAT's IN IT! this has nothing to do with joe blow linux user, this has to do with distributors who create and release this stuff, sometimes for a profit, sometimes for not, it's their responisbility. Total bullshit that a company can claim they didn't know what the fuck they were licensing.
Every godamn linux distributor should be inspecting their releases, if they waive that right, they also waive the right to sue for infrigement, if something in that release happened to be one of their trade secrets. This is not the case if someone else does it, if I take SCO's code and implement it, I am at fault, and redhat can't be held liable for my contribution, only I can be held liable. But if SCO dosen't check their own stuff, they just download source and give it out as GPL, that's their problem, cuz they actually own the IP, so they are giving their consent by waiving the right to look at it, even if it was taken from under their nose.
I'm not condoning this action, but I am saying if your own IP, you need to always look carefully at your releases to make sure you don't go releasing it to the public, cuz after that it's too late, and you shouldn't be able to claim damages.
That's the risk you take by owning IP and contributing to open source, it could be SCO employees that put the code in, no one really knows, but since SCO gave it out themselves, it's their fault, regardless of who actually put it in the OS.
This is not a hit on the open source model, because it's clearly a grab at cash, linux will survive in the splendor it is, exactly because of the copyleft, and the fact that if you assign it GPL, you are giving it away, wether the fuck you know what in it or not!
Re:GPL the best bet (Score:5, Insightful)
It's as if I give you an old table I found in my basement, and you find a gold bar in one of the legs. Can I sue you to get it back because I didn't know that it was there? No, because it's yours and myfault for not inspecting the table beforehand to ensure I was only giving away the table. You came over, and I gave you the table, end of discussion.
Exact same concept here, SCO is responsible, intent is irrelevant here, because it's not even criminal, it's civil. Someone else "might" have put some code belonging to SCO in the linux kernel, Caldera knowingly kept licensing linux for years, without even knowing what's in the kernel, like I said earlier, waving the right to claim that it's not their fault, wether they meant to do it or not, it's negligence, and they shouldn't be rewarded.
They want money for damages ages after the actually offense happened (I'm assuming it did in this case) and they don't want to take any blame for purposly continuing to contribute to it.
What I am saying here is that they are clearly at foul, and this is most likely pointing to a case of money hungry conglomerates. I mean, you can defend them all you want, but if you want to look at it in a logical sense, they were stupid, and gave away their own shit, copyright dosen't excuse stupidity, nor should the courts.
Re:GPL the best bet (Score:3, Insightful)
This is a commercial software company. The development practices of such companies are what is relevant here. Did they exercise the standard of care in their industry? Did they exercise the standard of care that they are claiming in their filing against IBM?
If it weren't for their claim against IBM, which includes an affirmative claim about the quality of their own development process, I would say that SCO stood a better chance of claiming reasonable igno
Re:GPL the best bet (Score:3)
It is common pratice to have some idea what you're sending out. Speaking as a Debian developer, there are people who argue and practice that a developer should read every new line in every update, including Branden, our X developer. (I've done it, but mainly because I'm small fry.) To be completely ignorant of what you are sending out is ill-advised.
Re:GPL the best bet (Score:3, Insightful)
SCO continued to distribute Linux even after filing the suit against IBM. Does that count as knowingly distributing their IP under the GPL? I think it does.
Re:GPL the best bet (Score:3, Insightful)
1: Hackers can now put words in the mouth of corporations. (See? MSDN got hacked and folk downloaded GPL'd Windows, so now it's all free!)
2: Every piece of "FUD" about the GPL will be proven--it IS a viral license, that can irrevocably infect your code without your express wishes.
Re:GPL the best bet (Score:5, Insightful)
Of course not. Only when a corporation purposely distributes code does this become an issue. They may not knowingly distribute it, but they purposely distribute. There's a lawyer term that relates here, due diligence, that basically means that a corpoartion has a duty to their stockholders to make sure they aren't doing something stupid by a purposeful action, such as releasing trade secrets under an open license. If SCO really did purposely publicly license trade secrets under an open license, even unknowingly, there may actually be grounds for a shareholder lawsuit against SCO for not being properly cautious about such a public licensing. Note that this would be a bad thing for Open Source in general, as most companies don't have the resources to properly examine, what, 5 million lines of source code for the software in a normal linux distribution. And therefore the proper "safe" response may be to not use linux, even internally.
Yes, the GPL is viral. It is meant to be viral. Stallman did that on purpose. No, it cannot infect your code without your wishes. But it can without your informed intent, if you are not properly careful of what you are doing. Again, due dilegence.
Actually, assuming SCO has a valid case in this lawsuit, I don't really see a problem with both viewpoints on this...
If IBM really did release SCO IP in kernel patches, then IBM is liable for violating a NDA, and there should be consequences for that.
However, at the point that SCO (or Caldera after they bought SCO) released that IP in their own linux distribution, liability for other users/distributors stops.
That (assumed) window between IBM releasing SCO IP, and Caldera (as SCO owner) releasing that same IP under an open license, makes for some interesting possibilities for legal rulings for other distributors.
Oh, and I like your sigline, but really... Cadbury creme eggs *are* heavenly.
Don't like the GPL? Don't rip-off GPL-ed code. (Score:5, Insightful)
All this stuff about "irrevocably infect your code without your express wishes" is just FUD. Whining about "programmer took some 'free' code to incorporate into our precious corporate product" is just whining -- no one else is responsible for your clueless employees. "GPL" is not a synonym for "public domain."
SCO distributing a Linux distribution doesn't necessarily affect the case since they can reasonably claim they didn't look through all the billions and billions of lines of code in the kernel. But I'm not a lawyer, and my unfounded speculations are just that. Don't read this paragraph.
Re:Don't like the GPL? Don't rip-off GPL-ed code. (Score:3, Insightful)
Re:GPL the best bet (Score:3, Interesting)
Yes it does. It matters a very great deal, in fact.
Someone else cannot licence your Intellectual Property without your consent. If there was any code that was stolen from SCO and placed in the Linux kernel with someone elses Copyright on it, that code would not legally be under the GPL. Only the Copyright holder can decide that.
This is the same as if you purchase a television at a garage sale, but the cops come around and tell you th
Re:GPL the best bet (Score:3, Insightful)
hypothetical totally irrelevant (Score:3, Insightful)
Wow. I just finished reading the entire paper and I didn't read into it anything of the sort. He most certainly did NOT say that because Caldera released Caldera Network Desktop and Caldera OpenL
Re:GPL the best bet (Score:3, Insightful)
As explained earlier if they didn't agree with ALL the terms of the GPL they couldn't have distributed it.
And since they did it is no longer a trade secret and everybody can use the intellectual property in it.
Jeroen
Caldera contributed before purchasing SCO (Score:5, Informative)
Re:GPL the best bet (Score:3, Interesting)
Basically, since SCO/Caldera now owns that code, and they are still distributing it, they are doing so with the full knowledge and understanding that they are bound by the GPL. Pretty much, they're fucked. They may very well be -right- (although I think it more likely
Re:GPL the best bet (Score:5, Informative)
Re:GPL the best bet (Score:5, Interesting)
Nope. This is wrong, and keeps cropping up again and again here and elsewhere. *Caldera* did their own Linux and released it under the GPL. SCO (the original) produced and sold commercial UNIX under several names. Caldera then bought SCO (again the original) and it's IP, and still under the name Caldera helped to start the United Linux directive. Up until this point, under the leadership of Ransom Love, Caldera "got it".
It would then appear that Ransom Love left and the lawyers took control, which is the point where they "lost it". Caldera became the current SCO, and the dubious comments about UNIX vs Linux started to fly around. The comments then became more legally inclined, finally culminating in the suit against IBM.
I'd guess that SCO started to come up with the prospects of the lawsuits after Ransom Love's departure. As they built up their "evidence" (which has yet to be publically documented in a satisfactory manner), the comments grew in the level of vitriol and FUD content. Presumably this increase was as the lawyers became more confident they could pull off their intended plan. Whether that plan is simply to be bought out, or they actually believe they can successfully sue IBM is a matter for speculation. As far as I can tell, all we can say about SCO's current plan is that it seems to be:
On an unrelated note, what I want to read at this point is a frank positional summary by Ransom Love who is becoming somewhat conspicuous by his "absense" through all this mess.
Re:GPL the best bet (Score:5, Interesting)
Also, their stock went up 40% (!) yesterday on the MS news. It also was about double from when the lawsuit silliness started *before* yesterday. So SCO stockholders are making money, that's for sure. At least if they bought at a low. Even if they didn't, they have dramatically reduced their losses. The next best thing to making money is to lose less money.
As for the GPL, I really do not think it holds water if somebody misappropriates your code, inserts it somewhere in linux and you unknowingly release it. But, IANAL. If the GPL does stand up and is declared valid in such a case, you can expect large companies to avoid it like the plague. They will not want have to vett every line of code they distribute under the GPL against every line of code in their proprietary portfolio to make sure somebody, somewhere, didn't insert stolen code.
Please note, I am not saying SCO's claim is valid and anybody took/used anything inappropriately. I am just saying that I don't think the "GPL defense" will stand up in court, and *even if it does* that may have worse long-range effects anyway. A lose-lose.
Re:GPL the best bet (Score:3, Informative)
Re:GPL the best bet (Score:3, Interesting)
If a proprietary entity releases some of their software with unique GPL'ed code in it, then they're obligated to either release the entire thing under the GPL, stop offering the package, or remove the GPL'ed code. For lines of code long en
Re:GPL the best bet (Score:3, Interesting)
re: the GPL and IP thing. They're doing just that. There was a story about it on
all your unices are mine! (Score:4, Funny)
As the torch bearers of these hackers I claim ethical ownership of Unix for the Linux and BSD communities
sparkes
Please don't take SCO seriously! (Score:5, Interesting)
OK, we start in 1998 or so before IBM even touched Linux. Linux already was shown to run on 24 CPUs, something SCO still can't do in 2003. In other areas (journalizing FS, NUMA, LVM) SCO Unix is completely lacking.
So SCO thinks that IBM is taking some code out of their SCO Unix - which can do absolutely nothing Linux cannot do even at that time - and submits it to the kernel mailing list. Of course IBM engineers are not allowed to do that, but SCO thinks they did it anyway because - well who knows why. Even though that codes does not introduce a feature or improvement, it mysteriously gets accepted and becomes part of the kernel.
Even though SCO Unix is hopelessly outdated and lacking enterprize features, SCO believes that without that mysteric code above being in Linux, they would have had 1 billion more in sales.
Nevertheless SCO somehow doesn't realize their drop in sales. They continue to distribute Linux. Despite being a Linux distributor, they don't realize how their precious code was included in the kernel. Everything is going on normally - for years. They even provide Linux developers with hardware to do SMP development.
Then, all of the sudden, in May 2003, SCO realizes 1 billion dollars lost in sales and some mysterical code outside the kernel in some mysterical part of the OS. SCO also has so far not realized that Linux was ready for the enterprize, so they accuse IBM that without their code, Linux would be unusuable in a business. - All of the sudden they seem to have forgotten that they themselves have pushed Linux as a business OS for years. Then, also suddently, they realize that that mysterical code is in the kernel, not outside like they stated before.
Then, after they have made numerous threats against IBM, SuSE, RedHat and also against all Linux users, but before they have to pay any legal fees, they are lucky that Microsoft buys a license from them. What a coincidence! Without that cash they certainly wouldn't survive the legal battle with IBM (They lost 1 billion in sales, remember?)
A bit surprised, IBM, SuSE, RedHat, the whole Linux community, numerous newspapers and their own users ask SCO for clarification, but they decline because - well just because.
---
I can guarantee you one thing for sure: This case is so ridiculous and flawed in so many respects, that absolutely nobody should be afraid or uncertain about Linux' legality.
Re:Please don't take SCO seriously! (Score:5, Insightful)
Although I think they should be held in contemp of court for frivolous lawsuit.
Re:Please don't take SCO seriously! (Score:5, Funny)
Re:Please don't take SCO seriously! (Score:5, Insightful)
I enjoyed your well-constructed post up and until this last bit. This sounds as re-assuring as, well, Mr. Mohammed Saeed al Sahaf, the IIM.
Also, I think
Talking of MS, I wonder why they should begin licensing SCO IP now. I mean, are they planning to use Unix code in Longhorn or something? If they've already used SCO IP without a license, we need to expose these thieves. And what does Services for Unix have to with SCO IP? I u'stand SFU is about NFS, Automount etc. and I believe Sun, and not SCO, holds the IP for these products.
Re:Please don't take SCO seriously! (Score:5, Insightful)
One thing I do have to argue though, is your idea of banning stories about this lawsuit, or anything SCO related for that matter. Simply sticking your head in the sand does not make the threat go away. I believe that by discussing these issues over and over again, we, as a community, are bringing up issues that could very well be cornerstone's in IBM's defense. If SCO is pigheaded enough, Linus can use them for Linux defense as well.
You know, seeing this all unfold, I can't help but think of the BSD is dying troll, and how it so nicely fits SCO in this case. "The writing is on the wall." SCO just must have seen it first, and is trying their damnedest to take as many people with them on their way down.
Study How to Be a Troll! (Score:3, Funny)
If you're going to start something, finish the job. Or just lur
Re:Please don't take SCO seriously! (Score:5, Informative)
I think this article [theinquirer.net] sums it up nicely.
Sigh...
Re:Please don't take SCO seriously! (Score:3, Interesting)
I agree with you. This is as good a 'FUD' as it gets. Seems to me like MS offered a direct 'compensation' to SCO and made an offer it couldn't refuse (why the hell would MS need SCO IP that they couldn't get from Sun/IBM/Whatever? after all SCO is an ancient unicycle). Hey, if they somehow win they get to dig into IBMs pocket too! For SCO that's the biggest win-win they've seen in a long time.
Where i disagree with y
Re:Please don't take SCO seriously! (Score:4, Informative)
You say:
What has SCO Unix got to do with it? IBM never saw SCO Unix code. They're claiming IBM stole stuff from Project Monterey, i.e. UnixWare 7.If you're claiming that UnixWare can't run on 24 CPU's, doesn't have a journaling FS, doesn't have a LVM, doesn't run on NUMA machines I want to know what planet you're coming from.
Re:Please don't take SCO seriously! (Score:5, Informative)
In a quick review of that brochure, I also can only find such astonishing accomplishments like "relational database", "integrated HTTP server" and "Web browser".
If they have journalizing, LVM or NUMA, they seem to keep it a well guarded secret. Maybe you can come up with some proof about these great accomplishements of SCO?
Anyway, Linux could run on 24 CPUs even before Monterey was started.
Re:Please don't take SCO seriously! (Score:5, Informative)
> more than 8 processors has more to do with Intel CPU scaling
> issues than kernel support problems.
One thing most people don't seem to mention is that Unixware has a journalled filesystem and volume manager, but they don't own the copyright on that code. It's just VxFS and VxVM from Veritas repackaged and sold by them.
Matt
This is whats known asa confirming instance (Score:5, Interesting)
1. SCO is a company that doesn't even understand its own products
2. SCO's Lawsuit is the desperate last gasp of a company going down the tubes.
3. The SCO management team appears to be desperate enough and with such a complete lack of morals that they will lay claim to anything around them, without regard to morality or ethics.
If the SCO people are the best that Microsoft can get to help in their war on Open Source then this will likely backfire due to the disgust with the nature of the people involved.
Saw this on Google News a while back (Score:5, Insightful)
Anyway - on a related note: this is why IBM will not buy SCO. As much as people daydream that IBM is "on our side" and all that, there seem to be all too many who conveniently forgets that IBM is in it for the money, not because they have some kind of conviction that OSI is morally good, or something - it's only good because it's making them money.
Buying SCO, even if it temporarily puts this behind them, makes OSI completely unworkable by IBM - beacuse this would set a precedence of sketchy IP companies suddenly realizing that IBM will actually pay CASH for bullshit patents and stuff. As much cash as IBM have, they can't be buying every bullshit patent touting company out there - at least not doing so while making a buck.
so, if SCO fucks linux over, IBM will just find another route to makey money, and if linux stands, IBM will continue to stand my its side. Regardless, though - don't expect IBM to chump out the change for SCO, though i do think they will push a few lawyers for the good cause, because getting a few lawyers and bust SCO's bs out of the water and keep linux standing will, in the end, mean the best bottom line for its business.
look at the world with an economic eye, guys.
Re:Saw this on Google News a while back (Score:5, Interesting)
Err well making money is arguably morally good.
SCO is far less trying to fsck over linux than IBM, yes they've made noises toward the Distributions, but a primary thrust of their suit is to revoke IBM's Unix license. Even a very small likelihood of that happening will grab the attention of people running AIX.
Naturally we expect IBM to address this with the court and if the court considers it likely they will prevail, then IBM will be allowed to continue shipping AIX.
The reasons I think SCO loses this case, amplifying OSI's discussion:
Personally I'm hoping SCO gets tapped for IBM's legal fees when they inevitably lose this case. The only winners I can see are SCO's lawyers, and perhaps to a lesser degree microsoft and Sun.
OSI Papers notwithstanding... (Score:5, Funny)
So... (Score:5, Insightful)
So, not matter what happens, open source will survive. GNU/Linux may suffer, but not other systems.
The SCO law suit will probably go down in history in the same category as the stupid congressmen that bad-mouth the GPL. Namely, the trashcan.
Re:So... (Score:5, Insightful)
Even if Linux was to suffer from this ridiculous law suit, there is always [Free|Net|Open]BSD, systems that certainly do not include any code from SCO (otherwise, they would be named).
I'm picking your comment at random from all the theres-no-problem-we-still-have-*BSD touters out there.
There is NOTHING, I repeat NOTHING that prevents this mess from happening to the *BSDs aswell. Some oh-so-secret IP from random-ligitator-company may just as easily end up in any project with an open development model.
Yes, the *BSDs where clensed in the beginning of the 90ies from the old AT&T sorucecode license ghost, but this deal is about supposedly *new* IP developed by SCO.
Re:So... (Score:3, Insightful)
This is a real insight. Any open source project is vulnerable to this kind of Microsoft sponsored lawsuit.
This will (hopefully) of course get thrown out in court, after moving in Lawyer-Time (opposite of Internet-Time).
In the meantime, there is lots of FUD flying around abo
a good explanation from.... (Score:5, Interesting)
http://news.com.com/2010-1071_3-1007758.html?ta
He doesn't outright say it be he is almost implying that certain monied interests (M$?) could be indirectly funding the whole SCO effort to spread FUD about Linux.
Re:a good explanation from.... (Score:3, Informative)
But whose theft?
"The exact terms of final settlement, and much of the judicial record, were sealed at Novell's insistence."
"The University of California then 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
My favorite quote... (Score:5, Insightful)
Re:My favorite quote... (Score:3, Funny)
SCO's complaint is factually defective in that it implies claims about SCO's business and technical capabilities that are untrue. It is, indeed, very cleverly crafted to deceive a reader without intimate knowledge of the technology and history of Unix; it gives false impressions by both the suppression of relevant facts, the ambiguous suggestion of falsehoods, and in a few instances by outright lying.
Ouch. 'Dem are some strong words!
Their strength has been in franchise operations includ
Confused (Score:4, Interesting)
Re:Confused (Score:4, Informative)
Defining Linux is notoriously tricky, since some people primarily rely on kernel heritage, while others try to build a definition based on the collection of software considered part of the "standard" package. This is complicated by various distributions that may or may not use the same pieces of software for similar tasks. The basics may be all GNU/BSD, but once you get beyond that, things can get ugly fast.
Someone making a chart would therefore likely either decide to stuff Linux off to one side on the justification that the kernel has no direct heritage, or draw a crapload of lines to other Unixen and codebases to really nail down every last relation.
Definition of "derived" is the key (Score:5, Insightful)
WRT the use of BSD tools, I suspect this was a judgement call in producing a readable graphic describing major influences. Show all interactions and the page is an unreadable mess, (possibly resembling the profile of a gnu?).
Re:Confused (Score:3, Informative)
Not true. Linux is almost completely written from scratch. There are a few ported BSD drivers, but the core OS is a completely new work that shares no code with "genuine" Unix. Of course, Linux distributions included BSD derived code, but the suit here regards the kernel, not userland, and the kernel wasn't derived from anything...
Are SCO not just looking for a buyout ?? (Score:5, Interesting)
The fact that M$ has suddenly bought licencing from SCO seems as though they may have just taken the bait that SCO cast out
So M$ buys them out, because they can claim the IP and put Linux in a bad light - even though the court case gets lost - there will always be doubt in the average corporate manager's mind. So M$ ultimately gain
Re:Are SCO not just looking for a buyout ?? (Score:3, Funny)
More Conspiracy ... (Score:3, Interesting)
If you don't read anything else, read this... (Score:5, Interesting)
Furthermore, SCO is barred by the terms of the GNU General Public License from making copyright or patent-infringement claims on any technology shipped in conjunction with the Linux kernel that SCO/Caldera itself has been selling for the last eight years. Therefore, SCO may accuse IBM of misappropriating SCO-owned software to improve the Linux kernel only if that software does not actually ship with the Linux kernel it is alleged to be improving!
Finally, SCO is barred from making trade-secret claims on the contents of the Linux kernel, not merely by the fact that the kernel source is generally available, but by the fact that SCO has made the sources of its Linux kernel available for download from SCO's own website!
Re:If you don't read anything else, read this... (Score:5, Interesting)
Re:If you don't read anything else, read this... (Score:3, Insightful)
Nobody claims that the University of Manchester is the distibuter of the gnu tools they mirror, they claim that the FSF is. SCO's case is very different and not helped by the fact that they only pulled their distributions some time after filing suit against IBM.
Furthermore
Re:more a legal than technical issue Re:If you don (Score:3, Interesting)
> something of a concern about it for enterprise level customers.
Then maybe it is finally time for the GPL to have its day in court and do or die. And this looks like an excellent test case.
ESR just couldn't resist... (Score:4, Insightful)
[4] We use the term "hacker" in its correct and original sense here, as an enthusiast or artist of computer programming.
'Hacker' is pejorative for many concerned with law enforcement, who do not care about ESR's 'hacker/cracker' agenda. Why not just call them 'contributors' or 'authors'? I don't see references to 'Micro$oft' or even 'Unices' in the document.
Re:ESR just couldn't resist... (Score:5, Insightful)
Because they are hackers. Why did he use that term? Well, he did write the book on it, so to speak.
I am really saddened at the weak constitutions of most people today, even in the tech community. Everyone has a "why not conform?" attitude. What ever happened to actually having beliefs in something and standing up for it? Everyone derides ESR and RMS because they stick by what they believe in. Even if you don't agree with them, why do you feel that they need to change their stance? Why does everyone need to have the same opinion on things?
Even though I haven't seen it yet, I have seen this quote from the Matrix Reloaded:
Lock: Not everyone has the same beliefs as you do.
Morpheus: My beliefs do not require them to.
ESR, RMS, and others HAVE beliefs in things - what do you believe in?
SCO is crazy (Score:5, Insightful)
Make sure they can't countersue you on something else.
If IBM were smart, they'd go looking through their patents and technology and countersue SCO into the stone age.
Chances are EXTREMELY good that a company as large as IBM has something to fire back at SCO. Patents are as useful for defending oneself against extortion as they are for extorting money from people in the corporate world. (Many companies file patents solely for defensive purposes - If someone goes after them for patent infringement, they hope that they can strike back with their own patent infringement claim.)
It takes time. (Score:5, Insightful)
One thing's for certain; no matter what hapens, IBM will make sure their rebuttals and countersuits are extremely well supported and factually correct, probably with the help of many, many highly paid expert witnesses.
I'm expecting them to try to prove a point in court, to legitimize their new business model, and to open up future revenue streams for cooperation (they need to clear EVERYONE of this nonsense, or else an entire industry [the one they created by embracing Linux] might disappear).
It would do better for their bottom line in the long run to prove their business model is sound, and to legally fuck their competition (i.e., SCO) than just outright buying SCO; it would then look like they are covering something up.
Microsoft linkage (Score:5, Interesting)
I suspect that their is more here than meets the eye in terms of collusion between MS and SCO. I could see MS picking up SCO if they can damage Linux in the process.
To spell it out, here is what I'm suggesting (IMHO): I suspect MS and SCO execs are acquaintences. I suspect that MS execs tugged on the SCO execs to make some troubles for Linux (starting with the IBM thing whenever). I suspect that they have a big bag of such issues with which to harass Linux vendors. I suspect that MS will enter the Linux/Unix arena in the next 3 to 5 years, possibly through an aquisition of SCO.
Question: Was SCO part of the anti-trust suits and related suits against MS? If so to what degree?
Re:Microsoft linkage (Score:3, Interesting)
It's interesting that in the month leading up to this I've seen a couple quotes from Microsoft representatives stating that they would be creating a version of their OS that doesn't require the Windows GUI. This is a big step towards Windows becoming more like Unix. Perhaps this is related somehow?
It would make sense that the best way for
Re:Microsoft linkage (Score:5, Funny)
I'd still look for connections down the road. MS sure capitulated to SCO mighty fast. But, don't discount Gates' respect for Unix/Linux either.
But after doing a painfully difficult 1 minute search on Google, I'd say SCO is looking more and more like a Rambus. The lawyers are calling the shots. I see their gripes with MS.
I'll start working on an Illuminati and Free Masons angle. That will be much more diffiulct to call paranoia because we all know they run the world anyway.
Wonder what Ray Noorda thinks of all this? (Score:3, Insightful)
Interesting how Caldera held the torch as it were for DRDOS (which IMHO was the TRUE and technically superior DOS for the PC, insofar that it really WAS better than MSDOS (aka "Messy DOS"), it derived directly from from Digital Research whereas MSDOS was the bastardization of Digital Research's CPM and further mangled by Bill Gates et al.) and DRDOS was MSDOS' direct and main competitor back in the day. Also interesting is the fact that Ray Noorda was involved in the formation of Caldera. It's no secret that there was no love lost between Mr. Norda and Bill Gates - especially from Ray Noorda's side.
With the way that SCO/Caldera has appeared to have become Microsoft's bitch, Mr. Noorda must be choking on his biscuits right about now.
SCO - Too bad they ruined the name (Score:4, Interesting)
Most important (Score:3, Interesting)
A judgment in favor of SCO could do serious damage to the open-source community. SCO's implication of wider claims could turn Linux into an intellectual-property minefield, with potential users and allies perpetually wary of being mugged by previously unasserted IP claims, and ever-more-outlandish theories of entitlement being propounded by parties with only the most tenuous relationship to anyone who ever wrote actual program code. On behalf of the community that wrote most of today's Unix code, and whose claims to have done so were tacitly recognized by the impairment of AT&T's rights under the 1993 settlement, we protest that to allow this outcome would be a very grave injustice. We wrote our Unix and Linux code as a gift and an expression of art, to be enjoyed by our peers and used by others for all licit purposes both non-profit and for-profit. We did not write it to have it appropriated by men so dishonorable that after making profit from our gift for eight years they could turn around and insult our competence.
And here's the really important message:
Damage to the open-source community would matter, because we are both today's principal source of innovation in software and the guardians and maintainers of the open Internet. Our autonomy is everyone's bulwark against government and corporate control of the digital media that are increasingly central in political, commercial, and personal communications. Our creative energy is what perpetually renews and finds ever more exciting uses for computers and networks. The vigor of our culture today will translate into more possibilities for everyone tomorrow.
I think that is a nice roundup of every geek's feelings towards the tendencies found in politics, business and laws nowadays.
SCO used the wrong group (Score:3, Funny)
Great paper (Score:5, Interesting)
Examination of SCO's 10Ks reveals that, even were we to assume that every dime of their revenue came from the enterprise market, their 2002 share could not have exceeded 3.1% [5] This is at the level of statistical noise.
ESR's Errors (Score:3, Insightful)
There are numerous places in this paper where ESR gets his facts wrong, & not a few typos (e.g. the genealogical chart he provides for UNIX post-v.7 out _does_ show the lineage of AIX). And he can't help but add a section or two about his pet theory about how wonderful Open Source is.
HOWEVER, there are far less errors in ESR's history of UNIX than in the SCO Group's. The biases in their narr
Way to go for stupid choice of quote (Score:5, Interesting)
"SCO has never owned the UNIX trademark. IBM neither requested nor required SCO's permission to call their AIX offering a Unix. That decision lies not with the accidental owner of the historical Bell Labs source code, but with the Open Group."
Well, this is quite true, but it's a trivial offhand swipe at SCO that has nothing to do with the court case. SCO are claiming breach of contract and copyright infringement, not trademark infringement.
The OSI position paper is actually pretty good, and almost any sentence picked at random would probably have been more relevant than that one.
How about:
SCO alleges (Paragraph 57): "When SCO acquired the UNIX assets from Novell in 1995, it acquired rights in and to all (1) underlying, original UNIX software code developed by AT&T Bell Laboratories."
SCO neglects to mention that those rights had been substantially impaired before its acquisition of the ancestral Bell Labs source code. [...] ten years ago at a time when Linux was in its infancy, the courts already found the contributions of other parties to what is now UnixWare to be so great, and Novell's proprietary entitlement in the code so small, that Novell's lawyers had to settle for a minor, face-saving gesture from the University of California or walk away with nothing at all.
Or:
SCO's claim to own the scalability techniques certainly cannot be supported from the feature list of its own SCO OpenServer, a genetic Unix. The latest version advertises SMP up to only 4 processors (a level which SCO's complaint dismisses as inadequate), no LVM, no NUMA, and no hot-swapping. That is, SCO is alleging that IBM misappropriated from SCO technologies which do not appear in SCO's own product.
Interesting reading (Score:5, Interesting)
The title kind'a get you thinking... "The Fear War on Linux". It seems pretty clear that the only one who might benefit from this is Microsoft. Really fitting for their strategy of FUDing Linux out of existence. Is this just a convenient turn of events for the Redmond guys, or a truly Machiavellian charade orchestrated by them since day one?
Btw, could someone explain these clearly out-of-context quotes? [sco.com]
ESR is just as bad, if not worse (Score:4, Insightful)
SCO has made a big gamble here, they're incurring the wrath of much of the Unix community (and ALL of the Linux community), and they might end up destroying what's left of their IP and credibility.
BUT...they're putting their money where their mouth is. They're taking this to court, and winning or losing based on a court ruling.
Eric Raymond, on the other hand, is providing a 'rebuttal' to their case which is at LEAST as revisionist and self serving as SCO's, but he's not risking anything. Instead he's sitting back, making smarmy comments, feeling superior, and further convincing the Linux community that Open Source is a holy and sacred beast, which must take over the world.
In other words, his evangelism is just as galling as SCO's corporatism, but without the clout behind it.
It's time for ESR and all the rest (Theo de Radt, creator/manager of a fabulous OS and general asshole, Linux coders who don't believe in documentation, etc. etc.) to get off of their evangelical horses and start working for the best results, rather than a vision or mission.
Something was "added to" Linux they say (Score:5, Insightful)
The SCO spokesman said something was added to Linux by vendors that was proprietary code. That sounds like the kernel is out of the picture, in which case, we cant say their aim is on "Linux" no matter what the intention. So it could be something like YaST or even some fancy scripting. How hard can it be to replace something thats not the kernel in a distro? And this wouldnt affect the other distros either.
Theyre really kicking up dust in the face of Linux and not clarifying why. Everyone has been blindly mounting defence for Linux without even knowing what code came from UNIX by IBM at all. By the time they 'reveal' their little blame, all this wall of defence would have strengthened the case for Linux being really free.. and we needed a phreak losing case like this to give a reminder to the community not to use tainted code anywhere in the distros at all. No other Operating System grew up with so much licensing issues in mind; and Linux is bulletproof now. It is precisely this reason why Linux took the lead over BSD.
ESR, as always, is full of shit (Score:3, Insightful)
This is so much bullshit, you don't need to write twice as much code to do twice as much work. If anything, it makes programming easier because you can use a lot more pre-made code in libraries without worrying about performance. I think it's hilarious that he goes on and on about his own philosophy and theories and states them as pure facts while also talking about the specifics of the SCO case. It weakens his whole argument, really.
and look at this:
Examination of SCO's 10Ks reveals that, even were we to assume that every dime of their revenue came from the enterprise market, their 2002 share could not have exceeded 3.1% [5] This is at the level of statistical noise.
Statistical noise? Yeah, if you were taking a survey with a standard sample size (~1200 samples), but not if you're looking at all the data (such as comparing revenue). ESR is simply showing is poor education here.
delmoi, also, apparently is full of shit (Score:4, Interesting)
It was not said that you need to code twice as much; rather, that complexity doubles. This is demonstrably true.
Statistical noise? Yeah, if you were taking a survey with a standard sample size (~1200 samples) Actually, 3.1% is > 2 standard deviations from the mean regardless of sample size. It's noise, plain and simple.
Major Nitpick (Score:4, Informative)
VERITAS File System (VxFS) and VERITAS Volume Manager (VxVM) are owned by VERITAS Software Corporation. They are not part of the Bell Labs code. By reading Eric's article one could infer (I did) that he was implying this code is part of the Bell Labs code.
Disclaimer: I work for VERITAS Software Corporation.
Some corrections about the histroy of x86 UNIX (Score:3, Informative)
SCO and Intel UNIX: OSI has it wrong and so does SCO. SCO did port Xenix to the 8086 and 286. Intel/AT&T paid to have Interactve Systems port UNIX 5.2.2 to the 286 and 5.3 to the 386. SCO used the Interactive port for the basis of the later products. Interactive built a packaged UNIX based on V.3 which was eventually bought by Sun which used this as the base of Solaris for Intel.
IBM hired Locus Computing to port UNIX to the PS/2. They used a V.2.2 variant and did not use the same code base that was used for the RISC AIX, which was developed by Interactive for IBM.
The OSF ported the MACH kernel and UNIX layer but still used a variety of the Bell commands. I think the kernel was Bell license free, but I can not remember the exact terms. I know you needed an AT&T 5.2 level license, but I think this was because OSF still used the commands, libs, etc from Bell.
In a way, SCO is correct, in that the Intel ports of the various UNIX'es all derive from some version of Bell Labs UNIX which the vendors had access to via an AT&T license.
Sue SCO for slander and libel (Score:5, Interesting)
Reading thru the OSI document, it became clear to me that the SCO suit and surrounding PR are an attempt to do to Linux what the USL/BSD suit did to BSD a decade ago -- that is stall it's adoption in a cloud of legal FUD.
For those who are not aware, back in the early '90s Unix Systems Lab (the inheritor, at that time, of the bell labs IP in Unix) sued the BSD people over their attempt to split off the BSD code from the Bell Labs IP. At that time, they had realized that the BSD code base had very little code that had actually sourced with AT&T and decided that it was time to excise what was left of the AT&T code and go their own non-proprietary way. USL was indignant at this abandonment of fealty and attempted to sue the BSD group back into compliance.
As the OSI paper succinctly puts it: "The suit was settled after AT&T's request for an injunction blocking distribution of BSD was denied in terms that made it clear the judge thought BSD likely to win its defense." -- (and after Berkeley's threat to counter sue AT&T over their own violations of the BSD copyright and license).
Many people, however, credit the current popularity of Linux -- at least in part -- to the legal cloud that the AT&T suit placed over the BSD codebase -- at about the same time that Linus released the early (and relatively primitive) versions of the Linux kernel with the GNU utility codebase.It is believed that a number of people decided that it was easier -- legally speaking -- to throw their lot in with the clearly IP-intact Linux than to risk getting caught by the BSD license debacle.
As a result, Linux is now the dominant Unix-variant OS OS, and the various BSDs -- which started with a much more stable and mature codebase are now holding a relatively niche market space.
SCO's suit along with their rather bombastic and (as shown by the OSI document) seriously misleading and unfounded PR claims seem intended to create precisely the same kind of 'chilling environment' around Linux. The fact that Linux is just about to get into a serious head-on fight with Microsoft for control of both the server market and the desktop market may be either coincidental or part of a conspiracy.
Although SCO's legal filings have a limited immunity to claims of slander and libel, to the extent to which they have repeated those claims in press releases, public statements, and letters, they are not. Those public and semi-public statements appear to be a large part of SCO's 'legal' campaign, and open them to some serious libel claims.
I honestly believe that it would be appropriate for the Linux community to seriously look at suing SCO over the insulting, degrading and clearly untruthful statements that they've made about us. The intent of those statements is to degrade the image and financial value of the work of the Linux community, and if they're allowed to stand, they may succeed in doing so to a greater degree than they already have.
The most interesting point I've found on this (Score:3, Interesting)
Comment removed (Score:3, Informative)
Re:So? (Score:5, Funny)
This explains alot... are you in management?
Re:So? (Score:3, Insightful)
1. SCO says, that IBM used SCO's proprietaty code to improve Linux and without SCO's expertise Linux wouldn't have such features.
2. SCO offering don't have such features.
3. So, how it is possible, that "stolen code" used in Linux has features, that Unixware and SCO OpenServer don't have?
Mainframes don't run AIX (Score:3, Interesting)
However, you used to be able to get AIX for S/390. It was hugely expensive and didn't really catch on.
Yes, we certainly do use AIX. (Score:4, Interesting)
Yes, we certainly do use AIX, and it is a fine, reliable, stable and high-performance *nix.
telnet (CWX1)
CWX1 (AIX 4.2.1) Unauthorized use/access is prohibited.
login: root
root's Password:
Last unsuccessful login: Wed May 14 13:25:58 2003 on
Last login: Thu May 15 09:28:00 2003 on
Determining terminal type, please wait...
Terminal recognized as vt220 (DEC VT220)
TERM=vt220
/ >#uname -a
AIX cwx1 2 4 00054848A100
/ >#uptime
10:41AM up 337 days, 12:13, 4 users, load average: 0.19, 0.22, 0.54
/ >#
Yes, it's an older, outdated version of AIX, but does its job and runs too reliably to risk dorking with upgrading it. Besides, it's on a private internal network only (hence being able to telnet in as root), and runs an older version of Oracle that's quite happy on this platform. And furthermore, it's long since paid for itself over and over again.
Re:Yes, we certainly do use AIX. (Score:3, Informative)
This system as a whole, including the Oracle database and the apps which use that database, are parts of a revenue-generating organization. That organization could not operate as successfully without that system, and before it was purchased 7 years ago, our operation was done solely by manual accounting procedures. The financial benefits (expense reduction plus additional revenue) realized above and over the old manual proce
Re:As an attorney... (Score:3, Interesting)
I'll assume two things here: 1) You're not a troll, and 2) you've read the OSI paper that was the article. Both are probably wrong, but hey.
So if you have some serious research, I'm sure we'd love to see it. Particularly if some of it invalidates claims in the OSI paper, which are pretty strong.
Re:Sco, Caldera, WTF (Score:3, Informative)
Re:sale of property an "accident"? (Score:5, Informative)
As you pointed out, SCO/Caldera did not have any outstanding claims to the source, so they had no integral or premediated claims to the source. The authors could have said 'adventitious' instead.
Your description of objects being bought and sold actually demonstrates how accidental or adventitious ownership works. If I bought a car, I had no previous ownership-interest in it; I'd be doing it out of legal chance, as accidental ownership -- I just bought the car because I could.
A company or person who built the car could say that they have some interest (may or may not be ownership) in the thing, and therefore have some intrinsic reason to buy it. Their ownership would not be accidental. They bought the car because they already had something at stake in the value of the it, perhaps as a demonstration of their workmanship.
Actually, the fact that SCO/Caldera never obtained *ALL* the rights from *ALL* the licences is one of the main points of the article. They make this clear several times by showing different systems that were licenced and SCO has no right to, and systems that SCO released to the public both freely and under the GPL. A second is that SCO/Caldera profited for several years from the actions, including distributing infringing code under the GNU licence and contributing to the code in a public work, but are only now attempting to assert some rights against another company. A third point is that SCO/Caldera probably does not have those rights that it is trying to assert, through the earlier settlement and licence issues, mutally accepted 'theft' of code [which isn't theft if both parties were aware of it and took no official actions], and other history.I think that in spite of some slightly incorrect dates, omitting the free/open arguments and the GNU/Linux OS vs. the Linux kernel, and the inclusion of anecdotes like 'But that emperor has no clothes', the authors have a very clear and solid attack against several aspects of the suit
frob.
Re:sale of property an "accident"? (Score:3, Informative)
But you're still missing the point. He's not debating that SCO own the Bell Labs source: that's a record of historical fact. As the document makes quite clear, the Open Group owns the Unix trademark. So whether or not SCO own the Bell Labs makes no difference: IBM need the permission of the Open Group, not SCO, to call AIX a Unix. SCO's ownership of the source (not the trademark) is entirely accidental to this.
In the same way, I'm not denying that you own your car. However, in any discussion of whether I o