FreeBSD 5.3-BETA3 Available
hugo_pt writes "FreeBSD 5.3-BETA3 has just hit the ftp/cvsup servers. This new beta aims at correcting some known bugs from BETA2, mainly on ACPI and the schedules.
It also improves several system utilities, such as bsdtar.
More details available here
FreeBSD 5.3-RELEASE is expected October 3rd."
Try FreeBSD 5.3 when it's out. If you can't wait almost a month, give a go to 5.2.1. It will be painless to upgrade to 5.3.
:)
The STABLE branch is, as it's named, quite stable, but it doesn't have the new scheduler (ULE), and stuff like that. If you're looking for a desktop experience, try the most recent 5.x release, if you're looking for a server, I advise you to take a peek at 4.x.
But if you're looking to find the ultimate desktop, you can look somewhere else. I've been a long time FreeBSD user and I recently tried Fedore Core 2, and I'm in awe with the integration supplied.
FreeBSD is the ultimate server Operating System, but the ports team, in general, still can't match the level of integration provided by vendors like SuSE and RedHat (even Mandrake, for that matter), so keep your hopes low. On the other hand, the ports system really lifts any problem with dependencies, and everything. The package management facility is, in my humble opinion, much better than anything else I've seen.
Nevertheless, give it a shot, it won't hurt. Just don't think you'll have the ultimate desktop waiting for you.
By the way, FreeBSD is currently on ports freeze, which means no new ports will be added, in order to concentrate all of the resources in making sure every port builds as it should. Usually, several dozens of ports are added each day, but while the freeze lasts, only port fixes will be committed.
Have fun!
Well, I don't think quite so. Not because I think bsdtar has no technological merit. I've got good reason to believe so, because gtar is known to be not very good.
/etc/alternatives option in Debian for tar, where it would integrate nicely! But Debian is always more flexible and open in a lot of respects (Debian GNU/BSD anyone? ;) ) than other distribs.
The crdrecord guy rewrote gtar, because it is in a state where it is almost no longer maintainable. He committed his version. Maintainers were happy. But Stallman said: We've already got a working gtar and basta!
At least that's what I've heard.
Given that most distributors stick with the whole GNU package, bsdtar, whatever its merits are, is more likely to be an addon package, and not the default tar on any Linux distribution.
It surely would make a nice
Here is a short version of what I normally do.
You will need to customize the buildworld procedure to your liking, and that's about it.
The FreeBSD model has always been that features and patches are tested in -current and then merged down to -stable and tested some more until it comes time for the next release from -stable.
This tiered approach exists to support three types of users: the developers (-current), sysadmin's test environment, impatient users (-stable), production environments, conservative users (-release).
5.0, 5.1, 5.2.1 were all preview releases--somewhat stabilized snapshpts of -current. 5.3 should be available for general adoption.
Thus, the existance of 6.0 does not reflect a change in developer focus but rather the adoption of conservativism on the 5.x branch (prior testing in -current required before merging) that is in keeping with it becoming a -stable branch from which real -releases are made. You can rest assured that bugs in 5.x will continue to be fixed and tested in 6.0-current and after some verification the fixed will be merged down to 5-Stable.
FreeBSD also maintains a POLA (principle of least astonishment) which prohibits any major behavioral/interface/abi changes from appearing in a -stable branch. (Basically you are nearly certain that an application that runs properly on n.0 will run properly on n.10).
6.0-Current exists as a proving ground for those features which would violate POLA.