More updates

There’s several bug fixes that have gone into DragonFly over the past few days, in an attempt to track down an odd bug. They’ve been committed to 5.6, too, so you can pick them up if you update.

I imagine this will turn into a 5.6.2 release, but not until we find the cause of the error mentioned in that link.

Lazy Reading for 2019/06/30

I’m going to be very busy over the next week, so I am not sure how consistent my posting schedule will be, or how much I will be able to build up for next weekend.  We’ll find out together.

In Other BSDs for 2019/06/29

Last minute, again.

Lazy Reading for 2019/06/23

Lots of topic range this week; no theme grew out – but that’s better in some ways!

In Other BSDs for 2019/06/22

Done at the last minute!

5.6.1 tagged and built

Shamelessly copied from my own users@ post: I tagged 5.6.1 and built it earlier today.  This version has a corrected sshd_config and fixes a lockup bug in ttm. The ISO should be showing up on mirror-master.dragonflybsd.org in the next 20 minutes or so, or you can rebuild using the normal process on an existing 5.6 system:

cd /usr/src
git pull
make buildworld
make buildkernel
make installkernel
make installworld
make upgrade

If you are still on 5.4 or earlier, you need to bring in 5.6 sources, which is noted in the 5.6.0 announcement.