There’s a plugin for pkg, called pkg-provides, which will tell you what package(s) contain the filename you provide – installed or not. I didn’t even know pkg had a plugin system. Anyway, it works on DragonFly, as the author notes.
I haven’t been able to say this in a while, but: I like cross-pollination.
For anyone wanting to try out ipfw3, there’s now a rc script. Make sure to set up a rules file, or you’ll kill all incoming traffic.
DragonFly 5.2.0 has been released. Spectre/Meltdown mitigations are in there, along with improvements for HAMMER2, accelerated video, and ipfw. My users@ post has the details on upgrading, as does the release notes.
Losing power at home this week put a dent in my reading throughput, so to speak, but this will do.
- DragonFFI: FFI/JIT for the C language using Clang/LLVM. Not actually related to DragonFly or really BSD, but I like the synchronicity. (via)
- Simplifying Linux with … fish? Or BSD.
- New BSDMag issue – with a feature on OpenBSD Gaming. (via)
- Tarsnap pricing change.
- BSDCan 2018 schedule is up. Some people from my employer are going; I may too.
- DIY Hardware firewall on OpenBSD.
- OpenBSD 6.3 Released.
- Untangle vs pfSense.
- Nextcloud 13 on FreeBSD. (via)
- 32+ great indie games now playable on -current; 7 currently on sale! Rogue Legacy is fun, though I’ve only played the Windows version, not on any BSD.
- TrueNAS 11.1 – What’s New.
Shutdowns are a bit faster in DragonFly, thanks to the addition of a QUICKHALT shortcut. How much faster? It depends on what devices you have mounted, I suspect. I haven’t yet updated and tried.
Happy Almost Fool’s Easter Day! I have to be at work in a few hours, at 3 AM, so this is all I was able to find in the time I have.
- Re: door opening sensor HW for OpenBSD? (via)
- Userland PCI drivers. NetBSD. (via)
- A nice note about OpenBSD right on the Void Linux page. (see lower left.)
- 40 years BSD Mail – 1978-03-25 – 2018-03-25. (via)
- A Note on SYSVIPC and Jails on FreeBSD. (via)
- Boosting the NetBSD release handling. (via)
- How does DragonflyBSD compare to FreeBSD?
- OpenBSD 6.3 Retro Gaming Station with a microsoft sidewinder gamepad pro. Works great!
- Handling of daemon/gid/uid in application.
- The February 2018 iXSystems newsletter.
- Introduction to email (pt. 1): Email basics.
- FreeBSD Desktop – Part 1 – Simplified Boot.
- What’s a good BSD to start out with?
According to Tomohiro Kusumi, libfuse compiles on DragonFly. This is only one-half of the equation, however. Kernel-side FUSE needs to be ported in order to use FUSE-based filesystems, so there’s a project ripe for the taking…
I branched DragonFly 5.2 last night, and built a release candidate, which should be available at most any mirror by now. If no surprises turn up, the release should be this weekend or a little after, because of the holiday.
Welcome the newest committer to DragonFly: Aaron LI!
One of these links is a warning, but you won’t know until it’s too late.
- OPNSense 18.1.5 released.
- Happy 25th birthday NetBSD!
- NetBSD 7.1.2 out.
- Gaming on DFly.
- ed(1) is Turing-Complete. (via)
- Email Configuration for plan9 Acme on OpenBSD. (via)
- Dolch PAC 64.
- “SSH Mastery, 2nd ed” in hardcover.
- An Introduction to Jails and Jail Networking. (via)
- SCaLE 16x: Open is Still the Answer.
- BSDCan 2018 – selected talks. needs more DragonFly
BSDStats was in DragonFly as a default-to-disabled rc script. It’s been removed. It’s still available, and updatable, in the form of the dport. The bsdstats.org website should have more info about what it does. (though the site appears to be down right now)
If no surprises happen, the release candidate for DragonFly 5.2 will be built this weekend.
The first news item about pfSense is not necessarily new, but new to me.
- The next major release of pfSense is going to be significantly different. (other info)
- OpenBSD Gaming Resource,
PDFdocument from a previous comment here. - PkgsrcCon 2018. (via)
- What is your experience with Dragonfly as a user desktop?
- speaking at mug.org 10 April 2018.
- FreeBSD to be Featured at SCaLE 16x.
- 8 months with TrueOS. (via)
- This Tuesday at SemiBUG: QubeOS vs OpenBSD.
- NetBSD Spectre/Meltdown summary. (via)
- Not merging stuff from FreeBSD-HEAD into production branches, or “hey FreeBSD-HEAD should just be production”
- Quickly build and test applications across different BSD kernels with tonixxx.
- *BSD projects and Google Summer of Code.
- Broadcom 43xx 1.0 driver for MBP mid 2014.
- OPNsense 18.1.4 released.
Aaron LI wrote a tool to update a running DragonFly system from an existing image – release or snapshot. I haven’t tried it yet, but it’s very promising. It’s up on Github so if this gets you excited, you know what to do.
This is a sort of nice non-report report, cause EFI booting just works fine, as you’d hope/expect.
Sepherosa Ziehau presented on DragonFly’s network stack at the just-concluded AsiaBSDCon 2018. He posted a link to the badges, his paper, and his slides.
If you are using virtio drivers, there’s no longer a need for ‘device virtio_pci’ in your kernel config. It’s autoloaded as a dependency. If you run a custom kernel, remember to take it out. You’ll want to do that now if you’re on 5.1, or later at the next version upgrade if you are on 5.0.
The cdce(4) driver has been ported to DragonFly from FreeBSD, by Markus Pfeiffer. It’s for networking over USB, whether it’s USB on both ends or Ethernet on one.