←back to thread

185 points psxuaw | 1 comments | | HN request time: 0.229s | source
Show context
asveikau ◴[] No.43536779[source]
ZFS is probably the biggest reason for me. I have a machine with a zfs pool running samba and nfsd.

Philosophically I tend to prefer *BSDs over Linux. I have a few FreeBSD machines, one OpenBSD, and one Linux.

replies(4): >>43537356 #>>43537463 #>>43540789 #>>43541102 #
mekster ◴[] No.43537463[source]
Ubuntu can have zfs with an install of a package.

BSD’s inability to utilize docker ecosystem had me decided to stick with Ubuntu for a decade, unless things change and BSD gets clear advantages over Linux.

replies(3): >>43537555 #>>43538226 #>>43541543 #
nisa ◴[] No.43541543[source]
Ubuntu ships an outdated version that misses a lot of bugfixes. They don't seem to be interested in either backporting fixes or shipping the current stable version. Every other day some Ubuntu user hits the ZFS GitHub issues with a problem that was fixed years ago.
replies(1): >>43542539 #
1. hedora ◴[] No.43542539[source]
After hitting this in production, I will never choose Ubuntu again.

On top of the things you mentioned, it’s basically impossible to produce a working playbook that switches from Ubuntu’s garbage package to the upstream ones - systemd wedges badly about 25% of the time, and force disables the zfs units. None of the documented systemd overrides worked.

I’m enjoying devuan and openbsd at home.