Slashdot Mirror


Where Does NetBSD Fit In?

NetBSD Fan writes "KernelTrap offers a fascinating summary of the recent 2004 Annual NetBSD Group Meeting. Included is an introduction by NetBSD foundation president Christos Zoulas discussing NetBSD's relevance in light of competition from well known operating systems such as Linux and Windows which he acknowledges 'both offer more features than we do, and they have behind them the resources of very large commercial organizations.' He also talks about FreeBSD, OpenBSD, Solaris and Darwin, ultimately concluding that they all are facing their own serious challenges, and that plenty of opportunities remain for NetBSD. The NetBSD project recently released NetBSD 2.0."

44 of 380 comments (clear)

  1. Everyone knows by Anonymous Coward · · Score: 5, Funny

    FreeBSD is the popular one
    OpenBSD is the secure one
    and NetBSD is the one that'll run on my electric toothbrush

    1. Re:Everyone knows by Elbereth · · Score: 2, Interesting

      I'm pretty sure that all of them, at one time, had active DEC Alpha ports. Linux was very popular on the Alpha, as well. However, as the Alpha is pronounced dead time after time, Alpha ports fall out of date and eventually stop compiling altogether. I don't think you can even compile OpenBSD on the Multia any more. Pity.

      NetBSD, however, I would trust to keep "obsolete" ports working. Linux is good about this, too, but I wouldn't bet my (theoretical) job on the latest Linux kernels supporting an Alpha server I wanted to put back in production.

      If you want, just subsitute your favorite dead platform (Atari, Amiga, 68k Mac, etc) for the Alpha, and I think you'll see that NetBSD will probably never die.

  2. On the firewall by Anonymous Coward · · Score: 4, Informative

    NetBSD my firewall OS of choice.

    1. Re:On the firewall by vstanescu · · Score: 3, Insightful

      You are just wrong.. if there is something that you really know, probably you will be able to configure that operating system to be more secure than a default-secure operating system that you have no knowledge about. So his choice for what he knew is the best, not the security advertising about openbsd.

  3. it fits on my old SPARC by ChipMonk · · Score: 5, Interesting

    In fact, the latest release of NetBSD fits better, and runs faster, than the Solaris of 4 years ago.

    1. Re:it fits on my old SPARC by Anonymous Coward · · Score: 2, Informative
      Oh, come on. He's comparing NetBSD (which uses up
      maybe 10M memory) to Solaris 7 (which barely runs on
      32M memory). If you've ever used Solaris you would know
      it is extremely powerful but also requires a lot of
      resources to back it up. NetBSD is quite light on
      using resources and it runs well on older hardware.
      I use a SS4-85 running Solaris (because I like Solaris
      and all my apps are for Solaris), but run NetBSD
      on a spare IPC I keep next to my sytem. NetBSD runs very well on
      that system, much better than Solaris 7 did (the last supported
      Solaris for IPC).


      Overall, looking at how much system resources get used
      up running the different operating systems, its easy
      to see why NetBSD would run better on older hardware than
      Solaris does.

  4. runs on old and rare archs by lanc · · Score: 5, Informative


    NetBSD runs on 17 CPU architectures. Can you count up 17?

    NetBSD will be the OS what you can always use on your old boxes, when you don't get running anything else on them.

    --
    "First they ignore you, then they laugh at you, then they attack you, then you win." -- Mahatma Gandhi
    1. Re:runs on old and rare archs by isugimpy · · Score: 2, Informative

      Actually, it runs on 54 architectures. It's one of the most portable operating systems I've ever had the pleasure of using. And it makes me happy to know that I can bounce between a 486, athlon xp, sparcbook, and a g4 without changing my OS.

    2. Re:runs on old and rare archs by lanc · · Score: 2, Informative


      I counted just like they did:
      http://netbsd.org/Ports/#ports-by-cpu

      " Machines of the same MACHINE_ARCH share the same userland binaries"

      --
      "First they ignore you, then they laugh at you, then they attack you, then you win." -- Mahatma Gandhi
    3. Re:runs on old and rare archs by setagllib · · Score: 3, Interesting

      You can't do that with Linux either. The name aside, the Linux you run on one arch is not the Linux on another arch. This is especially true if you have an architecture Linux' corporate sponsors don't care about (hint: Linux is all about corporate sponsorship. If you don't believe me, read the changelogs and notice that 99% of the submissions are from employees of big corporations).

      Some distros (e.g. Debian) smooth this out, and some make it a nightmare (e.g. Gentoo), but until there's a GNU/Linux distribution that is consistent across all archs in source AND binary deployment and a kernel that contains all architecture fixes at once and keeps up with mainline development, Linux will not be as easy to 'jump between' archs as NetBSD.

      NetBSD has the same build procedure on any architecture, using the same headers, sources, and resulting software (sans tools that only make sense one some archs). THAT is the same OS on every arch. The same name of kernel on every arch doesn't even compete. Being able to cross-compile consistently is a great bonus too, but this sometimes breaks down if you're following a development branch. Not all archs have an installer, but those that do appear to have the SAME installer, with extra functionality for those architectures needed.

      My example of where even Debian does not have this: SGI MIPS. It does NOT automatically handle the SGI Volume Header (hint: NetBSD does, and installs its own bootloader), nor even tell you what to do: you have to figure out how to use the fdisk-like editor and hope you left enough space for arcsboot or your kernel. On some machines which have very tiny hard drives and need all the space they can get, Debian's way leaves a lot of user calculation to be done. You could call this "well if you're incompetent then don't use Linux", but then that's supporting my argument: NetBSD is an OS for all archs, Linux is a kernel that got ported to some archs at some point in time, and if they're not used by corporate sponsors you can kiss them good bye. Distros won't care either - why should they?

      Linux' 'technical excellence' in supporting every arch and every feature anyone could want (to at least some extent) is nice, but that's beside the point of which system is actually more convenient for the architectures it supports. I know if I was running a polyarchitectural (cool word) network I wouldn't use Linux no matter how much faster it was, the administrative mess of managing a plethora of different kernel sources and base packages would be a nightmare. That's how it is in Gentoo at least, maybe Debian is better after installation (but then you lose the source-based flexibility NetBSD still offers without compromise).

      --
      Sam ty sig.
    4. Re:runs on old and rare archs by bob+beta · · Score: 2, Interesting

      The beauty of NetBSD is that I can run the same core configuration (almost all the files in /etc can just be drug around to your various machines) on my Sparc hardware, my i386 boxes (including, finally, my quad PentiumPro box with a released version), my IBM PPC and my Apple 68K and PPC hardware. And even my Macintosh SE/30 machines (bless their little souls). I haven't been able to run it on my ancient MIPS palmpc, because it doesn't have enough memory.

      There is one core configuration system, one userland for all the different machines. And it's all built from the same source tarballs.

      That is cool.

    5. Re:runs on old and rare archs by Mr.+Frilly · · Score: 2, Insightful

      "You can't do that with Linux either. The name aside, the Linux you run on one arch is not the Linux on another arch."

      What the heck are you talking about? Of the architectures I mentioned, Debian Linux is available for every one of them except for POWER.

      Well, maybe you don't like Debian. Okay. Fedora Linux (or distributions based directly off of it like Yellowdog and RHEL) gives you support for all of the architectures I've mentioned, including POWER.

      And with Debian (and Fedora), you never loose the source-based flexibility. If you've got time to burn, you're welcome to recompile all the code from the source packages.

      Anyway, the point that I was trying to make, is that on a modern polyarchitectural network, you're better of using Linux because it actually has support for all the modern architectures.

    6. Re:runs on old and rare archs by setagllib · · Score: 3, Insightful

      Can you have the same single source tree shared over NFS and have every architecture (or one cross-compilation) build for every machine on the network with any Linux distribution? Without needing any disparity in versions, and WITHOUT introducing bugs?

      NetBSD's like that by design and it works. Source or binary. Hell, you can cross compile it from another operating system running on another architecture and it will still work. If there's a Linux distro out there that does it just as well (or 'better' because of that 'all the modern architectures' that 0.01% of the sysadmin population will get to look at in the next few years), well, I'd love to hear about it.

      --
      Sam ty sig.
  5. Re:Obviously by aurb · · Score: 2, Funny

    NetBSD fits in my toaster....

    That's funny, I always thought that was the place where Windows fit in...

  6. misinformation? by diegocgteleline.es · · Score: 4, Insightful

    Linux keeps re-writing major portions of the kernel and has stability issues. It now depends on 3rd party vendors to integrate and make stable releases of the code.

    Linux has always kept rewriting fundamental parts of the kernel true, and it will probably keep it that way. If not how can you explain that linux has gone from crawling in 8-ways to running in 512-cpu SGI boxes? When someone rewrites a part the kernel is for a reason, usually to do something better, and netbsd has also rewritten big parts of the kernel to get where netbsd 2.0. right now some people is rewriting fundamental parts of linux because they want to achieve realtime support. I don't see how this rewrite an be bad.

    And I don't see lot of unstability issues, and I bet lot of people unsing 2.6 here will agree with me that 2.6 has been by far the stablest linux release ever. The fact that IBM has been testing linux in 32-way boxes during the whole development of the kernel has helped a lotfor that and its something BSDs can not benefit from (they don't even _boot_ on these boxes). A 32-way machine finds bugs much, much faster than a single-p4 does, it's as simple as that. That is one of the reasons 2.6 is so stable even with the new development model, people test things in those big machines before merging them in the main tree

    And yes linux "depends" on distros to publish a workable system. This is how linux works, and while some people don't like it, the fact it that this way of doing things has encouraged the spread of linux,specially in the desktop - everyone can find a distro that fits to him. Do you really expect to be able to build a single base OS that 6000 millions of people will like?

    1. Re:misinformation? by antonakis · · Score: 5, Interesting

      Perhaps linux is somewhat unreliable because of the speed the patches are being integrated? This is not an app, this is a kernel and kernels require rigorous testing and full security audits. Take a look at the kernel changelogs.Things are moving very fast in the linux world, so fast that merges of unstable/unsecure code are frequent.Even the grsec guys were complaining at the bad quality of code which makes its way to the kernel.Nowadays, linux seems to have become a testbed for all the cool new features, while it's left for the distro makers to further stabilize and test the kernel. This job should be done before releasing the kernel.

    2. Re:misinformation? by Anonymous Coward · · Score: 2, Interesting
      It reminds me of two famous army generals.

      There was General George Patton. During World War II he raced across Europe, outrunning his own supply lines. He was a lightning warrior who seized every opportunity, and made his own luck. He didn't sit around waiting for the stars to properly align. General Patton is now acclaimed as the one of the most skilled field generals of all time. He was a "can do" guy. He was a winner.

      Then there was was another George, General George McClellan. He was a General for the Union side in the American Civil War. General McClellan was a stickler for procedure. He never made a move without drawing up plans in triplicate. Unless every condition was met, he sat tight rather than risk the unknown. Consequently his armies stagnated. They did nothing. Today General McClellan is regarded as one of the most inept generals of all time. He was a failure.

      Linux development is fast paced. Linux developers make their own luck. It is a market driven operating system which responds to the needs of the marketplace. Like General Patton, Linux development adheres to a "can do" philosophy. Like Patton, Linux is a winner.

      Now then, for extra credit, which struggling operating system might be called "the McClellan OS" ?

    3. Re:misinformation? by Brandybuck · · Score: 5, Insightful

      Comparing kernel development to military generals is quite a stretch. The analogy falls down at every point. War is a race against time and resources, so that quick and flexible generals win. Deperate times call for desperate men. But kernel development should NOT be done by desperate men.

      --
      Don't blame me, I didn't vote for either of them!
    4. Re:misinformation? by ArbitraryConstant · · Score: 2, Insightful

      "And I don't see lot of unstability issues, and I bet lot of people unsing 2.6 here will agree with me that 2.6 has been by far the stablest linux release ever."

      If by "stable" you mean "lack of crashes", maybe. I've never seen Linux crash without bad hardware on any kernel so I don't know.

      If by "stable" you mean "it's safe to update to the new release of the kernel", then not a chance. Support for my hardware has been broken thrice since the release of 2.6.0 (once with that burner memory leak, once when DMA stopped working on my drives, and once when libata stopped my burner from working) (these have manifested themselves variously on Gentoo, Suse, Fedora and Debian). Right now I have my burner on a Promise IDE card because the kernel doesn't support using it on the same chipset as an SATA drive.

      In terms of breaking without my help, that makes Linux worse than Windows in my experience since 2.6.0 was released.

      Assuming that distros have the resources to do propper regression testing as the kernel maintainers have done is crazy. The simple fact is that they do not, and distros that have switched to 2.6 are subtly broken all the time now.

      I'm happy for you that Linux works so well on 32-way and 512-way computers. Unfortunately, the experience on my single processor computer has been less stellar. If I didn't need Linux for work I would have switched to something else long time ago.

      --
      I rarely criticize things I don't care about.
  7. NetBSD stands to gain share by idiotnot · · Score: 4, Insightful

    Why? Because it now doesn't trail in performance, and the quality seems to be better than the FreeBSD 5.x releases. (i.e. *all* of PF works, not just parts.....pf doesn't work on bridge interfaces under FreeBSD. Nor does it play very nicely with vlan support)

    If you haven't tried NetBSD 2.0, you ought to. If you're looking at the now-looming death of FreeBSD 4.x and need a replacement, look at NetBSD. Also, if you have older hardware, NetBSD is probably a better choice than Linux. Glibc is very large these days, while NetBSD's libc is still pretty tight. I've been using an RC version of NetBSD 2.0 on a SS10MP machine for a few months now...zero problems, and the MP support works fine. It's also feels snappier than Solaris 9.

  8. Where does it fit in? by Anonymous Coward · · Score: 3, Interesting

    NetBSD is the BSD for people who don't like change, and I'm one of them. Although the system has gained many new features and has matured significantly over the past few years, the base system has largely retained the same design and layout that it has for years. Nearly every NetBSD version looks the same and behaves the same, which means you almost always know what to expect.

    One of my favorite things that's come out of the NetBSD Project in the past few years is the Pkgsrc collection. Pkgsrc has been gradually evolving from a NetBSD-only 'ports' system, to a very robust cross-platform package management system. It really cuts down on a lot of work to be able to manage a handful of different Unix systems, but use the same package management scheme on each system, and keep the pkgsrc repository on a single NFS server updated with a nightly cvs cronjob.

    In the BSD world, NetBSD seems to be the least driven by hype and feature creep. This makes it a real joy to use and maintain, because like I said before, you always know what to expect: a cleanly-designed, stable, functional, easy to use Unix system.

  9. VERY handy. by SharpFang · · Score: 4, Interesting

    We got an old SUN. 200M harddrive, poor CPU, not too much RAM, GREAT monitor, nice keyboard and mouse. A dream machine for an X terminal for our servers. But what to run on it? I tried Linux. It would barely fit. No way to fit X, a desktop manager and enough to comfortably use it. It was still possible to mount a drive over NFS and pull some binaries from there, but it was way too slow. In short, Linux sucked for it. I looked what else would work on that architecture. NetBSD? Let's give it a shot. I installed it, installed X, some basic software so it could work as a standalone workstation, not just terminal, then found enough spare diskspace, that I set up root directory and all demons necessary to run YET another SUN, a diskless workstation with equally great monitor from it (even with SWAP memory accessible over NFS, swapfile on that small drive...) So, two very nice terminals on exotic architecture, all off a 200M harddrive.

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re:VERY handy. by SharpFang · · Score: 3, Interesting

      Oh, sure, on x86. No problem.
      Find a lightweight distro for SPARC. I remember one that supported it was RedHat, I don't remember the other but it was nearly as big. "standard" Linux is helluva big, you have actively work to make it small enough to fit on such small systems. (plus don't bull me that your Slack on your 386+16M works at any reasonable speed under X. Even on 486 it's not really acceptable, even console gets slow at times.)
      The thing with NetBSD was that I actually didn't have to fight for space. I was happily browsing the binary tree and kept adding components. It felt on that 200M drive, about the same as Linux on 20G one. Kernel sources, compiler tools to recompile it, NFS demons, TFTP, BOOTP, all that was needed to compile the kernel and run the diskless workstation, and if I was short on diskspace, I was just shrinking its swapfile (from original 64M to 20M or so in the end. Still left the user with some 5M for personal data...)

      How is the 2.6.x kernel compilation running on your 386? :)

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  10. su-per-portly by Doc+Ruby · · Score: 2, Insightful

    Not only is NetBSD ported to many architectures (17, 54, by any count, the most of any comparable OS), but it is the most portable. Desktops have gradually settled on x86 as the only CPU on which new OS'es (from revisions to totally new ones) are required to be released; though PPC remains significant (and growing), it doesn't really force "porting pressure" as just the only real alternative. But desktops are not where the OS innovation lies - at most, they're where the GUI layer is maturing. Clustered servers and personal devices are where new OS features are being hashed out. And they're the sectors where all the different CPU architectures are found. With cheaper, more productive EDA tools, we'll see more and more specialized CPUs requiring OS'es to serve their niche. And increasingly fabric-organized internetworks will make clustering demand heterogenous CPU architectures with consistent OS'es much more compelling, even necessary. NetBSD is very well suited to running on all these ported versions, both technically, and because the community has so much architecture porting experience. If the community gets drained enough by giving up hope of relevance, it will perish. And uCLinux is a threat, even in those natural NetBSD niches. But NetBSD is both stable and portable enough to survive best in a new environment defined by rapidly changing CPU architecture landscapes.

    --

    --
    make install -not war

  11. In a similar vein... by ari_j · · Score: 4, Funny

    I know a guy who built a computer into a (non-working, I can only hope, although I only saw pictures) toilet. I don't think it ran NetBSD, but it could have. Oh, and hostname = Jon (he uses Garfield character names for his network naming scheme).

  12. netbsd is relevent cause its has a niche by geiseri · · Score: 4, Interesting

    One awesome thing about netbsd is that it runs on some of my old hardware that never would otherwise be useful. DECstation 5000 with a sexy 21" monitor would be a paper weight without NetBSD. I can run it as an X terminal just fine. It even is nice for small stuff like my Macintosh SE/30. System 6 can only do so much, barely even run an old version of nutscrape. I have an old copy of MacX but it sucked. NetBSD, got a nice little Xterm, ssh client, etc. Fits in the server room, and bang. I have a xterm smaller than most of our VT510s ;)

    NetBSD fills a need no-one else will, and because of that its relevant.

  13. Best option for Sparc32 by Digital+Pizza · · Score: 4, Interesting
    I used to use NetBSD (I forget which version it was at the time, now) on a Sparc IPX; 40Mhz, 64MB RAM, 1GB drive. I had an extra SBUS ethernet card in it and used it as my firewall, DNS, DHCP, and IMAP mail server (in concert with fetchmail).

    Ran great until I started getting flooded with spam. SpamAssassin just couldn't keep up on that box; it'd still be processing the previous batch of mail when fetchmail grabbed the next batch.

    I upgraded to a sparc 10 with dual 60Mhz processors, but had to move to Linux because NetBSD didn't yet support multiprocessor SPARC. It kept up OK, but 2.4 didn't support Sparc32 very well; the ext3 filesystem became corrupted with SMP enabled, so I had to go back to ext2. There seemed to be little remaining interest among the Linux kernel developers for Sparc32 anymore.

    I think Solaris 10 is 64-bit only, so NetBSD may be the only option left to stay up to date on all those old Sparcs!

    --
    We apologize for the inconvenience.
  14. Comment removed by account_deleted · · Score: 2, Insightful

    Comment removed based on user account deletion

  15. no brainer - commerial embedded devices by mqx · · Score: 5, Interesting


    This is really a no brainer,

    NetBSD is designed to be low footprint, highly portable, and flexible. It's the ideal BSD for embedded systems (whereas FreeBSD is suited to larger size systems and servers, and OpenBSD is unfortunately in the middle as a security oriented system, but not portable nor performance enough as NetBSD).

    Licensing is a key NetBSD selling point. The problem with Linux/GNU is the GNU license which does not favour commercial embedded manufacturers who want to customise the software inside their product and (a) not have to offer the source code, and (b) not have to offer any competitive/IP/commercially-sensitive content in that source code (i.e. algorithms, device driver interfaces, etc). Despite all of the hoo-haa about the GPL, I'm afraid that companies really do like to minimise risk and lower cost by keeping their product internals as secret as possible.

    Portability: NetBSD wins hands down: Linux has been ported to lots of things, but the basic architecture is not as clean. This is been shown time over again, and proven by the supported (not just "happened to be ported to") platforms of NetBSD.

    NetBSD also gets to leverage the work from FreeBSD and OpenBSD, as FreeBSD really has greater commercial support in terms of device drivers and so on than either NetBSD or FreeBSD.

    What NetBSD should be focusing on (in this order)

    1. keeping tight BSD licenses (the kind of Theo style approach being applied to OpenBSD at the moment : to be very strict about licenses of included items) -- commercially friendly for competitive/cost reasons;

    2. keeping high portability and flexibility: making sure that as new processors/platforms/drivers come along, that they can be quickly and easily supported -- commercially friendly for time to market allowing easy leverage of the existing product;

    3. continually rolling in new support for hardware and security features as possible by grafting from FreeBSD and OpenBSD;

    4. continually reworking and streamlining the internals to support all of the above;

    5. improving the build environments (i.e. the cross compile is fantastic now), the ports system (fantastic and incredibly easy to bring third-party components in), and other things such as boot code, embedded/compressed installs, etc;

    6. not getting "lost" on wasted effort for things like graphical installers, or coloured-ls's, etc;

    Basically, NetBSD should continue to :

    - target small/embedded devices;
    - continue/improve commercial friendly;
    - innovate/improve on reducing total effort to realise NetBSD onto a new hardware platform;

  16. Re:License.. by Anonymous Coward · · Score: 2, Informative

    BSD doesn't generate hype like Linux does, because it's not about hype at all. It just exist to promote solid standards and engineering. That's it. No taking over the world, etc. When the hype is absent, it's easier to not take notice.
    BTW, you're wrong about corps never giving back code. Many things have been implemented in the various *BSD's only because some company or another was willing to fund that development. And it works out good for the company because they get the benefit of a whole community's worth of testing, bug fixing, etc. as well as not having to fork the code internally and constantly merge stuff from the free codebase. Except of course for proprietary stuff they don't want to release, but that's their choice, and it's a lot less scary than the GPL when it comes to that sort of thing.

  17. Familiarity by Troy · · Score: 2, Interesting

    I stick with Net/Free/Open BSD for the sake of sheer familiarity. I understand the BSD way of organizing things. I understand and love pf. I understand how most BSD projects organize their code trees, so using CVS to pull down a stable branch and compile is really second nature. I could devote time to relearning Linux, but I don't have any circumstances that necessitates such an undertaking.

    I'm sure that my circumstances are not unique, and that Linux folks can say the same thing about their flavor of Linux.

    -Troy

  18. Real time by Brandybuck · · Score: 2, Interesting

    We need real-time scheduling support, POSIX real-time extensions, and thread-safe libraries.

    That would be AWESOME. NetBSD is already great for embedded, but with the addition of real time we can finally get rid of the hegemony of proprietary RTOS vendors. My company was using an RT Unix, but the royalties were just too great and we had to abandon it for... WinXPe + INtime. Aaargh! NetBSD was actually evaluated for this, but it had to be abandoned due to the lack of RT.

    --
    Don't blame me, I didn't vote for either of them!
  19. Screenshots: see NetBSD in Action by hubertf · · Score: 2, Interesting
    If you've never seen NetBSD going, install it and make your own experiences! For a quick preview, check out the "NetBSD in Action" webpage!

    - Hubert

  20. Re:Obviously by bladesjester · · Score: 3, Funny

    Do you want your toast turning into flaming death and being shot at you when your toaster blue screens?

    And imagine the viruses. While it may keep me on my toes, suriken toast is not something I want to deal with in the morning...

    --
    Everything I need to know I learned by killing smart people and eating their brains.
  21. Re:License.. by fsmunoz · · Score: 3, Insightful

    Let me begin by saying that, although I prefer the GPL to the BSD licence, both are free licences and fine by me. Actually, in a perfect world, the BSD licence should be enough (or even no licence at all...)

    Now, about this "BSD licence is better for business and corporations"... it's IMHO true, but not in every way, and especially not in the way that the BSD's would gain more. From what I have saw the BSD licence is great for corporations when the idea is to *take* new code made freely available and incorporating it. But for a corporation that wants to *give* code away the GPL is, interestingly enough, better. This is so because by making it GPL the business/corporation is assured that any later improvement on the code will be available, and so it doesn't give a competitive edge to rival corporations, it more or less guarantees that from there on every implementation of the code is equal, even if being made or used by another corporation.

    This makes sense; BSD licence "evangelists" are known to bring out the fact that "programmers need to eat" when dismissing the importantance of forcing the availability of the changed code. So it follows that a company will not provice ammo to rivals by allowing them to take their code and keep the changes to themselves. BSD developers are sellfishness, companies aren't.

  22. Re:Read the WHOLE article. by HyperChicken · · Score: 3, Informative

    Wrong on so many counts.

    NetBSD was the first open source OS to have IPv6 support. Yeah, "way out of date" IP stack.

    NetBSD was the first open source OS to have USB support. Yeah, "way out of date" hardware support. Further, NetBSD allows for "Machine Independent" drivers, leading to portability far beyond other operating systems.

    Not enough developers? You don't need a lot of developers. Code remains cleaner when only educated people submit features.

    Unlike with other operating systems -- including FreeBSD, OpenBSD, and Linux -- NetBSD holds off on releasing features until they are stable. That's why there are few releases. This is a good thing.

    It's one of the most secure operating systems in the world. Compare the NetBSD 1.6.2 security patch list to the OpenBSD 3.5 security patch list.

    --
    Free of Flash! Free of Flash!
  23. Re:License.. by Anonymous Coward · · Score: 2, Informative

    The businesses won't give back. That's not true. Wasabi systems is a consulting-type company specializing in NetBSD embedded systems. Any code developed by Wasabi is property of the people who hired them to write it. According to Wasabi, their clients allow them to release code they've developed back to the community. Usually 6 to 12 months after it was originally developed but it gets out there none the less. If so, why don't we see BSD as popular as linux? Linux came out at a time when BSD was tied up in a lawsuit. It was the perfect time to strike. If there was no BSD lawsuit, the BSDs would have a much larger presence in the computing world. Further, many Linux geeks are Microsoft bashers (It's true, we know it, admit it). They see Linux as possibly killing Microsoft -- which is a false vision but it's what they see none the less. The GPL pervents Microsoft from using Linux if Linux were to ever become popular.

  24. Dont give back? by nurb432 · · Score: 2, Interesting

    Umm even Apple gives back.. Open Darwin comes to mind.

    The main issue between BSD items and Linux items, is marketing..

    And i wouldnt say that BSD is a flop.. Its just not made it big in the comsumer market like linux has..

    However, look in server rooms around the world and you will lots of BSD stuff.

    --
    ---- Booth was a patriot ----
  25. Re:License.. by cgenman · · Score: 2, Interesting

    If so, why don't we see BSD as popular as linux?

    Possibly because those people who use BSD code aren't required to disclose it? I've always wondered how much out there was running on BSD and nobody knew it. I'm reminded of the exploit discovered in the BSD TCP-IP stack which effected machines running Windows as well.

    BSD should stand for BSD is Silent but Deadly. Your car, or DVD player, or cable box, or router could be running on BSD, and you would never know.

  26. BSD Popularity by justins · · Score: 2, Informative
    If so, why don't we see BSD as popular as linux? Sure, you see Apple having incorporated it into its products, but BSD distros remains just where they were -- they won't get much back from apple. And the product will remain just where it was.

    Interesting that you should use the phrase "BSD distros." I bet you didn't know that on the server side FreeBSD is more popular than any given linux distro. http://news.netcraft.com/archives/2004/06/07/nearl y_25_million_active_sites_running_freebsd.html

    On the desktop side, if you include OS X as a BSD (and there's no reason not to), BSD owns Linux in terms of popularity, no contest. (if you don't, well, it's obviously not even in the running)
    --
    Now before I get modded down, I be to remind whoever might read this that what I am saying is FACT. - bogaboga
  27. Re:Read the WHOLE article. by MobyTurbo · · Score: 4, Informative
    NetBSD isn't as feature rich as more modern kernels such as Linux, or even Free/OpenBSD. Its IP stack is way out of date;
    Incorrect: NetBSD's IP stack is more scalable than all others, it broke the internet land speed record (twice).
    its filesystem is way out of date
    Maybe it doesn't have journaling by default (though a log file system is under development) but FFS and FFS2 in NetBSD have reliability that others could only dream of. Or you've never heard of Reiserfs and XFS loosing data?
    its hardware support is out of date
    That's laughable. NetBSD has some of the cleanest device driver system in existance. It was the first free OS to include USB, and it's continued porting to various platforms increase its hardware support, because thanks to its device driver infrastructure, if a piece of hardware is available for one platform, it's available to any platform that can run it.
    It's not easy to get security updatesWhich is better, having to patch or use cvs a few times a year, or having to download every week new security fixes to keep from getting rooted? You decide.
  28. Re:On my Macintosh PowerBook 3400c by istewart · · Score: 2, Informative

    Mac OS X is going to be severely kludged if you try to install it on an OldWorld Mac. If that 3400 isn't upgraded with a G3, then the grandparent poster won't be able to go beyond 10.1. Classic Mac OS is of limited usefulness anymore since it doesn't have up-to-date applications being released for it.

    Linux development, oddly enough, has suffered a similar fate. You need to have BootX installed (this may be true for NetBSD as well), which entails a Mac OS partition, even if it is a minimal install. Also, most of the exciting new development is taking place with the newer PPC platforms, trying to bring the latest iMac or G5 into line. (I tried to install Gentoo on a 603-based clone last year and didn't get much beyond stage1.)

    NetBSD's "run on everything, even if it is obsolete" philosophy, though, is something of an insurance policy against the devs getting distracted by new shiny stuff. If it breaks, somebody somewhere will pay attention. Apple themselves is only going to guarantee a quality experience with their OS for a minimum level of technology, so a dedicated group of developers like NetBSD is just about the last place to turn.

  29. Re:License.. by Mishura · · Score: 2, Interesting

    Somebody once said to me: "Linux is for people who hate [Microsoft]Windows; BSD is for people who love Unix."

    After lurking slashdot for a time, I can see this quote is quite accurate.

    PS: I am a Linux guy who secretly flirts with BSD (but too young to remember Unix) and loathes Windows. ;)

  30. Re:On my Macintosh PowerBook 3400c by demon · · Score: 2, Informative

    Actually you don't have to have BootX; I have a PowerMac 7500 at home (with a dual 604e/180 CPU card in it), and I use quik to boot the system. It can be a bit difficult to set up (unfortunately, since OldWorld OpenFirmware versions are broken in assorted painful ways), but I've not had any reason to boot into MacOS on it, so everything is happy now.

    --

    Sam: "That was needlessly cryptic."
    Max: "I'd be peeing my pants if I wore any!"