Examining OpenBSD from the point of view of a Linux user
What OpenBSD Lacks
Perhaps the most outstanding issue plaguing OpenBSD is raw performance. Since the developers are more interested in making the source code readable and easy to understand than in making it blazing fast, the operating system does not take advantage of multithreading as much as it could.
Another thing administrators might miss is a more versatile filesystem. OpenBSD uses the Unix File System (UFS), which lacks modern journaling capabilities. Thankfully, it uses soft dependencies as an alternative, which ensure that the filesystem will remain in a consistent state after a crash. However, UFS does not offer Copy-on-Write, so you can't take ZFS-like snapshots of a running system.
Support for NVidia graphic cards can only be described as atrocious. The developers attribute this to NVidia's refusal to collaborate and share GPU specifications in order to write code for their cards, and therefore their official recommendation is to not use NVidia hardware with OpenBSD.
Removable devices are supported up to a point, but don't expect a mass USB storage device to auto-mount as it would do with a modern desktop environment on Linux. OpenBSD just does not have an abstraction layer for mounting pen drives and assigning them permissions out of the box. You can always hack a solution for supporting auto-mount, but it is an involved process.
Conclusion
OpenBSD is a true heir to the Unix heritage, built upon Unix code (instead of being a clone written from scratch, like Linux). As one of the big four surviving BSD Operating Systems – the other three being NetBSD, FreeBSD, and DragonFlyBSD – it still brings great features to the table.
OpenBSD's so-so performance, combined with a lack of a Copy-on-Write filesystem, may preclude it from certain server applications. Still, OpenBSD is a nice solution for deploying simple services, since the configuration files are compact and short, and the documentation is excellent. It is very popular for firewalls, routers, and ISP infrastructure.
The OpenBSD developers aim at delivering an operating system that has sane defaults and does not need the user to write complex configuration files in order to offer reasonable security. The unveil()
and pledge()
system calls are a good example: They are measures integrated in the programs the user runs, so the user needs not be aware of their existence to benefit from them.
Hardware support is not on par with Linux. If your computer has an NVidia card, you are better off using something else. The complications of hardware support have contributed to OpenBSD's reputation for being a server operating system rather than a desktop operating system. On the other hand, popular desktop applications such as Thunderbird and LibreOffice are available from the ports tree and the repository, so OpenBSD is certainly ready for the office as long as you are aware of the hardware limitations.
OpenBSD is home to a whole lot of projects that are valuable on their own. Some of these tools can be used on Linux, such as OpenSSH; others are OpenBSD specific, such as OpenHTTPD. In any case, these projects will delight proponents of the KISS principle. OpenBSD is worth a try, if just for the userspace software it ships.
Infos
- OpenBSD: https://www.openbsd.org
- Raymond, Eric S. The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary, O'Reilly Media, 1999, http://www.catb.org/~esr/writings/cathedral-bazaar/
- OpenBSD manual page server: https://man.openbsd.org/
- OpenBSD Porter's Handbook: https://www.openbsd.org/faq/ports/index.html
- OpenBSD package management: https://www.openbsd.org/faq/faq15.html
- OpenSSH: https://www.openssh.com/
- OpenSMTPD: https://www.opensmtpd.org/
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Arch Linux 2023.12.01 Released with a Much-Improved Installer
If you've ever wanted to install Arch Linux, now is your time. With the latest release, the archinstall script vastly simplifies the process.
-
Zorin OS 17 Beta Available for Testing
The upcoming version of Zorin OS includes plenty of improvements to take your PC to a whole new level of user-friendliness.
-
Red Hat Migrates RHEL from Xorg to Wayland
If you've been wondering when Xorg will finally be a thing of the past, wonder no more, as Red Hat has made it clear.
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.