Torvalds Rejects One-Size-Fits-All Linux 791
Barence writes "Linus Torvalds has rejected the argument that Linux developers should pool their resources behind a single distribution. 'I think multiple distributions aren't just a good thing, I think it's something absolutely required. We have hundreds of distros, and a lot of them are really for niche markets. And you need that — simply because different markets simply have different requirements, and no single distro will take care of them all.' The calls from the Linux community have been growing due to Linux's failure to show significant market share growth."
Before you start screaming about this. (Score:5, Insightful)
Comment removed (Score:5, Insightful)
Re:Before you start screaming about this. (Score:5, Insightful)
Maybe not. At least, not exactly.
Suppose someone creates a very minimalist linux distro which includes a very good package management system. Suppose this package management system includes nearly all popular linux software packages.
Now suppose it were rather easy for anyone to install any number of those packages, bundle them together into one meta-package keyword, and call that a distro.
Then Linux would be as simple as installing the minimalist distro, then doing "apt-get install smartphone-system" for a distro customized for smartphones, or "media-system" for a distro customized for mediacenter PCs, etc.
I think this would be a superior option to having many completely independent distributions, and it would allow for faster innovation and easier support.
Re:Before you start screaming about this. (Score:5, Informative)
We don't have to imagine. Thanks to the diversity of FOSS and the strength of the ability to bundle and innovate at will, there is Gentoo Linux [gentoo.org] and Open Embedded [openembedded.net] (which is based on Gentoo's Portage [gentoo.org] software installation and management tool.)
That would be Debian (Score:3, Informative)
Suppose someone creates a very minimalist linux distro which includes a very good package management system. Suppose this package management system includes nearly all popular linux software packages.
Now suppose it were rather easy for anyone to install any number of those packages, bundle them together into one meta-package keyword, and call that a distro.
That's pretty much the stated goal of Debian, it aims to be the universal operating system. You can do just that with APT.
Re: (Score:3, Informative)
This is a really cool idea, but I foresee the implementation falling short.
In my experience Linux packages have terrible names, non-descriptive names, or both, and usually, worthless or no description.
So you end up with have several different packages that do similar or the same things with no significantly distinguishing characteristics. For example: smartphone-system, smart-phone-system, smartphonesystem, dtmf-system, smart-phone, and smartphone. Then you'll have 5 different distros that use different b
Re: (Score:3, Insightful)
Until it didn't. You're right that this would have a large number of superior characteristics as long as it was working.
The trouble is that you need to pick who is going to run it, what system will be used, what packages are included, and so on. And when the decision-making process breaks, the whole thing collapses.
Here is an example of a very si
Distros don't matter (Score:5, Insightful)
Platforms do.
And except for Android, I know of no Linux-based platforms aimed at normal users and/or app developers.
Distros are too fluid and there are too many of them anyway. This situation makes coding-for and independently distributing PC applications very confusing.
The only things that would rectify the situation would be to create a fully-spec'd out and vertically-integrated (up through the GUI) platform like Android, or have the community get behind something like LSB Desktop. The latter does not seem to be happening though because it it being marketed to neither users nor app developers AFAIK.
Notice there was no mention of LSB in the article -- There's almost zero awareness of it.
I would like to point out that Linus is against forking the kernel, and his group essentially demands a unified kernel and toolchain (with different distros having different configurations of these pieces).
But when it comes to higher-level stuff that end-users require, they complain about one-size-fits all. Frankly, that attitude says to me that the audio and video architectures in Linux-based desktops will continue to be slipshod and wobbly (unstable performance and unstable APIs), and you can forget about widespread adoption at the consumer level until either the Torvalds mentality dissipates or an Android moves into the desktop space.
I think Torvalds & Co. are hypocrites who prefer showing off to their coder pals, users be damned. Even worse, they're foul-mouthed trolls who regularly make personal attacks on people they dislike while insisting on civility being directed towards themselves.
Linux will continue to act as repellent to ambitious application developers looking to make their mark or a buck. We'll have to be content for the forsee-able future with ham-fisted G-, K-, X- apps that are usually mere shadows of what they imitate.
Alas, even excellent software like Firefox doesn't get major UI flaws (like radio buttons always disappearing) because of this situation... Mozilla doesn't even bother packaging their apps for "Linux" anymore... you gotta unzip it to /usr and make all the correct linkages and icons yourself.
The other great FOSS app, OpenOffice.org, is fairly complex to install/upgrade even with rpm/deb packages... and proper desktop integration will be either absent or badly broken. Again, SUN/OOo would rather attempt a fit-and-finish on proper platforms like OS X and Windows than play the bitten-by-a-hundred-repository-hackers game.
Re:Distros don't matter (Score:4, Insightful)
I would like to point out that Linus is against forking the kernel, and his group essentially demands a unified kernel and toolchain (with different distros having different configurations of these pieces).
[Citation Needed]
Torvalds's copy isn't deployed by most people. Red Hat does its own fork (or patchset), as does Ubuntu. TiVo certainly keeps its own copy. Andrew Morton has gone on record saying that a competing fork would be impractical, but I haven't seen anyone "against" such a thing.
If someone really wants to create a dependent sound system, I'm sure Mark Shuttleworth would like to hear from you if you can make the experience better.
Frankly, for most people, they can just use Ubuntu and forget about every other distribution on the desktop.
Re:Before you start screaming about this. (Score:5, Insightful)
the kernel _I_ use is not bloated. it's 20 something seconds from tapping enter on grub's menu to the login prompt (i log in text mode).
okay, i'm a hardcore debian user, i know how to compile my own kernel, but still, ubuntu 9.04 beta boots in pretty much the same time with a kernel that includes everything plus the kitchen sink.
the kernel is not bloated, it's just that it comes with drivers for a shitload of hardware.
take windows' kernel. if you include on it's source tree all kinds of drivers, for all kind of hardware, how many megs the code would be ?
it's not bloat, it's neccessity.
strip it down by deleting all .c, .cpp, .h, etc, files from stuff you don't need and it'll get pretty slim.
Re:Before you start screaming about this. (Score:5, Funny)
Last time I checked, knowing how to compile a kernel does NOT make someone a "hardcore user"
It does on debian. On gentoo, it's pretty much the standard. Also, we rival an XP install on the number of reboots required. "Oops, I need lm_sensors. Silly me."
Re:Before you start screaming about this. (Score:5, Informative)
The vanilla run on everything kernels are quite big but they include support for all types of CPU's (for that architecture of course), hardware and even debugging stuff. Ever custom compile a kernel for your running system eliminating all but the drivers you need? It becomes very small. I cant remember the last time I did but I remember it was under 10MB but I could be wrong. The Core boot team has trimmed down the kernel to fit inside a 2MB bios chip with tiny X and busy box to boot into a GUI with X terminal. Now that is small.
Re:Before you start screaming about this. (Score:5, Interesting)
Yup - I have more junk than a typical desktop install (netfilter, ivtv, lots of extra lm_sensors), and my kernel is only 3MB (bzip2'ed). And that is on amd64 where code is bigger. No need for an initrd either.
You can get the linux kernel pretty small if you need to.
Re:Before you start screaming about this. (Score:5, Insightful)
Actually the main problem with Linux isn't Linux at all, but rather ignorance on the part of those who don't understand Linux at all but spread incorrect information. For example, you are confusing the size of the source tarball, which includes support for pretty much any feature you could ever want on more than 20 hardware architectures, with the size of the resultant binary executable after the kernel options are configured and the source is compiled. You then go on to make absurd statements based on this lack of understanding.
...
Linux is the foundation of many small memory footprint embedded systems [wikipedia.org] including, but not limited to, cell phones. The entire Motorola Razr series is Linux based, and perhaps you've heard of the G1? Saying it is difficult because the Linux kernel is bloated has to be the worst kind of bad information. It misses on every count in every way. Empirical evidence contradicts your claims at every turn
Re:Before you start screaming about this. (Score:5, Informative)
just because the kernel source is BIG does not mean the compiled/installed package is going to be big too, depends on the builder, i build my own custom kernels trimming the fat by not building support for hardware i do not own, but of course distro builders will build in more support to handle as much hardware as feasible and still have a responsive and usable kernel so the default/generic kernel in most distros will be considerably larger but will still run almost as good as any custom kernel...
What the? (Score:5, Interesting)
You never worked with Linux or indeed any OS have you?
The linux kernel ain't 30mb. For instance mine are around 4.5mb so you are not even close.
Oh wait, you are talking about the complete source? Yup that is 30-40mb. Why should you wish to put the complete source code on a mobile phone? Anyway, modern phones can easily have several gigabytes storage so even then it isn't that much.
Oh and while my kernel is 4.5mb, that is because it includes a LOT of drivers that are not needed but I am to lazy to remove. A mobile phone maker would compile the kernel with only the options that are needed for that piece of hardware. The proof? Mobile phones with linux running on it.
So basically, you are suggesting a fix for something that ain't broken. Oh well that is slashdot for you. What next, you claims Vista is slow because you have to install it from DVD?
Re:Before you start screaming about this. (Score:4, Insightful)
He's absolutely right. The point of open source is freedom. People should be free to work on whatever distro suits your fancy. The market will decide which of them wins out the dominance in each of the 'sectors' be it a big one, like Desktop OS or really small like Studio64 and UbuntuStudio.
Freedom works, freedom's great, try to take it from us and you'll be shot. ;-)
Re: (Score:3, Insightful)
Re:Before you start screaming about this. (Score:5, Insightful)
Not only that, but it's a free world, who gives them the right to tell ME what to work on?
Re: (Score:3, Insightful)
No one. But just remember that won't remain the case, if you build that up into a (free or not) product that many people start to rely on. Do that, and you'll have a responsibility to your customers, free or not.
Re:Before you start screaming about this. (Score:5, Informative)
Re:Before you start screaming about this. (Score:4, Insightful)
No, no responsibility exists at all, in any situation - I can produce either a free or a pay for product, and I can happily walk away from it at any point, taking with me my tools and code and no responsibility to support you exists at all.
You, sir, are the reason for the screaming noises emanating from my office on a daily basis. You are correct, but you are the reason for my screaming nonetheless.
Re: (Score:3, Interesting)
Uh - I may be missing the point but if you charge for a product then it seems to me you might have some sort responsibility to your clients (maybe even legal though IANAL).
Also depending on the OSS license you use you might have the responsibility of providing source code to those people whom you distribute it to.
I guess these things wouldn't prevent you from walking away but they might make it somewhat more annoying/painful.
Just saying..
Re:Before you start screaming about this. (Score:4, Insightful)
Uh - I may be missing the point but if you charge for a product then it seems to me you might have some sort responsibility to your clients
Not unless there's a support contract in the purchase. You've paid for the copy of the software, you have the copy of the software, transaction is completed. No further work required on the part of the developer.
Of course, if you build a reputation for ignoring complaints and not supporting the software you make, you might find it more and more difficult to sell your software. That's a risk the developer is free to take, though.
Also depending on the OSS license you use you might have the responsibility of providing source code to those people whom you distribute it to.
I guess these things wouldn't prevent you from walking away but they might make it somewhat more annoying/painful.
If you plan it right, thinking that you might want to walk away in the future, you just include the source code with the binary distribution. This way everybody who is entitled to the code already has it and your responsibility is complete. You're not required to forever distribute the source code, you're just required to give it to anyone to whom you (not somebody else) gave the binary to, if they want it.
Of course, if you really do it right, you just put your source code on sourceforge or somewhere like it. Anytime you walk away, the code is still there, and others can fork/restart the project anytime they want in.
Re: (Score:3, Insightful)
Kind of.
We do need different distros for different needs, the problem is there's also a lot of distros filling the same needs and some do a pretty poor job of it such that the resources would be better spent on a competing distro. We don't want to lose all competition altogether but there are certainly some distros out there that are wasting time duplicating effort and bringing nothing to the table to show for it.
Re:Before you start screaming about this. (Score:5, Insightful)
some distros out there that are wasting time
Yeah, but so what? If wasted time were a bad thing, we'd have to kill all the gamers and couch potatoes. Not everyone's hobby needs to be productive... in fact they rarely are productive.
Re:Before you start screaming about this. (Score:5, Insightful)
And they'd be right... so what? A guy restoring cars in his garage isn't being very "productive" either. Neither is someone planting flowers in their garden. Complaining that everyone isn't 100% efficient all of the time is silly, IMHO. A mark of our high standard of living is our free time.
Re:Before you start screaming about this. (Score:4, Interesting)
I suppose it depends what the community's goal is
That's the misconception right there. "The Community" is not a block of like-minded individuals.
if it is to increase marketshare and just generally make software better for everyone by decreasing Microsoft's dominance then it has to be more than just a hobby.
Which is why we have companies like Canonical and the huge community that has grown up around Ubuntu.
If however it's to remain just a hobby, it can't ever expect to be increase marketshare at an increased rate and may even start to see the trend reverse.
Which I suspect a lot of Linux hackers would be just fine with.
but I suspect those who do it just as a hobby are more often than not also those who are guilty of complaining about Microsoft's dominance when they could do something about it.
You also have those people :)
Re: (Score:3, Interesting)
We do need different distros for different needs, the problem is there's also a lot of distros filling the same needs and some do a pretty poor job of it such that the resources would be better spent on a competing distro.
However, competition is good. If one of the distros clearly sucks, that's a waste, but otherwise, it becomes a bit like GNOME/KDE.
Re:Before you start screaming about this. (Score:4, Insightful)
Re:Before you start screaming about this. (Score:4, Insightful)
I suspect that most people agree with that.
Where they disagree is on which distros are doing the right thing and which are wasting their time. Its pretty obvious that they disagree on that, because if they didn't, everyone would be working on the same distros now, and there would be no issue.
Also, its not like the developers that are scratching their own itch working on "distro x" would necessarily be as interested in working on "distro y". The Linux Community isn't a corporation with fixed resources and a central command that can redistribute them wherever it wants. If people aren't working on what they want to be working on, those resources don't go somewhere else, they just go out of the community entirely.
Re: (Score:3, Insightful)
Re:Before you start screaming about this. (Score:5, Insightful)
And just how to you propose to regulate, police and enforce the production of Linux distributions? Perhaps each should pay a fee to use the name "Linux?"
Linux distributions are like god: there as many different ones as there are people that believe in it.
Trying to artificially limit the production of Linux distributions would be complete against the whole Open Source and Free Software philosophies, and against freedom and human nature in general. It's an absurd idea, and Linus is right on this issue.
Re: (Score:3, Informative)
Perhaps each should pay a fee to use the name "Linux?"
Linus tried this, and it hasn't gone over very well [linuxinsider.com]..
NOT like god! (Score:3, Funny)
No they're not. They're like very naughty boys.
Re:Before you start screaming about this. (Score:5, Insightful)
Fine. Everyone should stop working on your favorite distro now, and work on my favorite distro instead, okay? That'll get us "a little less fragmentation".
Calls for "less fragmentation" are vacuous without a call to unite behind something specific; then we can debate the pros and cons of what would be gained and what would be lost. Of course, the people you really have to convince are the people working on whatever would be axed, since its an open source community and the only way to make that happen is to convince those people to stop working on what they've been working on and start working on something else.
Re: (Score:3, Interesting)
What I want.....
a single filesystem design ENFORCED. I mean that Linus comes over and kicks all the developers in the nuts HARD if the filesystem design is not enforced. Configs reside in /etc DAMMIT! not in opt/user/strange/kinda/etc/myconfigs/are/in/here/ok
tires of looking yet somewhere else for the damned configs for distro Y compared to X.
Curb stomp app developers that also break this rule. PLEASE!
Re:Before you start screaming about this. (Score:4, Insightful)
He is.
I certainly don't need the 4GB+ of crap in some mainstream distros just to set up an iptables firewall and IPSec gateway. Better, I like using the automation tools of one distribution over another's for automating deployment to some 200+ systems I currently administer.
Linux wins *because* you can tailor it easily to your needs, and choose the best distribution for what you are trying to accomplish.
I do agree that the base should be better standardized (where files are for network config, etc). It's getting better, but everyone still does it a little different.
Re: (Score:3, Insightful)
Yup. And everyone should standardise on Slackware's init scripts. (OK, I'm joking, but not much...
Almost the first thing that pissed me off about Ubuntu (apart from the coprophiliac theme) was the fact that they had arbitrarily fucked around with inittab, and I had to go looking for it. I've nothing against change where it's useful, but
Re:Before you start screaming about this. (Score:5, Insightful)
I think we need multiple distros. (In fact, I once wrote an article to that effect.) However, I also think that we need more focus inside those distros. Rather than being good at being a desktop or being good at being a server, Linux distros tend to try and be all things to all people. Which makes them a jack of all trades, master of none.
What's needed are fundamental operating system components that support the desktop and/or support the server and/or support the supercomputer and/or support the embedded device, etc. It should all be a matter of how the OS is built.
Unfortunately, we seem to end up with all the disadvantages of choice in distros and none of the advantages. Why do GNOME and KDE both have their own hardware config tools that conflict with the underlying tools? Shouldn't there be OS-level services available that these desktop environments plug into?
Why is sound such a mess? That was a solved problem 15 years ago!
Why do X-Servers have the graphics drivers rather than the kernel or HAL? The X-Server should only be a consumer of graphics services!
So on and so forth. Make the individual distros more cohesive and things will get a lot better. Stop focusing on retreading the same ground that GNOME and KDE have tread a billion times before, and start working on a few standard, low-level APIs that can be compiled in to the OS to give the GUI Windows or Mac level control over the underlying system. THEN things will get better.
Oh, and stop with the packaging for crying out loud! A desktop system is antithetical to a centralized software repository. Desktop systems should have a standard method of software distribution that accepts any software from anywhere, commercial or OSS. Take Indie Gaming or Shareware developers as an example. Why should they submit their software to 30 different package repositories rather than providing a single, simple download on their website? (Worst case, two or three to support competing standards.)
And no, I'm not talking about installers. Unix systems and installers don't usually get along. (I remember back when the shortcut spec was changing every other week. And yet distros were deploying a different standard in each minor revision. GAHHH!!!) Rather, I'd prefer to see App Bundle distributions similar to OS X. Such a concept is simple to download, install, and run without the fuss of messing with shortcuts, restarting your desktop, installing packages, or the gazillion other minor barriers Linux desktop systems have put in the way over the years.
(I did create a Proof of Concept [sourceforge.net] on Solaris a while back, but lacked time to follow up on it. This problem is solvable if distro makers are willing to dedicate the resources.)
I will give Ubuntu some credit here. Shuttleworth has been trying very hard to push the community in the right direction. But in order to "arrive" we need to actually embrace the ideals of OSS rather than hanging on to this idea that packaging repositories == Linux == OSS freedom.
Re:Before you start screaming about this. (Score:4, Insightful)
You just keep ignoring the way things work in the community. You can't just plug distros and people together like Lego bricks. Most of those that run distros simply do it for fun and freedom. They have a certain vision of how they want things to be done and the GPL gives them the freedom to do so. If you take that away from them they'll stop contributing because it is their spare time and just like you and me they prefer to do what they want.
Another common misconception seems to be that Linux has to take over the world. I couldn't care less how fast the community grows because it works already! The commuity itself has nothing to sell so the marketshare is not important at all. The only thing that really matters is how many active and happy developers we have.
Re:Before you start screaming about this. (Score:4, Interesting)
This is cool because you can use the right distro for the job at hand. We use Gentoo where I work because we can keep our servers up to date with minimal downtime -- we don't have to rebuild our servers every time we want to upgrade. I run Slack at home because, well, it's what I learned first. I've got a hard drive install of Knoppix on a laptop because I couldn't boot from CD on that particular machine, so I pulled the hard drive, mounted it in an external enclosure, booted Knoppix on another machine and followed the instructions for a hard drive install using the USB drive, then reinstalled the hard drive in the laptop. I knew Knoppix was very good at automatically detecting hardware, so I felt Knoppix would have a good chance of working on the first install (it did).
No its just that : (Score:5, Insightful)
We need a main, reliable, one size fits all DESKTOP distro. that's what we need.
and yes, all other distros should continue, for really many of them are for niche markets.
linux basically equals webserver as of now. whereas many IIS servers house 1-2 company sites (and many of them are in-house boxes), linux distros host hundreds each.
but on desktop we dont have a strong name presence so that when you name it, everyone will know. we need that.
Re: (Score:3, Interesting)
You mean a one size fits all distro for each niche/market? Like one desktop, one server, one netbook, one phone, one embedded.....? They could all come from one distro, but that'll never happen unfortunately.
Re:No its just that : (Score:5, Interesting)
Debian / Ubuntu could easily be this 'one size fits all' distro with apt-get. I use the 50MB bare bones install of Debian for all my servers and build from there.
You want a desktop?
apt-get install gnome*
You want a desktop on a 500 mHz computer?
apt-get install xfce
You want a webserver?
apt-get install apache php5 perl
You want a media encoding server?
apt-get install ffmpeg mencoder
You want it cutting edge?
apt-get -t unstable
You want it rock solid?
apt-get -t stable
Re: (Score:3, Informative)
So either everyone learns what "apt-get" does (not to mention how to use a command line interface in the first place), or everyone runs commands and has no idea what they are doing. Then a hardware issue comes up with their video card. Oops.
Plus, why apt-get? Why did we decide to use debian over rpm? hmm.
One problem, if it's a problem, with Linux is that those that have learned to use it (read: taken time) presume everyone else can learn, too (read: has time). That's not the case.
Re:No its just that : (Score:5, Funny)
Re: (Score:3, Insightful)
You don't NEED to use CLI for apt because of Synatpic -- wonderful graphical interface for managing apt.
You have that backwards. You don't NEED to use GUI for Synaptic because of apt. Typing a simple one line apt command is a whole lot easier and faster than waiting for a GUI to load, then searching through the GUI for the option you need.
Re: (Score:3, Funny)
You want a desktop on a 500 mHz computer? apt-get install xfce
Indeed! XFCE is running fine on my 500 millihertz, hydraulic logic-gate CPU. :)
Re: (Score:3, Insightful)
From the "package installation" point of view, almost any mayor distro solved that problem (even for Slackware you can get any unstable tgz and "install" it.)
But other aspects are rather important:
1) Provide developers (even of closed source coders like autocad or grand-theft-*) with a single target platform (as Vista proved, it is really difficult to support several OS flavors)
2) Provide a standard set of GUI tools; for example, I'm used to the Ubuntu admin tools, but get totally lost when trying to use a
Re:One size fits all (Score:3, Funny)
THE obvious choice has changed over the years. THE right decision is wrong several years later. So who gets to make the call?
A really hope you are kidding. (Score:5, Insightful)
Re: (Score:3, Insightful)
As it is, without better visibility and viability, it's pulling teeth to get hardware makers to either provide drivers, or provide specs good enough to make good drivers. I think that's why some people want better market share for Linux. It's not so bad with server hardware as Linux has a good profile there, but for consumer equipment, it has been a lot more difficult.
Re: (Score:3, Interesting)
It's Support, not which desktop. (Score:5, Insightful)
Linux is not going to make significant progress onto the corporate desktop until software companies start publishing linux versions of their software. They will be reluctant to do that because the cost of support will be so high.
Re:No its just that : (Score:4, Insightful)
If you want to try to install prepackaged binaries designed for another distribution, then yeah, better be prepared to spend some time resolving dependencies. On the other hand, I have seen similar problems when a Windows app requires a certain service pack version (or requires !service pack version, as the case may be).
Re: (Score:3, Interesting)
Unless the "common system" is the kernel, this is a problem in design of either the package management system or the particular packages.
It's usually a problem between the repositories and the application in my experience. Scenarios that make this happen:
Re: (Score:3, Interesting)
What the hell (Score:5, Insightful)
Re: (Score:3, Insightful)
Yeah, I'd never trust the company that has ~88% market share. It's absolute proof that they know nothing.
Re: (Score:3, Insightful)
Well they've proven they know marketing and how to form anticompetitive agreements with end user computer sales companies. Beyond that Microsoft has rarely shown that they know anything else.
Comment removed (Score:4, Insightful)
Re: (Score:3, Insightful)
Re: (Score:3, Insightful)
Indeed, one size simply doesn't fit all.
Personally I prefer to work with KDE (3.5 mind you) but I know enough people that really like Gnome. Does this mean that either of these should stop to exist? No... most of us chose for Linux because you get the choice, not because you want everything to be chosen for you. If you prefer that, go for a Mac or something.
I think it's a great thing that there's diversity in Linux distributions, although I have to agree that there are some obsolete distros around. A lot of
Re: (Score:3, Insightful)
Yes, but the reason you can't get support for printer XYZ is exactly due to that choice. No company wants to offer "Linux support" for their peripheral and have someone call in who is using whackadoodle-encrypto-tiny-footprint-Linux version 7 alpha.
Get one main distro which is THE official desktop distribution. Everything else is experimental. Then you can go to Epson and ask them to support that when they bring out their new multifunction printer. If you're not using the official distro then it's on you to
Re:What the hell (Score:4, Insightful)
Re: (Score:3, Insightful)
No, for us, and for the Windows OS. It's done MS just fine though.
Re: (Score:3, Insightful)
Yeah, having >90% market share on desktops has been a disaster for them.
It has been a disaster for their customers, and for the people who have to keep it "just working" (which does include quite a large number of Microsoft employees).
Re: (Score:3, Insightful)
(More geekish new users do wander a bit more: but I have yet to find one who ends up considering any option apart from Debian, Slackware and Gentooo---but t
Re:What the hell (Score:4, Interesting)
Hell no!
I just bought a new laptop. I usually keep Windows around for the smattering of programs that won't work in Linux, and for which there is no alternative. Since the new laptop came with Vista, I decided that I'd try it out once and for all and see how bad it was.
To my surprise, I kinda enjoyed it. There were a few glitches, and performance seemed lower than I would have expected (mouse stuttering when the hard drive is spinning, etc.) but overall, it wasn't awful. Frankly, I SSH to other machines to get real work done anyway, and you can SSH from just about any OS.
Then I went through The Ritual.
The Ritual is getting rid of crapware. In the past, I've done this by reinstalling the OS and drivers. And that's when I realized how spoiled I was with Linux. Because while Linux supports the drivers out of the box, with Windows, I had to go out and get them. I had to figure out which drivers were appropriate for my machine (Dell often names them similarly, and you have to have intimate knowledge of the hardware and what it does (including controllers, etc.) to find the appropriate driver on their website.) I then had to install them, one at a time, and each one wanted to reboot afterwards (though I chose not to.)
After a while, I got fed up. I installed Linux on the thing and was done with it. And you know what? The user experience was fantastic. Everything felt smoother and faster in Linux. And I realized once again why I stopped using Windows as my primary OS years ago.
More on topic, though, there seem to be two camps in the Linux world: those who want to make the best OS possible, and those who want to topple Microsoft. A unified Linux seems necessary for the latter, but would probably make the former goal impossible.
Re: (Score:3, Insightful)
I haven't had crapware on my last two laptops--I buy from Dell's Vostro line, which is their small/medium business line, and they don't put crapware on there.
I also think you're full of shit about drivers. On Dell's site you just punch in your service tag and it'll present you with all the appropriate drivers for your machine.
Oh no!! (Score:5, Funny)
Re: (Score:3, Insightful)
If other distros were inclined to, it would be possible to turn Gentoo into a superset of all the other distributions.
Each distribution would have its own profile and binary package mirror
Chances of this happening however...
Re: (Score:3, Funny)
Chances of this happening however...
... are about as high as the chances of not having a breakdown during `emerge -u world` within one week.
How about... (Score:5, Funny)
Linux Home Basic
Linux Home Premium
Linux Business
Linux Enterprise
Linux Ultimate
Re: (Score:3, Interesting)
Though funny, at the same time this plagues Microsoft's end users,in the form of what does each package actually get, it is used as a great power for Linux, in the form of different niche distributions which have (mostly) defined markets.
We all know some distros for Linux starters, and we all know some for business, and some for the ultimate geek card score. Because these options are provided not as a single product, but as a variety of distributions and even sub-distributions, each product can gain their o
Re:How about... (Score:4, Insightful)
Linux Home Basic --> Ubuntu
Linux Home Premium --> Fedora/Debian
Linux Business --> Suse
Linux Enterprise --> RHEL
Linux Ultimate --> Gentoo, of course
Focus efforts on presentation... (Score:5, Insightful)
Re: (Score:3, Interesting)
Nice idea, but I don;t think it'd really fly in the real world.
So, how about we just go with something slightly more easy to implement: a standard base of where stuff goes. (yes, I know the LSB). So far m biggest problems with Linux is trying to remember where this distro has put something, and what it's called it - eg apache on 2 different distros will be called different names (eg apache, httpd), run as different users (apache, nobody, httpd), and have its config put in different places (ok, usually it do
No kidding. (Score:4, Informative)
For years, my servers have run on Debian plus the odd BSD box here and there. Rock solid reliability with very little maintenance overhead, but you don't get the latest and greatest stuff in the repositories.
I've got a couple of servers running Ubuntu with VMware Server on top for internal VPS work. Again, very few problems aside from a couple of issues related to kernel upgrades.
My laptop runs Ubuntu Desktop edition, which works great for me. I have almost no trouble with package management, even for cutting edge stuff, and the driver support is great.
I use a couple of live CD distros for repairing Windows systems when they get out of whack. The list goes on and on. It's kinda like programming languages; use the right tool for the job. While you *could* use most modern languages for just about any task, some are better for "X job" than others.
Too many is too many (Score:5, Insightful)
Yes and that really isn't the problem. (Score:4, Insightful)
You could say we really only need one Desktop distro. But... People work on what they like. You can not force them to work on what they don't want too.
We have Ubuntu which has a big lead on the desktop so we have some some of those benefits. The problem with Linux is the lack of commercial software and support.
You can not call the manufacture for help or geek squad. You can not go and buy software you want. There are a lot of free packages and many of them are great. The problem is the average person doesn't know what is good and what isn't. Even when the software is really good the documentation often isn't. Out side of GIMP and OO.org you will have a very hard time finding books for FOSS applications.
I know that Click and run failed but I still think a application and media store is EXACTLY what Linux needs. A super easy built in solution just like what you see on the Wii, XBox 360, and iPod/iPhone.
"Failure to show significant market growth" (Score:5, Insightful)
I could go on, but you get the idea. Don't believe everything you read.
Re: (Score:3, Insightful)
Re:"Failure to show significant market growth" (Score:5, Funny)
He's right! Linux has secretly taken over the desktop while pretending to have little to no market share. Most everyone uses Linux these days, it just doesn't show up on these web tracker thingies.
Re:"Failure to show significant market growth" (Score:5, Insightful)
That there is such a disparity among reported sources causes me to doubt. That's it. And there is no pink lizard in your room.
We don't need the desktop (Score:5, Insightful)
because we're not making money at this and seriously, who cares? Linux is a choice, not a goddamned marketing campaign.
Re:We don't need the desktop (Score:4, Insightful)
Larger market share means more chance of official support from hardware manufacturers and game developers. That's pretty compelling from my point of view.
Re: (Score:3, Insightful)
Then jump right on the marketing campaign. I could care less about the games but you go have fun with that.
Comment removed (Score:5, Funny)
slow growth has more to do with Microsoft funding (Score:5, Insightful)
practices. When a company or government finds Gnu/Linux fits the bill better than Windows, Microsoft comes in and essentially pays them to stick with Windows. Governments like Egypt where the OLPC people had a MOU from them but then Microsoft goes over, they talk, Egypt accepts something like $50 million in stuff from Microsoft and when OLPC shows up all they get is "Does it run Windows".
And let's talk about how HP, Dell, Lenova, etc can not advertise their Gnu/Linux products. Leaked MS memo's already showed Microsoft's hand in this too. They basically said, "you can not lead with Linux" and that meant advertise and the threat is most likely to be those millions of dollars in Marketing Program kickbacks for putting those little MS stickers on everything and saying crap like "Runs best with Windows", etc.
_That_ has been what has limited marketshare growth to a large degree. IMO. Remember, we are a world full of followers so if too many start going to Gnu/Linux, the horde will follow. That's why Microsoft spends hundreds of millions to stop the switch.
LoB
Re: (Score:3, Insightful)
No, they didn't spend millions, since copying a CD only costs a few cents.
Of course, Microsoft counts the donated software at the full market price, but they just provide cheap copies.
Microsoft is just counting on the fact that they are the first ones, but we'll see if this strategy will continue to work once everybody will be more fluent with computers.
I think we're living in our own bubble here (Score:4, Insightful)
If Linux wants more market share it needs a face, it needs something people can point to and say "Linux".
That's the way this sort of thing works.
From someone who is no longer in the tech community but is a big geek and has geek friends, we have the wrong aim, people.
We need good communication, not analytics. Yes the OS should be improved, but in order for lots of people to adopt it we need to communicate a fairly unified, confident idea.
If Ubuntu is that face, great! Let's work on that.
If KDE is that face, great! Let's work on that.
If Gnome is that face... you get the idea.
People love consistency. We geeks want to analyze and pick apart everything, change it and tweak. Your average person DOES NOT CARE! They want something that works. Until we get that through our oversized brain/ego/whatever then Linux is not likely to take off in a really big way.
Will this sacrifice a few things? Sure it will. However, since it is Open Source those little niche OS's can still exist! That is the problem with the big players now. We can still tweak things to make them better.
Geeks like to be RIGHT and not make mistakes. I think it has something to do with smarts, or not being hugged enough as kids, or something. Their confidence/power comes from analyzing and making the "right" decision, which is why science is an analytic's passion. We can be "Right". People do not always want that. They want something that makes them feel good, simple and easy that they don't have to think about. If that thing is windows or Mac for them then so be it!
The bright spot: What if we did this and got more market share, huh? We'd be in the spot where software SHOULD be. The geeks run things behind the scenes, tweaking and improving, altering and modifying for their user base, while the average person (99% of peopl out there) can use an innovative, slick interface that runs on cheap hardware. When they want to use their special application it works! When they need software or processes tailored to what they are doing, it will be easier. Businesses will run better since there will be less down time on the user side (i think), fewer upgrade$ to the newest Mac/Windows Neon Bloat Fantastic, and fewer headaches with techies trying to make programs/systems work together.
All we have to do is learn to set aside our infighting because we want things to be scientifically "perfect) and market some form of Linux, anything, and unify behind it for the user base at large. Yes there should lots of distros for niche markets, but a general distribution would be very helpful.
Arch Linux (Score:4, Interesting)
I use Arch as a one-size-fits-all distro. pacman is awesome. I have built desktops and servers dealing with many different tasks from the same ISO. It really is a benefit if you take time to learn it.
Ubuntu is a necessary evil. For some reason, we need a distro for the Windows masses. But it's better that than Arch mailing lists spammed to the brim with "How do I listen to my MP3s? Linux is dumb."
While a one-size-fits-all distro might sound like a good idea in theory, in practice it's very bad. Unless you want a Linux-based Windows.
Re:Arch Linux (Score:5, Insightful)
Ubuntu is a necessary good. For some reason, we need a distro for the Windows masses.
Fixed that for you.
I'm surprised that the reason behind having a distribution with a more consistent look and feel and a bit of "polish" to it would be quite so hard to understand for a lot of the Slashdot crowd.
From the perspective of end-users who like to change some advanced settings, without becoming a certified sysadmin in the process; Linux as an OS is a stubborn, inconsistent, misleading, and often frustrating piece of crap by and large. Some parts of it are examples of exceptional engineering and sleek design (I can't think of one at the moment though). Other parts leave you wondering if anyone has even looked at it from the mindset of a user in the 2000's instead of the 70's when everything was timeshares and terminals.
There is a large subset of users between the type like someone's grandmother who never touches or needs to understand a thing (only be shown how to do it one way to follow their written instructions) and a system programmer (who knows how it all connects on the inside) which want to have some control over things like printers, modems, dual-monitor displays, VPN connections, network file sharing, media playback codecs / applications, games, wireless internet, Firewalls, Digital Cameras, MP3 Players, and such but not be inundated with mundane, backwards, or otherwise archaic nonsense when trying to change only semi-complex settings. Things like which of two monitors is the primary desktop, how to set their printer to a different paper size, configure their default browser for links opened throughout the system, how to get a software firewall to auto configure based on network they attached to, setup their wireless network connection to always connect to their home network when it's in range, how to open files on another machine in their house, how to setup their scanner, etc. These are some tasks which still have a long way to go to be reasonable for the average sorta-knows-whats-going-on Joe under many circumstances because they have little "gotcha" type bugs which crop up frequently or simply poor design from the beginning. Unfortunately these little "gotcha" bugs tend to come with 40 pages of reading about every other technology even remotely related to try and understand the problem.
Some people want to actually use their mp3 player instead of learning how shitty the sound system in their operating system is or why their sound card only runs with one program at a time (depending on Distro). Some people want to play games without learning what a binary video driver is or how it taints the kernel licensing / support. Some people want to print their business cards without learning all about CUPS. They just want to plug, click, go. There is nothing wrong with that really.
Also, Ubuntu has something to offer the Mac users in the same vein which other distributions may not have done quite so well with in the past. As Apple is considered to have one of the more "polished" operating systems of the three I am discussing for end users.
Most people just want consistency and functionality. Some others want security and flexibility. Everyone wants something a little different. All (K)Ubuntu attempts to do is bridge the consistency/usability and security/flexibility gap. Judging by their popularity they must be doing a decent job so far.
- Toast
P.S. Now while my post may read as a flame on Linux it is not. Linux is only what people make of it and it is constantly evolving and for the better in my opinion. My post is a flame on the prevailing attitude around here of everyone needing to understand the really useless crap and have a well formed reflex to having to learn a little about 40 things to make 1 simple thing happen, and that they should like it. Linux is just as complex of a beast as Macintosh and Windows just below the surface, it just doesn't hide that fact as well as some of it's competitors and tends to drown the "power user but not administrator" types with it's incessant little quirks for a great many "normal" activities which people have grown accustomed to being "easy" and relatively "thought free".
Define "Market Share"... (Score:3, Insightful)
Thing is, most of the time when I see these "market share" figures it turns out to be measured by revenue from new sold units during the most recent [quarter|year|whatever].
Someone erasing their "Windows 2000" system and turning it into a Linux server doesn't show up at all on this measure. Someone who has to "upgrade" their Windows server repeatedly while their Linux box sits and runs without needing any additional spending on it distorts these numbers, as do the people who spend twice as much on each server due to software licensing fees.
This is going to be even more distorted if they're specifically talking about non-server "market share", since it's so hard to find pre-installed Linux desktop systems most of the time. I have a suspicion that a lot of Linux desktop machines - even the NEW ones - came with "lowest-common-denominator" Windows OS and were subsequently wiped and replaced with a Linux of the installer's choice rather than showing up as an explicit "linux desktop" purchase somewhere.
Market share doesn't apply (Score:4, Insightful)
Market share is the number of copies sold as pre-installs (e.g., netbooks) and retail boxes. For Linux, this number is really immaterial.
The number of interest is the 'installed base', which is the number of copies installed on hardware. For Linux, this number is hard to get. Some of the larger distributions have started making (low-ball) estimates, but even they admit the numbers don't really reflect the number installed, for various reasons.
Another question is whether or not to count the number of embedded Linux copies. If my TV, DVR, PMP, MP3, PDA and other devices run Linux (they do), should those count toward the installed base? Or should we be counting general purpose computers only?
It's not a populatiry contest (Score:4, Insightful)
There, fixed that for you.
Linux already has significant market share. Look at the web and the Internet infrastructure: the vast majority of it is powered by Linux, technologies that are based on Linux, or utilize Linux in some indirect way. Linux is gaining traction left and right in the embedded market. No competent system administrator hasn't at least fired up a LiveCD to see what all the fuss is about.
It's true that Linux isn't as strong on the desktop as many advocates would like, but that's mainly because there's not yet any big company throwing their weight behind it to leverage business deals and spend billions in marketing to the consumer. (Canonical is trying, but they're still pretty small fish at the moment.)
As I've written repeatedly, ever since the very beginning Linux has had steady but slow growth. This isn't a good thing, nor is it a bad thing, it's just how it is. I think what we're seeing now is that more and more people are looking at Linux and open source and saying, "now, how can I make a quick buck off of this?" and realize they really can't and then spend all day lamenting about it in their blog.
Re:sweet (Score:4, Insightful)
Don't we already have that?
Linux Home Basic - Ubuntu
Linux Home Premium - Fedora
Linux Business - RHEL/CentOS
Linux Starter Edition - Xandros
Linux Ultimate - Slackware
Re:Oh I will loose some Karma for this. (Score:5, Interesting)
In my opinion, this would be silly, and I would make fun of this.