NetBSD 7.0 Released (netbsd.org) 58
An anonymous reader writes: After three years of development and over a year in release engineering, NetBSD 7.0 has been released. Its improvements include added support for many new ARM boards including the Raspberry Pi 2, major improvements to its multiprocessor-compatible firewall NPF, kernel scripting in Lua, kernel mode-setting for Intel and Radeon graphics chips, and a daemon called blacklistd(8) which integrates with numerous network daemons and shields them from flood attempts.
NetWho? (Score:1)
Choosing NetBSD over FreeBSD or OpenBSD is like being offered a free soda and asking for Shasta Cola over Coke or Pepsi.
Things go better with FreeBSD (Score:1)
Nice analogy. Thanks for equating FreeBSD with Coke!
Re: (Score:2)
Yeah. Unfortunately, it's New Coke. Not the good stuff made with cocaine.
Re: (Score:2)
I am a known troll, but I'm also correct.
Re: (Score:2)
I use OpenBSD because it's simple, and they continually improve the _existing_ software.
Existing software like LibreSSL [libressl.org]? (OpenBSD rewrite of OpenSSL)
Or OpenSMTPD [opensmtpd.org]? (OpenBSD rewrite of an MTA)
Or maybe something simpler, like doas(1) [openbsd.org]? (OpenBSD rewrite of sudo)
Lots of newly-written software in OpenBSD. These are only three examples i could readily think of, and they're all fairly recent.
I guess your notion that NetBSD is bleeding edge is based on similar bizarre views.
Re: (Score:1)
speaking of opensmtpd... [mail-archive.com]
Re: (Score:2)
author of that is behind the times, major cleanup and consolidation of smtpd just done, for those that use it. Or course, OpenBSD runs the other heavyweights
Re: (Score:2)
The project now is fine, end of story
Re: (Score:2)
continually improve the _existing_ software.
I'll just leave this slide of a presentation by Theo here [openbsd.org]
"Disruptive innovation is encouraged"
Re: (Score:1)
I'm actually getting to like GhostBSD and would like it even more if I could get Opera working on it. It's really stable seemingly and I've found it to be quite zippy. Right now I am still just using it in a VM but I really want to install it and start using it as my main OS on a regular basis, at least for a while. I just seem too attached to Opera to make the switch. I know... I know...
Re: (Score:2)
However, I simply couldn't get [FreeBSD] to run on my Raspberry Pi. Apparently there's some compatibility problem with my SD card. Oh well...
Yes, try a different SD card. I'm running FreeBSD 10.1-RELEASE on a Model B, it's exceptionally stable:
$ uname -a
FreeBSD dbgpi.localdomain 10.1-RELEASE FreeBSD 10.1-RELEASE #0 82c1d26(freebsdpi): Tue Dec 2 04:13:10 CET 2014 root@pi.localdomain:/usr/obj/usr/src/sys/RPI-B arm
$ uptime
12:00AM up 187 days, 15:26, 2 users, load averages: 0.33, 0.15, 0.07
so I'm hoping that I'll get [NetBSD] to run on my Raspberry Pi soon.
Works equally well (this is my wifi AP and kitchen sink):
$ uname -a
NetBSD pi.localdomain 7.99.20 NetBSD 7.99.20 (PIKERN) #0: Wed Aug 5 04:37:30 CEST 2015
Re: (Score:2)
I haven't used NetBSD in years, but one of its selling points was portability. Perhaps portability is less relevant in our more homogenous world, but it still has a place.
My favorite OS for 'just getting it done' (Score:3)
When I have a headless server/networking task to do, and don't want a side order of drama with my OS, NetBSD is my favorite way to just get it done.
Re: (Score:2)
Nothing happened? Have you tried Debian? I imagine Gentoo also won't make you install anything you don't want, but I haven't used it in years.
Re: (Score:2)
Yep, ran NetBSD for about a *decade* on an Alpha 21164 acting as my personal server and firewall. Totally solid.
And all three users cheered... (Score:2)
Re: (Score:2)
*cheer*
Now with systemD (Score:5, Funny)
Just kidding
Re: (Score:2)
Good. Otherwise we would have to burn it and start over....
blacklistd.conf? (Score:2)
Blacklistd looks like a great idea but I checked out the syntax in blacklistd.conf and I think it could use some work.
I could see lots of admins getting bitten by "nfail=*" meaning never. To me, that name or a '*' isn't the right choice. Security config files absolutely must be unambiguous to people aren't going to read the manual. Cron has a similar syntax and I've seen several cases were a simple change to a crontab resulted in a 5 star screwup that ran something 1440 times a day.
Re: (Score:2)
Security config files absolutely must be unambiguous to people aren't going to read the manual.
People who aren't going to read the manual are unlikely to get their security right, blacklistd or not.
Security-aware admins do read the manual.
Cron [...] 5 star screwup
Well put
What does FBSD & OBSD not have... (Score:2)
Re: (Score:2)
Openbsd uses PF.
Yes.
(NetBSD uses npf as of late, formerly ipfilter)
FreeBSD uses pfSense.
No.
FreeBSD has both ipfilter and pf available.
pfSense is FreeBSD, and probably uses pf
Re: (Score:2)
Let's see... NetBSD offers much better performances than OpenBSD, and performances that are sometimes even better than FreeBSD. It's also a smaller installation than either FreeBSD or OpenBSD: the base installation of NetBSD is simply ridiculously small.
It offers npf (the NetBSD packet filter), which is a fully-SMP capable version of pf, with a much more modern syntax than pfSense (which runs an oooooold version of OpenBSD pf). And, in general, its SMP support seems to be much better than OpenBSD and on a p
congratulations (Score:1)