haberman 20 minutes ago

I often wonder what the current status is of the BSDs (FreeBSD, OpenBSD, NetBSD). Who uses them, who works on them, what is their motivation for doing so? How do they compare to Linux these days, in terms of size, feature set, security hardening, etc? Is their usage/development happening at a relatively constant level, or is it growing/shrinking?

  • Narishma 18 minutes ago

    I´m using NetBSD on a couple of x86 machines now that Linux distros have mostly dropped support for them.

jbs789 2 hours ago

As someone reading this fresh, they are almost apologetic for a release with open issues. But presumably the release closes off many more than it creates. I could see any other author/org approaching the messaging very differently!

imoverclocked 2 hours ago

> CD-ROM media

Wow, I just learned that I can still buy a pack of new CD-RW discs. This is an almost 30 year old format that is still published for!

Long live ATAPI!

Seriously though, why still publish CD formats when a usb-stick is far more ubiquitous and much easier to actually write. Are there systems that can boot CD-ROM interfaces that don't have USB boot capability still?

  • cosmic_cheese 18 minutes ago

    Flash storage can’t sit on the shelf without bitrot as long as CD-R and DVD-R can, even though writable optical media itself isn’t the best for durability.

    CD-RW/DVD+RW on the other hand are also even worse than flash in that regard and decay very quickly in my experience.

  • Narishma 16 minutes ago

    NetBSD even supports installing from floppies on old systems if you don´t have a CD-ROM drive.

  • bilegeek 2 hours ago

    > Are there systems that can boot CD-ROM interfaces that don't have USB boot capability still?

    New x64 systems? Probably not. But since it still supports x86 and a whole slew of other architectures[1] still that don't always, it probably wouldn't make sense to stop.

    [1]https://www.netbsd.org/ports/

    • bpye 2 hours ago

      NetBSD supposedly supports 486, I don't think you're going to have much luck with USB there.

      • accrual 22 minutes ago

        There are some ISA USB cards with custom drivers to support them and present them as normal drives under MS-DOS. Never tried it myself, but they exist and seem to work!

        Other commenter is correct, there are some late 486 boards with PCI support that would allow USB 1.0 or even 2.0 cards to be installed and used. Probably slow, but should work.

        On the topic of modernizing a 486-class machine, there also exist a few with native PS/2 mouse support, and certain Matrox PCI cards have digital out, so it'd be possible to build a 486-class machine with USB 1.1, DVI/HDMI, and PS/2.

        Since some Logitech wireless mice support PS/2, one could connect a 486 rig to a crisp digital LCD, use a wireless mouse, and plug in USB flash drives, sound, 10/100 network, NT 4.0, etc. -- all supported. Can make a fairly "modern" machine out of a pre-Pentium chip.

  • Retr0id 43 minutes ago

    One thing ISOs are useful for is installation under a hypervisor, or BMC. You can usually do the exact same thing with USB images, but a lot of the UI/workflows are oriented around .iso files.

  • thisislife2 an hour ago

    I am guessing, but many of us still use CDs / DVDs (/BluRays?) to make backups. It's cheap. Lasts long.

    • alt227 an hour ago

      > Lasts long

      My CD backups lasted about 10-12 years before the silver started peeling off the discs :(

      • thisislife2 8 minutes ago

        Yeah, learnt the hard way to have backups in multiple medias and that you have to refresh / re-copy your backups every 4-5 years. Wish we had consumer tape drives so that it could be once every 10 years or so.

    • sellmesoap an hour ago

      Write once has some security benefits as well!

  • jmclnx an hour ago

    >Are there systems that can boot CD-ROM interfaces that don't have USB boot capability still?

    Old Systems. I have one such system that will is in line to move to 11.0 from 9.3. To do that I will boot from CDROM. It does not have any USB ports.

    NetBSD is probably the only UN*X Type OS that can run on many of these 32 bit systems. Plus the NetBSD team is doing their best to support these old systems.

    That saves me $ and helps the environment a little bit :)

    • imoverclocked an hour ago

      > That saves me $ and helps the environment a little bit :)

      Seems like a tradeoff with power though. Even emulating hardware from that era is more power efficient than actually running it. Of course, if you have custom ISA cards or something then you are likely stuck :)

      • sellmesoap an hour ago

        I don't know about the progression of PSU efficiency, but 32bit desktops were rocking 250-400w PSUs and modern desktops would be hard to find one less then 650w so sure maybe we're more efficient for the amount of compute/W but running flat out will still hit your pocketbook harder on a modern system.

        • cosmic_cheese 13 minutes ago

          I’m in favor of repurposing old machines, but for a lot of the use cases they serve would be more than adequately filled by those little mobile CPU mini-PCs and Mac Mini’s which can go as low as 2-15W and top out somewhere around 60-110W.

  • bitwize 2 hours ago

    Blit the iso to a usb stick and boot it. If your PC is recent (made in the past 15-20 years or so), it'll understand it just fine.

    • imoverclocked 2 hours ago

      > If you are using flash-based media (e.g. a USB drive), please use the .img files rather than the .iso images.

      I have done that in the past but there are already .img files specifically for USB. Seems redundant.

      • Narishma 11 minutes ago

        Both are needed for different use cases. That they overlap for some use cases doesn't make them redundant.

jmclnx an hour ago

Just finished upgrading, went easy. Because I am using cgd(4) I find it much easier to use sysupgrade(8) from pkgsrc.

I was running the R/Cs without any issues, so I am sure 11.0 will be very stable.

roschdal 2 hours ago

NetBSD feels like a high quality, ancient relic from the University of California, Berkeley, from the 1970s, made for munks, secret FBI databases and special military operations.

  • JdeBP an hour ago

    As someone who has used old BSDs, I can say from direct experience that it does not.

    For starters, on the old BSDs there was no Almquist shell, unless you went to Usenet, grabbed the shar, and built it. The TENEX C shell was the hot new thing, as were BIND and Sendmail. And we got genuine Joy+Horton vi.

    Whereas modern NetBSD does not have Sendmail any more, has nvi2, and supports access control lists. And of course under the covers has lots of things that the old BSDs didn't have, like UFS for TiB disc volumes and kqueue.

    I've heard tell that they're even thinking of finally doing away with BIND in base.

  • tosti 22 minutes ago

    What do you mean, it's as modern as a standard portable operating system gets.

kogasa240p 2 hours ago

Very nice, wonder what's the state of using NetBSD as a daily driver?

  • shrubble 2 hours ago

    Desktop use is probably the best option for daily driver, since almost everything on the motherboard has support, most likely.

  • guerrilla an hour ago

    Does it have Bluetooth, because OpenBSD still doesn't.

    • hamper653 3 minutes ago

      > OpenBSD still doesn't.

      It’s a choice.

    • Narishma 8 minutes ago

      OpenBSD removed the Bluetooth support they had due to security reasons.

    • clort an hour ago

      NetBSD has had Bluetooth for 20 years?

  • giancarlostoro 2 hours ago

    Nowhere near as Linux, some can be better than others.