Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
BSD Operating Systems

FreeBSD 5.2.1-RC2 Released 61

Dan writes "FreeBSD Release Engg. Team's Scott Long has announced the second release candidate of FreeBSD 5.2.1. The release is now available for downloading. Please test and provide feedback. Changes since the RC1 include more bug fixes for ATA, working kernel modules on the install floppies, and numerous security fixes to the src and XFree86 packages. Note that the sparc64 XFree86-4-Server package in this set does not have the latest updates, Scott says that this will be fixed in the final release."
This discussion has been archived. No new comments can be posted.

FreeBSD 5.2.1-RC2 Released

Comments Filter:
  • Uhhh.... (Score:1, Troll)

    by rayamor ( 245814 )
    BSD is dying...

    NOT! Kudos on the new release!
  • by eviltypeguy ( 521224 ) on Saturday February 14, 2004 @08:03PM (#8282693)
    The Sky is Falling, and our society's impending breakdown is near.

    A slashdot contributor actually linked to the FTP mirror list instead of directly to ISOs or an FTP Site!

    Run for your lives!
  • Sparc (Sunblade) (Score:4, Interesting)

    by BrookHarty ( 9119 ) on Saturday February 14, 2004 @08:15PM (#8282783) Journal
    Note that the sparc64 XFree86-4-Server package in this set does not have the latest updates, Scott says that this will be fixed in the final release.

    Anyone try the release on a sunblade? Been using Gentoo, its sparc64 support has pretty solid. Just wondering...

    • Re:Sparc (Sunblade) (Score:3, Interesting)

      by essdodson ( 466448 )
      I wasn't able to boot my SunFire V120 with a 5.2 release disc. Gentoo was the only thing that seemed to offer full support for such hardware. I've been fairly impressed with gentoo since I started this task.
    • Re:Sparc (Sunblade) (Score:1, Informative)

      by Anonymous Coward
      Running Apache and Postfix on 5.2-RC2, haven't had to reboot it yet.
  • by Anonymous Coward

    What's the status of NAT? Do we still have to re-compile the kernel to get it?

    What's the status of pf? Is it the default filter?

  • by jbn-o ( 555068 ) <mail@digitalcitizen.info> on Saturday February 14, 2004 @11:11PM (#8283631) Homepage
    I'm curious about FreeBSD (and the other BSDs too), but it has been a while since I've had the time to install and administrate a BSD-based system of my own (OpenBSD 3.0, which was a fine system).

    One of the things I just don't have much interest in doing is figuring out which drivers I need and setting them up. Are BSD systems these days good at automatically picking the appropriate drivers?

    Thanks.
    • by Anonymous Coward on Saturday February 14, 2004 @11:43PM (#8283738)
      The BSD kernels can and do automatically set up devices that are compiled into them. In my expreience though, OpenBSD has the greatest built-in support, including things like sound cards. If you recompile the FreeBSD kernel with 'device pcm' it will do so as well. Not that it's hard to 'kldload snd_pcm' either, but that goes agains what you really want here...
    • by __past__ ( 542467 ) on Saturday February 14, 2004 @11:57PM (#8283798)
      I didn't have much problems with figuring out which drivers I need yet - GENERIC always had all of them (well, except pcm, but its kldloadable these days), but then I don't use vary fancy hardware. If you worry about having only the drivers you need in your custom kernel, NetBSD has a nice port called "adjustkernel", basically a perl script that parses dmesg and comments out all drivers you don't need in a kernel config file. I don't know if anyone ported it to FreeBSD, it shouldn't be too hard in principle.

      Basically, my experience with hardware and FreeBSD is that stuff either Just Works, or that it does not work at all, if it isn't supported. I never had the need to fiddle with arcane settings to make anything work (tuning aside, but then you obviously have to know your hardware pretty well anyway).

    • by Brandybuck ( 704397 ) on Sunday February 15, 2004 @01:01AM (#8283984) Homepage Journal
      What a strange question. I guess I've been using FreeBSD too long that I take it for granted.

      Just about everything you would ever need is in the default (GENERIC) kernel. It's excellent at detecting what you have. If you have old ISA hardware, you might have to fiddle with interrupts and stuff, but otherwise it's a piece of cake. Don't worry about it being too large though, because most of it is loadable modules. The only thing I have ever had to add was the sound driver (pcm). Under the old 4.x kernels, I had to also manually add the PCI serial driver (puc), but no longer.

      It's really a good system. It's significantly easier to configure than Linux, despite its lack of a "user friendly" GUI.
    • by phoenix_rizzen ( 256998 ) on Sunday February 15, 2004 @02:57PM (#8287478)
      The GENERIC kernelk comes with support for virtually everything, except sound. However, any device driver that is not explicitly compiled into the kernel is available as a module (including sound). So, it's just a matter of browsing through /boot/kernel/*.ko or /modules/*.ko and loading the appropriate driver.

      Once you know which driver is needed, you can either edit /boot/loader.conf to have the module loaded at boot time automatically, or you can compile a custom kernel with that driver built in.
    • by anthonyrcalgary ( 622205 ) on Monday February 16, 2004 @03:07PM (#8296371)
      I basically had to load drivers for my video card (Matrox G550 AGP) and my sound (Intel ICH5). This is two lines in loader.conf and how to do it is well documented.

      The biggest irritation driver-wise is lack of ext2 support in the GENERIC kernel, but even that is minor because I had to recompile to get the ULE scheduler anyway. ULE will be the default in 5.3, and apparently ext2 will be there as well.

      The real problem I have with it is that a few desktop-related things don't quite work, or take effort. Gotta set environment variables when you install to get kuickshow in KDE. Arts doesn't behave. You can't trivially install flash, and without flash, there is no homestar runner. Stuff like that. I wouldn't hesitate to use FreeBSD on a production server, but it's lacking for a desktop.

      So I'm back on Gentoo, but I'm not happy about it. I can't go back to life with out a ports-like mechanism, but the "stable" portage tree can't always build stuff, and IMO a tree should not be called "stable" unless it can always compile. There are regularly problems that could never occur unless no one had even tried something before releasing it, and these can take days to fix.

      sigh... I've said it before and I'll say it again. Everything except OpenBSD makes me angry.
    • by Secrity ( 742221 ) on Monday February 16, 2004 @06:14PM (#8298383)
      I am not sure what driver problems you have had because I either have seen driver problems or haven't depending upon how you mean the question.

      Except for 5.2.1-RC, which seems to have a bug that caused problems with loading the NIC driver, I haven't had any problems with FreeBSD 5 recognising any of the drivers on my relatively simple Asus P2B and Dell OptiPlex systems. The only driver hassle at all could be in configuring X11. So, no, I haven't had any driver problems with a released version of FreeBSD.

      I have been playing around with Fedora and I was REAL surprised when it identified and configured the drivers for my sound and video cards, and even properly identified the monitor on the Optiplex. BUT, Fedora misidentified the NEC Multisync LCD monitor on the Asus as being an NEC Multisync CRT monitor -- with really BAD results. So in this regard, I think that the sound and X11 configuration in FreeBSD is a bit behind Fedora in identifying cards and configuring drivers, and Fedora's X11 configuration is not perfect. Can you fault FreeBSD for not automating X11 configuration or can you fault Fedora for not having a really new model monitor in it's database?
      • Except for 5.2.1-RC, which seems to have a bug that caused problems with loading the NIC driver

        I have a number of hardware components now (at home and at job) which I can't use anymore. At some time, the associated FreeBSD driver got broken, and that's it.

        Sending email to the authors doesn't succeed - standard reply: It works for me. (Offer to send example hardware: No reply. Official bug report: Bug is left alone till it gets automatically closed. Coordinated bug report campaign: All emails get ignored.

  • 5.2.1 is much needed (Score:5, Interesting)

    by puzzled ( 12525 ) on Sunday February 15, 2004 @01:53AM (#8284146) Journal


    I do an ls in my home directory and everything is fine. I do an 'ls -l' and I see stuff I deleted a long, long time ago. Other than this very disqueting discovery earlier today 5.2 has been sweet, solid, & flexible - sort of like dating an aerobics instructor. Maybe my troubles stem from a binary upgrade from 4.9 on this laptop, but somehow I don't think so ...

    I think I'll play with some of my newly functional USB devices and try to ignore the filesystem stuff ...

  • Engg? (Score:3, Funny)

    by cperciva ( 102828 ) on Sunday February 15, 2004 @05:33AM (#8284609) Homepage
    How does "Engineering" get abbreviated to "Engg."? Where does the second "g" come from?
  • by thanjee ( 263266 ) on Sunday February 15, 2004 @06:23PM (#8288963) Journal
    ...but I won't be happy until I can finally get a 5.x version install CD of FreeBSD to boot on my IBM Thinkpad R50......4.x works fine....well if you don't mind having a few common features missing......sigh

    • by Anonymous Coward
      disable acpi before the system starts to boot the kernel and it'll probably work, same problem i had with a compaq armada, i cant remember the details how to do it but the handbook is your friend
  • I like freeBSD (Score:1, Insightful)

    by rotciv86 ( 737769 )
    I like freeBSD, it's good.
  • by Anonymous Coward on Monday February 16, 2004 @01:41PM (#8295344)
    $ /usr/compat/linux/bin/bash

    $ uname -a
    Linux myhost 2.4.2 FreeBSD 5.2-CURRENT #29: Sat Feb 14 02:40:58 EST 2004 i686 unknown

Lots of folks confuse bad management with destiny. -- Frank Hubbard

Working...