Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Microsoft Getting Paid for Patents in Linux?

Posted by CmdrTaco on Sun Feb 11, 2007 11:30 AM
from the now-wait-a-minute dept.
kripkenstein noted an Interview with Jeremy Allison where the interviewer asks 'One of the persistent rumors that's going around is that certain large IT customers have already been paying Microsoft for patent licensing to cover their use of Linux, Samba and other free software projects.' and Jeremy responds "Yes, that's true, actually. I mean I have had people come up to me and essentially off the record admit that they had been threatened by Microsoft and had got patent cross license and had essentially taken out a license for Microsoft patents on the free software that they were using [...] But they're not telling anyone about it. They're completely doing it off the record."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Why shouldn't they ? (Score:5, Insightful)

    by Space cowboy (13680) * on Sunday February 11 2007, @11:33AM (#17973016)
    (Last Journal: Friday April 27 2007, @02:20PM)

    Yes, I know, software patents are the spawn of Satan, no-one (not even me, actually :-) likes them. The point is, though, that software patents are currently completely legal, and any owner of such is going to exploit that. Why would anyone expect anything different ?

    I'm nowhere near a fanboy for Microsoft (quite the opposite, if you read my posting history), but in this case, I can't see they've done anything *wrong*. You can argue that software patents are bad - yes, agreed. You can argue that these particular patents are flawed, perhaps they are. You can argue that it's just not moral to profit from the work of others, and yes I agree with that too.

    But, sadly, what they're doing appears to be legal, so perhaps the ire ought to be directed at what makes it legal, rather than shooting the messenger (dammit :-).

    Simon (ducking)
  • Plausible, but no proof (Score:5, Interesting)

    by daeg (828071) on Sunday February 11 2007, @11:36AM (#17973030)
    While the idea is plausible and scary, where's the proof? If I were being threatened by Microsoft, I'd sure as hell make it public. What better way to defend yourself than getting support of the entire Linux/Free Software community?
    • Re:Plausible, but no proof by robinvanleeuwen (Score:2) Sunday February 11 2007, @11:51AM
    • Re:Plausible, but no proof (Score:5, Insightful)

      by DarkOx (621550) on Sunday February 11 2007, @11:54AM (#17973190)
      Its a nice thought and as a private organization or individual it might make sense but its not going to make sense to lots of corporate decision makers. Publicly admiting the Microsoft is threating to sue you is *Not* going to help your stock price any. Changes are you own some stock in the business yourself, so there is even a personal motiviation. Also there is going to be a long and costly legal battle if you decide to go the mat with M$. You can't afford to half ass your defense, if you lose its gonna really hurt so the only option is win, that is going to take dollars that you may not want to spend, because you could use them to be otherwise competivie, or you might not even have those dollars.

      No for most public companies its going to be cheaper to bow to M$ extortion, hint M$ will customize their demands so that is the case, then to fight them. Its no surpise at all M$ can basically shake down corporate FOSS users. Until the patent/copyright situation is really resolved and sadly I don't think the SCO case is going to fully resolve it, especially the patent side, M$ can bully anyone they want.

      Which is exactly what Novell was trying to stop ostensibly, although I think their motives were far less pure personaly.
      [ Parent ]
    • Re:Plausible, but no proof by dword (Score:1) Sunday February 11 2007, @12:22PM
    • Re:Plausible, but no proof by ms1234 (Score:2) Sunday February 11 2007, @03:10PM
    • Re:Plausible, but no proof by kripkenstein (Score:2) Sunday February 11 2007, @03:18PM
    • Re:Plausible, but no proof (Score:5, Insightful)

      by HangingChad (677530) on Sunday February 11 2007, @05:42PM (#17976170)
      (http://www.dangercollie.com/music/)

      While the idea is plausible and scary, where's the proof?

      I'd like to know that, too. Name some of these companies. Because I work with a lot of big end users, most of them running Linux in some fashion, and they all seem to enjoy telling the MSFT rep they lost those sales. I've been in the meetings, MSFT has questioned Linux IP but not in any specific fashion. When I asked them point blank if that was a threat they backed right off it.

      You'd think if MSFT was really trying to muscle companies someone would be talking. Anyone have a copy of the letter? I'd be posting mine on Groklaw, then turn the stories in for here and Digg. I'd be amazed if MSFT could keep anything this big a secret as disorganized as they are.

      Or maybe a couple wise guys show up at the office and say if they don't pay bad "tings" might happen?

      Let's see some proof or this is FUD.

      [ Parent ]
    • Re:Plausible, but no proof by towsonu2003 (Score:2) Sunday February 11 2007, @07:19PM
    • 3 replies beneath your current threshold.
  • so do home users (Score:4, Insightful)

    by CaptnMArk (9003) on Sunday February 11 2007, @11:40AM (#17973076)
    Most home users have been forced to buy XP home anyway.
  • by vic-traill (1038742) on Sunday February 11 2007, @11:49AM (#17973142)
    Summary is linked to the *middle* of the article. This ensures that any /. reader who actually goes to TFA doesn't have to read any of that pesky 'context' or let any of that tiresome 'background' get in their way. Gotta get those First Post!! articles in!
  • NFS is easier anyways (Score:5, Insightful)

    by tomstdenis (446163) <tomstdenisNO@SPAMgmail.com> on Sunday February 11 2007, @11:52AM (#17973168)
    (http://libtom.org/)
    No big loss. NFS is easier to use, has real file permissions, etc.

    Just another "innovation" from MSFT [smb] that they'll try to horde instead of playing the "let's weigh in on technical merits" game.

    And for fuck sake, why doesn't Windows support NFS? It makes mixing boxes on a lan such a bitch ... oh wait ... I get it.

    Tom
    • Re:NFS is easier anyways by realmolo (Score:2) Sunday February 11 2007, @12:13PM
      • Re:NFS is easier anyways (Score:5, Insightful)

        by johnw (3725) on Sunday February 11 2007, @12:54PM (#17973752)

        NFS is a joke. The security model is broken in version 3, and in version 4, it's a complicated mess.
        This misses the point of the differences between NFS and SMB.

        NFS was designed for use in an environment where both client and server boxes were secure, multi-user systems. One logical connection per share would serve for multiple users. Of course, if you allow insecure clients into the equation then all your security is blown out of the water.

        SMB was designed on the assumption that the client would be an insecure single-user system. All the security is on the server, and connections are on a per-user basis.

        Neither system is really ideal for the situations which we have today. What is needed is a secure system which copes with multi-user client boxes.

        John
        [ Parent ]
        • Re:NFS is easier anyways (Score:4, Informative)

          by macemoneta (154740) on Sunday February 11 2007, @01:38PM (#17974108)
          (Last Journal: Saturday February 17 2007, @08:39PM)
          What is needed is a secure system which copes with multi-user client boxes.

          FUSE and sshfs [sourceforge.net] meet your requirements. I've been using sshfs between 5 systems for a year now, and its operation has been flawless.

          [ Parent ]
        • Re:NFS is easier anyways by msh104 (Score:2) Sunday February 11 2007, @01:38PM
        • Re:NFS is easier anyways by init100 (Score:3) Sunday February 11 2007, @03:37PM
        • Re:NFS is easier anyways (Score:5, Insightful)

          by Coward Anonymous (110649) on Sunday February 11 2007, @04:00PM (#17975424)
          "NFS was designed for use in an environment where both client and server boxes were secure, multi-user systems. One logical connection per share would serve for multiple users. Of course, if you allow insecure clients into the equation then all your security is blown out of the water."

          And in a world where network jacks are in every wall, it is trivially easy to bring in an "insecure client" and even easier to bring in a LiveCD with you favorite flavor of Linux, NFS is secure how? NFS's default "security" and "authentication" is trivial to circumvent in a practical sense in most corporate environments.
          SMB has many drawbacks. However, it's out-of-the-box authentication + ACL mechanism is vastly superior to what NFS (v2 & v3) has to offer. That is why NFSv4 ACLs look alot like Windows ACLs and why RPCSEC_GSS (aka Secure NFS) went from being an option to a MUST in RFC 3010.
          [ Parent ]
        • fools by oohshiny (Score:2) Sunday February 11 2007, @04:06PM
        • Re:NFS is easier anyways by DimGeo (Score:2) Sunday February 11 2007, @06:08PM
        • 1 reply beneath your current threshold.
    • Re:NFS is easier anyways (Score:4, Insightful)

      by undertow3886 (605537) <geoff@@@amsa...info> on Sunday February 11 2007, @12:19PM (#17973420)
      (http://amsa.info/)

      First of all, Windows does support NFS. Secondly, NFS security is a joke. All you have to do is change the user ID of your user on your machine to the user ID of the person you want to steal files from on the file server. Gods help your server admin if he doesn't have root_squash enabled. Then all you have to do is su to root on your machine, and you have access to everything on the file server.

      SMB has actual security and checks on the server side. Hence you have to type a password with mount -t smb, but not with mount -t nfs. Doesn't it seem kind of suspect when you don't have to enter a password with NFS?

      [ Parent ]
    • Re:NFS is easier anyways by tnn_dk (Score:1) Sunday February 11 2007, @12:45PM
    • Re:NFS is easier anyways by kv9 (Score:2) Sunday February 11 2007, @12:47PM
    • Re:NFS is easier anyways by MemoryDragon (Score:3) Sunday February 11 2007, @01:20PM
    • Re:NFS is easier anyways (Score:4, Insightful)

      by caseih (160668) on Sunday February 11 2007, @03:21PM (#17975062)
      NFS is easier, but until NFSv4 is widely deployed, SMB may actually be more flexible and more secure. Right now with NFSv3 (which was the default until the last year or two) if I wanted to export NFS shares to clients, I had to make sure I trusted those clients. Even with root squashing, all you have to do is masquerade the uidNumber and the NFSv3 server would happily give you full access. There were no user/password authentication and credentials at all. In fact at one time I was seriously looking at using a special pam module/daemon that would automount the user's home directory via cifs. In fact if you'll look at what Samba has done with CIFS (CIFS - an ironic name, no? What's common about it?) to add unix semantics including symlinks, you'll see that Samba is a possibility to replace NFS servers in some cases.

      Even in the mac world, rather than mess with AFP (which isn't difficult to use or set up), we just tell our mac users to connect using smb to our servers to get shares when they are not logging into the Apple Domain. It just works and it can communicate with all our OSs.

      That said, I feel that NFSv4 is likely a more secure, more open solution. Alas, though, I doubt we'll ever see Windows support it fully, including permission mappings.
      [ Parent ]
    • Re:NFS is easier anyways by GnuDiff (Score:1) Sunday February 11 2007, @03:54PM
    • Re:NFS is easier anyways (Score:4, Insightful)

      by oohshiny (998054) on Sunday February 11 2007, @04:04PM (#17975456)
      No big loss. NFS is easier to use, has real file permissions, etc.

      NFS has been a joke from day one. The design itself had poorly thought out identity mapping, complete lack of authentication, failure to implement UNIX file system semantics, incredible inefficiency, and a useless RPC layer. I think Sun has done a grave disservice to the UNIX world with NFS. To this day, we still don't have a widely used, decent, secure network file system on UNIX.
      [ Parent ]
    • 2 replies beneath your current threshold.
  • by Colin Smith (2679) on Sunday February 11 2007, @11:54AM (#17973200)
    Write a free cross platform client and server network filesystem which runs on Windows, OSX, Unix, Linux and which uses an open standard for locking, authentication, encryption, ACLs etc.

    Leaving file serving in MS's control simply leaves you open to patent infringement etc.

     
  • by Bender Unit 22 (216955) on Sunday February 11 2007, @11:58AM (#17973228)
    (Last Journal: Wednesday October 10, @06:37AM)
    Do they pay Microsoft when you buy a CIFS license for a filer?
  • by wes33 (698200) on Sunday February 11 2007, @11:58AM (#17973236)
    Any of these putative companies purchasing a patent license cannot distribute any of the relevant code under the gpl. So maybe that's why they are keeping quiet, or maybe they are not re-distributing any software. If the former, then Jeremy Allison has a moral and legal duty to "out" those companies.
  • It is time.... (Score:1, Insightful)

    by jonfr (888673) on Sunday February 11 2007, @12:01PM (#17973266)
    (http://earthquakes.jonfr.com/)
    It is time to delete the patent system, then we delete Microsoft too.
  • FUD (Score:2)

    by Frankie70 (803801) on Sunday February 11 2007, @12:07PM (#17973314)
    This smells like FUD.
  • Would like to discuss your annual donation...

    Rocco and Knuckles will be by to pick up the envelope.
  • this sucks... (Score:2, Informative)

    by Grinin (1050028) on Sunday February 11 2007, @12:10PM (#17973340)
    (http://www.chrisllorca.com/)
    Every time I think of Microsoft and the harm they are causing the end user, and the consumer, it just irritates me beyond belief. Nothing they do benefits the consumer, NOTHING. And yet, the government applauds them for their fine efforts at being completely monopolistic in our modern day capitalistic society.

    Makes me want to puke.
  • Think of the Shareholders (Score:5, Insightful)

    by virtigex (323685) on Sunday February 11 2007, @12:14PM (#17973368)
    Do publicly traded companies have to report this kind of thing? I would be quite concerned if a company whose stock I own was paying money under the table to organizations that had been found guilty of criminal acts [wikipedia.org]. Does anybody have an idea of what companies are doing this, so that they can be asked in a stockholders' meeting.
    • 1 reply beneath your current threshold.
  • Yay Rumors!! (Score:4, Funny)

    by Blakey Rat (99501) on Sunday February 11 2007, @12:27PM (#17973520)
    I heard the illuminadi made them pay Microsoft because these companies know about the Venus base! NOBODY IS SUPPOSED TO KNOW ABOUT THE VENUS BASE! Anyway, the aliens in the Venus base don't use Windows because they know the French government has installed electron bugs in it which can enter your brain and make you like blueberry bagels, and really, who wants that?
  • Everyone, out of the pool!!! (Score:5, Insightful)

    by libkarl2 (1010619) on Sunday February 11 2007, @12:47PM (#17973702)
    I have yet to hear of any evidence, *ever* in the history of computing, where software patents were anything more than the proverbial Turd In The Swimming Pool(tm). You CAN'T polish a turd! Plate it with gold and voila -- it's STILL a turd!

    As Floaters ensure that only the most discusting little kids ever use the swimming pool, Software Patents ensure that only the biggest, most amoral lawyer infested companies thrive in the tech industry.
  • by Anonymous Coward on Sunday February 11 2007, @01:01PM (#17973808)
    IBM, SUN and RH may decide to make their software patent money now by extorting it from Microsoft shops at 10x the cost of Windows licenses. They could make a tidy sum and lay the groundwork for abolishing software patents in the public interest.

  • In other news... (Score:2, Funny)

    by Looce (1062620) on Sunday February 11 2007, @01:21PM (#17973982)
    (Last Journal: Wednesday February 28 2007, @05:10PM)
    You guys totally missed the point of the article. It was about the burrito command.

    Mmm, burrito.
  • Puts the Novell Deal in Perspective (Score:5, Insightful)

    by segedunum (883035) on Sunday February 11 2007, @01:42PM (#17974152)
    (http://ponsaelius.blogspot.com/)
    Now we can see that Microsoft's deal with Novell was explicitly designed to create and solidify this impression amongst companies using Linux. Novell were well and truly bent over the table, despite the fact that they so innocently claim that they have not admitted any IP issues with Linux or the software they use.
  • I need a new OS (Score:1)

    by hoham (898718) on Sunday February 11 2007, @02:03PM (#17974338)
    I'm getting older and I'm tired. OS Wars / Browser Wars / These are getting as bad as the regional conflicts in the world that have been going on for centuries. I need a new OS that will Rock my World, Will free the slaves to
  • IBM and other Linux OEMs? (Score:5, Interesting)

    by javacowboy (222023) on Sunday February 11 2007, @02:46PM (#17974696)
    (http://www.geocities.com/bohemianbrewbaron)
    Wouldn't you think that IBM, HP, and other large Linux server sellers would be a little annoyed at Microsoft shaking down their customers? The more their customers get shaken down, the less like IBM and all would get repeat business, right?

    I would think that IBM could charge Microsoft with Racketeering (which is essentially what MS is doing) on behalf of their Linux customers.

    Maybe the average corporation doesn't have the clout to stand up to Microsoft, but IBM does.

    (Note: I'm not really a big IBM fan. I'm just pointing out that Microsoft isn't infallible).
    • OT/your sig by zsau (Score:2) Monday February 12 2007, @01:32AM
  • I don't doubt... (Score:3, Interesting)

    by Eric Damron (553630) on Sunday February 11 2007, @03:58PM (#17975406)
    I would not doubt that Microsoft would try to extort its own customers in a SCO-like shake down. I'm pretty sure they paid SCO to do it as a sort of trial balloon. An insignificant piss ant like SCO first attacks giant like IBM, drags the litigation out for years and then Microsoft comes in: "See what SCO is doing to IBM? Nice little company you have here... Be a shame if Microsoft had to destroy it through litigation..."

    I also don't doubt that some businesses may have capitulated. That does not, however, give any validity to their patent claims.

    As an IT community we need to respond to Microsoft's aggression in several ways.

    First we must start screaming for the justice department to once again prosecute them for their continued anti-trust violations. They must be held accountable for the damage they are doing through leveraging their monopolies. We must insist that they be broken apart into at least three and probably four separate companies.

    Second, we must not cooperate with Microsoft in any way. Any "gifts" that they offer always turn out to have strings attached. Do not support any part of their dot-net strategy. I use "dot-net" in a loose way to cover many different things like their libraries, ASP.NET etc. The Mono project should die. Don't support it, don't use it.

    Third, we should work to make Java, PHP, etc the defacto standards in delivering active server pages.

    We all need to work together to make Microsoft irrelevant. It won't be quick, it won't be easy but it must be done. This company has shown again and again and again that it is not interested in coexistence.
  • by TehBeer (860440) on Sunday February 11 2007, @04:31PM (#17975658)
    When interviewed they refused to say which patents Linux infringes. This is pure fraud by Microsoft. Burn them alive.
  • by mkcmkc (197982) on Sunday February 11 2007, @05:35PM (#17976092)
    Microsoft is at its heart a parasitic entity, whose only purpose is to maximize its profits, which means maximizing income with the minimum amount of effort. Already we see that real software innovation has moved elsewhere. For example, if it weren't from external pressure from open source software like Mozilla, Microsoft would have stopped development on IE completely. An even better model for them would be simply to have others do the development at no cost to Microsoft, and then for them to charge users for the use of this software, via software patents, etc.
  • prior art on smb (Score:1)

    by timmarhy (659436) on Sunday February 11 2007, @05:37PM (#17976108)
    i can't see how they could hold a valid patent on smb when it was developed at IBM, prior art people. this sounds a lot like extortion money to me - pay us or we will open our obvious patent's war chest on you.
  • Microsoft are probably... (Score:2, Interesting)

    by JustNiz (692889) on Sunday February 11 2007, @05:43PM (#17976178)
    Microsoft are probably offering their bigger corporate customers the chance to buy a patent licence so that they can continue to use Samba while Microsoft attempt to sue the pants off whoever wrote samba.

    The reason they're doing this is because from watching SCO, Microsoft fully expect to be able to drag the litigation out for years, during the early round of which they will get a restraining order on the samba developers hence no upgrades. They will then release some windows update "security patch" to Exchange that just concidentally happens to make the current Samba incomaptable.

    The only people that will then get Samba upgrades legally will be those licenced to Microsoft. It may even be Microsoft themselves that release the fixes in a fake show of support for Opensource to placate the EU.
    • 1 reply beneath your current threshold.
  • comes a time... (Score:3, Insightful)

    by Anonymous Coward on Sunday February 11 2007, @06:14PM (#17976398)
    ...society just needs to revolt against the "company store" mindset. Corporations are not ever supposed to have gotten so important as to be so thoroughly entrenched into society that they become an obnoxious threat.

    It is way past the time with that despicable company. There are a few out there that are the epitome of sleaze and greed, enron, exxon, haliburton/kbr, the media companies represented by the MAFIAA price fixing cartel come to mind.

    And Microsoft.

    I applaud the foreign nations who are actively resisting and moving away from them as much as possible. Regrettably, I know the USA will be the last to see the light on how they are dragging down and ruining the computer scene, they are well past any sort of usefulness for society. All they represent now is economic inertia and "the big skim".

    For the past several years now I have expected nothing from them other than severely restrictive, over priced buggy bloatware, being pushed in the sleaziest manner possible-and I certainly haven't been disappointed in the least, they nail it every chance they get. And what is worse-you can't "vote with your wallet". You as an individual can decide to not use their stuff, but that doesn't stop some piece of all your tax money and some piece of the cost of everything you buy winding its way back into their already stuffed to the seams bursting wallets.

    That is a clear sign when some corporation has just gotten too large and too intrusive and too greedy and too powerful, when you can't even avoid them when you want to.

    The original icon with bill the borg was just so right-on. In fact, it's worse, imagine a corporate society that took the worst they could find from ferengi society and the borg and combined them, that's MS.

    The only people I feel sorry for are the ones stuck working there in this economy, because they need a job that can pay the bills. I know there has to be a lot of folks there who know full well that "things are just not right", but are stuck for a handy alternative.

    Perhaps those folks and any non-greed filled stockholders can turn that company around back to being useful and ethically straight-not just "profitable", I mean ethically straight. No one really minds honest decent companies, and no one really minds if someone makes a buck, but people do mind and do notice once companies have gone off the deep end into uncontrolled spasms of pure greed.

    Yes, Balmer, someone does need to "take the food off your plate", you and your slobbering yes-men are overstuffed bullies and just plain rude and obnoxious in my opinion.

    Put the damn fork down and push away from the table, haven't you gorged enough? Is society now supposed to fund your computing vomitorium so you can keep eating at the economic trough well past any semblance of normalcy and decency? Did you ever stop to think that yes, it IS possible to be civil in our civilization?
  • by ymenager (171142) on Sunday February 11 2007, @06:25PM (#17976506)
    Of course they want to keep it quiet. Because unlike any other company, if MS were to be exposed at doing such a thing, they'd be buried under anti-trust lawsuits.

    I hope it any of that story is true, that one of the people who are being threatened will draw a line in the sand, and blow the whole thing open.
  • by Master of Transhuman (597628) on Sunday February 11 2007, @07:11PM (#17976796)
    This article, along with the other I just read quoting Bill Gates as claiming that "security experts" are producing Mac exploits "every day" that "totally take over your [Mac] machine" (I mean, WTF!), clearly demonstrates both that Bill Gates is a deliberate LIAR (as I have reiterated on Slashdot for years) and that Microsoft is a CORRUPT, ILLEGAL pseudo-monopoly and EXTORTION RACKET that needs to be put out of business NOW by any means necessary.

    Microsoft and its management make Enron look like Greenpeace and Consumer Reports combined.

  • by vgaphil (449000) on Sunday February 11 2007, @08:38PM (#17977432)
    Is there a patent issue between MS and Linux? From what I have read the problem is with Samba and MS, not Linux. If I uninstall Samba from my servers I'm fine, right??
  • by iminplaya (723125) on Sunday February 11 2007, @09:13PM (#17977726)
    (Last Journal: Friday November 09, @01:36AM)
    Will the real Linux owner please stand up?
  • "Go on. Eat a bug. Go on. Go on. Here's some money. Eat a bug."
  • Racketeering (Score:1)

    by amavida (898618) on Sunday February 11 2007, @10:18PM (#17978276)
    I believe there are anti racketeering laws in your USA against just such a shakedown tactic.
    All we need is one firm to blow the whistle & M$ is in a world of hurt.

    Correct me if I am wrong.
  • You ain't seen nothing yet (Score:3, Informative)

    Go work for ANY Microsoft 'Gold Partner' and you'll see how far a company has to open it's behind to get the cheaper licensing. And oh I forgot to mention, they can always come around and change stuff or make a 'friendly request' to implement a solution using their software (and friendly request as in, if you don't we'll pull your status). This is especially true in Gold Partners that provide services to other customers (like hosting companies).

    My record: I have worked so far for 5 Gold Partners in Europe and the US and they all have the same 'problem'.
  • by mpapet (761907) on Sunday February 11 2007, @10:50PM (#17978540)
    (http://www.friendwich.com/ | Last Journal: Thursday November 09 2006, @12:05PM)
    Can be estimated, however I don't know what some of these costs are, so if some other /.er's could fill in the blanks, please help.

    The cost of bringing ONE well-defined issue to court and seeing it all the way through to a verdict of some kind can be estimated at $200,000. Not SCO-style trawling, but one or two concrete issues mixed with the usual absurd claims that get thrown out.

    What I want to know is an annual price range for Unix licenses/packages. Then, post the annual costs of some higher-end Oracle packages that probably run on a Unix. Finally, what's the cost of a Windows Server package with lots of CAL's and some support thrown in.

    From those estimates you can get a good idea what they are asking for. Not too much, but certainly generating revenue for Microsoft off the normal sales accounting.
  • by neuraljazz (307431) on Sunday February 11 2007, @11:13PM (#17978712)
    (http://www.heresy.com/)
    If you're writing an article or interviewing someone with a headline of "Microsoft Getting LINUX money", then don't leave in the crap about the Best Fajita house in wherever. DIAF, author, DIAF.
  • Right...and people believe this?

    "Off the record" payments of this sort would likely expose MS and the company doing the paying to various legal actions like: "monopolistic practices", "extortion", "bribery", and violations of the Sarbanes Oxley rules.

    Something doesn't smell right with this "story"...it doesn't pass the "critical thinking" test (not that such a test is important for most people).

  • by jonasj (538692) on Sunday February 11 2007, @12:04PM (#17973294)
    How exactly is MS breaching the GPL? Also, the GPL is a copyright license, not a contract, so you cannot sue for "breach of GPL". What you can so them for is copyright violation, if they are distributing your stuff in a way that you haven't given them a license for.
    [ Parent ]
    • Re:A time for the lawyers by kimvette (Score:2) Sunday February 11 2007, @12:43PM
      • RTFGPL by sconeu (Score:2) Sunday February 11 2007, @01:08PM
        • Re:RTFGPL by Schraegstrichpunkt (Score:2) Sunday February 11 2007, @01:44PM
          • Re:RTFGPL by shaitand (Score:2) Sunday February 11 2007, @03:15PM
  • by Drizzt Do'Urden (226671) on Sunday February 11 2007, @12:15PM (#17973380)
    (http://www.menzonet.org/)
    Maybe we should patent patenting stuff, and than we could sue people who patent something?
    [ Parent ]
  • by ShieldW0lf (601553) on Sunday February 11 2007, @12:25PM (#17973484)
    Yes.

    We should be shooting them in the head.

    Finally, people are starting to get it.
    [ Parent ]
  • Re:fuck IP and MS and everybody (Score:4, Insightful)

    by Explodicle (818405) on Sunday February 11 2007, @12:39PM (#17973628)
    (http://explodicle.blogspot.com/)

    fucking IP bullshit, people patent stuff just for patenting it so they can rape people later maybe someone should shoot them in the motherfucking head.
    Slashdot: Where defining "patent trolling" with the language of an asinine thirteen-year-old will get you modded "insightful"! Hooray!
    [ Parent ]
  • Re:fuck IP and MS and everybody (Score:3, Insightful)

    by Anonymous Coward on Sunday February 11 2007, @12:50PM (#17973718)
    The process is clearly not exhaustive, because of the amount of prior art that is typically missed. Perhaps you meant exhausting. But even so, that doesn't mean it was meritorious or worthwhile (you could waste a lifetime of work making a marshmallow car. If no-one wants marshmallow cars, you've just wasted your life) - in this case you're telling someone to do work on satisifying the patent monopoly bureaucracy in a purely artificial system*. The work effort would be better spent on developing something cool (the fact you say "find something to patent" shows how low the USA has sunk - mere discoveries("finds") aren't supposed to be patentable in the first place), profitting, and pumping some of the profit back into the campaign to abolish the patent monopoly system (which ultimately needs to go the way the institution of slavery went).

    *In fact, it's now been shown [ffii.org] that that patenting work activity SUBSTITUTES for research activity, at least in the software field. That is to say, the patent system isn't just not encouraging innovation and progress, it's actually actively discouraging it. Brilliant.

    [ Parent ]
  • by Colz Grigor (126123) on Sunday February 11 2007, @01:04PM (#17973834)
    (http://www.miscreants.org/)
    Dear sir,

    I regret to inform you that the firm which I represent has acquired a patent on "the desire of shooting people in the motherfucking head" technology, which you've included in your most recent post to Slash Dot.

    The licensing fee for this technology is $100, however the penalty fee for utilizing the technology without first having acquired a license is $900, so we will be collecting $1,000 from you post haste.

    ::Colz Grigor

    [ Parent ]
  • Proof (Score:5, Insightful)

    by nurb432 (527695) on Sunday February 11 2007, @01:20PM (#17973976)
    (http://slashdot.org/~nurb432/ | Last Journal: Friday August 27 2004, @03:24PM)
    As of yet there is no proof they are doing this. " off the record, anonymous contacts" mean nothing.

    Now, if its proven to be happening, then ya. its time to get pissed off. ( though, no one can say this wasnt unexpected )
    [ Parent ]
    • Re:Proof by SunTzuWarmaster (Score:2) Sunday February 11 2007, @05:56PM
      • Re:Proof by nurb432 (Score:2) Sunday February 11 2007, @06:14PM
      • 1 reply beneath your current threshold.
    • Re:Proof by Anonymous Coward (Score:1) Sunday February 11 2007, @06:34PM
    • My thoughts exactly (Score:5, Informative)

      by plopez (54068) on Monday February 12 2007, @12:02AM (#17979062)
      I am going to call 'urban myth' on this one. If I'm wrong all of slashdot can give me virtual noogies as punishment.

      1) If a publicly traded company is under real threat of lawsuit, they would have to publicly declare it or face SEC and exchange scrutiny.

      2) Now suppose that they pay up quietly. There has to be a paper trail somewhere. Not openly declaring expenses on your balance sheet/share holder report once again may be a violation.

      3) There would be dozens of people involved. The CIO, the CIO's staff, possibly a CEO + staff, accountants + a legal team to review any licensing agreement. Multiply by dozens of companies and you have hundreds of people involved, at minimum. No way a secret can be kept for any length of time with that many people involved. One disgruntled accountant is all you need to blow the lid off.

      4) Why would they hush it up? Why not proudly proclaim that they have insured that they are in compliance and that they respect IP?

      It doesn't add up. There is a much higher likelyhood that Chewbacca is from Endor.
      [ Parent ]
  • Re:fuck IP and MS and everybody (Score:3, Insightful)

    by jchenx (267053) on Sunday February 11 2007, @02:36PM (#17974596)
    (Last Journal: Friday August 24, @03:21AM)
    Disclaimer: I work at MS, although in the Games studios, and no where near the Windows and Office division. We're sort of the red-headed step-child of MS, since we were not exactly "corporate". I can't really comment on the original story, since I have no idea if it's true/FUD, and I don't have insight to give (other than yeah, it seems really slimey).

    maybe someone should shoot them in the motherfucking head.
    First of all, I know this is just a troll. Yet, it's quotes like these which make me wonder just how crazy/zealous people can be. I worry that there will be an incident years from now, where some anti-MS nut swings by Redmond and starts capping who has an MS parking thing on their car, or carries their MS badge. Obviously it's bad for anyone who works at MS when they start have to fearing their lives, but it would also be horrible for things like the FSF or Linux-fans as it could make them look bad, in the eyes of a Joe User (who doesn't follow the tech industry).
    [ Parent ]
    • Re:fuck IP and MS and everybody by frogstar_robot (Score:3) Sunday February 11 2007, @03:16PM
    • In other news... (Score:5, Funny)

      by Dystopian Rebel (714995) * on Sunday February 11 2007, @07:06PM (#17976770)
      (Last Journal: Sunday November 06 2005, @05:24PM)
      Reports of a hostage-taking in Redmond, Washington say that an unidentified man has taken several Microsoft employees hostage and has issued demands for bug fixes as well as the return of Clippy.

      "I want system-modal Ok-Cancel dialogs to stop being buried under other dialogs," said the statement released by the man. "I want spyware completely removed from my computer and I want my registry to be less fragile."

      "But most of all, I want Clippy back in MS Office. Clippy would have helped me write a better list of hostage-taker's demands."
      [ Parent ]
    • Re:fuck IP and MS and everybody by adfour (Score:1) Sunday February 11 2007, @07:23PM
    • Re:fuck IP and MS and everybody (Score:4, Insightful)

      by rolfwind (528248) on Sunday February 11 2007, @08:07PM (#17977200)

      First of all, I know this is just a troll. Yet, it's quotes like these which make me wonder just how crazy/zealous people can be. I worry that there will be an incident years from now, where some anti-MS nut swings by Redmond and starts capping who has an MS parking thing on their car, or carries their MS badge. Obviously it's bad for anyone who works at MS when they start have to fearing their lives, but it would also be horrible for things like the FSF or Linux-fans as it could make them look bad, in the eyes of a Joe User (who doesn't follow the tech industry).


      I think you, sir, are the troll. Could you throw FUD or accusations of murder or attempted murder after the fact in the direction of FSF or Linux Users? By doing it now, you are claiming us of a zealotry (no, internet posts don't count, especially when someone releases steam) that has not surfaced yet when it has been shown time and again that MS is the lawbreaker and predator. Not us.

      Thank you.
      [ Parent ]
    • Re:fuck IP and MS and everybody by taoman1 (Score:1) Sunday February 11 2007, @09:15PM
    • Re:fuck IP and MS and everybody by red crab (Score:1) Monday February 12 2007, @02:03AM
    • Re:f*** IP and MS and everybody by jmac1492 (Score:1) Sunday February 11 2007, @06:12PM
    • Re:fuck IP and MS and everybody by JoGlo (Score:1) Sunday February 11 2007, @08:21PM
      • 1 reply beneath your current threshold.
    • 8 replies beneath your current threshold.
  • 16 replies beneath your current threshold.