←back to thread

OpenBSD 7.8

(cdn.openbsd.org)
282 points paulnpace | 2 comments | | HN request time: 0.001s | source
Show context
dlevine ◴[] No.45665373[source]
When I was in the college in the early 2000s, I had a friend who ran OpenBSD. He always sang its praises, mostly because it was the most secure operating system.

I tried a bunch of Linux Distributions and FreeBSD before mostly settling on MacOS, but never actually got around to running it.

Glad to see OpenBSD is still being actively developed.

replies(2): >>45665455 #>>45665801 #
Flamingoat ◴[] No.45665455[source]
I used to use it at University after one of the guys I was in labs with was using it for his daily driver. The first release I tried was 3.8.

It was quite a shock coming from SuSE 9.2. It was much easier to install than FreeBSD, however the installer is even more archaic than FreeBSD. Someone wrote a graphical installer years ago and but nobody bothered with it.

The BSDs really need at least something like the archinstall.

It is certainly different than Linux. You really need to read the FAQ and manuals as you won't find much out by doing a web search, unlike Linux. One of the other things that differs from Linux is that supported hardware / software will work, however Linux hardware support is obviously a lot better than in 2005 when I first started looking at OpenBSD.

replies(2): >>45665827 #>>45666903 #
somat ◴[] No.45665827[source]
Hard disagree, the Openbsd installer is the gold standard to which all other installers compare poorly.

When I picked a linux distro to put on my system to play games on, the one I choose was void linux, why, mainly because the installer looks and feels directly ripped off from obsd.

replies(3): >>45666027 #>>45666139 #>>45680829 #
Flamingoat ◴[] No.45666139[source]
> Hard disagree, the Openbsd installer is the gold standard to which all other installers compare poorly.

No not really. I recently took my friend through it and there is several places where it is pretty easy to screw something up. Whenever people say stuff like this, they are usually accustomed to the quirks.

> When I picked a linux distro to put on my system to play games on, the one I choose was void linux, why, mainly because the installer looks and feels directly ripped off from obsd.

Choosing distros based on the installer is kinda a bit silly. I've done a Linux From Scratch build and I can tell you there is very little difference between one distro an another.

replies(2): >>45666445 #>>45667620 #
daneel_w ◴[] No.45667620[source]
>> Hard disagree, the Openbsd installer is the gold standard to which all other installers compare poorly.

> No not really. I recently took my friend through it and there is several places where it is pretty easy to screw something up. Whenever people say stuff like this, they are usually accustomed to the quirks.

Like what places, and how are they pretty easy to screw up on? I'm genuinely curious, as to me it's the cleanest and most straight-forward console installer I've ever experienced. I managed to get it done the very first time I, 25 years ago, with zero *nix experience, decided to try OpenBSD. Also, you can always exit the installer and restart the process. You're not "screwed" unless you reboot at the end without having reflected over your instructions.

replies(1): >>45667957 #
Flamingoat ◴[] No.45667957[source]
> Like what places, and how are they pretty easy to screw up on? I'm genuinely curious, as to me it's the cleanest and most straight-forward console installer I've ever experienced.

To you it is. I installed on 3.8 and it was not straightforward. I used to go to university with a guy that used OpenBSD and he even said the installation at the time was straight forward. So it isn't just me.

I can't remember specifics as it was about 4-6 months. It was something to do with drive labelling IIRC, it was super confusing and I think I just ended up removing drives temporarily.

> you can always exit the installer and restart the process.

Nope. I tried that. It did not work.

> You're not "screwed" unless you reboot at the end without having reflected over your instructions.

Again it wasn't that straight forward.

replies(1): >>45680929 #
1. daneel_w ◴[] No.45680929{3}[source]
> Nope. I tried that. It did not work.

The installer is a plain *sh script. You simply ctrl+c to break out and return to the shell, then run "install" to start the script again. I can't see why you would end up with an installation medium containing a different installer than everyone else.

replies(1): >>45681005 #
2. Flamingoat ◴[] No.45681005[source]
> The installer is a plain *sh script. You simply ctrl+c to break out and return to the shell, then run "install" to start the script again

I ended up in situation where that wasn't possible. I wasn't sure how that happened. But it did.

I have done many installations over the years on real hardware and VMs. It only happened once, but it can happen.

I could also bring up the issues with the auto partition layout that is suggest which can make impossible to install any larger of software after installation. Or how the disks can be confusingly labelled in some cases (especially in VMs).

The point being communicated is that it isn't as straightforward as many people claim.

I first started mucking about with it in like 3.8/3.9, and you had to do something which was very archaic (even for 20 years) with calculating partition size, so it has improved.

> I can't see why you would end up with an installation medium containing a different installer than everyone else.

I don't appreciate how you worded this.

I am not lying about my experience. I just can't remember the exact set of steps of what happened because it happened several months ago now.