Slashdot Mirror


The State of the Demon Address

Kelly McNeill writes "It's an exciting era in the Berkeley Software Distribution world; indeed, things started off with a litigious bang over a decade ago, but now BSD solutions are more varied than ever before and offer the user heretofore unprecedented choice and power. So many are the options today that it's time for a roll call from the various distributions. Paul Webb submitted the following editorial to osOpinion/osViews which takes a look at what each BSD has to offer and also looks at where each is going."

194 of 310 comments (clear)

  1. BSDs by brilinux · · Score: 3, Interesting

    As a user of FreeBSD and OpenBSD, I must say that I have been quite satisfied with both, especially FreeBSD. While it could use some help in the ports and upgrading department, it is all around a wonderful piece of software, and it is quite interesting to watch the development of all the BSDs. Way to go!

    1. Re:BSDs by AKAImBatman · · Score: 4, Informative

      I can't read the article, so I'll just post a standard response here.

      While it could use some help in the ports and upgrading department

      FreeBSD does quite well in both departments. For ports, you have the option of either compiling the source via a simple "make install", or installing the binaries via "pkg_add mypackage.tgz".

      For OS updates, you again have a choice. To update form sources, simply run a CVSUp and type "make buildworld; make installworld". To install from binaries, pop the latest CD in, reboot, and go through the "upgrade" instructions. I honestly haven't seen any OS do a better job in package management. :-)

    2. Re:BSDs by brilinux · · Score: 1

      I do all that, and use portupgrade, I just did not see how to do upgrades without having do manually remove the old packages/ports. On Gentoo and Debian, it is automagic. I can do it fine manually, and it works great, but I could not find a way to do it automagically. Thanks, though.

    3. Re:BSDs by Brandybuck · · Score: 2, Interesting

      With portupgrade the removal of the old port is automatic. Occasionally you'll have a problem with it, such as when the name of a port has changed, but for the most part you just don't have to worry about it.

      What problems are you having that this is not happening?

      --
      Don't blame me, I didn't vote for either of them!
    4. Re:BSDs by brilinux · · Score: 1

      Well, I think that the problem was that I had packages as well as ports, as someone else pointed out. The problem was that there was another program that depended on the same dependency, and it refused to upgrade because of that. I think that it might have to do with mixed ports, and packages though.

    5. Re:BSDs by tristan-jt2 · · Score: 2, Interesting

      Based on what I've seen in a few years of using FreeBSD, ports and packages do not mix. You've got to make your mind up once and for all and stick to one way of doing things.

      I've also had my fair share of grief from using CPAN to install packages, and then having a portupgrade fail on me because of broken dependencies when the same Perl packages is in the ports.

      I'm sure the only person who can be blamed is good old me, since I tend to overlook the documentation, stupidly safe in the feeling that I've used FreeBSD for long enough not to bother.

      One thing that's been bothering me lately is the fact that some rather major changes in the ports (PHP and it's various extensions for example), and the heads up is not in an obvious place.

      Again, I shouldn't be complaining since things were probably covered in various mailing lists. Blame me if you feel so inclinded, but while I don't subscribe to the mailing lists, I'd sure would have appreciated to have the PHP port give a warning at make time, pointing to a URL giving the lowdown on what changed.

      I agree with the previous poster saying that the FreeBSD updating tools are amongst the nicest, but there sure are a few ways they could be improved even more.

    6. Re:BSDs by ulib · · Score: 2, Informative
      About FreeBSD ports installing/upgrading, I found these articles extremely useful:

      Ports Tricks
      Portupgrade
      Cleaning and Customizing Your Ports

      Besides being well written, they contain a couple of hacks that turned my port maintenance tasks into piece of cake :-)

    7. Re:BSDs by obirt · · Score: 1

      Where's the option to mod the submitter down? This is quite possibly the most inaccurate crap I've ever seen. On the front page no less.

      --

      I use to be indecisive, but now I'm not so sure.
    8. Re:BSDs by maczilla · · Score: 1

      Again, I shouldn't be complaining since things were probably covered in various mailing lists. Blame me if you feel so inclinded, but while I don't subscribe to the mailing lists, I'd sure would have appreciated to have the PHP port give a warning at make time, pointing to a URL giving the lowdown on what changed. You should always look in /usr/ports/UPGRADING before you run portupgrade...

      --
      'Nature's got a way, brothers, of scraping the bowl'
    9. Re:BSDs by tristan-jt2 · · Score: 1

      I usually do, but I overlook it once in a while.

      Again, I'm not complaining, just pointing a way things could be made even better.

      I'd have seriously appreciated if the Makefile had been made to look for the ~/php4-options files and had refused to update unless I remove that file.

      Tools like portupdate simplify things to the point where you get a false sense of security and end up with mud on your face.

    10. Re:BSDs by SillyNickName4me · · Score: 1

      Heh, while I agree that apt-get is very convinient... I have seen it fail completely on what was an easy to fix situation.

      This was with both Woody and Sarge on a SPARC SMP machine. The debian installed failed to install a kernel due to a missing dependency, and as it turned out, a missing kernel package, but it never mentioned that.

      Adding installation sources that contained that package and its dependency did not solve the issue, manually installing and configuring the dependency and then manually installing a kernel did.

      Also, I have had apt-get install updates and completely break a configuration as a result.

      Now, as said, they are convinient, but suffer from similar issues as the packages/ports with portupgrade on FreeBSD, while not giving the option to automatically build from source when wanted/needed, so calling it superior seems incorrect to me.

  2. Correction: State of the Daemon by codeonezero · · Score: 1, Interesting

    Shouldnt that be State of the Daemon?
    I mean daemon as in services doing good useful things running in the OS?
    vs. the newer form of the word, Demon, usually signifying the exact opposite.

    --

    ....
    int main (void) { ... }

    1. Re:Correction: State of the Daemon by TCM · · Score: 2, Informative

      No, even the mascot is referred to as daemon, as in the friendly daemon, not the evil demon.

      --
      Of course it runs NetBSD. BTC: 1NT7QvbetmANwaMzhpVL6
  3. What's so great about FreeBSD 5? by Joseph+Vigneau · · Score: 1, Interesting

    I'm a long time user of Linux (since '93 or so), and I've never really had a need to use FreeBSD. This article treats FreeBSD as the second (or first, depeding on your religion) coming of Christ. The article tell us that "The new FreeBSD 5 branch offers some exciting technology, generally regarded as comparable with or superior to what is offered in Linux", but doesn't even give a hint as to what this technology is, only that it is "tantalizing".

    Since "it has a bright future ahead of it", can someone name a few of these killer features? It would be interesting to see if any of them could be added to Linux, as well...

    1. Re:What's so great about FreeBSD 5? by MustEatYemen · · Score: 2, Interesting

      FreeBSD is great because I had to do very little work to get a server running exactly how I wanted. Not a bunch of diverse distros to sift through. This was my first *nix box that I setup and FreeBSD has been relitivily painless and rock stable (my needs are minor)

    2. Re:What's so great about FreeBSD 5? by shic · · Score: 2, Insightful

      I believe FreeBSD 5.0 has a new scheduler - which particularly caught my eye - but also noteworthy is that BSD 5.0 has better hardware support than 4.x - specifically, for example it supports my 802.11g card allowing me to roll my own secure wireless gateway.

      The FreeBSD folks would benefit from a clear document describing the differences between 4 and 5 - I'm sure they have one but it isn't presented anywhere prominently...

    3. Re:What's so great about FreeBSD 5? by Anonymous Coward · · Score: 5, Informative

      Please be so good and enter the address http://www.freebsd.org/features.html into your web browser. Thank you very much for your effort..

    4. Re:What's so great about FreeBSD 5? by Anonymous Coward · · Score: 2, Informative
    5. Re:What's so great about FreeBSD 5? by Anonymous Coward · · Score: 1, Informative

      can someone name a few of these killer features?

      (1) Organised codebase and system layout. It seems like every Linux distribution has it's own unique layout and defaults. This inconsistency can make it a nightmare moving from one distro to another. FreeBSD has an intelligent and well-thought out placement of system features. It just feels so much more mature and calm than using a Linux system. Linux is the Wild West (expect anything) as compared to FreeBSD's civilized structure.

      (2) Superb documentation. The FreeBSD handbook contains information on everything from configuring the system - to recompling the kernel. The developer's guide likewise contains everything you want to know about programming. The major documentation is all in one place, well maintained and well written.

      (3) Ports tree. If something runs on FreeBSD, chances are it'll be in the ports tree. The ports tree is a system of approximately 10,000 scripts and stubs that contain instructions on how to download, compile and install various software packages. It's as simple as "cd /usr/ports/; make install" - and it just works. And then if you want the latest software, you can upgrade your entire ports tree with "cvsup ; portupgrade -ra" - automatically downloading new software, uninstalling the old and installing the newer version. It's almost the same 2 lines to keep your kernel up to date. Unless you're using software from outside the ports tree, you'll never have to mess with a .tar/.gz or .rpm ever again.

      (4) Standard open source programs. This isn't an advantage over Linux, but just about any major open source program runs well on FreeBSD. Everything from GCC, X11, Gnome, KDE, cdrecord, OpenOffice - the list goes on.

      (5) Linux compatiblity. There's a Linux translation layer that includes a copy of the Linux kernel. It's a translation layer because all the system calls are mapped directly to the underlying FreeBSD calls - with next to no performance hit. So you get to keep all the fuzzy benefits of FreeBSD - and can still run Linux binaries if you want. I have personally run the Linux version of Unreal Tournament 2003 under OpenGL hardware acceleration with no problems.

      It would be interesting to see if any of them could be added to Linux

      Sorry, but unless you can unite the distributions, form a unified front and stop each distro from going off and doing it's own thing - that's not happening anytime soon. Linux would have to become FreeBSD - and we already have one of those.

    6. Re:What's so great about FreeBSD 5? by Anonymous Coward · · Score: 1, Interesting

      Specially great of all free BSDs, not just FreeBSD 5, is its license in comparison to Linux' license, which is rather restrictive, in contrast to the BSD license, which is a real free license.

    7. Re:What's so great about FreeBSD 5? by runderwo · · Score: 1

      Restrictive? Exactly in what way does the GPL restrict the end user of the software? The answer is none, just like the BSD license.

      Or do you mean free as in free to take my code and leverage a proprietary advantage against me? No thanks, I'll take the level playing field the GPL gives me, even if it means I have to respect the political or commercial views of other developers in return.

      I'm grateful for people who release their code under a BSD license, but license wars are stupid. Licenses are a result of economics which is pinned to what motivates each developer. If you are motivated enough to give away your code with no strings attached, good for you. It's too bad you resent my good will in granting all rights to my users, and only reserving distribution rights for derived binaries, considering I would not be motivated to write free software otherwise.

    8. Re:What's so great about FreeBSD 5? by Secrity · · Score: 2, Informative

      Although FreeBSD is well suited for desktops, it is generally used on servers. The FreeBSD kernel is tweeked for security, performance and stability. Also, FreeBSD can run most Linux code about as fast as the Linux kernel can run the same software. TrustedBSD is being developed which is supposed to eventually make it's way back into the main FreeBSD code. The TrustedBSD Access Control Lists and file system Extended Attribute Support modules are available in FreeBSD 5.0.

    9. Re:What's so great about FreeBSD 5? by ulib · · Score: 1
      I agree that license wars are useless, but GPL being more restrictive than the BSD license is not a matter of opinion, it's a fact (BSD, GPL). So, please, let's be accurate.

      In the world there's plenty of room for both licenses. I personally like the purely academic spirit of the BSD license, and personally don't like the huge amount of politics that's contained in the GPL.
      I obviously prefer open software, but closed sw is also ok, as long as it's *very* good software.
      I'm thinking for example about photoshop and apps like that. If I were a professional image editor, if I had to deliver the *best* possible result, I'd prefer a closed source photoshop (or equivalents) than an open source gimp. I'm not criticizing: the gimp folks are doing a *great* job (and to think they're doing it for free), but the other one is just better. That's only an example, and that's why I think crusades against proprietary software are just plain stupid.

    10. Re:What's so great about FreeBSD 5? by Anonymous Coward · · Score: 1, Interesting

      Superb documentation

      I notice you didn't try to make a comparison to the major Linux distributions here, like SuSE or Debian. I'm actually rather surprised you didn't try to put FreeBSD side by side with some obscure Linux distribution with 10 developers.


      I've just installed a server and do a process listing after the first boot. Can i find a man page for each process? The answer will depend on the OS and the type of install, but in general i've found that the BSD's contain much better manpages than the linuxes (big name ones inclusive).

      For example, on a Fedora server, what is kjournald, ksoftirqd, khelper, events? I see no man page for these and apropos doesn't help.

    11. Re:What's so great about FreeBSD 5? by Joseph+Vigneau · · Score: 1

      Excellent. Thanks for the link to the release notes. If only the article mentioned some of these things...

    12. Re:What's so great about FreeBSD 5? by rahard · · Score: 1
      Well, it's UNIX not UNIX-like. It's also a pretty damn stable operating system, and has been around much longer than Linux.

      Well, so does AIX, Solaris, etc. What's so good about being older than Linux?
      (GNU/Hurd is perhaps older than Linux, but look at its progress. Rather slow, isn't it?)

      -- budi

    13. Re:What's so great about FreeBSD 5? by bpechter · · Score: 1

      File system snapshots like NetApps so you can back up open file systems and recover deleted files are pretty slick

    14. Re:What's so great about FreeBSD 5? by Billly+Gates · · Score: 2, Informative

      The BSD's TCP/IP stack has always been considered supperior and records have been broken in terms or raw i/o.

      The BSD's are generally more stable and unixlike in terms of stability and reliablity. If you have used Solaris you will feel at home with a FreeBSD install.

      Tradionally BSD had better scsi, raid, and USB support than Linux which made it a more server and professional oriented operating system but that gap is now closed. Infact Adeptec writes their drives for FreeBSD first and then ports them to Linux and Solarisx86 next! They would not even touch Linux before kernel 2.4.

      Last the documentation and way its installed is supperior. ITs not glitzy like Linux which tries to do everything under the sun( that can lead to buggy and uncustomizable environment.). In Linux you have programs to change settings similiar to Windows. In FreeBSD you have alot of files in /etc and in /usr/local/examples/etc(if you use 5.x) which have things like "To add this feature uncomment this line".

      Files are mostly RC in /etc with commented options to enable/disable functions. No complex Csh or Bash scripts like Linux that make it difficult if not impossible to customize. Its more reminiscent to the unix way of everything is a file metaphor. Also no symlinks in /etc to god knows where like in Redhat. God I can't stand to work with it for that reason. It makes administration a nightmare. And no init levels and rc.d in etc. BSD inits is alot more simple and predates sysV.

      Last, I have the ports which are more tested and reliable in my opinion than the less tested and more beta portage in Gentoo.

    15. Re:What's so great about FreeBSD 5? by welsh+git · · Score: 1

      > In FreeBSD you have alot of files in /etc and in /usr/local/examples/etc(if you use 5.x)

      Seems to be /usr/share/examples/etc on both 4.10 and 5.X

      --
      Sig out of date
    16. Re:What's so great about FreeBSD 5? by runderwo · · Score: 1
      This forum has majority of coders, yet you limit your arguments to non coders.
      The vast majority of the real world, for whom a particular piece of software will be relevant or non-relevant, are non-coders.
      for you claiming it's unrestrictive
      I didn't claim it's unrestrictive. I claimed it's unrestrictive in the way that matters to the vast majority of people who will ever encounter a GPL application.
    17. Re:What's so great about FreeBSD 5? by runderwo · · Score: 1
      "I can take this code and do whatever I want with it, but must also give away everything I've done to improve upon it."
      Yes, you must give the source code of derived works to your customer if you sell them the binary.
      The GPL is great while you're in college. The BSD license is good for a capitalistic society
      People releasing their code under the BSD license is a great boon for proprietary vendors. The GPL seems to keep a lot of open source vendors in business. I don't see how either is better or worse for capitalism, but nice try anyway.
    18. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      Well... on a 5.3 system here, it does have a /etc/rc.d directory.

      What it does not have is the symlink mess indeed.

    19. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > Are you familiar with the LSB? Oh, and how easy is it to move from FreeBSD to, say, OpenBSD? Troll.

      The LSB is an attempt to address the issue, and a failed one for that matter. The fact that the LSB exists is confirmation of the problem that was pointed out in the grandparent.

      I use Linux, OpenBSD, FreeBSD and Darwin all on a regular basis, and moving between the later 3 is a lot easier then moving between 2 linux distros.

      Also, why would grandparent be a troll for pointing at the huge diversity between Linux distros? Instead of calling him a troll, maybe you should point out that thatcan in fact be a big advantage. For now you sound as if you are trying to deny it is there at all.

      > I notice you didn't try to make a comparison to the major Linux distributions here, like SuSE or Debian. I'm actually rather surprised you didn't try to put FreeBSD side by side with some obscure Linux distribution with 10 developers.

      Lets see.. Trying to install Debian.... what do I need to download to get a base install? Please point me at a place on the debian site that explains that clearly and actually results in something that works on supported platforms (notably, sparc). Do I have to download the first CD? or the zillion CD images they have? Oh, and why the hell does their netinstall cd image fail due to not having the cd driver required to load its own installer components? (again on SPARC hardware, standard SCSI cd reader)

      SuSE does a decent job with regards to enduser docs tho, that I agree with.

      > Yawn. emerge, apt-get, Debian pool, etc.

      emerge is an attempt to duplicate the functionality of the BSD ports collection, no more and no less. It is in no way superior, and in fact, it lacks the cleanness of the ports collection with its Makefile based structure.

      apt-get? please come back when it actually resolves the dependency of a sparc smp kernel on initrd tools properly during install (fails on Woody, Sarge)

      Also, come back when it actually allows me to build things from source or install a package in an easy and automated way, allows me to generate distibutable packages automatically etc etc.

      At any rate, emerge comes close, and is a nice tool as long as you keep to a single machine.

      Maybe you should be a bit less religious and a bit more factual when you want to counter an argument.

      What seems to me is that when you want to maintain a single computer, some linux distributions offer slight advantages over the BSD systems, most notably in hardware support. When you have to maintain a bunch of machines, they are simply no match whatsoever for either FreeBSD, NetBSD or OpenBSD.

    20. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > Since "it has a bright future ahead of it", can someone name a few of these killer features?

      Let me try, the following is incomplete, but gives an idea I think.

      - jails: being able to create multiple virtual environments without having to resort to performance hogs like UML or 3rd party tools.
      - nfs: nfs v3 actually works, nfs over tcp actually works.
      - maintainability: being able to maintain multiple machines easily while also being able to build everything from source with the options you require.
      - nullfs, portalfs, unionfs and the like instead of the -bind "hack"
      - abbility to support multiple ABIs in a clean way (this is how it is able to run Linux apps with little or no performance hit, and at times even with a performance gain)
      - Scriptable and flexible bootloader without having to resort to using an initrd like setup if you need some scripting for setting things up properly before running init (you still can if you want, but you do not have to)
      - better dependency checking and automatic loading for kernel modules
      - clean and consistent filesystem layout

    21. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 2, Insightful

      > Getting Debian -> mirrors -> network installation -> floppy disks.

      Which is extremely useless seeing how: 1. many modern systems come without a floppy drive, and 2. most non x86 systems that are supported by Debian come without a floppy drive. Also, I found the installer, I was asking for clear information on the Debian site about where to find it. We were talking about documentation.

      > apt-get is better at dependencies than FreeBSD, so I wouldn't pick on that point too hard.

      Well, tell me where it is actually better at that, so far it has failed me way more often then the FBSD ports collection, and when going to google for it as well as listening to people around me, that experience seems to be common.

      > But what do you mean "the dependency of a sparc smp kernel on initrd tools"? This seems like just a trivial omission in the sparc kernel package and nothing at all to do with apt-get.

      The package mentions the dependency allright. apt-get fails to install it properly.

      > Err... how about you come back when you learn to RTFM, eh? Troll.

      You like screaming troll whenever you disagree eh?
      does not make it true what you are saying however.

      How can I tell apt-get to see if a new version is available in binary format, and if it isnt yet, build it automatically from source and in both cases create a package that I can distribute to other machines? (I know I can install source packages with apt-get, that is NOT what I am talking about here)

      > It seems to me that you are fairly misinformed about the matter though, so you'd be likely to say anything.

      Yeah, I guess I am... let me give you a small suggestion tho, I make my living with maintaining servers running both platforms. Not being well informed about the possibilities costs me a lot of money, so I guess that I have reason to be well informed.

      It does however seem to me that you are quite badly informed yourself with regards to things outside the Linux world.

    22. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > Extremely useless? Your crappy old sparc has a floppy disk, doesn't it?

      No it does not, and many machines that SUN offered in the last decade dont.

      The same applies to SGI hardware for example-

      > apt-get -b source

      That automatically builds the retrieved source. It doesnt do what I described however.

      Please read up on the -P argument to portinstall next time you encounter a freebsd machine.

      > For someone saying how much you love documentation, I'm surprised you don't read it.

      I am surprised how bad you are at reading posts.

      > Umm OK so what's the small suggestion you have for me?

      That maybe you assume things without knowing.

      > Maybe. The difference is that I don't go spouting off about how Linux is so much better than xxx at those times when I don't know what I'm talking about.

      Yes you do, see apt-get -b versus portinstall -P above for example.

    23. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > Linux 2.6 has a few features (nonlinear mappings are a big one) that can bring UML performance up very nicely.

      Quite nice, and desirable. It will also need tools to manage jailed environments tho.

      > It is also conceptually safer than a jail because it isn't running inside the host kernel.

      In theory true. With standard MAC support in FreeBSD this is rather debatable with regards to real world situations however.

      > You would hope so. I don't see how this is something to brag about though, Linux has nfs v4.

      It still cannot talk properly to nfs3 servers tho unless they happen to run Linux.
      It is nice that Linux also supports nfs4, but wouldnt it be a good idea to also properly inplement a standard that is used a lot?

      > See other thread.

      Some distributions can do this reasonably well, others cant. Linux in general?

      > Performance gain. Pffth no I don't think so.

      In some cases there is a performance gain. This is the result of a difference between the VMs. The VM of Linux scales dznamically, while the one of FreeBSD does not. This gives the Linux VM an advantage for hardware with hotpluggable memory, but it gives the FreeBSD VM slightly less overhead. In specific cases that can result in FBSD having a performance advantage even when running a Linux binary.

      > This intrigues me. Why do I want a scripting engine in my bootloader?

      Because it for example allows you to write your own boot menu, allows probing hardware and load a kernel and link it with appropriate modules before actually booting that kernel, allows you to probe hardware and select the proper kernel for it etc etc. All things that are solvable using initrd on Linux as well, but not before having loaded a (minimal) real kernel.

      > We're talking about advantages over Linux. Your claims are all obtuse, vague and lacking reasons and facts.

      Seems more a case of you not liking what I am saying then anything else.

    24. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > It seems like a cut and shut case to me. If I had the choice I'd wouldn't have untrusted users running in the host kernel.

      I like to keep untrusted users off my machine, and out of my host kernel. By lack of being able to do that, I want tools to properly secure things.
      Mandatory access control is a very good means for that, and so is seperating user environments.

      There have been issues where things in an UML environment would affect the host kernel, so while in theory it offers better seperation, it is not perfect either, and as I pointed out, FreeBSD offers MAC on top of the seperation of environments which can deal with such situations. Overall that is a better situation despite the theoretical advantage of UML.
      Please also go read the UML docs where it is mentioned quite a bit that it is not intended as a security tool.

      I would like to see an UML like setup on FreeBSD tho, it has some very interesting possibilities.

      > It talks fine with non Linux nfs3 servers. At one stage in Linux 2.5, it wouldn't talk to FreeBSD properly, but that is fixed in 2.6 now.

      2.4 doesnt talk properly to FreeBSD nfs3, nor does it talk properly to a Solaris 8 server here, times out all the time and doesnt manage to recover the connection.

      The same happens when it tries to talk to a Irix 6.5 based server.. The one thing it does talk well with is a linux server.

      > What's wrong with that? I'd prefer to keep crud like that out of the boot loader.

      If you have to probe hardware and select kernels in the boot loader then I can't help thinking you're doing something wrong.

      The fact that you cannot imagine the need for something is moire telling for your lack of imagimation then anything else.

      Selecting wether to boot a x86 kernel with or without 64bit extentions is just one possible situation where this is usefull.

      > I don't like what you're saying because it is uninformed biased and in some cases incorrect, and you offer no facts to back it up.

      Rather, you lack a lot of experience and seem to think that what you have seen so far is all there is in the world.

      The original post asked for some advantages of FreeBSD, I answered those, and all you seem to be intend on doing is proving Linux superiority. Well, talk about bias.

    25. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      >> Please read up on the -P argument to portinstall next time you encounter a freebsd machine.

      > Well no, because I don't make it my business to make ludicrous and uninformed claims that I can't substantiate.

      You still should because you are saying that apt-get -b is doing the same while it is not.

      What it is not doing, and which is also what you did not manage to read in my post is first check on availability of the proper BINARY package, and if that doesnt exist yet, build it from source.

      Also, apt-get -b doesnt handle dependencies, I need to build those seperately.

      You are the one making claims without knowing what you are exactly talking about here. Please read up a bit before nmaking such claims.

    26. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      portupgrade -r -R -P figures this out itself, all automatically, that was the point. Yeah, I can get the same thing done with multiple commands or even manually, and I do not even need apt-get for that.

      > Keep digging.

      You refuse to read up, yet go on making claims.
      I think learning a bit about logic would help you a lot.

    27. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > Err OK. I'll just put 64 bit kernels on 64 bit machines and 32 on 32, and not use a bloated bootloader.... hey you could also make a web browser for a boot loader... features don't always = good.

      Well, you are aware that Linux on SPARC uses an alternative bootloader (SILO) for a few reasons, one of them being able to select the proper architecture dependent kernel? It seems they had a need there. The same thing applies to MIPS based hardware for example.

      Also, ever seen a live CD that boots on x86 hardware and can make use of the hardware you have?

      Again, that you do not use it isnt a reason to assume it has no use.

      Being able to see if you can enable ACPI or not, setting boottime parameters and giving your kernel the appropriate commandline options when building a live cd etc etc.

    28. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > You're clutching at straws. First of all you said apt-get couldn't do all these things, now your down to "oh but I don't have to use multiple commands".

      Yes, and I can also do it all manually, retrieving sourcecode, configuring it, building it and installing it. Following your logic, there is no need for apt-get either.

      > If there was actually a good usage for checking binaries then reverting to source, I'm sure someone would write an option for apt to do it all in one go.

      You cannot imagine the use, so believe it is not usefull.. You live in a very small closed off world it seems really.

      > The fact is, it is a hack used because FreeBSD's repositories aren't kept up to date.

      Eh, and how uptdoate are Woody and Sarge?

      It is very usefull because I can have multiple machines build things and proffit from eachothers compiles. I can have my own repository, and have it automatically filled with new binary packages after building them from source and then install them on the rest of my machines etc.

      Again, with a lot more work that can be done as well on Linux, but I rather spend my time using those machines.

      What amazes me once again us how you denounce anything that you do not happen to use or know, and then refuse to look at things you do not know, and refuse to even try to consider the use of things that you did not use so far.

      You were commenting on my comments being biassed, but I would say that at best that would be a case of pot and kettle.

    29. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > Not really for debian, because the binaries are kept up to date.

      It is funny how you give a good example of why you might want this just a few lines earlier, and then ignore it later.

      > Err yes, that is trivial with apt. In fact, since the debian repositories are kept up to date, I can stick a .deb mirror or caching .deb proxy in front of my systems and they can all just pull from that.

      Not when using local customization.

      Anyway, you are not even able to follow your own arguments, so I will give up trying to argue with you.

    30. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > I wasn't aware of that. I think you're pulling it out of your butt.

      Think what you like, did you ever install Linux on such a machine?

      > Yes, the linux versions I've seen use initrds, which is a much cleaner solution than probing from the boot loader.

      That is a mattter of opinion. Loading a kernel in order to be able to load the proper kernel and modules does not sound clean to me.

      > That's insane, I'll put the "can you enable ACPI" functionality into the kernel where it belongs, thanks.

      Which works as long as your systemboard is either perfectly supported for acpi or blacklisted as not properly working. A bootscript is way easier to change then the kernel.

    31. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > Err no, you don't load the kernel to load another kernel. Where did you get that idea?

      > You load the kernel, and it loads its own modules from the initrd.

      You can go either way. if the kernel you loaded initially is ok, then there is no reason to load a 2nd one indeed.

      > Err, so how to you propose the bootscript knows whether to turn on ACPI support in the kernel? Think man, think!

      It doesnt but it seems you missed the last bit of the text you were quoting here:
      Let me qoute it again:

      > A bootscript is way easier to change then the kernel.

      You can easily change it yourself, the bootscript could give you an easy option to disable it pre-boot etc.

    32. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      > Doesn't work for your contrived "check for binary, otherwise build source" example either. What are you getting at?

      Well, I can build my own repository and check that, and if it isnt in there yet, build it and add it. The next machine in my network can do the same and will find the package and use it.

    33. Re:What's so great about FreeBSD 5? by SillyNickName4me · · Score: 1

      Heh, was just thinking about this some more and another nice use of a scriptable bootloader in combination with initrd would be to have the bootloader list available initrd images and let the user select one, and then load the kernel with appropriate arguments. Yeah, you could type the appropriate commandline at the lilo prompt as well of course, but having a nice menu there is a lot friendlier in my opinion.

    34. Re:What's so great about FreeBSD 5? by shic · · Score: 1

      Hmmm - I'm not familiar with either of those (I presume) pre-processor definition symbols... I was thinking of the work relating KSE (Kernel Scheduled Entities) - that always seemed a very good idea to me - though I've not played with them. Care to expand on what you mean by SCHED_ULE and SCHED_4BSD?

  4. Re:Is Apple represented? by haberb · · Score: 1

    would it make you feel any better to know that osviews.com is hosted on OSX?

  5. Netcraft confirms it! by adam613 · · Score: 4, Funny

    BSD is slashdotted :)

  6. (almost) slashdotted article by GrAfFiT · · Score: 5, Informative

    It's an exciting era in the Berkeley Software Distribution world; indeed, things started off with a litigious bang over a decade ago, but now BSD solutions are more varied than ever before and offer the user heretofore unprecedented choice and power. So many are the options today that it's time for a roll call from the various distributions. Paul Webb submitted the following editorial to osOpinion/osViews which takes a look at what each BSD has to offer and also looks at where each is going.
    --

    Each of the four major BSD projects are pushing forward with development and experiencing growth, diversifying the Open Source playing field's offerings Let's take a look at what each project is up to these days.

    FreeBSD

    FreeBSD is in a precarious state. While it has almost hit critical mass in the corporate world, their latest growing pains have left potential adopters confused. The new FreeBSD 5 branch offers some exciting technology, generally regarded as comparable with or superior to what is offered in Linux. The FreeBSD foundation is still upgrading its FreeBSD 4.x line and suggesting its use for production environments over FreeBSD 5. The reasons for this are very simple -- FreeBSD 5 won't be ready for prime time until FreeBSD 5.4 or 5.5 -- but users are left confused and timid.

    FreeBSD's last major release, which now sits highly optimized at version 4.10, works just as well as always. For systems already running with FreeBSD 4.x that see no need to adopt the new technology in FreeBSD 5 or jump to Linux, this operating system is a godsend in stability and continued support. FreeBSD 4.11 is scheduled for a February '05 release, while plans for FreeBSD 4.12 are on the backburner should FreeBSD 5 not achieve -STABLE status by the fourth quarter of 2005. But what if you need the technology available in FreeBSD 5 and don't want to jump to Linux?

    FreeBSD 5, currently available at FreeBSD 5.2.1 with FreeBSD 5.3 in late beta, tantalizes the BSD world with the culmination of several year's hard work and narrow escapes. Back in the late Nineties, when WindRiver bought BSD/OS (a closed-source BSD operating system owned by the now-defunct BSDI), FreeBSD users were promised a next-generation BSD made possible by crossing the ultra-robust corporate OS with its Open Source counterpart. While WindRiver let go of its plans leaving the future of FreeBSD in peril, the realization of its goal is almost here thanks to the FreeBSD community and Apple Computer, Inc.'s contribution of FreeBSD code.

    That almost is a killer, though, in that it now causes potential users to look elsewhere for modern operating system features elsewhere until FreeBSD 5 is blessed as stable. Given FreeBSD's track record and the corporate sponsors now behind its operating system, however, it has a bright future ahead of it despite these stumbling blocks. Sadly, the same can't be said for its two little brothers, NetBSD and OpenBSD.

    NetBSD

    NetBSD's claims to fame aren't its optimization or secure code -- it's instead known for running on a wider variety of platforms than any other operating system out there, including Linux. NetBSD's binary releases include support for an amazing 40 platforms and an additional 12 platforms in the source code. In other words, it runs on everything but the kitchen sink. NetBSD forked from the 386BSD/4.4 BSD merger in 1993 and continued on its own in parallel to FreeBSD since then, albeit at a slower pace. It's currently at version 2.6.1, with aggressive testing on the new NetBSD 2.0 promising fruition by the first half of 2005.

    Those familiar with NetBSD swear by it, though its use in serious environments is limited. It is not secure and device driver support is paltry at best. NetBSD's true usefulness comes in providing developers of other operating systems -- such as FreeBSD, OpenBSD, and Linux -- with hardware support to base their own new ports off of. For instance, much of the code for the PowerPC FreeBSD port comes from NetBSD. OpenBSD implemented support for A

    1. Re:(almost) slashdotted article by rsidd · · Score: 4, Informative
      Assuming your post is the original article and not a clever troll, I'd have to say the original article is a stupid troll.

      [NetBSD] is not secure and device driver support is paltry at best

      Excuse me? What's insecure about NetBSD? If you look at actual security records, in the past few years all the BSDs are pretty comparable. And as for device drivers, it is the original source of many device drivers in the other BSDs, and was the first free OS to get USB support (before even Linux).

      [OpenBSD] runs on very few platforms

      Actually, many more than FreeBSD, not so far from NetBSD and Linux: nothing to sneeze at.

      And of course, he omitted DragonFly.

    2. Re:(almost) slashdotted article by zangdesign · · Score: 1

      I'd have to agree. I thought the original point of NetBSD was not security, but platform compatibility. As I understand it, whatever security is in the system gets added by the platform developer, which can vary wildly. In such a situation, it seems like a lack of security would be an asset, rather than a problem. As for driver development, does that not fall under the same roof?

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    3. Re:(almost) slashdotted article by meme_police · · Score: 4, Informative

      I concur. OpenBSD runs on several more platforms than mentioned and it's done SMP for at least a release. And the comments about Theo are pretty exagerated and inflammatory.

      --

      The meme police, They live inside of my head

    4. Re:(almost) slashdotted article by Anonymous Coward · · Score: 3, Informative

      You do not understand correctly. Distribution-wide security in NetBSD is coordinated by The NetBSD Security Officer . First of all, nearly all security issues are in platform independent code, which means that running on as many platforms as NetBSD does helps to get many bugs noticed earlier (endianness, alignment, data type lengths). Once those are fixed, they improve security on every platform.

      There are very few types of security issues that can exist in platform dependent code, such as the pmap modules.

      NetBSD has an excellent security track record - check any vulnerability listing. If the author wants to claim otherwise, he should back up his statements - say, by detailing some vulnerability NetBSD has right now which other OSs do not.

    5. Re:(almost) slashdotted article by obirt · · Score: 1

      Just to clarify, the NetBSD version is 1.6.1, not 2.6.1. No need for hype or version number creep. 2.0 is close to release, currently at RC4. At the rate RC's have been going by, mid November is probably a realistic release date.

      --

      I use to be indecisive, but now I'm not so sure.
    6. Re:(almost) slashdotted article by jd · · Score: 2, Interesting
      What about... SecureBSD and TrustedBSD - efforts to bring Orange Book B2 compliance to FreeBSD? (They're in many ways separate distributions and if they actually get certified, they'd be the first FOSS distros that would be authorized for Secret or Top Secret military networks.)


      Although 386BSD hasn't been developed in a long time, it is worthier of a mention than BSDI, being the first-ever port of the BSD tapes to the Intel architecture. Indeed, it beat Linux for X11 support, networking and many other Unix features by some considerable time.


      (You can tell I started with this distro. I moved to Linux, because it was being developed faster. But I never forget the time I've spent with the BSDs.)

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    7. Re:(almost) slashdotted article by jurv!s · · Score: 1, Insightful
      I disagree with your opinion about Paul Webb's comments concerning Theo. I have been a lurker on misc@openbsd.org for over a year now and have been witness to several of his tirades. He has shown little patience as he needlessly flamed several n00bs off the list in my short tenure.

      I believe OpenBSD is a very good distro, but failing to warn /. linux wannabe BSD n00bs about Theo and his behavior would make the misc list run red for the next month. I think Paul has done a service to Theo, the misc list and n00bs all around by emphasizing that OpenBSD is not for those who fsck around...

      --
      sigs are for fools and trolls. no signature is *always* appropriate. you should turn them off in your preferences.
    8. Re:(almost) slashdotted article by seebs · · Score: 1

      Wow!

      That's incredibly stupid.

      Sounds like someone skimmed a few marketing brochures and wrote about the results at length, without doing any actual research.

      FWIW, I use all three on and off, NetBSD being my favorite, and OpenBSD being my second-favorite. FreeBSD is a little too dodgy for my tastes. :)

      --
      My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
    9. Re:(almost) slashdotted article by epine · · Score: 3, Insightful


      The author fails to point out the direct relationship between a distribution that sets out to conquer hell and the requirement for the participants to invest in a few pairs of asbestos underwear.

      He also fails to point out the leadership qualities that OpenBSD has brought to the BSD buffet: OpenSSH, Darren Reed's packet filter, and soon the Via C5J Esther processor with user-space crypto acceleration, whose design was influenced by activities within the OpenBSD camp.

      The author also throws a lot of unnecessary FUD at the stabalization of the FreeBSD 5.x series. The kinds of people who choose to deploy OpenBSD for their firewalls and FreeBSD for their application servers don't sit around and quaver about a few drops of -stable holy water. If you aren't prepared to read the lists, use 4-latest. If you are prepared to read the lists, you can decide for yourself whether the remaining troublespots in 5.x are a problem or not for your intended application.

    10. Re:(almost) slashdotted article by JonMartin · · Score: 2, Informative
      He also fails to point out the leadership qualities that OpenBSD has brought to the BSD buffet: OpenSSH, Darren Reed's packet filter...

      Eeek. Major faux pas. The new (actually a few years old now) OpenBSD firewall is PF, originally created by Daniel Hartmeier. It replaced Darren Reed's IPF (which was yanked due to license issues).

      --
      Serve Gonk.
    11. Re:(almost) slashdotted article by mccoma · · Score: 2, Informative
      Adding to that, the author gives the update cycle as "every 3 or 4 months" when it has been 6 month cycles for a while. The author's comments about NetBSD are also offbase.

      I would guess it is another poorly researched article that looks good enough to get a mention on slashdot. Normally that website has some pretty good articles, so I guess it was probably accepted on reputation of the source.

    12. Re:(almost) slashdotted article by setagllib · · Score: 1

      Here here. Haven't tried OpenBSD at all (might someday :)), but FreeBSD 5.x is measurably and visibly slower than 4.x and especially NetBSD (which I still find a notch faster than Linux, but I can't prove it). I'd been awe-struck by FreeBSD 4.9 and further, and had been really excited about 5.3's release, but the (admittedly pretty stable now) 5-STABLE tree isn't showing much promise.

      NetBSD on the other hand is catching up in functionality (just needs a more complete userland and higher rate-of-success for world builds) while still remaining frighteningly portable and stable. I ran NetBSD 2.0RC4 on a puny SGI Indy R4600 with 540MB HDD (used
      I'd been a FreeBSD advocate for a long time then faced a bleak truth with 5.3 (since it has become stable enough to use for a long time running, definitely enough time to notice huge deficiencies - EHCI is completely broken, for instance), and am now considering the NetBSD and Linux alternatives (the only saving throw for Linux being that the NVidia driver for NetBSD isn't 'done', and I definitely need it for one card [FX5200 Go] which the xfree/xorg driver can't handle)

      --
      Sam ty sig.
    13. Re:(almost) slashdotted article by johnnys · · Score: 1
      "I'd have to say the original article is a stupid troll."

      And you would be correct. The original author of this hatchet job "editorial" clearly knows very little about *BSD and didn't even bother to read the home pages for the projects.

      --
      Sometimes the "writing on the wall" is blood spatter...
    14. Re:(almost) slashdotted article by jurv!s · · Score: 1
      This sounds like a post from Darrin Reed himself. Only Darrin Reed would point out any relationship betweebn OpenBSD and himself. Darrin Reed =? epine (68316)

      ps overrated mods are ruthless...

      --
      sigs are for fools and trolls. no signature is *always* appropriate. you should turn them off in your preferences.
    15. Re:(almost) slashdotted article by marcovje · · Score: 1


      You'll need 5.x anyway if you want 32-bit PCMCIA on your dead old humble laptop.

      This point was the main reason for me to upgrade the laptop to 5.2 (and later to a -CURRENT just after 5.2). I didn't have any real problems, and my machines are not super critical, so I moved all machines to 5.2.

      5.0 and 5.1 pretty much sucked, but 5.2 was already quite decent. I just installed 5.3RC1 in my laptop, and it is fine, but has a few release engineering detail bugs. (e.g. no dependancies of xorg on the default font set, no X config in sysinstall)

    16. Re:(almost) slashdotted article by geminidomino · · Score: 1

      OSViews would seem to agree with you.

      "This article has been removed because many points made within it have been deemed unfactual."

      Funny all the responses ranting about his comments about Theo De Raadt, tho. Personal experience would put those as about the ONLY accurate thing in the article.

  7. That's "Daemon" by Eric+Smith · · Score: 3, Funny

    ... you insensitive clod!

  8. openbsd mistakes by grub · · Score: 5, Informative


    There are a few mistakes in that article.
    as the site claims, there hasn't been a hole in the default install in over seven years.

    Actually the claim is "Only one remote hole in the default install, in more than 8 years!"

    OpenBSD runs on very few platforms and even then only in single-processor mode

    If you're using an i386 system then SMP has been available for a while and is shipping in 3.6 (I have my CDs already.

    OpenBSD isn't acceptable as a desktop system

    I've used it as a desktop for years and the ports system works very well.

    --
    Trolling is a art,
    1. Re:openbsd mistakes by the+morgawr · · Score: 2, Insightful
      > The attitude on the mailing lists is one of the big reasons that I've found OpenBSD not to be optimal for my desktop.

      Personally, I LIKE the attitude on the mailing lists. It keeps people on topic (mostly) and scares off everyone too incompetent to RTFM and run a google search before posting.

      --
      The policy of the United States is worse than bad---it is insane. -- Ludwig von Mises, Economic Policy(1959)
    2. Re:openbsd mistakes by XMyth · · Score: 4, Funny

      many users have been flamed off the Internet due to his bad moods and compulsive control issues.

      I can attest to this. My cousin, Larry, was flamed clear off the Internet by Theo De Raadt. To this day, he hasn't been able to return.

      moment of silence please....

  9. oooh, xhtml by karmaflux · · Score: 1
    support for Java 1.5, XHTML 2.0 and CSS 3.0

    I bet the Darwin developers worked for years for that one! Tell me again how the kernel implements web standards, George.

    --

    REM Old programmers don't die. They just GOSUB without RETURN.

    1. Re:oooh, xhtml by Tet · · Score: 2, Insightful
      Tell me again how the kernel implements web standards, George.

      Yep, the article is almost utterly devoid of useful content, and much of what it does have is simply plain wrong[1]. It reads very much like some of the Linux articles did a few years ago... "Oooh, I've just found this great new OS, so I'm going to pimp it everywhere I can, even though I don't know enough about it to do a decent advocacy job and avoid looking like a fool". Sigh. FWIW, I use both Linux and OpenBSD.

      [1] The particular one that gets me is the oft quoted, but now inaccurate claim that NetBSD supports more platforms than Linux. That was indeed once true, but it hasn't been for a few years[2].

      [2] Unless you use NetBSD's somewhat arbitrary definition of a platform. Either way, Linux runs on more CPU architectures than NetBSD does.

      --
      "The invisible and the non-existent look very much alike." -- Delos B. McKown
    2. Re:oooh, xhtml by Guy+Harris · · Score: 1
      I bet the Darwin developers worked for years for that one! Tell me again how the kernel implements web standards, George.

      There's more to Darwin (the WWDC Developer Preview release of 8.0b1, in particular) than xnu. There's also, for example, WebCore. (Those links might require APSL registration.)

  10. Flaimbait Story by the+morgawr · · Score: 5, Insightful

    Too bad I can't mod the story flaim bait; the treatment of Net and Open is a bit heavy handed and the article seems to be written as a FreeBSD advert....

    --
    The policy of the United States is worse than bad---it is insane. -- Ludwig von Mises, Economic Policy(1959)
    1. Re:Flaimbait Story by the+morgawr · · Score: 1

      LMFAO! Didn't even notice I'd done that. Hahahah...

      --
      The policy of the United States is worse than bad---it is insane. -- Ludwig von Mises, Economic Policy(1959)
    2. Re:Flaimbait Story by garcia · · Score: 1

      Well, honestly, while N and OBSD have their merits (as were mentioned) I know that I wouldn't want to deal with Linux if Linus was as big of a raving fuckwit as Theo is.

      Now, I can't say that Theo's erratic and basically socially unacceptable behavior would be my only reason for not using it (as the blurb seems to suggest) but it certainly would be a major deterrent.

    3. Re:Flaimbait Story by rsidd · · Score: 2, Informative
      Well, honestly, while N and OBSD have their merits (as were mentioned)

      No, both were flamed. He says NetBSD is not secure and has poor device driver support: he doesn't know what he's talking about. NetBSD is as secure as the other BSDs and a lot more secure than linux: check the records. And if it weren't for NetBSD, FreeBSD would have pathetic device driver support. (It also wouldn't have rcNG and other innovations).

    4. Re:Flaimbait Story by the+morgawr · · Score: 2, Informative
      1. You missed my point; the article gets information wrong and is clearly biased
      2. I've used OBSD for ~4 years and have never seen Theo act "erratic and basically socially unacceptable". The only things that people could possibly be refering to are his insistance that OBSD not add or keep any software with restrictive licensing in the tree. OR the attitude of most of the people on the misc list (theo included) that dumb questions (that could be answered by RTFM or google) deserve dumb derisive answers. I don't see either of these as a problem.
      --
      The policy of the United States is worse than bad---it is insane. -- Ludwig von Mises, Economic Policy(1959)
    5. Re:Flaimbait Story by LurkerXXX · · Score: 2, Insightful
      Funny, lots of folks don't like Bill, but do use Windows.

      Frankly I like to run a secure OS (OpenBSD) for my firewalls, etc. I don't really care if Theo flames folks every so often. It doesn't really affect me as a end-user. My network is still locked down. If Linus went on a rant and flamed a bunch of folks, how exactly would it affect your usage of Linux on your computers?

    6. Re:Flaimbait Story by Brandybuck · · Score: 1

      The FreeBSD section isn't that accurate either.

      --
      Don't blame me, I didn't vote for either of them!
    7. Re:Flaimbait Story by evilviper · · Score: 1
      If Linus went on a rant and flamed a bunch of folks, how exactly would it affect your usage of Linux on your computers?

      Apparently it would make Linux more stable and secure.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  11. Decade? by ajs · · Score: 4, Insightful

    I was using BSD 4.2 in college over 15 years ago, and the litigation didn't happen for quite some time.

    BSD's roots are in the early 80s when they were working closely with Bell Labs, and both versions of Unix were quasi-official.

    Obviously, the big break for the modern BSD was 386BSD, which brought the OS to the personal computer a little over a decade ago.

    Today, I think it is the rich set of userland capabilities that distinguish the BSDs to the point that occasionally Linux distributions pop up that emulate their functionality (e.g. Gentoo's use of a BSD-like ports system).

    BSD is a rich OS with a long history, and I'm glad that it's still around and growing into niches that need it. Today, I'm mostly a Linux user, but I remember my roots and the joy that life was when BSD gained popularity over the proprietary OSes of the day back in the 80s.

    1. Re:Decade? by BdosError · · Score: 1

      Yes, a decade. See this WikiPedia entry: the lawsuit started in 1992

      --
      Complexity is Easy. Simplicity is Hard.
    2. Re:Decade? by sean23007 · · Score: 1

      He's referring to the lawsuit (I believe it was in the early-mid 90s) between BSD and AT&T, when AT&T claimed that the newly open source BSD distribution contained a lot of AT&T's Unix source code. However, during the suit it was discovered that all of AT&T's code had been removed and replaced by the BSD coders and AT&T's Unix still had a lot of BSD code, and the lawsuit was dropped/settled.

      Just a bit of history ... but that's what he was talking about.

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
    3. Re:Decade? by Billly+Gates · · Score: 1

      Why dont you install it again?

      FreeBSD comes with a big book that is highly detailed.

      FreeBSD still uses the possix utilities by default and you will feel right at home with sh and not bash and make instead of gnumake(linux distro's rename it plainly as make).

      Nethack is there too from the early 80's. Type in hack.

    4. Re:Decade? by ajs · · Score: 1

      I realize that they're talking about the lawsuit with AT&T (I still wear my "Free The BSD 4.4" shirt with pride, though I gave away my "4.4 > 5.4" poster). What I didn't understand was the implication that that suit began anything in particular. It was a controversy raised long after the code had been used to create 386BSD and at least a decade after BSD first became popular, so I didn't see it as a "beginning".

  12. Live and let live by YCrCb · · Score: 5, Insightful

    I am a BSD user since 386BSD days, and a frustrated linux admin.

    There is enough room in the world for both, and hopefully many more. Vote with what you run, be proud, but don't knock the other guy.

    I get what I want out of my FreeBSD installations, I hope there are many Linux and any other flavor OS users out there just as happy with their installations.

    Life is to short, enjoy it the best way you can with what you like!

    1. Re:Live and let live by sanityspeech · · Score: 1

      Well, what a relief to see that the forum has some sane people in here. I was beginning to wonder if the "Anonymous Coward(s)" had much else to do besides berating others.

      As an avid user of Gentoo Linux, I must say that I've kept an eye out for the different BSD flavors. I definitely appreciate the ports-style package management used by the distribution.

      That said, I am in no hurry to switch if the interaction is going to be this negative.

    2. Re:Live and let live by YCrCb · · Score: 2, Insightful

      It is not, just trolls mostly I think. I know I am getting old and set in my ways, so learning linux has been a long path for me. I have hardly ever encountered a bad word in groups. Many don't know of BSD, a few are eager to find another that "speaks their language", some are jokingly bad comments. Gotta admit the stuffed penguins I have seen are much better than any of the daemons stuffed animals I have seen. Enjoy what works for you,

  13. Too bad its all wrong. by Anonymous Coward · · Score: 3, Informative

    Wow, what a crappy article. The guy couldn't even be bothered to read the websites for each project so as not to fill his article with incorrect information.

    As an OpenBSD user, I quickly saw tons wrong in the OpenBSD section, I am sure its the same for Free and Net. OpenBSD's security claim is right there at the front of the main page, and he manages to get it wrong? And he says it runs on "few" platforms, and to avoid alpha and PPC, which is rediculous. The supported platforms page seems to list 12 supported platforms, and 3 more being actively worked on. And alpha and PPC are both fine, in fact some devs have only PPC machines themselves. And he also claims its single CPU only, even though it has SMP support on i386 and amd64, with PPC in the works.

  14. More OpenBSD mistakes... by ^BR · · Score: 4, Informative

    OpenBSD is updated every three or four months...

    Wrong : OpenBSD has sticked to its schedule of a release every 6 months (November 1 and May 1) since years, and the OpenBSD 3.6 release won't be any different (CD already started to ship to those who pre-ordered by the way).

  15. Re:Is Apple represented? by oscast · · Score: 2, Informative

    No, its because the server is shared. The site's normal traffic doesn't deem a dedicated server yet... though I'm seriously considering it for times like this.

  16. Re:Mod parent as redundant not a troll by AKAImBatman · · Score: 1

    <<State of the demon??..but BSD is dead..and netcraft confirmed it.
    <Troll? Comone mod's mark it as redundant. My bad for not reading the previous comments but still a troll?


    No offense bub, but everyone's REALLY tired of that "joke". Face it, the joke is dead. Netcraft confirmed it.

  17. ports/packages - the conflict, the headache by curtlewis · · Score: 2, Informative

    ports and packages are good ideas, but never the twain should meet.

    Simply installing FreeBSD will most likely (unless you try hard to avoid it) will install some packages. Seemingly harmless, but try to upgrade one of those packages via the ports mechanism and you will begin to feel true pain, young jedi.

    Ports are a better path, IMO, because they are far more frequently updated. But mixing an installation of ports and packages will send you down a compatibility and non-compiling path to hell.

    Fortunately, I've figured out the trick. Avoid any packages during the initial CD install and then install everything from ports. Then you can update your ports using cvsup and upgrade your apps and likely never have a problem. Worked like a champ for me and I can run the latest releases of Firefox and Thunderbird while others have compiles of the same apps barf on them.

    1. Re:ports/packages - the conflict, the headache by brilinux · · Score: 1

      I think that this was my problem- combining the two. In the future, if I do another FreeBSD install (which I may on my laptop once 5.3 comes out, since it should have NDIS support), then I will try not to install any packages. Of course, I think that X is installed from packages, so I will have to be careful. That is good advice, though.

    2. Re:ports/packages - the conflict, the headache by Z4rd0Z · · Score: 1

      What kind of problems did you have? The only problems I've had with packages is that they seem to look for particular versions of other packages for dependencies rather than looking to see if certain library versions are available on the system, something I'd like to see fixed. But if you use portupgrade to handle it, there shouldn't be any upgrade troubles.

      --
      You had me at "dicks fuck assholes".
  18. Mirror by HyperChicken · · Score: 2, Informative
    --
    Free of Flash! Free of Flash!
  19. Re:Summary, buy a mac or use linux by HyperChicken · · Score: 1

    And what are these advance features you speak of? Do tell or stop trolling.

    --
    Free of Flash! Free of Flash!
  20. Only one linux? by ^BR · · Score: 2, Insightful

    You must be joking. It's not even true for the kernel (there are some forks, mostly for supporting more or less obscure platforms, but more so because some distribution patch the official kernel really heavily) but if you consider the complete Operating System then you must consider the distributions and not the kernel, and those everyone stopped to count long ago...

    You also fail to take notice of the fact that even if the three major BSDs follow a different path there is still a very high level of blood mixing, a good thing appearing on one of them quickly make its way to the others, as well as countless bugfixes and small improvements.

  21. Re:Summary, buy a mac or use linux by Midnight+Thunder · · Score: 2, Insightful

    Darwin -- only available for Mac hardware or specific Intel architectures. (aside: Buy a mac, has the best OS out there by a *long* shot).

    Aside from the fact it has PPC as the primary platform, it has the advantage of having a good choice of software when you take into account the commercial, shareware, freeware and open source solutions - there is something for most everyone, if you are willing to buy the basic machine.

    All I need now is a good CAD application for MacOS X/Darwin.

    Note: I am a happy Mac user - so I am fairly biased.

    --
    Jumpstart the tartan drive.
  22. I'm afraid. by nblender · · Score: 1

    If I see another "OpenBSD is the most secure", I'm going to kill someone; so help me god....

    1. Re:I'm afraid. by kmmatthews · · Score: 1

      OpenBSD is the most secure
      OpenBSD is the most secure
      OpenBSD is the most secure
      OpenBSD is the most secure
      OpenBSD is the most secure
      OpenBSD is the most secure

      In closing, I'd like to say: OpenBSD is the most secure
      :)

      --
      feh. stuff.
  23. Re: The State of the Demon Address by Anonymous Coward · · Score: 1, Interesting

    Like offering less than ideal Java support? That is probably Sun's fault, but anyway. I have installed and used FreeBSD quite alot and it is a great OS. Almost everything you need runs out of the box, but things like Java and OpenOffice required abit of fumbling.

  24. So.... by Canuck_TV · · Score: 1

    There is a colour scheme more hideous than it./.

    I'm a graphic designer with a bit of spare time on his hands if you like...

    :P

    1. Re:So.... by ggvaidya · · Score: 1
      I'm a graphic designer with a bit of spare time on his hands if you like...

      Oxymoron? :P

    2. Re:So.... by Canuck_TV · · Score: 1

      Usually, yes :P Downtime happens here and there, but its rare ;)

  25. I Love BSD by HenryKoren · · Score: 3, Funny
    The love affair started with FreeBSD 4.5. Now years later I administer two production servers running FreeBSD 4.10. I have a server at home running FreeBSD 5.2.1 with 549 ports installed and running flawlessly in unison.

    I have tried most common flavors of Linux. Some are nice, but something keeps me coming back to BSD.

    It was love at /usr/ports/
    It had me at pkg_get -r

    No Red Hat, Fedora, Slackware, Gentoo, SuSE, Debian or Mandrake could give me that same feeling. Call it a personal preference, call it zealotry. But FreeBSD has won my heart.

    BSD I love you...

    1. Re:I Love BSD by rainman_bc · · Score: 1

      apt-get install seems to work quite well on Redhat at least. Many good repositories for apt-rpm.

      However /usr/ports makes me tingle... When it works... There's been a few bugs in there too...

      It's a bit frustrating when you got install Gallery for example, and you run Apache2 with php5 and Gallery goes to install php4 and apache1.3... that's a bit frustrating, but can deal with that...

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    2. Re:I Love BSD by baldusi · · Score: 1

      So emerge -uK is insulting to Engligh and thus should not be used?
      I use and swear by OpenBSD, but you can't really include Gentoo and a critique of lack of pgk_get for Linux in a same paragraph.

  26. That's funny, I don't see BSD mentioned anywhere.. by b00m3rang · · Score: 2, Informative

    http://uptime.netcraft.com/up/graph/?host=www.osvi ews.com Apple's modified version is not the responsibility of the original BSD developers.

  27. Re:BSD software abundance? by HyperChicken · · Score: 1

    Either you're looking at closed source software or you're looking in the wrong place. FreeBSD comes with the ports system (/usr/ports) that presents a simple way to install a couple thousand software packages. Check out http://www.freebsd.org/doc/en_US.ISO8859-1/books/h andbook/ports.html for more details.

    As for hardware, I have found that FreeBSD and NetBSD (probably OpenBSD; Mainly use that on non-workstation machines) have better hardware support than leading distributions. As long as you're not using anything too weird, you're fine.

    --
    Free of Flash! Free of Flash!
  28. Re:BSD software abundance? by Quill_28 · · Score: 2, Funny

    I've love to try out linux on the desktop, but it seems I'd probably run into a wall with many hardware drivers or software apps not being available. Moreso than Windows at least. Everytime I need to search for software, it seems as though there is always a setup.exe for most of the Windows distributions, yet I rarely run across these for Linux. Linux seems to be used mostly in specialized machines such as webservers and the like, right? Not really geared towards the desktop? It seems like quite a bullet-proof OS that's organized better than most version's of Windows and runs more smoothly, why isn't there more software written specifically for it? Or am I completely missing something?

  29. Platforms by ^BR · · Score: 2, Insightful
    Unless you use NetBSD's somewhat arbitrary definition of a platform. Either way, Linux runs on more CPU architectures than NetBSD does.

    Well, having support for the CPU is nice but each platform needs its bootloader, often specific system utilities (NVRAM manipulation, disk-partitionning...) and more importantly support for everything around the CPU (also kernel init is often slightly different depending on the platform, CPU being equal. Starting up a Mac68k and a Sun3 is not exactly done the same way).

    e.g. a kernel supporting SPARC without supporting SBus and the common SBus peripherals (framebuffers, NICs) would be at best useless.

    I really think the NetBSD definition of a platform is the right one, because having a kernel supporting your CPU don't mean you'll be able to run it on your computer using that CPU, or if it runs that you'll be able to do anything useful with it, because you may lack platform support.

  30. Re:They've been dying so long by huber · · Score: 1

    But OS X runs on top of BSD. That mean apples has been dead for twice as long!

  31. This is totally wrong, do not listen to this guy. by Anonymous Coward · · Score: 3, Informative

    Ports and packages work just fine together. Using a port is just compiling and creating a package on your machine, and then installing it for you. pkg_info will list the packages you've installed via ports. There is no conflict or problem at all. If you had a problem, it was likely because you used 4.4 packages on a 4.3 system or something like that, meaning the dependancies would be all wrong.

  32. Re:BSD software abundance? by user32.ExitWindowsEx · · Score: 1

    IIRC, FreeBSD can run most if not all Linux binaries straight up (provided you're on the same CPU arch)

    --
    "Evil will always triumph because good is dumb." -- Dark Helmet
  33. DragonflyBSD by merdark · · Score: 3, Informative

    Hm. No mention of DragonflyBSD. I don't have time to give it a proper blurb really, but DragonflyBSD is probably the most promising of the BSDs.

    It uses a message passing framework, like a microkernel, but still keeps most things in kernel space. This quite a divergence from the other BSDs and Linux and will hopefully enable some really cool features.

    Check it out for yourself at http://www.dragonflybsd.org!

    1. Re:DragonflyBSD by chrysalis · · Score: 1

      I second this.

      I'm posting this message from DragonFlyBSD and I can confirm that this is really the most promizing *BSD operating system today. It really tries to rewrite stuff in a clean and modern way rather that tweaking code that is really getting old.

      Performance is also excellent and huge progress is made every day. Matthew, Joerg and other developpers are doing an awesome job in quickly fixing rather complex issues.

      The project is also shamelessly taking good ideas from other operating systems including Linux. DragonFlyBSD may really become a "best of" every free Unix some day.

      --
      {{.sig}}
  34. Re:Giving the matter some thought... by drmerope · · Score: 1

    Okay, but there isn't one best solution. There is that saying "jack of all trades" master of none. The BSDs tend to fork over major kernel architectual differences (rather than eye-candy or userland disagreements), but despite that they share and exchange code extensively. Maybe the linux approach would be okay if Linux really was a god and _knew_ exactly what the "best" solution was but that is the case. He's just a pretty smart guy like Matt Dillon of DragonflyBSD, Robert Watsom of FreeBSD, or Theo of OpenBSD. Smart, informed people can disagree on how to do things. The variation on the BSDs allow those ideas to be realistically tested in practice. So you could just as well make a diversity argument here. No one is betting the entire BSD farm on the one true and holy kernel architecture. Also you make light of switching linux distributions. The BSDs tend to be much more similar in their operation and usage than linux distributions. The differences are under the hood or in the choices for default configuration, not in the man-machine interface. Also, while people are pretty fond of saying OpenBSD for Security, FreeBSD for performance/stability... that sort of belies the complexity. Yeah, FreeBSD tends to have the best performance but it also has a really good security team. Is FreeBSD up to the same auditing level as OpenBSD? No, but it is audited to a very reasonable level.

  35. Re:Giving the matter some thought... by Timesprout · · Score: 1

    So a microsoft monoculture is bad but a GNU/Linux monoculture is good?

    Personally I am pleased to see the BSD's get some attention. I had a brief dabble with FreeBSD a while ago and I have to say it was a pleasure. Easy to install and configure, very solid feel to it and excellent performance on quite limited hardware, so much so that I would consider FreeBSD before a Linux distro for a server installation. You are correct in that their focus does tend to be a bit narrow, and the majority are probably not going to be running FreeBSD on their desktop but thats not to say it does not have its place, as do OpenBSD and NetBSD. What was the Unix ethos again? Oh yeah, do one thing and do it well.

    --
    Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
    What truth?
    There is no dupe
  36. This is the stupidest post yet, congatulations. by Anonymous Coward · · Score: 1, Insightful

    There is not one GNU/Linux, there are dozens of incompatable linux distros. There isn't even one Linux kernel, since most distros make local changes to their kernels.

    And BSDs have not fragmented into extremes. Don't make such idiotic statements if you've never even tried the BSDs. I use OpenBSD for everything, my laptop, my firewalls, my servers. You could do it all with Free or Net or a linux distro. The difference is which one the person doing it prefers.

    Posts like yours are why more and more BSD users think linux users are idiots. Please learn to keep your mouth shut if you don't know what you are talking about, instead of making the linux community look stupid.

  37. Re:Bummer by mr_jim83 · · Score: 1

    People were reading the article before posting?? Say it ain't so!

  38. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  39. state of BSD by minus_273 · · Score: 2, Interesting

    to understand how BSD is doing, go to your local coffee shop, book store or student union. Take a look around, how many people do you see using BSD? 3 or 4 laptops. Now how many linux laptops do you see? none. I think thats pretty good.

    --
    The war with islam is a war on the beast
    The war on terror is a war for peace
  40. Quality Control by peacefinder · · Score: 2, Informative

    I wonder if the rest of the article is as poorly researched as this:

    "Every line of code is hand-audited and, as the site claims, there hasn't been a hole in the default install in over seven years. Striking a balance in hardware support somewhere between FreeBSD and NetBSD, OpenBSD runs on very few platforms and even then only in single-processor mode. [...]

    OpenBSD is updated every three or four months [...]


    It is dead obvious from the OpenBSD.org website that they claim one remote hole in the default install, that they are including SMP support in the version shipping week after next, and the release schedule has been every six months for many years.

    This doesn't give me a lot of warm fuzzies about the accuracy of the rest of the article.

    --
    With reasonable men I will reason; with humane men I will plead; but to tyrants I will give no quarter. -- William Lloyd
  41. Re:BSD software abundance? by geniusj · · Score: 1

    A couple of thousand? Try well over eleven thousand.

  42. Re:They've been dying so long by happyfrogcow · · Score: 1

    neh. it just means OSX is a necrophiliac.

  43. Re:BSD software abundance? by drmerope · · Score: 2, Informative

    I've never wanted a program that I couldn't run under FreeBSD--seriously!

    Sure, a little 2k widget program you find somewhere coded especially for linux might be hard to compile on FreeBSD... but the solution is to just compile it on a linux machine (or trust a published linux binary). Why? FreeBSD runs linux binaries. It does this by emulating the linux system calls at almost no overhead and installing a set of libraries from Red Hat in /usr/compat/linux

    The kernel/loader takes care of the rest. Basically, linux programs tend to just work unless they depend on some special kernel module.

    As for native BSD binaries. You have ports (a push-button way to compile it yourself) or packages (a push-button way to have your computer fetch a precompiled binary from the FreeBSD build cluster).

    The best part? FreeBSD maintains a vulnerability database for third-part software. Installing a program that depends on a library version with a known vulnerability? make install gives you a heads up warning. Concerned about people hacking into distribution sites and putting trojans into the source and/or source? The FreeBSD team maintains their own database of MD5 which is consulted to verify that the source is the same source that past inspection by the port maintainer.

  44. Re:Summary, buy a mac or use linux by ch-chuck · · Score: 5, Informative

    OpenBSD is tightly controlled by a madman, thus should be avoided.

    Heck, the same could be said about Windows.

    Anyway, I've installed OBSD on an old PC for an Internet gateway / firewall and have been nothing but happy. It's small (downloads quick), robust, secure. Power failures? Reboots automatically and continues w/ no problem, it has required 0 maintenance (other than, for example, checking authlog and changing ssh port for all the ssh scanners out there recently). It VPN's to a Linksys box, has dyndns client, and much, much more.

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  45. Good article. by Power+Everywhere · · Score: 1

    For a fiction-writing class.

  46. Re:Giving the matter some thought... by Brandybuck · · Score: 4, Insightful

    There is exactly one GNU/Linux... which is ultimately designed by one team.

    Bwahahaha! You've got one kernel (with half a dozen semi-official patch sets), one GNU metaproject (with dozens subprojects each with their own team), imports from several other projects, and an infrastructure that is unique to each distribution. Then you have some tiny distros that use busybox and dietlibc. Or realtime embedded variants.

    Claiming that there's exactly one system/team in this mix is beyond absurd.

    --
    Don't blame me, I didn't vote for either of them!
  47. I'm a switcher by devphaeton · · Score: 5, Informative

    A long time (well, relatively speaking- (6 years)) user of Linux i'm finding myself spending more and more time in my FreeBSD installation than anything else.

    This isn't a rant against linux- Debian and Slackware have both been very good, stable, and fun for me over the years. I have no regrets! But i must say that the grass is greener on the FreeBSD side of the fence, at least for my purposes.

    Package management is concise and consistent. The whole OS and all its packages can be found in one place. No sifting through rpmfind.net (we have RH machines at work), sourceforge or freshmeat, or any other craziness. Documentation is well done and up to date. Software installation is almost mindless. Configuring the kernel is amazingly simple. The gripes about hardware support and detection seem to be a non-issue for the hardware i have (which is pretty typical of what 90% of /. readers would have too). It's more elegant in that UNIX way. Things are less complicated through better design and implimentation.

    The BSD folks highlight how the BSD system is all made by one small team, vs. GNU/Linux being made by hundreds or thousands of folks on separate projects. I must attest that there truly *is* a difference in the end product. Everything in a BSD system "fits" and "gets along".

    Once again- this isn't a criticism of linux either. The `fragmented' or `modular' method of assembling a GNU/Linux system gives it other strenghts in different areas that some BSD systems might otherwise not have. It's all about the right tool for the job.

    A side benefit of the BSD side of the fence is the lack of Crusading To Subjugate The World type of mentality. It's all about the UNIXy goodness instead, which is why -I- got away from Windows in the first place. I find this a very refreshing change.

    --


    do() || do_not(); // try();
    1. Re:I'm a switcher by AME · · Score: 1
      Package management is concise and consistent. The whole OS and all its packages can be found in one place.

      Are you saying that all third-party software that I may want for my BSD system is all in one place? Wow.

      No sifting through rpmfind.net (we have RH machines at work), sourceforge or freshmeat, or any other craziness.

      To be fair: The existence of rpmfind.net, et al, and the inconsistencies in rpm-packaged software at those sites is not RedHat's fault for the same reason that the existence of incompatible Linux distros is not Torvold's fault.

      --
      "I have a good idea why it's hard to verify programs. They're usually wrong." --Manuel Blum, FOCS 94
    2. Re:I'm a switcher by Walles · · Score: 1
      Package management is concise and consistent. The whole OS and all its packages can be found in one place.

      You mean just like in Debian?

      Software installation is almost mindless.

      You mean just like with Debian's apt-get ?

      I can imagine that those might be weak points for Slackware, and several of the Redhat derivatives, but Debian does well in those areas and has for a long time.

      --
      Installed the Bubblemon yet?
    3. Re:I'm a switcher by devphaeton · · Score: 1

      Are you saying that all third-party software that I may want for my BSD system is all in one place? Wow.

      Actually by "Whole OS" i meant the base system. All other 3rd party apps such as Xorg or irc clients, games, some programming languages etc aren't really part of the OS itself. However, that said, you have a single interface (sysinstall or /usr/ports) to use that will hunt down all the bits for you. Not every 3rd party app is available on the FreeBSD servers, but lots of it is. I've never had sysinstall nor the ports system not find something. Doesn't mean it won't happen, just that i've never seen it.

      To be fair: The existence of rpmfind.net, et al, and the inconsistencies in rpm-packaged software at those sites is not RedHat's fault for the same reason that the existence of incompatible Linux distros is not Torvold's fault.

      Of course not. Many linux distributions have all of their base system available as tarballs or packages on their site, but RH seemed to be a bit sparse on that. Maybe i'm not looking in the right place. I'm not going to get into the problems i've run into using RPMs and their implementation though. That's outside the scope of our conversation, for the time being ;)

      Btw i don't fault Linus for anything. To him I am grateful.

      --


      do() || do_not(); // try();
    4. Re:I'm a switcher by devphaeton · · Score: 1

      You mean just like in Debian? You mean just like with Debian's apt-get?

      Debian is one of the best in this regard, if not the best. Apt-Get is the moh scheezi, i will not deny. It is a well-designed and well-implemented system. However, i *have* had some issues with it installing some packages in the absense of others, and leaving the system or at least apt in a broken state. I was able to google and read the manpages on the system or docs at debian.org and fix it, but i would have rather used those afternoons (4 incidents) for other things. Otherwise, i have no complaints for Debian. They are doing an excellent job, and i hope they continue to ignore all the pressure people give them to change their ways.

      To be fair also, slackware's package management system (pkg_tool) isn't as bad as the internet would lead you to believe. It's somewhat crude and leaves a lot of work to be done by the administrator (ferreting out dependencies beforehand), but it's simple and it just works.

      Once again i'll state that I have used both Debian and Slackware and I like them both. Everything's got its quirks, even the BSDs.

      --


      do() || do_not(); // try();
  48. Re:BSD software abundance? by Elf-friend · · Score: 1

    Not a BSD user, but as I understand it, it depends on the BSD: FreeBSD will run most any Linux software. There are FreeBSD libraries supplied that make it possible to run most Linux binaries easily. IIRC, people have even gotten the Linux versions of games like Neverwinter Nights to run on FreeBSD (maybe better than on Linux). Beyond that, *nix software is *nix software, so any code written for *nix should compile from source on BSD (okay, so that's an oversimplification, but it's true as a general rule with well-written code). FreeBSD is fairly heavily oriented towards the desktop, while NetBSD and OpenBSD are more oriented towards the classical Unix uses: web and file servers, mainframes, etc.

  49. Re:OpenBSD Phrase Was Changed by grub · · Score: 2, Informative


    No, it was a hole in OpenSSH (also the OpenBSD version of Apache contains a lot of patches and runs chrooted)

    --
    Trolling is a art,
  50. Re:BSD software abundance? by HyperChicken · · Score: 1

    Okay, so I was a little off. Big deal.

    --
    Free of Flash! Free of Flash!
  51. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  52. This is not a State address. by Nimrangul · · Score: 5, Interesting

    This is one man spewing invalid opinions and using outdated information. He hits hard on NetBSD and OpenBSD as though they were evil or the spawns of some demon's loins.

    He says of NetBSD, "...its desktop and production applications are so limited as to be nonexistent...," yet this is a foolish and downright insulting thing to say. Desktop applications are not dependant on Linux or FreeBSD as much as they are on X. The issue of production applications are a problem with companies, not the system itself. And even then there are means to emulate other systems to allow most programs for Linux to run on NetBSD.

    Of OpenBSD he says: "Sticking with Intel and compatible chips is a safe bet as its Alpha and PowerPC ports are still in their infancy." I find this once again rediculous. The macppc and alpha ports are better than what FreeBSD has to offer and are pretty much comparable to the NetBSD ones (what with the code sharing). He also takes a personal slam at Theo de Raadt himself, not at all something to make his opinion more valid or acceptable.

    Of Darwin he speaks as though it were a complete system and not an incomplete husk of one. He even calls it a Unix, while it is not. His views seem tainted and hazed by his own prejudices.

    He does not even touch on DragonFlyBSD, a system which I find to be far more a BSD than Darwin considering Darwin uses Mach and not BSD for a kernel.

    --
    I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
    1. Re:This is not a State address. by Matthias+Wiesmann · · Score: 1
      Of Darwin he speaks as though it were a complete system and not an incomplete husk of one. He even calls it a Unix, while it is not. His views seem tainted and hazed by his own prejudices.
      MMh, I think he is not the only one. While I agree that the article is quite bad and not mentioning DragonFly is a clear shortcoming, dismissing Darwin as being an incomplete husk without any arguments sounds quite prejudiced to me...
    2. Re:This is not a State address. by MadFarmAnimalz · · Score: 1

      He hits hard on NetBSD and OpenBSD as though they were evil or the spawns of some demon's loins.

      Umm... I'm not entirely sure how to break this to you...

      --
      Blearf. Blearf, I say.
    3. Re:This is not a State address. by bo0ork · · Score: 1

      Well, slamming de Raadt isn't really uncalled for. The man, while competent and productive, probably suffers from some kind of social disorder or two. I once got "flamed off the 'net" by him for politely pointing out an incompatibility between OpenBSD and a few well known MTA's.

      --
      Does everything include nothing?
    4. Re:This is not a State address. by Nimrangul · · Score: 1

      No, you are completely wrong. In anything that deals with a product, you do not talk shit about the person in charge of the production of it.

      If I am looking at various programming languages, I do not say that you should avoid using Python because the creator is a jackass (he isn't, but I simply picked a language to use as the example). I don't say that D is a great language and could easily replace C++ because it is vastly superior, but I think the creator is ugly so you should not use it (once again, just a random language).

      Being told that you're an idiot by someone that is extremely smart does not make the one who is smarter than you suddenly evil; did you read up prior to making your opinion known? That is how most people get on Theo's bad side. I find that Theo is reasonable to everyone that is well informed and not just spewing uninformed opinions at him, perhaps looking into things before talking to a guy who is very busy would help you to stay on his good side.

      Were you saying that OpenBSD's sendmail was not supporting some of the crap you like? You can always compile your own mail program if you want to.

      Once again, your opinion is completely wrong. It is never correct to bring in the opinions of a person over another person when dealing with a product associated with that person.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
    5. Re:This is not a State address. by Nimrangul · · Score: 1

      Darwin is not made as a complete release, it just isn't. It needs additions to it to make it a complete system. GNU/Darwin and OpenDarwin aren't around as competing products to Apple's Darwin operating system. They are projects to complete and extend what Apple has released.

      Not prejudice, just the way I have observed things.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
    6. Re:This is not a State address. by bo0ork · · Score: 1

      Well, I wasn't stating an opinion to him, but stating a fact. Since then, the affected MTAs have worked around the OpenBSD quirk.

      --
      Does everything include nothing?
    7. Re:This is not a State address. by Nimrangul · · Score: 1

      You misunderstand me. I was saying your opinion expressed in your post was completely incorrect, not that you were making your opinion known to Theo.

      Either way, you make it seem as though your MTA was not sendmail. If that is the case then Theo would likely look down on you for using an poorer program.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
    8. Re:This is not a State address. by bo0ork · · Score: 1
      If that is the case then Theo would likely look down on you for using an poorer program.

      I hope you're wrong, though. It's too sad to think that someone would look down upon someone else because of something trivial like that.

      --
      Does everything include nothing?
    9. Re:This is not a State address. by Nimrangul · · Score: 1

      No, from what I've seen Theo does not like people that use inferior software; that is why only sendmail is a part of the system, Theo supports sendmail.

      Besides sendmail is the better mail transfer agent out there, so why would anyone need anything else?

      I don't really look on people that do things I think foolish in a positive light, why would someone else?

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
  53. This just in. by Anonymous Coward · · Score: 1, Funny

    Another crippling bombshell just hit the already beleagured web server. Red smoke runs like a river of blood.

  54. Re:Giving the matter some thought... by Drakonian · · Score: 2, Insightful

    The "computing world" consists of more than desktops and servers. Embedded, handheld, etc. Different OSes for different needs. Sort of like the UNIX philosophy.

    --
    Random is the New Order.
  55. Ridiculous by Anonymous Coward · · Score: 3, Informative

    This article text was already smelling bad, and the strong points of next version of darwin are:

    "support for Java 1.5, XHTML 2.0 and CSS 3.0"

    Yeah. Sure.

  56. You are mistaken, Mr. Anonymous by curtlewis · · Score: 2, Informative

    I use FreeBSD on an in-depth basis daily in a FreeBSD based development house. I wouldn't call myself a guru, but I know wtf I'm talking about.

    I know what packages to get for my system. Packages are rarely updated. Ports are updated frequently. Use both and you're mixing old code with new requirements and you will feel pain.

    Packages work fine by themselves. But if you ever want to upgrade your browser with the current release, you'll need to use a port. If you ever want to upgrade gnome, you'll need to use a port. If you ever want to upgrade just about anything, you'll need to use a port.

    By keeping to just ports on your system, you only have to resolve the needs of one mechanism. And that pretty much works. Since I took that approach, my upgrades have been headache free.

    If you don't agree, fine, suit yourself. Spend hours futzing with builds. I'd rather be USING the system or be off doing something more enjoyable with my time.

    1. Re:You are mistaken, Mr. Anonymous by SillyNickName4me · · Score: 4, Informative

      > By keeping to just ports on your system, you only have to resolve the needs of one mechanism. And that pretty much works. Since I took that approach, my upgrades have been headache free.

      Now lets get something very clear here.

      When you install a package, it gets registered in /var/db/pkg

      The exact same thing happens when you install a port.

      When you use portupgrade, it will look (using pkg_info!!!!! that should really ring a bell there) in /var/db/pkg to see what packages/ports you have installed and in which version.

      IT DOES NOT MATTER FOR THAT IF YOU USED A PORT OR A PACKAGE (sorry for shouting)

      What does matter is using portupgrade correctly so it will resolve dependencies in both directions, ie, ALWAYS use -r -R

      I just upgraded a 4.10 system that had everything installed using packages, and I used portupgrade and let it built the ports for them.

      This resulted in one problem, which was extremely well documented in /usr/ports/UPDATING, the problem was KDE, I had to manually remove some components and install the new versions. This is very exceptional, and again, was well documented.

      You can ask portupgrade to use packages for installing as well as ports )see the -P flag) and you can also instruct portupgrade to create packages from compiled ports with the -p flag.
      The later is an extremely usefull feature when you have multiple machines that need the same packages, compile once, install as often as you need.

      Saying that ports and packages dont mix is not true in most cases. It is true in a few cases tho. For example, the firefox package will not include the development tools needed for compiling the mplayer plugin from a port, that will only work if you built firefox as a port. This again is an exception, and I consider it a problem of the firefox package.

      That said, if you install both as package, and then use portupgrade to upgrade them (and use -r -R !!) the system will figure out that the plugin depends of firefox and build firefox first.

      > If you don't agree, fine, suit yourself. Spend hours futzing with builds. I'd rather be USING the system or be off doing something more enjoyable with my time.

      You could also spend a little more time reading the documentation. Most of what you suggest is simply not true. Ports and packages use the exact same system for registering themselves, and so can be mixed and still be upgraded with as much or little trouble as when you only used ports (or packages)

      A very important commandline to remember:
      portupgrade -r -R -p -a

      Sorry if I sound annoyed here, but yes, it annoys me when people who claim to have used the system for a long time, still did miss the fact that portupgrade explicitly supports packages and ports for installing and upgrading, and then make wrong claims about it.

    2. Re:You are mistaken, Mr. Anonymous by archen · · Score: 2, Interesting

      While I have never had problems using the packages with freebsd and using ports that I built myself, I have had problems building packages myself and installing them elsewhere. Origonally I planned to sync servers and simply have a port build server for all the others, but ended up with problems that the packages I built would fail to install correctly (basically died in portupgrade) for some reason. At first I thought it was the CFLAGS I was using, but I was building against i686 so it should have worked for Athlons and Pentiums.

      So I went back to just building from ports, and on any machine at over 1Ghz ports tend to build fast enough for me (note: I don't use a GUI). The things that tend to take the longest are updating portdb after syncing the ports tree, and downloading the sources. If you have a build server do that, then the compile time on the other servers really isn't that long in comparison.

    3. Re:You are mistaken, Mr. Anonymous by SillyNickName4me · · Score: 1

      > So I went back to just building from ports, and on any machine at over 1Ghz ports tend to build fast enough for me (note: I don't use a GUI). The things that tend to take the longest are updating portdb after syncing the ports tree, and downloading the sources. If you have a build server do that, then the compile time on the other servers really isn't that long in comparison.

      That indeed works well for most cases. Exceptions would be things like X, KDE, Gnome, Firefox, and similar stuff.

      I wonder tho. I have been using a build server for a long time now, not just to build the ports, but also for building upgrades of the base system.

      I point all other machines to it for packages, and that seems to be working rather well. What is somewhat important there tho is that you keep the ports tree in sync. All my other machines run a portupgrade -PP -r -R with the packages source pointed at the build server (/usr/local/etc/pkgtools.conf).

      There are a few ports that will not work with this, most notably lame (binary distribution forbidden)

      I have no idea what went wrong in your case, but I would be interested to find out. The abbility to run a build server is not too relevant I think in your case due to what you said, but when dealing with the bigger packages I mentioned, it is a real timesaver.

  57. Re:BSD software abundance? by Quill_28 · · Score: 1

    I use windows 2000 for my desktop, but freebsd as my servers.

    I actually started using linux before freebsd but found it
    very frustrating(the list goes on), freebsd just seemed to work.

    That being said I am guessing linux would be a better desktop,
    for doing desktopish windows things(dvd recording, ripping audio, games, scanner, etc..)

    For a strictly development environment I would prefer freebsd but i would say they are comparable. Others may/will disagree,

  58. Re:Darwin by Guy+Harris · · Score: 1
    So Darwin BSD is available for x86 architecture? How come no one has written a port for OSX to run on the PC?

    There's more to OS X than Darwin, and the "more" isn't open-source, so the question should be rewritten as "how come Apple haven't written...".

  59. Re:Giving the matter some thought... by BdosError · · Score: 1

    Nice troll. Plenty of bites, no moderators seemed to notice. +10.

    --
    Complexity is Easy. Simplicity is Hard.
  60. ... go on with you FUD, trolly... by ulib · · Score: 1

    ... and the mods may as well allow you...

    ... but the truth's still the truth. :-)

    Nearly 2.5 Million Active Sites running FreeBSD

  61. Bzzt... Wrong. Try again. :-) by ulib · · Score: 1
  62. Re:MODPARENT FUNNY(??) by TheBoostedBrain · · Score: 1

    U need to upgrade to the current version of /. troll parser.

    --
    -- When did Ignorance Become a Point of View?
  63. Re:BSD software abundance? by Mad+Marlin · · Score: 1

    One of the coolest things to do if you have a really big hard drive:
    cd /usr/ports; make install
    And wait a very long time.

  64. Try FreeBSD with a Live CD by cquark · · Score: 2, Informative

    If you haven't used one of the BSDs, why not give FreeBSD a try with the FreeSBIE Live CD? FreeSBIE lets you try out FreeBSD and a wide array of its applications without needing to install anything on your hard disk.

  65. Cheap FreeBSD propaganda by xbsd · · Score: 5, Informative



    FreeBSD is worth advocating, but I bet the avergage BSD connoisseur can come up with better arguments. The article is full of stereotypes and garbage. I really wonder if the author really took an hour to visit the WEBSITES, let alone experimenting with the systems by himself:

    The new FreeBSD 5 branch offers some exciting technology, generally regarded as comparable with or superior to what is offered in Linux...while plans for FreeBSD 4.12 are on the backburner should FreeBSD 5 not achieve -STABLE status by the fourth quarter of 2005.

    What a fair comparison, let's benchmark STABLE technology available in Linux by the end of 2004 with technology that might be stable in FreeBSD by the end of 2005!

    [NetBSD] it's currently at version 2.6.1, with aggressive testing on the new NetBSD 2.0 promising fruition by the first half of 2005...Those familiar with NetBSD swear by it, though its use in serious environments is limited.

    OK, first of all, NetBSD is at version 1.6.2, not 2.6.1, and if you are looking for "serious environments", what if I tell you that the world's fastest computer is running NetBSD? Maybe NASA's Lewis Research Center, NEC Europe and Sony Japan do not count as "serious environments". http://www.netbsd.org/gallery/research.html.

    Forking from NetBSD in 1995 after a very heated -- and embarrassing -- personal argument, OpenBSD's one and only focus is to offer security. Every line of code is hand-audited and, as the site claims, there hasn't been a hole in the default install in over seven years. Striking a balance in hardware support somewhere between FreeBSD and NetBSD, OpenBSD runs on very few platforms and even then only in single-processor mode.

    I don't know who got embarrassed w/ that argument, but certainly not Theo since he keeps a record of it in his own personal website for visitors to see:http://zeus.theos.com/deraadt/coremail.html. There hasn't been a hole in the default install in over EIGHT years, not seven.

    OpenBSD runs on very few platforms and even then only in single-processor mode

    OpenBSD runs in more platforms than FreeBSD!!! http://www.openbsd.org/plat.html

    OpenBSD isn't acceptable as a desktop system or 3D workstation, however...One factor that mars OpenBSD's fair weather is its primary developer, Theo de Raadt...developers may wish to remain wary of this platform and its creator.

    What a bunch of nonsense! I've been using OpenBSD in my desktop for years, and had developers listened to you, OpenSSH wouldn't exist, nor have over 88 percent of the SSH server market!http://www.openssh.com/press.html

    I could go on and on, but I got tired already. I wonder why you guys promote these articles.

  66. As far as NetBSD's concerned ... by hubertf · · Score: 4, Insightful

    I've never read as much bullsh*t in so little text.

    The person obviously never looked at NetBSD in detail, nor has any deep understanding of concepts like performance and security, else it would be obvious that they are not something that NetBSD has to brag about, but rather something that's considered normal.

    Of course if you have nothing else to sell you can say "we're oh so secure" or "hey, we have all the cool GUI stuff, we can afford the bloat" - NetBSD won't, given it's constraints given through the portability. NetBSD has to offer state of the art operating system that OF COURSE is secure, and OF COURSE is performance optimized, and OF COURSE has about all the drivers available. But there's more to that other than the things that every operating system offers OF COURSE these days.

    Blindly ignoring the facts and judging by some marketing slogan and hear-say proves that the author has no technical background for his writing at all, and obviously doesn't know any code of ethics for writing.

    - Hubert (in bad mood)

  67. Re:In your dreams, troll. :-) by Big+Mark · · Score: 1

    Netcraft confirms: BSD isn't dying.

  68. A Big Fat Troll. by Eil · · Score: 3, Insightful


    I'm a FreeBSD advocate and all, but lets everyone bear in mind that this does not, I repeat NOT, come from any sort of official channel either in Berkeley or the FreeBSD project. It is a freaking OS Opinion editorial. Calling it a "State of the Daemon Address" is deliberately misleading and in extremely poor taste.

    Aside from a few vocal "Linux is teh sux0r" zealots, the FreeBSD community doesn't really worry itself too much about what the other BSDs or Unix-alikes are doing and certainly don't typically engage in penis-length matches such as this editorial.

    The wording is inflammatory, the facts are wrong, and a quick Google reveals with near certainty that the author isn't actually involved with the FreeBSD Project on any level.

  69. Mod Article Down by trippinonbsd · · Score: 2, Interesting

    Where is my option to mod this article down? It's full of misinformation and slander. How do things like this get posted? Do any fact checking in the OpenBSD section alone and you will see several glaring false statements, as well as hateful remarks towards its lead developer.

  70. Daemonette (soooo cute) by ulib · · Score: 1

    This alone could be a valid reason to use FreeBSD.
    (...albeit not a really serious one...) ;-)

    Now, point me to a penguinette *this* hot, and I'll try Linux. :-P

    1. Re:Daemonette (soooo cute) by xbsd · · Score: 1
    2. Re:Daemonette (soooo cute) by ulib · · Score: 1
      No no, those don't count: the *BSD's have them as well, both real and fake

      Only a real 'penguinette' can win me over. ;-)

      The closest I found is this, even if she's clearly non a real 'penguin'! (it's from the same author of the daemonette above).

      (Ok. Enough soft-porn for today.)

  71. Re:Darwin by free_west · · Score: 1

    Darwin is OSX minus the GUI (Aqua), basically. I know that's an over-simplification, but most of teh user interface is closed source. Therefore, no x86 port. It could be done if Apple wanted to, but they don't.

  72. FreeBSD gained over a million hostnames in 1 year. by ulib · · Score: 1
    From Netcraft's article:

    "[FreeBSD] has a secured a strong foothold with the hosting community and continues to grow, gaining over a million hostnames and half a million active sites since July 2003". The article is from July 2004.

    I replied to you because repeating what our troll says (even with the intention of negating it) kinda helps the FUD to spread.
    At least, this is my impression.

  73. Probably one of the worse article about *BSD ever by chrysalis · · Score: 1

    It looks like the author never used any BSD except FreeBSD, and he's just trolling without knowing anything about other operating systems. Almost everything he said about NetBSD, OpenBSD and Darwin is false. A 1 minute look at project's web sites would have been enough to avoid writing such bullshit.

    NetBSD: "It is not secure and device driver support is paltry at best". That's a joke. FreeBSD had way more security issues than NetBSD, and when a common security flaw is found, NetBSD is often the first operating system to provide a fix. The device driver support is also very good.

    "you can safely ignore NetBSD unless you have old or obscure hardware". Damn, but looking at the ports collection, it appears that NetBSD can run almost everything Linux and other BSD can. So why can it be "safely ignored"?

    OpenBSD: "OpenBSD's one and only focus is to offer security". He didn't even read the web site stating the goals of the project. "OpenBSD runs on very few platforms". What? It properly runs on way more platforms than FreeBSD and almost as many as Linux. "even then only in single-processor mode": really? I'm running it on an SMP box right now (3.6). "OpenBSD is updated every three or four months". No, 6 months, always, as clearly documented. "OpenBSD isn't acceptable as a desktop system". Sorry, I use it for 3 years as a desktop system, what isn't acceptable? KDE and Firefox run, that's not an acceptable desktop?

    Darwin: "support for Java 1.5, XHTML 2.0 and CSS 3.0". Wow, Darwin supports web standards? The kernel passes the W3C validator? Wonderful. Does the author have an idea about what XHTML/CSS is?

    And why is there no word about DragonFlyBSD?

    This guy is a jerk. Or he was drunk when he wrote that piece of crap. How is it possible to compare things when you:
    1) never used them,
    2) have no idea about what they are exactly,
    3) even not take 30 seconds to read the main web page.

    Coding or trolling... you can't do both.

    --
    {{.sig}}
  74. Re:Mod parent as redundant not a troll by torstenvl · · Score: 1

    In Soviet Russia, you are served to hot grits for free with their scrambled eggs and mjasa.

  75. State of CPU process by Creepy+Crawler · · Score: 1

    # ps -

    PID TTY TIME CMD
    "The State of the Demon Address"

    --
  76. Re:BSD software abundance? by Billly+Gates · · Score: 1

    The reason you do not see FreeBSD packages or ports on sourceforge is because BSD users CVSUP into the main freebsd servers to update their ports or get them via sysinstall during installation.

    Many Linux developers are too dumb to run automake properly so the bsd developers run automake properly on the source and update the port in the FreeBSD servers.

    Software is there and hardware is mostly there.

    PS my wifi card does not work under Linux currently but works under FreeBSD 5.3 beta.

  77. A Few Kind Words for Theo by MeauxToo · · Score: 4, Insightful

    I don't know all of the of the Net/OpenBSD split, but in my view. As far I am concerned in 2004, it is ancient history. I use OpenBSD for my routers and DNS at the house, and have not had a lick of trouble with it. It just works, and it does its thing on extremely modest hardware (P/133, P/166, and P/200 boxen). In my view, there are not enough accolades available for PF.

    Furthermore, with his all of his unsteadiness and unpredictability, Theo manages to heard the cats every six months for a solid, production quality release. No OS, commercial or open source, has been as consistently reliable for me in terms of operation, quality, or schedule. Let's not get into the patch responsiveness of the OpenBSD team.

    If Theo is the loon this trolling article claims, we need a few more loons like'em. He leads a team that produces a great product. Cheers Theo -- keep up the great work.

  78. Re:BSD software abundance? by HighBit · · Score: 1

    Which wifi card?

  79. Re:Is FreeBSD 5.x superior to Linux 2.6.x by torstenvl · · Score: 1

    FreeBSD 5.x offers you wonderful tools such as the following: ls, cat, man, make, gcc, sed, vi, and many many more.

  80. OpenDarwin is Darwin by israfil_kamana · · Score: 2, Insightful

    ... if you go on Apple's site looking for Darwin binaries, they send you to OpenDarwin. It's like saying "Slackware is a project to complete what Linux couldn't or wouldn't". It's technically true, but not relevant. Darwin is the Core, OpenDarwin is the whole environment. Apple releases their own, and it's called MacOSX.

    And yes, it uses a Mach microkernel (which was derived from BSD) and has a BSD kernel personality. That is to say, from an external API level, it looks like a daemon and quacks like a daemon... It's userland is all FreeBSD, NetBSD and OpenBSD userland tools. How much more BSD do you need. So it has a different, related kernel. So do the big three BSDs. It has more in common with these than most other OSs.

    As for Theo, he has my abiding respect, even after an argument we had. He had some good points. I think I did too. The fact is that he doesn't suffer fools, and he is quick to resolve the evidence in front of him. He may have false positives. Frankly, though, you have to be a particular weenie to actually be flamed off the internet. That's hard-core victim mentality right there. "Ooooh, theo said a bad thing to me.... mommeeeeeeeeeee." No one likes to be disliked by anyone, especially whom they respect, but that's life. Deal with it.

    --
    i - This sig provided by /dev/random and an infinite number of monkeys at keyboards.
    1. Re:OpenDarwin is Darwin by Nimrangul · · Score: 1

      Well, I suppose Mach sits in the grey. It had parts of the BSD release taken and used to make a system around the kernel as well as code from BSD to make parts of the kernel (why reinvent the wheel), however it did not stay remotely in line with BSD, it went completely on it's own tangent.

      The use of BSD tools in the system though is irrelevant; it is the kernel that is involved here.

      To me it is like calling the last encombered BSD release a Unix, it really wasn't anymore. It's like calling Linux a BSD, it has bits, but is not a BSD as far as I am concerned.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
  81. Vulnerability listings by Saucepan · · Score: 3, Informative
    The article's comment about NetBSD being "insecure" raised my eyebrows, as well. NetBSD is not known for being particularly insecure, and the comment struck me as out-of-place and ill-informed.

    But, I couldn't let this slide (even giving up my mod points): counting security advisories is just not a good way to judge the relative security of an OS, especially one of the more uncommon ones. SecurityFocus has no vulnerabilities listed for either MS-DOS or EROS, but few people would conclude that both operating systems were equally secure, or that MS-DOS's unblemished security record means it's more secure than OpenBSD (which has many dozens of vulnerabilites listed, most of which are advisories for bundled programs like Apache which OpenBSD nevertheless takes responsibility for).

    Even worse, the more that people are believed to be using vulnerability lists to compare OSes, the more pressure vendors feel to improve their scores by sweeping security problems under the rug. Microsoft is notorious in this regard -- years after promising to make security their #1 focus, whenever they think they can get away with it they continue to hide known security bugs from sysadmins (who would be able to deploy work-arounds if they were told about the problems) in favor of silently sneaking the fixes into the next service pack many months later.

  82. Here's a hint. by ulib · · Score: 2, Informative
    I don't know the details specific to version 5.x, but if you want an example of superiority, the BSD IP stack has been superior to the Linux one for a very long time.
    Here's a story from /. dealing with a record established by NetBSD. The researchers, in the comments, say explicitly that they tested the other OS's as well, and while FreeBSD and NetBSD IP stacks are more or less equivalent, the Linux one performed pretty poorly.

    Now that it comes to my mind: the gap is probably not closing, but widening. This is an example of superiority that probably relates specifically to version 5.x.

    Btw, benchmarks are important, but personally I've got other reasons to use FreeBSD: stability, reliability, clean and consistent design, and last but not least the less restrictive BSD license (and please, no more discussions on this point: while the restrictions of the GPL might be considered desirable by some people, they're restrictions nonetheless).

  83. Read above by ulib · · Score: 1

    I already answered you in the thread above (my "Here's a hint." post).

  84. Re:You are mistaken by curtlewis · · Score: 1

    I did the portupgrade dance on a FreeBSD 4.9 system. I'd have been better off formatting the drive and installing 4.10. Which is essentially what I wound up doing after several weeks of hassles.

    Packages are older. Ports are newer. If you want anything in a reasonable amount of time after release, you HAVE to use ports. If you stick to JUST ports, it WORKS.

    Enough of portupgrade chant timesink. As I said above, been there, done that, got the t-shirt, rebuilt the hard drive. No thanks. It's UN-RE-LI-A-BLE.

    Stick to ports and live a pain free upgrade experience. Those that have used portupgrade and had no problems have been lucky. Perhaps I was unlucky (I DID read the docs). But if you've never used it or tried it, ask yourself one thing... "Do I feel lucky?"

    Well, do ya?

  85. Re:Probably one of the worse article about *BSD ev by Guy+Harris · · Score: 1
    Darwin: "support for Java 1.5, XHTML 2.0 and CSS 3.0". Wow, Darwin supports web standards?

    At least partially, given that Darwin includes WebKit.

  86. Re:You are mistaken by SillyNickName4me · · Score: 1

    If you want to upgrade things, you need portupgrade.
    Yeah, you may have to upgrade more if you used packages, but really, it does not matter in the end.

    If you dont feel like upgrading with portupgrade, and reinstall, that is fine, jusrt that for portupgrade it really does not matter if you started with ports or packages.

    As said, both register in the same place in exactly the same way. In virtually all cases, the result of installing a package or port of the same version of the same program is EXACTLY THE SAME.

    whatever went wrong in your case is something else, and really has nothign whatsoever to do with you starting with one or the other.

  87. "unfactual" by skinfitz · · Score: 1

    The page now states:

    This article has been removed because many points made within it have been deemed unfactual.

    "Unfactual" isn't even a word!

  88. Article has been retracted on osopinion.com! by lahi · · Score: 1

    I just went to osopinion.com to have a look. The page now states:
    "This article has been removed because many points made within it have been deemed unfactual."

    Just FYI

    -Lasse