Slashdot Mirror


Plan 9 From Bell Labs Operating System Now Available Under GPLv2

TopSpin writes "Alcatel-Lucent has authorized The University of California, Berkeley to 'release all Plan 9 software previously governed by the Lucent Public License, Version 1.02 under the GNU General Public License, Version 2.' Plan 9 was developed primarily for research purposes as the successor to Unix by the Computing Sciences Research Center at Bell Labs between the mid-1980s and 2002. Plan 9 has subsequently emerged as Inferno, a commercially supported derivative, and ports to various platforms, including a recent port to the Raspberry Pi. In Plan 9, all system interfaces, including those required for networking and the user interface, are represented through the file system rather than specialized interfaces. The system provides a generic protocol, 9P, to perform all communication with the system, among processes and with network resources. Applications compose resources using union file systems to form isolated namespaces."

7 of 223 comments (clear)

  1. Still holds up by Anonymous Coward · · Score: 5, Insightful

    A model for consistency and simplicity. It validated the concepts underlying Unix, and influenced modern Linux/BSD. It also didn't hurt that they had some category-1 geniuses working on it - Kernighan, Ritchie, Duff, etc.

  2. I find it interesting by Fri13 · · Score: 4, Insightful

    I like the idea how everything is a file etc. That is one reason why I originally became Linux user and now it feels Linux systems have become something totally different by new third/fourth generation "geeks" who don't care anymore about open file system and results are like systemd journalctl.

    1. Re:I find it interesting by Anonymous Coward · · Score: 5, Insightful

      You're a file.

  3. Re:Dead end by StripedCow · · Score: 3, Insightful

    "Those who don't understand Unix are condemned to reinvent it, poorly."

    --
    If Pandora's box is destined to be opened, *I* want to be the one to open it.
  4. Re:Dead end by peragrin · · Score: 4, Insightful

    oddly enough Plan 9 is from the guys who invented Unix who were trying to reinvent it.

    --
    i thought once I was found, but it was only a dream.
  5. Re:On Debian that's allready done. by sjames · · Score: 3, Insightful

    If you have daemons that keep falling over and needing restart, you're already at the hack stage.

    But going to something that can't decide if it's a dessert topping or a floor wax is not the right answer.

  6. Re:On Debian that's allready done. by lennier · · Score: 3, Insightful

    This is an incredibly basic problem in multiprocess systems. It's like saying IF your computer crashes and needs to be restarted... in a datacenter, it's a matter of WHEN.

    Except that in today's hostile Internet, WHEN that broken Internet-facing process crashes it WILL be because it was pwned by shellcode, and if that process had write access to core files, your entire server is now rooted. If that process also had any read or write credentials to your local network, your entire data center possibly just got rooted also.

    Are you _really_ saying that the appropriate thing to do in that situation is to simply restart the process and continue? You'd be better to flash-wipe and reinstall at least the entire server node, and probably also change all your internal administration passwords. Otherwise, you're an infosec disaster waiting to happen.

    You're fighting a full-scale hot cyberwar out there, don't forget. It's no longer 1970. You don't have the luxury of trusting that incoming packets come from universities and defense contractors with administrators you can chew out with a phone call when they misconfigure stuff by accident. NSA owns the wires and your packets come direct from the Russian Mafia and Syrian Electronic Army.

    It's not a hack, because machines are NEVER perfect.

    It's totally a hack, and _because_ machines are never perfect you'd better be 150% certain that every single step in your error-recovery process is double and triple checked and accounts for every possible side-effect of executing evil x86 machine code with root permissions.

    Look, we both agree that Murphy rules. And you're right to say 'because random stuff happens, I need an overseeing process to automatically fix it'. But auto-restarting pwned services is not that fix, anymore, and it really hasn't been since 1999.

    --
    You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC