FreeBSD 4.9 Code Freeze
lewiz writes "FreeBSD Release Engineering have announced that the code freeze in preparation for 4.9-RELEASE (scheduled for 29th September) will begin on 25th August. Also 4.9-RC is tentatively scheduled for 12th September. A full list of dates can be found on the Release Process page."
Sure, no one seems to care now. However, wait until the SCO gestapo starts really trying to nail down their "licensing fees" from users. FreeBSD will see a huge influx of new users, migrating over from Linux.
Overrated / Underrated : Moderation
Not nearly dying!
perl -e '$_="\007/4`\cp%2,".chr(127);s/./"\"\\c$&\""/gees
From what I saw, the big news will be PAE (> 4Gb on Intel boxes) support, which good for commercial uses (we have a bunch of 8Gb Linux boxes that use PAE) but not likely a lot of folks have it on the desktop.
Check the FreeBSD open issues list to get a snapshot.
My main interest in FreeBSD is rock hard stability.
There is nothing worse than your desktop crashing, it's horrible. This is why Linux is an unacceptable choice to me in terms of a *nix desktop. Even crashing at the end of a 13 day uptime is unacceptable because it points at flaws in the system that can manifest themself at a time of their choosing; I don't like that. Well, there are other reasons I choose FreeBSD over Linux, but those aren't important. My main point is that, I want a reliable desktop OS, and I'm going to trust the FreeBSD team on this. When they say 5.x is stable, then it's stable, and I'll use it. I'm actually waiting on it pretty hard too, I love DevFS, faster filesystem is great, etc, etc, but none of it is worth sacrificing stability for me. I mean, it'll all be there for me when 5.2 (which is the stable release, or close to it, no?) is out, and I'm looking forward to that. No reason to rush things when, like I said, there is nothing in 5.x that I NEED.
-If God wanted people to be better than me, he would have made them that way.
There is no Chinese equivalent that I've ever found and others have noted the same.
I don't know of any commerical backup utilties, but Freebsd supports things like Amanda.
I typically use a simple dump script for backing up 5.x systems:
Dump will do a snapshot in case of any file system changes during the dump. FYI, a make world usually isn't needed, as you can just re-make that particular peice of code, or rebuild the kernel if it is a kernel change.