Slashdot Mirror


FreeBSD 5.2.1-RC2 Released

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

61 comments

  1. Uhhh.... by rayamor · · Score: 1, Troll

    BSD is dying...

    NOT! Kudos on the new release!

  2. The Sky is Falling! by eviltypeguy · · Score: 4, Funny

    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!

    1. Re:The Sky is Falling! by __past__ · · Score: 4, Funny

      They still have a chance to announce the final 5.2.1 release before releng@ does.

    2. Re:The Sky is Falling! by Homology · · Score: 5, Informative
      A slashdot contributor actually linked to the FTP mirror list instead of directly to ISOs or an FTP Site!

      That is because the average *BSD user is mature and thoughtful ;-)

    3. Re:The Sky is Falling! by cant_get_a_good_nick · · Score: 4, Informative

      Funny thing is, since this is FreeBSD, most folks are going to cvsup anyway, instead of downloading and install a whole disk. Nice touch, but hitting the direct ftp server is less of a problem for FreeBSD than other downloads.

  3. Sparc (Sunblade) by BrookHarty · · Score: 3, Interesting

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

    1. Re:Sparc (Sunblade) by essdodson · · Score: 2, Interesting

      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.

      --
      scott
    2. Re:Sparc (Sunblade) by Anonymous Coward · · Score: 1, Informative

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

  4. Status of NAT, pf, &c? by Anonymous Coward · · Score: 2, Interesting

    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?

    1. Re:Status of NAT, pf, &c? by elbuddha · · Score: 5, Informative



      natd is userland, but You do have to re-compile the kernel to get divert sockets.

      pf is not the default filter, but it is in the ports tree and only a pkg_add or make install away.

  5. Opinions on automatic hardware recognition? by jbn-o · · Score: 4, Interesting

    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.

    1. Re:Opinions on automatic hardware recognition? by __past__ · · Score: 4, Informative
      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).

    2. Re:Opinions on automatic hardware recognition? by Brandybuck · · Score: 4, Informative

      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.

      --
      Don't blame me, I didn't vote for either of them!
    3. Re:Opinions on automatic hardware recognition? by phoenix_rizzen · · Score: 4, Informative

      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.

    4. Re:Opinions on automatic hardware recognition? by anthonyrcalgary · · Score: 3, Informative

      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.

      --
      When someone might yell at me, it has to be OpenBSD.
    5. Re:Opinions on automatic hardware recognition? by Secrity · · Score: 4, Informative

      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?

    6. Re:Opinions on automatic hardware recognition? by yanestra · · Score: 0
      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.)

      This can only happen with an operating system which has fewer than a few thousand users.

  6. Re: automatic hardware recognition? by Anonymous Coward · · Score: 5, Informative

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

  7. 5.2.1 is much needed by puzzled · · Score: 4, Interesting



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

    --
    I am very easy to get along with, but I don't have time to waste being nice to people who are being stupid. -Theo
  8. Engg? by cperciva · · Score: 2, Funny

    How does "Engineering" get abbreviated to "Engg."? Where does the second "g" come from?

    1. Re:Engg? by Anonymous Coward · · Score: 1, Informative

      Eng ineerin g

    2. Re:Engg? by Anonymous Coward · · Score: 0

      They are all dang Gangsters!

  9. this is all well and good... by thanjee · · Score: 2, Insightful

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

    --
    Saying your OS is the best because more people use it is like saying MacDonalds make the best food
    1. Re:this is all well and good... by Anonymous Coward · · Score: 1, Informative

      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

  10. I like freeBSD by rotciv86 · · Score: 1, Insightful

    I like freeBSD, it's good.

    --


    My ghEtt0 webpage.
    1. Re:I like freeBSD by Anonymous Coward · · Score: 0

      I like it too.

    2. Re:I like freeBSD by d-tail · · Score: 2, Insightful

      Me too =0)
      I have used various Linux distros.
      But nothing is as 'clean', simple, and useful as the BSD's

      Try it out!

  11. Re:Thoughts on the release by Anonymous Coward · · Score: 5, Funny

    Hmm, did RedHat's death cause so much harm
    to people's minds??

    It certainly did nothing to mine: I switched
    to FreeBSD 5.1 the very next day after, and
    here's what happened:

    [root@mymach]# uptime
    3:29?? up 80 days, 23:31, 26 users, load averages: 0.15, 0.06, 0.02
    [root@mymach]#

  12. Here's my favorite version of the Linux kernel: by Anonymous Coward · · Score: 4, Funny

    $ /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

  13. MOD ABUSE by boobsea · · Score: 0, Troll

    Why was this modded down but the grandparent wasnt? The stuff described is true and well-documented.

    Or is it that the moderation here is blatantly biased and the mods dont want a true discussion of the facts?

    I've met plenty of good and bad *BSD and Linux users, but censoring the facts isn't going to get anyone anywhere.