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.

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.

OPIE removal in DragonFly-master

OPIE was disabled recently in DragonFly.  Now that the 5.6 release is out, it has been removed.  This may require manual intervention if you are on DragonFly-master (i.e. 5.5. or 5.7) and update in the next day or two.  This need to fiddle with it will go away soon with changes to ‘make upgrade’; I will mention it when I see it.

This won’t affect anyone running 5.4 or 5.6.  It’s only in development.