Vincent DEFERT put the DragonFly handbook and other notes into epub format, and you can download them now.
As part of installing DragonFly, Jonathan Engwall happened to create a script to install every part of xfce4 that he wanted. I’m linking to it in case you want it too.
(xorg and web browser install not included)
For those of you who like csh, or are too lazy to switch away from it, it now includes the current directory in the prompt on DragonFly. Another of those “hey, this can still get updates?” moments for me.
This can’t wait for the In Other BSDs weekend: ChiBUG is meeting at Giordano’s, in Oak Park, 6 PM on the 11th. Go if you are anywhere near Chicago.
It’s odd to think this, but the process of swapping out something entirely from RAM perhaps doesn’t really apply any more (except for compatibility).
Both pf-badhost and unbound-adblock are now supported on DragonFly, as described in this post to users@ from Jordan Geoghegan. Other BSDs, too.
I didn’t know what sklearn was, but I know how to get it working on DragonFly, now.
If you’re looking to use jails, there’s been a brief discussion about them on users@, which will be useful if you want to install packages or figure out how the loopback address works.
Martin Ivanov has completed his multiboot + DragonFly tutorial. You can read his users@ post on it now, though it should show up in dragonflybsd.org documentation soon.
DragonFly 5.8.1 is released, a bugfix update for 5.8.0. The release tag commit has the list of changes, or you can go right to the release page. My users@ post has upgrade instructions.
Here’s a work in progress: Multiboot installs on DragonFly. Follow the thread for updates.
Charlotte Koch sent me this link some time ago and I’ve been remiss in not posting it: DragonFly through QEMU, using NVMM, on NetBSD.
This is I think not resolved yet, but here’s something I didn’t know: keeping Chromium from being tied into Google’s services is actually a build issue, not a settings issue. i.e. once it’s in binary form, you can’t opt out.
The Environment Quickstart document for DragonFly now has a HAMMER2 section.
Do you still reflexively type “shutdown -p now” to power down your computer? I haven’t been able to break that habit. A recent documentation commit reminded me that “poweroff” exists, even though I posted about it 7 years ago.
I’m posting now because it’s happening Wednesday and waiting for In Other BSDs on Saturday will be too late: the next FreeBSD Office Hours (livestream with Q&A) is happening on the 16th.
I tagged DragonFly 5.6.3, and built images. You should run 5.8, cause it’s the most recent, but this means there’s an image that captures all the last bugfixes in the 5.6 series. You can see them in the tag message if you are curious.
I moved the 4.x ISO/IMG release files for DragonFly out to an existing “older” directory. If you’re looking for a old release image, it’s available via the web.
Note that it’ll be a few hours until this change filters through to the mirrored directories. The 4.x images are all older than 2 years, so this is of most benefit to mirror sites.
If you follow the upgrade instructions in my 5.8 update post, there is one ‘gotcha’. If your copy of /usr/src was downloaded using “make src-create-shallow”, you will not have any git history – or any branches other than 5.6.
The easy, cheesy way to fix it is to remove /usr/src, then type “make src-create” in /usr, and proceed from there. There’s probably a way to edit in the other branches, but I haven’t tried it yet. I’m counseling the brute force method for now.