The Last Multics System Decommissioned 77
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.
Re:Multics system at University of Calgary (Score:1)
Sigh (Score:3)
Re:Intro to Multics 101 (Score:2)
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,
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.
Multics isn't dead yet... (Score:2)
ICQ# : 30269588
"I used to be an idealist, but I got mugged by reality."
Re:Intro to Multics 101 (Score:3)
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.
--
that's hilarious (Score:1)
Perhaps it went onto one of our naval vessels, and collapsed some poor rusted out deck. What a sad end to a noble operating system!
Re:So what are the possibilities.. (Score:1)
From the Multicians History (Score:2)
Ahhh, isn't it nice to see that while the dominant OS may change, some things always remain the same?
Re:Longevity (Score:1)
Apollo (Score:1)
WS_FTP (Score:1)
Longest Lasting O/S thus far? (Score:2)
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
Re:Sorry to see it go (Score:1)
Actually, I don't begrudge the millitary for getting new helicopters. They are really needed.
Re:Intro to Multics 101 (Score:2)
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. :-)
--
Re:Sorry to see it go (Score:1)
That was a nice OS. And the apollo's amazingly quick for what they were (68030's, as I recall).
-- And let there be light... so he fluffed the light spell
Farewell, Multics (Score:1)
I gained a new respect for the achievements of the Multics team, and I know today my former coworker and friend would be very unhappy to learn of this news. It really is the end of an era, and we have a lot to thank for what was learned as a result of it.
Multics emulation (Score:2)
Some of the Multicians should do this, just so it's not forgotten. It's still one of the most secure operating systems around.
A couple of comments (Score:1)
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
Well I take this to mean 'hot plug' (since dorking with the system/modules is 'system reorganization') which as far as I'm aware linux doesn't support but Win 2k [compaq.com] if your HW supports it, AIX [ibm.com], and Solaris [sun.com] do.
Hierarchical structures of information for system administration and decentralization of user activities. Not entirely sure what they mean by this...
I think they mean NDS [novell.com], Active Directory (which is basically LDAP with a bunch of support) and of course LDAP if you are willing to spend the time to get it to support all the cool stuff NDS does .
I was a Multics user many moons ago. (Score:2)
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
----
Re:Longest Lasting O/S thus far? (Score:1)
However, even though some of the Fortran and MASM source still used in production dates from 1966 and 1967, the operating system itself is much newer (less than a year old). It's been refined over time, and the hardware and OS isn't the same as it was. It just maintains an extremely high level of compatibility with older software, and as far as the application is concerned it's still running on a UNIVAC 1108.
--
-Rich (OS/2, Linux, BeOS, Mac, NT, Win95, Solaris, FreeBSD, and OS2200 user in Bloomington MN)
old farts (Score:1)
Re:Sorry to see it go (Score:1)
Re:Hmm (Score:1)
Multics: Security Thru Obsolescence (Score:1)
http://www.iretro.com [iretro.com]
Re:MULTICS 2000 (Score:2)
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.
Re:MULTICS 2000 (Score:2)
Nope, more likely something like the ACLs of NT...
You mean the Canadians (Score:2)
Wondering what is replaceing it.... Suddenly the invitation to Microsoft to move north of the border makes sense.
Re:Multics system at University of Calgary (Score:2)
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).
--
Re:Multics system at University of Calgary (Score:3)
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)
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
Canadian Dept. Of Defence (Score:1)
Info about said devices is available here [geocities.com].
Karma karma karma karma karmeleon: it comes and goes, it comes and goes.
Re:Intro to Multics 101 (Score:1)
From the Multics Glossary [multicians.org] entry on virtual memory:
I take this to mean that Multics had no read(2) or write(2)... from the application-writer's point of view, the equivalent to these system calls was simple memory access.
Presenting this analogy to programmers as their primary means of file access is different from using such tricks down at a level where (theoretically) no one except kernel programmers needs to know ahout them.
It shows a completely different point of view... instead of "everything is a file", the MULTICS way seems to be "everything is core".
Re:MULTICS 2000 (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:
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
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.
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.
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,
Re:MULTICS 2000 (Score:1)
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.
I have a problem with OLD beging used for the label of a 17 gig hard drive. Possibly you could describe an old CDC Wren III 300 Meg drive as old (I still have one in service), but by no stretch of the imagination could I imagine a 17 gig drive as old. Especially interesting considering the topic we are under.
Re:Longest Lasting O/S thus far? (Score:4)
Museums (Score:1)
*sings* (Score:1)
So what are the possibilities.. (Score:1)
Re:Longevity (Score:2)
You've got it turned around -- Unix is similar to Multics, since Multics came first -- but I'll take you seriously anyways:
On a more humorous note ...
And, last but not least ...
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,
Longevity (Score:1)
Re:You mean the Canadians (Score:1)
1) Our mighty Multics system at U of C. (Hello, Shadlings)
2) A board with spike in it.
3) Alan Thicke.
Our latest strategy is letting our economy fall so far behind the US that there will be nothing left worth invading over.
Re:Museums (Score:3)
And here [obsoleteco...museum.org] is another.
history (Score:1)
The end of an OS (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.
Multics system at University of Calgary (Score:2)
Re:Museums (Score:3)
The Computer Museum of America [computer-museum.org]
Compuseum [compustory.com]
-gerbik
Re:Intro to Multics 101 (Score:2)
Neat idea - but imagine the 32-bit address space crunch happening 20 years ago instead of now :)
Re:Sorry to see it go (Score:1)
MULTICS 2000 (Score:3)
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?)
Well, all modern operating systems can do this in theory at least
Windows: Only three reboots to install a sound card!
Linux: Exchange anything but the kernel without rebooting
Microkernels: 8-D
Windows: NTFS seems to be close enough for most people Linux: ext3 and reiserfs
Windows: Network Neighborhood ought to be enough for anybody!
Linux/UNIX/BSD: NFS, Coda, FTP, scp, etc...
Not entirely sure what they mean by this...
Check.
Windows: IDEs, IDEs and more IDEs.
Linux: Your choice of gcc,emacs,kdevelop,vi, or whatever else you find on freshmeat
Open source!
Re:Museums (Score:1)
It even has one of those trippy one legged robot that hopes around like it's in an ass-kicking competition.
Re:MULTICS 2000 (Score:1)
I'm not sure ext3 counts as being highly reliable yet© In fact last time I checked it was still alpha code©
Multics (Score:2)
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.
Re:MULTICS 2000 (Score:1)
Perhaps even Multi-Level Security and Mandatory Access Control - after all, Bell and LaPadula explained their MAC/MLS model with a Multics interpretation. This is what led on to the TCSEC (Orange Book) B1 and above classes.
Re:Multics: Security Thru Obsolescence (Score:2)
Re:Multics isn't dead yet... (Score:2)
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...
Re:Intro to Multics 101 (Score:1)
Take a look at the way multics handled dynamic linking [multicians.org]. Calling a non-existant symbol caused the process to suspend. Someone could write a replacement for the missing subroutine and resume the process.
Multics had a hierarchical administration system, unix has sudo(1).
Multics was designed for large systems. Unix was designed for small systems and grew large.
next week or next year? (Score:2)
Re:Museums (Score:2)
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).
Re:Sorry to see it go (Score:2)
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.
Re:Longevity (Score:2)
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,
Re:Intro to Multics 101 (Score:1)
I will say, that the I/O speed impressed me!
(P.S. I used Multics at the U.S. Geological Survey arouund 1980. It was a fun machine.)
Re:I was a Multics user many moons ago. (Score:1)
The billing system sure could be a pain sometimes, I remember taking a class where we would only get $15 a week in CPU time. And, in one class we learned about MACSYMA, so I just had to see what PI to million places looked like. The job ran for a week in the background...got killed when it exceeded the absolute CPU limit, but not before it burned through $150+ of CPU time I didn't have. The prof couldn't understand why I couldn't log in even after advancing me all the credit for the course.
Later I had a textprocessing account where CPU time was unlimited, but we were charged based on output....different rates for different queues (printers/media, etc). Well, along the way, I was playing around with postscript and queued a job that crashed....got no output....but also consumed a large negative amount of cash. Suddenly meant I had unlimited printing funds 8-) That was nice being able to print huge manuals and/or sourcecode listings of software from the net for nothing.
I'll credit this event as having a significant influence on my programming background. Suddenly being able to print listings of large programs, gave me plenty of reading material to learn from....even when I didn't have access to a terminal, plus when I did have terminal access I spent most of my time reading forums or Usenet.
If I had known that Halifax was still running a Multics system, maybe I would've put in for a transfer to Halifax rather then getting downsized in Medicine Hat (ended up moving east anyways 8-) They had a Honeywell at DRES, but it wasn't Multics....that machine would die all the time, at least it did until they took it off of maintenance and waited for it to die before taking it out of service. Then it ran practically forever....
Of course, I probably would've never have gotten access to the Multics box in Halifax.
Hmmm, forums and chatting on Multics....I had forgotten how nice that was. Kind of interesting being that I work for a collaboration software company now.
Re:MULTICS 2000 (Score:2)
As for "old", well, that 17G drive cost me almost $300 when it was new! :)
Re:Multics system at University of Calgary (Score:1)
I was a student at U of C between 82 and 87 and I have a lot of memories (good and bad) about the Multics system. My first programming course in FORTRAN used the Multics system. I remember how slow the system responded when it seemed liked everyone logged on and trying to finish their assignements. There was none of these candy-assed GUI's to make things 'easier'! You had to type those commands, dammit!
Not much has changed (Score:2)
Heh.
Re:Sigh (Score:1)
Re:MULTICS 2000 (Score:1)
How do you implement, for example, access to a certain directory for multiple *groups*, which might be rather largish? In NT, i just add the respective groups to the access list, in Linux I ??? (I hate to admit it, but there seems to be a point for NT... %-()
Regards, Ulli
Intro to Multics 101 (Score:3)
It had TONS and TONS of features (look here [multicians.org] 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!!
Sorry to see it go (Score:2)
Hopefully the legacy found in Unix and to a larger degree in Domain/OS (anyone else remember Apollo?) will live on.
Re:Museums (Score:1)
Re:Museums (Score:1)
Re:Sigh (Score:4)
woah, impressive code! (Score:2)
Checkout for some source. http://www.multicians.org/multics-source.html
Re:MULTICS 2000 (Score:1)
There may be good reason for that... I was wringing Google looking for a place to get real TTYs when I found this thingy about Multics covert channels [multicians.org]. It was in /. in March [slashdot.org]. Sounds to me like separate machines is a solution, not some kind of OS shortcoming.
Re:Multics system at University of Calgary (Score:1)
I think I first accessed the Internet on that system.
Intresting... an old OS that is still was in use! (Score:1)
I can draw three of morals from this:
1) A good overall design never grows old. Not to mention excellent foresight by its desginers. These ideas that the Multics archatecs have thought of are still the model of a good server/client OS.
2) A good overall design is built to last! If the Canadians just took out a Multics system last month, there must of been a reason why it was still in commission for this long of time. Most certainly it could be argued that it was because there wasn't funding... maybe, but that's aside from this point. If it works, why fix it?
3) If Bill Gates didn't drop out of college in the 1970s, and actually studied a Multics or an UNIX system... maybe his OS would be good? Or was it inevitable?
Re:MULTICS 2000 (Score:1)
I've run ACL's on NT and UNIX. UNIX's system is both simple and flexible - NT's is just nightmareish.
Computer Museum (Score:1)
hope this helps