A domain name change

The Digest is now located at dragonflydigest.com (or dragonflybsddigest.com if you are really into typing).  Everything else should be generally the same, and old links still work.  I’m only 8 or 9 years late in getting a real domain name attached…

Lazy Reading for 2014/09/07

I finished almost this entire thing just on September 1st.  I blame school season restarting.  Speaking of which, O’Reilly’s running a 50% off ebooks sale.

Your unrelated link of the week: the final answer on how to say GIF .  (video source – watch the outtakes, too.)

In Other BSDs for 2014/09/06

Why is it so warm out?  I want autumn to start.

Lazy Reading for 2014/08/31

A relatively trim list for the holiday weekend.

Your unrelated comics link of the week: “Horse.”  One of my favorite single panels of all time.

In Other BSDs for 2014/08/30

I went from 1 link to lots all in one night.

BSDNow 052: Reverse Takeover

It’s not about taxes, but reverse SSH tunnels.  Episode 052 is also an interview with Shawn Webb about ASLR in FreeBSD, along with the normal commentary and news.

They also catch BIND’s removal in FreeBSD and OpenBSD, but not in DragonFly, which I just realized I should have linked before.

New kernel and new target

You should perform a full world and kernel install if on master.

Several people (including me) have been getting bit by a problem: when performing an installworld with a changed kernel, the vn kernel module is loaded, but it was built by the previous kernel and may cause problems when it doesn’t match up.

To fix that, vn is now built in, instead of being a separate module.  The rescue initrd (which is what is being mounted when it has this problem) is now installed via a ‘make rescue‘ command that can wait until a successful installworld and reboot.