FreeBSD Archive

FreeBSD 5.2 Released

FreeBSD 5.2, the latest in the 5.x development series has been released and is now available from the master server and should appear at mirrors shortly. New features include ACPI 2.0, a much refined ATAng, a new swap pager providing improved throughput and many other changes. For the UI-inclined users, GNOME has been updated to version 2.4.1 and KDE to 3.1.4.

FreeBSD: NetFlow Records, Interrupt API change, Vinum & GEOM

This article discusses how to get your FreeBSD system to act as a NetFlow probe exporting records to a collector. Elsewhere, FreeBSD Release Engineering Team's Scott Long says that at the September DevSummit, Peter Wemm proposed changing the device driver API so that interrupt routines return an INT instead of a VOID, while FreeBSD's Greg Lehey discusses the future of Vinum and GEOM on FreeBSD. Greg says that with the advent of GEOM, there may be some overlap with the features and functionality offered by Vinum. On the other hand, GEOM and Vinum do some things not only differently but in an incompatible manner.

Simple FreeBSD Installation Yields Functional Desktop System

"The FreeBSD installation process requires what many Windows users would likely call "a lot of command-line interaction." Coming from a Windows environment to something like FreeBSD takes a bit of getting used to, if you have to install the operating system yourself. If you're slightly above average in experience, I'd say go for it; you'll like it, and you should have no trouble to speak of." Read the installation overview at NewsForge.

Desktop FreeBSD Part 2: Initial Setup

There are several tasks to which we must attend before actually making use of our freshly installed FreeBSD system. Immediately upon reboot, you will find yourself in the console. While it is possible to setup and use the graphical login managers -- kdm, gdm or others -- it is important to note that this uses extra resources. One of our assumptions is that you might not have all that excess horsepower, so we'll stick with the console login for now. Read more at OfB.biz.

FreeBSD Remote Install

"Any systems around the world have been possessed by penguins and dead rats. It would be nice to exorcize these evil spirits, but this can be difficult without physical access to the machines in question. Thanks to a new depenguinator, it is now possible to upgrade Linux systems to run FreeBSD 5.x without requiring anything more than an SSH connection." Read it here.

FreeBSD 5.2-RC2 Released

The latest of the FreeBSD 5.2-RCx series has been released. FreeBSD 5.2-RC2 fixes a showstopper filesystem bug that could occur when using soft-updates. Get it now from the main ftp server or try one of the mirrors. Promptly report any bugs you find as this is likely to be the last release candidate.

FreeBSD: High-performance Computing Cluster; SNMP and RRDTool

This is an interesting article on how a 300 node cluster was built, using FreeBSD. A nice bonus with the article is that it has a list of major vendor that work with FreeBSD. Elsewhere, if you ever wanted to graph your network traffic, disk usage, system load, or anything else about your network, servers or workstations, then RRDTool is your best friend and SNMP is it's very sexy spouse. Between the two you can collect data on almost element in your network, either local or remote, and graph it almost any way you want. Read the paper here.

FreeBSD 5.2-RC1 Released

FreeBSD Release Engineering Team's Scott Long has uploaded ISO images and FTP install bits for FreeBSD 5.2-RC1. i386, alpha, and pc98 are available now, amd64 will be available shortly, and sparc64 will be available shortly. Testing focus for 5.2-RELEASE relates to PCM locking and performance issues, ATA driver improvements, GPT support for sysinstall, ATAng disk corruption issues, SMP and random_harvest panic, vinum data corruption, ACPI kernel module and reported NFS failures.

Desktop FreeBSD Part 1: Installation

What follows is a tutorial aimed specifically at the ordinary desktop user interested in getting started with FreeBSD. Ed provides an easy to understand guide through FreeBSD's Sysinstall installer in part one of this series. Read the full story at OfB.biz.

New i386 Interrupt and SMP Code on FreeBSD

FreeBSD's John Baldwin says he will be committing some very significant changes to the i386 interrupt and SMP code for FreeBSD. Some new features include runtime selection of using the I/O APICs or the AT PICs to route interrupts; SMP can now be enabled in GENERIC kernel and the SMP kernel config is no longer necessary. His new code can largely be pulled over to amd64 to support APICs and SMP based on that architecture.

FreeBSD: 5.2-Release Todo

Robert Watson posted another bi-weekly version of the FreeBSD 5.2 open issues list, slightly restructured. At this time, there are four "show stopper defects" listed: panics when building ata-raid arrays, ATAng crashdump causes disk corruption, pipe/VM corruption on Alpha, and lingering PSE instability. There are only 5 issues left of on the "required features" list: KSE support for sparc64, KSE support for alpha, Fine-grained network stack locking without Giant, MAC framework devfs path fixes, and ACL_MASK override of umask support in UFS.