Slashdot Mirror


Ubuntu Is the Dominant Cloud OS

An anonymous reader writes: According to a new report by Cloud Market, Ubuntu is more than twice as popular on Amazon EC2 as all other operating systems combined. Given that Amazon Web Services has 57% of the public cloud market, Ubuntu is clearly the most popular OS for cloud systems. This is further bolstered by a recent OpenStack survey, which found that more than half of respondents used Ubuntu for cloud-based production environments. Centos was a distant second at 29%, and RHEL came in third at 11%. "In addition to AWS, Ubuntu has been available on HP Cloud, and Microsoft Azure since 2013. It's also now available on Google Cloud Platform, Fujitsu, and Joyent." The article concludes, "People still see Ubuntu as primarily a desktop operating system. It's not — and hasn't been for some time."

167 comments

  1. Ubuntu _is_ primarily a desktop OS... by gweihir · · Score: 4, Insightful

    The same as MS Windows. It is just the one people know. That does not make it a good choice for the cloud, just a familiar one. Judging technological quality from numbers used by a non-expert or mixed crowd is not a valid way to judge merit and suitability.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 2, Funny

      So what you're saying is that this is the year of Linux on the desktop... in the cloud?

    2. Re:Ubuntu _is_ primarily a desktop OS... by PvtVoid · · Score: 3, Insightful

      The same as MS Windows. It is just the one people know. That does not make it a good choice for the cloud, just a familiar one.

      Uh, I would assume that cloud servers are running Ubuntu Server. You know, the one which isn't a desktop OS.

    3. Re:Ubuntu _is_ primarily a desktop OS... by Loconut1389 · · Score: 1

      You might be surprised to learn Ubuntu has this entire operating system underneath the graphical portion and that you can just leave off the graphical portion. The same as MS Windows- though in recent years that separation is artificially eliminated for all intents and purposes.

        Linux = Ubuntu = CentOS = RHEL = OEL etc.. They're all descriptions of the complete OS + giant set of packages. There are subsets to all of that.

    4. Re:Ubuntu _is_ primarily a desktop OS... by hawguy · · Score: 1

      The same as MS Windows. It is just the one people know. That does not make it a good choice for the cloud, just a familiar one.

      Uh, I would assume that cloud servers are running Ubuntu Server. You know, the one which isn't a desktop OS.

      And I'd bet that most windows cloud servers are running some Windows Server variant, which also is a Server OS.

    5. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      How is Ubuntu Server a desktop OS?

    6. Re:Ubuntu _is_ primarily a desktop OS... by rossz · · Score: 4, Informative

      It's almost as bloated with junk as the desktop version. I've been telling our developers to use debian over ubuntu. A base minimal container with Debian is under a 100 megs. With Ubuntu it's close to 700 megs. There's just too much stuff included by default. That means a whole bunch of things that could be potential security problems. Sure, you have to set up more in the Dockerfile since so little is included, but I consider that a feature, not a bug.

      --
      -- Will program for bandwidth
    7. Re:Ubuntu _is_ primarily a desktop OS... by FatdogHaiku · · Score: 3, Interesting

      So what you're saying is that this is the year of Linux on the desktop... in the cloud?

      So... "Cloudtop"?

      --
      You have the right to remain sentient. If you give up the right to remain sentient, you will be elected to public office
    8. Re:Ubuntu _is_ primarily a desktop OS... by RabidReindeer · · Score: 1

      The same as MS Windows. It is just the one people know. That does not make it a good choice for the cloud, just a familiar one. Judging technological quality from numbers used by a non-expert or mixed crowd is not a valid way to judge merit and suitability.

      Not quite. Ubuntu is a descendent of Debian, and Debian's greatest strength has always been the desktop, but Ubuntu started adapting a lot of the Enterprise features from Red Hat about a decade ago. It often was a strain, since there's some big differences between architecture and packaging relative to Red Hat, but they're always had an eye towards the Enterprise.

      Much of the cloud and container advances have been coming from Ubuntu.

    9. Re:Ubuntu _is_ primarily a desktop OS... by MachineShedFred · · Score: 2

      Except for Ubuntu Server, with a long-term support version that makes it perfect for application server operations because you know you'll continue getting patches and fixes.

      Signed, someone with over 80 Ubuntu Server 14.0.4 LTS instances running on Amazon EC2.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
    10. Re:Ubuntu _is_ primarily a desktop OS... by Electricity+Likes+Me · · Score: 2

      Debian package versions usually lag behind Ubuntu. AWS's whole thing is reacting quickly to changes - and a good way to do that is to use a distro which tends to be more up to date.

    11. Re:Ubuntu _is_ primarily a desktop OS... by kthreadd · · Score: 2

      It's the same thing, just a different set of default packages.

    12. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      Debian is Ubuntu. Ubuntu is Debian.

    13. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      Debian has three flavors. "Stable" is lagging behind. If that bothers you, go for "testing". Newer, but not as unstable as "unstable".

      Don't worry about names like "testing" or "unstable". Stability is related to age - but this goes for all distros. Whichever debian flavor is closest to ubuntu in age, is also similiar in stability . . .

    14. Re:Ubuntu _is_ primarily a desktop OS... by Architect_sasyr · · Score: 1

      The same as MS Windows. It is just the one people know. That does not make it a good choice for the cloud, just a familiar one.

      I would absolutely prefer not to, but the work we use linux servers for doesn't require an install of scientific or similar. We deploy ubuntu based on the all seeing theory.. if we are hit by the ever feared busses, some idiot is going to have to maintain the servers. Odds are good that the linux experience on the new hires CV will be Ubuntu, so we build to that lowest common denominator. Sanity in that? Maybe.

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
    15. Re:Ubuntu _is_ primarily a desktop OS... by Tough+Love · · Score: 1

      Ubuntu and desktop and Ubuntu server are essentially the same, the only substantive difference is which packages are initially installed.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    16. Re:Ubuntu _is_ primarily a desktop OS... by Tough+Love · · Score: 1

      Ubuntu is Debian Sid plus some additional cruft, some of it actually useful but nothing indispensable.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    17. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      I'd consider that quite a big difference. But then I'm not a junglebunny

    18. Re:Ubuntu _is_ primarily a desktop OS... by multi+io · · Score: 1

      It's almost as bloated with junk as the desktop version. I've been telling our developers to use debian over ubuntu. A base minimal container with Debian is under a 100 megs. With Ubuntu it's close to 700 megs.

      Debian is a rolling release distribution, with no direct commercial support. You can't use it to achieve repeatable rollouts and provisioning unless you set up and support your own Debian mirror with all package versions freezed at some known-good, conflict-free state, and patch in security updates as necessary, while still ensuring and testing that the whole system still works. If you DON'T want to do all this yourself, there are companies who will do it for you and provide commercial support. Ubuntu is one of those companies.

    19. Re: Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      It's not like Amazon has any vested interest in your OS using more space

    20. Re:Ubuntu _is_ primarily a desktop OS... by Tough+Love · · Score: 1

      How is Ubuntu Server a desktop OS?

      apt-get install kubuntu-desktop

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    21. Re:Ubuntu _is_ primarily a desktop OS... by Tough+Love · · Score: 1

      I'd consider that quite a big difference. But then I'm not a junglebunny

      No, actually you are a knuckledragging slavering imbecile. If it has roofracks and a trailer hitch, is it a different car? Oh wait, it's a different color too!! And there are fuzzy dice hanging from the rear view mirror!!!

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    22. Re:Ubuntu _is_ primarily a desktop OS... by Guspaz · · Score: 1

      So install Ubuntu Minimal, which can get down as low as a 5MB install image.

    23. Re:Ubuntu _is_ primarily a desktop OS... by ADRA · · Score: 1

      Though clearly 'suitable' based on its usage, it may not be ideal. That's the distinction you're looking for. If N% of the active cloud market aren't sitting idle doing nothing. Hell, I'm sure there are use cases where Windows is a more ideal environment for a given scenario, but I still wouldn't use it unless I had to.

      --
      Bye!
    24. Re:Ubuntu _is_ primarily a desktop OS... by Garfong · · Score: 1

      Debian does releases. They also provide a rolling release, but that isn't the only option.

      They also provide security updates for their releases, so normally "patching in" security updates is done using apt-get.

    25. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      I like your observation but...
      It is is still the dominant one and apparently it IS working for the people that are deploying it so...

    26. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      Reddit and WIkipedia moved to a full Ubuntu Server Stack a long time ago. Ubuntu Server is perfectly able to manage the load, it is not a desktop OS travestite in a server OS...

    27. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      I'm sure they're using the server version. Which comes in a number of flavours including a very conservative and lightweight "Virtual" option. Or maybe the standard kernel "Minimum" version. Or hell the full server version which still lacks desktop packages as you would expect from any distro on the server end.

      Fedora is to RHEL as Ubuntu is to Ubuntu Server.

    28. Re:Ubuntu _is_ primarily a desktop OS... by multi+io · · Score: 1

      Debian does releases. They also provide a rolling release, but that isn't the only option.

      testing and unstable are rolling releases. stable is a fixed release, but it's too old for most people to use. So if you want to have a halfway recent Debian with fixed packet versions, you have to roll your own or use one of the ones that other people (like Ubuntu) already provide.

      They also provide security updates for their releases, so normally "patching in" security updates is done using apt-get.

      I know, but if you're running your own fixed-release Debian, you'd have to build those packages yourself.

    29. Re:Ubuntu _is_ primarily a desktop OS... by petermgreen · · Score: 1

      The term stable has a couple of subtuly different meanings. There is the "doesn't crash very often" meaning and the "what worked today will work in the future" meaning.

      The only reasonable way to get security updates for debian testing/unstable is to keep rolling forward with them. That means you are close to the bleeding edge but it also means you are building on something that is distaincly a moving target and that can and will break your stuff. The same applies to the development releases of ubuntu.

      At the other end of the scale you have Debian stable and Ubuntu LTS. Lots of stability but also old software. The release cycles are not synced so sometimes it makes sense to choose between them based on which of the two had a release more recently.

      What Ubuntu offers that Debian doesn't is the 6-monthly releases, these offer something of a middle ground on the stability/up to dateness scale.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    30. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      So much hating. I maintain tens of Ubuntu servers - it's a bliss to maintain and run.

      The only thing that in my opinion separates it from Debian in practical sense is the guaranteed release schedule.

    31. Re:Ubuntu _is_ primarily a desktop OS... by paulatz · · Score: 1

      It's almost as bloated with junk as the desktop version. I've been telling our developers to use debian over ubuntu. A base minimal container with Debian is under a 100 megs. With Ubuntu it's close to 700 megs. There's just too much stuff included by default. That means a whole bunch of things that could be potential security problems. Sure, you have to set up more in the Dockerfile since so little is included, but I consider that a feature, not a bug.

      Unless you are trying to install it on a Raspberry Pi or other toyware, 600MB are not a significant amount of disk space.

      --
      this post contain no useful information, no need to mod it down
    32. Re:Ubuntu _is_ primarily a desktop OS... by multi+io · · Score: 1

      If you DON'T want to do all this yourself, there are companies who will do it for you and provide commercial support. Ubuntu is one of those companies.

      Um, actually the company is named Canonical, but whatever...

    33. Re:Ubuntu _is_ primarily a desktop OS... by Zontar+The+Mindless · · Score: 1

      Please don't advise people to use Kubuntu. They'd be expecting to get KDE, and they'd be badly disappointed.

      --
      Il n'y a pas de Planet B.
    34. Re:Ubuntu _is_ primarily a desktop OS... by gweihir · · Score: 1

      You are seriously claiming that Debian is a desktop OS while Ubuntu is not? You must be the "far-left side of the graph" Dunning-Kurger specimen here.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    35. Re:Ubuntu _is_ primarily a desktop OS... by RabidReindeer · · Score: 1

      No I'm not. The world isn't the binary place that the political pundits want us to believe it is.

      Ubuntu is quite definitely a desktop OS, just like Fedora. But both Ubuntu and Fedora have connections to enterprise services. Fedora's is more direct, since it's the proving ground for Red Hat, but Ubuntu has its enterprise contributors as well. And some of them are doing more than just porting Red Hat these days - they're doing original work in their own right.

    36. Re:Ubuntu _is_ primarily a desktop OS... by Tough+Love · · Score: 1

      Kubuntu works for me, I don't really think about it any more, which is the best compliment for a desktop. The biggest issue is the akonadi idiocy, but that comes from upstream KDE.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    37. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      > Judging technological quality from numbers used by a non-expert or mixed crowd is not a valid way to judge merit and suitability.

      I'm sorry but you're incorrect, Ubuntu Server is a thing.

      Netflix, Dropbox, Heroku, Bloomberg, IBM, Softlayer, Google, Yahoo Japan, Rackspace, Cisco, NEX, Qualcomm, Ericsson, Juniper, EBay, Time Warner Cable, Adobe, Dell, EMC, Samsung, Best Buy, and AT&T all have Ubuntu Servers in production in some capacity or another.

    38. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      The Ubuntu container image is 64mb: https://partner-images.canonical.com/core/trusty/current/ubuntu-trusty-core-cloudimg-amd64-root.tar.gz

      Not sure how you ended up with a 700mb container.

    39. Re:Ubuntu _is_ primarily a desktop OS... by Zontar+The+Mindless · · Score: 1

      Maybe they've fixed it by now, but the last couple of times I've tried Kubuntu, KDE was messed up, with bits missing that might not have mattered to the Ubuntu folks, but they did matter to me.

      I'm not a big fan of Ubuntu in any case. Always seemed kind of dumbed-down to me, and the default UI has always been a sort of Fisher-Price horror show.

      --
      Il n'y a pas de Planet B.
    40. Re:Ubuntu _is_ primarily a desktop OS... by greenfruitsalad · · Score: 1

      it used to be the desktop os with kernel's CONFIG_HZ set to 100 instead of 250. but since ubuntu 12.04, the server installation CD image carries the 'generic' kernel and not the 'server' one any more. so ubuntu server IS the same as ubuntu desktop.

      different options in 'tasksel' during installation does not make it a different OS in any way.

    41. Re:Ubuntu _is_ primarily a desktop OS... by allo · · Score: 1

      Its just the same with another choice of default packages.

    42. Re:Ubuntu _is_ primarily a desktop OS... by Anonymous Coward · · Score: 0

      The problem is they don't have the skills. Some of the hacks only Ubuntu use are absolutely terrible.
      (Have a look in the source packages.)

  2. huh? by Anonymous Coward · · Score: 0, Interesting

    What the fuck is a "Cloud OS"?

    Fuck marketingspeak forever.

    1. Re:huh? by Anonymous Coward · · Score: 0

      Few other people seem to have difficulty with the concept. Technology isn't for you, when you can't put together basic terminology and derive meaning.

    2. Re:huh? by Anonymous Coward · · Score: 1

      A cloud OS is comprised of a distro that somebody has laying around somewhere that can be stuffed into an underspecd VM that is shared on old hardware with every other half brained project your developers have dreamed up over the years. Most are so unstable, they are spun up anew each day. Other more serious projects are usually sitting on a crusty, noisy, HP/Compaq with a note taped to them that says "don't turn off". For people willing to spend the extra money on Amazon, you get to use their old crap, but at least you don't have to go to the DC with a fire extinguisher and a hammer, which saves time. Marketers are the only ones that know the true advantage of running a cloud service, but it tends to be proprietary and highly technical. The important part to remember is that people will pay you for this kind of crap as long as you have a room with plenty of extension cords.

    3. Re:huh? by Anonymous Coward · · Score: 0

      "Cloud" is a meaningless buzzword. Saying it louder doesn't change that fact nor should acknowledging it threaten one's self-worth.

    4. Re:huh? by Anonymous Coward · · Score: 0

      It's funny how the rest of the discussion has no problem with it. Saying it doesn't mean anything louder applies similarly.

    5. Re:huh? by Anonymous Coward · · Score: 0

      It's not a surprise, that there are lexical luddites on slashdot.

    6. Re:huh? by nigelo · · Score: 1

      Sounds right.

      --
      *Still* negative function...
    7. Re:huh? by Zontar+The+Mindless · · Score: 1

      It's even less of a surprise when an AC can't punctuate his meaningless complaint about someone's language correctly.

      --
      Il n'y a pas de Planet B.
  3. wohoo the almighty cloud by thhamm · · Score: 2
  4. no surprise, what people use at home they use ther by Anonymous Coward · · Score: 3, Interesting

    RedHat got into the datacenter by being a popular desktop distro, people setting things up in the datacenter used what they were familiar with.

    People have been predicting that RedHat would run into this sort of problem ever since they abandoned the home/workstation market. It's taken a lot longer than I expected, but it's happening.

    RedHat was able to hold this off for a while by getting the datacenter managers to mandate standardization, but in AWS such rules are far less enforced.

    David Lang

  5. Re:no surprise, what people use at home they use t by Anonymous Coward · · Score: 3, Informative

    Nobody in the datacenter uses Ubuntu desktop. they use server. and in fact I see far more CentOS/Redhat than Ubuntu simply because enterprise tools like Oracle has support for redHat.

    Ubuntu desktop is an abomination unless you install Kubuntu or Xubuntu. nobody sane like standard Ubuntu, just like how nobody sane likes windows 8/8.1

  6. Cloud Market is a tumblr blog by Anonymous Coward · · Score: 0

    Their data appears to be pulled from thin air too.

  7. Centos = RHEL really by Kludge · · Score: 5, Informative

    Centos was a distant second at 29%, and RHEL came in third at 11%

    Apparently the poster does not realize that these are really the same thing?

    1. Re: Centos = RHEL really by fluffernutter · · Score: 1, Interesting

      If they are the same thing then why must one be licensed but not the other?

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    2. Re: Centos = RHEL really by thule · · Score: 4, Informative

      Because RHEL has direct support from RedHat and CentOS has community support. Since the src.rpm's are the same for RedHat and CentOS (minus the trademark graphics), I'm comfortable calling CentOS a clone of RHEL.

    3. Re: Centos = RHEL really by Anonymous Coward · · Score: 0

      The only differences are that one has a support contact, and the other does not -- and the branding (RedHat icons and CentOS icons)

      For all intents and purposes, RHEL and CentOS are bit-for-bit the exact same OS with the exact same packages.

    4. Re:Centos = RHEL really by thule · · Score: 3, Interesting

      40% ain't bad for CentOS/RHEL. I'm a bit surprised that Debian, which Ubuntu is based on, has fallen so far.

      Ubuntu is a fine distro, I just don't like the company and the leadership. RHEL is a fine distro, but it purposely has a slower update cadence. I love the RedHat company and how committed they are to OSS. Everything they buy (and they've spent a lot on acquisitions over the years), they open source.

    5. Re: Centos = RHEL really by fluffernutter · · Score: 1

      Right, so that makes them different things as per the support model.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    6. Re: Centos = RHEL really by Coren22 · · Score: 1

      Maintenance and support?

      Red Hat is not really a paid product, you are paying for support. It is still open source, which CentOS takes advantage of.

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    7. Re:Centos = RHEL really by Junta · · Score: 1

      This is a huge part of RH's problem IMO, that they go to great pains to distance functionally identical things. For Ubuntu, the free and supported client base aren't so visibly separate, so it's hard to get a read on how many folks actually pay for it. So stories like this happen, where the gap between RHEL and Ubuntu is presented as hopelessly wide when reality is that they are surprisingly close...

      --
      XML is like violence. If it doesn't solve the problem, use more.
    8. Re: Centos = RHEL really by Anonymous Coward · · Score: 0

      Because one of them is enterprise, of course

    9. Re: Centos = RHEL really by Anonymous Coward · · Score: 0

      The technology is identical. The article is about Cloud OS platforms, not support.

    10. Re: Centos = RHEL really by kthreadd · · Score: 0

      Because RHEL has direct support from RedHat and CentOS has community support. Since the src.rpm's are the same for RedHat and CentOS (minus the trademark graphics), I'm comfortable calling CentOS a clone of RHEL.

      So if they are the same does that mean that the same day that I can download RHEL 7.2 I will be able to download CentOS 7.2 (yes I know that they don't use that version scheme)?

    11. Re: Centos = RHEL really by Anonymous Coward · · Score: 0

      > does that mean that the same day that I can download RHEL 7.2 I will be able to download CentOS 7.2

      No it doesn't. Centos gets the source on day of RHEL release and then has to compile and test before they release. They may also have to remove trademarks.

    12. Re: Centos = RHEL really by Anonymous Coward · · Score: 0

      I'm afraid that's a Whoosh for you.

    13. Re: Centos = RHEL really by thegarbz · · Score: 1

      A clone of something is not necessarily the "same thing" and keeping distributions with subtle differences such as cost separate in statistics creates a whole new set of datapoints, such as not only which distributions are popular for their features, but which are popular for their cost.

  8. hacks by fluffernutter · · Score: 1, Insightful

    All this tells me is that 57% are hacks. Ubuntu is a good enough OS for desktops, but servers are precisely where it should not be used.

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    1. Re: hacks by Anonymous Coward · · Score: 0

      We use Ubuntu 14.04 as docker container hosts on SoftLayer's hosting platform.

    2. Re:hacks by Anonymous Coward · · Score: 0

      Why not? Server LTS versions are a decent server OS just as good as any other distro. Ubuntu is a good backend because pretty much everyone tests on it and supports it to some extent. I think it's garbage as desktop distro, but it's just fine for a server or development backend.

    3. Re:hacks by nnull · · Score: 1

      It's pretty decent for me. Frequent security patches and extremely easy to update with little to no downtime at all.

    4. Re:hacks by Anonymous Coward · · Score: 1

      Bullshit. I've been running several Ubuntu servers in production for a variety of roles for the past 4 years and I've never had any problems with them.

    5. Re:hacks by Anonymous Coward · · Score: 0

      All of Red5 Studios (both US and China datacenters) run on Ubuntu. They are quite proud of it.

  9. According to the chart... by Anonymous Coward · · Score: 1

    Ubuntu is more popular than Linux? Remind me again how that works.

    1. Re:According to the chart... by bws111 · · Score: 3, Informative

      Well, if you could read instead of just looking at the pretty pictures, you would see that what is labeled Linux is Amazons own Linux image.

    2. Re:According to the chart... by Anonymous Coward · · Score: 0

      Ubuntu is more popular than Linux? Remind me again how that works.

      Ubuntu was forked from Linux in early 2005.

  10. We can math by P1h3r1e3d13 · · Score: 1

    more than twice as popular ... as all other operating systems combined

    That's just a dramatic way of saying “>67% market share.”

    1. Re:We can math by aaron4801 · · Score: 3, Insightful

      And the author of the article can't.
      "Ubuntu has approximately 135,000 instances. In second place, a long, long way back, you'll find Amazon's own Amazon Linux Amazon Machine Image (AMI), with 54,000. Lagging even farther behind, there's Windows with 17,600 instances. In fourth and fifth place, you'll find CentOS, 8,500, and Red Hat Enterprise Linux (RHEL), 5,600."
      There are 220,700 instances accounted for, and Ubuntu has a 61% share among those. As other smaller OSs are accounted for, the Ubuntu share only decreases. In other words, it's plainly NOT twice as popular as the rest put together. If I can make as assumption, I think he probably meant that it was "as popular as all others put together." That seems closer to reality.

    2. Re:We can math by Anonymous Coward · · Score: 1

      Not only that, but TFS says

      Given that Amazon Web Services has 57% of the public cloud market, Ubuntu is clearly the most popular OS for cloud systems.

      You clearly can't say that from the given data. 61% * 57% = about 35%. The most you can infer then is that Ubuntu has at least 35% of the cloud market, if you assume that the remaining cloud providers are negligible.

  11. What makes Ubuntu Server unsuitable? by tepples · · Score: 4, Interesting

    Ubuntu is a good enough OS for desktops, but servers are precisely where it should not be used.

    Could you explain in more detail why you believe Ubuntu Server is unsuitable for servers? What change from Debian makes it unsuitable? Or is Debian likewise unsuitable?

    1. Re:What makes Ubuntu Server unsuitable? by fatboy · · Score: 1, Troll

      Ubuntu is a good enough OS for desktops, but servers are precisely where it should not be used.

      Could you explain in more detail why you believe Ubuntu Server is unsuitable for servers? What change from Debian makes it unsuitable? Or is Debian likewise unsuitable?

      Yes, Debian is likewise unsuitable ;)

      --
      --fatboy
    2. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 1

      I prefer the server version of WIndows. Linux is a fun toy, however.

    3. Re:What makes Ubuntu Server unsuitable? by thule · · Score: 5, Informative

      RHEL has good 3rd party support for when you need it. RedHat also spends a lot of work and money on compliance testing (e.g. Common Criteria and SCAP). This helps out with HIPAA and PCI regulation. It helps fill out that little check box so we all can get back to worrying about real security. I personally use RedHat's IdM (which is really FreeIPA). FreeIPA is awesome.

    4. Re:What makes Ubuntu Server unsuitable? by serviscope_minor · · Score: 1, Troll

      Could you explain in more detail why you believe Ubuntu Server is unsuitable for servers?

      Not enough funroll. That's why I use Gentoo. Of course, if I subtract off the time when it's compiling from the uptime, I get 9.9999%, which is still 5 nines as far as I see it.

      --
      SJW n. One who posts facts.
    5. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      You're in the minority there.

    6. Re:What makes Ubuntu Server unsuitable? by chmod+a+x+mojo · · Score: 4, Interesting

      I can:

      I would ( and do ) use Debian STABLE for servers. I would NOT use Debian UNSTABLE or TESTING on anything other than a test server. Ubuntu is based on snapshots of Debian UNSTABLE that Ubuntu devs try to bug fix. Like all bugfixing, introduction of more and new bugs is inevitable, and to date the quality control track record in Ubuntu hasn't been near as reliable as Debians stringent rules for UNSTABLE > TESTING > STABLE migration. Probably because of Debian being upstream and having more Dev manpower, as well as Ubuntu deciding to release every six months no matter what. This is fine for a DESKTOP, where newer kernel and hardware support may be needed, but isn't a very good idea for servers.

      As far as I know, even the LTS versions of Ubuntu are based on snapshots of TESTING. Still not something I would want to run on any servers that uptime is critical on.

      --
      To err is human; effective mayhem requires the root password!
    7. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      1) As an OS, Ubuntu brings the same types of problems that Windows does to a server environment in their effort to over-simplify interactions. Because of it you never really feel you have an idea of what it is doing.

      2) It overwrites your config changes on updates.

      3) Bad package quality because ubuntu changes break inherited debian packages, but there are so many packages Canonical as a company can't test them all.

    8. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      I salute you for posting this on slashdot, the orignal ms haters site...

    9. Re:What makes Ubuntu Server unsuitable? by golgotha007 · · Score: 2, Informative

      Sure. In server environments, your aggressive patch management schedule should only target security updates. That's right, RHEL/CentOS separates security updates with feature updates. Ubuntu doesn't do this, which really puts it in a class of a hobby/garage server or desktop.

    10. Re:What makes Ubuntu Server unsuitable? by thule · · Score: 1

      Based on what you just described, Fedora > RHEL sounds much more sane. Although RedHat can't control every aspect of Fedora, they do share a lot of resources. And much of what is in Fedora finds its way into RHEL.

    11. Re:What makes Ubuntu Server unsuitable? by thule · · Score: 2

      That, right there, makes RedHat worth the price for some environments. We have a CI?CD pipeline and we want to know that not much will change underneath our code because it is constantly pushing out to production. RedHat is super stable for this purpose.

    12. Re:What makes Ubuntu Server unsuitable? by Prien715 · · Score: 1

      Is FreeIPA "free" as in beer? Because I really like IPAs.

      --
      -- Political fascism requires a Fuhrer.
    13. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      Weird, that's how I feel about Windows.

    14. Re: What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      Is FreeIPA "beer" as in beer?

      FTFY

    15. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      Well, Windows basically sucks. There is that.

    16. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 2, Informative

      Debian STABLE is not Debian without bugs. Debian UNSTABLE is not Debian with bugs.

      Debian STABLE is a snapshot of the rolling release that Debian actually is with the promise/guarantee that no part of the system will ever get an update except for security fixes. That means that when a Debian STABLE is released with kernel version 2.6.25, than 8 years later the kernel version will still be 2.6.25 even when kernel version 5.2.3 is available. What the Debian people do however is to port any security fixes back to the 2.6.25 kernel.

      Debian UNSTABLE doesn't guarantee that libraries or programs don't get an upgrade. It is possible for Debian UNSTABLE to see an upgrade from LibreOffice 4.x to LibreOffice 5.x, which might cause incompatibility issues with software that relies on those packages. Debian UNSTABLE also might upgrade from kernel 2.6.25 to kernel 3.0.1 which might break support for your hardware.

      Ubuntu takes a snapshot from the Debian UNSTABLE release and than does the same as what Debian does with their STABLE release. They promise that the packages remain the same but port any security fixes that are made in newer version back into the old versions that are in the STABLE release. But Ubuntu is also more than that. Ubuntu pulls in a lot of packages from Debian, but they also add a lot of packages of their own. (Unity is just an example)

      In this regard Ubuntu is not different than Debian. Ubuntu just has more resources and is able to bring more 'snapshots' of the rolling release to a stable version. Once every 1/2 year you will see a normal stable Ubuntu, once every 2(?) you will see a stable release with LTS. This doesn't mean that Ubuntu is always bug free. But the LTS release gets a lot more attention and less bleeding edge versions and should be good enough for servers. I've never had any problem with Ubuntu server. The only problem with Ubuntu versus some other offerings like Red Hat is that the support time of the LTS version of Ubuntu is pretty short (only 5 years). It really depends on your project whether this is good enough for your situation. Debian doesn't even have such a LTS version. You only have to guess when Debian stops supporting their OS. It might be that their next stable release is 'done' in time. It might be that it takes longer as expected and you get another year of bug fixes. You do not know for sure. That doesn't make Debian a bad OS, but it clearly makes it an OS that doesn't fit in some companies policies.

      But again:

      - STABLE only means that package version don't change and that only security fixes are added.
      - TESTING is the next stable version, without the promise that newer version are installed that might break the system. TESTING is the 'beta' version of the next STABLE release and it is were the compatibility issues between the different packages and libraries are tested and fixed. Sometimes things can only be fixed by installing newer versions of libraries which might break your own software.
      - UNSTABLE just adds the newest version of every package to the list once they become available (and a developer has found time to compile it and fix some issues)

    17. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      Posting as AC kind of defeats that point.

    18. Re:What makes Ubuntu Server unsuitable? by tnnn · · Score: 2

      The only problem with Ubuntu versus some other offerings like Red Hat is that the support time of the LTS version of Ubuntu is pretty short (only 5 years). It really depends on your project whether this is good enough for your situation. Debian doesn't even have such a LTS version. You only have to guess when Debian stops supporting their OS.

      Debian does have LTS support [1] which means that stable releases are supported for (at least) 5 years. You also don't have to 'guess' anything - EOL dates are also provided at [1] (and in a few other places).

      [1] https://wiki.debian.org/LTS

    19. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      WRONG WRONG WRONG!

      Both Ubuntu and Debian use separate security repository for _security_ updates.

    20. Re:What makes Ubuntu Server unsuitable? by thegarbz · · Score: 1

      That's right, RHEL/CentOS separates security updates with feature updates. Ubuntu doesn't do this, which really puts it in a class of a hobby/garage server or desktop.

      If only that were true it would be a nice payout. Ubuntu provides a dedicated program to install JUST critical security updates which you could have found yourself with 2 seconds of googling or by reading the Ubuntu Sever documentation.

    21. Re:What makes Ubuntu Server unsuitable? by golgotha007 · · Score: 1

      Great to hear that Ubuntu is starting to catch up. It hasn't been this way for very long, I assure you.

    22. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      Ubuntu has had separate repositories for just security updates since 2004. If you've seen this on a machine then an admin explicitly enabled the -backports repository or some other setting that made it do that.

    23. Re:What makes Ubuntu Server unsuitable? by Anonymous Coward · · Score: 0

      Assure all you wan't, you are still wrong. Security updates for Ubuntu have always been in a separate APT repository... Keep the line for the -security repo in sources.list, comment out the -updates one and you are done.

      On CentOS you have to install an (AFAIK) unsupported yum plugin to accomplish the same thing. Much more complicated.

  12. Re:no surprise, what people use at home they use t by quantaman · · Score: 4, Informative

    RedHat got into the datacenter by being a popular desktop distro, people setting things up in the datacenter used what they were familiar with.

    People have been predicting that RedHat would run into this sort of problem ever since they abandoned the home/workstation market. It's taken a lot longer than I expected, but it's happening.

    RedHat was able to hold this off for a while by getting the datacenter managers to mandate standardization, but in AWS such rules are far less enforced.

    David Lang

    I don't feel like RedHat abandoned the home/workstation market, both my home and work desktop run Fedora 22.

    As for AWS who is using those machines? My gut is these are individuals or small shops willing to pay for cloud hosting but unwilling to pay the extra for support. For instance CentOS is beating RHEL 29% to 11%, granted I'm not sure what support you get for RHEL in AWS but I doubt there's any reason to use CentOS over RHEL in the cloud aside from cost. I tried switching to Ubuntu for my personal cloud server but went to CentOS instead.

    My hunch is the vast majority of those Ubuntu VMs aren't paying any support and thus wouldn't really impact RedHat's bottom line anyway. It's when paid businesses go to Ubuntu they have to worry, but the requirements of the customers willing to pay out big money for licenses and support are vastly different than those of desktop users.

    --
    I stole this Sig
  13. TFA did not say that by m2shariy · · Score: 2

    RTFA: Ubuntu has approximately 135,000 instances. In second place, a long, long way back, you'll find Amazon's own Amazon Linux Amazon Machine Image (AMI), with 54,000. Lagging even farther behind, there's Windows with 17,600 instances. In fourth and fifth place, you'll find CentOS, 8,500, and Red Hat Enterprise Linux (RHEL), 5,600.

  14. Let's do the math, shall we? by Anonymous Coward · · Score: 0

    "Ubuntu is more than twice as popular on Amazon EC2 as all other operating systems combined."

    This means that Ubuntu has not less than 2/3's "market share," or 66% of installed O/Ses. If we assume that they would have said "three times" at 75%, we'll put that as an upper bound.

    "Given that Amazon Web Services has 57% of the public cloud market, Ubuntu is clearly the most popular OS for cloud systems."

    So, up to 75% of 57% of the market, or 42.75% of the total market, is guaranteed to be Ubuntu, but we have no other data in TFS to say anything about the remaining 43%.

    So no, I would not say that Ubuntu "very clearly" is the most popular cloud OS, from the data given in TFS.

    1. Re:Let's do the math, shall we? by Anonymous Coward · · Score: 0

      It's very clearly for anyone who believes the 57% of AWS is representative. I do, since azure is 0% (any linux distro) and linode/joyent/HP are mixes.

      Linode @ 2009
      36% of deployments are Ubuntu
      30% of deployments are Debian
      13% of deployments are CentOS
      6.4% of deployments are Fedora
      5.8% of deployments are Gentoo

      I'm sure a cursory inquiry will not surprise anyone else. I'm not going to start using Ubuntu anytime soon, but it's not a mystery anymore as to the most used cloud distro.

  15. Ubuntu was great on the desktop by Thelasko · · Score: 3, Insightful

    Since Ubuntu was/is a very easy to use desktop environment, it has become familiar to a lot of people. Those people ended up developing cloud services and stuck to what they are familiar with, Ubuntu. It's that simple.

    I know if I were to setup a Linux server, Ubuntu or Mint would be my first choices. Not because they are best suited for a server environment. Because I am familiar with them on the desktop.

    --
    One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    1. Re:Ubuntu was great on the desktop by Anonymous Coward · · Score: 0

      Mint doesn't have a server edition.

    2. Re:Ubuntu was great on the desktop by golgotha007 · · Score: 2

      Or, if you're running a Fedora desktop, then you're well familiar with RHEL/CentOS. Do people not know this?

    3. Re:Ubuntu was great on the desktop by afgam28 · · Score: 1

      I think most people here will agree that Canonical has lost the plot with regards to usability, but Ubuntu's release cadence is something that it still has going for it. As a developer, one thing I hated about developing for RHEL is that it ships with ancient versions of libraries. You either have to bring in your own newer versions (and all transitive dependencies) or make do with missing features and incompatibilities.

      Ubuntu LTS ships often enough to stay fresh, but not too often to be a maintenance burden. RHEL's model might appeal to highly change-averse sysadmins who value stability above all else, but Ubuntu is stable (enough) for cloud uses and makes better tradeoffs for developers IMO.

    4. Re:Ubuntu was great on the desktop by Anonymous Coward · · Score: 0

      Or, if you're running a Fedora desktop, then you're well familiar with RHEL/CentOS. Do people not know this?

      See if you can figure it out on your own then.(It might have something to do with how many people run Fedora on their desktop)

    5. Re:Ubuntu was great on the desktop by thule · · Score: 2

      RHEL has a solution for this now. It is called Software Collections and the Developer Toolset. A developer can use latest Python, but the base system still uses the "stable" packages. All of this is still packaged as rpms, so the same management tools still apply. Note that the support cycle is much shorter for packages in the Software collections, but it is easy enough to take upstream and use the .spec file to roll your own.

    6. Re:Ubuntu was great on the desktop by Anonymous Coward · · Score: 0

      Yes, but all this is extra work not required on Ubuntu. Time better spent on other things.

    7. Re:Ubuntu was great on the desktop by dotancohen · · Score: 1

      Since Ubuntu was/is a very easy to use desktop environment, it has become familiar to a lot of people. Those people ended up developing cloud services and stuck to what they are familiar with, Ubuntu. It's that simple.

      I moved from Fedora to Kubuntu on the desktop circa 2008 or so. Not long after my servers went from CentOS to Debian, then to Ubuntu. The real kicker for me was the seamless integration of sudo, which allows for per-user accountability even when performing commands with elevated privileges. Sure, I could have hacked sudo onto CentOS 5 or 6, but Ubuntu already had that and other niceties set up.

      A poster above mentions that Ubuntu does not separate out feature updates from security updates. However, on any LTS distro (these come out one every two years), after the first six months all updates are only security updates. In fact, other than the abomination that is Firefox, even in the regular updates (non-LTS) I think that there are no feature updates, only security. To get featuers one must update the release, which happens once every six months.

      --
      It is dangerous to be right when the government is wrong.
  16. Goodbye Redhat, keep making the same mistake.. by goruka · · Score: 4, Insightful

    I saw this coming for a decade now. Ubuntu worked very hard to earn the mind share of Desktop Linux users and, once it became their preferred distro, it was only the natural consequence that their desktop counterpart became their main choice.

    Redhat was extremely stupid to just think Linux as a server business and completely let go the Desktop. They aimed at only being a competitor of old server unixes instead of generating a new market.

    They still have time to turn this one around (specially as Ubuntu is now wasting resources on going mobile), but as long as they keep supporting a controversial desktop environment (Gnome 3) and don't care about being friendly to new users (Fedora is nowhere near as friendly or usable as Ubuntu), they'll lose the battle in the long run.

    1. Re:Goodbye Redhat, keep making the same mistake.. by Junta · · Score: 1

      RH also has a pretty heavy dose of 'not invented here' for an 'open source' sort of company. It's cool that they fund so much open source effort mind you, but they are actually a pretty difficult company to collaborate with, even if you are willing to be totally open source.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    2. Re:Goodbye Redhat, keep making the same mistake.. by Anonymous Coward · · Score: 1

      That is not accurate nor fair. True, RedHat turned control of Fedora over to the community, but they still invest both code and financial resources in it.

    3. Re:Goodbye Redhat, keep making the same mistake.. by thule · · Score: 1

      Is Gnome 3 that controversial anymore? I thought Unity surpassed it in controversy.

      I've been running RedHat/Fedora since 4.0.4, so as far as I can tell, RedHat has never left my desktop. One box has been updated for each release since RedHat 9. That included switching to x86_64 when I replaced the motherboard, but kept the HDD.

    4. Re:Goodbye Redhat, keep making the same mistake.. by thule · · Score: 1

      Which projects are 'not invented here' by RedHat? I suppose you could argue that buying iPlanet/Sun LDAP server is a rejection of OpenLDAP, but at the same time, they were trying to build something much more comprehensive. The fruits of that purchase is FreeIPA. FreeIPA is awesome.

      They are also trying to introduce a proper management layer using WBEM. But it doesn't stop at just installing an OSS WBEM server. They are building out an entire management interface which in turn requires them to write more providers. Not invented here? There isn't really anything out there, so they are making it themselves. All opensource.

      So beyond RedHat contributing to a ton of existing projects, they are building things (hard things), not only to make a better distro, but things that help the entire Linux universe. But hey, Ubuntu is making Mir. So there is that.

    5. Re:Goodbye Redhat, keep making the same mistake.. by Kjella · · Score: 1

      So Ubuntu got volume, are they making any money? Nobody can tell, since they're a black box private company but Red Hat got 7300 employees, $1.5 billion in revenue and turned a $178 million profit last year so they're making money. That's why Red Hat dropped RHL, it was a money sink with no end and no signs of improvement. Who cares if Ubuntu got 100000 installations making $0? I'd probably use Ubuntu over CentOS for an unsupported server too, but if I wanted support I'd probably go Red Hat. Without knowing how many of the Ubuntu servers have a support contract it's not an apples-to-apples comparison. Unless you think profit is decided by popular vote.

      --
      Live today, because you never know what tomorrow brings
    6. Re:Goodbye Redhat, keep making the same mistake.. by antdude · · Score: 1

      I still don't like Unity. I miss Gnome v3. In fact, I miss many old stuff! Frak the newer WIndows, Mac OS X, Linux, etc. :(

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    7. Re:Goodbye Redhat, keep making the same mistake.. by Junta · · Score: 1

      WBEM is a monstrosity. That's chasing the tail of Windows WMI from over a decade ago. WBEM is a horrible horrible road to go down.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    8. Re:Goodbye Redhat, keep making the same mistake.. by thule · · Score: 1

      What Microsoft turned WBEM into is a monstrosity. WBEM was just supposed to be an enhancement of SNMP. Instead of key/value type system, it allows real parameters to be sent to the remote system. But then, Microsoft. And now Microsoft is abusing it even more with DSC! WBEM was never intended to do some link DSC. What RedHat is doing with WBEM is exactly what it is supposed to be used for.

  17. Re:no surprise, what people use at home they use t by Anonymous Coward · · Score: 0, Informative

    Actually RHEL is being dumped across the board and it's 100% related to their insane new licensing. We're in the midst of migrating all our RHEL boxes to centOS at the moment. While under the hood these are essentially identical systems (you can ram redhat packages onto them if you want), and the majority of our services function just fine on the new boxes, this was done because of the licensing.

    And no, sorry, Ubuntu, the windows of linux, is not the best choice for anything. I spent a lot of work getting my FOG server to actually work on ubuntu 12 server, it was a mess and I ended up duct-taping Ubuntu 10 and 12 together with fog to make it do what I wanted. The rest of the system was debian because that shit just works. Ubuntu is the OS i'll direct my grandparents at (if they all weren't dead) when they want something other than windows, because for all intents and purposes, it's windows on linux.

  18. Re:no surprise, what people use at home they use t by Anonymous Coward · · Score: 0

    RedHat (as well as SuSE and Oracle Linux) had one good item that helped get enterprise acceptance. They were tested and passed FIPS and Common Criteria. Does this mean much in the real world? Not really. Does it help come audit time? Yes.

    Problem is that RedHat is losing familarity with people since it isn't in the desktop/home/workstation market. Yes, there are plenty of downstreams, but having people familar with RHEL proper in their home playground can mean more RHCEs and more RedHat installs in the enterprise.

    What is hurting RedHat is that there are a number of applications which require selective distributions of Linux. Take NetBackup, for example. However, on the cheap, NetBackup is supported on Oracle Linux, and Oracle Linux is "free", but can get a support contract. When a place goes with UBL, that is one less RH install.

    Yes, CentOS is pretty much RedHat. However, it isn't RedHat, and that fact alone can be a big thing when it comes to application support. I slap NetBackup on CentOS, the Symantec would laugh their derriere off if I called in for support.

  19. Re:no surprise, what people use at home they use t by Coren22 · · Score: 2

    I run an Ubuntu server in EWS, it hosts my Teamspeak 3 server so that I don't have to worry about my home server's uptime.

    --
    APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
  20. yes, but... by Anonymous Coward · · Score: 0

    Anything but distros still accomplish what they promise.

  21. Re:no surprise, what people use at home they use t by Junta · · Score: 3, Interesting

    It's when paid businesses go to Ubuntu they have to worry, but the requirements of the customers willing to pay out big money for licenses and support are vastly different than those of desktop users

    And here's the rub, they made the desktop platform pretty bleeding edge (major kernel changes are inflicted in routine updates, breaking things like nvidia driver if you choose to use it, not merely being mostly unhelpful about closed source realities but actively making it more painful). Even if drivers didn't break, updates can change things dramatically at a whim, and there's no blessed 'long term' servicing branch that so nearly matches their 6 month cycle releases like Ubuntu does. RedHat is making the free situation needlessly complicated and risky to push people to RHEL, but instead are giving ubuntu the free market. Like you say, the free market by itself is no huge threat, but it influences the commercial market in the long term.

    You could also say RedHat has very little to lose by having something more like Ubuntu in lifecycle out there for free. Those folks won't pay for anything, but their mindshare is valuable among the audience that will pay.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  22. Lies, Damned Lies and Statistics by Anonymous Coward · · Score: 0

    Let's just suppose that this claim is actually true:

    Ubuntu is more than twice as popular on Amazon EC2 as all other operating systems combined.

    Immediately afterwards:

    Given that Amazon Web Services has 57% of the public cloud market, Ubuntu is clearly the most popular OS for cloud systems.

    Certainly, 'clearly' is used erroneously here. 67% of 57% market is about 38% which is a long way off from showing that Ubuntu is the most popular OS for all cloud systems. Sure, these things could be true, but if you're going to pretend to do math, your fake numbers should at least line up.

    1. Re:Lies, Damned Lies and Statistics by Anonymous Coward · · Score: 0

      " ... 67% of 57% market is about 38% .."

      You don't have to assume either that the remaining 43% of cloud market isn't using Ubuntu. Assuming the cloud market have the same tendencies of OS uses like AWS, Ubuntu becomes the most popular OS Cloud.

  23. cloud and desktop synergy by Jodka · · Score: 1

    from the ./ summary:

    "People still see Ubuntu as primarily a desktop operating system. It's not — and hasn't been for some time."

    Well there is a distinction between Ubuntu being the primary desktop Linux OS and it being primarily a desktop operating system. The poster conflates those claims by asserting the first while prior surveys supported the latter. And he is too quick to dismiss, and therefore to overlook, what is likely critical to Ubuntu cloud adaption: We want to run in the could what we already run on the desktop. It's familiar. We know how the package manager works and we do not have re-learn all those other differences between distributions which we stumble over and have to look up when moving between them. Sure, not hard to sort out, but who wants to? And who wants to keep 2X all those distribution-dependent details in their head? I think most people are like myself in this respect; pleased to learn fundamental Unix/Linux concepts, annoyed and pestered by details specific to particular distributions. Now what flavor of Linux am I on and where did it keep its config file for this?

       

    --
    Ceci n'est pas une signature.
  24. Re:no surprise, what people use at home they use t by quantaman · · Score: 2

    It's when paid businesses go to Ubuntu they have to worry, but the requirements of the customers willing to pay out big money for licenses and support are vastly different than those of desktop users

    And here's the rub, they made the desktop platform pretty bleeding edge (major kernel changes are inflicted in routine updates, breaking things like nvidia driver if you choose to use it, not merely being mostly unhelpful about closed source realities but actively making it more painful). Even if drivers didn't break, updates can change things dramatically at a whim, and there's no blessed 'long term' servicing branch that so nearly matches their 6 month cycle releases like Ubuntu does. RedHat is making the free situation needlessly complicated and risky to push people to RHEL, but instead are giving ubuntu the free market. Like you say, the free market by itself is no huge threat, but it influences the commercial market in the long term.

    So maybe not all people like the bleeding edge and new fancy stuff like I do though I suspect Fedora's primary trouble comes from RedHat seeming too corporate and people going to what looks like a more community oriented distro.

    You could also say RedHat has very little to lose by having something more like Ubuntu in lifecycle out there for free. Those folks won't pay for anything, but their mindshare is valuable among the audience that will pay.

    That matters for sure, but when you're looking at an IT system responsible for millions or even billions of dollars then things like enterprize support and a dedicated server OS designed with stability in mind become really important. Whether or not you enjoy using that particular Linux flavour at home becomes really a non-factor really quickly.

    --
    I stole this Sig
  25. The OS is irelavent anymore by Anonymous Coward · · Score: 0

    I would think most people using cloud systems find the OS on their devices the least important aspect of cloud. Its no more interesting then most Google employee's use Mac's and not Chromebook's. Even though Google makes a very capable and comparable Chromebook to the Macbooks. They use Mac's for reasons that make it more practical. If a end computer user would have a open mind. They could use any OS platform from Windows, to the many versions of Linux, Unix, or Chrome OS. Its just what your willing to learn and use. The only reason people get stuck on Windows is because of software titles or specialty software that only runs Windows. Otherwise you could run whatever you wanted to.

  26. Re:no surprise, what people use at home they use t by turbidostato · · Score: 1

    "Nobody in the datacenter uses Ubuntu desktop. they use server."

    Is there *any single package* that is different between the server and desktop versions? I mean, is it the postfix package from the server version any different from the desktop one?

    In other words, is there any difference at all if you are using "desktop" or "server" versions?

  27. Isn't this data supposed to be secret? by IAMBatman · · Score: 1

    Since when does Amazon disclose any data on the amount of instances running?

    1. Re:Isn't this data supposed to be secret? by Anonymous Coward · · Score: 0

      Since never ;) If you follow the first link, you'll see that the data is labeled images (as in VM image or snapshot, called AMI in AWS docs). The ZDNet article magically transformed that into instances (a running VMs). Also, the linux label means an unknown type of linux (distribution not declared in the AMI metadata).

    2. Re:Isn't this data supposed to be secret? by h33t+l4x0r · · Score: 1

      I agree, these numbers are worthless. It feels like someone's trying to be sneaky and I hope Ubuntu isn't behind it.

  28. Re:no surprise, what people use at home they use t by omnichad · · Score: 1

    The default packages selected, mostly. Used to be that the server LTS version was supported for longer, but no longer true.

    My last project, I chose CentOS 6. But I literally had it down to which LTS OS had the most recent release so I didn't have to worry about a distro upgrade for longer.

  29. LTS by tepples · · Score: 1

    That's right, RHEL/CentOS separates security updates with feature updates. Ubuntu doesn't do this

    In my experience, an Ubuntu LTS release doesn't get feature updates other than hardware support. Feature updates come every two years to the LTS track. What am I missing?

    1. Re:LTS by golgotha007 · · Score: 1

      Features, apparently.

    2. Re:LTS by Anonymous Coward · · Score: 0

      A vendor to sue.

      Primarily.

    3. Re:LTS by Garfong · · Score: 1

      Not the OP, but Ubuntu does have the point releases (i.e. 12.04.1, 12.04.2, etc.) on LTS. You're not generally not required to use them, except if there's a security patch which applies to a package included in a point release. In this case I believe Ubuntu will only publish a patch on the updated package.

  30. Ubuntu doesn't do long-term support by Anonymous Coward · · Score: 0

    Ubuntu knows as much about "long-term support" as Microsoft knows about "user choice".

    Signed someone with too many Ubuntu 12.04 servers who got spoiled by a Unix that understands long-term support should last longer than a high-school romance. http://www-01.ibm.com/software/support/aix/lifecycle/

  31. Important Takeaway by The+Raven · · Score: 3, Informative

    This just demonstrates one very valuable fact for any hopeful cloud OS wannabe: If your desktop environment sucks 'because you're a cloud OS', then you won't be a Cloud OS.

    If the admin can't get familiar with your OS on their personal desktop, they are not going to think of using you in a mission critical place. The best server OS has to be a good personal OS too or it will never become popular enough. RHEL started off as just RedHat, one of the better distributions for Linux. 'EL' was just a backend change to the same comfortable front end, just as Windows Server is familiar for those who use Windows as their primary desktop.

    --
    "I will trust Google to 'do no evil' until the founders no longer run it." Hello Alphabet.
    1. Re:Important Takeaway by lorinc · · Score: 3, Interesting

      At the lab, we replaced centos on our cluster with ubuntu, and almost none of my colleagues are running ubuntu on their laptop (I'm running debian - if that counts). The motivation was that gcc was so fucking old it didn't had half the C++11 functionalities we're using. We could have gone for debian testing or sid, but it's not something you want to do on a cluster that's going to run month long simulations...

      Frankly, I think ubuntu server is the best choice today if you need a compromise between stability and bleeding edge. That probably more why it has all the market.

  32. Re:no surprise, what people use at home they use t by Anonymous Coward · · Score: 0

    When Oracle started supporting RheHat was when they thought they had the lock on the distro selection.

    There are a lot of companies who run RHEL because that's what they can get support on.

    The people who are running Ubuntu on their servers are not the same ones who buy expensive packages like NetBackup and pay for support for them. They are the ones who are running their own software, that they won't get support from anyone else (or the support is the opensource community, which support the more recent versions in Ubuntu better than they support the ancient versions in RHEL)

    Especially with cloud servers, you recreate the system rather than backing it up.

    When everyone was running RedHat on their desktop, rpm commands were natural and everyone knew where to find the config files

    As more people are running Debian derived distros, they default to apt commands and the Debian layout. Ubuntu has the mindshare and offers the LTS versions, so you see more Ubuntu than Debian.

    David Lang

  33. Re:no surprise, what people use at home they use t by Anonymous Coward · · Score: 0

    That matters for sure, but when you're looking at an IT system responsible for millions or even billions of dollars then things like enterprize support and a dedicated server OS designed with stability in mind become really important. Whether or not you enjoy using that particular Linux flavour at home becomes really a non-factor really quickly.

    EXACTLY this. I manage systems that have billions of dollars in revenue cross them per year. My customers wouldn't be caught dead without 24/7 support, OS-level support, and someone to sue if something does sideways. You also need to understand that hosting and OS licensing costs are almost nothing when you cross into revenue numbers like that.

  34. Re:no surprise, what people use at home they use t by Anonymous Coward · · Score: 0

    They used to use a different kernel package with different tunings, but that hasn't been the case since 12.04.

  35. Ubuntu SERVER, I can understand by Anonymous Coward · · Score: 0

    Doesn't surprise me a great deal. Ubuntu SERVER (Not desktop - sheesh...) is a decent enough distro with most of the more worrisome components removed. Considering cloud services are particularly suited for development, testing and PoC work I wouldn't be too surprised if a large number of those Ubuntu installs are exactly that - unsupported, short-term instances set up as part of a testing rollout or some other service under development.

    Stable, longer term services are more likely to be found on RHEL (with CentOS as the testing or QA instances).

    That being said, Canonical *does* offer support for Ubuntu server and with it some nice management tools (Landscape, I think?) so who knows.

    Ubuntu's strong point is convenience. It's quick and easy to use if there's a lot of build up, tear down going on. CentOS/RHEL have a deserved reputation for being more conservative and more stable but the lack of tight integration and ready-to-go defaults would be a mark against them in such a situation. However it's the reverse for any service you're providing via Linux thats stable and needs to be reliable for the very long term.

  36. Re: Victor by Anonymous Coward · · Score: 0

    Hi mom.

  37. Re:no surprise, what people use at home they use t by turbidostato · · Score: 1

    "They used to use a different kernel package with different tunings, but that hasn't been the case since 12.04."

    No. All kernels were available in both the "server" and "desktop" versions. It was the one installed by default, at most.

  38. Re:no surprise, what people use at home they use t by ebvwfbw · · Score: 2

    Not true. I brought RedHat into a number of data centers, though I was using slackware. RedHat was just way better. IMHO it's better then debian/ubuntu. I keep giving ubuntu a chance, keeps disappointing me. Sometimes not even installing such that it will boot. When it does, it often won't even sync with the wifi. Something they lifted from RedHat - works there and works well, however. Maybe I'll try it again soon.

    Debian is a joke. Some secure baseline groups, I haven't seen a posting in years. It's like *dead*. Buried. Still true believers out there.

  39. Almost by s.petry · · Score: 3, Informative

    Being the most popular does not mean the best choice, especially in Amazon's cloud where most people would be using it for development and testing, not necessarily production. The last few places I worked production was all RHEL. Development and testing projects went to EC2 and CentOS. This was not a "CentOS is better" consideration, it was exclusively a pricing consideration. Ubuntu is the same, where it's mostly free and lots of the fad followers still think Ubuntu is better than other OSes because it's simple to setup. For a workstation I'd agree that it's easier for a non Admin to setup. There is no advantages and some disadvantages when using it for a server other than a simple Web/DB server.

    IMHO the problem with any of these statistics reports is that it does not demonstrate reality in any way, shape, or form. Like all statistics, it's intentionally worded to mislead people. From the title, you would think that the Hyper-visor is Ubuntu but it's not. TFA also makes a wild ass guess because Amazon said it's the most used for them and they own 57% of the cloud market. You don't have to be a math wizard to see how that speculation could easily be wrong (Amazon never said that 98% of their client nodes are running Ubuntu).

    Personally, I see Ubuntu exactly like MS. It's controlled by the Brits who have more intrusion ability by the Government than the US (with US help of course). I don't trust either, and won't use either. That does not mean I'm running out to pay for RHEL licenses. I'll use a good trusted free OS like Debian or CentOS over MS or Canonical's Ubuntu. Sometimes free makes lots of sense, and other times you want the pay for support.

    --

    -The wise argue that there are few absolutes, the fool argues that there are no probabilities.

    1. Re:Almost by paulatz · · Score: 1

      The fact that it takes such a long post to explain why it is a bad choice, is proof of the contrary.

      --
      this post contain no useful information, no need to mod it down
    2. Re:Almost by Zontar+The+Mindless · · Score: 1

      Sorry to disappoint you but your attention span or lack thereof is *not* a reliable metric for the truthfulness of s.petry's assertions. TFP.

      --
      Il n'y a pas de Planet B.
    3. Re:Almost by s.petry · · Score: 1

      If that is all you gathered from my three paragraphs you should head back to elementary school to learn how to read. I did use big words quite intentionally.

      --

      -The wise argue that there are few absolutes, the fool argues that there are no probabilities.

  40. Re:no surprise, what people use at home they use t by Anonymous Coward · · Score: 0

    Much elitism, huh?

    Are you saying our entire team of high-skilled software engineers, including myself, are insane for liking Unity?

  41. Re:no surprise, what people use at home they use t by Anonymous Coward · · Score: 0

    RedHat has had a great trimester, with fantastic increase in revenues. Their growth has been with the cloud, with arm hardware, with areas that stress performance, reliability and serviceability (RAS).

    I too, use Fedora22. actually two Remixes of Fedora. One is titled Chapeaulinux, other Korora. Both are superb. Even after two months with each, I am torn between two extreme likes. I like both equally, and thus, on even days I use Chapeau, and on odd days I use Korora. My home directory is common to the two.

    And I will be in the cloud by yearend with my software.

  42. Excelente by mundonet · · Score: 1

    Excelente sistema operativo ubuntu MundoNet

  43. Re:no surprise, what people use at home they use t by Junta · · Score: 1

    The problem for RH becomes that on top of being wildly successful in the free market, Canonical also promises 24x7 commercial support. People can bitch and moan about their opinion of the quality of that support, but RH simply cannot pretend that they are the only ones that check off that marketing bullet point.

    This further reinforces my opinion that RH has pretty much nothing to lose by making RH 'free' and charging for support, rather than this 'sort of not quite' in between state that they are in now by pretending CentOS and RH are different and never should the two mix...

    --
    XML is like violence. If it doesn't solve the problem, use more.