Slashdot Mirror


IBM to Oracle - You Can't Buy Open Source

mrops writes "CNET has up a short article about IBM's reaction to Oracle's recent acquisitions. From the article: 'Handy was responding to comments made by Oracle CEO Ellison to the Financial Times, where he said that he wanted Oracle to control a 'full stack' of software, including the Linux operating system. If Oracle did try to buy a Linux distributor, such as Red Hat or Novell, Handy said 'we'd stick to our strategy of having two or more independent distributors and have to wait and see what happens.'" It should be pointed out, as noted in yesterday's Slashback, that Ellison has no intentions of purchasing Red Hat.

6 of 102 comments (clear)

  1. Re:Headline makes the wrong assumption by Ctrl+Alt+De1337 · · Score: 5, Interesting

    This is important. They want the installed base and the community. Oracle certainly has the resources to make a new distro from scratch if they wanted, but it takes time to build up a loyal following and by extension an installed base. Certainly a lot of people would try a brand-new Oracle distro, but who knows how many would stick with it if their favorite package(s) was/were not available? Larry likes control, so basing a new one off someone else's distro is right out.

  2. Take Ellison with a grain of salt... by Ryan+Amos · · Score: 2, Interesting

    When Ellison says "We're not interested in RedHat / Novell right now," he means RIGHT NOW. Share prices rise on acquisition news and fall when those acquisitions fail to materialize. If he says "We're not buying RedHat," then the recent gains RedHat has seen because of the oracle takeover talk will probably go away (AFAIK there are no other suitors.)

  3. Re:Why not? by sahuaro · · Score: 2, Interesting

    Well, for one thing the GPL would make that difficult, but if the existing license is like the BSD license than I suppose it could happen. A little like what apple did, yes?

    sahuaro

    --
    Phoenix Linux Users Group
    Penguins in the desert
  4. Oracle, IBM need to improve install and daemon mgt by stanwirth · · Score: 5, Interesting

    Both Oracle and IBM have got it wrong. If you've ever tried to install:

    • DB2
    • Oracle
    • WebSphere
    on a RedHat or SuSE , the first thing you notice is...both Oracle and IBM tried to make the installation easy by putting a shitty JAVA GUI on the thing. Two problems with this: it forces you to have to install JAVA and X windows eithier on your server (in the DMZ? I don't THINK so!) or to have to install just the X windows client bits on your sever along with Java...and then bring in a laptop that you attach to your server on a temporary network while the network is offline, yada yada yada....

    WHY NOT JUST WRITE A FRICKIN' RPM???? HUH? LIKE, ALONG WITH A PROPER DAEMON SCRIPT SO YOU CAN START AND STOP ORACLE, DB2, WebSphere, Etc Etc Etc in a single command-line, in the STANDARD LINUX WAY???? D'ya THINK????? DUH!

    A couple of people have tried to write an open-source RPM/daemon script suite around these packages, but of course -- then a new version of the proprietary DB/web service comes out.

    And both Oracle and IBM are rolling in dough, why would anyone do this for them for free?

    If a sysadmin got the freedom to run Open Source anything, they'll switch to PhP/MySQL and/or PostGreSQL (depending on whether they need triggers or not) soon enough ANYWAY

    Oracle could drastically increase its install base in the Linux community just by demonstrating some rudimentary competence in the area of standard Linux server systems software management.

  5. Re:Headline makes the wrong assumption by misleb · · Score: 2, Interesting

    On the other hand, an owner like Oracle could kill a loyal following. Especially if they lost the focus that Novell has in making a solid enterprise desktop (as well as all the other little projects Novell has going). Why would Oracle care about any of that stuff? I know I would stop using a distro if Oracle bought it.

    -matthew

    --
    "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
  6. Re:Why not? by Homology · · Score: 2, Interesting
    If it is GPL, but the copyright is retained by a small number of people who are willing to sell their rights to it, then it can be taken closed-source. Of course, anyone can fork from the last GPL'd version. That's essentially what happened with SSH if I understand that correctly.

    SSH was under a freer license than GPL, but did use a GPL library. Today OpenSSH (a derivative of SSH) contains no GPL code. Have a look at the OpenSSH history