Slashdot Mirror


Ask Slashdot: Paying For Linux Support vs. Rolling Your Own?

schmaustech writes: A lot of businesses pay for Linux support. But at what point does that stop being worth the money? When would a company be better served by setting up their own internal support? When does it make sense for them to write their own patches, which could be submitted back to the community? The inherit risk is that the organization is accountable and accepts the risks if a major bug is encountered within any of the open source applications they are using. What's your perspective on this, and how many major corporations are taking this approach?

73 of 118 comments (clear)

  1. In my experience by dreamchaser · · Score: 4, Interesting

    I work with clients ranging from small business to Fortune 10 companies. On the SMB side most do support their own, though they rarely write patches. I don't know a single large enterprise using Linux that doesn't pay RedHat or whoever for support though. There are many reasons for that. SLAs are easier to hold a third party to than an internal organization. It makes the C level people feel better to have a company they are paying accountable for support. They do not have to carry the burden of the extra staff needed (that's a big one). The list goes on.

    1. Re:In my experience by Anonymous Coward · · Score: 1

      They do not have to carry the burden of the extra staff needed

      This is nonsense. It takes local admins who know the setup to get any fix working.

    2. Re:In my experience by schmaustech · · Score: 1

      Is it a question of extra staff for a large organization or the right technical talent and paying for it? I know CERN does not use support and they have a fairly large publicly known OpenStack environment. However there seems to be this idea that if it is research or academia it does not count toward a true production environment.

    3. Re:In my experience by Anonymous Coward · · Score: 1

      RedHat support is excellent; However you have to know how to use it. You will send a problem. They will always send some questions. You must be able to and ensure that you do answer them. When you do that clearly they will be able to fix almost anything. AC who says "It takes local admins who know the setup to get any fix working" is of course right but is missing the point. For a big scale system you should count the cost of a RedHat TAM, either by getting one or by spending the same on your own admin staff. After that, there's no need to have your own kernel developers, software experts and so on and so on. For a serious organisation with serious systems this is a big saving.

    4. Re:In my experience by dreamchaser · · Score: 2

      When did I say they didn't have local admins? That is a far cry from doing all of your support without a safety net.

    5. Re:In my experience by Anonymous Coward · · Score: 1

      Large companies don't want the risk and it's also hugely expensive having staff in some locations. London is something like £200k / year for an IT guy (say a bank for office/Salary/pension/support/etc). So if you are in London that £1 million+ for RedHat support doesn't look that bad. You could have 5-6 people internally and hope they know everything from C kernel coding, why Java crashes on a specific kernel through to how to configure SSL on Apache. You know RedHat has someone, if you can get past 1st line in reasonable time. Do I think its worth it? Sometimes but rarely.

    6. Re:In my experience by Foofoobar · · Score: 1, Insightful

      The silly thing is... they NEVER hold these companies accountable. When have you ever heard Microsoft pushing a patch for Windows early or an extra update merely because a customer was 'upset'. And Redhat is actually pretty bad about support; they only support a VERY SMALL set of very old releases (vs Ubuntu which keeps their releases pretty up to date). The excuse is 'it might break something' which is a pile of BS since it wouldn't be in the core supported repo. I would laugh if companies actually DID hold companies accountable because then no one would provide support. Its a silly house of cards that I call BULLSHIT on.

      --
      This is my sig. There are many like it but this one is mine.
    7. Re:In my experience by Anonymous Coward · · Score: 1

      I would disagree with that statement. Our TAM lacks the product knowledge in our environment and support seems to take weeks to get bugs fixed in the code. I often feel Redhat is relying on the community to provide fixes.

    8. Re:In my experience by Anonymous Coward · · Score: 3, Interesting

      I work for a company with probably 150k employees. I'm guessing total staff approaches half a milllion if you count the onsite contractors.

      I would be horrified if they brought the linux support in-house. That's not our job. We have a very specific job, and working on linux is not it. *Using* linux is definitely it, but but developing it would be a huge distraction.

      I've been using Slackware at home since 1996. The company I work for has thousands of Suse boxes, but the company I work for makes luxury goods, not linux distributions.

    9. Re:In my experience by elbles · · Score: 5, Interesting

      We were having a problem with a "no IRQ handler for vector" issue that was crippling networking on a lot of HP DL360G7 systems we had. We were running CentOS on some of these systems, and RHEL on others, and though we never reached out to Red Hat ourselves.

      Red Hat had a bug open for it (bug 887006 if I recall correctly), and it was interesting to see what their response was to paying customers. They did provide special kernel packages to help fix/troubleshoot the issue, but it still went on for a long time. To make matters even worse, even when the bug was visible to me (as a Red Hat customer), lots of it was redacted, to the point where it was difficult to determine key pieces of information. And while I don't have access to my RHN login right now, I don't believe that bug is accessible to anyone outside of Red Hat at this point (which is another problem itself)

      I suppose my point is even in circumstances where you can hold the vendor responsible and where they are taking action, it doesn't guarantee that the problem will be fixed when The Business(TM) wants it to be. And for problems like this, where it's affecting or going to affect a large number of people, it'll get the proper attention it needs, paid support or not.

      I get paying for support from a CYA perspective, but that's really all it is, IMHO.

    10. Re:In my experience by unixisc · · Score: 1

      Doesn't CERN - along w/ Fermi - maintain their own distro - Scientific Linux? Since it's a spin-off off RHEL, they must have some personnel to maintain that distro, and keep checking with RHEL?

    11. Re:In my experience by Anonymous Coward · · Score: 1

      >you can buy into a support scheme the day you encounter a problem

      Have you ever even held a real job? Apparently not. By the time the contracts have been reviewed by lawyers and the purchase order processed and paid out, days or even weeks will have gone by. Do days or weeks of downtime sound like an acceptable situation to you?

    12. Re:In my experience by houstonbofh · · Score: 2

      >you can buy into a support scheme the day you encounter a problem

      Have you ever even held a real job? Apparently not. By the time the contracts have been reviewed by lawyers and the purchase order processed and paid out, days or even weeks will have gone by. Do days or weeks of downtime sound like an acceptable situation to you?

      Have you? If this is your plan, you already have the a-la-carte support agreement approved by the lawyers, and a few support incidents in your budget. Then you just call and pay, and get support right now.

      Of course, that takes prior planning, something that is actually rare in a lot of IT departments.

    13. Re:In my experience by houstonbofh · · Score: 5, Insightful

      The fact that "Support != Solution" is a painfull lesson for many.

    14. Re:In my experience by dreamchaser · · Score: 1

      Sure, you can do that. That is not how most large companies operate though. I wasn't advocating one way or the other, just reporting what I've seen over the course of a long career in IT.

    15. Re:In my experience by CBravo · · Score: 1

      That should teach you to not buy HP (or Dell) anymore. Buy normal motherboards that are not created by companies with non-standard ideas on creating hardware.

      We no longer buy brand computers but have them assembled by our specs. We do not buy support, nor do we have SLAs. We do have enough people who understand and can solve operational issues (i.e. 5). We do tend to replace more stuff that fails to work when updated or has operational issues (like network cards that freeze when under full load, that is you Dell). And we have more hot-spare machines in a second location (good for maintenance, availability on HW failure, contingency plans, ...).

      --
      nosig today
    16. Re: In my experience by blang · · Score: 1

      they also do it for legal protection.
      and they generaly deploy commercial software that is only certifified on enterprise Linux editions. so most companies can't roll their own even if they wanted to. and if you look at cost of the os license, it is nothing compared to the commercial sw last licenses.
      and it is not just about rolling patches.
      in a crisis, they need to be able to lean on a vendor.

      --
      -- Another senseless waste of fine bytes.
    17. Re:In my experience by Bite+The+Pillow · · Score: 2

      The silly thing is... they NEVER hold these companies accountable.

      Define accountable? Your support contract outlines what can be expected. You have problems, they try to resolve the problems. That's one kind of accountable. Outage causes millions in losses? That's a different accountable, and they legally will fight any attempt to collect on that. If you pay for support, and never hold them "accountable" i.e. never contact support, then that's stupid.

      When have you ever heard Microsoft pushing a patch for Windows early or an extra update merely because a customer was 'upset'.

      Never, because no one does that and no one expects that. They expect the opposite. And who is even talking about Microsoft here other than you?

      And Redhat is actually pretty bad about support; they only support a VERY SMALL set of very old releases (vs Ubuntu which keeps their releases pretty up to date). The excuse is 'it might break something' which is a pile of BS since it wouldn't be in the core supported repo.

      Then why would you pay Red Hat for such limited support? Unless that's all you need? And otherwise shouldn't you find someone willing to take your money and provide that support?

      Here's the problem with Linux - pushing a bug fix does not mean you have a huge lab with all kinds of software you can run regression tests on. Different versions of packages, including anything anyone found once that solved a problem, could be on any box. Microsoft knows what its customers run, and it can focus on whatever has broken in past support tickets to prevent similar issues. But Red Hat actually has to be more conservative due to the ecosystem.

      I would laugh if companies actually DID hold companies accountable because then no one would provide support. Its a silly house of cards that I call BULLSHIT on.

      Do you mean lawsuits? Because the kind of lawsuit that would make support a poor business plan simply is not possible due to the wording of the contracts, and established case law. Support means having a contract, and you can hold the company to that contract. But you can't hold them beyond that contract. So someone wrote the wrong contract, or someone (you) has no idea what the contract says. You should find out and give specifics, or get off the internet with your ignorance.

    18. Re:In my experience by elbles · · Score: 1

      To be fair, if I remember correctly, the problem was with hardware provided by Intel, and could be worked around by a BIOS update (supposedly), but it would have affected a white box as much as it would a Dell or HP.

      There are plenty of arguments for using white boxes or boxes from big brands, but this was wasn't one of them.

    19. Re:In my experience by elbles · · Score: 1

      You are correct sir. Our experience was that HP did indeed release a BIOS update that was supposed to fix the issue, but did not. Setting intremap=off alone did not do the trick for us, as was often suggested. Instead, we turned off interrupt remapping, and disabled VT-d in the BIOS, and something else related to virtualization as well (I'd know it if I saw it). Obviously we weren't doing virtualization on these systems, but the combination of those three things largely alleviated the problem (or at least enough that we haven't had the need to revisit the issue with many other things we have going on).

    20. Re: In my experience by Aighearach · · Score: 2

      A lot of people minuderstand this, and make up nonsense about "being able to sue somebody if something goes wrong," which of course they can't.

      Others make the mistake of thinking support = solved problems.

      Corporate support means documentation that proves you Did Everything Reasonable and according to Professional Standards.

      Small or privately owned shops don't need that, and don't even know why other people do need it, so you get a lot of know-it-alls on here hooking their thumbs in their suspenders yacking about how stupid people are and they can't do anything for themselves. lolol

    21. Re:In my experience by ILongForDarkness · · Score: 1

      Yeah exactly. Its a trade off but you just tell the guy writing the checks we either have a service agreement or be prepared to pay ~300/hr to have someone fix our issue should it happen. As long as a company has a nice spare cash pot often the ad hoc is the way to go. I find often the techincal people in house can figure it out, few things are really that bad (often things are memory leaks or something which requires a restart over night or something, and of those few systems matter after hours), and for those that are it ties the problems directly to a cost centre giving you more justification when you need to say: this piece of crap needs to be replaced.

    22. Re:In my experience by ILongForDarkness · · Score: 1

      CERN and the like are probably an exception because they are so high profile/budget but the thing is with most academia: who really cares if your cluster is down for a week? So you have to work through the holidays to get your thesis done, or you hire another intern at $10/hr to maintain things etc. Most people are working for really low salaries and putting in way more than 40hr work weeks. It is hard to justify borrowing staff from your contractor when you can get your own people so cheaply. Instead you cobble something together and if it breaks you spend a weekend and cobble something else together. Stability isn't that important as long as you don't lose data you are golden.

    23. Re:In my experience by ILongForDarkness · · Score: 2

      I didn't have a good experience with Sun support but your milage might vary. I think very dependent on the skills of the person you deal with. We were in the process of migrating our SAN and a Sun box wouldn't see the luns that were being presented to it. Sun support at about $400 a pop, dude new about as much as we did in house. Ended up being a IBM guy who figured it out (got that for "free" because IBM was already on site installing their SAN and their tech escalated it): IBM support just happened to have a sun server just like ours, they installed it and tried to configure it the same as ours in their lab. Were then able to tell us which bits to twiddle in the FC card driver to get things working again. So in my experience IBM for the win. But didn't do a lot of direct to the electronics vendor IT stuff in my day, mostly medical software and our initial support always went through the vendor and off then to MS, IBM etc who ever supplied the hardware. Anyways, I was really impressed when the IBM guy was telling the Sun guy what bits to twiddle in their OS.

    24. Re:In my experience by ILongForDarkness · · Score: 1

      I worked at one of the Max Planck Institutes in Germany, similar top notch calibre institutions: I as a sys admin was making as much as a group leader, their students were getting about $20,000 a year (but no tuition so there is that). That said when my girlfriend from there at the time graduated and took a postdoc she was getting closer to $55,000 so there is a big jump from no-PhD to PhD and then only a little bump later when you become a group leader. At least in Germany. Yeah you work much longer hours. My girlfriend was doing experiments with fish eggs. They needed to be checked every 12hrs or so. She did so, even on weekends, Christmas holidays etc etc. Probably closer to 60hrs a week on average from my peers. I was making more than 3X their salary and working strictly 40hrs a week ... being smart doesn't always pay.

    25. Re:In my experience by DanielOom · · Score: 1

      Red Hat gives good support, but it takes time. The optimum answer is to have your own support staff and to be able to escalate serious problems to your vendor, but that's not cheap.

  2. Linux Support is Rarely Worth The Money by Anonymous Coward · · Score: 2

    I work in pretty homogenous networking environment: Linux, BSD, Windows, Mac. I NEVER, EVER call for support, even if I work for a place that has paid for it. Why you ask? Pillars of intransigence is why. All vendors, to a man, do their best to give you the least. I've found that by understanding the problem, using Google, and pinging others in the shop, we can usually figure out the most complex stuff within a day or two. Linux support is for shops with people who don't really understand Linux at all. Linux networks, even machines running mostly Linux, is usually pretty easy to sort out with a little understanding of the issues. CentOS is popular largely because people can sort it out without paying the exorbitant costs associated with Red Hat support. I've used Red Hat support in the past. I don't plan on ever calling them again.

    1. Re:Linux Support is Rarely Worth The Money by ColdWetDog · · Score: 4, Funny

      Pinging others in the shop?

      I would think that a TCP/IP conversation would be more productive.

      ACK....

      --
      Faster! Faster! Faster would be better!
    2. Re:Linux Support is Rarely Worth The Money by wbr1 · · Score: 1

      The puns in this post are a SYN.

      --
      Silence is a state of mime.
    3. Re:Linux Support is Rarely Worth The Money by bigdavex · · Score: 1

      Heterogeneous?

      --
      -Dave
    4. Re:Linux Support is Rarely Worth The Money by houstonbofh · · Score: 1

      NACK... You never want solution by comity.

    5. Re:Linux Support is Rarely Worth The Money by jon3k · · Score: 1

      I'm still trying to wrap my brain around the fact that you think taking a couple days to solve a problem is acceptable.

    6. Re:Linux Support is Rarely Worth The Money by nacker90 · · Score: 1

      Yes?

    7. Re:Linux Support is Rarely Worth The Money by epyT-R · · Score: 2

      It depends on the problem.

    8. Re:Linux Support is Rarely Worth The Money by Bite+The+Pillow · · Score: 1

      It is worth the money if you have a security breach, and you were using software unsupported by the vendor. If you can't blame a vendor, then you accept all liability. For some businesses this is acceptable. For others this is too much of a gamble, and support is worth the money.

      You seem focused only on "when things break", and not focused on "when things are so bad you wish you had a better legal department". And the people who pay lots for a well written support contract often don't care about the level of support - only in having a valid contract.

      In business-to-business, being able to say "Red Hat is investigating" sounds better than "we have a guy looking at it". In business to consumer it is not as important outside of losing revenue, because the customer usually doesn't care the cause. But wither way customers may be placated to know it's not your fault, and the losses are minimized.

  3. Too risky by mewrei · · Score: 2

    It really doesn't make sense for large organizations who are supporting mission critical apps. There probably aren't any managers on the planet who will willingly make the decision to support it themselves because one critical issue and it's their job. Instead, they'd much rather have a 3rd party to strangle if and when they have a critical issue

    1. Re:Too risky by Anonymous Coward · · Score: 1

      Exactly this, and also, if it were brought in-house, eventually someone would notice how rarely the staff is used for mission critical stuff and they'd be assigned other responsibilities in addition and then when there was a real problem, there'd be a political fight.

    2. Re:Too risky by dbIII · · Score: 2

      they'd much rather have a 3rd party to strangle if and when they have a critical issue

      However when you have goals other than giving your lawyers something to do it's not so clear cut.

    3. Re:Too risky by Aighearach · · Score: 2

      Your lawyers will advise you that you can't really sue software vendors when you're mad at them. Bugs happen. Having somebody to "strangle" means "having somebody outside the company to blame when talking to your own boss." That is all it means.

      And of course, lots of companies do have a different management dynamic than that.

  4. Stupid question by Anonymous Coward · · Score: 1, Insightful

    Run the numbers for your particular business, dumb dumb, and stop asking for vague, qualitative, subjective responses to validate your biases.

  5. Re:Risk? by Kjella · · Score: 4, Insightful

    There's no liability for patches (except for intentionally malicious ones) to an open source application. If there were, nobody would submit one.

    In this context I think it means "nobody to pass the buck to", if Windows crashes you blame Microsoft, if RHEL crashes you blame Red Hat, if CentOS crashes you take the blame. Then again my impression is that very, very few have the kind of ultra-platinum support where the vendor will jump all over you to solve your problem, it's mostly your problem to solve anyway. It's just a blame shifting exercise, how badly you need it depends on how much shit is going to roll downhill. The technical merits of support is often secondary.

    --
    Live today, because you never know what tomorrow brings
  6. inherit risk? by quickOnTheUptake · · Score: 2

    Seriously? Who TF is editing this?

    --
    Mod points: Guaranteed to remove your sense of humor.
    Side effects may include gullibility and temporary retardation
    1. Re:inherit risk? by Anonymous Coward · · Score: 1

      Seriously? Who TF is editing this?

      From where it says, "Posted by Soulskill," I'd say that it's either Soulskill or no one.

      I'm leaning towards no one. Hey, you have to expect to inherit some risk.

    2. Re:inherit risk? by cyberspittle · · Score: 1

      It was likely voted in or some other means. Not all submissions go straight to front page. It is a slow day, so why not have group discussion to kill the time until we really have something to talk about.

    3. Re:inherit risk? by stoploss · · Score: 1

      Seriously? Who TF is editing this?

      Inherit risk is defined as the risk of manifold deleterious effects on an online community after it is acquired by some crappy company whose goal is to "monetize" the "audience".

  7. Linux support by Lando · · Score: 3, Informative

    To maintain and support an entire OS takes a lot of work. We aren't talking about just development here, but checking to make sure things run properly and making the changes needed to ensure stuff is supporter. The point I would start looking at rolling your own distribution and supporting it is the day you decide to start selling your distribution.

    For internal use, sure you might have to have a team to do internal work to modify certain sections in order to make the OS work for you, but they are relatively minor compared to ensuring an entire distribution works as needed. Let another company do the heavy lifting and just have your company modify it and submit changes back through the system as desired. Feedback works as well.

    To run an entire distribution and all the subsystems takes billions, look at IBM donating to Linux as a whole they give value back to the community rather than trying to extend and embrace for their own purposes. Redhat does the same and they do distribution and sales. Other companies are the same. I guess you can make the decision on your own but personally I suppose the time to switch is when you have support fees in excess of what it would cost to maintain an entire distribution. I'd assume someone around a thousand people focused on the project would be about right. A thousand people's salaries would buy a lot of support. A better idea might be to hire developers for the subsections of the OS that you need and have them work with the community.

    --
    /* TODO: Spawn child process, interest child in technology, have child write a new sig */
  8. More non-tradtional systems may need to by i.r.id10t · · Score: 1

    The college I work for (not in IT but in academic technology) has a support contract with IBM for Linux on the p-series boxes that have replaced the mainframe and zVM. Needed too due to some network issues.... Of course, since there was a support contract for the mainframe, not much has changed as far as the bean counters are concerned.... Note that while they use RedHat on some x86/amd64 boxes, they don't have a special support contract for those - just for the "new mainframe replacement systems".

    --
    Don't blame me, I voted for Kodos
  9. For the most part - NO by chromaexcursion · · Score: 1

    For IBM, yes. They do, but only for the parts they support. They buy support for the rest.
    I work for a software manufacturer. We internally support the libs that we ship with our products. Usually this just means getting the latest source drops and building them. When there's been a problem we could solve it in our code, but being able to debug into the lib code was the only way to find it.
    For major system components, and packages that aren't part of our product, we buy support.
    For the average company, there's no way it's cost effective.

  10. Liability by cyberspittle · · Score: 1

    The only issue is that certain employees have the knowledge and should something happen to them, the business may be in trouble. By paying for support, you place the burden on an entity, which is responsible. It all comes down to question for CIO/etc if they should lose an employee, how will that impact the business.

  11. Shoemaker, stick to your last. by westlake · · Score: 2

    A lot of businesses pay for Linux support. But at what point does that stop being worth the money? When would a company be better served by setting up their own internal support? When does it make sense for them to write their own patches, which could be submitted back to the community?

    The core competence of most businesses does not lie in the internals of an operating system.

    It can make perfect sense as well to "outsource" clerical work to Microsoft and Office 365, accounting to specialists in corporate accounting, and so on.

    Contributions to open source that build on a deep investment in what you are really, really, good at, and perhaps better at than anyone else in the world, are far more likely to be enduring and influential.

    Open Source

  12. Amost never! by bloodhawk · · Score: 1

    skilled staff in this area are expensive, it is almost never cost effective to do your own support. The exceptions maybe if you have some very niche requirements that make paid support difficult, but for the average business small or even large enterprise it doesn't make sense, a support contract is far cheaper than the staff needed to do it yourself.

  13. English by fibonacci8 · · Score: 1

    The inherit risk

    The inherent risk

    --
    Inheritance is the sincerest form of nepotism.
  14. Re:Risk? by Ol+Olsoc · · Score: 1

    You may blame Microsoft if you want to.

    But if you actually read your license and EULA, it won't do any good.

    The most they are liable for is between $12 and $50.

    Right - market value.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  15. Really only two main reasons I can think of.. by forgottenusername · · Score: 1

    1) Many hardware vendors, especially storage, will give you trouble or refuse to support their gear if you're running an OS they don't bless

    2) It can make business continuity easier; you'll find more people who claim RHEL/CentOS support than Debian (though Ubuntu is pretty wide-spread these days).

    The rest are pretty minor. Some C level tools want to feel like they're magically protected by vendor support.

    The reality is I've pretty much always had to do my own diagnostics, RCA and come up with a resolution. If there's no patch in a RHEL blessed kernel but there is in mainline, I'd just as soon pull it in and patch it myself, which is way easier to do IMO using something like Debian, or write a patch myself if necessary.

    So I'd say if you're having to deal with a lot of hardware support it might be worth it just to get less pushback but if you're mostly cloud based or just have a few machines go with whatever you think rocks (unless you suck, but you would never realize that :P)

    At one shop we all wanted to use Debian but the vendor only "supported" suse/rhel etc.. so we went so far as to modify uname and whatnot to pretend we were a redhat shop ;)

  16. Gliding scale by CAPSLOCK2000 · · Score: 1

    I don't think your perspective on this is right. There is no hard cut-off between fully depending on support an doing everything yourself. At the very least you will need someone to talk with support. You will always have someone who is acting as an administrator and who will solve problems. Sooner or later you are going to run into problems that can be fixed without support. If you don't want to keep fixing the same problem over and over you are better of sending the fix upstream. With or without the help of payed support.

  17. Ask yourself: What is our business model? by msobkow · · Score: 3, Informative

    You're asking the wrong question. The question is "what is our business?".

    If it's not your business, you hire experts to take care of it.

    My guess is "producing a Linux distribution" isn't in your business model.

    --
    I do not fail; I succeed at finding out what does not work.
    1. Re:Ask yourself: What is our business model? by Kjella · · Score: 1

      Unfortunately that question should be split in two, "Where do we add value?" and "What is essential to be able to deliver that value?" I've seen quite a few cases where I feel they've signed away too much of their processes that aren't core business but is ruining it because it's not working well. Outsourcing development is an easy example, the core business is usually serving some particular market or function, not developing software as such. But no matter how much smart business functionality you've added it won't help if the software is buggy, unstable and unmaintainable. Or to use a car analogy, if you build a great car with crap brakes that'll ruin everything. They weren't supposed to add value, just be normal brakes but because they're not they're ruining the value you wanted to deliver and more.

      --
      Live today, because you never know what tomorrow brings
    2. Re:Ask yourself: What is our business model? by CBravo · · Score: 2

      The question should be: What are the risks and how do we keep them in balance (by maintaining control).

      --
      nosig today
  18. I Highly Recommend Paid Support by theManInTheYellowHat · · Score: 2

    I have managed Linux servers in a professional environment for 20 years and for "production" environments I highly recommend paying for support.

    I have had the good fortune of getting a tech on the phone to handle issues that were solved by the people that know the software the best. Red Hat and SUSE both employ top notch support folks. I have not experienced any others, I would expect they are also quite good. Talking to another tech on the phone that you can trust is totally worth it to you and the business that you are working for.

    Contrast that with hoping that someone has had the problem you are trying to solve and has solved it and has posted to a forum you search is just not the route to go. In my opinion, you should not allow a business to make this choice. It is insurance and not a guarantee of success but that is why the business pays for it and other types of insurance.

    Also these paid support contracts help fund the open source world and are, again in my opinion, the responsibility of a business using open source software.

  19. Re:Risk? by Shados · · Score: 4, Interesting

    Except there's support included when you get a Microsoft product. If you're beyond that and don't have a support contract, its $250 to pass the buck over to them if their shit goes kaboom on you.

    Once, I was at a company where we ended up with a critical bug in SharePoint ( ::shudder::...that was a long time ago...) auditing.

    After going through the support monkey, we eventually had something silly like 12 microsoft engineers and PMs on the line in a conference call debugging the issue with us a few times over a week. In the end they gave us a fixed up DLL, and things were good.

    Net bill: ~$250 (give or take).

  20. Re:Risk? by houstonbofh · · Score: 2

    But if you actually read your license and EULA, it won't do any good.

    It does when you are talking to your boss. "We bought support, but even they can't figure it out."

  21. Risks by thecombatwombat · · Score: 2

    "The inherit (sic, seriously editors?) risk is that the organization is accountable and accepts the risks if a major bug is encountered within any of the open source applications they are using."

    I'm always surprised by this being raised as a contrast to proprietary software. As pretty much anyone who has ever relied on proprietary software for their business and had that threatened by a major bug will tell you, there's no magical protection brought about by the license agreement being closed source. I've created massive complex workarounds for bugs in software we were paying tens of thousands of dollars while waiting literally years for the vendor to acknowledge the issue, let alone fix it. I won't call out my specific employers or vendors, but I can't help but assume a lack of experience on the part of the writer when I read something like that.

    In my experienced opinion the best scenario to stake your business on is open software with strong commercial backing. That way when something goes wrong, you've got a third party with incentive to help you, a community of eyes, and access to fix it yourself.

    1. Re:Risks by thecombatwombat · · Score: 1

      So in fairness I realize I started to respond to this, got distracted, came back and did not exactly respond to the question being asked.

      I stand by part of what I said though "support" is not magical, a combination of both is what's desired. It's best to have both your own in house people and external sources with a commercial interest you can fall back on. There's no substitute for internal knowledge though. Staff that knows how your apps interact with your systems, with your usage patterns.

      My point in both cases is it's not an either or situation, there is no single point where you stop one model and go strictly to another.

  22. What not who by jbolden · · Score: 1

    In most companies the question is not whether they do or don't pay for support but rather what systems are supported to what level. No company has the technical depth to deal with the entire Linux stack, with the possible exception of IBM. Low criticality systems can have problems but because they are low criticality the company has time to find resolution so they tolerate greater levels of mistakes in exchange for lower costs. As you get closer to the center support becomes more important because they want a depth of experience that only a contract can buy. With bigger companies that support contract is held by a vendor who has multiple support contracts.

    I'd say for most small companies the best approach is a good IaaS/PaaS provider with very little internal. For larger companies multiple overlapping systems of support including a wide range of internal knowledge.

  23. companies supporting Linux in-house by jdwoods · · Score: 1

    how many major corporations are taking this approach?

    I can think of a few companies that support Linux in-house. In no particular order: Red Hat, Novell, Canonical, Oracle, Google. I'm sure there are others.

    --
    -- Jeff Woods
  24. It's pretty much the same as insurance. by BlindRobin · · Score: 2

    Tis question is not exactly but largely analogous to the question : 'Do we self insure or purchase insurance'? The risk evaluation is complex and the answer is dependant on the a number of weighty factors not least of which is the amount of liquid assets available to address a catastrophic failure. Hire a risk analyst.

  25. Slashdot inserting GPL FUD ©. by lippydude · · Score: 1

    "The inherit risk is that the organization is accountable and accepts the risks if a major bug is encountered within any of the open source applications they are using".

    In order to use the software, the end user must accept the license, which in no-way-shape-or-form makes the organization accountable for any such defects.

    Limitation of Liability.

    "In no event unless required by applicable law or agreed to in writing will any copyright holder, or any other party who modifies and/or conveys the program as permitted above, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if such holder or other party has been advised of the possibility of such damages."

  26. In some cases, paid support makes sense by ikhider · · Score: 1

    When I first started out my business I had a shoestring budget, if that. I could not afford conventional Microsoft software like the OS and office suite, anti virus, graphics design software, accounting software and so on. GNU/Linux seemed the best route to go. However, I knew very little about GNU/Linux either. For a small fee, I paid for GNU/Linux support and had someone there to hand hold me through crucial moments when I did not have time to research problems on my own or when I got stumped by a bug. It was great to know someone was there, on retainer, whom I could call when things got rough. Now I do not need paid support, at this time, because I can sort out these issues on my own. However, if my business was to grow, I know not all employees can handle the GNU/Linux OS, so paid support is a good idea if I am too busy to explain everything. Paid GNU/Linux suport is one of the best things I ever invested in. Sure, there are some weird support staff at there, but that made for fun conversations and a lot of learning.

    --
    "SO we bide our time, waiting for a purer kick to bloom and the future is still bleak, uncertain and beautiful" -GSYBE
  27. Re:Why not just write your own OS? by unixisc · · Score: 1

    Precisely!!! For everyone who's stated that Red Hat's support is overrated, fine, but what business is the submitter in - Linux distros or doing something else that involves using it? If it's the latter, why not pay for the support, and just hire the IT that's needed for day to day maintenance? If Red Hat is bad, try the others - Debian, iXsystems (for FreeBSD), SUSE or anyone else who offers better value for money

  28. Re:Scientific Linux by Antique+Geekmeister · · Score: 1

    CentOS, Scientific Linux, the old "Whitebox" distribution, and other free rebuilds resemble the "Red Hat" distributions before RHEL. They're quite fascinating free and open source software projects. Red Hat has been model open source and freeware contributors in their publication of all legally permissible source code: they do retain some projects where the source code is licensed form others and cannot be published directly, such as the old Sun Java packages.

    I agree that Scientific Linux could now consider simply adding separate packages. The difficulty is that those package would still not be in the base CD or DVD distributions, not even access to those packages would be permitted. CentOS has been very, very clear that they do not include non-RHEL software in the base distribution. Scientific Linux includes access to EPEL, which has recently been activated for CentOS. It also provides easy activated access to the "rpmfusion" and "atrpms" websites for software Red Hat cannot safely provide due to patent and DMCA regulation, Adobe access presents licensing issues, NVidia drivers, and MPEG drivers in various repositories, and some old packages with strange licensing.

    Scientific Linux has been very helpful at enabling access to these without painful manual steps. Red Hat, and thus CentOS, will not be able to do so without taking on profound legal liabilities.

  29. why is this on Ask Slashdot? by ihtoit · · Score: 1

    Shouldn't this be a problem for a fifth grade economics class?

    When the cost of external support for n machines exceeds the cost of an in-house IT contractor, then it's time to shop around for a contractor. It's really that fucking simple!

    --
    Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
  30. In house contributor by sad_ · · Score: 1

    This only makes sense if you have contributor(s) in house. And i mean the plural, because just having a kernel contributor in house is not enough.
    If this is not the case, don't even think about it.

    --
    On a long enough timeline, the survival rate for everyone drops to zero.
  31. Heartbleed, Shellshock, and POODLE by prgrmr · · Score: 1

    They all would have been harder to fix if we didn't have Red Hat support. And because we had Red Hat support, it made explaining to our customers and vendors that we had patched the security holes so much simpler.