Slashdot Mirror


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."

6 of 136 comments (clear)

  1. Re:Let's hear from all of the excited /. readers! by mhesseltine · · Score: 4, Interesting

    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 :: Anonymous Coward : Posting
  2. Re:*BSD not dying by The+Unabageler · · Score: 2, Interesting
    --
    perl -e '$_="\007/4`\cp%2,".chr(127);s/./"\"\\c$&\""/gees; print'
  3. Re:Let's hear from all of the excited /. readers! by cant_get_a_good_nick · · Score: 4, Interesting

    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.

  4. Re:Poul-Henning Kamp ruined FreeBSD by DashEvil · · Score: 2, Interesting

    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.
  5. Re:Let's hear from all of the excited /. readers! by kongjie · · Score: 3, Interesting
    Well said. I should note, however, that this "Chinese" curse May you live in interesting times is in all likelihood the invention of Western writers.

    There is no Chinese equivalent that I've ever found and others have noted the same.

  6. Re:OFFTOPIC: but please help a n00b out by ShavenGoat · · Score: 2, Interesting

    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:

    /sbin/rdump ${LEVEL}uaLf $DIR $FS

    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.