Linux Usage in the UK
pdajames writes "Techies don't seem to understand that businesses want to have a support contract with their usual supplier before they will buy Linux, even though the likelihood is that they may never need support. A survey in the UK showed that support concerns were the No. 1 factor keeping companies from investing in open source software."
I can never see the problem, at my place the only support contract we have is for the AIX server. We have a liberal number of OpenBSD and linux boxes around the business, all running semi critical and critical systems, and we have no support contracts. All of it is handled inhouse by moi, we have redundant backup systems, and a good backup procedure. Any issues i get that i cant resolve, i can usually find a good answer from mailing lists, google or IRC. Seriously, how many of these same people have support contracts for their Windows systems?
Developer: I'd like to use Linux for this project.
Manager: I'll check with our suppliers to see if they support Linux.
Suppliers: hahahaha.
Manager: sorry, developer, company policy is clear: no support, no project.
Developer: COM+ gnash MTS splutter IIS damnation.
Ceci n'est pas une signature
It's not so much about the actual amount of open-source tech support out there -- we know full well there's a hell of a lot of it -- but about about tech support identity.
Who do you call for trouble with Windows? Microsoft. Trouble with DB2? IBM. Trouble with Red Hat or SuSE Linux? Red Hat or SuSE. What if one of your critical machines happens to be Debian and the one guy that configured it isn't home? Is management going to endorse going to a mailing list or USENET for the solution? What if those sources are wrong?
Quite simply, the very nature of open-source development does not lend itself to the establishment of centralized technical support, which is exactly what corporations are looking for. Perhaps individual companies whose sole focus is tech support of open-source operating systems and applications could emerge as viable contractors.
The coolest voice ever.
Maybe what Linux needs is a giant support clearing house. By that, I mean that most open source projects don't have the resources to have their own support department, but if one were to form a company or other institution with a handful of linux techies, companies could use OSS and rely upon the said support clearinghouse for their support needs, should they actually need help.
And in some ways, that might be better, because if you have a handful of people who understand the software itimately, you won't have to cut through 3 layers of workers before you get to the "Engineer" level.
In addition to that, the cost of support is taken away from the maintainers of the OSS projects, and placed in one company which could take the revenue and pay their own costs, and then distribute profit (if any) amongst open source projects, possibly, to help improve the OSS? I know that's idealistic, but hey, it could happen...
Anyways, just my thoughts on the issue.
I have become one of those people who writes a 'couple of hundred lines' here or there (gradually assembling a package of tools that I upload to servers whenever possible) but as I am painfully aware of the Dark Side of infinite customizability, I have gone out of my way to document my work.
- I write everything to Bourne shell, sed, awk, grep & Co., even though it might be easier to use perl or compile to binary. Even using a Korn shell is something I've avoided because I want my work to be understandable to as many people as possible.
- I make liberal use of comments within the scripts to explain what I'm doing and why.
- My scripts respond to -h,
--help, or anything remotely resembling either, with some, uh, help, which includes my work email address.
- I've set up a documentation web page on a server on our intranet so that if anyone has questions, they can see what's supposed to be happening here, why, and how.
- If you don't know that my utilities exist, or they haven't been installed on a site yet, you can get by without them. They in no way intrude upon the functioning of the system so as to be required (as your proxy is).
- I've tried to educate others in my department about how these tools can be used, how they fit together,
And, even though I have the support of at least two levels of management above me in the org chart, I'm STILL concerned that someone high enough up the food chain will some day declare my little skunkworks project officially Evil and ban it, if for no reason other than the notion that nobody but I understand it well enough to keep up with the changes that will inevitably be required. What happens if I get hit by the proverbial bus, or just take a better job somewhere else? There is plenty good reason to not want people to become dependent on my tools being in place, since there is no guarantee that we can make the institutional commitment to maintaining them, even though I have plenty of happy customers and support techs who love what I've empowered them to do. I can only hope that the Guys in the Ties will recognize that deriving this much value from my work demands that we make that commitment, rather than abandon it as 'unsupportable'.[100% ISO 646 Compliant]
SVM, ERGO MONSTRO.