Slashdot Mirror


Study Reports On Debian Governance, Social Organization

andremachado writes "Two academic management researchers, Siobhán O'Mahony and Fabrizion Ferraro, performed a detailed scientific study about Debian Project governance and social organization from the management perspective. How did a big non-commercial non-paying community evolve to produce some of the most respectable Operating Systems and applications packages available? Organizations without a consensual basis of authority lack an important condition necessary for their survival. Those with directly democratic forms of participation do not tend to scale well and are noted for their difficulty managing complexity and decision-making — all of which can hasten their demise. The Debian Project community designed and evolved a solid governance system since 1993 able to establish shared conceptions of formal authority, leadership, and meritocracy, limited by defined democratic adaptive mechanisms."

20 of 65 comments (clear)

  1. I thought... by msauve · · Score: 5, Funny

    it was an anarcho-syndicalist commune, where they take it in turns to act as a sort of executive officer for the week, but all the decisions of that officer have to be ratified at a special biweekly meeting.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
    1. Re:I thought... by ojustgiveitup · · Score: 5, Funny

      Help Help! You're being repressed! Come and see the violence inherent in the system!

  2. Debian governance by MECC · · Score: 3, Funny

    I for one welcome our debian ... nevermind.

    --
    "We are all geniuses when we dream"
    - E.M. Cioran
  3. PostgreSQL by Anonymous Coward · · Score: 3, Insightful

    Those with directly democratic forms of participation do not tend to scale well and are noted for their difficulty managing complexity and decision-making â" all of which can hasten their demise.


    Show me the PostgreSQL project's org chart. Show me the evidence that the project is not kicking ass.
  4. Re:Just an observation by wanderingknight · · Score: 4, Informative

    Debian is essentially the same as Ubuntu. But if you know your way around Linux, every distro is essentially the same.

  5. Re:Just an observation by FauxPasIII · · Score: 5, Insightful

    > Ubuntu is 10x better than Debian

    Ubuntu IS Debian, for all intents and purposes. They take the excellent work that Debian publishes, do some additional (and IMO also excellent) work to refine it, and republish that as Ubuntu.

    I'm completely outside of the Debian and Ubuntu communities, but I suspect strongly that Debian re-imports some of the Ubuntu refinements into their own project, as well.

    Ain't FOSS grand?

    --
    25% Funny, 25% Insightful, 25% Informative, 25% Troll
  6. Ubuntu is build on Debian by wizards_eye · · Score: 2, Informative

    having used both extensively, I'd say they're remarkably similar, though in debian you do have to do a few more things manually. That is probably Debian is "the rock upon which Ubuntu is built". http://www.ubuntu.com/community/ubuntustory/debian
  7. Re:Just an observation by morgan_greywolf · · Score: 5, Funny

    Um, Ubuntu is Debian plus polish.


    So that explains the polka startup sounds....

  8. Re:Just an observation by Nursie · · Score: 2, Insightful

    Once it's installed and running then there are a lot of similarities. OTOH the distinguishing features are often ease of installation and upgrade, whether or not you can use it in a live CD way, supported platforms (I 3 debian for it's ARM support), size of install (DSL/nDSL is great for a bootable USB stick ) etc etc etc

    But yeah, essentially, one desktop linux is usually much the same as another.

  9. Re:Was this sponsored by the federal government? by Qzukk · · Score: 4, Funny

    That sure in heck sounds like something the government would put out.

    Except for the meritocracy part, that implies the people in charge have some sort of qualification for being in charge.

    --
    If I have been able to see further than others, it is because I bought a pair of binoculars.
  10. Re:Just an observation by ViperAFK · · Score: 2, Funny

    I thought ubuntu was debian with out 15,000 cd's

  11. Link to Article by ArIck · · Score: 3, Informative

    The site has been slashdotted apparently but no fear, it does not contain anything useful information about the research anyways. You could download the original draft submitted to the journal at http://www.business.ualberta.ca/tcc/documents/TII_3_OMahoney_Ferraro_final.pdf
    [quote]
    The following is the quote from google's cached version:
    Scientific study about Debian Project governance and social organization

    André Felipe Machado

    TerÃa-Feira, 27 de Novembro de 2007

    Two academic management researchers performed a detailed scientific study about Debian Project governance and social organization from the management perspective.

    The study analyzed 13 years of Debian Project history, interviewed some Project participants and previous Leaders, and carefully observed patterns.

    The open nature of history, registered at discussion lists archives and irc logs, meetings reports, helped a lot during the data collection phase.

    The study is VERY interesting as scientific analyzed HOW an open source project survived, evolved and flourished during 13 years, overcoming many troubles only challenged by long term BIG communities, reaching a solid institutional foundations to resolve disputes.

    The previously releasead version of the text can be found here.

    The latest revised version, published at the Academy of Management Journal, Oct 2007, Vol. 50 Issue 5, p1079-1106, 28p; (AN 27169153), is copyrighted and can not be published here.

    The authors are SiobhÃn O'Mahony , Assistant Professor at the University of California's Graduate School of Management, and Fabrizio Ferraro , General Management Professor at IESE

    Versão para impressão

    Baixar PDF Baixar a versão PDF desta pÃgina

    [/quote]

  12. Some, but not all. by SanityInAnarchy · · Score: 4, Interesting

    Debian doesn't seem to mind Ubuntu, for the most part, except when Ubuntu users come to Debian forums asking for help.

    But a simple example: Debian, for the longest time, had /bin/sh linked to /bin/bash, although they did have a rule that any script requiring /bin/sh should only use POSIX syntax, and not bash-isms. Sometime in 2006, I think, Ubuntu switched /bin/sh to /bin/dash. Dash is much faster than Bash -- so much so that this switch is the main reason that version of Ubuntu booted so much faster than previous versions (it was also when Upstart was first integrated, though Upstart is barely used)...

    And since then, certainly, fixes to various packages' scripts which claim #!/bin/sh, but really want bash, have been sent back to Debian. (Either POSIX-ify them, or make them explicitly ask for bash.) But as far as I know, no major distributions outside Ubuntu actually have /bin/sh linked to dash -- some of Amazon's EC2 tools, designed to work on Fedora, need to be patched before they can work on Ubuntu, for that very reason.

    --
    Don't thank God, thank a doctor!
    1. Re:Some, but not all. by leoboiko · · Score: 3, Insightful

      To be fair, I think debian's dash package prompted you to link /bin/sh to it since before Ubuntu came around. It's true that it wasn't the default, though; you had to manually install dash and explicitly select "yes" in the debconf dialogue.

      --
      Prescriptive grammar:linguistics :: alchemy:chemistry. Stop being a nazi and learn some science.
    2. Re:Some, but not all. by BlackCreek · · Score: 2, Insightful

      But a simple example: Debian, for the longest time, had /bin/sh linked to /bin/bash, although they did have a rule that any script requiring /bin/sh should only use POSIX syntax, and not bash-isms. Sometime in 2006, I think, Ubuntu switched /bin/sh to /bin/dash. Dash is much faster than Bash -- so much so that this switch is the main reason that version of Ubuntu booted so much faster than previous versions (it was also when Upstart was first integrated, though Upstart is barely used)... And since then, certainly, fixes to various packages' scripts which claim #!/bin/sh, but really want bash, have been sent back to Debian. (Either POSIX-ify them, or make them explicitly ask for bash.) If your shell script is not POSIX /bin/sh, don't mark it as a POSIX /bin/sh script. Is that difficult?

      FWIW The trick to use dash as /bin/sh was well known by loads of Debian users back in the day when it was still called "ash". It did wonders to the boot time of my old ole PentiumII.

      FWIW 2 The first people to actually make the choice of setting dash as /bin/sh, were the Nokia folks that released the N770 internet tablet that runs a Debian based system.

      The use of it in N770 lead to loads of scripts being made clean of bashisms. But now with the popularity of Ubuntu, many, many people are forcing "#!/bin/bash" down everyones throats even in cases when it is not necessary.

      As fas as I can tell, the reason for it is the good & old NIH complex from which so many GNU fans seem to suffer from. But I could be in wrong on that (but not that much :-P).

      In any case, currently "grep bin/bash /etc/init.d/* | wc -l" gives me a count of 5. Why? I mean why on the scripts I use to boot? Five stupid unnecessary reasons for my computer to boot slower, and to force me to have bash installed no matter what. I mean, what harm can it cause to add (truly) unnecessary bloat to a critical part of the system?

      Perhaps I am being picky. But IMHO that goes so deeply against what *I* would call "good software engineering" that it really annoys me.

  13. Re:Just an observation by innerweb · · Score: 2, Interesting

    From their own description of the OS...Ubuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. ... Debian is "the rock upon which Ubuntu is built".

    Ubuntu is a derivative of Debian. A very good one.

    InnerWeb

    --
    Freud might say that Intelligent Design is religion's ID.
  14. Re:Just an observation by Nullav · · Score: 2, Interesting

    In my experience, they're pretty damn similar. If you want to compare defaults (Ubuntu Server Edition with everything needed for LAMP/SSH/DNS vs Etch with the same packages), Ubuntu is larger, uses more resources, and handles dependencies much better (<3 autoremove). As for the desktop edition, the only real difference (besides the brown) is the update notifier.
    As for ease of installation, Ubuntu dumbs things down (on the desktop edition) for the 'I'm afraid to touch this' crowd, and Debian has the 'Goodbye Microsoft' installer, which I found quite nice to use (not as dumbed-down as Ubuntu's, but I was able to configure everything and install as much or as little as I wanted without it seeming the least bit complex).

    tl;dr - Server: Debian; Desktop: Either one.

    --
    I just read Slashdot for the articles.
  15. Re:Just an observation by ThePhilips · · Score: 2, Informative

    When will the Ubuntu crowd come to their senses and finally understand that they are in fact running a DEBIAN system?

    LOL. Whole point of Ubuntu that users (the "crowd") do not have to care about - least understand - what they are running.

    Ubuntu is made for end-users as an OS which just runs and doesn't require any understanding of what and how it does.

    That's pretty much why Ubuntu != Debian.
    Debian is technology - for engineers and advanced users who want total control over their system.
    Ubuntu is product - for those who used to buy stuff off the shelf and want it to just work.
    Feel the difference.

    --
    All hope abandon ye who enter here.
  16. Re:Debian Rules! by xenocide2 · · Score: 3, Interesting

    Ubuntu in many ways lit a fire underneath Debian. I liked Debian in 2002; by 2004 I was getting a bit tired of stupid jokes about being out of date, and I was tired of running development versions just to get a modern desktop. For example, the last version of xfree was finally released around the same time most distros were shipping the new and shiny xorg project x server. So when Ubuntu came around, that was great. They brought in some X guys to hammer Xorg into a working package, at great personal sacrifice. They made a push for Default debconf priority, to large success. They adopted a LiveCD approach while Debian was adamantly fighting Knoppix. They had a Code of Conduct that laid out some important ground rules that Debian was missing and refused to find. The brought a focus on the desktop that I felt Debian was lacking. And they had a commitment to releasing frequently. Six month releases is a step back from someone like me who used to run Debian unstable, but I was getting tired of random kernel pushes breaking video drivers and the like.

    Don't get me wrong; Debian testing is probably great for lots of people. If Ubuntu's trajectory continues as it is, I may one day return to Debian; as a result of Ubuntu's successes, they've adopted a number of Ubuntu's practices and policies. For example, they've adopted a wiki for community development, and a new proposal system for evaluating large scale decisions. And meanwhile, Canonical's success with Ubuntu has it focusing on strange contracts that draw resources from fixing bugs related to my personal uses.

    As for your comparison essay, the "ubuntu-desktop" meta package now suggests / recommends most things, and apt is set to bring them in on updates but not remove the meta package if they're removed. That way, they can bring in new features, and you can opt out of some of them, and it'll remember that. The bloat charge is a bit unfair. The default install is something usable out of the box. You're free to do the minimal install the same way you did with Debian, but disk space is cheap these days, and people only have so many hours in a day. Hating release schedules is a bit silly. One way you update everything at once, and the other the updates trickle down to you. The everything at once has the advantage that you can deploy new compilers / libc during the early fork without worrying that someone will accidentally screw themselves. Of course the downside is that pidgin may be outdated quickly, but I think it's been fairly lucky at not breaking network compatibility recently.

    --
    I Browse at +4 Flamebait

    Open Source Sysadmin

  17. Re:Just an observation by fdfisher · · Score: 2, Informative

    Ubuntu is *not* Debian. Ubuntu is based on Debian, but has very different priorities.

    Debian supports 11 hardware architectures. Ubuntu supports only 3, and as a result can provide much more polished results.

    Likewise, Debian maintains 18,000+ packages. Ubuntu maintains significantly fewer packages, but provides much more polished packages for the ones they do maintain.

    Debian has militant standards for stability, often leading the software in their stable release to be a couple years behind the curve. On the other hand, Ubuntu releases an entirely new version of their operating system every 6 months, officially supports most releases with security updates for only a short amount of time, and often includes software in their stable release which has not even been officially released by its developers (such as Firefox 3.0 in the upcoming Hardy Heron release.) I.e. Ubuntu's priority is decisively on bleeding-edge software over stability.

    Debian is highly customizable and allows you to choose precisely what software you want to install and how you want it configured; it is easy to see what's going on under the hood. Ubuntu is much more mysterious; it's much more difficult to understand what's going on under the hood and much more difficult to customize and reconfigure, but as a result, is more user friendly and easier to install.

    Debian is horizontally organized through an ambitious system of democratic (and highly idealistic) self-governance. Ubuntu is run from the top down by a corporation with very limited democratic participation from its constituents.

    Perhaps most important of all, Debian has super strict standards for what constitutes free software. Ubuntu's standards are also marginally strict compared with the industry average, but there is a lot of software that Ubuntu permits to be configured and installed by default through the distribution that Debian refuses to support or will not install by default because they consider it non-free. This has been a long standing source of tension between the Debian community and Ubuntu.

    In short, both Debian and Ubuntu are great distributions, but Ubuntu is NOT Debian; it has very different priorities. QED