This week on the show, we interview author Michael W Lucas to discuss his new book in the FreeBSD
This episode was brought to you by
Headlines
OpenBSD 5.9 Released early
Finished ahead of schedule! OpenBSD 5.9 has officially landedWe’ve been covering some of the ongoing changes as they landed in the tree, but with the official release it’s time to bring you the final list of the new hotness which landed.First up:Pledge - Over 70%! Of the userland utilities have been converted to use it, and the best part, you probably didn’t even noticeUEFI - Laptops which are pre-locked down to boot UEFI only can now be installed and used - GPT support has also been greatly improved‘Less’ was replaced with a fork from Illumos, and has been further improvedXen DomU support - OpenBSD now plays nice in the cloudX11 - Broadwell and Bay Trail are now supportedInitial work on making the network stack better support SMP has been added, this is still ongoing, but things are starting to happen802.11N! Specifically for the iwn/iwm driversIn addition to support for UTF-8, most other locales have been ripped out, leaving only C and UTF-8 left standing in the wakeAll and all, sounds like a solid new release with plenty of new goodies to play with. Go grab a copy now!***
New routing table code (ART) enabled in -current
While OpenBSD 5.9 just landed, we also have some interesting work landing right now in -CURRENT as well. Specifically the new routing table code (ART) has landed:“I just enabled ART in -current, it will be the default routing table backend in the next snapshots.
The plan is to squash the possible regressions with this new routing table backend then when we're confident enough, take its route lookup out of the KERNEL_LOCK(). Yes, this is one of the big steps for our network SMP improvements.
In order to make progress, we need your help to make sure this new backend works well on your setup. So please, go download the next snapshot and report back.
If you encounter any routing table regression, please make sure that you cannot reproduce it with your old kernel and include the output of # route -n show
for the 2 kernels as well as the dmesg in your report.
I know that simple dhclient(8) based setups work with ART, so please do not flood us too much. It's always great to know that things work, but it's also hard to keep focus ;)
Thank your very much for your support!”
There you have it folks! If 5.9 is already too stale for you, time to move over to -CURRENT and give the new routing tables a whirl.***
fractal cells - FreeBSD-based All-In-One solution for software development startups
Fractal Cells is a suite that transforms a stock FreeBSD installation into an instant “Startup Software Development Platform”It Integrates ZFS, PostgreSQL, OpenSMTPD, NGINX, OpenVPN, Redmine, Jenkins, Zabbix, Gitlab, and Ansible, all under OpenLDAP common authenticationThe suite is available under the 2-clause BSD licenseProvides all of the tools and infrastructure to build your application, including code review, issue tracking, continuous integration, and monitoringAn interesting way to make it easier for people to start building new applications and startups on top of FreeBSD***
LinuxSecrets publishes guide on installing FreeBSD ezJail
Covers all of the steps of setting up ezjail on FreeBSDIncludes the instructions for updating the version of the OS in the jailIn a number of places the tutorial uses:
> cat << EOF >> /etc/rc.conf > setting=”value”
Instead, use: sysrc setting=”value”It is safer, and easier to typeWhen you create the jail, if you specify an IP address, it is expected that this IP address is already setup on the host machineIf instead you specify: ‘em0|192.168.1.105’ (where em0 is your network interface), the IP address will be added as an alias when the jail starts, and removed from the host when the jail is stoppedYou can also comma separate a list of addresses to have multiple IPs (possibly on different interfaces) in the jailAlthough recently posted, this appears as if it might be an update to a previous tutorial, as there are a few old references that have not been updated (pkg_add, rc.d/ezjail.sh), while the start of the article clearly covers pkg(8)***
Interview - Michael W. Lucas -
[email protected] /
New Book: “FreeBSD Mastery: Specialty Filesystems”News Roundup
NetBSD on Dreamcast
Ahh the dreamcast, so much promise. So much potential. If you are still holding onto your beloved dreamcast hoping that someday Sega will re-enter the console market… Then give it up now!In the meantime, you can now do something more interesting with that box taking up space in the closet. We have a link to a GitHub repo where a user has uploaded his curses-based slide-show for the upcoming Fort-Wayne, Indiana meetup.Aside from the novelty of using a curses-based slide setup, the presenter will also be displaying them from his beloved dreamcast, which “of course” runs NetBSD 7The slide source code is available, which you too can view / compile and find out details of getting NetBSD boot-strapped on the DC.***
OPNsense 16.1.7 Released
captive portal: add session timeout to status infofirewall: fix non-report of errors when filter reload errors couldn’t be parsedproxy: adjust category visibility as not all of them were shown beforefirmware: fix an overzealous upgrade run when the package tool only changes optionsfirmware: fixed the binary upgrade patch from 15.7.x in FreeBSD’s package toolsystem: removed NTP settings from general settingsaccess: let only root access status.php as it leaks too much infodevelopment: remove the automount featuresdevelopment: addition of “opnsense-stable” package on our way to nightly buildsdevelopment: opnsense-update can now install locally available base and kernel sets***
“FreeBSD Mastery: Advanced ZFS” in tech review
Most of the tech review is finishedIt was very interesting to hear from many ZFS experts that they learned something from reading the review copy of the book, I was not expecting thisMany minor corrections and clarifications have been integratedThe book is now being copy edited***
Why OpenBSD?
Frederic Cambus gives us a nice perspective piece today on what his particular reasons are for choosing OpenBSD.Frederic is no stranger to UNIX-Like systems, having used them for 20 years now. In particular starting on Slackware back in ‘96 and moving to FreeBSD from 2000-2005 (around the 4.x series)His adventure into OpenBSD began sometime after 2005 (specific time unknown), but a bunch of things left a very good impression on him throughout the years.First, was the ease of installation, with its very minimalistic layout, which was one of the fastest installs he had ever done.Second was the extensive documentation, which extends beyond just manpages, but into other forms of documentation, such as presentations and papers as well.He makes the point about an “ecosystem of quality” that surrounds OpenBSD:OpenBSD is an ecosystem of quality. This is the result of a culture of code auditing, reviewing, and a rigorous development process where each commit hitting the tree must be approved by other developers. It has a slower evolution pace and a more carefully planned development model which leads to better code quality overall. Its well deserved reputation of being an ultra secure operating system is the byproduct of a no compromise attitude valuing simplicity, correctness, and most importantly proactivity. OpenBSD also deletes code, a lot of code. Everyone should know that removing code and keeping the codebase modern is probably as important as adding new one. Quoting Saint-Exupery: "It seems that perfection is attained not when there is nothing more to add, but when there is nothing more to remove".
The article then covers security mechanisms, as well as the defaults which are turned specifically with an eye towards security.All-in-all a good perspective piece about the reasons why OpenBSD is the right choice for Frederic, worth your time to read up on it if you want to learn more about OpenBSD’s differences.***
BeastieBits
Call for 2016Q1 quarterly status reportsFreeBSD Mastery: Advanced ZFS” sponsorships ending soonShawn Webb from HardenedBSD talking about giving away RPi3’s at BSDCan and hacking on them to get FreeBSD workingxterm(1) now UTF-8 by defaultCall For Artists: New Icon ThemeHappy 23rd Birthday, src!Feedback/Questions
Alison - Readahead and Wayland Kenny - Gear Ben - IPFW2/3 Brad - ZFS Writeback Simon - BSD Toonz***