Criticism of Linux

From HandWiki
Short description: Issues concerning use of operating systems which use the Linux kernel
The first-generation Nexus 7 tablet running Android, an operating system using the Linux kernel. While Linux-based operating systems are in common use in tablet computers, they are less frequently adopted as desktop computers.

The criticism of Linux focuses on issues concerning use of operating systems which use the Linux kernel.

While the Linux-based Android operating system dominates the smartphone market in many countries,[1][2] and Linux is used on the New York Stock Exchange and most supercomputers,[3] it is used in few desktop and laptop computers.[4] Much of the criticism of Linux is related to the lack of desktop and laptop adoption, although (As of 2015) there has been growing unease with the project's perspective on security and its adoption of systemd has been controversial.[5][6]

Linux kernel criticisms

Kernel development politics

Some security professionals say that the rise in prominence of operating system-level virtualization using Linux has raised the profile of attacks against the kernel, and that Linus Torvalds is reticent to add mitigations against kernel-level attacks in official releases.[3] Linux 4.12, released in 2017, enabled KASLR by default, but its effectiveness is debated.[7]

Con Kolivas, a former kernel developer, tried to optimize the kernel scheduler for interactive desktop use. He finally dropped the support for his patches due to the lack of appreciation for his development. In the 2007 interview Why I quit: kernel developer Con Kolivas he stated:

If there is any one big problem with kernel development and Linux it is the complete disconnection of the development process from normal users. You know, the ones who constitute 99.9% of the Linux user base. The Linux kernel mailing list is the way to communicate with the kernel developers. To put it mildly, the Linux kernel mailing list (lkml) is about as scary a communication forum as they come. Most people are absolutely terrified of mailing the list lest they get flamed for their inexperience, an inappropriate bug report, being stupid or whatever. ... I think the kernel developers at large haven't got the faintest idea just how big the problems in userspace are.[8]

Kernel performance

At LinuxCon 2009, Linux creator Linus Torvalds said that the Linux kernel has become "bloated and huge":

Citing an internal Intel study that tracked kernel releases, Bottomley said Linux performance had dropped about two percentage points at every release, for a cumulative drop of about 12 percent over the last ten releases. "Is this a problem?" he asked. -We're getting bloated and huge. Yes, it's a problem ... Uh, I'd love to say we have a plan ... I mean, sometimes it's a bit sad that we are definitely not the streamlined, small, hyper-efficient kernel that I envisioned 15 years ago ... The kernel is huge and bloated, and our icache footprint is scary. I mean, there is no question about that. And whenever we add a new feature, it only gets worse.[9][10][11]

At LinuxCon 2014, Torvalds said he thinks the bloat situation is better because modern PCs are a lot faster:[12]

Torvalds said he'd love for Linux to shrink in size "We've been bloating the kernel over the last 20 years, but hardware has grown faster".

Kernel code quality

In an interview with German newspaper Zeit Online in November 2011, Linus Torvalds stated that Linux has become "too complex" and he was concerned that developers would not be able to find their way through the software anymore. He complained that even subsystems have become very complex and he told the publication that he is "afraid of the day" when there will be an error that "cannot be evaluated anymore."[13]

Andrew Morton, one of Linux kernel lead developers, explains that many bugs identified in Linux are never fixed:[14]

Q: Is it your opinion that the quality of the kernel is in decline? Most developers seem to be pretty sanguine about the overall quality problem. Assuming there's a difference of opinion here, where do you think it comes from? How can we resolve it?
A: I used to think [code quality] was in decline, and I think that I might think that it still is. I see so many regressions which we never fix.

Theo de Raadt, founder of OpenBSD, compares OpenBSD development process to Linux:

"Linux has never been about quality. There are so many parts of the system that are just these cheap little hacks, and it happens to run.” As for Linus Torvalds, who created Linux and oversees development, De Raadt says, “I don’t know what [Linus's] focus is at all anymore, but it isn’t quality.”[15]

Desktop use

Main page: Criticism of desktop Linux

Critics of Linux on the desktop have frequently argued that a lack of top-selling video games on the platform holds adoption back. For instance, (As of September 2015) , the Steam gaming service has 1,500 games available on Linux, compared to 2,323 games for Mac and 6,500 Windows games.[16][17][18]

As of October 2021, Proton, a Steam-backed development effort descended from Wine provides compatibility with a large number of Windows-only games, and potentially better performance over Linux-native ports in some cases.[citation needed] ProtonDB is a community-maintained effort to gauge how well different versions of Proton work with a given game.[19]

As a desktop operating system, Linux has been criticized on a number of fronts, including:

  • A confusing number of choices of distributions, and desktop environments.
  • Poor open source support for some hardware, in particular drivers for 3D graphics chips, where manufacturers were unwilling to provide full specifications.[20] As a result, many video cards have both open and closed source drivers, usually with different levels of support.
  • Limited availability of widely used commercial applications (such as Adobe Photoshop and Microsoft Word).[21] This is a result of the software developers not supporting Linux rather than any fault of Linux itself. Sometimes this can be solved by running the Windows versions of these programs through Wine,[22] a virtual machine, or dual-booting. Even so, this creates a chicken or the egg situation where developers make programs for Windows due to its market share, and consumers use Windows due to availability of the programs.

Distribution fragmentation

Another common complaint levelled against Linux is the abundance of distributions available. (As of November 2021), DistroWatch lists 275 distributions.[23][24] While Linux advocates have defended the number as an example of freedom of choice, other critics cite the large number as cause for confusion and lack of standardization in Linux operating systems. Alexander Wolfe wrote in InformationWeek:

Remember the 1980s worries about how the "forking" of Unix could hurt that operating system's chances for adoption? That was nothing compared to the mess we've got today with Linux, where upwards of 300 distributions vie for the attention of computer users seeking an alternative to Windows.[25]

Caitlyn Martin from LinuxDevCenter has been critical of the number of Linux distributions:

We don't need to keep reinventing Linux, creating distributions that put critical bits in interesting and inventive if unusual places. An application written for Linux should be relatively simple to install on any Linux distribution. It ain't so. Do we really need hundreds of general purpose distributions, all with different tools, different filesystem layouts, variations on three major software package management schemes and a host of oddball ones, and so on? Do we need yet more to crop up?[26]

Hardware support

In recent decades (since the established dominance of Microsoft Windows) hardware developers have often been reluctant to provide full technical documentation for their products, to allow drivers to be written. This has meant that a Linux user had to carefully hand pick the hardware that made up the system to ensure functionality and compatibility. These problems have largely been addressed:[27]

Years ago, if you wanted to install Linux on a machine, you had to make sure you hand-picked each piece of hardware or your installation would not work 100 percent ... This is not so much the case now. You can grab a PC (or laptop) and most likely get one or more Linux distributions to install and work nearly 100 percent. But there are still some exceptions; for instance, hibernate/suspend remains a problem with many laptops, although it has come a long way.[27]

At one time, Linux systems required removable media, such as floppy discs and CD-ROMs, to be manually mounted before they could be accessed. Mounting media is now automatic in nearly all distributions, with the development of the udev.[27]

Some companies, such as EmperorLinux, have addressed the problems of laptop hardware compatibility by making modified Linux distributions with specially selected hardware to ensure compatibility from delivery.[28]

Directory structure

The traditional directory structure, which is a heritage from Linux's Unix roots in the 1970s, has been criticized as inappropriate for desktop end users.[29][30] Some Linux distributions like GoboLinux[31] and moonOS have proposed alternative hierarchies that were argued to be easier for end users, though they achieved little acceptance.[32][33]

Criticism by Microsoft

In 2004, Microsoft initiated its Get the Facts marketing campaign, which specifically criticized Linux server usage.[34] In particular, it claimed that the vulnerabilities of Windows are fewer in number than those of Linux distributions,[35] that Windows is more reliable and secure than Linux,[36][37] that the total cost of ownership of Linux is higher (due to complexity, acquisition costs, and support costs),[38] that use of Linux places a burden of liability on businesses, and that "Linux vendors provide little, if any indemnification coverage."[39] In addition, the corporation published various studies in an attempt to prove this – the factuality of which has been heavily disputed[40][41][42][43] by different authors who claim that Microsoft's comparisons are flawed. Many Linux distributors now offer indemnification to customers.[44][45][46]

Internal Microsoft reports from the Halloween documents leak have presented conflicting views. Particularly documents from 1998 and 1999 ceded that "Linux ... is trusted in mission critical applications, and – due to its open source code – has a long term credibility which exceeds many other competitive OSs", "An advanced Win32 GUI user would have a short learning cycle to become productive [under Linux]", "Long term, my simple experiments do indicate that Linux has a chance at the desktop market ...",[47] and "Overall respondents felt the most compelling reason to support OSS was that it 'Offers a low total cost of ownership (TCO)'."[48]

Responses to criticism

The Linux community has had mixed responses to these and other criticisms. As mentioned above, while some criticism has led to new features and better user-friendliness, the Linux community as a whole has a reputation for being resistant to criticism.[49] Writing for PC World, Keir Thomas, noted that, "Most of the time the world of Linux tends to be anti-critical. If anybody in the community dares be critical, they get stomped upon."[49] In a 2015 interview, Linus Torvalds also mentioned the tendency of Linux desktop environment projects to blame their users instead of themselves in case of criticism.[50]

See also

References

  1. "IDC: Smartphone OS Market Share". www.idc.com. https://www.idc.com/prodserv/smartphone-os-market-share.jsp. 
  2. "Gartner Says Tablet Sales Continue to Be Slow in 2015". 5 January 2015. http://www.gartner.com/newsroom/id/2954317. 
  3. 3.0 3.1 Jorge Ribas (5 Nov 2015). "The kernel of the argument". Washington Post. https://www.washingtonpost.com/sf/business/2015/11/05/net-of-insecurity-the-kernel-of-the-argument/. "Fast, flexible and free, Linux is taking over the online world. But there is growing unease about security weaknesses." 
  4. "NetMarketShare Desktop Operating System Market Share". https://www.netmarketshare.com/operating-system-market-share.aspx?qprid=10&qpcustomd=0&qpsp=201&qpnp=1&qptimeframe=M. 
  5. Timberg, Craig (5 November 2015). "The Kernel of the Argument". The Washington Post. https://www.washingtonpost.com/sf/business/2015/11/05/net-of-insecurity-the-kernel-of-the-argument/. 
  6. Hoffman, Chris (31 October 2014). "Meet systemd, the controversial project taking over a Linux distro near you". PCWorld. http://www.pcworld.com/article/2841873/meet-systemd-the-controversial-project-taking-over-a-linux-distro-near-you.html. 
  7. "Linux 4.12 To Enable KASLR By Default - Phoronix". https://www.phoronix.com/scan.php?page=news_item&px=KASLR-Default-Linux-4.12. 
  8. Mills, Ashton (2007-07-24). "Why I quit: kernel developer Con Kolivas (part 2, page 3)". in APC. Future Publishing (Overseas) Limited. p. 3. http://apcmag.com/interview_with_con_kolivas_part_2_his_effort_to_improve_linux_performance_on_the_desktop.htm/. "I think any problem with any development model has multiple factors, and ultimately, it is humans that make decisions." 
  9. Austin, Modine (2009-09-22). "Linus calls Linux 'bloated and huge'". www.theregister.co.uk. https://www.theregister.co.uk/2009/09/22/linus_torvalds_linux_bloated_huge/. 
  10. "LinuxCon Roundtable in Torvalds Quotes". www.tuxradar.com. 2009-09-22. http://www.tuxradar.com/content/linuxcon-rountable-torvalds-quotes. 
  11. Ravi (2009-09-24). "Is Linux kernel getting bloated ? Linus Torvalds says Yes!". about Linux.info. All about Linux. http://www.aboutlinux.info/2009/09/is-linux-kernel-getting-bloated-linus.html. 
  12. "Linux Founder Linus Torvalds 'Still Wants the Desktop'". eweek.com. http://www.eweek.com/enterprise-apps/linux-founder-linus-torvalds-still-wants-the-desktop.html. 
  13. Douglas Perry (2012-01-15). "Linux Kernel Grows Past 15 Million Lines of Code". Tom's Hardware. http://www.tomshardware.com/news/Linux-Linus-Torvalds-kernel-too-complex-code,14495.html. 
  14. "Andrew Morton on kernel development". lwn.net. https://lwn.net/Articles/285088/. 
  15. "Is Linux For Losers?". https://www.forbes.com/2005/06/16/linux-bsd-unix-cz_dl_0616theo.html. 
  16. Jared Newman (21 September 2015). "Steam for Linux tops 1,500 games as launch of Valve's Steam Machines nears". PCWorld. http://www.pcworld.com/article/2984922/software-games/steam-for-linux-tops-1500-games-as-launch-of-valves-steam-machines-nears.html. 
  17. "Steam's living room hardware blitz gets off to a muddy start". Ars Technica. 2015-10-15. https://arstechnica.com/gaming/2015/10/steams-living-room-hardware-blitz-gets-off-to-a-muddy-start/2/. 
  18. "The state of Linux gaming in the SteamOS era". Ars Technica. 2015-02-26. https://arstechnica.com/gaming/2015/02/the-state-of-linux-gaming-in-the-steamos-era/. 
  19. "Gaming Reports for Linux Using Proton". ProtonDB. 2021. https://www.protondb.com/. 
  20. "...it is unfortunate that NVIDIA will not be supporting the Nouveau development, releasing open-source documentation, or providing other open-source support...", March 26, 2010, Phoronix.com
  21. McCue, Andy (2005-09-09). "Gartner sounds desktop Linux warning". zdnet.co.uk. http://www.zdnet.co.uk/news/application-development/2005/09/09/gartner-sounds-desktop-linux-warning-39217113/. 
  22. "How to Install Adobe Photoshop on Ubuntu Linux | TechSource". Junauza.com. http://www.junauza.com/2010/02/how-to-install-adobe-photoshop-on.html. 
  23. "DistroWatch Page Hit Ranking". https://distrowatch.com/dwres.php?resource=popularity. 
  24. DistroWatch (August 2014). "Linux Distributions - Facts and Figures". http://distrowatch.com/stats.php?section=popularity. 
  25. Wolfe, Alexander (2007-07-18). "Too Many Linux Distros Make For Open Source Mess". InformationWeek.com. http://www.informationweek.com/blog/main/archives/2007/07/too_many_linux.html. 
  26. Martin, Caitlyn (2007-01-16). "So Many Distros, So Little Time". www.oreillynet.com. http://www.oreillynet.com/linux/blog/2007/01/so_many_distros_so_little_time.html. 
  27. 27.0 27.1 27.2 Wallen, Jack (2008-09-04). "Ten key differences between Linux and Windows". http://www.zdnet.com/article/ten-key-differences-between-linux-and-windows/. "Before debating the relative merits and shortcomings of Linux and Windows, it helps to understand the real distinctions between them." 
  28. EmperorLinux (2009). "EmperorLinux". http://www.EmperorLinux.com/. 
  29. van Riezen, Pim (2003-02-24). "Designing object extensions for the Unix Operating Systems". www.kuro5hin.org/story. http://www.kuro5hin.org/story/2003/2/23/115919/628. 
  30. Scheinberg, Adam (2003-02-24). "If I Had My Own Distro". www.osnews.com. http://www.osnews.com/story/3431. 
  31. Muhammad, Hisham (2003-05-09). "The Unix tree rethought: an introduction to GoboLinux". www.kuro5hin.org. http://www.kuro5hin.org/story/2003/5/9/05015/62649. 
  32. "The GoboLinux directory structure brings a fresh, clean look the Linux system...", 2003, GoboLinux.org
  33. "moonOS has its own File Hierarchy System...". http://moonos.org/about. 
  34. "Get the Facts Home". Get the Facts. http://www.microsoft.com/windowsserver/facts/default.mspx. 
  35. "Get the Facts on Linux and Windows: Security". Microsoft website. http://www.microsoft.com/windowsserver/facts/topics/security.mspx. 
  36. "Get the Facts on Linux and Windows: Reliability". Get the Facts. http://www.microsoft.com/windowsserver/facts/topics/reliability.mspx. 
  37. Petreley, Nicholas (22 October 2004). "Windows v Linux security: the real facts". https://www.theregister.co.uk/2004/10/22/linux_v_windows_security/. 
  38. "Get the Facts on Linux and Windows: Total Cost of Ownership". Get the Facts. http://www.microsoft.com/windowsserver/facts/topics/tco.mspx. 
  39. "Get the Facts on Linux and Windows: Intellectual Property Indemnification". Get the Facts. http://www.microsoft.com/windowsserver/facts/topics/ipi.mspx. 
  40. Joe Barr (24 June 2005). "The facts behind the "Get the Facts" ad campaign". Newsforge. http://www.linux.com/articles/45925. 
  41. Petreley, Nicholas (22 October 2004). "Security Report: Windows vs Linux". The Register. https://www.theregister.co.uk/2004/10/22/security_report_windows_vs_linux/. 
  42. Foley, Mary Jo (23 August 2007). "Microsoft kills its 'Get the Facts' anti-Linux site". https://www.zdnet.com/article/microsoft-kills-its-get-the-facts-anti-linux-site/. 
  43. "Microsoft tried to muck with anti-Linux 'facts'", February 2, 2007, ZDnet
  44. "Licensing & Buying Programs". https://www.microfocus.com/en-us/about/licensing. 
  45. "We Believe". redhat.com. http://www.redhat.com/promo/believe/. 
  46. "Canonical rejigs Ubuntu support services". theregister.co.uk. https://www.theregister.co.uk/2010/06/07/canonical_ubuntu_services/. 
  47. Raymond, Eric S. (2006-10-12). "Halloween Document II (Version 1.7)". www.catb.org/~esr. http://www.catb.org/~esr/halloween/halloween2.html. 
  48. Raymond, Eric S. (2002-11-05). "Halloween VII: Survey Says". www.catb.org/~esr. http://www.catb.org/~esr/halloween/halloween7.html. 
  49. 49.0 49.1 Thomas, Keir (April 2009). "Linux Needs Critics". www.pcworld.com. https://www.pcworld.com/article/162457/linux_needs_critics.html. 
  50. "Interviews: Linus Torvalds Answers Your Question 118". slashdot.com. 2015-07-01. http://linux.slashdot.org/story/15/06/30/0058243/interviews-linus-torvalds-answers-your-question. "What I do wish particularly desktop developers cared about is "consistency of experience".[...] I'm just talking about the pain and uncertainty users go through with upgrades, [...] This is not at all Linux-specific, of course - just look at the less than enthusiastic reception that other operating system redesigns have received. But I really wish that we hadn't had *both* of the major Linux desktop environments have to learn this (well, I hope they learnt) the hard way, and both of them ending up blaming their users rather than themselves."