| I don't think there are many who send €50/mo, kudos to you! Few of their corporate users give much back at all. I used OpenBSD as my workstation a decade ago and also ran it on a firewall box. However, upgrading the system every six months is tedious: basically, you manually download the files, overwrite the kernel and userland core, and then do a three way merge of /etc. Plus there's a bit of manual work required to deleted unused files and account for moved files: https://www.openbsd.org/faq/upgrade65.html After that, you still have to upgrade the ports tree (which has gotten easier). Note that skipping upgrades is not supported. Security updates between the six month upgrades are handled by monitoring the security list and downloading and applying patches as instructed. If you are running a bunch of identical servers professionally, it's not much of a burden, but it is if you are upgrading one workstation and a firewall box. I got tight on time and went back to Debian/apt. Does anyone here know how to do this more efficiently? (It is a really nice system, and the man pages are superb.) |