Is Ubuntu Server winning over CentOS folks?

Jun 28, 2011 Published by Tony Primerano

For years I have used Ubuntu for my desktop environment and CentOS in production.  Why?   Ubuntu makes a great desktop distro and since CentOS is basically a copy of Red Hat, it is considered an enterprise OS.

The trouble with being an Enterprise OS is you avoid the latest updates to the OS and aggressively patch proven packages.   CentOS has worked fine for me up until recently and I suspect all my future deployments will use Ubuntu.  CentOS packages are lagging behind and this lag is causing pain.  Here are some examples of my recent pain points.

Every 3 months on the dot I fail my PCI compliance scan with the following error.

OpenSSH 4.3 is vulnerable Severity: Critical Problem

OpenSSH is up to version 5.8 but RedHat keeps patching 4.3.  It is totally secure, it has the latest patches but every 3 months I need to contact the scan company and prove that I have a patched release.  Not fun.

CentOS is using gcc 4.1.2.  Gcc 4.1.2 was released in 2007 and many tools are requiring newer versions to work.  Most recently I tried using opscode/chef and while the site says it works with CentOS you'll need to update the compiler to 4.2 or higher.  This defeats the purpose of using Chef IMO.

I also find myself building things like git on CentOS that are part of the standard repository on Ubuntu.  Sure, I can start adding random repositories to get these things but I'd rather work with an OS that has them in the default/supported repository.

I've talking with colleagues at several other companies over the past few weeks and several are using Ubuntu Server or are planning on getting off CentOS in the near future.   A side note on Rails from my talks,  there seems to be little excitement about CoffeeScript or Sass in Rails 3.1 (just learn css and js already) and folks prefer test-unit and shoulda over rspec.    I totally agree with this sentiment.  :-)

 

 

  • A photo of Rob Rob says:

    That was very helpful. Thanks. Now that about 6 months have passed, I'd love to know what you are currently using for your deployments. Did you switch to ubuntu or did you find a reason to go back to CentOS?

  • A photo of Georgi Georgi says:

    Hi CentOS has a good reason to keep down the version for sure. You're totally right that with CentOS, there are some issues with installing a lot of latest software or even compiling one. Anyways Ubuntu as a server doesn't sound like a good idea. Having the latest software like in Ubuntu server has a major security drawback, as I believe "time" didn't confirmed the software is reliable enough. A good compromise if you're determined to migrate from CentOS to another Linux distribution is Debian stable. Debian stable has most of benefits of Ubuntu and is still comes with a program versions not just released.

  • Inertia has kept me on CentOS for my existing projects and at my new job they use RedHat like most established companies. Fortunately they seem to have fixed the PCI scanner as it hasn't been failing me recently. Maybe, CentOS updated the OpenSSH string. I've had folks at my new job ask me if we should look into Chef for our deployments. My answer has been no because we are on RedHat. :-(