Due to a typo, now fixed, in the disklabel man page, the Installer for DragonFly 1.0A used a too-large fragment size for disks larger than 1G. You may run out of inodes depending on the size of your disk and the number of files you have on it. Matthew Dillon suggested this temporary workaround when installing, until the Installer is changed.
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.
Matthew Dillon has updated cvs
to version 1.12.9, for reasons listed in the commit message.
Joerg Sonnenberger has added the re(4) network device to the GENERIC kernel.
Matthew Dillon posted that he has made changes allowing a laptop to boot on non-AC power.
I’ve finished converting the FreeBSD Handbook over; it’s not currently built into the DragonFly website, though it’s available on my build machine.
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’.
David Rhodus updated pkg_install
to deal appropriately with the name “1.1-CURRENT” for those with very new systems.
Scott Ullrich committed OpenSSH 3.8.1.p1 into the base system today. You will need to do a full makeworld/buildworld to upgrade.
Incidentally, congratulations to Scott Ullrich on getting a ‘commit bit’, meaning he can now add code directly to the project. You may know Scott from his previous work on the Installer.
Jonas Sundstrom posted a link to a site about real dragonflies, noting they do not bite or sting. Alexander Leidinger also posted a link to a German site.
(I will note I’ve been rammed in the head by dragonflies – that, you notice.)
Matthew Dillon has added NDIS support, enabling a variety of network cards on DragonFly. (This is also known as “Project Evil”) He also added a README describing how to get a Windows driver working.
During a conversation about ssh, ‘esmith’ pointed at a HOWTO on tcpwrappers. (It’s a Mac site – how strange!)
Matthew Dillon noted that a full make buildworld/kernel and installworld/kernel is needed on the next update, due to a number of changes he has made.
If you haven’t updated recently to catch the scheduler changes, you may want to do this in any case.
Matthew Dillon commited the start of MBUF/cluster accounting, plus some LWKT changes to accomodate NDIS.