BIND version 9.5 has reached End of Life status. In fact, it did it some time ago. However, net/bind95 in pkgsrc has just been deleted. Update to 9.6/9.7, if you still had9.5 in place.
This is one of those scenarios that I’m noting because it might bite someone, some day: if your root partition is encrypted, you can’t fit in a different keymap. However, kernel options to build in a different keymap will fix this issue.
If you’ve ever installed pkgsrc packages from source, you probably typed ‘bmake install’. There’s a ‘bin-install’ target that will use binary packages if they are available, but you have to set the appropriate environment variables to do so.
It’s now much easier, on DragonFly. If you have pkgsrc-current as of yesterday or later, or pkgsrc-2011Q1 when it arrives, you can type ‘bmake bin-install’ for a pkgsrc application and it will download the binary package automatically, if it’s available, and build from source if it’s not.
This is a setup I’ve wanted for a while – the speed of a binary install, plus a fallback if the binary isn’t available.
If you’re using the binary pkgsrc package installer pkgin, version 0.4 is available for testing.
They’re finally uploaded! See my rather lengthy post about it on users@ for all the details.
Chris Turner went off into some extra detail on how the rc system works, with extra links for anyone interested in some history.
Matthew Dillon’s made some changes that will speed up the booting process for people with a ridiculous amount of memory, like 64G. This is x86_64 only, but that should not be a surprise if you think about it.
Due to a crash yesterday on git.dragonflybsd.org, the Git repo was not up to date, briefly. It’s been fixed. This will only really matter if you’re running bleeding-edge DragonFly and rebuilt your system in the last 24 hours or so.
I’ve had the bulk builds of pkgsrc-2010Q4 finish on 2.9 systems, for i386 and for x86_64. The uploads for 2.9/x86_64 seem to have completed…
‘file’ has been updated to version 5.05 by Peter Avalos. file(1) is one of those utilities that I forget is a contributed, external piece of software, even though it’s been in Unix since 1973.
(file is one year older than me!)
Sourceforge had/has a security problem, so they’ve turned off some services until it’s fixed. However, anything planning to download from Sourceforge will be affected, so some packages in pkgsrc may not be able to build for … a day or two?
Tim Bisson posted new network tests contrasting the virtio driver against emulated re(4) in virtual environments. Previously, the virtio driver performed worse, but a more developed test suite seems to deliver more positive results.
Samuel J. Greear has written a summary of DragonFly’s experience with Google Code-In 2011, noting that the students tacked harder projects than expected, and relatively easy documentation projects were less popular than expected. He has hard numbers on tasks done, too.
I think this article holds the “number of hyphens in a title” record for this blog.
The pkgsrc-2010Q4 branch is now available in DragonFly’s git repo, via ‘git checkout pkgsrc-2010Q4’ in /usr/pkgsrc. Enjoy!
Google Summer of Code is happening again! (FAQ, timeline) Of course, DragonFly will be applying to participate as a mentoring organization again this year. The last several years have all been fruitful with completed projects and new developers, so it’s worth the effort.
Tim Bisson and others put together a virtual network driver for DragonFly, based on FreeBSD’s version. Strangely, the emulated re(4) driver performed better, though their initial test was pretty minimal. The already existing DragonFly virtual block device driver is still based on NetBSD’s version. There are some positive side effects from bringing in this work, in any case.
Sepherosa Ziehau is planning to get rid of ipfilter. It’s one of 3 firewall-ish programs in DragonFly right now, along with ipfw and pf. Currently, pf is getting the most attention with Jan Lentfer’s porting work, though npf is also on the horizon. However, ipfilter is currently in use at nfrance.com, so its removal may be on hold until it can be shown that ipfw or pf can stand in for it. It looks like it will work out.