Slashdot Mirror


FreeBSD 6.1 Released

nbritton writes "FreeBSD 6.1 has been released! This release is the next step in the development of the 6.X branch, delivering several performance improvements, many bugfixes, and a few new features. Of note are the major improvements to the filesystem and SATA code, possibly making FreeBSD the number one choice for SATA RAID implementations. For a complete list of new features and known problems, please see the release notes, errata list, Bittorrent Downloads, Mirrors, Hardware Notes, and Installation Guide."

6 of 227 comments (clear)

  1. FreeBSD 6 + pf by afternoon_nap · · Score: 5, Informative

    I use FreeBSD 6 because of the overload table option available when using pf:
    ## for SSHD from other hosts
    pass in log on $ext_if inet proto tcp from any to $ext_if:network \
                  port 22 flags S/SA keep state \
                  (max 5, source-track rule, max-src-nodes 5, \
                    max-src-states 10, tcp.established 60, tcp.closing 5, \
                    max-src-conn-rate 3/30, overload flush global) \
                  label "SSHD_IN_$if"

    If some sshd scanner hits my host more than three times in 30 seconds his packets go to an overload table and his states flushed. Any address or net listed in the badhosts table is blocked outright. It works as advertised and I couldn't be happier.

    pf+altq really does give me a warm and fuzzy feeling inside.

  2. Two Keyboards. by Anonymous Coward · · Score: 5, Funny
    Addition of a keyboard multiplexer. This allows USB and PS/2 keyboards to coexist without any special options at boot.

    Yes! Its about time, been waiting for ages for this one. Signed,

    Doctor Octavius

  3. Re:Any reason to switch? by kfg · · Score: 5, Insightful

    Any notable reasons to try FreeBSD?

    Because it's there, Dude. Because it's there. Honestly, what kind of a geek are you?

    I do, however, feel duty bound to point out that the man famous for saying that ended up dead shortly thereafter.

    If you do manage to survive getting it installed though, what will you have conquered?

    None but yourself, Dude. None but yourself.

    KFG

  4. Re:Oh, great! by Ingolfke · · Score: 5, Funny

    Yes! I've been saying the same thing about CP/M and DOS 6.1 for years now.

  5. Re:Any reason to switch? by Colonel+Package · · Score: 5, Interesting

    Is it just me or does the insecurity of the FreeBSD community shine through here in blinding fashion?

    I'm giving you a first-timer user experience with both FreeBSD and Gentoo. Say what you want about the "top notch" FreeBSD support forms but I found them to be limited, out of date and more often than not no help. In my opinion there appears to be a whole lot more work put into installation and setup guides of Gentoo in comparison with FreeBSD.

    As far as the X setup goes:
    # Xorg -configure
    # cp xorg.conf.new /etc/X11/xorg.conf

    Yeah, when all goes well this works perfectly. If you honestly think that 1) I didn't try this and 2) that this will work perfectly all the time than you are one naive mofo.

    I'd love to sit here and re-live the week of my life I wasted trying to get FreeBSD and Debian up and running on this hardware but honestly I am trying to get past it.

    Let me just sum up with this. My goal was to get Software RAID-5 on four SATA drives on a A8V-MX motherboard running some form of unix/linux including X-Windows. I gave FreeBSD more than a fair shake. In the end, what got the job done was Gentoo. The only snag was the VT8251 chipset support with AHCI. I found a Gentoo forum where some guys had worked this issue out. Their fix was not in the kernel source tree yet but the patch applied, compiled and enabled my SATA drives.

    I am not trying to hurt anybody's feelings. This was just my experience. YMMV.

  6. Re:Journaling Filesystem by nbritton · · Score: 5, Informative

    FreeBSD has journaling ufs2 in the works:
    http://lists.freebsd.org/pipermail/freebsd-current /2005-December/059079.html

    Scott Long also touches on the subject in a interview he did for the bsdtalk podcast show:
    http://bsdtalk.blogspot.com/2006/02/bsdtalk017-int erview-with-freebsd.html