Slashdot Mirror


FreeBSD 4.9 Released

Digital Dharma writes "Excellent! FreeBSD 4.9 has been released, and if it's anything like the RC series, this will be a release to remember. You can obtain it from the usual sources, or if you're feeling generous and supportive, you can buy the cd set. Support your local Daemon!" As Jani Laaksonen writes, the new release includes "numerous security advisory fixes, kernel changes and support for the Physical Address Extensions (PAE) capability on Intel Pentium Pro and higher processors (see page(4)). This release also adds support for a few more hardware NIC cards, ipfw network protocol enhancements, userland changes, and more. Check FreeBSD 4.9 Release Notes for more information."

191 of 421 comments (clear)

  1. Panther/Darwin contributions? by mccalli · · Score: 2, Interesting
    Interesting - seems very close to the Panther and Darwin releases. Has this accepted any code from Apple?

    Cheers,
    Ian

    1. Re:Panther/Darwin contributions? by Tarpan · · Score: 3, Insightful

      You are not a slave, since you are not forced to work. You will not get paid and there is no demand that gives their modifications back but they do not own you and make you work for free, if you do not want to continue then you can stop.

      Don't confuse slavery with I-want-to-work-for-free-and-might-get-some-back

    2. Re:Panther/Darwin contributions? by quigonn · · Score: 1

      Well, one can make FreeBSD by forking the code and relicensing it under the GPL. Of course, copyright notices must be retained. Anyone interested in creating GNU/BSD? ;-)

      --
      A monkey is doing the real work for me.
    3. Re:Panther/Darwin contributions? by IEFBR14 · · Score: 2, Informative

      I think that there may be some interest in doing this.

    4. Re:Panther/Darwin contributions? by quigonn · · Score: 3, Informative

      Debian NetBSD/FreeBSD isn't about forking and putting NetBSD/FreeBSD under a new license. It is about putting NetBSD and FreeBSD into the "Debian scheme", with Debian installer and Debian package management. And I have to know it, since I was involved in that work for some time.

      --
      A monkey is doing the real work for me.
    5. Re:Panther/Darwin contributions? by Anonymous Coward · · Score: 1, Informative

      BSD gave a lot to Apple to make a great OS. Isn't it just right that they get some in return?
      I doubt it, tho

    6. Re:Panther/Darwin contributions? by marcovje · · Score: 3, Insightful


      Apple's contributions are most visible in gcc 3.x.y series powerpc support and optimization, not at kernel level in FreeBSD, since Darwin mainly uses FreeBSD's userland, not kernel.

      So Apple is giving back to the community, just not directly to FreeBSD.

    7. Re:Panther/Darwin contributions? by Anonymous Coward · · Score: 1

      Ya and you know why they give back to GCC and not FreeBSD itself?

      BECAUSE GCC IS GPL!

      That's why!

      Are you so blind you can't understand what is happening?

      *sigh*

    8. Re:Panther/Darwin contributions? by bloodpet · · Score: 1

      Isn't ironic. GNU(GNU's Not UNIX)/BSD

      --
      Truth is like a shining mirror that's been shattered.
    9. Re:Panther/Darwin contributions? by IEFBR14 · · Score: 1

      Since you were involved in working on this, can you shed some light on why the kernel wasn't put under the GPL? From the description of the project, it looks like the BSD userland was being replaced with everthing from GNU. What was stopping those involved with trying to change the license?

    10. Re:Panther/Darwin contributions? by quigonn · · Score: 1

      AFAICR, only the FreeBSD port took all the GNU stuff. The guy who made it even ported the glibc to FreeBSD.

      Anyway, at the point where I had to leave (lack of time), nobody really cared about licenses, as long as it's "free" (or what Debian considers to be free).

      --
      A monkey is doing the real work for me.
    11. Re:Panther/Darwin contributions? by Anonymous Coward · · Score: 1, Interesting

      Where to begin here...

      First, it is *certainly* in Apple's interest to have a quality free compiler that ships with their system (or can be d/led for free). Operating Systems generally could use an app or two.

      Secondly, to say that a licnese is more free because it forces you to do things is the silliest expression of foolishness you can utter. By that logic, Microsoft's Shared Source license is *more free* than the GPL.

      Public Domain is more free than BSD. BSD is more free than GPL. GPL is more free than closed source. Just as closed source licenses are gradually disappearing in favor of GPL, GPL will gradually disappear in favor of BSD. Those people who send nasty-grams to companies demanding source code for their routers guarentee that.

    12. Re:Panther/Darwin contributions? by bloodpet · · Score: 1

      I don't think they're using a BSD kernel/OS which is probably what the previous poster is suggested.

      --
      Truth is like a shining mirror that's been shattered.
    13. Re:Panther/Darwin contributions? by Jeedo · · Score: 1

      Negative, the APSL is incompatable with the BSD licence, the darwin code stays in Darwin.

    14. Re:Panther/Darwin contributions? by devphaeton · · Score: 1

      Has this accepted any code from Apple?

      Would that be a good thing? Seriously, i'm not trolling, i'm asking. With all the stink lately about SCO/linux/IBM et al, and other companies embracing open-source projects just to have something go awry legally, i kinda wonder if this Apple/BSD marriage will ever shake out to be a good thing or not. I want it to be good, though.

      Even though Apple may develop their own implementation of the same core things, i don't really see what Apple would be able to contribute to BSD that BSD doesn't already have. (excluding their proprietary GUI apps, such as iTunes, iChat, etc... of which in a BSD frame of mind aren't really part of the OS itself, and of which it is quite clear that Apple will not share.)

      Just a question.

      --


      do() || do_not(); // try();
    15. Re:Panther/Darwin contributions? by mattgarnsey · · Score: 1

      Interesting - seems very close to the Panther and Darwin releases. Has this accepted any code from Apple?

      my guess is that it seems unlikely. panther and the new darwin release are based on freebsd 5.0

      but i have been known to make mistakes...from time to time...

    16. Re:Panther/Darwin contributions? by Creepy · · Score: 3, Informative

      Not really -

      Here's the APSL

      If a developer takes and uses APSL code in some other project, section 2.2 a, b, and c need to be followed for that section of code, but as long as those are followed I don't see why the code couldn't be distributed with BSD. I really don't see this as much of a big deal, though, unless you want a certain patch for a certain program - if it's an entire app, well, my copy of Linux came with Mozilla and Apache, both which have separate, non BSD, open source licenses (I have FreeBSD, as well, but built it from scratch, so no CD).

      If you want a specific patch, ask the original developer to also submit it to BSD - as far as I can tell, any code submitted is still owned by the developer (but you give Apple a free, non-exclusive, everlasting license to use it, or something like that). I guess if the original developer works for Apple you won't get any help, but most other Open Source developers are happy to submit to other Open Source projects.

    17. Re:Panther/Darwin contributions? by Creepy · · Score: 1

      Maybe, but Kame isn't, and Apple has helped fix bugs with that project. Kame is how Apple does IPv6.

    18. Re:Panther/Darwin contributions? by Matty_ · · Score: 1

      I am pretty sure they've also contributed back to KHTML since they're using that for WebCore, which makes up the core rendering engine for the Safari Web browser.

    19. Re:Panther/Darwin contributions? by siddhartha03 · · Score: 1

      Acutally Panther borrows from the FreeBSD 5.1 release and I think some kernel code in Darwin may be from some FreeBSD 3.x or 4.x release.

      So Panther borrows from FreeBSD userland and perhaps kernel. But as far as I know Apple hasn't made any contributions to the FreeBSD kernel and userland.

      --
      Sock puppets stole my sig.
    20. Re:Panther/Darwin contributions? by Brandybuck · · Score: 2, Insightful

      But why? I can understand somewhat the desire to put the FreeBSD kernel in Debian. And I can understand somewhat the desire to put the FreeBSD userland on top of Linux. But why fork it just so you can change the license?

      I mean, think about it. It isn't your code and you haven't invested any sweat in it. But you want to change the license. Huh?

      From the user perspective, the differences between the BSD and GPL licenses are *zero*. The differences only make themselves known if you as a developer wish to mix your own code into the project. But you're not looking to do any such thing! You only want to change the license for the sake of changing the license!

      --
      Don't blame me, I didn't vote for either of them!
    21. Re:Panther/Darwin contributions? by Aeonsfx · · Score: 1
      > Ya and you know why they give back
      > to GCC and not FreeBSD itself?
      > BECAUSE GCC IS GPL!

      Wrong, wrong. The reason why not much is given back (if thats even the situation) would be due to the fact that the OSes are completely different in design. A monolithic kernel as opposed to a microkernel... c'mon, these are totally different. Code sharing between the two would be impractical. That aside, I don't think Apple's done a great deal of work in SMP, which is where FreeBSD seems to want to go right now. In all honesty, I don't think FreeBSD has much interest in Mac OS X code unless its aqua or quartz.

      That aside, Apple *has* contributed HFS+ to FreeBSD, (now I'm not claiming that this is an earth shaking contribution, but hey it is something) which is about as many contributions that SGI or some of those Linux companies contributed to Linux, anyway.

      It seems to me like companies interested in Free Software *nix Oses seem to donate filesystems, and not much else... Of course maybe that's just my impression...

      On a userland level, FreeBSD is pretty much complete. Thats where Apple would be contributing, and why would they fix something that isn't broken?

      If Apple contributed code, I don't think the license would be an issue, since they could just relicense the contributed code (without affecting their license).

      --Tim

    22. Re:Panther/Darwin contributions? by Guy+Harris · · Score: 1
      The reason why not much is given back (if thats even the situation) would be due to the fact that the OSes are completely different in design. A monolithic kernel as opposed to a microkernel... c'mon, these are totally different.

      No, not completely different. Take a look at the Darwin kernel; rather a lot of the code under the "bsd" directory is not all that different from the versions in other BSDs. xnu isn't a small kernel plus a pile of servers (but then neither is NT, really - the Win32 subsystem does do a fair amount of stuff, but file system stuff and networking stuff, for example, is all done in kernel mode in NT; "NT" here includes NT 5.0, 5.1, and 5.2, i.e. W2K, WXP, and W2K3 Server).

      In all honesty, I don't think FreeBSD has much interest in Mac OS X code unless its aqua or quartz.

      See the "Merge of Darwin msdosfs, other fixes" item in the FreeBSD 5.2 Open Issues list.

    23. Re:Panther/Darwin contributions? by marcovje · · Score: 1


      Ever heard of GCC/PRO? :-)

      There is nothing to give back to FreeBSD in general.

      MAC OS X DOESN'T USE THE FREEBSD KERNEL, JUST THE USERLAND! IT IS A MACHKERNEL!

      Only minor tools maybe. They'll probably send-pr when they find bugs.

    24. Re:Panther/Darwin contributions? by Aeonsfx · · Score: 1
      > rather a lot of the code under the "bsd"
      > directory is not all that different from
      > the versions in other BSDs.

      Interesting; I'll definitely have to take a look at the Darwin code then. I was aware that it wasn't a full-blown microkernel as GNU/Hurd is, but I didn't realize that it actually used BSD code at the kernel level.

      > See the "Merge of Darwin msdosfs, other fixes"
      > item in the FreeBSD 5.2 Open Issues list.

      I have to admit that I wasn't aware of this either; Now, I'm looking forward to seeing those enhancements go into 5.2-RELEASE. :)

      --Tim

  2. Performance... by Anonymous Coward · · Score: 1, Interesting

    But... How does it compare to Linux 2.6.0-test9 performance wise?

  3. I thought 5.x was the latest by jaaron · · Score: 2, Interesting

    I thought FreeBSD was already on 5.x or something like that. Is that the development version? Does FreeBSD use a linux-like version numbering where odd numbers are development releases?

    --
    Who said Freedom was Fair?
    1. Re:I thought 5.x was the latest by quantum+bit · · Score: 5, Informative

      I thought FreeBSD was already on 5.x or something like that. Is that the development version? Does FreeBSD use a linux-like version numbering where odd numbers are development releases?

      No, 4.9 is the latest release from the -stable branch. The 5.0 and 5.1 releases were made from the -current development branch (actually the main trunk in CVS). Eventually, probably around 5.2 or 5.3, 5.x will be branched off as 5-STABLE and development will begin on 6.x.

    2. Re:I thought 5.x was the latest by thehive · · Score: 2, Informative

      4.x series are production releases. 5.x is the new technology releases. There are two development branches to FreeBSD: FreeBSD-CURRENT and FreeBSD-STABLE. This seem confusing but keep this rule in mind if u want to use FreeBSD STABLE branch if you are going use it as a production server else use the current branch more information here.

    3. Re:I thought 5.x was the latest by Anonymous Coward · · Score: 1, Informative

      No it does not use Linux-like versioning. You can read about this on FreeBSD.org.

      4.x is -STABLE. The 5.x releases are "Early Adopter" releases, until the 5.x codebase proves stable enough to be tagged -STABLE, probably around 5.3 (I think was the last number I heard).

    4. Re:I thought 5.x was the latest by puzzled · · Score: 2, Informative



      4.X, with 4.9 being the latest is the -STABLE train - use this if you want to not mess with stuff.

      5.X is the new stuff. Getting quite stable, but still closer to the bleeding edge than 4.9.

      Earlier this week someone suggested I move a production box from 4.9-RC to 5.1 for a certain feature's support. 5.1 is *almost* cooked enough for me to put production stuff on it.

      --
      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
    5. Re:I thought 5.x was the latest by The_Final_Word · · Score: 1

      "use FreeBSD STABLE branch if you are going use it as a production server"

      No.

      For a production server, use RELENG_4_9, the release branch. To get a little more confusing, the RELENG_4 branch is the STABLE development branch.

      CURRENT is exacrly that, it's current source and may or may not be stable or useable. STABLE really isn't guaranteed to be "stable", it is still development and isn't for production use. RELEASE is the "stable" release version.

      Here's the CVS tags: http://www.freebsd.org/doc/en_US.ISO8859-1/books/h andbook/cvs-tags.html

      --
      The Final Word
    6. Re:I thought 5.x was the latest by GMFTatsujin · · Score: 1

      I'd love to give BSD a try. I downloaded FreeBSD 5.1 a few months ago and installed it, but lacking support for my wireless network card (Atheros chipset), I decided to put it off. I'm sure I could learn all about fetching drivers and recompiling the kernel and so on, but I have to admit I'm a little spoiled by Gentoo to take the trouble. :)

      5.2 promises to have support. At that point, I'll be happy to give it a shot, though I don't know how long that will be...

    7. Re:I thought 5.x was the latest by kirkjobsluder · · Score: 1

      This is actually one of the things that I like about BSD. Stability and security improvements to the old version are still being developed until the new version has time to "burn in".

    8. Re:I thought 5.x was the latest by maunleon · · Score: 1

      I wouldn't suggest an upgrade to 5.1. It currently has GIANT still in kernel, so in some cases it is trying to do the same thing twice or with significant overhead. I believe they aim to improve that in 5.2.

      On the other hand, if performance is not your goal, 5.1 may be ready for some limited use. But I do not see the point, unless you really need some hardware support which is not in 4.9.

    9. Re:I thought 5.x was the latest by Matty_ · · Score: 1

      I'm using 5.1 on one production system, which happens to be the server which monitors all of the network and servers.

      I decided to use 5.1 because it would be easier to upgrade in the future -- instead of trying to do a 4.9 to 5.x upgrade, which may be much more difficult to make given all of the changes; however, I could be wrong about it. I haven't tried it yet.

    10. Re:I thought 5.x was the latest by anthonyrcalgary · · Score: 1

      FreeBSD 4.8 doesn't work with my Gigabyte GA-8IG1000MK's ethernet controller... it's supposed to support it with the fxp(4) driver, but it doesn't. I was sad. I don't think it's fixed in 4.9, at least the release notes don't mention it.

      Gentoo is acceptable, but I had trouble with it too. "emerge e100" installed a module for the wrong kernel version and broke it completely. I had to add support manually. Easy (about 20 seconds in "make menuconfig"), but annoying. Pretty good otherwise.

      I think I'd like to use FreeBSD just because I like BSD, but it's not quite as slick as OpenBSD. I don't think I'd like OpenBSD as a desktop system...

      --
      When someone might yell at me, it has to be OpenBSD.
    11. Re:I thought 5.x was the latest by tigga · · Score: 1
      I downloaded FreeBSD 5.1 a few months ago and installed it, but lacking support for my wireless network card (Atheros chipset), I decided to put it off.


      Actually Atheros chipset cards are supported now.
      Driver called ath. You may install 5.1 and upgrade (cvs) or you may wait for 5.2. It's due in couple months.

    12. Re:I thought 5.x was the latest by quantum+bit · · Score: 3, Informative

      although the source is open, the development team is not.

      Uh, how exactly is the development team not open? The FreeBSD project accepts contributions from just about anyone -- I've submitted a few patches myself. The list of people with commit rights to the CVS tree is quite large and growing; contrast to the Linux kernel which is a one-man dictatorship (guess how many people have commit rights to the master repo for that).

    13. Re:I thought 5.x was the latest by cpghost · · Score: 1

      BSD is fading out. It is not in the mainstream. It is like the Amiga.

      Linux is fading out. It is not in the mainstream. Unfortunately, M$ is (still?) mainstream. So why should we hack on Linux (or BSD)? They're just used by a tiny amount of the total PC loosers^Husers population. We're getting saddled with a hobby that no one else wants. Right?

      Actually, BSD is gaining in popularity, even at the expenses of Linux, which corporate users confidence was being badly shaken by FUD campaigns from SCO and the like. Now, I wounldn't want to take advantage of this, but it is fact that many corporate environments (and I'm not just referring to the ISP industry) quitely switched gear and is migrating towards BSD. Of course, this would probably not have happened without Linux conversion first; but once you've got a Unix-based IT environment, differences between flavors like Linux, BSD, Solaris, ... are so small, that they really don't matter that much.

      --
      cpghost at Cordula's Web.
  4. Just In Time For Halloween by deadlinegrunt · · Score: 4, Funny

    To rise up yet once again from the dead!

    --
    BSD is designed. Linux is grown. C++ libs
  5. I wonder... by mitch0 · · Score: 3, Insightful

    I wonder why those idiots with no more to say than "bsd is dying", "pull the plug", "bsd sux, linux rulez" are not simply filtering out BSD related posts and be done with it... they get moderated down to oblivion anyway...

    I'm personally very happy with FreeBSD, thank you.
    Hope SMP support (and pthreads support) will get better soon now. Can't wait for 5.x becoming -STABLE. :)

    --
    // "If human beings don't keep exercising their lips,
    // their brains start working." -- Ford Prefect
    1. Re:I wonder... by ipjohnson · · Score: 1

      Its a shame -1 is the lost a post can go ...

    2. Re:I wonder... by __aahlyu4518 · · Score: 1

      I wonder why there are still people commenting on those idiots... :-)

    3. Re:I wonder... by mitch0 · · Score: 1

      heh, good point. will remember ;)

      --
      // "If human beings don't keep exercising their lips,
      // their brains start working." -- Ford Prefect
    4. Re:I wonder... by Kpau · · Score: 1

      We seem to have a group of about, say, 20 individuals who have made it their goal to basically pee all over the sandbox the rest of us behave civilly in. I cruise at -1 for anti-trolling operations and the GNAA-BSDdying-soandsoisdead-asciipervert group seems to have a LOT OF TIME on their hands. What a waste.

    5. Re:I wonder... by pkp_gl211 · · Score: 1

      And how long has Linux had support for SMP and pthreads now?

      I wouldnt say BSD is dying, but it sure isn't evolving. BAS is hardly keeping up with the field. Too bad because if Linux does not survive the SCO wars BSD could provide a viable alternative with the right guidance.

      The ole "BSD is the most secure OS" doesnt cut it anymore.

  6. At least they didn't jump the gun this time by quantum+bit · · Score: 4, Funny

    Wow, Slashdot posting the story of a BSD release AFTER the official release announcement and the web page being updated? Must be a first.

  7. Re:What I know about FreeBSD by Anonymous Coward · · Score: 4, Informative

    > 1. You can not play games on it.
    Wrong. There are plenty of games, and what is not supported by a native version may be playable under linux emulation and/or wine with a negligible performance impact.

    > 2. It cannot be used by my grandma.
    Then your grandma is dumb.

    > 3. It lacks a GUI of any note.
    Wrong. you can use XFree86 and any window manager or desktop environment you choose.

    > 4. There is no support available for it.
    Wrong. There are plenty of IRC channels, email lists and even commercial support providers.

    > 5. It is an assortment of fragmented OSes.
    Wrong. Even if it were not wrong this does not compare to the staggering number of Linux distributions.

    > 6. It cannot be run on the x86 platform.
    Wrong. FreeBSD was initially crafted directly from the 386BSD patchset in the early 90's. It has supported i386 from the very beginning.

    > 7. You have to compile everything and know C.
    Wrong. You can install packages just like linux. You can certainly compile everything if you want to, but this does not require even minimal knowledge of C.

    > 8. Support for the latest hardware is always poor.
    Wrong. It isn't always poor. Sometimes support lags behind a little, many times IHV's have poor or no FreeBSD drivers, but new hardware is certainly not ignored.

    > 9. It is incompatiable with GNU/Linux.
    Wrong. FreeBSD has an extensive Linux binary compatability system that allows most Linux binaries to run just fine. Word is, sometimes even faster.

    > 10.It is dying.
    And Wrong. FreeBSD has a large community of active developers and maintainers, along with a significant installed user base.

    9 out of 10 ain't bad. Clearly a troll but I was feeling self important so I thought I'd whip it out.

  8. Re:Security Fixes by bozzaj · · Score: 2, Informative

    FreeBSD releases have -p updates that are typically for Security Fixes. If you look here you'll see all the same Security Advisories that were fixed in a -p update to 4.8. They put the same information in each new release notes just to cover the fact that they were fixed since the original previous release.

  9. Re:Security Fixes by starkistTuna · · Score: 2, Informative

    Security fixes for FreeBSD are released as part of the RELENG branch for a particular release version. 4.9 (presumably) includes all the security fixes which were released since the 4.8 release, which were announced on the 4.8 errata page. The 4.9 errata page is here. The security fixes are usually released concurrent with any vulnerability announcement, but it's still up to users to read the handbook and patch their own systems.

  10. good for BSD by tetrahedrassface · · Score: 4, Insightful

    This is good for BSD and good for all of us. For those you saying that BSD lost its vigor in 1990 (lawsuit) then i wonder how the current Linux fiasco is going to impact the penguin. We are all in this together really, a strong BSD means more security for all of us. Espescially with the SCO monster running around. Who know in 5 years maybe BSD will be growing at 17%/year and linux will be on life support. Remember fame is fickle.

    1. Re:good for BSD by sremick · · Score: 1, Informative
      Yeah, it's silly that there's so much crap about "FreeBSD is dying" when Netcraft reported in July that not only were there nearly 2 MILLION active websites running FreeBSD, but that FreeBSD "is the only other operating system that is gaining, rather than losing share of the active sites." Read the July report here.

      More recently, out of the top 13 hosting providers in September (as far as failures goes), most (seven) ran FreeBSD (3 Win2K, 2 Linux, 1 Solaris). You can see that Netcraft data here.

      Hmmm... "dying" and "lost vigor" indeed. ;)

  11. fork by thoolihan · · Score: 1

    Anybody ever hear what happened to the fork. DragonFly or something?...
    -t

    --
    http://unmoldable.com W:"No one of consequence" I:"I must know" W:"Get used to disappointment"
    1. Re:fork by Anonymous Coward · · Score: 1

      It's going, it's healthy, give them at least a few more months before you can expect a "consumer"-ready release. (Or even a "consumer"-ready preview. Doing a far-reaching overhaul of the FreeBSD kernel is 'easy,' especially since the work is about getting rid of stupid ways for things to break. Adding the userland sugar - the new installer, package/port management features, etc - will take a little more time, as human interfaces are naturally tricky to get right.)

      Obviously, if you're familiar with the BSDs already, you can run with what they've got now. Follow the action over here, read the Slashnet Q&A, and dive in on the newsgroups or mailing lists (messages are mirrored between mail and news) if you're ready to help out!

    2. Re:fork by lactose99 · · Score: 1

      Its still chugging along, but you can see for yourself.

      --
      Fully licensed blockchain psychiatrist
  12. Re:Troll? Care to explain your modding parent down by Anonymous Coward · · Score: 1, Insightful

    None of the points raised by the post in question are worth wasting any time on. The poster's understanding of what "free" means is simply flawed. Flawed? Broken.

    Free doesn't mean "do it my way." Free doesn't mean "do what I say." Free means free, period. Unburdened by restriction or prohibition. Free doesn't mean you get to tell other people what to do.

    A lot of people don't like freedom. A lot of people think that other people should just do what they're told and not make their own decisions. The poster in question is evidently one of these people. He thinks that people shouldn't be free to do whatever they want with free software. He thinks that people should only be allowed to do certain things, under certain circumstances.

    That doesn't sound right to me.

    That's where the discussion begins and ends. The poster in question is wrong in his most basic assumption, so there's no point in getting any deeper into it than that.

  13. FrreBSD collector's box by Anonymous Coward · · Score: 2, Funny

    If you buy the complete CD Set from BSDMall, you get a collector's box. That's right, a mini-coffin to hold your *BSD CDs!

    1. Re:FrreBSD collector's box by TrekCycling · · Score: 1

      Mod this up. I hate all the FreeBSD is dead stuff, but this is the funniest I've seen in a long time.

  14. Scary troll ratio by BenjyD · · Score: 4, Interesting

    The average all posts:non-0 rated post ratio on slashdot is around 1.3. On bsd.slashdot.org it's more like 3:1 to 5:1 (there's currently a story with 40:1). What is wrong with these people? Choice is good, mmm-kay.

    1. Re:Scary troll ratio by Anonymous Coward · · Score: 1, Insightful

      Hey, BSD users are easy targets. Every time someone says "BSD is dying", the BSD snobs get in a hissy fit. It's this "BSD users are more mature and superior to the Linux juveniles" attitude that keeps people away from the holier-than-thou BSD community. So don't blame us if BSD does eventually...well...die. This will probably get modded down to oblivion, but someone had to say it.

  15. Re:What I know about FreeBSD by Anonymous Coward · · Score: 1, Interesting

    You can not play games on it.

    That's true. FreeBSD is not for people who want to play games. These people need to use a PlayStation, GameCube, or Xbox.

    It cannot be used by my grandma.

    That's true. FreeBSD is not meant to be used in that sense at all. It's a server operating system, designed to run unattended.

    It lacks a GUI of any note.

    That's true. The only graphical user interfaces for FreeBSD are those based on X11--including the atrocities KDE and Gnome. These are nothing more than curiosities.

    There is no support available for it.

    That's true. FreeBSD is not for people who want to buy a support contract. These people need to use Solaris or AIX or IRIX or Mac OS X Server instead.

    It is an assortment of fragmented OSes.

    That's untrue. FreeBSD is just one operating system.

    It cannot be run on the x86 platform.

    That's untrue. The primary platform of FreeBSD is IA-32, which some silly people insist on calling "x86" for reasons that escape me.

    You have to compile everything and know C.

    That's half true. You do have to compile everything; that's what the "ports" system is. You do not have to know C, however; that's also part of the "ports" system.

    Support for the latest hardware is always poor.

    That's true. FreeBSD does not strive to be on the bleeding edge of anything.

    It is incompatiable with GNU/Linux.

    That's both true and untrue. FreeBSD can interoperate with Linux. FreeBSD can also run much of the same software as Linux. But unfortunately Linux developers decided to make some decisions in their design that could best be described as dubious, so certain incompatibilities arose over time. These incompatibilities come from the Linux side of things, not the FreeBSD side. Complain to your local Linux developer.

    It is dying.

    That's untrue. There were more shipments of FreeBSD last year than any other UNIX operating system. That's because Mac OS X is, for all intents and purposes, FreeBSD.

  16. phew by tjensor · · Score: 1

    "numerous security advisory fixes"

    At first I read that as "humerous". But of course this isnt Windows we are atalking about. eyethangyoo.

    --
    <fnord>OBEY</fnord>
  17. Re:Sorry, you are WRONG! by dinivin · · Score: 2, Insightful

    You have a naive understanding of how the world works my friend. Can you truly be free when there is no system in place to protect your rights? No! Would you consider yourself free if there were no laws?

    Uh, we're talking about software, not human rights and freedoms. Till you manage to get that through your head, there really isn't any point in continuing this discussion.

    Dinivin

  18. Re:SO this means.... by metallic · · Score: 1

    If you are talking about kernel features in FreeBSD to allow better support for USB peripherals and the like, then comparing Linux against FreeBSD is like comparing apples to oranges. If you want to talk about a server platform, FreeBSD has better kernel throughput than Linux 2.4 while from a desktop standpoint Linux offers better support. Pick the right tool for the job.

    --
    Karma: Positive. Mostly effected by cowbell.
  19. Re:Support your local Daemon by Gordonjcp · · Score: 1

    Smacktard. Go and look up "daemon" in any dictionary, although I would recommend the Concise Oxford. *Not* dictionary.com, though.

  20. Re:What I know about FreeBSD by marcovje · · Score: 2, Informative

    >> You can not play games on it.

    >That's true. FreeBSD is not for people who want to >play games. These people need to use a PlayStation, >GameCube, or Xbox.

    Most loki games work fine, and installation using original linux CD is supported by ports tree. /me has Heroes of Might and Magic on an old laptop, to amuse myself when traveling by train.

  21. Re:Sorry, you are WRONG! by Anonymous Coward · · Score: 1, Insightful

    You have a naive understanding of how the world works my friend.

    No kidding?

    Can you truly be free when there is no system in place to protect your rights?

    Yup. You may not be happy, or secure, or safe, or wealthy, but you're free. That's what "free" means.

    If you want to talk about stuff other than freedom, be my guest. But don't try to roll a whole trunk-full of ideas up and call the whole package "freedom." It doesn't work that way.

    They can do it because they are just as free as you.

    Right. That's what "free" means.

    True freedom means the ability to be protected from losing your freedom.

    No, that's not what "freedom" means. Wilsonian liberalism aside, freedom cannot be satisfactorily expressed as a negative proposition. There is no such thing as "freedom from." That's just a figure of speech. Freedom is a positive proposition: "freedom to."

    I agree that unrestricted freedom would be a lousy way to live. I think restrictions on behavior are important, even critical, to a civil society. I'm just not deluding myself and misleading others by engaging in "slavery is freedom" double-speak.

    Freedom is the natural state, the state of grace. We voluntarily give up our freedom, to a degree, when we join a society. In doing so, we must never forget that what we are doing is a conscious act. We must never forget that we have voluntarily surrendered our freedom for a greater prosperity. To say that freedom can't be freedom without restrictions is a disservice to the essential nature of freedom itself.

    The thing about FreeBSD is that anyone can easily take away the freedom of the software!

    Actually, no. Nobody can take away the freedom of FreeBSD. FreeBSD is now and will always be free... as long as it doesn't get "infected" with stolen IP, as Linux recently has been.

    What you can do is take FreeBSD and create something new from it, something that is for a limited time protected by copyright. This is called "progress."

    But eventually, all things return to the public domain. Ashes to ashes, dust to dust. So your high-minded, blowhard rhetoric about "taking away the freedom!" is just silly.

    For software to truly be free, it must never ever ever risk losing its freedom, no matter what hands it falls into. Anything else is not free.

    Please extract your head from your ass before continuing this discussion.

  22. Mod Parent UP by cculianu · · Score: 1

    Yes! You are right. That's the crux of the problem. In fact vendors are DISCOURAGED from contributing to BSD, because they FEAR helping out the competition.

    Now, with Linux, even vendors are freer to contribute, because their contributions are GUARANTEED to not be exploited by their competition and used against the vendor that contributed. Everybody wins. This is why GPL is more free than BSD.

    1. Re:Mod Parent UP by minektur · · Score: 1

      I work for a company that bases many of it's products on FreeBSD -- excellent OS - easy to customize, and we're not constrained by the GPL to give away our work. Generally we dont package up and sell our software, but rather sell services (accounts on our hardware running our software).

      GPL: Not Free as in Beer, but Free as in Herpes!

    2. Re:Mod Parent UP by MrBlackBand · · Score: 1
      we're not constrained by the GPL to give away our work

      So you take code for nothing and give nothing back to the community? Yeah, why would any developer want to use the freedom-hating GPL when we can use the BSD license and do free development work for corporations?

      --
      "It is difficult to get a man to understand something when his salary depends upon his not understanding it."
    3. Re:Mod Parent UP by minektur · · Score: 5, Insightful

      Actually, our company pays full time wages for at least two FreeBSD developers that I can think of, who's work goes straight to the project. Our products however we dont give away - they are a competetive advantage that we dont want to give up.

      The person I originally responded to was claiming that the BSD licensed software frightened away commercial interested MORE than GPL'd software and my posting was to refute that false idea.

      Just because YOU like the GPL and you like working on GPL'd products doesn't mean that that is the only valid way to do development.

      Our business model works for us, and the FreeBSD community bennefits from our involvment. It really is a win-win situation for both FreeBSD and us.

      If I were to release source code of any of my personal software projects, I'd do it under a BSD-style license. Software doesn't have to be business-related or business-useful, but for businesses using various types of 'free' software, BSD is certainly more attractive.

      Oh, and you don't have to work on FreeBSD and do 'without-cost' development for corporations - my company PAYS me to develop BSD software. Just because you can't find paying work doesn't mean that the rest of us don't like having jobs.

      Don't even get me started about all the BSD work that has found it's way into linux - the BSD license has made this possible, and easy.

    4. Re:Mod Parent UP by Brandybuck · · Score: 1

      There are thousands of GPL hackers doing free development work for corporations like Redhat. Why this free work under the GPL gets paid more than the free work under the BSD license is a something I just can't see.

      So what if Redhat let's me turn around and redistribute their distro? It still doesn't put food on the table. All it means is that I'm not getting paid by SuSE or Mandrake either. Unpaid work is unpaid work is unpaid work. If you wish to do unpaid work for corporations, please be my guest. But don't go pointing fingers at me saying I'm getting paid less for my unpaid work than you are for yours. It's silly.

      People *DO* get paid by Redhat for writing GPL code. But that's not because of the license, but because Redhat hired them. In the same manner, people at Apple and The Weather Channel get paid for writing BSD code as well.

      --
      Don't blame me, I didn't vote for either of them!
    5. Re:Mod Parent UP by PurpleWizard · · Score: 1
      "Don't even get me started about all the BSD work that has found it's way into linux - the BSD license has made this possible, and easy."

      Makes you sound annoyed that Linux takes in stuff to use. If that's a problem to you why use the FreeBSD license that allows it? You must be really annoyed by companies taking in your work and it helping them make billions of dollars? Then again as annoyed by that as Linux because in most cases you won't know about it.

    6. Re:Mod Parent UP by minektur · · Score: 1

      I'm not annoyed by that at all -- I'm annoyed by peopel who think that BSD licensed software is inherently bad like the poster I was responding to did.

      My point was that BSD licensed software is GOOD and that it has even bennefitted the GPL'd OS of his choice.

      Your statement is a classic straw-man argument - change my statement into something you can argue against, since you can't argue against my _real_ statement. Or, I admit that it is possible to read my statement in the way you aparently did, though I did not intend to come across like that, if that is what you got out of it.

    7. Re:Mod Parent UP by PurpleWizard · · Score: 1
      I think I'm clear now but there is still that duality to how you could mean GOOD. Either the quality of the BSD code is good (no one doubts it unless they're a fool) or it is good that it is licensed BSD style. (Or both of course).

      It did read to me like you were annoyed that Linux takes code and uses it.

  23. Re:What I know about FreeBSD by 10Ghz · · Score: 1
    That's true. FreeBSD is not for people who want to play games. These people need to use a PlayStation, GameCube, or Xbox.


    FWIW: Consoles suck for some type of games.

    That's untrue. There were more shipments of FreeBSD last year than any other UNIX operating system. That's because Mac OS X is, for all intents and purposes, FreeBSD.


    I bet that if you asked Mac OS X user "What OS are you running there?", all of them would say "It's Mac OS X" and not "It's FreeBSD". Roots of OS X might be FreeBSD, but that does not make it FreeBSD IMO.
    --
    Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  24. Re:What I know about FreeBSD by ajr_trm · · Score: 3, Informative

    > 9. It is incompatiable with GNU/Linux. Wrong. FreeBSD has an extensive Linux binary compatability system that allows most Linux binaries to run just fine. Word is, sometimes even faster.

    Some time ago I had 1GHz Athlon 256MB with ATA100 drive as my workstation. I put linux on it. Everything was ok, up to the time I had to untar some big files 200GB+. Starting single tar -zxf filename nearly made my computer not responding (even mouse cursor moved in jumps). First I thought the reason was that I have 2.2.x kernel so I switched to 2.4.x. It didn't help. Finally I put FreeBSD on this box and from that time unpacking archives with tar was no longer a problem.

  25. Re:SO this means.... by TheRaven64 · · Score: 1

    Or, more likely, he's someone who considers `Linux' to be the same as `RedHat Linux', an is simply comparing version numbers in a vain attempt at humour.

    --
    I am TheRaven on Soylent News
  26. Isn't it interesting by utlemming · · Score: 5, Insightful

    that the difference between a *BSD release and a Linux distro release is a night and day difference. When a linux distro is released everyone comes out of the wood-work, says it is the best thing since the 386 was released, praises Allah, and there would be few if any comments to the contrary. Yet, when a *BSD release comes out it becomes a religious war over which is better, and all the trolls come out of the wood-work?

    --
    The views expressed are mine own and do not express the views of my employer.
    1. Re:Isn't it interesting by tarius8105 · · Score: 2, Interesting

      Amen! Linux is still not stable like *BSD yet. I've ran into a few issues with a top of the line system running Red Hat 9 doing more then 4 compiles at once would cause the box to hang and have to be reset, but my Dinky P166, 64 meg FreeBSD box can handle like 10 compiles at once.

    2. Re:Isn't it interesting by utlemming · · Score: 1

      I must confess that I actually thought about migrating away from FreeBSD towards Linux. It was a short lived endevour. I tried Mandrake, SuSE, and Redhat only to be disappointed. And it was not the learning curve either. The most disappointing was the speed at which Linux systems run compared to FreeBSD. I was a prodigal FreeBSD user that has now returned to the true Daemon...

      --
      The views expressed are mine own and do not express the views of my employer.
    3. Re:Isn't it interesting by austus · · Score: 3, Insightful

      I have spent my fair share of time using various versions of Linux-based OS's and *BSD(mostly FreeBSD). There aren't any ground shaking differences between them. I have one very important observation though. FreeBSD is alive and well! It even excels over most Linux distributions because it has ALL of the following:

      1. A package system that supports both binary and source installation of software packages.

      2. An OS upgrade procedure (other than wipe out your system and install the new version).

      3. Very modern software packages available for easy installation.

      4. A handbook available so that one doesn't have to go to several different websites (often sifting through out-dated material) to get vital information required to powerfully use the OS.

      Don't get me wrong Linux people. I like what you guys are doing... even though I haven't found one Linux-based distro that has all 4 of my subjective minimum requirements as listed above. I wouldn't bother installing Linux-based distros if I didn't like Linux. Just don't get a religious superiority complex.

      Begin moderating this post down...3...2...1...Now!

  27. Re:SO this means.... by gregarican · · Score: 1

    right tool is a very appropriate term. That's about that FreeBSD is. A frikkin' tool. I haven't seen a legitimate commerical operation using FreeBSD for production servers in all my years as in IT. I think I saw more OS/2 and Banyan servers than FreeBSD boxes!

  28. 110 comments and no .torrent file?!?!?!?!?! by PunchMonkey · · Score: 1

    Subject header says it all... I'll just rely on good ol' fashioned ftp then.

    --
    I'll have something intelligent to add one of these days...
    1. Re:110 comments and no .torrent file?!?!?!?!?! by David_W · · Score: 4, Insightful

      I think most FreeBSD folks (whether official project members or just us users) don't bother with torrents since the most popular way to upgrade a system is via cvsup (at least that's the perception). It took a long time before ISOs were even offered since it was believed most people wouldn't be using them. It would probably take an analysis of the FTP logs after a release, showing a lot of traffic on the ISOs, before torrents would show up often.

    2. Re:110 comments and no .torrent file?!?!?!?!?! by utlemming · · Score: 1

      Why use a bit torrent when there are 12 FBSD US mirrors, and about thirty more around the world. With that many servers it is easy to get a ISO, even on the day of release, in no time.

      --
      The views expressed are mine own and do not express the views of my employer.
  29. Re:MP support?!?! by TheRaven64 · · Score: 2, Informative
    From dmesg:
    FreeBSD 4.8-STABLE #1: Thu Jul 31 15:39:28 BST 2003
    theraven@slave:/usr/src/sys/compile/SMP
    Timecount er "i8254" frequency 1193182 Hz
    CPU: Intel Pentium III (701.59-MHz 686-class CPU)
    Origin = "GenuineIntel" Id = 0x683 Stepping = 3
    Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE, CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR, SSE>
    real memory = 536870912 (524288K bytes)
    avail memory = 518139904 (505996K bytes)
    Programming 24 pins in IOAPIC #0
    IOAPIC #0 intpin 2 -> irq 0
    FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs
    cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000
    cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000
    io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000
    Looks like it's supporting my dual P3 quite well thanks...

    There are a few more lines in dmesg talking about SMP support, but I think that snippet gives you everything you need to know.

    --
    I am TheRaven on Soylent News
  30. Re:Does anyone out there... by larkost · · Score: 3, Insightful

    I run several FreeBSD servers, and am very happy with them. Install was simpler, and adding software (that is in ports) is a snap. So is keeping up with patches. I am not sure that I would want to run it as a desktop OS (MacOS X), but as a server I am very happy with it.

    There is a reason that a lot of the big servers run BSD's...

  31. Re:YES! by pebs · · Score: 3, Insightful

    Hell yes it would! That would make getting people to use free software that much easier!

    That was the obvious response to that I was expecting. But I think you're wrong. Microsoft's buggy software doesn't seem to cause joe user to use free software. At least not with the free software we have today. Joe user is used to all the Windows problems, one more buggy implementation isn't going to open his eyes to the world of free software. Not only joe user, but the corporate world seems to not mind using buggy software for their desktop machines. I'd rather Microsoft not have control of the desktop market, but since they do, I'd rather their software be as stable and bugfree as possible. If MS took BSD and wrote a good closed-source OS using it, I'd be ok with that, as long as the end result was a good product.

    Would it be better if OS X didn't exist at all? Sure. Why do I care if more closed source proprietary software exists?

    You don't, so license your software under the GPL. Other people do care that closed source proprietary software exists. And of course, people who think OS X completely blows away any free OS, care about its existance. I'm not going to argue that, as I haven't used OS X enough to form an opinion. But if it indeed blows away free OSes, I'm glad it exists and don't mind the GUI being closed-source.

    In any case, the BSD license gives more freedom than the GPL. However, the GPL restricts freedom in a way that enforces openness. Which is better? I don't know. But this statement is blatantly false:

    FreeBSD is *not* free guys! It never was! At least not in the true sense of the word.

    --
    #!/
  32. Re:Security Fixes by rsax · · Score: 1
    So does this mean that the FreeBST team isn't patching security issues as they are reported, and are instead fixing them over the period of (presumably) scheduled release iterations?

    No. The patches are incorporated at the same time when advisories are released. I'm assuming they list them in the release notes just to imply that since you're using 4.9 you don't have to worry about all the security issues which were discovered in 4.8

    If this is the case, why isn't the /. community all over them like they are Microsoft?

    See above.

  33. Re:Is it Free ?? by ari_j · · Score: 1

    Read that page again. First of all, it uses FreeBSD 5.1, which is the -CURRENT release, as opposed to 4.9, which is the -STABLE release. Second, and most importantly, it doesn't appear that FreeBSD sucks except to someone who didn't read a single word of that study. Try again, and you'll see that FreeBSD is among the best in most categories. The one that surprised me was OpenBSD's lack of performance in this study. I didn't have that experience at all when I used to run it.

  34. Re:Security Fixes by Digital+Dharma · · Score: 1

    Something else to consider is that, unlike most Linux distributions, FreeBSD isn't riddled with security vulnerabilities. FreeBSD does have it's share of holes, but they are few and far between, and usually patched very quickly.

    --
    End of Line.
  35. Re:Does anyone out there... by gregarican · · Score: 1

    In the past several years haven't seen any high profile company announcing they are running FreeBSD servers in their production environment. Perhaps I am missing something...

  36. GPL confusion (was: Re: Mod Parent UP) by John+Hansen · · Score: 1

    I work for a company that bases many of it's products on FreeBSD -- excellent OS - easy to customize, and we're not constrained by the GPL to give away our work.

    The GPL does not constrain you to give away your work. It only mandates that you have to include your source code whenever you distribute the program--that's IF you distribute your program.

    Generally we dont package up and sell our software, but rather sell services (accounts on our hardware running our software).

    You could do the exact same thing with Linux, or... oh... GNU Hurd. There is nothing in the General Public License saying that you cannot make some software for Linux for internal use, and then sell services using that software.

    1. Re:GPL confusion (was: Re: Mod Parent UP) by minektur · · Score: 1

      I did say "Generally" didn't I? If we did want do shrink-wrap our software, we couldn't without doing what both you and I said.

      You seem to be implying that 'including our source code with the product' is somehow not 'giving away our work'. Yes, there is more to what we offer than the binaries, including all the services surrounding the products - ordering, billing, support etc, but a significant expense for us _is_ the software development. Are you seriously saying that giving away our source code is not giving away our work? Or, do I just misunderstand what you are saying?

      We have considered a 'linux port' of our software which would essentially be a reimplementation from scratch of our products because a significant portion of our products are largely kernel modifications. We might some day do this - but one of the things that has made doing so seem less worthwhile is the GPL.

  37. Re:Troll? Care to explain your modding parent down by pebs · · Score: 1

    When I say that the GPL is free, I really mean is that the code itself is protected by a garuantee that it shall remain open and freely available to every recipient of that code. It does not however, garuantee any freedom to the reciepient itself.
    The BSD "free" is a different "free" to the GPL and applies to two different things. Hence the confusion and silly statements that "The [GPL|BSD] is [more|less] free than the [GPL|BSD]"

    That is exactly what I said:

    "The BSD license is free in a different way than GPL software. It is free in a way that actually allows more freedom than the GPL."

    I didn't say that the BSD license is more free than the GPL, I said it allows more freedom [to the recipient].

    --
    #!/
  38. Re:Does anyone out there... by Digital+Dharma · · Score: 2, Informative

    Actually, Yahoo runs FreeBSD, as does NASA and several other large companies. As far as I can tell, FreeBSD doesn't require the same rabid following that Linux does.

    --
    End of Line.
  39. Re:Does anyone out there... by Monk[Deviant+Form] · · Score: 3, Informative

    i REALLY wanted out of microsoft.
    i have tried switching from win2k to linux and found it confusing,xxx tools for the same job and for me a confusing file layout.
    installing Freebsd was/is a breeze even for a mouse clickin fool like me,i downloaded a couple of floppies,set up my nic and pointed it at a ftp site.
    the file layout was explained well and seemed logical to me..
    The manual is good.the package system with its dependancy checking is lovely.
    it has linux binary compatibility
    there is ALOT less random noise on freebsd mailing lists and forums in my (limited) view.
    to sum up i found it easier to use/install than mandrake or redhat

  40. Re:Wow, those guys sure are behind the times! by lyonsden · · Score: 1
    Good thing they have version 5.1 available. Now they just have to add the two together.

    Of course, Apple just released Panther - which is 10.3 so they would still be a little behind.

    Good grief - surely I've got something better to do with my time.

  41. Re:SO this means.... by muyThaiBxr · · Score: 1

    you are a moron. Think yahoo, sony japan, hell even hotmail still has bsd boxes. Not to mention just about every hosting service that actually stays up for any amount of time is running on FreeBSD, and netcraft shows that the machines with the highest uptime are all BSD. Go back into the hole you crawled out of.

  42. Re:SO this means.... by wackysootroom · · Score: 2, Interesting

    I'll bite on this one. I guess you've never heard of Yahoo or Hotmail. Both have used FreeBSD for web serving.

    Obviously, you've been hiding behind OS/2 boxes all these years. It's a shame that you don't get out more.

  43. Re:Sorry, you are WRONG! by krilli · · Score: 2, Insightful
    The thing about FreeBSD is that anyone can easily take away the freedom of the software! And many closed-source vendors do just that.

    No.

    Even if somebody takes BSD and makes it into a closed-source product, the original BSD code is still available for free.

    Thus, two things will cause customers to ignore the closed-source product based on BSD: more cost and less addition of value. Until the derivative clears this invisible hurdle, people will rather just get the completely free FreeBSD.

    Mac OS X works, because it adds sufficiently many features and makes them easy enough to use that people will buy it for what Apple decides they will sell it for.
    --
    Jag pratar lite svenska.
  44. Re:Support your local Daemon by ckathens · · Score: 1

    Who cares? There's also a significant amount of hardcore agnostics and atheists. It's just a word, and only the most extreme christian cults/sects would even worry about using the word "Daemon".

  45. Re:Does anyone out there... by muyThaiBxr · · Score: 4, Informative

    Like I said before... you are a moron. You think the slashdot crowd knows anything? Most of them are a bunch of Linux Fanboyz who know nothing about how the os works.

    With that out of the way, Several production shops use FreeBSD on their servers. Yahoo, Sony japan, Hotmail (yes, they still do, even if they won't admit it). And another thing, I was looking at linux's so-called SMP support the other day, (mainly because netstat was hanging for like 1.6 seconds on my 2.4 kernel 4 way smp machines) and the locking is horrible. Just running a netstat causes the rest of the TCP system to hang while the netstat completes. And it's noticable, The webserver latency goes from 5 ms to 1.9 seconds.

    Things like this are why FreeBSD is still used anywhere that needs to support high traffic and high uptime.

  46. Re:Does anyone out there... by bluGill · · Score: 2, Insightful

    Yep. I use freeBSD, and I like it. As much as anything I am used to the BSD way of doing things. I have no problems with linux (other than distributions tend to do things just a little different), and am considering a new linux machine for things that linux does better than BSD. BSD is still the best for servers, but for desktops some of the support isn't as good. All IMHO of course, you are free to disagree.

  47. I've got news for you. by Chris_Stankowitz · · Score: 1
    Linux 2.6.0-test9 is dead!

    Ahhhhh, sweet revenge.

  48. Re:Does anyone out there... by fuzzybunny · · Score: 4, Informative

    Absolutely.

    I have had FreeBSD on all my laptops for ages now--both as a workstation, and as a console/sniffer/debugging machine. The only weakness in this regard was the lack of MS Office support (no, I don't find Star/OpenOffice or KOffice or friends acceptable alternatives as of yet.) It's stable, fast, easy to upgrade and maintain, secure, and flexible.

    My personal firwealls have also been FreeBSD since I started finding OpenBSD too archaic for quick changes (my last one started deciding that what I told it to do wasn't secure enough. Looking for solutions in newsgroups/mailing lists inevitably came up with "read through the source and quit bugging us you fucking idiot".) I don't want to use an OS maintained primarily by a psychopath.

    My home fileserver, and AMD K6-2-400 has also been FreeBSD since about 3 years now--running 24x7 without a glitch.

    I've installed it at several client sites as firewalls, web servers, monitoring boxes, groupware and mail servers, and use it with no hitches _whatsoever_ for our company (DNS, mail, PHProjekt, www.)

    Prime factors in terms of quality of an OS are

    Ease of installation and upgrade

    Support (I've always found the BSD mailing lists to be pretty friendly, and people to be fairly clueful

    Good package management

    Security

    Well-thought out and common sense layout of the OS itself (file systems, config files, etc.
    Yes, I have a good amount of unix experience, but I often just need something to work without too much knob-dicking around, period. This is the reason I have an XP box lying around at home (games, documents I get from clients, Windows software I sometimes use professionally, etc.). No, I don't think *BSD is ready for the desktop.

    However, having worked with Unix variants, including various Linux incarnations, for more than 10 years now (holy shit! I'm old!) I can really recommend this as a reliable, and representative example of a good OS.

    This is assuming, of course, that you're not just trolling.

    --
    Cole's Law: Thinly sliced cabbage
  49. Re:Does anyone out there... by bahwi · · Score: 4, Insightful

    For desktop and servers, yes.

    I tried linux, didn't like one distribution, changed, had to relearn EVERYTHING.

    Tried Gentoo recently, looks good, but they think portage is go gracing earth when it still has some issues that need to be resolved.

    Besides, nothing beats the stability of FreeBSD, even on 5.1 and 5.2 I've never had a crash on my desktop machine.

  50. BSD is SCO Insurance by Anonymous Coward · · Score: 5, Insightful

    Be nice to the FreeBSD project. In the remote event SCO wins its lawsuits, FreeBSD, especially the 5.x series, would easily be able to replace Linux.

  51. Re:What I know about FreeBSD by fuzzybunny · · Score: 1

    That's true. FreeBSD is not for people who want to play games. These people need to use a PlayStation, GameCube, or Xbox.

    Hey dude, try playing Halo or Tux Racer or whatever on a VT220 when stuck in a server room at 3 a.m. waiting for a system upgrade to finish, with nothing more than a bunch of blinking rackmounts to keep you company.

    That's what Angband is for! What do you mean, it's not for people who don't want to play games. If it's a choice between Moria/Rogue and counting floor tiles during a long compile....I'll even take Mud Shell at that point.
    --
    Cole's Law: Thinly sliced cabbage
  52. Re:Does anyone out there... by gregarican · · Score: 2, Interesting
    Although I got modded as such, I wasn't trolling. And I wasn't aware of higher profile sites like Hotmail and Yahoo! using FreeBSD servers. It was just that in my past lives (working for other larger companies in a variety of industries) I hadn't run into any notable FreeBSD implementations. A few test/development envioronments and that was about it. And in my experience (this was more than a couple of years ago) I didn't warm up to FreeBSD like I did to some other *NIX alternatives.

    But everyone's free to disagree for sure. The fact that there are satisfied folks using production FreeBSD deployments says a lot and probably does discount most of the trolling resulting from the main article.

  53. I've switched by devphaeton · · Score: 3, Insightful

    I've used linux for about 4 years, but i have always peeked into the BSD camp now and again.

    While i like linux, and it has always done well for me, i think it's time for me to jump the fence to FreeBSD completely.

    The BSDs always seem to be more mature and logical, and `cleaner'.

    Maybe this isn't the best reason to drive such a decision, but i think a lot of the noise and trolling from the linux camp of late has really put me off. I know *all* linux users aren't like this, but it's really turning into something don't want to be associated with. I have a similar situation with the Apple community, and Windows, well... i just hate the OS enough.

    The level of integrity that i've seen in my (albeit limited) interaction on usenet, slashdot and irc with BSD folks is impressive. There aren't any issues of acting juvenile or overly zealous.

    Maybe in a while the linux camp will "grow up" some and i'll come back.

    Sorry.

    --


    do() || do_not(); // try();
    1. Re:I've switched by phoxix · · Score: 1
      Maybe this isn't the best reason to drive such a decision, but i think a lot of the noise and trolling from the linux camp of late has really put me off. I know *all* linux users aren't like this, but it's really turning into something don't want to be associated with.

      Ironically these two lines make this post a troll itself. There is a huge difference between end users feuding and developers feuding. The latter is rare between both OSes, and it is what counts in life.

      Do you think Alan Cox, et al are leaving linux because there are a few loud and zealous linux users ? If they aren't, why should you ?

      I think its a grand idea to try another OS, but posting trollish reasons on slashdot is another story.

      Sunny Dubey

    2. Re:I've switched by scosol · · Score: 1

      Yeah- the mature/logical/cleaner thing is what initially hooked me back in the 2.x days.

      Sure, linux today is a lot less messy than it was back then, but still.

      FreeBSD has long been my OS of choice for any and all server stuff-

      For desktop use, I still have to use linux due to freebsd's hw-compatibility lag- but hey, no biggie :)

      --
      I browse at +5 Flamebait- moderation for all or moderation for none.
    3. Re:I've switched by Brandybuck · · Score: 1

      Here's my impression of the Linux camp. It's not accurate, but it seems to be the dominant noise:

      "2.4.97 is here! Yeah! We finally get [bugfix|VM|whatever]! Now the world will take us serisouly. Anyone who sticks with 2.4.96 is a loser!"

      Repeat for every minor release...

      --
      Don't blame me, I didn't vote for either of them!
  54. Is it STABLE or not? by wiersma · · Score: 1
    What I find strange is this remark in the announcement:
    We encourage all our users to evaluate FreeBSD 5.1 and the upcoming 5.2. Because PAE support has only been a feature in 4.X for a few months, it has not received wide-spread testing, and our most conservative users may wish to stay with FreeBSD 4.8 until they choose to migrate to 5.X.
    This seems to imply that the 4.X branch is no longer -STABLE. I thought the 4.X branch was for conservative users. I don't really see how PAE can be the only reason for this since it is only an option for the kernel. Conservative users can simply choose not to turn it on, right?
    1. Re:Is it STABLE or not? by Oddly_Drac · · Score: 2, Informative

      "This seems to imply that the 4.X branch is no longer -STABLE. I thought the 4.X branch was for conservative users. I don't really see how PAE can be the only reason for this since it is only an option for the kernel. Conservative users can simply choose not to turn it on, right?"

      The simple answer is 'yes'.

      The more complicated answer is that 5.x is significantly different from 4.x in quite a few ways in that it's a technology 'step-up' and would quite possibly break if overlaid on a pre-existing 4.x system before it gets it's own -stable branch; the word is around 5.3.

      Personally my dev server has frozen around 4.8 because it does the job, I loathe patching for the sake of having 'current' version numbers without having the time to familiarise myself with the new features.

      This is mildly different behaviour from those that like their 'zero day' sources...

      --
      Oddly Draconis
      Too cynical to live, too stubborn to die.
    2. Re:Is it STABLE or not? by bmah · · Score: 5, Insightful

      Let's ignore, for the moment, any bikeshedding over the name STABLE and the stability of the code.

      The reason for the sentences in question (I had a small part in writing them) was simply this: PAE is a fairly young (in the 4.X series) feature that touches a lot of bits in the kernel (yes, even if it's not enabled). When it was first committed, it caused a number of problems (well-documented on the mailing lists), but they seem to have been fixed. If we thought there were any major problems remaining in this area, we wouldn't have released. However it's an undeniable fact that PAE in 4.X hasn't had a lot of testing time compared to most of the rest of the kernel, and this bears a bit of consideration.

      I believe that for the vast majority of users (myself included) 4.9 works just fine. (I run a mix of 4.9-STABLE and 5.1-CURRENT on various laptops, desktops, and non-critical servers.) If you're really one of the most conservative users, you probably wouldn't jump on the new release bandwagon anyways, and would spend some time evaluating 4.9 (regardless of PAE, or what anyone on the release engineering team says) before deploying it in some mission-critical environment.

    3. Re:Is it STABLE or not? by horcy · · Score: 1

      Man i whish there were more people like you.
      Finally some extremely useful information.

      Respect for Bruce A. Mah

      Now i have to find out what PAE is :)
      yeah i know, rtfm, i'm on it.

      --
      Check my site: http://pixel.pagina.nl
    4. Re:Is it STABLE or not? by wiersma · · Score: 1

      Thanks for the reply bmah! I puts me at ease. I guess I had read over the "most" in "most conservative users", or maybe I read it as "most of our conservative users". Anyway, I now understand what is meant by that remark. I honestly misunderstood it as meaning that 4.9 was not stable (sorry about the bikeshed); I hope no one else makes the same mistake.

    5. Re:Is it STABLE or not? by bmah · · Score: 1

      No worries. It would have been nice to have had more detail in the release announcement but we usually try to keep them short.

  55. come on... by Asenchi · · Score: 1

    I am a have excepted Jesus Christ as my personal Lord and Saviour and see nothing wrong with a play on words The great thing about Open Source, is you don't have to use it.

    Accepting this as 'glorifying evil' absolutely incorrect. FreeBSD isn't saying, use it b/c the Devil uses it, or putting other 'evil' messages in the source. It is picture, one manufactured by Man, which has no idea what a demon even looks like. Red tights are fabrication by Man.

    Anyone want to read Harry Potter?

    Asenchi

  56. Re:You misunderstand the World. by dinivin · · Score: 2, Insightful

    You clearly don't get what free software is all about.


    On the contrary, it's you and RMS that don't understand the definition of the word "free".

    GPL software != free software.

    GPL software == software with huge limitations on how it can be used.

    Even the BSD license has limitations, but at least they're much "freer".

    Dinivin

  57. Depends on your definition by arevos · · Score: 1

    Does that mean we'll have to abstain from using "icons" as well?

    Actually, the word Daemon, like many things in Christianity, has roots in paganism, though it also has connections to Ancient Greek as well. Only in Christianity does the word specifically refer to an evil entity.

    What's the difference between Unix borrowing the word to mean Disk And Execution MONitor, and Christianity borrowing the word to mean a sort of evil, supernatural entity?

  58. Re:Does anyone out there... by fuzzybunny · · Score: 1


    Oh yeah, I should probably mention that, while I was contracting at one particular client site (large international investment bank) a certain unnamed market data services provider, whose owner is now mayor of a certain unnamed large city, said MDS provider (who, as I found out after about a month of calls with core developers, had no f***ing clue what their application actually did, technically) decided to break our Socks5 proxies (running NEC socks5, which was technically not permissible for commercial usage, but that's another story) through all kinds of protocol tomfoolery.

    What happens? The only contractor on the network security team (moi) ends up putting in 3 weeks of 15-20 hour days to fix this, because about 1500 traders in our country (several thousand worldwide) relied on said MDS application for fairly critical data.

    Our two Sun Ultra-2 Socks5 boxes running Solaris 2.6 and ipfilter weren't doing much of anything anymore, since said MDS provider's very questionable implementation caused all sorts of fun things to happen (like crashing inetd.) In desperation, at about 3 a.m. one morning, I took my little Thinkpad X20 with FreeBSD 4.7-RELEASE on it, installed socks5 from ports, hooked a USB ethernet adapter to it, and proxied 1500 traders (not all at the same time, thank god) connections.

    When the MDS guys came and kicked me awake that morning (somehow they must have heard the snores coming from under my desk) to ask my why things were suddenly working again, I had to tell them that yes, you're getting a large percentage of your market info over a little bitty laptop in the cellar, running FreeBSD. And could they please look into alternatives, as I kind of wanted my laptop back, thank you very much. That went over...interestingly. The thing kept this up for several days; it's remarkable how much more effectively you can fix problems without 5 members of senior management barging into your office, sweating bullets all over the floor every couple of minutes.

    Our unix & security engineering guys' response? "Deploy laptops!"

    --
    Cole's Law: Thinly sliced cabbage
  59. Don't be a moron. by Ayanami+Rei · · Score: 1

    Everyone one of REAL IT-types us are heathen atheists. Sorry to burst your bubble. We likes our BSD naughty.

    Mmmm... sacrilicious.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
    1. Re:Don't be a moron. by devphaeton · · Score: 1

      Everyone one of REAL IT-types us are heathen atheists. We likes our BSD naughty.

      Yeah... nauuughty .

      --


      do() || do_not(); // try();
  60. Re:You misunderstand the World. by cxvx · · Score: 1

    GPL software == software with huge limitations on how it can be used.

    The GPL sets no limitations on the use of the software, only on the (re)distribution of it (as in, any changes you made must be available to people you redistribute the software to).
    That makes a whole lot of difference.

    --
    If only I could come up with a good sig ...
  61. Re:Support your local Daemon by Oddly_Drac · · Score: 1

    "There is a fairly significant amount of Christians in IT. Shouldn't open source be using something less offensive, like "services" instead of glorifying evil?"

    Who modded a troll up as 'interesting'?

    --
    Oddly Draconis
    Too cynical to live, too stubborn to die.
  62. Re:Does anyone out there... by gregarican · · Score: 1
    Ignoring the childish namecalling, I would like to see evidence that Yahoo! is still running production services on FreeBSD servers. The only references I could find were from news postings back in the late 1990's where one of the Yahoo! co-founders stated why they made the move to FreeBSD back then, after their DEC Alpha box couldn't handle the HTTP request traffic (back then it was 4 million hits a day).

    Seriously, though. Wouldn't I be able to google a current reference that they are still using FreeBSD?

  63. Re:Interesting, but the real question is... by Sly-Guy · · Score: 4, Insightful

    Why, yes. Yes it does.

    See: /usr/ports/emulators/linux-base

    or: FreeBSD Hypertext Man Pages: linux

  64. Linux Kern 2.4 vs 2.6 vs FreeBSD by millahtime · · Score: 4, Informative

    There was something on this that was already on /. You can find that here and also here Granted it's the 5.x versions of FreeBSD but still got a good comparison.

    1. Re:Linux Kern 2.4 vs 2.6 vs FreeBSD by maunleon · · Score: 1

      It was an awful comparison. The 5.x series is known to have performance problems and experimental code. It is nowhere near production grade yet, and 4.x will beat it as far as performance goes.

    2. Re:Linux Kern 2.4 vs 2.6 vs FreeBSD by millahtime · · Score: 1

      I realize that. But it's the most detailed one i know of. It doesn't cover a lot of the great stuff in FreeBSD either. Like how it scales accross multiple processors better. It would be nice to have an accurate preformance comparison for linux and bsd. For FreeBSD 4.9, Linux 2.4, FreeBSD 5.1 and Linux 2.6

    3. Re:Linux Kern 2.4 vs 2.6 vs FreeBSD by MS_is_the_best · · Score: 1

      I suspect that on a SMP machine linux 2.6 will beat 4.9 performance wise ;-)?

  65. Who modded this up? by bonch · · Score: 1

    You got trolled. If the word "daemon" is actually OFFENSIVE to you, you may as well not live, because everything will be offensive to you.

  66. Re:Security Fixes by bmah · · Score: 3, Informative

    No. The patches are incorporated at the same time when advisories are released. I'm assuming they list them in the release notes just to imply that since you're using 4.9 you don't have to worry about all the security issues which were discovered in 4.8

    Right. The release notes list changes between released versions, and some of those changes come about as the result of security vulnerabilities that have been discovered and fixed. If you look at the release notes for one of the development branches (e.g. 4-STABLE or 5-CURRENT) between releases, you can see items such as security advisories listed in more-or-less real-time (usually one of us tries to get them into the release notes or errata within about a day of being issued).

    Actually, it's my experience that the patches are usually in the source tree well before an advisory is issued, depending on what branch you're tracking.

  67. LinuxFormat - late again! by Twister002 · · Score: 1

    Dammit, and I was just thinking about installing 4.8 on an old machine I have. I got it with the 'latest', to the U.S. at least, issue of LinuxFormat.

    Now I feel compelled to download 4.9 instead of 4.8 and try and install it.

    --
    "For a successful technology, honesty must take precedence over public relations for nature cannot be fooled." -Feynman
    1. Re:LinuxFormat - late again! by thanjee · · Score: 1

      Depending on your download speed (I am on modem), it might be quicker to install 4.8 from the CD then use CVSUP to download the latest (4.9) bits. Although if you have never recompiled a whole system, it may seem a bit daunting and tricky for an inexperienced BSD user, but when you reboot after doing a make world it is a glorious feeling :p

      --
      Saying your OS is the best because more people use it is like saying MacDonalds make the best food
  68. Re:You misunderstand the World. by GreyWolf3000 · · Score: 1
    You clearly don't get what free software is all about.

    Careful. Free-as-in-speech doesn't mean the same thing to a BSD advocate as it does to a GPL advocate. If a corporation modifies my code and uses it to build a closed source improvement, I may not necessarily care, so long as I can continue work on my project.

    Perhaps by companies using my code, companies can become more successful and hire more employees? Develop more software that helps people? So what if it restricts freedom to the users who don't care about those freedoms?

    The original copyright applied to publishers and restricted their freedom to copy works published by others. The reader of the work didn't have a printing press, and gave up a freedom (republication) that he didn't care about. Even RMS admits this.

    What if end users don't care about the freedom to modify software?

    --
    Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
  69. Re:What I know about FreeBSD by Twister002 · · Score: 1

    You are correct, ZORK would suck on a Gamecube.

    --
    "For a successful technology, honesty must take precedence over public relations for nature cannot be fooled." -Feynman
  70. Re:Security Fixes by cant_get_a_good_nick · · Score: 2, Informative

    this has been (kinda) answered by others, but I'll try to make mine a bit clearer.

    The above statement is talking relative to release of 4.8, as cut to CD. This doesn't mean it hasn't been fixed, it just means they can't go back in time to fix it on 4.8 as it was on release day (think what was cut to CD).

    That said, FreeBSD users don't have to stay on the "as cut to CD version". Once you get a release, a good FreeBSD user can update his system, tracking one of a few cvs branches, such as STABLE (which will get you this whole release), the 4.8-RELENG "security fixes only" branch, or CURRENT, which would put you in 5.x world. All security problems are fixed in all releases.

    If this is the case, why isn't the /. community all over them like they are Microsoft?
    Because all critical vulnerabilities are on a mailing list, all versions of FreeBSD affected are updated, even old ones (you'll occasionally see updates for 3.x and even 2.x sometimes) instead of forcing people to upgrade off NT 4 so they can sell more XP licenses.

  71. If you want it at 25KB/sec by craig2787 · · Score: 1

    go here: http://craig.afraid.org/site/main.pld=binaries/fre ebsd/4.9&f=1&t=0

  72. Re:If you want it at 25KB/sec [FIXED] by craig2787 · · Score: 1

    UGH. http://craig.afraid.org/site/main.pl?d=binaries/fr eebsd/4.9&f=1&t=0 Thats better.

  73. Not true, there are security releases. by revisionz · · Score: 1

    I'll take your post seriously.

    They probably mean it includes security fixes compared to 4.8-RELEASE. However security releases do exist, they are versions with a p# in them. e.g 4.8-p13. These contain 4.8 release plus any security fixes.

    Also there are release engineering versions (aka releng) that have the update that have a version number like 4.8-20031010. These contain secuity updates plus system and driver updates.

  74. Re:What I know about FreeBSD by outZider · · Score: 1

    Ugh.

    Mac OS X is based on Mach. The command line userland is FreeBSD. So, yes, they're running Mac OS X. Secondary, they're running NeXT.

    --
    - oZ
    // i am here.
  75. Re:What I know about FreeBSD by Creepy · · Score: 2, Funny

    > > 2. It cannot be used by my grandma.
    > Then your grandma is dumb.

    Ouch scathing assault on Grandma's everywhere.

    I'll break it to Grandma that she's an idiot tomorrow... or whenever the snail mail letter gets there - she can't do Windows or Mac, either :)

  76. Re:Does anyone out there... by maunleon · · Score: 3, Informative

    FreeBSD is alive and well here as well. We use it to run a number of firewalls, a few web server, and a network monitoring station. It is a lot cleaner than linux, and integrates userland better than Linux.

    So basically, we have a heavy Windows installation protected by FreeBSD running IPF, snort, etc.

    And I am in the process of installing BSD on a diskless PC. I got 4.8 down to 8 megs, which includes kernel, shell, userland commands, network tools, etc. You come to appreciate features as the freebsd jail when you do things like this.

  77. Re:Excitement by tarius8105 · · Score: 1

    I thought the Linux users at the one show were the socially inept losers since the BSD people had the women in the tight clothing....My how the times changed.

  78. Re:What I know about FreeBSD by sremick · · Score: 1
    > That's true. FreeBSD is not for people who want to play games

    That's not true. While I'm not a heavy gamer, I have a number of games going on my FreeBSD system. I DO know of people playing Unreal Tournament 2003 on FreeBSD systems though. My games include: FlightGear, Abuse, Cube, Falcon's Eye, FooBillard (beautiful!), FrozenBubble, glTron, as well as SNES games through emulation. And that's just a tiny number of the 576 games currently in the ports collection.

    >> It cannot be used by my grandma.

    > That's true.

    Says who? I could set up a FreeBSD box that my grandma could use. She couldn't admin it any better than she could a Windows system though. If something broke with Windows or FreeBSD, she'd still be calling me. So what's the diff? "Hey grandma, to send email click here, type here, then click there." The simplest user is sufficiently abstracted from the OS enough that they are the BEST candidates for alternative OSes. And if you're going to stick a total newbie with something that they're going to call you everytime they have a problem on, why not give them something that doesn't crash all the time?

    > That's true. The only graphical user interfaces for FreeBSD are those based on X11--including the atrocities KDE and Gnome. These are nothing more than curiosities.

    While I suppose it's true technically, I don't see it as a bad thing. In fact, when it comes to servers, it's a good thing. And when it comes to desktops, choice is a good thing. Does it really matter that one team makes the OS and one team makes the GUI? They work well together, and countless people like myself use them. Do you complain about Windows because it doesn't come with a word processor? No, and if MS tried to bundle Word w/ Windows people would cry foul. So take that to another level. Just because some people can't fathom an OS and the GUI being separate, doesn't mean it's not a good idea. I don't want a GUI on the server, and I like having choices about what window-manager or desktop-environment to run. Yes, KDE and Gnome are pretty resource-intensive. So use xfce then... it's pretty slick. I happen to like Gnome, but I've used KDE too and I'm actually running xfce4 right now just for fun.

    > That's true. FreeBSD is not for people who want to buy a support contract.

    Wow, that is so not true I begin to wonder if you're a troll. Did you even bother checking the website before making that claim? Or about about here?

    > That's half true. You do have to compile everything; that's what the "ports" system is.

    That's 100% not true. FreeBSD gives you choice. If you want to compile, you can build ports. If you want to install precompiled binaries, you install packages. Once installed, they are registered in the database (with their dependencies) the same way and are managed in the same manner. A little reading of the FreeBSD ports and packages system would be in order.

    I'm hoping you're not a troll as some of your answers were correct. However some are quite wrong.

  79. I don't know about you guys.. by McAddress · · Score: 1

    I think I will just wait for longhorn before I upgrade my OS again.

    1. Re:I don't know about you guys.. by tigga · · Score: 1
      I think I will just wait for longhorn before I upgrade my OS again.

      Mmm, do you have short horns, demon?

  80. Re:disk 2 ??? by badger.foo · · Score: 1

    My advice is, either wait until the disk 1 image appears on your local mirror, or, if you're really impatient, download the floppy images and go from there. (if you've got the bandwidth to download iso images, network install via ftp or http should be just as feasible).

    Disk 2 is a live filesystem disk of a base system install, mainly good for rescues etc. This means no extra packages etc, making the image smaller than disk 1, which contains installer, various packages such as kde etc. If the transfers started at the same time, it makes sense that the smaller file would be completely transferred first, appearing to the public before the larger disk 1 image.

    --
    -- That grumpy BSD guy - http://bsdly.blogspot.com/
  81. Re:Security Fixes by petabyte · · Score: 2, Insightful

    Hi, I'm a BSD user as well (Open is my flavor) but what you said is full of crap. If you run similarly equipped Linux and BSD distributions side by side, you will find that they actually have many of the same security vulnerabilities (because, they run much of the same software in userland). I patched OpenSSH on my BSD box at the same time I was patching the Linux box.

    What gives the perceived difference is that the ports have separate security advisories (I know they do for Open and presumably for Free) than the core distribution. If you compare a "core" distribution of Linux you would find similar security issues that are patched quickly. Both the BSD and Linux camps do a good job about their security updates and should be commended.

  82. Re:Does anyone out there... by muyThaiBxr · · Score: 1

    Ok, I'll admit I shouldn't have called you names, but this kind of kneejerk reaction should be expected when you don't even look on netcraft or anywhere else to verify what you say.

  83. Re:Does anyone out there... by GodOfNothing · · Score: 1
    This is a link to a blog entry on Jeremy Zawodny's site from May

    He's a fairly well known blogger who works at Yahoo

  84. Re:MP support?!?! by TheRaven64 · · Score: 1
    Right, but the fact that when I do a make, without specifying to use more than one process the CPU usage sits at 50% leaving the other CPU free to do other things (like serve an X session or two does. Sure, most of the kernel sits one one CPU, but the userspace processes (i.e. 90%+ of my CPU usage) are split happily between the two. I use FreeBSD on two systems regularly; a 1.4GHz Athlon (with 1GB of DDR266) and a dual 700MHz P3 (with 512MB of PC133). The P3 feels (subjectively) faster under load, because latency in userspace processes is cut by reducing the context switching overhead.

    Oh, and the 5.x (-CURRENT branch) has removed most of the bits which lock `giant', making the kernel more SMP-friendly.

    --
    I am TheRaven on Soylent News
  85. Re:You misunderstand the World. by scosol · · Score: 1

    > If you look at the big picture, it is _not_ the way to go. FreeBSD discourages the true ideals of Free Software, because it offers no protections to those wishing to contribute, including private companies.

    "Free Software"... I think *you* misunderstand the real world...
    In the real world people need to eat, and make money to survive.
    FreeBSD is FREE SOFTWARE.
    It does not get any more free...

    The GPL is nothing more than a way to enforce one person's ideals upon another.
    The GPL makes it VERY DIFFICULT to make any money whatsoever from any software licensed under it.
    Err not "very difficult"- more like IMPOSSIBLE.

    The *only* time I would *ever* use the GPL is when I was trying to protect CORPORATE ASSETS!

    Let me give you another "real world" lesson-
    What does the GPL provide again?
    Of that's right- protection against evil people stealing your code and using it in some evil corporate proprietary project!
    Ok then-
    So you caould say that there are 2 kinds of people in the world:
    1) good people, who will respect a licencers terms
    2) bad people, who don't care and will do whatever they want

    So- the marvelous GPL stops good people from doing anything commercial with code.
    And it does nothing to stop bad people from doing commercial things with the code-

    Yeah- real good license there buddy...

    --
    I browse at +5 Flamebait- moderation for all or moderation for none.
  86. Re:Sorry, you are WRONG! by scosol · · Score: 1

    > The thing about FreeBSD is that anyone can easily take away the freedom of the software! And many closed-source vendors do just that.

    I said it in my other response to you, but the only people who are going to pay attention to the terms of the GPL are people who wouldn't "steal" code in the first place.

    And the people who *would* steal GPLed code are people who wouldn't give 2 shits about licensing terms anyway. ...

    --
    I browse at +5 Flamebait- moderation for all or moderation for none.
  87. Re:Wow, those guys sure are behind the times! by Ice_Balrog · · Score: 1

    Pffft... If you rhink that is bad, wait till you hear this: Linux is only on version 2.6! They need 2.5 versions just to catch up to NetBSD -current! And then, they need to go up 8.4 versions to be even close to Apple! Seriously, why do they Linux fanboys bother?

    BTW, Windows doesn't count. They cheat. Bad. Going form v3.1 to v95, then from v98 to v2000? WTF!


    DISCLAMER: This is what is commonly known as a joke. Laugh. Oh, and I use Linux.

    --
    #include "sig.h"
  88. Re:SO this means.... by horcy · · Score: 1

    are still using... but m$ tries to hide it bahahaha ... yahoo has been using FreeBSD for years.

    --
    Check my site: http://pixel.pagina.nl
  89. Re:Before a troll says it by horcy · · Score: 1

    spoken like true dead Anonymous Coward... once again sad :(

    --
    Check my site: http://pixel.pagina.nl
  90. Re:Support your local Daemon by Cro+Magnon · · Score: 1

    It's NOT just a word! They also have a picture of the damned thing! It's EVIL, I tell you! EEVIL!

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  91. Re:You misunderstand the World. by nathanh · · Score: 2, Insightful
    GPL software == software with huge limitations on how it can be used.

    The GPL imposes no limitations on how the software can be used. Quoth the GPL:

    Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program).

    GPL and BSD software are equally free in terms of use.

  92. My Mirror by ender- · · Score: 1

    If you have troubles, try this mirror...

    ftp://olaf.spack.nu/pub/mirror/freebsd-iso/

    Enjoy :)

    Ender

  93. Re:SO this means.... by MobyTurbo · · Score: 1
    If you are talking about kernel features in FreeBSD to allow better support for USB peripherals and the like, then comparing Linux against FreeBSD is like comparing apples to oranges.
    Actually, *BSD supported USB in general before Linux; the first open-source operating system to support USB was NetBSD, which was soon implemented in the other *BSDs.
  94. Re:SO this means.... by MobyTurbo · · Score: 1

    Ugh, sorry about the formatting. That'll teach me about avoiding the "preview" button.

  95. Re:Hey lamer by cculianu · · Score: 1

    Touche. I'm not actually a warez kid, though. You are probably lacking in a decent sense of humor, that is all.

    You are also an asshole.

  96. " if it's anything like the RC series.." by RubberDuckie · · Score: 1

    if it's anything like the RC series, this will be a release to remember. OK, that comment sounds rather omnious. Can anyone clarify that remark?

  97. Re:You misunderstand the World. by Brett+Glass · · Score: 1
    GPL and BSD software are equally free in terms of use.

    GPLed code is not free, because it is not reusable in commercial products. This is the highest and best use of code, and because the GPL forbids it, GPLed code is anything but free.

  98. Re:Security Fixes by siddhartha03 · · Score: 1

    Security updates can be tracked easily without upgrading. But if you compare an unupgraded 4.8 to 4.9 yes 4.9 has more security fixes. But it's your responsibility to keep you system patched.

    --
    Sock puppets stole my sig.
  99. Re:Wow, those guys sure are behind the times! by siddhartha03 · · Score: 1

    NetBSD 1.61...

    --
    Sock puppets stole my sig.
  100. Re:What I know about FreeBSD by bovinewasteproduct · · Score: 1

    Mac OS X is based on Mach.

    Mac OS X has about as much in common with Mach as with FreeBSD, if not less. The kernel (check out Darwin) looks very LITTLE like Mach. No single servers, and it's not a true microkernel. What they did was take a BSD single server, hardwire the connections and optimise it. Then add years of hacking...:)

    Oh and to add flamebait. If Mac OS X is not FreeBSD based, then why call Linux GNU/Linux? What matters most? The kernel or the userland...:)

    BWP

  101. Re:SO this means.... by Brandybuck · · Score: 1

    There's a problem with USB support in FreeBSD? That's news to me. Every USB device I have works flawlessly out of the box.

    --
    Don't blame me, I didn't vote for either of them!
  102. Re:Wow, those guys sure are behind the times! by Ice_Balrog · · Score: 1

    Oopsies... I meant FreeBSD...

    --
    #include "sig.h"
  103. Re:Troll? Care to explain your modding parent down by Brandybuck · · Score: 1

    One of the points of the license is to allow for others to use it in their closed source software.

    Gee, for a while there, you started to sound like one of those GNU people saying GTK+ was better than Qt because it wasn't under the GPL...

    --
    Don't blame me, I didn't vote for either of them!
  104. Re:You misunderstand the World. by Anonymous Coward · · Score: 1, Insightful
    While it's true that BSD is momentarily 'freer' in the sense that you can do whatever you want with it, this logic is ultimately really flawed.

    If you look at the big picture, it is _not_ the way to go. FreeBSD discourages the true ideals of Free Software, because it offers no protections to those wishing to contribute, including private companies.

    And if you think that if GCC had a BSD license that Apple would simply "give away" their modifications to GCC, you are pretty naive.

    And to call the GPL a silly expression of freedom is utterly insulting and completely sophomoric. I won't even respond to that. You clearly don't get what free software is all about.

  105. Re:Interesting, but the real question is... by myom · · Score: 1

    You insensitive clod. Seriously, I feel that BSD is getting more support and press coverage compared to a year or two back.

  106. All these flames just go to show that.... by gatkinso · · Score: 1

    ...Linux is not impacting Windows at all - it is simply killing off Unix variants.

    --
    I am very small, utmostly microscopic.
  107. Re:Does anyone out there... by maunleon · · Score: 1

    Which image? FreeBSD?

    Suuure.... Here:

    ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i38 6/

  108. Re:MP support?!?! by binary+paladin · · Score: 1

    I felt like calling someone a dumbass today. You're the lucky winner.

    Dumbass.

  109. Re:Protesteth-ing too much by Brett+Glass · · Score: 1

    Apparently, the "BSD is dead" trolls also have moderator points. The above was moderated down to zero shortly after it was posted. Hmmm; I wonder if some of the operators of Slashdot are posting the trolls? Certainly, the posters always seem to be lying in wait, 24x7, for any opportunity. A crazy theory, but given their utter devotion to Linux I do wonder.

  110. Re:You misunderstand the World. by Brett+Glass · · Score: 1
    are you saying SUSE 9 Professional boxed set, which makes SUSE money and is built from mostly-GPLed code, is not a "commercial product"?

    The plastic disc, which can be sold for money, is a commercial product. The software on that disc, which cannot be licensed for money and which SuSE does not in fact even own, is not. This is one of the FSF's most common deceptions: trying to get gullible users and programmers to confuse the container with the thing contained.

  111. Re:You misunderstand the World. by eggnet · · Score: 1

    Your argument, although technically correct, is foolish. People buy SuSE for the CD with the software on it and support of said software, not for its value as a plastic disc.

  112. Re:MP support?!?! by Gwala · · Score: 1

    Blatent troll, however: It's false. Look at apache for instance, It's thriving on a BSD license. If I release code, then I want to guaruntee it's usefull to someone, no-point reinventing the wheel so to speak. If someone at a draconian institution can use my code to help him achieve his task, then so be it, I have just made someone's day easier, and at no cost to myself. So what if they can stick a big price tag on it, the original version's still around and availible, and will probably spring competitor's.

    -Gwala

    --
    #!/bin/csh cat $0
  113. Re:SO this means.... by placeclicker · · Score: 1

    I wouldn't take it as a compliment that Hotmail runs FreeBSD myself...

    --

    Browse at -1, because trolls are often the most creative part of /.
  114. Just installed FreeBSD 4.9-RELEASE and it... by horcy · · Score: 1

    ...runs smooth like shit coming from a duck's ass!

    --
    Check my site: http://pixel.pagina.nl
  115. Relicense BSD code: Bullshit by Groganz · · Score: 1

    Please read the BSD license and learn something about copyright law before spreading this crap further. Nowhere in the license does it say you can relicense BSD code and under common copyright law you cannot do that anyway.

    What Stallman said was BSD licensed code (or other code under a free license) distributed with GPL code should be *distributed* under the terms of the GPL, not relicensed (which legally is just wrong).

  116. Re:You misunderstand the World. by Sanction · · Score: 1

    "not reusable in commercial products. This is the highest and best use of code"

    If you see commercial exploitation of free work as the "highest and best use," I'd really hate to see what you consider the lowest and worse use...scary.

    --
    Well I'm the doctor and I say you're dead, so shut up and take it like a man!
  117. FreeBSD Printing by danoaks15 · · Score: 1

    I love FreeBSD but I still can't use it on my main PC because I can't get printing to work. AHHHHH