Slashdot Mirror


The Last Multics System Decommissioned

Bell Would? writes: "A key feature of the brief news item, 'The end of the Multics era,' in the latest issue of the The Risks Digest is the 'list of goals' Multics had fulfilled which, as the author describes them, are as relevant today as they were 35 years ago." Odd -- I assumed these were all long since junked or put into museums, since my first exposure to the name Multics was in books which spoke mostly in the past tense. That list of goals is one that I hope architecture designers consult frequently.

36 of 77 comments (clear)

  1. Sigh by cperciva · · Score: 3

    I guess there won't be any Real Men around any more. After all, it is a well known fact that Real Men use Multics.

    1. Re:Sigh by friedo · · Score: 4

      Not anymore. Real Men use BSD.

  2. Re:Intro to Multics 101 by herbierobinson · · Score: 2

    "Fortunately for us, Dennis Richie and Ken Thompson decided to pare down some of the features and create a version of "Multics without the balls." Thus Unix was born (the name being a pun on "Multics")."

    And fortunately for us, an army of people have put every one of those features BACK [into Unix]... I don't think anybody would be wanting to run a process swapping OS with a16 bit address space these days... The list of features Richie and Thompson removed include demand paging, dynamic linking, shared memory, memory mapped files, ... need I go on?

    The big problem with Multics was that is was 20 years ahead of the hardware.

    In addition to Unix, I know a significant portion of the Multics staff was instrumental in developing the proprietary OS run by Stratus Computer (www.stratus.com) and I believe Multicians also had a major hand in VMS and later in NT development.

    --
    An engineer who ran for Congress. http://herbrobinson.us
  3. Multics isn't dead yet... by Robbat2 · · Score: 2

    I know for a fact that the ABB (Asea Brown Boveri) offices in Columbus, Ohio still have a functional Multics. At least they still did a few weeks ago when my father was there on business...
    ICQ# : 30269588
    "I used to be an idealist, but I got mugged by reality."

    --
    ICQ# : 30269588
    "I used to be an idealist, but I got mugged by reality."
    1. Re:Multics isn't dead yet... by Christopher+B.+Brown · · Score: 2
      Did they? According to the Multicians Web Site, the ABB site was a Multics customer only until 1991.

      Are you sure the machine was still functioning? Or just there...

      From discussions on the Multics newsgroup, the only site that there seemed to still be uncertainty about was the Puerto Rico Highway Authority, and they were pretty sure that the system there didn't get the Y2K patches, and thus could not still be operating.

      If you're right, then certainly let the folks at the Multicians site know of the still-running ABB system...

      --
      If you're not part of the solution, you're part of the precipitate.
  4. Re:Intro to Multics 101 by SurfsUp · · Score: 3
    Multics had a rather interesting approach to file I/O, IIRC - when you loaded a file, it got mapped straight in to virtual memory (the machine had a 48 bit address space back in the 1960's, so you could get away with stunts like this). Read/write was just a matter writes to memory!!

    That's pretty much what we do now in Linux - when you write it doesn't go to disk, it goes onto memory pages. When you read you're reading from memory pages and if they're not there, they get 'swapped in' from your file using the same mechanism we use for virtual memory, though we bypass the paging hardware in this case (it's faster that way).

    Neat idea - but imagine the 32-bit address space crunch happening 20 years ago instead of now :)

    We get around that by using disjoint pages of virtual memory mapped into the file's address space with a hash table, so the file has a 44 bit address space - that should be enough for a while. This works well, and doesn't cause virtual memory fragmentation. We'll probably start mapping the files in chunks larger than one page pretty soon.
    --

    --
    Life's a bitch but somebody's gotta do it.
  5. From the Multicians History by Myriad · · Score: 2
    Pioneer users of the system put up with a lot: crashes, poor response, constant change, arrogance from developers, and inexplicably missing features.

    Ahhh, isn't it nice to see that while the dominant OS may change, some things always remain the same?

    --
    "They do not preach that their god will rouse them, a little before the Nuts work loose." Kipling, 'The Sons of Martha'
  6. Longest Lasting O/S thus far? by Multics · · Score: 2
    Two thoughts:

    1) Was this the longest lasting O/S thus far? Anyone know of a production O/S that pre-dates mid-1965 that is still running?

    2) Multics died mostly from being proprietary and running on proprietary hardware. The first, the Multicians thought could be surmounted by a gift from the current code owners. The second, alas, was fatal.

    The industry's fixation (mostly because of the volume curve) on VonNeuman architechtures that lack any real new features cause us all to not have things we could really really use -- like the ring security that Multics offered which had direct hardware support. Too bad ASICs are not yet dense enough... maybe soon. :-)

    --Multics

    1. Re:Longest Lasting O/S thus far? by bunyip · · Score: 4

      Most of the large airline systems run on IBM's Transaction Processing Facility (TPF). IBM keeps updating it, even added TCP/IP a few years back, but it's essentially 1960's technology. By the way, go to a web site like Expedia or even the new Orbitz site and you're still hitting mainframe assembler code in the background somewhere... Try these on for size: most applications are written in assembler, manually divided into 4K blocks. No virtual memory, all storage preallocated at sysgen into fixed size blocks (woohoo - no fragmentation!). No filesystem, all you get is a shitload of blocks (381 bytes, 1055 bytes, 4K) and it's up to the programmer to do the rest. I've seen code on these systems that was written in 1970-1972 and is still in use today, taking thousands of transactions per second. Somehow I don't see W2K apps lasting 30 years.

  7. Re:Intro to Multics 101 by SurfsUp · · Score: 2
    It shows a completely different point of view... instead of "everything is a file", the MULTICS way seems to be "everything is core".

    We do that too, it's called mmap. The nice thing is that the same primitives used in mmap (and now swap too... and soon, shm) are also used in read and write. All this in a nice, compact efficient package. Um, as long as you close your eyes and forget that buffer.c exists. :-)
    --

    --
    Life's a bitch but somebody's gotta do it.
  8. Multics emulation by Animats · · Score: 2
    It would'nt be all that hard to emulate the hardware on a PC. Yes, it would be slow, but the Multics CPUs were only a few MIPS, so an emulation on any modern PC would be faster than the original machine.

    Some of the Multicians should do this, just so it's not forgotten. It's still one of the most secure operating systems around.

  9. I was a Multics user many moons ago. by daviddennis · · Score: 2

    It was actually the first computer I ever used. My father, a professor of computer science at MIT who did some development on the Multics virtual memory, got me an account.

    Unfortunately, he agreed to pay for it. The Multics billing system was the most elabourate I've ever seen, before or since. You were billed for CPU minutes, connect time minutes and I think even a whole bunch of other minutes. As a result, I ran through $150 of computer time in three days, which is not exactly cost-effective, so he wound up getting me a free ITS tourist account.

    I don't remember much about it anymore, since it's been years since I've had an account, but I do feel a little nostalgic now that it's gone. Pity no renegade hobbyist could put one together, as some individuals have with ancient PDP-10 systems. I have to assume that the cost of wiping classified data from the systems is sufficiently high that the recycler is the only realistic destination for these ancient systems.

    D

    ----

  10. Re:MULTICS 2000 by Megane · · Score: 2
    Continuous operation analogous to power & telephone services
    Well, all modern operating systems can do this in theory at least ;-)

    If you're talking "analogous to power & telephone services", that means to be even resistant to hardware failures. Which means hot-swap disks and CPUs. Certainly Sun systems can do this, except maybe if you lose the drive with the root partition, but I'm not aware of Winderz machines which allow CPU swapping.

    Right now, my main Linux server is whining and rumbling like a banshee on testosterone, and it's not the power supply fan, so it must be the old 17 gig hard drive. So it looks like I'll have a few hours of downtime to get a new one in there.

    Hierarchical structures of information for system administration and decentralization of user activities. Not entirely sure what they mean by this...

    Sounds like NIS on steroids. Or maybe the Windoze Registry without the suckage, and distributed over multiple machines. Or better yet, NetInfo from NeXT/OS-X.

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  11. Re:MULTICS 2000 by RealUlli · · Score: 2
    Support for selective controlled information sharing.
    • Windows: Network Neighborhood ought to be enough for anybody!
    • Linux/UNIX/BSD: NFS, Coda, FTP, scp, etc...

    Nope, more likely something like the ACLs of NT...

    --
    Simple things should be simple, complex things should be possible.
  12. You mean the Canadians by ch-chuck · · Score: 2

    have been holding off a US invasion all this time with MULTICS??? How Embarassing....
    Wondering what is replaceing it.... Suddenly the invitation to Microsoft to move north of the border makes sense.

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  13. Re:Multics system at University of Calgary by Barbarian · · Score: 2

    I've never heard of one at U of C, but that's only since 1995.

    However, speaking of old systems, when I was in 2nd year engineering (1996), we had to do C programming on old DECstations running OSF. They finally replaced them in 1998 with RedHat 4.2 or something on P-233's, then switched to WinNT 4 in 1999 fall, then a year later switched back to Debian 2.2.whatever (same hardware all along).

    --

  14. Re:Multics system at University of Calgary by Chris+Tyler · · Score: 3

    Yes, the University of Calgary housed two Multics systems in the 80's: a 6-CPU system and a 1-CPU test system. The company that supported Multics after Honeywell (ACTC) was a spin-off from U of C.

    Multics (at UofC) was the first large system I used, and I have many fond memories of it. I attended the Shad Valley (technology + entrepreneurship) summer program in 1984 and spent hours absorbing 'everything Multics'. On-line manuals, pathnames, processes, e-mail, chatting, windowing systems (character-based) ... all very fascinating to a tech-hungry teenager.

    It's interesting to note that Multics underwent a development surge in the early 80's and despite the aging hardware design still had a number of sites at that point (Ford, Canadian defense, US DOD).

    I'm sad to see it go, though its time has come (without portability, it was doomed to die with the hardware). I remember touring the U of C computer room when a tech was on site, reportedly doubling the cache *width* while the system remained on-line (I presume he was taking one CPU offline at a time). The LED bargraph pads showing CPU utilization for each processor that were scattered around the room were quite impressive too :-)

  15. Re:MULTICS 2000 by miniver · · Score: 5

    I had the "opportunity" to work as a systems operator on *6* Multics systems, from 1986 to 1988. (Yes, I'm listed with Multicians.org.) Your interpretations of some of the goals of the Multics project is somewhat colored by modern technology. Let me explain what some of those goals meant to the Multicians, and why they still aren't met by modern operating systems:

    • Continuous operation analogous to power & telephone services
      This meant that the entire system was hot swappable: disk drives, CPUs, Memory units, IO units. Of course, your odds of the system surviving the addition or subtraction of any one of these were ... low. This was more a function of the hardware architecture than the OS, but most modern computers don't take this to the extremes of Multics. Since hardware is so cheap, it's much more effective to build redundant clusters with shared, redundant storagem where you add and subtract entire systems, instead of adding and subtracting components.
    • A wide range of system configurations, changeable without system or user program reorganization.
      This is the hot-swappable hardware thang again. You could add a CPU to a system without interrupting the processing on the rest of the system. System software updates were quite a different matter -- that generally required a system restart, and there were still "system" drives whose failure could cause the entire system to crash.
    • Support for selective controlled information sharing.
      This refers to classifying information, not filesystems. Multics could run with Classified, Secret, and Top-Secret information (and programs) all co-resident, and without a lower-classification program being able to access higher-classification information. No modern operating system works this way; the set of systems that replaced the Multics group that I worked on was *3* separate Unix networks, one for each security classification.
    • Hierarchical structures of information for system administration and decentralization of user activities.
      This refers to the traditional hierarchical file structure, with hierarchical user management thrown in for good measure. What CP/M and MS-DOS stole from Unix, Unix in turn stole from Multics.

    In general, Multics achieved its goals, though the cost was too high. More recent operating environments have judged the cost of some of those goals (primarily security) to be so unrealistic as to be completely undesirable. While I think that Multics aimed too high on some goals, I think that too many operating systems (including Linux) aim too low.


    Are you moderating this down because you disagree with it,
    --
    We call it art because we have names for the things we understand.
  16. Re:Longevity by miniver · · Score: 2

    You've got it turned around -- Unix is similar to Multics, since Multics came first -- but I'll take you seriously anyways:

    1. CPL: Command Procedure Language, better known as shell scripts.
    2. Device independent I/O.
    3. Hierarchical file systems.
    4. Most of the OS written in higher-level language (PL/I vs C). Though admittedly, calling C a higher level language is pushing it.
    5. Memory management (paging, memory-mapped files, etc.)
    6. On a more humorous note ...

    7. Both are user unfriendly
    8. Multics administrators like lusers even less than Unix administrators like them
    9. Terminal I/O is ugly because it was developed around the VT-100 and print terminals.
    10. mail is basically brain-dead.
    11. And, last but not least ...

    12. Emacs, which was ported to both Multics and Unix from ITS.

    On a historical note, Primos (the Pr1me Operating System), was a much more direct steal from Multics, down to implementing CPL exactly. I learned Primos years before I used Multics, and Multics was merely more difficult to administrate.


    Are you moderating this down because you disagree with it,
    --
    We call it art because we have names for the things we understand.
  17. Re:Museums by Krimsen · · Score: 3

    Here is one. (seems to be down at the moment)
    And here is another.

  18. The end of an OS by the_other_one · · Score: 3

    Multics was ahead of it's time. Now It's at the end of it's time. I hope that before I reach the end of my time, I read an article about the last Windows system reaching it's final blue screen.

    --
    134340: I am not a number. I am a free planet!
  19. Multics system at University of Calgary by Erazmus · · Score: 2

    I may be wrong, but I seem to recall a Multics system at U of Calgary (Alberta, Canada) when I was there around 1986. Can anyone confirm or Deny this?

  20. Re:Museums by mr_gerbik · · Score: 3

    Here are links to a couple of computer museums here in the US.

    The Computer Museum of America

    Compuseum

    -gerbik

  21. Re:Intro to Multics 101 by Goonie · · Score: 2
    Multics had a rather interesting approach to file I/O, IIRC - when you loaded a file, it got mapped straight in to virtual memory (the machine had a 48 bit address space back in the 1960's, so you could get away with stunts like this). Read/write was just a matter writes to memory!!

    Neat idea - but imagine the 32-bit address space crunch happening 20 years ago instead of now :)

    --

    Any sufficiently advanced technology is indistinguishable from a rigged demo
    --Andy Finkel (J. Klass?)
  22. MULTICS 2000 by micahjd · · Score: 3
    Looks to me like not only are these principles still applicable, but they're pretty integral parts of everybody's favorite OS:
    • Convenient remote terminal use
      Linux/BSD/UNIX: Check! telnet/ssh and X can make nearly everything network transparent
      Windows: Need an extra program like PCanywhere, and even then it's single user. (but isn't m$ fixing this in win2k?)
    • Continuous operation analogous to power & telephone services
      Well, all modern operating systems can do this in theory at least ;-)
    • A wide range of system configurations, changeable without system or user program reorganization.
      Windows: Only three reboots to install a sound card!
      Linux: Exchange anything but the kernel without rebooting
      Microkernels: 8-D
    • A highly reliable internal file system
      Windows: NTFS seems to be close enough for most people Linux: ext3 and reiserfs
    • Support for selective controlled information sharing.
      Windows: Network Neighborhood ought to be enough for anybody!
      Linux/UNIX/BSD: NFS, Coda, FTP, scp, etc...
    • Hierarchical structures of information for system administration and decentralization of user activities.
      Not entirely sure what they mean by this...
    • Support for a wide range of applications.
      Check.
    • Support for multiple programming environments & human interfaces
      Windows: IDEs, IDEs and more IDEs.
      Linux: Your choice of gcc,emacs,kdevelop,vi, or whatever else you find on freshmeat
    • The ability to evolve the system with changes in technology and in user aspirations.
      Open source!
    --
    -- 2 + 2 = 5, for very large values of 2
    1. Re:MULTICS 2000 by Megane · · Score: 2
      Well, I just opened up the box and it turned out to be the damn CPU fan.

      As for "old", well, that 17G drive cost me almost $300 when it was new! :)

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  23. Multics by Anonymous Coward · · Score: 2

    For those of you who don't know, Multics (Multiplexed Information and Computing Service) is a comprehensive, general-purpose programming system which is being developed as a research project. The initial Multics system will be implemented on the GE 645 computer. One of the overall design goals is to create a computing system which is capable of meeting almost all of the present and near-future requirements of a large computer utility. Such systems must run continuously and reliably 7 days a week, 24 hours a day in a way similar to telephone or power systems, and must be capable of meeting wide service demands: from multiple man-machine interaction to the sequential processing of absentee-user jobs; from the use of the system with dedicated languages and subsystems to the programming of the system itself; and from centralized bulk card, tape, and printer facilities to remotely located terminals. Such information processing and communication systems are believed to be essential for the future growth of computer use in business, in industry, in government and in scientific laboratories as well as stimulating applications which would be otherwise undone.

    Because the system must ultimately be comprehensive and able to adapt to unknown future requirements, its framework must be general, and capable of evolving with time. As brought out in the companion papers, this need for an evolutionary framework influences and contributes to much of the system design and is a major reason why most of the programming of the system will be done in the PL/I language. Because the PL/I language is largely machine-independent (e.g. data descriptions refer to logical items, not physical words), the system should also be. Specifically, it is hoped that future hardware improvements will not make system and user programs obsolete and that implementation of the entire system on other suitable computers will require only a moderate amount of additional programming.

  24. Re:Multics: Security Thru Obsolescence by Christopher+B.+Brown · · Score: 2

    Oh, you couldn't imagine that the Dockmaster shutdown in 1998 was faintly related to the fact that the machine was 14 years old, with hardware replacements prohibitively expensive and difficult to get?

    --
    If you're not part of the solution, you're part of the precipitate.
  25. next week or next year? by QuantumG · · Score: 2

    Personally I'm hoping for next Tuesday to be the dooms day for Windows.

    --
    How we know is more important than what we know.
  26. Re:Museums by Croaker · · Score: 2

    Wow... I had heard that they merged with the Museum of Science (which, in itself, is a great insitution). It's sad that it does not, in fact, exist anymore.

    Back about 10 years ago, it really was a geek's museum. They had chunks of Whirlwind sitting around, with an original console. There was another section (perhaps of Whirlwind, perhaps of another acient computer) where you walked through racks and racks of vacuum tubes.

    They also had demonstrations of core memory, and the infamous tinkertoy computer.

    More recently, they seemed to focus on kids, and explaining how a modern PC worked. This seemed like a losing battle, since obviously their monster "walk through" computer became out of date. And, anyhow, I suspect that fewer kids were really interested in what went on inside the box (and those that were would rather simply disassemble the family computer than push a bumper-car sized mouse around). They tried to demonstrate neat uses of computers but... well, all of their stuff was behind the times. Why go to a museum to learn about computer graphics when your family desktop puts out kickin' Q3 frame rates?

    The last time I went there, I didn't see much about computer history, per se. I remember a display they had of early PCs (including, I believe, an Apple 1). That was a kick, especially since I owned one of the ones in the display (an Osborne CP/M machine).

  27. Re:Sorry to see it go by mihalis · · Score: 2
    Hopefully the legacy found in Unix and to a larger degree in Domain/OS (anyone else remember Apollo?) will live on.

    Yes, I worked on Apollo workstations in the 80s at Birmingham University in England. They were effing fantastic for their time. The group I worked for would do large non-linear finite element analysis of plastic deformation (e.g. forged con-rods) using parallel fortran jobs spread across all the workstation cpus on the network. Although this was slow, it was still much faster than submitting the jobs to the University computer centre which was running, yes, you guessed it, MULTICS!

    Last time I talked to my old supervisor they had transitioned OSes as follows

    MULTICS->DOMAIN/OS->Irix->Linux

    He seemed to be quite pleased they had skipped the Windows phase entirely.

  28. Re:Longevity by miniver · · Score: 2
    What's interesting is that Bull (?), the company that owns the rights to the source code, never wanted to release the source code because they claimed they had to "continue to support the few remaining Multics systems in existence" -- they can't possibly be doing this now, so give us the damn source! ;-)

    The source won't do you a lot of good; it's all written in PL/I and ALM (Assembly Language for Multics) on a machine with a 9-bit byte and a 36-bit word.

    In any case, after 35+ years of development, I *don't* want to see how much cruft has accumulated. There are things Man Was Not Meant To Know -- that's one of them.


    Are you moderating this down because you disagree with it,
    --
    We call it art because we have names for the things we understand.
  29. Not much has changed by QuantumG · · Score: 2

    I have often wondered why we so stubbornly worked so hard to make the system survive. My own take on it is that we were young and wanted to make a dent in the psyche of the industry which in those bad old days was incredibly shortsighted. And I think we did.

    Heh.

    --
    How we know is more important than what we know.
  30. Intro to Multics 101 by matroid · · Score: 3
    For those of you who have no idea what Multics is, here's a brief summary from www.multicians.org:
    Multics (Multiplexed Information and Computing Service) is a timesharing operating system begun in 1965 and used until 2000. The system was started as a joint project by MIT's Project MAC, Bell Telephone Laboratories, and General Electric Company's Large Computer Products Division. Prof. Fernando J. Corbató of MIT led the project. Bell Labs withdrew from the development effort in 1969, and in 1970 GE sold its computer business to Honeywell, which offered Multics as a commercial product and sold a few dozen systems.

    It had TONS and TONS of features (look here for a list), but unfortunately it took too long to implement, and when these features were finally implemented, the resulting OS was so damn slow nobody wanted to use it. Consequently it was canned.

    Fortunately for us, Dennis Richie and Ken Thompson decided to pare down some of the features and create a version of "Multics without the balls." Thus Unix was born (the name being a pun on "Multics").

    And we all lived happily ever after!!

  31. Sorry to see it go by DrLlama · · Score: 2
    I went to University at the University of Calgary and worked for a time at ACTC, both names familiar to Multicians. Multics was in many ways decades before its time. Even though you had to program in PL/1, the sheer elegance of the system was a wonder to behold.

    Hopefully the legacy found in Unix and to a larger degree in Domain/OS (anyone else remember Apollo?) will live on.

    --
    Who, me?
  32. woah, impressive code! by segmond · · Score: 2

    I looked at the sorce code these guys wrote in PL/1 in the 70's and early 80's and to my surprise, they docuemented clear, I expected there code to be massive pile of shit with no comments but I was already, I am also very impressed that they wrote 3000 pages of specs before starting the implementation.
    Checkout for some source. http://www.multicians.org/multics-source.html

    --
    ------ Curiosity killed the cat. {satisfaction brought it back | it didn't die ignorant | lack of it is killing mankind