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."

1 of 65 comments (clear)

  1. 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!