Wikimedia Simplifies By Moving To Ubuntu 215
David Gerard writes "Wikimedia, the organization that runs Wikipedia and associated sites, has moved its server infrastructure entirely to Ubuntu 8.04 from a hodge-podge of Ubuntu, Red Hat, and various Fedora versions. 400 servers were involved and the project has been going on for 2 years. (There's also a small amount of OpenSolaris on the backend. All open source!)"
More surprised at the mess they had before (Score:4, Interesting)
For such a large effort, it seems wild they had so many different distros running in their environment.
What do you guys think?
Re:More surprised at the mess they had before (Score:4, Insightful)
I think that it's good to standardize on the best OS for your needs, but to find out which one is best you should first try running a bunch of them.
Re:More surprised at the mess they had before (Score:5, Insightful)
I think it likely that Wikipedia started out as a small pet project, and just happened to grow piecemeal as they needed more and more resources as they grew in popularity. They wouldn't have been sure to start with just how popular they were going to become, how could they? Also take into account that perhaps they had been using different OSes in a consistent way (though I don't expect that to be likely), like some were just for webserving, some held a quick database of current articles, some machines held compressed archives, some were for intended for virtualisation and testing out of new designs, that kind of thing?
Anyone who has written a small well planned (or perhaps not so well planned) application but then been asked to make many, many, many changes over the years will be able to sympathise I expect. It's much easier to design a large coherent system than grow one out of a smaller system..
Re:More surprised at the mess they had before (Score:5, Insightful)
I believe the devs (the sysadmins at Wikimedia are also called "devs") experimented with a wide range of OSes - various Fedoras, Red Hat, Ubuntu, FreeBSD, Solaris 10, OpenSolaris - in various situations to see what was best to work with. This is a rationalisation from that.
Realistically, it's all Unix and it'll all do the job. So it then becomes a matter of picking one your team is comfortable with. With armchair sysadmins' distro wars, "perfect" is the enemy of "good" - there's nothing you can do with CentOS that you can't also do with Ubuntu, you eventually just have to pick a damn distro and stick with it.
Re:More surprised at the mess they had before (Score:5, Informative)
Re:More surprised at the mess they had before (Score:4, Insightful)
Your mistake is in thinking it's a large effort - they started with just volunteers and then had only one or two full time staff for a while with the technical stuff still being done by volunteers. The first technical person wasn't hired until August 2005, four and a half years after the launch of Wikipedia (which, by that point, was already a top 50 website according to Alexa), they only have around 5 technical staff now. It's a very small project from that point of view, it's just a hell of a lot of servers!
Re:More surprised at the mess they had before (Score:5, Informative)
The first technical person was Brion, who'd done the job as a volunteer for quite a while before that.
I started editing Wikipedia in early 2004. I believe they'd just made the radical jump from one box to three boxes.
Now stuff is structured in a horizontally-expandable fashion. "Add some more Squids." "Add some more Apache servers." So a single platform is an obvious win, and picking one platform to standardise on is actually more important than which of various near-indistinguishable free Unix-like operating systems that could all do the job they pick.
Re: (Score:2)
I know, David, I'm Tango (Thomas Dalton). If you want to play timestamps, my first recorded edit was December 2002 (it was very small back then!) ;).
Re: (Score:2)
Ah, sorry, didn't correlate your Slashdot and Wikipedia names!
You actually have seniority over me, then ;-)
Not so. (Score:2)
You have the only seniority that matters here:
12369 < 662363
Re: (Score:2)
Yeah, the headline plays up Ubuntu a bit too much. Sounds like they could have simplified by moving to almost anything with consistency.
One exploit to rule them (Score:2)
Yeah, much better now, that all of their servers can be taken over at once through a single exploit...
How many admins? (Score:2)
Cos a general purpose distribution isn't exactly ideal for providing scalability, particularly when your machines pretty much all provide the same service.
The network is the machine.
Re: (Score:2, Insightful)
You are wrong there. A homogenous environment (up to a certain point) is MUCH better for scalability. Need more power? Get a new box, apply the standard customizations, throw it in the mix.
I agree that a cookie cutter approach like this does not yeild the greatest performance per box, but it does allow for a better performance/administration ratio.
Re:How many admins? (Score:5, Informative)
Mass installation of a customized distro can do better than mass installation of a general distro (eg, the kernel and software can be optimized for your use case).
And indeed, we use a slightly customized Ubuntu, in that we have our own patched versions of some packages (PHP, Squid, MySQL, some custom PHP extensions, etc) tweaked for performance or features we need, plus custom meta-packages to install the configurations we require on different server sub-types.
This is pretty easy to do on any distro with a decent package manager. I still like apt better than yum, though!
Re: (Score:2)
Maybe it is a bit of a flamebait, but I am curious...
*Of the three, CentOS was the best, but when SELinux is on by default and refuses to play nice with FreeNX out of the box - a major package offered by the installer - meh. All this to be
Re: (Score:3, Insightful)
It's not apt vs yum or rpm vs deb - it's how well the repository's maintained. apt has a good reputation because Debian's repository is superbly well maintained. But Fedora's yum repos are much better maintained than Fink's apt repos.
It's not the software, it's the repository quality. Actual humans making sure everything plays nicely.
Re: (Score:2)
apt can run on fedora/centos/etc.
See: http://en.wikipedia.org/wiki/Apt-rpm [wikipedia.org]
Re:How many admins? (Score:4, Informative)
Try this for an idea... The whole concept of "installation" is wrong.
Build your own distributions. One per purpose.
Use something like RockLinux [rocklinux.org]
to build a ramdisk image which contains all of the software and configuration required for a particular application. By "all" I mean "only". You end up with a single file which you put on a tftp server, you boot your servers over dhcp, they pick up the OS image and boot to the image on a ramdisk.
e.g. You might have one squid image, one PHP app server image, one Mysql rdbms server image etc. When the image boots it does whatever is required to run the app successully. e.g. putting a filesystem on the hard disk.
The benefits:
2 admins can run 500-1000 systems in a site easily because there is really only one machine; the network. Logarithmic increase in effort with the number of systems.
Re: (Score:2)
And a custom distribution designed for the purpose scales orders of magnitude better still. Build a system which does only the job you want, boot it over the network on 1, 10, 100, 1000, 10000 systems just as easily. Just a few people are required.
I agree that a cookie cutter approach like this does not yeild the greatest performance per box, but it does allow for a better performance/administration ratio.
Nope. You have too much state on the machine. You have binary versions, library versions, config files all to manage and distribute. Over time the individual machines diverge in their configuration, even with tools like cfengine and puppet. Which means that errors
CentOS is free RHEL (Score:4, Interesting)
So it's unlikely the decisions were influenced heavily from a budgetary standpoint. If they wanted to stay with a free RHEL derivative linux that's essentially identical to the one you pay for, they'd be using CentOS. [centos.org]
They chose Ubuntu. Maybe they just like it better? I think you can factor cost of out the equation.
Re: (Score:2)
*whistles nonchalantly*
Oh, hello! I couldn't help but overhearing you, and I feel I must expound some smug knowledge I have gained by actually R'ingTFA..
Behold the quote!
Wikipedia could just as easily have made the switchover to all Red Hat, but that would have cost more money, he said. "It would seem to me that if money weren't an issue here, there wouldn't be anything keeping them from upgrading everything to Red Hat."
Re: (Score:2)
Note that's an analyst quote, not a Wikimedia quote. I'm not sure they actually bothered asking Brion.
Re: (Score:3, Interesting)
Indeed. I've tried Ubuntu a few times over the years and they do seem to have done a great job at making everything feel well put together. The first version of Ubuntu I used kind of had the same problem as some of the other distros I have used where you didn't feel like all the toolbars on the desktop were really meant to be used side by side, but they started modding everything to fit together and improved pretty quickly.. if I wasn't using OSX right now I'd probably be using Ubuntu.
I recently set up a Wi
Re: (Score:2)
Apologies for that - sometimes I get completely on an unjustifiable rant without noticing.. :/ I was just trying to point out that I would have done the same thing, as I think Ubuntu is better integrated and more exciting than a lot of the main distros, while at the same time still being professional quality and easy to use.
Re: (Score:2)
Re:CentOS is free RHEL with 0 commercial support (Score:2, Informative)
If you install Redhat, it costs money, because they support it.
If you install CentOS, it's free, but if you need support, there is none. You can get support from third parties, but not Red Hat. To get support from RedHat, they'd need to move from CentOS to RHEL.
If you install Ubuntu, it's free. If you need commercial support, you can pay Canonical. They could, for example, pay Canonical for a year, and, if they can handle it on their own, not renew their support
Re: (Score:2)
Re: (Score:2)
Re: (Score:3, Interesting)
They chose Ubuntu. Maybe they just like it better? I think you can factor cost of out the equation.
There might have been other motivations. For example wikimedia does lots of stuff in mixtures of languages, and probably uses UTF-8 encoding for (nearly) everything. I've been trying to get a good feel for how different distros (and OSs) actually handle mixed-language UTF-8-encoded text. It's been slow going. Everyone claims to support it. But it never takes long to find serious problems.
The biggest probl
Re: (Score:2)
Oops; I just realized that it's really unicode.org, not unicode.com, of course. ;-) To be more specific, the URL is "http://www.unicode.org/charts/unihan.html". Type in 2EA88 and press the Lookup button, to see if your browser can display the char correctly. I'd be most interested in ubuntu systems that display it correctly. Something's wrong here, and I'm not finding any useful clues.
(I wonder if there's a way to ask firefox or other browsers "What font are you using to render the selected text?" And
Re: (Score:2)
Brion Vibber was the first technical hire (August 2005) and is still the CTO. A few more people have been hired over time, but I don't think anyone has left (not on the technical side, anyway).
Re: (Score:2, Interesting)
Re:CentOS is free RHEL (Score:5, Informative)
Canonical has recently provided us a donated support contract, but that didn't influence our (much earlier) decision to stick with Ubuntu.
Primarily:
Re:CentOS is free RHEL (Score:4, Interesting)
Is this really a good idea? (Score:2)
I love Ubuntu, I've been playing with different distros since early 2000 and when I tried Ubuntu in 2006, I got hooked. I've been using it as my OS ever since. I've switched my parents to Ubuntu because I find it easy to administer and it makes it easy for me to help them. Plus, I can SSH into their box to solve problems remotely. Bottom line, as a desktop distribution I love Ubuntu. It may not work for everyone, but for me it's a perfect fit.
But as a server distro, I'm not so sure. I'm surprised that
Re: (Score:3, Interesting)
But as a server distro, I'm not so sure. I'm surprised that Wikimedia didn't go with a distribution that's more established for server needs.
As a server distro, it rocks. I've migrated from Gentoo to Ubuntu Server for my home server and I've never looked back. As for enterprise-level distros, I'd have to go with Debian. There's not a whole ton of differences between Debian and Ubuntu Server, but I would trust Debian's 'stable' repositories over Ubuntu's repositories in a mission-critical setting, as the packages in Debian's repositories seem to be more hardened as opposed to Ubuntu's packages, which tend to be more cutting-edge.
Re:Is this really a good idea? (Score:5, Insightful)
But as a server distro, I'm not so sure. I'm surprised that Wikimedia didn't go with a distribution that's more established for server needs.
If you have an argument to make about the OS's merits as a server then make it based on facts. Tell us why you don't think it's a perfect fit on the server. Don't just say "I'm not so sure" and leave it hanging there. Support your position with something that can be argued.
Re: (Score:3, Informative)
Just another person who's dealt with Ubuntu in a large enterprise setting. I don't mean for these comments to be flamebait, but it may come off that way. I'd just like to see more attention put toward them.
1. Incomplete automated installer. You can do nearly anything from Redhat's kickstart, but working with d-i doing partitioning, especially more advanced lvm and software raid setup is nearly impossible without some custom scripting hacks outside of d-i. Also, don't even ask what happens when you have a us
Re: (Score:3, Informative)
uess how difficult it is to mirror the "pool" directory without also getting the packages from every other version of Ubuntu.
Not too hard you just have to use the right tool, https://help.ubuntu.com/community/Debmirror [ubuntu.com]
Why can't I just have a single directory I can rsync?
IIRC the main reason debian introduce the pool structure is to allow packages to be shared between versions (particularlly testing and unstable) and therefore reduce the archive size.
Simple is good (Score:2)
Right now where I work was running 6 different OS's. Right now all the Point-of-sale system are XP-based, the laptops are a mix of Dell's and Apple, the router/firewall runs off Gentoo, and they have a couple OpenSuSE workstations.
On the server side, the webservers were a mix of Debian, the application server and database server were both OpenSuSE. They remote monitor a number of digital signage/interactive kiosks using another Linux package (Debain-based I believe). At the end of the day each system had
Re:Simple is good (Score:5, Informative)
I need to overwhelmingly emphasize that OS X Server is *barely* suitable for a production environment.
I'm a big fan of Apple, and do appreciate the nice GUIs that they provided with OS X Server. However, it's not particularly stable, tends to break at odd intervals, and ignores many common Unix conventions, making it a huge pain to perform certain tasks, or do things not supported by the GUI.
It's a nice start, but I'd be very cautious about adopting it across your entire server infrastructure. Using it to host certain Apple-y apps might be fine, though I'd rely upon Linux/BSD for serious server tasks, especially if you already have the staff/experience to do so.
Whither OpenSolaris? (Score:2)
OK, now I'm curious. The summary mentions a touch of Open Solaris, but the article doesn't. What did they decide to use it for and, more importantly, why did they make the exception?
Re: (Score:2)
bet its the DB servers
but also would like to know...
regards
John Jones
http://www.johnjones.me.uk [johnjones.me.uk]
Re:Whither OpenSolaris? (Score:5, Informative)
These are on our new image/media-upload fileservers. We're trying out the wonders of ZFS (snapshotting for consistent backups and "rm -rf oops" protection, potentially filesystem-level replication, etc).
Since they're an isolated service type it's not a *huge* burden to have them be a little funky (eg, we don't randomly have an OpenSolaris box in the middle of the Apache/PHP cluster), though if we could do ZFS on Linux without jumping through scary hoops we'd happily to that instead!
We'll try it out for a while, and if we're happy with it we'll keep using it, if not we'll migrate to something else eventually (the machines should as happily run Ubuntu as they do OpenSolaris)
Re: (Score:2, Interesting)
FTR, make sure your ZFS pools don't get above 80-85% full. Our 24T pool went from "pretty good" to "abysmal" when we jumped to 91% capacity. I freed up a bunch of snapshots and got us back to 81% and the performance came back.
Re: Wikimedia Simplifies By Moving To Ubuntu (Score:5, Funny)
Re: Wikimedia Simplifies By Moving To Ubuntu (Score:4, Funny)
nice, but you forgot the big one.
"the neutrality of this article has been disputed"
Wow, not Debian? (Score:3, Interesting)
I'm actually pretty surprised. I know Ubuntu == Debian in a lot of aspects, but... To go to a distro that is *mainly* geared toward the desktop market (I know they have a server version, blah) for something as huge as Wikimedia, I'd think they'd rather go to Debian since it's considered more stable (although maybe more outdated as well). I have been a Debian zealot since the mid 90's and moved my DESKTOP to Ubuntu later on - but still think Debian is a best fit for servers.
Of course, there's always the whole "Ubuntu offers real support contracts" thing. That, in itself, is enough for any larger company to make the choice, right there.
Re: (Score:3, Interesting)
Actually, Canonical is a "sponsor" of Ubuntu, and sells contracts for both server and desktop versions - Ubuntu is maintained by the community as well as them.
Look at the *whole* picture. (Score:3, Insightful)
A lot of folks seem to fail to realize that Linux has distributions. The kernel is the core of every linux system. From there, various organizations, Canonical being one of them, package the userland, a package manger, and an update service together, and call it their own. It's how Linux has worked for many years.
That being said, what you're really shopping for when seeking a Linux distribution is all the stuff around the Linux kernel. That is where Wikimedia found the benefit. Regardless the timeline, Canonical offered them a pro-bono support contract, there is evidence of long-term update availability, and an overall 'good' package set.
Also, for the record, Canonical does offer a server-edition of Ubuntu. See their website for more information.
Re:And? (Score:4, Funny)
In related(ly boring) news, Sun Microsystems replaced 200 old worn-out keyboards on their office workstations. Also, a handful of Microsoft employees patched their OSes, and some guy in Phoenix got a paper cut on his finger.
Re:And? (Score:4, Funny)
Actually, does anyone know how that happens?
Re:And? (Score:5, Informative)
Re: (Score:3)
Warning: Animated grossness, requires QT/QT equivalent, maybe NWS depending on your work environment, but funny as hell nonetheless. And also COMPLETELY offtopic, I'll see you all in -1, Offtopic HELL!!!
Re: (Score:3, Informative)
Re: (Score:2, Funny)
Perhaps it's for the best, as a -5 offtopc-mod would surely catch the attention of everyone. Oh look at this (_(_) (_|_) (_)_) Da Buttdance!
NO! NOOO! DON'T MOD ME -5 OFF-TOPIC!
Disclaimer: Been drinking too much Chimay tonight.
Re: (Score:3, Informative)
8.04 is a LTS release. Which is obviously the reasoning behind the version choice.
Re:And? (Score:5, Informative)
How is this news?
Well they either should have stuck with 7.10 or waited for 8.10.
That's news...
8.04 is a long-term release. In the world of servers, that counts for something. Also, there were changes from 7.10 to 8.04 that were probably things Wikimedia wanted to take advantage of.
Re: (Score:3, Insightful)
According to their web site, it's only supported for five years. You must have some bizzaro-world definition of "long term."
Re: (Score:2)
Re: (Score:2, Insightful)
For home computer users, yes. Not for businesses.
Re: (Score:2, Insightful)
Re:And? (Score:5, Insightful)
There is always risk involved when upgrading or deploying systems. Businesses don't upgrade just for the sake of upgrading. They will weigh the risks against the benefits and proceed if there is a clear advantage to upgrading. Like the saying goes, if it ain't broke, don't fix it [answers.com]. The cost of licenses can be minuscule compared to deployment costs, so much so that many licenses might as well be $0.00. Deployment costs can be some of your largest costs. How many people will it take to upgrade? What is their cost per hour to the business? Multiply that by the number of people involved. Have you deployed on an identical test system and tested your software to ensure that it will continue to function as required on the new production system? Do you have test scripts so that you can validate that it performs as required? Will you have to make changes to software or hardware to accommodate the upgrade? Will you need to update your documentation? What is your contingency plan should the upgrade fail? What will be the cost to the business if the system is unavailable outside of the deployment window?
Some systems, like SAP, may take years to be deployed throughout an organization. Your favorite distro might reach the end of support before deployment even completes. For other systems, your time line for product upgrades and support may not be entirely within your control. What if your system is part of a product that needs approval from the FDA [fda.gov]? With five years of support you may have eaten up three years of that during product development and FDA approval, leaving only two years of support for the OS on your products. That could leave you with a short product lifecycle or mean that you have to perform significant upgrades in the field.
Other operating systems, such as Solaris, Windows, AIX, and HP-UX are supported for 10 and sometimes 12 years. The only saving grace for these enterprise Linux distros is that the source is available. But when the five years are up, then what? Will you still be able to pay Red Hat or Canonical to support your end-of-life Linux distro? What if they have made a business decision not to support end-of-life distros no matter what? If they will support it, it's safe to assume that your support contract will cost more than it did during the previous five years. And if you go somewhere else and hire some linux experts to support your distro, they won't have access to the information that the distro creators have. They won't have the documentation about why certain patches were applied, or specific changes were made, or other internal decisions. You better hope that your new support company is very careful and thorough.
So then, would it have been a better investment to pay for Solaris and 10 years of support, pay for 10 years of Linux support, or pay to upgrade your systems every three to five years? I don't know. It depends on your goals. Clearly Wikipedia likes to move faster than the average business. They seem to be continually upgrading their wiki software and like staying on the leading edge. From reading about their server setup, they appear to have a lot of redundancy and can reduce their risk when upgrading. Three to five years of support for their operating systems is probably sufficient for their needs. But don't let that lull you into thinking that five years is long term.
Re: (Score:3, Insightful)
For home computer users, yes. Not for businesses.
Compared to microsoft? Server 2003: EOL 2010.
Besides which, you're forgetting this is linux we're talking about. Support runs out? You can open the hood and support it yourself (or pay someone else to do so). It's not like ubuntu would turn down paid support beyond the 5 year lifecycle of an LTS release.
Re: (Score:3, Funny)
It is a lot longer than 1 year
Re: (Score:2)
Well it's much longer than for the regular ubuntu releases though I agree it's still not really long enough. Redhat's is a couple of years longer but then redhat is a much bigger company than canonical.
Sadly linux's fast evoloution makes it pretty expensive for a distributor to provide good support for a release for a long time.
Re: (Score:2)
I would definitely have stuck with an 8.04 LTS. I recently tried kubuntu 8.10, and the dual combination of the new Xorg ditching its config file (uh why?!? just to annoy the hell out of people, that's why), and KDE4 changing everything else just about drove me mad.
The KDE4 change reminded me of when Redhat dumped sawfish for that f-ing atrocity called Metacity (which in turn drove me to KDE). After the 8.10 nightmare, reinstalled 8.04, and now I'm hoping the LTS lasts long enough to
Re:And? (Score:5, Funny)
I'm sure Xorg and KDE4 are high on their priority list for their web servers.
Re:And? (Score:5, Funny)
You wouldn't believe how much nicer Squid and MySQL look in Compiz.
Re: (Score:2)
Re: (Score:2)
I'm sure Xorg and KDE4 are high on their priority list for their web servers.
The point being 8.10, not being an LTS, they shoveled a whole bunch of radically new stuff in. That's always great fun on a server, yes?
Re: (Score:2)
They did the same thing in 8.04, which is part of why it kind of sucks as a LTS release.
Re: (Score:3, Informative)
>new Xorg ditching its config file
You can run xorg without a config file now, but you don't have to (I believe that was also true in xorg 7.3). And every version recently has been making more of the old config file redundant or unneeded. Instead it relies more on autodetection and sane defaults, which is a good thing. But you can still use the config file to override, if needed.
Re:did not know that.... (Score:5, Informative)
I did not know that ubuntu was a player in the server market.
http://www.ubuntu.com/products/whatisubuntu/serveredition [ubuntu.com]
Re:did not know that.... (Score:5, Insightful)
I did not know that ubuntu was a player in the server market.
THIS is what makes it "news that matters".
Re: (Score:2, Insightful)
Ubuntu server is not the same as ubuntu desktop... do some research before you make claims like this. Ubuntu server is SERVER centric appealing to enterprise class deploys. They have a very good pricing and support model in place. RHEL and CentOS are great distros with good support as well... but they are not perfect. Look at RHEL's recent incident with their RPM servers. My point is, just because Ubuntu has a great desktop linux os, does not mean that their server OS is fruity.
Re:did not know that.... (Score:5, Insightful)
Actually, the only difference between "Ubuntu Server Edition" and the "regular" Desktop version is which packages get installed by default.
That's one of the things we like about Ubuntu -- the 'supported' version (should you want a support contract, or even just security updates for a longer period!) isn't a totally separate distro from what folks use at home.
When Red Hat split "Red Hat Linux" into "Red Hat Enterprise Linux" (supported, but for $ only) and "Fedora" (free, fast-changing, no long-term security updates), they lost the benefit that techs would likely be running the same version of the software on their desktops and servers.
Re: (Score:2)
Re: (Score:3, Insightful)
With Gentoo, you have to be much more careful about what you update and when. They probably went to Ubuntu because it is based on Debian, and they can obtain support from Cannonical directly if needed.
Re: (Score:2)
Re: (Score:2)
Re: (Score:3, Informative)
This may be an outdated experience, but...I ran a single server with Gentoo for a while - until updating became such a tremendous pain. Manually merging configuration changes and such is simply not a good way to spend time, and neither is reading release notes to see whether I can simply use the old config and ignore new changes. Ubuntu is nice because installing and updating apps is easy, ther
Re: (Score:2)
Ubuntu is nice because installing and updating apps is easy, there is a wide variety of apps available for it, and it's quick and easy to install.
I was going to post asking what Ubuntu has over Debian, but then I remembered Canonical.
Re: (Score:3, Insightful)
Re: (Score:2)
I run several different distros, each one suited to a different environment / usage pattern.
My desktop is Gentoo, I update every day, and it runs like a dragster.
My servers run CentOS. Easy to maintain, kind of retarded thanks to RPM, but usable. Most importantly, it's such a widely popular distro that I can delegate tasks to practically sysadmin, in a pinch.
My boss really likes BSD for firewalls and DNS servers. It's rock-solid, low-overhead and we can pretty much forget about the machine once it's depl
Re: (Score:2, Insightful)
Your drooling over Gentoo kind of ignores the fact that the Gentoo developers are a bunch of screaming morons and can't seem to get straight which one's their ass and which one's their elbow.
As-is, I wouldn't even use Gentoo on a desktop. (How long has Nethack been masked because of their stupid-ass games policy?)
Re: (Score:3, Insightful)
Of course, this is slashdot, so you get the 'insightful' moderation. Congratulations.
Re: (Score:2)
*My* workstations are all Gentoo.
The workstations I *support* (about 90 of them) are not. They're all running Ubuntu 8.04. My x86 servers are all running Debian Etch.
I love Gentoo on my desktop. I can get it set up exactly like I want it. But the "fiddle factor" is very high, and I don't particularly want the workstations I support to take that much of my time, or come to that, be all that configurable.
Re: (Score:3, Insightful)
Congrats on your choice to run Ubuntu servers. I'm sure it will prove to be a solid platform for your needs. But don't presume to tell us which distros are or are not fit for "actual work" unle
Re: (Score:2)
Re: (Score:2)
Last I checked, zless handles gzipped text files just fine, and it ships in Ubuntu.
Re: (Score:3, Informative)
Re: (Score:2)
It isn't just going from other versions of Ubuntu, they are consolidating from several different Linux distributions. I found it interesting news anyway.. I'm even about to go and RTFA!
Re: (Score:3, Informative)
I put the story in the queue as an insight into how a top-10 free content site run by a severely under-resourced charity does its stuff. And it's all over the press this morning, fwiw.
Re: (Score:2)
Also, it's nice to know about what a large project like WikiMedia is using.
Re: (Score:2)
Re:homogeneity (Score:5, Insightful)
Uh, whuh? You've obviously never had to herd a large number of machines. Most stuff running the same OS is the only way to live - jumpstart/kickstart, standard patch clusters, one local package repository server, that sorta thing.
(I do in fact do this for a living. Standardised Solaris 10 servers with Blastwave for the open-source toys, CentOS 4 when we need Linux, local repository servers for both. A few Windows boxes with a locally-served copy of Cygwin on them. May I heartily recommend Cygwin on any Windows servers you may be stuck with - it makes life so much saner.)
Re: (Score:3, Insightful)
Re: (Score:2)
The problem isn't a mess of versions (although that doesn't help), it a mess of operating systems. Once you have everything running on one distro you can just go round upgrading everything at one time (well, not exactly one time, since something has to keep running the site). Trying to keep up-to-date with new releases from lots of different distros is far harder.