news
OpenBSD Leftovers
-
TuMFatig ☛ OpenBSD 7.8 on Raspberry Pi Zero 2W
Whether I used the USB/ETH hat or not, the system seem to halt after some time idling. According to a message on the HDMI output, something bad happens about DWC2.
Anyway, long story short: this board is not yet Production ready.
-
TuMFatig ☛ Running OpenBSD 7.8 on ODROID HC4
Some times ago, I acquired an ODROID HC4 arm64 board and installed OpenBSD 7.2 on it. I used it for a moment but there were issues when running with two disks so I stopped using it.
For $reasons, I took it out of its box and gave it another try using OpenBSD 7.8.
-
Mechiel Lukkien ☛ Running a Plan 9 network on OpenBSD(or unix in general)
Plan 9 was designed to run as a network of machines: authentication servers, file servers, cpu servers and terminals. File servers just serve files over the network, cpu servers only execute programs (and have no local storage: all programs and user files are read from the file servers over the network), and the authentication server would keep it secure. Finally, terminals are the simple (again diskless) computers users sit at.