Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

The Future of NetBSD

Posted by samzenpus on Thu Aug 31, 2006 02:00 AM
from the keep-the-netcraft-comments-to-a-minimum dept.
ErisCalmsme writes "In this email Charles Hannum (one of the founders of NetBSD) tells us that 'The NetBSD Project has stagnated to the point of irrelevance. It has gotten to the point that being associated with the project is often more of a liability than an asset. I will attempt to explain how this happened, what the current state of affairs is, and what needs to be done to attempt to fix the situation.' What will happen to NetBSD?"
+ -
story

Related Stories

[+] BSD: Confessions of a Recovering NetBSD Zealot 194 comments
debilo writes, "ONLamp.com is featuring a lengthy interview with Charles M. Hannum, to Slashdotters probably best known for his wake-up call aptly titled The Future of NetBSD that generated a rather vocal discussion. In the interview, Charles speaks about his role in and the beginning of The NetBSD Project, shares his thoughts on software licenses, discusses the popularity of Linux and its development model, and further addresses the problems that NetBSD is facing. Some notable quotes include: 'If I were doing it again, I might very well switch to the LGPL. I'll just note that it didn't exist at the time.' And: 'There was a lot of FUD around this issue — some of it from Linus, actually — and it did cause us some problems.'"
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by RLiegh (247921) * on Thursday August 31 2006, @02:02AM (#16013806) Homepage Journal
    So, for your convience, I'm posting it here:

    The NetBSD Project has stagnated to the point of irrelevance. It has
    gotten to the point that being associated with the project is often
    more of a liability than an asset. I will attempt to explain how this
    happened, what the current state of affairs is, and what needs to be
    done to attempt to fix the situation.

    As one of the 4 originators of NetBSD, I am in a fairly unique position.
    I am the only one who has continuously participated and/or watched the
    project over its entire history. Many changes have taken place, and at
    the same time many things have remained the same -- including some of
    our early mistakes.

    I'd like to say that I'm some great visionary, who foresaw the whole OSS
    market, but the fact is that's BS. When we started the project, Linux
    and 386BSD were both little hobbyist systems, both pretty buggy, and
    both lacking a lot of important hardware support. Mostly we were
    scratching an itch: there was no complete package of 386BSD plus the
    necessary patches to make it run on more systems and fix bugs, and there
    was no sign that Bill Jolitz was going to resurface and do anything.

    Much of the project structure evolved because of problems we had early
    on. Probably our best choice was to start using central version control
    right off; this has enabled a very wide view of the code history and
    (eventually) made remote collaboration with a large number of developers
    much easier. Some other things we fudged; e.g. Chris got tired of being
    the point man for everything, and was trying to graduate college, so we
    created an internal "cabal" for managing the project, which became known
    as the "core group". Although the web was very new, we set up a web
    site fairly early, to disseminate information about the project and our
    releases.

    Much of this early structure (CVS, web site, cabal, etc.) was copied
    verbatim by other open source (this term not being in wide use yet)
    projects -- even the form of the project name and the term "core". This
    later became a kind of standard template for starting up an open source
    project.

    Unfortunately, we made some mistakes here. As we've seen over the
    years, one of the great successes of Linux was that it had a strong
    leader, who set goals and directions, and was able to get people to do
    what he wanted -- or find someone else to do it. This latter part is
    also a key element; there was no sense that anyone else "owned" a piece
    of Linux (although de facto "ownership" has happened in some parts); if
    you didn't produce, Linus would use someone else's code. If you wanted
    people to use your stuff, you had to keep moving.

    NetBSD did not have this. Partly due to lack of people, and partly due
    to a more corporate mentality, projects were often "locked". One person
    would say they were working on a project, and everyone else would be
    told to refer to them. Often these projects stagnated, or never
    progressed at all. If they did, the motivators were often very slow.
    As a result, many important projects have moved at a glacial pace, or
    never materialized at all.

    I'm sorry to say that I helped create this problem, and that most of the
    projects which modeled themselves after NetBSD (probably due to its high
    popularity in 1993 and 1994) have suffered similar problems. FreeBSD
    and XFree86, for example, have both forked successor projects (Dragonfly
    and X.org) for very similar reasons.

    Unfortunately, these problems still exist in the NetBSD project today,
    and nothing is being done to fix them.

    --

    I won't attempt to pin blame on any specific people for this, except to
    say that some of it is definitely my fault. It's only in retrospect
    that I see so clearly the need for a very strong leader. Had I pursued
    it 10 years ago, things might be very different. Such is life. But
    let's talk about the situation today.

    Today,

  • by BadAnalogyGuy (945258) <BadAnalogyGuy@gmail.com> on Thursday August 31 2006, @02:03AM (#16013812)
    Almost as if NetBSD is dying.

    I don't buy it though. It's free.
    • Re: (Score:3, Funny)

      I don't buy it though. It's free.

      Well, that's the point, isn't it? Nobody does.

      (If you think there's the slightest chance this was meant to be funny, it was.)
      • by rsidd (6328) on Thursday August 31 2006, @05:04AM (#16014298)

        (If you think there's the slightest chance this was meant to be funny, it was.)

        1. Take a perfectly good joke.
        2. Emphasise it, highlight it, add a laugh track.
        3. Et voila! American humor.

        • Re:Sounds bleak (Score:5, Interesting)

          by spauldo (118058) on Thursday August 31 2006, @06:51AM (#16014641)
          There's a lot of reasons to have it around.

          The BSDs do stuff differently, and there's a lot of cross-pollination among them (and to a lesser extent linux). Someone might have an idea they implement in NetBSD that ends up getting ported to FreeBSD and OpenBSD, and vice-versa.

          You also have the fact that the focus of the three major BSDs are different - FreeBSD is a general system, OpenBSD is focused on security, and NetBSD is focused on portability between different architectures.

          This also gives more people the chance to contribute to the system in general. If you've got an idea for a new scheduler, you can try to get it implemented on one of the systems. If it works, other systems may copy it for themselves. If there's only one system, though, it's a lot harder to get into development because there's fifty other people with scheduler ideas you have to compete with.

          Then, of course, the real reason why there's multiple BSDs around - developers want to work on them. Let them have their fun - just 'cause they make it doesn't mean you have to use it.
          • Re:Sounds bleak (Score:4, Interesting)

            by SnowZero (92219) on Thursday August 31 2006, @07:20AM (#16014770)
            FreeBSD is a general system, OpenBSD is focused on security, and NetBSD is focused on portability between different architectures.

            NetBSD is clearly the odd-man-out. FreeBSD's 7 arches probably cover 99% of the computers people would want to use. While NetBSD has sacrificed features and speed for portability, FreeBSD has managed most of the portability (from a practical standpoint) while adding new features. OpenBSD has a good niche, as security is a goal for while people are willing to sacrifice some features and speed. Portability alone is a strange goal however, since the only question that really matters is "does it run on all the computers I have".

            I'm a Linux user myself, so I don't have much reason for favoritism for a particular flavor of BSD. I try to keep up with OS news in general however. I don't have anything against NetBSD, though I can't say I'd miss it that much (just like slackware as a Linux distro - historically important, but now largely irrelevant). If I had any current concern, it would be that I really hope DragonflyBSD succeeds, as it is pursuing some really interesting ideas in modern OS design.
            • Re:Sounds bleak (Score:4, Interesting)

              by be-fan (61476) on Thursday August 31 2006, @09:18AM (#16015576)
              NetBSD also has a ridiculously clean codebase. That means if you're porting the OS to a new architecture, or doing some sort of OS research, the NetBSD code is a much better place to start than the FreeBSD or Linux code.
    • Re:Sounds bleak (Score:5, Insightful)

      by hey! (33014) on Thursday August 31 2006, @06:36AM (#16014573) Homepage Journal
      Almost as if NetBSD is dying.

      If the NetBSD project dies, it will be an interesting to watch from a mad scientists/vivisectionist viewpoint.

      One of the important things about free/open source software is that it's not tied to an organization. This is very important in the survival of software.

      I'd like to put for the following conjecture:

      A piece of open source sofware will continue to be maintained in perpetuity, surviving the demise of its main sponsoring organizations, provided that the following three conditions hold:
      (1) It has a modest but reasonable number of users relative to its complexity
      (2) There are no other open source projects that users can switch to with very little effot; the threhold level of effort is reduced as the total number of users increases.
      (3) There are no patents that cover fundamental aspects of the software's operation.


      For example, provided that nothing fundamental to the Linux kernel violates patents, I'd suggest that the Linux kernel is immortal. (1) It is complex, but has a huge number of users; (2) While BSD would be the most logical move (possibly a BSD distribution using the BSD kernel with GNU tools?), it would require a modest amount of retraining for things like networking and system administration. (3) So far as we know there are no credible assertions of IP violations in the Linux kernel.

      NetBSD, I'd suggest, is a candidate for extinction under this conjecture.

      (1) It is complex relative to the number of users: see the article's discussion of problems with threading and multiple processors. Of the three "big" BSD distros, it has by far the fewest numbers of users.

      (2) It is probable that mostof its users can switch to a different BSD with very little trouble. NetBSD's reputation is that it is the most portable of the BSDs, not the most featureful. Therefore if you can switch, it should be easy. The only group that would drive further maintenance would be people who run NetBSD on very old computers not supported by other operating systems.

      (3) Patent problems: none known at this time.

  • Very well put... (Score:5, Interesting)

    by chaoskitty (11449) <john@sixgirls.org> on Thursday August 31 2006, @02:04AM (#16013813) Homepage
    While there will be those who see this as flamebait, it's high time someone puts into words what many of us are thinking - namely, that something's not quite right, and we should look to those with more experience to give us some clues...
  • Netcraft? (Score:5, Funny)

    by DavidpFitz (136265) on Thursday August 31 2006, @02:06AM (#16013822) Homepage Journal
    <troll>

    Has Netcraft weighed in on this yet?

    </troll>
  • by grammar fascist (239789) <neil.toronto@gmai[ ]om ['l.c' in gap]> on Thursday August 31 2006, @02:08AM (#16013828) Homepage
    I can't wait for the "Netcraft confirms it" trolls.

    Hang on, there's another angle, here.

    It is now official. Netcraft confirms: "NetBSD is dying" trolls are dying.

    One more crippling bombshell hit the already beleaguered "NetBSD is dying" troll community when Slashdot confirmed that NetBSD is actually dying...
  • by Cicero382 (913621) <clancyj@tiDALIscali.co.uk minus painter> on Thursday August 31 2006, @02:15AM (#16013852)
    The great advantage that NetBSD had was its fast and secure network facilities. Unfortunately, for many potential users the problems far outweigh the benefits. And the situation has been getting worse for some time now.

    Bye-bye NetBSD, it was good while it lasted.
  • by Chaffar (670874) on Thursday August 31 2006, @02:27AM (#16013882)
    Survival of the fittest... the OSes that don't cut it (or that don't keep up) die off, the others learn from their mistakes and keep on going.
    I'm trying to find an analogy that would describe the survival of Windoze against all odds if the previous statement was true, but can't find one :\
  • by WJMoore (830419) on Thursday August 31 2006, @02:27AM (#16013885) Homepage
    I still have a soft spot for NetBSD, it's minimalist nature is something I like. It was the first UNIX I ever installed too IIRC. I hope that the issues get resolved or if necessary an active fork is made and it lives on.
  • He may be right... (Score:4, Insightful)

    by vga_init (589198) on Thursday August 31 2006, @02:28AM (#16013886) Journal

    He may be right that NetBSD has its problems, but it's unfair to say that any software project doesn't. Also, I still believe NetBSD was/is a good project, and while BSD sometimes get the short end of the stick when it comes to reputation, we owe a lot to the work that went in to those systems. Times change...new systems come, and old systems go. NetBSD still has quite a way left to go before its done, but when it is I will remember it fondly.

  • by Anonymous Coward on Thursday August 31 2006, @02:31AM (#16013898)
    Okay... I'm just gonna sound off here, as AC.. mostly because this could start a holy war and i don't feel like karma whoring. Which is agaisnt my intentions.

    This is simple, I've been a long time linux supporter, user, and contributor. Not one of these slashdot citizens that everytime a new "feature" of Windows version "X" is leaked, go and bitch about installing "Linux distro flavor of the month" on there machine and never use windows again. Then turn around and get the new version of Windows "X".

    With that said, this news is both sad, and slightly hopeful for me. As much as I love Linux. I've had a soft spot for NetBSD. Mostly because it can run on anything, really portable and good for embed, applications were Linux is just to heavy. Also for securiy, its one of the best.

    I'm also hopeful. NetBSD is a niche' OS, and one hell of a good one. Maybe the light of this could help get people to turn the project around. I for one and downloading the entire source tree as I type. For one, so i havee a virgin copy of release 4.0 and the latest CVS, and for two... to see if maybe i could help out with something. If only in a small way.

    Even if I don't plan on using NetBSD on my desktop, which is SuSE 10.1 btw, I beleive it still as much to do in the niche applications, because oif we let niche OSes fail. And one OS expands to do everything, we all lose, and end up in another Microsoft Windows style mess.

    Thats my 2 cents for the night.
  • by zensonic (82242) on Thursday August 31 2006, @02:32AM (#16013899) Homepage
    "I sense a great disturbance in the Force, as if millions of toasters cried out in terror and were suddenly silenced..."
  • Doesn't seem right (Score:5, Interesting)

    by bobintetley (643462) on Thursday August 31 2006, @02:32AM (#16013901)
    I love NetSBD. It's stable, it's fast, the package management is great (and upto date), NetBSD folks don't seem to feel the need to evangalise and beat people over the head with their OS choice. A lot of interesting development is also done in NetBSD (like integrating Xen into NetBSD 3.0, the CCD driver, RAIDframe, etc).

    I don't understand what this guy's on about - I use it and love it, so do lots of other people, we have upto date software and a great base system. How exactly is NetBSD irrelevant again? Is he bitching because of a lack of marketshare compared to other BSD/Linux distros? In a world of free software, why exactly does that matter?

    It's disingenuous to bitch about the things he does as if they were important - flash file system? So what? Journaled file system? There's a very good reason for the omission of journalling and you can't tell me this guy doesn't know about softdeps.

    Just sounds to me like this guy is pissed off with not getting some kind of glory for his work and it's all sour grapes.
    • by Guybrush_T (980074) on Thursday August 31 2006, @02:57AM (#16013976)

      I used to love NetBSD. The package management is indeed great. BUT :

      • About stability, it worked well on a 486, but I never managed to run it stable on a brand-new machine with an Athlon (the kernel was always falling in vm_page_fault traps) whereas linux worked with no issue (hence not a hardware issue, more something like an AMD issue?).
      • About speed, again, unfortunately, linux performed better.

      I really wanted to stick to NetBSD, but after 1 year trying to have it functionnal, I installed linux, and this day, all my problems were gone.

      I'm afraid that the great thing in NetBSD - which is multiple platforms support - will soon be irrelevant, since linux already supports all the currently-used architectures.

      In all case, I hope NetBSD will survive and become more usable. But as said, it needs a lot of work.

    • by StarKruzr (74642) on Thursday August 31 2006, @03:12AM (#16014013) Journal
      I love NetSBD

      Freudian slip, apparently.
      • by drwho (4190) on Thursday August 31 2006, @12:31PM (#16017237) Homepage Journal
        NetBSD has really fallen behind in the embedded space. I blame some of this on Wasabi systems, who took NetBSD embedded stuff and went closed-source with it. They've got some NetBSD developers on staff. They've got an arrogant, anti-Linux attitude and pushy sales people. They have a really high price for their software, which still doesn't run on the platform I want to develop for (certain MIPSel chips). Linux does all of what I needed for free, does it well, and there's even OpenWRT
        in quite active development.

        I was at a recent Linux Users' group meeting and a fellow there pointed out that NetBSD counts every variation of architecture as a different platform, where as Linux only counts major changes in architecure as a new platform. If you count the platforms in the same manner, then Linux is ahead...and far ahead.

        But a biggest question is how much this portability really matters to a lot of people. I got rid of my Sun3 a couple of years ago, it was my last NetBSD machine. Sure, it's nice to have an OS that will work on old hardware such as this but so what? What is there to draw new developers and new energy to the project?

        I don't think that NetBSD will 'die', but it could become so obscure that the vast majority of the planet doesn't know of it's existance. If maintenance dwindles to the point where a major security hole is discovered and not fixed, then there will be a sharp drop in the number of users.

        As much as I find Theo DeRaadt an frustrating and conceited person, he's brought a lot of vitality to OpenBSD, enough so that it keeps going strong in spite of his disenfranchisement of many people. I think the only reason why some people stay with NetBSD is their strong hatred of Theo.
  • by QuantumFTL (197300) * <justin.wick@[ ]il.com ['gma' in gap]> on Thursday August 31 2006, @02:36AM (#16013918) Homepage
    In a world with Linux, Solaris, OS X (a BSD, sorta), a zillion types of Windows, QNX, etc... why do we need so many BSDs? I mean, if someone wants to make their own version of an OSS project, that's up to them, but if you want to be relevant, you have to offer something new and relevant. If I'm going to run BSD on a server, I'm going to run something security oriented like OpenBSD so I can spend more time developing my applications.

    I think the NetBSD folks have done some great work in the past, and it deserves to be remembered, but maybe it's best that they apply their efforts to some more relevant projects, such as another BSD, or better yet, Linux, which has been constantly lagging behind OpenBSD in security and the like.

    Diversity is a powerful part of the FOSS model, however it can also dilute things by spreading resources to thin. Thanks for your hard work guys -- lets move on to the next challenge!
    • Re: (Score:3, Interesting)

      by Draco_es (628422)
      NetBSD has features that others don't and in some aspects is innovative(or at least different), so it's valuable(for its own users and for the whole OSS "universe"). What we don't need is the zillionth Linux distro, which just repackages applications in a different way.
    • by despisethesun (880261) on Thursday August 31 2006, @03:24AM (#16014046)
      I think it's ridiculous that people complain about how many BSDs there are when there are so many redundant Linux distros out there. Each of the BSDs has a different development focus, making them all more relevant and important than any of the few dozen Debian-based distros, for example, which all really don't do much to build on what Debian has already done. When people quit starting up go-nowhere Linux distros and contribute their efforts to "more relevant projects", guys like you can go ahead and tell these guys to quit wasting their time on NetBSD.
      • by Per Abrahamsen (1397) on Thursday August 31 2006, @08:57AM (#16015420) Homepage

        I think it's ridiculous that people complain about how many BSDs there are when there are so many redundant Linux distros out there.

        Maybe the largest procedural advatage Linux have over the BSD's is the decoupling of the kernel development from the os-distribution. The skills needed for the two are very different. Like all decoupling, it allows people to experiment with one, without affecting the other. And since the end-user product is the os-distribution, it allowed commercial interests to have their own unique distributions, without permanent forking of the kernel.

        The bad luck of the free BSD's is that they all originate from the 386BSD distribution, which was bundled in the old Unix tradition.

    • Re: (Score:3, Insightful)

      by evilviper (135110)

      In a world with Linux, Solaris, OS X (a BSD, sorta), a zillion types of Windows, QNX, etc... why do we need so many BSDs?

      Funny that you mention Linux in there... as if there AREN'T hundreds of different and somewhat incompatible Linux distros. Why do we need so many of them? If we all would just settle on Slackware, the ONE TRUE DISTRO, everything would be perfect.

      Diversity is a powerful part of the FOSS model, however it can also dilute things by spreading resources to thin.

      I don't think so at all. Firs

      • by cyclop (780354) on Thursday August 31 2006, @03:53AM (#16014140) Homepage Journal

        If we all would just settle on Slackware, the ONE TRUE DISTRO, everything would be perfect.

        (rumours start in the plaza)

        - Slackware? Hah! No package management!The one true distro is Debian and its mighty apt-get!
        - What are you saying? It's clearly Gentoo! You compile everything from source!
        - Gentoo is for ricers! People that want their work done use Ubuntu!
        - Ubuntu? I'm more comfortable with Suse and Novell support...
        - What? Bear that RPM hell? Go use Knoppix!
        - What about RPMs? On my Fedora work so well...
        ...

        (everything in flames)

  • by delirium of disorder (701392) on Thursday August 31 2006, @02:38AM (#16013923) Homepage Journal
    OpenBSD was a fork() of netbsd. Is there any chance they could reunite to make a single stronger OS? How difficult would reconciling the politics and the codebase be?
    • Re: (Score:3, Insightful)

      by Renegade88 (874837)
      first, it would be absurdly difficult after 10 years of divergence. Secondly, what would be in it for OpenBSD? I see no benefit for them. Thirdly, ego's caused the original split. There is no way in hell that either side would merge for the same reason. I'd bet both would rather see both projects die before that happens.
    • by multipart/mixed (163409) on Thursday August 31 2006, @06:59AM (#16014672)
      You can't rejoin fork()s. You're thinking of threads, with the thread attr not set to detach. Not quite the same thing!
  • Give me a break. (Score:3, Informative)

    by ad454 (325846) on Thursday August 31 2006, @02:50AM (#16013962)
    NetBSD is not dying. It is getting better and better with new features and improvements being added all of the time. In addition to steady developments, Google summers have really boasted NetBSD.

    I guess for some, having a lightweight, decent, and stable OS that does what it is suppose to do not enough. Admittedly their are many needed userland applications, epecially commercial applications that won't run on NetBSD. But if that was my primary concern than I would only run Windows XP. And when it comes to userland opensource, nothing beats PKGSRC. Especially when compaired to Linux equilibrants like SuSE yast.

    When you ask the average person, all that they care about is the bells and wistle in the window manager and not much else. Think aqua in MacOSX or aero in WinVista.

    Alicia.
  • Leadership (Score:5, Insightful)

    by wysiwia (932559) on Thursday August 31 2006, @02:59AM (#16013982) Homepage
    It's seldom that a founder of a OSS project acknowledges his mistakes but Charles M. Hannum does it. Just for this simple action I value his reasoning very much.

    IMO leadership of a project is very important because leaders always have a vision and the drive to force this vision become true. There's no guaranty that a leader will be successful with his vision but definitely comities always will fail they never have a single vision and never can agree to force a single vision become true. So whenever a project is lead by a comity stagnation is not far off.

    Yet leadership does not mean dictatorship as often is done by many OSS project leaders. Dictators will equally bring a project down as do comities. There's unfortunately no clear distinction when a leader becomes a dictator as many times good leaders are just lucky avoiding the path to dictatorship by sheer luck.

    O. Wyss
  • respect (Score:5, Interesting)

    by tezbobobo (879983) on Thursday August 31 2006, @03:04AM (#16013995) Homepage Journal
    I must say, it is an interesting read but I am struck by the humility and honesty of this guy.
  • Not surprized (Score:5, Interesting)

    by PrayingWolf (818869) on Thursday August 31 2006, @03:04AM (#16013996) Homepage Journal

    I've been waiting for this to happen ever since I read how Theo De Raadt was treated in there and how he eventually left the group to work on his own branch. I think you can find an archive of his emails with the NetBSD dev team somewhere...

    Now the problem is admitted: FTA:

    Partly due to lack of people, and partly due to a more corporate mentality, projects were often "locked". One person would say they were working on a project, and everyone else would be told to refer to them. Often these projects stagnated, or never progressed at all. If they did, the motivators were often very slow. As a result, many important projects have moved at a glacial pace, or never materialized at all.

    This is basically what drove Theo out (as far as I understand his great ideas were ignored by the boureaucratic system and he felt frustrated) and now the basic reason why NetBSD is dying.

    But NetBSD still lives: in its decendants, like OpenBSD. So let us treat NetBSD with the same respect we would give to a dying grandfather :)

    • Re:Not surprized (Score:5, Informative)

      by Renegade88 (874837) on Thursday August 31 2006, @03:18AM (#16014031)
      What I'm surprised about is that you read the email chain but came to the conclusion that Theo's ideas were "ignored". That's not what happened. They desperated wanted his ideas and his code, but they told him he could not COMMIT the code himself, but rather work through an intermediary, one that had no technical skill. It's like telling the former CEO to report to the janitor. You got it half right, but either you didn't read the whole chain, or your memory is failing you.
  • by Renegade88 (874837) on Thursday August 31 2006, @03:13AM (#16014016)
    I'm a big BSD guy, mainly a FreeBSD user, but I intently follow DragonFlyBSD and OpenBSD. Unless I'm mistaken, this is the same Charles Hannum that was directly responsible for kicking fellow NetBSD founder, Theo de Raadt, out of the core group, removed his CVS priviledges, and made Theo twist in the wind for 7 months until he was forced to leave to found OpenBSD. (reading the log I don't see how Theo lasted 7 weeks, he really made an effort to continue with NetBSD despite all of that). So now the evil cabal takes over and kicks Charles out of the core and removes his commit priviledges. It's sad, and I think Charles' points are spot on, but it's a bitter pill to swallow coming from this messenger. You have to shake your head when you think of what NetBSD could have been had they been able to avoid childish political antics in their "cabal".
    • Re: (Score:3, Interesting)

      by macshit (157376)
      Charles Hannum is a cool guy (I worked in the same office with him for years), and very, very smart. Theo is also smart, but well-known for being a complete and utter asshole much of the time.

      I never followed the theo/netbsd split closely (not being part of netbsd project), but I suspect a great part of the blame for the split lies squarely with Theo...

      [I do remember the beginnings of the openbsd project, where the members seemed to have no other goal than to annoy people as much as possible with crap like
    • by LizardKing (5245) on Thursday August 31 2006, @04:22AM (#16014208) Homepage

      If you'd read the email log more closely, you'd notice that Charles Hannum one of those who was involved in the removal of de Raadt's commit privileges, but then tried to come up with a workable way for Theo to continue working on the project. The whole story has never come out, as the NetBSD core group kept very quiet about what the motivation for removing de Raadt's commit privileges were. However what is not in doubt is that Theo's attitude on the NetBSD mailing lists was abusive towards anyone who he felt was not as technically competent or as well informed as him. This was annoying fellow developers and alienating potential users. Theo was asked to tone down his attitude, or at least ignore postings that he would otherwise have posted inflammatory replies to. He didn't, and my assumption is that the core group removed the commit privileges to distant the "official" project from Theo's shitty attitude. Theo obviously resented this, but continued to badmouth people until he finally forked NetBSD to create OpenBSD - a sandpit where he could fuck people off to his hearts content.

      Now it seems Charles Hannum is pissed at someone, and has decided to belittle the work of many current NetBSD developers by cross posting his flame to the Free, Net and Open mailing lists. My opinion for what it's worth? The NetBSD Foundation appears to be dominated by Wasabi personnel, and as a result the decisions it takes may be in the interests of Wasabi commercial interests rather than Charles Hannums. However, there is good work going on in the NetBSD project, and all Hannum's post will do is make the Linux/anti-BSD zealots shriller.

      • by Renegade88 (874837) on Thursday August 31 2006, @05:19AM (#16014336)

        I read the email log extremely closely. Charles was in the process of creating a "special" set of rules for Theo, that only Theo had to agree to. While he was being jerked around, five additional people earned commit priviledges, but where not made to agree to these "new" criteria. This set of rules was never completed, it was dragged out intentionally, basically "you have to agree to these rules first, but you can't do that until we write them, and we can't give you a date when we will write them even though it's already been weeks".

        I would love to post the link to the email log but it would crash the server it's on.

        Even though the developer put in charge of Theo's sparc port wanted Theo to have his commit priviledges restored, and asked for it a couple of times, the core refused. The only "workable" solution that was offered was that Theo could pass his diffs on to the port developer and let him merge them. Basically it was a set of conditions that nobody would agree to. The email chain is quite clear that Charles was instrumental in Theo losing the commit priviledges and never intended to restore them. It is also obvious they were jerking him around until he just quit on his own.

        My take on Theo:
        I think his "utter asshole" reputation is not accurate. He's said some things he probably wants to have back, and likely hurt some feelings. I also think he was cordial during this 7 month jerk-around session, enduring it FAR longer than most people would, and he said all the right things to earn the commit priviledges back. He was willing to "play ball".

        Charles might be a good guy, but he wasn't well like during this time in 1995 and forcing Theo out is a black mark on his record. You can't tell me NetBSD is better off now (dying) without Theo then they would have been with him on their team.

    • by JanneM (7445) on Thursday August 31 2006, @04:23AM (#16014211) Homepage
      Unless I'm mistaken, this is the same Charles Hannum that was directly responsible for kicking fellow NetBSD founder, Theo de Raadt, out of the core group, removed his CVS priviledges, and made Theo twist in the wind for 7 months until he was forced to leave to found OpenBSD.

      Theo "voice of reason" de Raadt? Imagine that, someone not getting along with him. What are the odds, really?
  • by Anonymous Coward on Thursday August 31 2006, @03:27AM (#16014052)
    ... is that there are far fewer novel toaster designs being produced every year. It is a Well Known Fact that NetBSD has put forth millions of man-hours into porting their OS to every new toaster design released by manufacturers across the globe. With the recent sharp decline in toaster research, development, and production it was only inevitable that NetBSD development should come to a standstill. Modern convection ovens run Linux, and it's just not the same. What does a penguin know about heat anyway?
  • Interesting read (Score:5, Interesting)

    by porkThreeWays (895269) on Thursday August 31 2006, @03:33AM (#16014074)
    It is a pretty interesting read. I can give you my experience with NetBSD over the past couple of years...

    Outside of my regular job we were developing an embedded system. The first thing I thought of was NetBSD. Downloaded it, tested it, critiqued it, and couldn't find enough benefit to use it. The big gotcha was there was no filesystem at the time for running on flash devices. Well, almost every embedded project is going to run on a flash device. Mind you this was a couple of years ago, but according to the post not much has changed. There were a couple of other small gotchas, but in comparing it to Linux, there just wasn't enough reason to use NetBSD.

    And therein lies much of the problem. I don't think NetBSD is bad. It's not. However, a lot more people are using Linux for advanced embedded devices than NetBSD and are solving real world problems so you don't have to. NetBSD may run on a plethora of hardware pretty well. But 90% of the embedded world really needs it to run on is i386, arm, and mips. So there is really good linux support for those arches because so many people are developing systems with the linux/uclibc/arm combo. It's the new lamp. NetBSD may have the shock factor of running on things like toasters, but Linux is running on real world things like my phone.

    On top of that, the term "embedded" is becoming looser and looser. There was a time when "embedded" meant a 12mhz processor and everything was in assembly and C. Today, I can get a 400mhz gumstix and do all my development in python. I would consider it embedded by today's standards, but in reality that was a normal desktop development machine 5 years ago.

    Again, NetBSD isn't bad. If I had to really run something on a 12mhz CPU I doubt I'd be able to use linux/uclibc/arm and NetBSD might be my answer. However, in a world where embedded hardware is the desktop hardware of 5 years ago, there just isn't any benefit to trying to use the same embedded tools of 5 years ago.
  • by sh0dan (762382) on Thursday August 31 2006, @04:11AM (#16014173) Homepage
    To: None <netbsd-users@netbsd.org>

    :)
  • by Danathar (267989) on Thursday August 31 2006, @09:01AM (#16015452) Journal
    It's not because I have anything against it, it's just that everytime I think about NetBSD I can't come up with a REASON for running it (other than for pure nerd exploration purposes).

    If I want to be secure I run OpenBSD, if I like the "UNIX" model over the "LINUX" way of grokking things I'll run FreeBSD. In the past NetBSD's mantra was portability. I don't think that's a big enough selling point.

    Differentiation is what sells (it seems). NetBSD needs to be something the others are not doing.

    I hope it survives and hope that the people involved are mature enough not to let their EGO's get in the way.

    In some ways they have a GOLDEN opportunity. NetBSD is far enough along that they don't have to start from scratch, but small enough (organization wise) to allow them to possibly do something that LINUX and FreeBSD are too big to handle.

    I don't know what that is..but I hope it's something cool!
    • Re:BSD vs GPL (Score:4, Insightful)

      by Overly Critical Guy (663429) on Thursday August 31 2006, @12:06PM (#16017036)
      There is no absolute freedom, that is called anarchy.


      No, absolute freedom is the free range of choice to do what you want. That includes anarchy, or it might be something else. It's whatever you choose. The GPL limits that range of choice and is therefore inherently less free than the BSD license. People like Stallman really should stop trying to equate "freedom" with the GPL, because the GPL isn't preserving freedom other than the right to obtain source code. The BSD license gives you source code as well as the ability to do absolutely whatever you want with it. That's freedom.

      In creating rules, one has to accept reasonable limits of specific freedoms to balance and maintain everyones freedom. The GPL limits your specific freedom, this is true, while it protects your overall freedom in limiting what others can do with your handy work.


      "Limiting what others can do" with my handy work is the opposite of freedom. True freedom is letting the code out into the world as totally free contribution to public knowledge and culture that anyone in society can use and benefit from, be it a homebrew hacker or a corporation.

      As is evident in the BSD line of systems, BIG corporations are taking your code, making good money, and giving back close to nothing.


      Lots of Linux corporations do the same thing.

      Linux survives because these entities can't take and forget to give back.


      Maybe you missed it, but BSD is surviving just fine as well. Apple is the biggest UNIX vendor and relies on FreeBSD. Linux survives not because of the reason you state but because it managed to gain a foothold during the BSD lawsuit crisis, giving it momentum. There's nothing about the GPL that accelerates development over the BSD license. In either case, you can access the same source code repositories. But unlike the GPL, the BSD license doesn't control your actions and restrict your freedom once you have that source code.

      So every time a *BSD project dies, it is one more nail in the coffin of the BSD side of the GPL/BSD debate.


      Or fodder for anti-BSD trolls such as yourself. NetBSD is dying due to leadership issues, not the BSD license.