Archive for August 2006

08/31/2006
A rant for NetBSD

Charles M. Hannum, one of the originators of the NetBSD project, posted what I’ll call a rant about the state of NetBSD; he wants NetBSD to lead system development and he blames the organizational layout for slowing development.

It appears he wants to return to the less complex organization of the early days of NetBSD; I don’t think that’s relevant in this stage of NetBSD’s development.   (Is NetBSD the oldest existing open source operating system project?)

08/30/2006
UnixReview.com: reviews

It’s a sparse week on UnixReview.com, this week: 2 book reviews, one of “C++ Standard Library Extensions” and the other of “Linux Phrasebook“.

Character encoding

A recent users@ conversation about using UTF-8 and other character encodings has some interesting tidbits.

Help out everyone

Joerg Sonnenberger regularly builds binary packages for pkgsrc, for DragonFly, in parallel. This eats up a lot of disk and RAM.

He could use another 2 Gb of DDR2 RAM. This would greatly speed up builds. Got spare RAM or cash? Please help, (he’s at joerg@britannica.bec.de) as this benefits every DragonFly user. (And to a lesser extent, every pkgsrc user.)

08/29/2006
New pf book

Jeremy C. Reed has put together a new book on the pf packet filter, originally from OpenBSD but now found in all the BSDs, including DragonFly.  It’s available from his website.

BSD Installer backlog

The BSD Installer mailing list currently has no online archive, but it’s possible to retrieve past mailings by mailing to discussion-get.x_y@bsdinstaller.com where x and y are the number of the first and last message you want to retrieve. discussion-help@bsdinstaller.com is also available.  (Thanks, Chris Pressey)

08/28/2006
Many paths

Something I knew:  You can set the environment variable PKG_PATH to the URL where binary pkgsrc packages are located, and pkg_add will automatically fetch from there.

Something I didn’t know: you can have multiple sites listed, as Petr Janda explains.

08/27/2006
nfe(4) supported

Sepherosa Ziehau has ported nfe(4), support for NVIDIA PCI ethernet adapters, from OpenBSD, with some changes and improvements.

08/26/2006
BSDCenter: IPFW

ONLamp.com has a new article up: IPFW, which is one of the several firewalls present in DragonFly and other BSDs.

08/23/2006
ppp bug; fixed

A memory overrun issue in ppp has been discovered in NetBSD which also applies to DragonFly. It’s been fixed, thanks to Joerg Sonnenberger.  It’s also found in FreeBSD (fixed) and OpenBSD (no fix yet that I know of.)

CCMS beginning

The Cache Coherency Management System, a fiendish system which will allow crazy things like mapping memory across multiple machines, mentioned before, has been started.

08/22/2006
Microkernelissue

The somewhat perennial discussion of microkernels came up again on kernel@; start at the beginning to read the generally useful conversation.

08/21/2006
Getting Flash to work

Another how-to for today: two ways to get Flash working: Handbook method and Wiki method.

AsiaBSDCon 2007 announced

According to a recent announcement, the second AsiaBSDCon will be held on March 8-11, 2007, in the University of Tokyo, Japan.  Papers are already being solicited.

Multichannel sound

A question about multiple sound sources playing leads to this solution, which may require manual sound device assignment, though it’s not that bad.  Better solutions are possible.

08/20/2006
Handbook updated

I’ve updated the online version of the Handbook to include the last 2 months of changes.  (Available as PDF and text too.)

Digest by mail, too?

If there was a mailing list that had regular summaries of the posts on here, would it be useful to you? If so, would you want it daily? Weekly?

Ian R. Stephenson suggested this, and I’ve had more people than I expected agree.

08/18/2006
What to do with your DragonFly system

Something I wrote myself: things you can do with a headless computer running DragonFly.

Other ways to install

As part of a conversation about headless installation, Bill Hacker describes the old-fashioned way, Simon ‘corecode’ Schubert mentioned the ‘Pre-Flight Installer‘, and Matthew Dillon described how he uses rconfig.

08/17/2006
Everyone likes higher version numbers

The modular version of xorg is predicted to be in pkgsrc in October.

For those needing an explanation: We currently have the ‘monolithic’ version.   The modular form breaks the build of xorg into parts that can be updated separately, and will be the form used for future versions.