Matthew Dillon posted about the start of work on the new VFS subsystem.
dragonflybsd.org will be going though some upgrades soon, as Matthew Dillon noted in a recent post. Notably, leaf.dragonflybsd.org is going to be an AMD64 machine.
The qt33 override is gone; TrollTech has incorporated Joerg Sonnenberger’s patches.
dragonflybsd.org is now back on a T1, with a slightly better connection. So, now you don’t have to use the mirrors, though you should.
Matthew Dillon mentioned something of how well programming is going, and how close we are to a major step in the networking cleanup.
There’s a review of DragonFly 1.0A over at Newsforge by Jem Matzan of The Jem Report. It has valid points (Using the ports system is a hack) and some invalid ones (The reviewer wouldn’t benchmark with SMP off.)
Joerg Sonnenberger has a x.org port that uses the same layout as the FreeBSD port, available for testing.
Adam Kirchoff noted his computer would have trouble when he hooked up a USB2 CDROM; Matthew Dillon followed up by pointing out EHCI (the subsystem that deals with USB2) is somewhat troublesome, though UHCI (USB1) should work fine. (I’m linking to the start and end of the thread.)
‘walt’ used the x.org port mentioned earlier, and came up with some additional notes on installation.
Matthew Dillon added a handler to adjust the CPU throttle when power is removed. (As when you go to battery on a laptop – obviously, this wouldn’t help a desktop model.)
When CVS was updated, mails to the Commit mailing list/newsgroup were broken, leading to a lot less traffic over the last 24 hours. It appears to now be fixed.
Seen on Blue’s News: a page describing the process of getting Doom 3 to run under WineX. If/when Linux binaries come out for Doom 3, this may be more feasible to run on DragonFly.
(Missed this, initially) Richard Nyberg has made Arla able to run on DragonFly, with the latest snapshot. Heimdal, in base, needs to be updated too, for which he has submitted a patch.
James L. Davis has created a new version of the x.org package that correctly deals with the mouse and with TrueType fonts.
If you haven’t heard of what xorg is, visit freedesktop.org and see – it’s a de facto/drop-in replacement for XFree86. It’s not a significantly different package at this point, but it may be, by the next release.
Slow news in the past 24 hours or so, so I’ll post about Dru Lavigne’s always entertaining column, of which the most recent version has a good collection of links.
If your laptop running DragonFly doesn’t want to boot while on battery power, try this in /boot/loader.conf
:
set debug.acpi.disabled="acad thermal"
Taken from a suggestion by YONETANI Tomokazu.
Martin P. Hellwig found that Java Web Start did not work on DragonFly; the fix is to find $USER/.java/.deployment/deployment.properties
and
change ‘FreeBSD’ to ‘DragonFly’.
During a conversation about ssh, ‘esmith’ pointed at a HOWTO on tcpwrappers. (It’s a Mac site – how strange!)
There were a few problems with the recent 802.11 commits; they appear fixed, but doing a make quickworld
will probably not complete. Try a make buildworld
on your next update, and it should sail through clearly.
Erik Paulsen Skaalerud now has daily snapshots of source and dfports available on his site. If you are setting up a new DragonFly install, this shortcuts having to update via CVSup.