Ask HN: Most stable Linux distro for desktop use
After years of stability using Linux I've run into many problems lately. Wifi crashes after suspend, LVM fails at boot, printer drivers failing, PulseAudio crashing... and this is on several different distros. Which distro has proven the most stable for you?
29 comments
[ 2.8 ms ] story [ 75.5 ms ] threadDebian Stable is of course rock-solid but it's also often sporting fairly old versions of software (firefox, etc) which can be offputting to the novice. Sid is my daily driver but I'm comfortable with things not working for short periods of time.
Source: It's my everyday OS.
That said, existing Ubuntu releases that still use Debian style packages are what I'd recommend (and what I use) too.
Happy days started to suck long before that point, but it was definitely the best time to jump ship if you hadn't already.
I've had zero PulseAudio issues even with creating multiple monitoring devices, a USB DAC and a USB webcam with audio support.
Which wifi cards are you using? Broadcom can be a bit of a pain, but the Intel chips are fairly easy to get working.
Definitely agree that Broadcom wifi (what I have now) is a pain - occasional kernel upgrades kill wifi, when reinstalling I never remember which combination of kmod/akmod things I need. That is the only real complaint though.
F23 has played well with uefi + gpt on outdated hardware.
I have debian on my NAS and 'stable' backup box. I keep this thing rock solid.
If I actually want to do anything crazy, I'll either whip up a VM or I have a clunker of a laptop I keep around for experimenting and other things (along with other single board computers).
My two cents in keeping something stable is don't do anything to it. Keep it as vanilla as possible unless you are 100% sure what you are doing.
although I can't really comment on stability, just commenting for desktop use.
You're having issues with PulseAudio, systemd, and NetworkManager. Use a distribution that doesn't use these, or one that makes it easy to remove them.
Calculate Linux[0] is the easiest base with which to yank these tumors out of your life, because it has eudev and OpenRC installed by default. Easy to install, and simple to maintain. it's Gentoo, but without all that building of source, and only a 15-minute install. it's simple to install JACK[1], Cadence[2] and wpa_gui after you rip out NetworkManager and PulseAudio (or if you need skype, make PA the slave of JACK).
Second place goes to KXStudio[3], but only because it's an outdated (good) debian/ubuntu core, and uses JACK/Cadence by default. Third place is Void, which, while technically freer (and has LibreSSL!), is not as easy an install as KXStudio or Calculate. All are nice and stable, though.
After removing PulseAudio and NetworkManager from your computer, you'll be astounded at how stable linux is again.
0. http://www.calculate-linux.org/main/en/download
1. https://www.youtube.com/watch?v=GBD-wsMiZCk
2. http://gpo.zugaina.org/media-sound/cadence
3. http://kxstudio.linuxaudio.org/
Bonus: openSUSE Build Service (OBS): http://openbuildservice.org/about/
I gave up and switched to OS X and BSD for my Unix needs.
You could also go the other route, install ubuntu server or something and install x, your preferred window manager and all that stuff yourself. Have been running a desktop setup like this for 3/4 years now and never had any issues other than having to reconfigure some *cked up X settings after dist-upgrade.