Archive for January 2006

01/31/2006
UnixReview: certification, certification

UnixReview.com this week has an ‘examination’ of the CISA and CISM certifications, plus an article about the relative value of certifications.

Parallel routes in, CCMS next

Matthew Dillon has added the new parallel routing code; expect some destabilization if you are running bleeding-edge code. His near-term plans are also posted, which include a start on the Cache Coherency Management System, and preliminary work to support ZFS.

01/30/2006
Fetch the canopener!

David Rhodus needs to read Excel files. Joerg Sonnenberger is fixing up OpenOffice 2 and Gnumeric in pkgsrc to work, while Eli Green suggests the program antiexcel.

Another way to see source

Csaba Henk posted a link to Sun’s OpenGrok source code search engine. He’s got a version running at http://dragonfly.creo.hu/source.

This makes me think of two things: 1: Sun’s sure putting out a lot of neat stuff and 2: I always hated Stranger In A Strange Land.

01/27/2006
UnixReview: IPv6, Rexx

UnixReview.com this week has only two articles: a book review of “Running IPv6” and “Regular Expressions: Rexx Still Going Strong“.

NetBSD report, too

The NetBSD quarterly report (that seems to cover a half instead of a quarter; July - December 2005) is out. It covers their new logo, their new releases, new developers and ports, etc. Also, DragonFly’s adoption of pkgsrc is mentioned, along with the fact that Joerg Sonnenberger is more or less responsible for over 3,000 of the successful pkgsrc builds on DragonFly.

01/26/2006
FreeBSD Q4 status report out

The fourth quarter Status Report for FreeBSD is out. Among other items of interest, the report contains links to two recent presentations at EuroBSDCon: New Networking Features in FreeBSD 6.0 and Optimizing the FreeBSD IP and TCP Stack (both links are PDF files). Also, OpenBSD’s dhclient has replaced ISC’s dhclient, and efforts to port DragonFly’s variant symlinks.

For entertainment value, there’s also the FreeBSD/XBox port, which is close to having network support. There’s now a FreeBSD list of available work for volunteers; there’s a number of DragonFly items on there.

Update: PDF links fixed, thanks to Joe “Floid” Kanowitz.

01/25/2006
Got spare money?

David Rhodus brought up the idea of bounties for DragonFly. Would you pay money for certain one-off programming projects?

Update: Matthew Dillon doesn’t care for it, which makes it unlikely to happen.

Entropy really does increase

Matthew Dillon has fixed DragonFly’s low entropy problem.

01/24/2006
Upgrading pkgsrc

From recent discussion on the users@ mailing list: pkg_chk is a known method for upgrading pkgsrc packages; the problem with it is that it removes existing packages, builds the new versions, then installs them. It has problems; this leaves a system without software for the length of the build time, and if a build dependency fails, the previously installed software is not restored. There are other solutions. There’s pkgmanager, or using a jail/chroot environment to build binary packages and then install using those, which the not-yet-ported pkg_comp can help with.