Slashdot Mirror


FreeBSD 5.0 Developer Preview #2

noackjr writes "'The FreeBSD Project is proud to announce the availability of the second Developer Preview snapshot of FreeBSD 5.0 (5.0-DP2). This snapshot, intended for widespread testing purposes, is the latest milestone towards the eventual release of FreeBSD 5.0-RELEASE, currently scheduled for mid-December 2002.' See the announcement, early adopter's guide, and the release notes."

8 of 327 comments (clear)

  1. Re:Know what I'd love to see? by CoolVibe · · Score: 5, Insightful
    Like FreeBSD's text-based install is hard. NOT.

    It's an installer that doesn't get in your way. The partitioning/labelling is pretty easy (and has reasonable auto-defaults). And finishing up after (enabling ssh, nfs et al) is a doddle.

    I don't see why FreeBSD needs graphical cruft in it's installer. The simple ncurses based one lets me install a fully working FreeBSD base system + ports tree in under 30 minutes. If I want something extra after that, pkg_add -r isn't far away.

    I mean, come on... It's an installation, not something you have to work in for more than 8 hours. Yeah sure, GUI installers look nice, but what's the USE?

  2. Re:Why not Linux? by MsGeek · · Score: 5, Insightful

    Here's a reason you might not hear from anyone else. FreeBSD is fast. It can make an old 486 seem like a Pentium 233MMX and a 733MHz PIII seem like a 3GHz P4. I'm serious, man. This has been my personal experience. Stop griping and try it. The installer isn't half as bad as the Debian installer and just about anything that can run on Linux can be recompiled for FreeBSD. Give it a shot.

    --
    Knowledge is power. Knowledge shared is power multiplied.
  3. Re:Someone explain this about BSD/Linux to me. by runderwo · · Score: 5, Insightful
    This of course is just my opinion, but I would have to say that the development effort for Linux is outpacing that of the FreeBSD community.
    Remember that software being ported to any Unix-like system is a win for all Unix-like systems. FreeBSD can run many Linux binaries through its emulated execution layer, and many apps ported to Linux can be recompiled on BSD with relative ease.

    Just because Linux is gaining share doesn't necessarily mean that BSD is losing. It does mean that UNIX is gaining though. :)

  4. Re:Someone explain this about BSD/Linux to me. by Moridineas · · Score: 5, Insightful

    You do raise a good point in some ways--Linux has a lot of corporate backing and is very "loud" and attention grabbing. In the meanwhile, the server room is running bsd ;)

    Don't forget that when you say development for linux is outpacing bsd what does that mean? The servers apps most people run has nothing to do with the OS. Samba, Bind, Netatalk, Squid, Apache, IP NAT+firewall etc, ssh, ftp, sendmail and variants of these programs--these are what most people run, and these have absolutely no connection to linux.

  5. Re:Someone explain this about BSD/Linux to me. by Baki · · Score: 4, Insightful

    I have tried Gentoo, but I'm back to Slackware. I used to use FreeBSD (for 5 years) but had to switch to Linux because of vmware (current versions alas do not run under FreeBSD).

    For me as an old FreeBSD user, Slackware feels much much more "at home". Yes, Gentoo has ports (I prefer FreeBSD's though) but a big drawback is that, in contrast to FreeBSD, the whole base system is also made up of ports.

    In FreeBSD the 'core' system is the same everywhere, not maintained by ports but having all source code in /usr/src, to be installed/updated by syncing the source and then execute 'make world' in /usr/src.

    Gentoo, with its web of port dependencies and infinite number of configurations, is unstable because of this. Also a small change often requires recompilation and reinstallation of 'everything'. Just read the Gentoo boards/mailing lists to see how often some configuration (combination of ports) breaks.

    FreeBSD ports also break occasionally, but at least the don't affect the base system.

    Apart from that, Slackware is like FreeBSD w.r.t. simplicity for file layouts, rc startup files etc. Gentoo feels more like other Linuces. This is a matter of taste and of what you're used to. I am convinced that most FreeBSD users prefer Slackware if they have to use a Linux distribution.

  6. Re:Someone explain this about BSD/Linux to me. by aussersterne · · Score: 4, Insightful

    1. It's true, most applications for Linux can be run under FreeBSD.

    2. It's a matter of personal choice to run one or the other on a desktop workstation. I run Linux because it's just more fun. Better 3D games support, newer drivers for everything and much more rapid development full of new ideas, little bits of GNU humor or cleverness all over the place and a lot of variety. It feels right. Of course, a lot of FreeBSD users would say that 3D gaming is for gamer weenies, newer drivers equal more unstable drivers, GNU humor and cleverness are really just lack of professionalism and variety is really the same thing as inconsistency. It's all a matter of personal taste if it's your personal system.

    For non-personal systems, I'd say it's more a matter of whatever your vendor is pushing. In more and more cases these days, that will be Linux, but there are still some large firms that are outfitting people with *BSD.

    --
    STOP . AMERICA . NOW
  7. Re:Know what I'd love to see? by Arandir · · Score: 4, Insightful

    I know BSD is a more thought of as a server OS, but I've heard plently of BSD users claim its makes a fine desktop as well. If that's every going to happen they definitely need to start working on making it more user friendly.

    What do you mean, "if that's ever going to happen"? It already has! It's my desktop system right now! It may not be the desktop system for your grandma, but then again, I'm not your grandma.

    And FreeBSD *IS* user friendly. Do not mistake pretty pictures for usability. The FreeBSD installer is straight forward and sensible. The documentation is complete and thorough. Configuration is simple. The only drawback is that it expects you to educate yourself on system administration. But actually, that's a Good Thing(tm).

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  8. Re:Someone explain this about BSD/Linux to me. by sql*kitten · · Score: 5, Insightful

    One of the reasons I choose Linux over BSD is the rate at which Linux development takes place.

    Well, a new kernel every couple of weeks is fine if you're running Linux on a PC in your bedroom, but in the real world, it takes time to deploy software. It has to be tested, downtime scheduled, documentation updated, staff trained, etc. The big advantage of FreeBSD (and Debian for that matter) is that it gets much more thoroughly tested before it's declared "STABLE". Although it may lag behind the cutting edge a little, that's a far, far happier place to be if you are relying on your systems to run your business. Not only that, but there is one FreeBSD, maintained in a consistent way by a single organization. If you are writing or deploying software that requires certain versions of certain things to be in certain places, then you have to only support a subset of the possible Linux distributions, or choose something like FreeBSD which is far more consistent. FreeBSD does not need to make compromises for portability to other platforms (like NetBSD and Linux), it is wholly developed for x86.

    In short, my position is that Linux is better if you want to experiment, FreeBSD is better if you want to run crucial applications or infrastructure.