This week on the show, we will be interviewing GNN of the FreeBSD project to talk about the new TeachBSD initiative. That plus the latest BSD headlines, all coming your way right now!
This episode was brought to you by
Headlines
FreeBSD 10.3-RELEASE Announcement
FreeBSD 10.3 has landed, with extended support until April 30, 2018This is likely to be the last extended support release, as starting with 11, the new support model will encourage upgrading to the latest minor version by ending support for the previous minor version approximately 2 months after each point release. The Major version / stable branch will still be supported for the same 5 year term. This will allow the FreeBSD project to move forward more quickly, while still providing the same level of long term supportThe UEFI boot loader is much improved, and now supports booting root-on-ZFS, and the beastie menuThe beastie menu itself has been updated with support for ZFS Boot EnvironmentsThe CAM Target Layer (CTL) now supports High Availability, allowing the construction of much more advanced storage systemsThe 64bit Linux Emulation Layer was backportedReroot support was added, allowing the system to boot off of a minimal image, such as a mfsroot and then reload all of userland from a different root file system (such as iSCSI, NFS, etc)The version of xz(1) has been updated to support multi-threaded compressionsesutil(8) has been introduced, making it easier to manage large storage nodesVarious ZFS updatesAs usual, a huge number of driver updates are also included***
How to use OpenBSD with Libreboot: detailed instructions
This tutorial covers installing OpenBSD on a Thinkpad X200 using Libreboot, a replacement for the traditional BIOS/firmware that comes from the manufacturer“Since 5.9, OpenBSD supports EFI boot mode, which means that it also have had to support framebuffer out of the box, so lack of proprietary VGA BIOS blob is no longer a problem and you can boot it with unmodified Libreboot binary release 20150518.”“In order to install OpenBSD on such a machine you will need someadditional preparations, since regular install59.fs won't work because bsd.rd doesn't have a framebuffer console.”A few extra steps are required to get it going, but they are outlined in the postThis may be very interesting to those who prefer not to depend on binary blobs***
Linking the FreeBSD base system with lld -- status update
The FreeBSD Foundation’s Ed Maste provides an update on the LLVM mailing list about the progress of replacing the GNU linker with the lld in the FreeBSD base system“I'm pleased to report that I can now build a runnable FreeBSD system using lld as the linker (for buildworld), with a few workarounds and work-in-progress patches. I have not yet extensively tested the result but it is possible to login to the resulting system, and basic sanity tests I've tried are successful. Note that the kernel is still linked with ld.bfd.”Outstanding IssuesSymbol version support (PR 23231). FreeBSD uses symbol versioning for backwards compatibilityLinker script expression support (PR 26731). The FreeBSD kernel linker scripts contain expressions not currently supported by lldLibrary search paths. GNU LD automatically searches /lib, and lld does notthe -N flag makes the text and data sections RW and does not page-align data.It is used by boot loader components.
The -dc flag assigns space to common symbols when producing relocatable output (-r). It is used by the /rescue build, which is a single binary assembled from a collection of individual tools (sh, ls, fsck, ...)-Y adds a path to the default library search path. It is used by the lib32 build, which provides i386 builds of the system libraries for compatibility with i386 applications.With the ongoing work, it might be possible for FreeBSD 11 to use lld by default, although it might be best to wait to throw that particular switch***
Your favorite billion user company using BSD just flipped on encryption for all their users -- and it took 15 Engineers to do it
With the help of Moxie Marlinspike’s Open Whisper Systems, WhatsApp has integrated the ‘Signal’ encryption system for all messages, class, pictures, and videos sent between individuals or groupsIt uses public key cryptography, very similar to GPG, but with automated public key serversIt also includes a system of QR codes to verify the identity of individuals in person, so you can be sure the person you are talking to is actually the person you met withWhatsApp runs their billion user network, using FreeBSD, with only about 50 engineersOnly 15 of those engineers we needed to work on the project that has now deployed complete end-to-end encryption across the entire networkThe Wired article is very detailed and well worth the read***
Interview - George Neville-Neil -
[email protected] / @gvnn3
Teaching BSD with Tracing
News Roundup
Faces of FreeBSD 2016: Scott Long
It’s been awhile since we’ve had a new entry into the “Faces of FreeBSD” series, but due to popular demand it’s back!This installment features developer Scott Long, who currently works at NetFlix, previously at Yahoo and Adaptec.Scott got a very early start into BSD, first discovering i386BSD 0.1 on a FTP server at Berkeley, back at 1992. From there on it’s been a journey, following along with FreeBSD since version 1.0 in 1993.So what stuff can we blame Scott for? In his own words:I’ve been a source committer since 2000. I got my start by taking over maintainership of the Adaptec ‘aac’ RAID driver. From 2002-2006 I was the Release Engineer and was responsible for the 5.x and 6.x releases. Though the early 5.x releases were not great, they were necessary stepping stones to the success of FreeBSD 6.x and beyond. I’m exceptionally proud of my role in helping FreeBSD move forward during that time.
I authored and maintained the ‘mfi’ and ‘mps’ storage drivers, the ‘udf’ filesystem driver, and several smaller sound and USB drivers. I’ve maintained, or at least touched, most of the storage device drivers in the system to some extent, and I implemented medium-grained locking on the CAM storage stack. Recently I’ve been working on overall system scalability and performance.
ASCII Flow
A website that lets to draw and share ASCII diagramsGreat for network layout maps, rack diagrams, protocol analysis etcUse it in your presentations and slidesSample ***
System Under Test: FreeBSD
Part of a series looking at testing across a number of projectsOutlines the testing framework of FreeBSDProvides a mini-tutorial on how to run the testsThere are some other tests that are now covered, but this is due to a lack of documentation on the fact that the tests exist, and how to run themThere is much ongoing work in this area***
Worst April Fools Joke EVER!
While a bad April Fool’s joke, it also shows some common misconceptionsThe FreeBSD Foundation does not own the source repository, it is only the care taken of the trademark, and other things that require a single legal entityOpenBSD and NetBSD are not ‘sub brands’ of FreeBSDBash was not ported to Windows, but rather Windows gained a system similar to FreeBSD’s linux_compatIt would be nice to have ZFS on Windows***
Beastie Bits
Credit where credit's due...
M:Tier's OpenBSD packages and binpatches updated for 5.9
NYC BUG Meeting (2016-04-06) - Debugging with LLVM, John Wolfe
Need to create extremely high traffic loads? kq_sendrecv is worth checking out
If you're in the Maryland region, CharmBug has a meetup next week
How to get a desktop on DragonFly
Linux vs BSD Development Models
Feedback/Question
Paulo - ZFS Setup Jonathan - Installation Andrew - Career / School