Slashdot Mirror


HP Discontinue OpenVMS

simpz writes "The register is reporting that 'the ancient but trustworthy server operating system' OpenVMS has been discontinued. From the article: 'HP never really promoted its acquisition and OpenVMS suffered from a lack of development compared to HP-UX, itself suffering from competition from Linux. It was only a matter of time, but it's a sad end. Many of its old-time fans, your correspondent included, cherished a hope HP would move it to x86-64 – but since development moved to India in 2009, OpenVMS has been living on borrowed time. Now, it's run out.'"

238 comments

  1. When will it be open-sourced? by Erbo · · Score: 4, Insightful

    There might be a few insights in that old code worth preserving...

    --
    Be who you are...and be it in style!
    1. Re:When will it be open-sourced? by mrr · · Score: 4, Insightful

      HP already put those into a new product: http://h17007.www1.hp.com/us/en/enterprise/servers/management/insight-control/index.aspx

    2. Re: When will it be open-sourced? by Anonymous Coward · · Score: 2, Insightful

      Yeah, R.I.P. to he best OS ever... This makes me sad...

    3. Re:When will it be open-sourced? by msauve · · Score: 2

      "There might be a few insights in that old code worth preserving..."

      Just look to Windows. Just as IBM(rot -1) = HAL, VMS(rot 1) = WNT. VMS and Windows NT were both developed by Dave Cutler (who hated UNIX).

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    4. Re:When will it be open-sourced? by Anonymous Coward · · Score: 3, Informative

      I wonder too. Perhaps some of "Open"VMS can be ported into FreeVMS.
      http://en.wikipedia.org/wiki/FreeVMS

    5. Re:When will it be open-sourced? by maxwell+demon · · Score: 1

      Hmmm ... HAL ultimately killed all people who relied on it. What does it tell us about WNT? ;-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    6. Re:When will it be open-sourced? by ebno-10db · · Score: 5, Insightful

      Just look to Windows. Just as IBM(rot -1) = HAL, VMS(rot 1) = WNT. VMS and Windows NT were both developed by Dave Cutler (who hated UNIX).

      The original Windows NT (3.51?) was a pretty good OS. After the first release though it became Microsoftized. I don't know what Cutler's involvement with that was. However, the real beauty of VMS wasn't so much it's architecture (though that had a lot of good points) but the incredible quality of DEC's implementation. Bugs were for the competition.

      "Cutler hated Unix" probably sounds like Neanderthal blasphemy to most Slahsdotters, but there were plenty of reasons to hate Unix in the 80's. The big split (AT&T vs. BSD style), numerous other incompatibilities (later overcome to a large extent by GNU utilities), horribly inefficient, bad security even for (largely) pre-Internet days, and practically non-existent documentation. Take it from an old fart who was there - any Unix of the last 15-20 years is definitely not your father's Unix.

    7. Re:When will it be open-sourced? by Anonymous Coward · · Score: 0

      It/he didn't kill David Bowman. He could potentially have returned the Discovery to Earth orbit. He and Frank Poole had already discussed continuing with a disconnected HAL-9000

    8. Re: When will it be open-sourced? by Anonymous Coward · · Score: 0

      Why can't HP open-source the OS now?

    9. Re:When will it be open-sourced? by Anonymous Coward · · Score: 0

      Exactly. Back then the phrase "Unix security" was a joke not a positive attribute.

    10. Re:When will it be open-sourced? by el+borak · · Score: 3, Interesting

      However, the real beauty of VMS wasn't so much it's architecture (though that had a lot of good points) but the incredible quality of DEC's implementation. Bugs were for the competition.

      While I used VMS extensively and liked it in many ways, this is just silly.

      When VMS 4.0 was released (the first version to include DCL command line editing), we had some unexplained crashes in our cluster. We eventually tracked it down to a bug in the command line editor (yes, it ran at least partially in kernel space). We had a local "competition" to see who could find the shortest number of keystrokes that would crash the system. The winner: 4. Yes, you could crash VMS 4.0 by getting an unprivileged command prompt and typing 4 characters (didn't even need to hit RETURN).

      The bug was fixed in 4.1.

      --
      An imperfect plan executed violently is far superior to a perfect plan. -- George Patton
    11. Re:When will it be open-sourced? by DamnStupidElf · · Score: 1

      Windows XP's csrss.exe had a similar feature, triggerable from cmd.exe. If the cursor was on the top row of the terminal and then a tab (0x09) and enough backspace (0x08) characters were emitted the cursor would fail a bounds check and bluescreen the system.

    12. Re:When will it be open-sourced? by ebno-10db · · Score: 3, Interesting

      IIRC 4.0 was a turkey. We waited until 4.1 because word had quickly gotten out about 4.0. Undoubtedly I exaggerate due to my nostalgic haze, but while DEC occasionally screwed up (e.g. 4.0) it was overall a very reliable OS. Certainly way better than any *nix variety of the day that I had the displeasure to work with.

    13. Re:When will it be open-sourced? by Anonymous Coward · · Score: 0

      Microsoftized isn't a real word - I think you mean it was Microsoftened.

    14. Re: When will it be open-sourced? by Anonymous Coward · · Score: 0

      With what oxygen would he have survived on? HAL released it all. He had the suit and after that, nothing.

    15. Re:When will it be open-sourced? by Trailer+Trash · · Score: 3, Interesting

      DCL didn't run in kernel space, it ran as supervisor code (the four levels were user, supervisor, exec, and kernel). DCL sat above the stack in the user's address space (the user had two address spaces) so when it ran a command the command code was loaded into the regular user heap and executed without starting a new process. The command would just "return" at the end and you'd be back to the command interpreter.

      Anyway, if you could crash the whole system with DCL the problem was likely in QIO, not in DCL.

    16. Re:When will it be open-sourced? by Trailer+Trash · · Score: 0

      "Cutler hated Unix" probably sounds like Neanderthal blasphemy to most Slahsdotters, but there were plenty of reasons to hate Unix in the 80's. The big split (AT&T vs. BSD style), numerous other incompatibilities (later overcome to a large extent by GNU utilities), horribly inefficient, bad security even for (largely) pre-Internet days, and practically non-existent documentation. Take it from an old fart who was there - any Unix of the last 15-20 years is definitely not your father's Unix.

      Unix was awful when I first started using it. I used a BSD system in the late 80s and, just, wow.

      Not to bore you, but I'll give one example. Processes were tied to a terminal, not a parent. Here's now this was important. People coming from DOS would think that ctrl-z was used to exit a program and, in fact, it seemed to do just that. So whenever we would log in the first thing we'd do is "fg". Typically there was a mail program that had been suspended and tied to our terminal. After getting into mail we would do a "!s" and get a new shell as the dupe who had left mail running in the background. That worked probably 90% of the time I logged in.

      Find an old copy of "The Unix-Haters Handbook" and read through it. It was awful.

      Of course, VMS had its moments, also, but I'll save those for another day.

    17. Re:When will it be open-sourced? by Anonymous Coward · · Score: 1

      Processes were tied to a terminal, not a parent.

      Processes have both parent and controlling terminal (sometimes only one of those or neither). This was always the case, and still is.

      People coming from DOS would think that ctrl-z was used to exit a program and, in fact, it seemed to do just that.

      This is not a problem with Unix, it's a problem with stupid people. You can do the same in a terminal on a Linux (or MacOS, or Android) system now.

      Find an old copy of "The Unix-Haters Handbook" and read through it. It was awful.

      Yes, that book was, and remains, awful.

    18. Re:When will it be open-sourced? by simishag · · Score: 3, Interesting

      It's been a while since I read it, but "Showstopper" is a pretty good history of Cutler & Windows NT: http://www.amazon.com/Showstopper-Breakneck-Windows-Generation-Microsoft/dp/0759285780/ref=sr_1_6?ie=UTF8&qid=1370920903&sr=8-6&keywords=showstopper

    19. Re:When will it be open-sourced? by Darinbob · · Score: 3, Informative

      I've seen VMS source code. It is not pretty stuff.

    20. Re:When will it be open-sourced? by Darinbob · · Score: 3, Interesting

      The real big difference I felt between Unix and VMS was the orientation. VMS was fully intended to be what we'd today call an enterprise system. It was for corporate office to run as a server, for database management, for batch processing, etc. Unix was oriented towards small departmental computing. Late 80s had Unix growing up a bit more but it still had a much looser feel to it whereas VMS felt like you needed a suit and tie. At that time too Unix was pretty efficient, it really depended on what you were doing though; lots of users or heavy duty I/O and VMS tended to win, whereas few users and Unix felt more responsive. Unix was also always more open; cheaper, more third party applications, free development tools, etc. It changed in early 90s though when Unix got that corporate feel and all the big players wanted a piece of the pie and started splitting into factions.

    21. Re:When will it be open-sourced? by red+crab · · Score: 1
      I wish had points to mod you down - for saying that Windows 3.51 was a pretty good OS. You never really tried to make it work as a domain controller (or whatever it was called at that release, i don't recall), or tried to make it to work as a gateway or went deep under the registry tree to tweak key value, to just make a replacement hard drive work?

      NT promised to be a riddance from Unix which it never quite was - more like an attempt to mount a truck body on a car chassis. And that pathetic attempt continues to this day, with Windows 2008.

    22. Re:When will it be open-sourced? by NotSanguine · · Score: 2

      ...However, the real beauty of VMS wasn't so much it's architecture...

      One of the questions that comes up all the time is: How enthusiastic is our support for UNIX? Unix was written on our machines and for our machines many years ago. Today, much of UNIX being done is done on our machines. Ten percent of our VAXs are going for UNIX use. UNIX is a simple language, easy to understand, easy to get started with. It's great for students, great for somewhat casual users, and it's great for interchanging programs between different machines. And so, because of its popularity in these markets, we support it. We have good UNIX on VAX and good UNIX on PDP-11s. It is our belief, however, that serious professional users will run out of things they can do with UNIX. They'll want a real system and will end up doing VMS when they get to be serious about programming. With UNIX, if you're looking for something, you can easily and quickly check that small manual and find out that it's not there. With VMS, no matter what you look for -- it's literally a five-foot shelf of documentation -- if you look long enough it's there. That's the difference -- the beauty of UNIX is it's simple; and the beauty of VMS is that it's all there. -- Ken Olsen, president of DEC, DECWORLD Vol. 8 No. 5, 1984 [It's been argued that the beauty of UNIX is the same as the beauty of Ken Olsen's brain. Ed.]

      --
      No, no, you're not thinking; you're just being logical. --Niels Bohr
    23. Re:When will it be open-sourced? by Eg0r · · Score: 1

      > The original Windows NT (3.51?) was a pretty good OS.

      I don't disagree, but there were at least a couple of versions of NT before that. Namely (that I remember of) 3.5 and 3.1 before, which I was using around 94-95.

      --
      "Hasta la victoria siempre!" El Comandante
    24. Re:When will it be open-sourced? by cusco · · Score: 1

      Cut my enterprise teeth on NT 3.51, I always like it. The interface was an easy conversion for users from Windows 3.11, the backend was stable, the Resource Kit gave me more tools than I needed. The PDC/BDC setup was kind of hokey, but what was the alternative? Banyan Vines? LanTastic?

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    25. Re:When will it be open-sourced? by FaxeTheCat · · Score: 1

      When I started out on VMS, the source code was included on microfiche. Never bothered to look at it though...
      Wonder how many fiches would be needed for the current OS'es? Pretty big box, I would think...

    26. Re:When will it be open-sourced? by Askmum · · Score: 2

      I experienced some crashes too with VMS. I don't remember te version, but this was around 1999-2000. The console was running X and logging out of X made the machine crash. Every time. The only way to avoid it was to log in to a single shell from the X-Windows login prompt.
      Because that was not really a stable solution and X on the console was useless anyway, we decided to disable X. Which led to all our programmers not being able to link any console program anymore. For some reason, disabling X on the console put some libraries out of play that console-programs needed.

      No, I was not impressed by VMS and even less by Dec/Digital/HP in their hardware implementation. At one point we had a GS160 because it was a bigger project that we thought could not be handled anymore by two fully loaded ES40's. The GS160 turned out to be just a cabinet that could hold 4 ES40's, one of which was solely tasked with the communication of all 4.
      Added to that the horrendous filesystem. We did a lot of logging in our applications which slowed down the machines so much that we decided to move a few heavy logging apps to a then-current single CPU Pentium-III with IDE drive. That alone lifted all the load of the machine.
      No, by that time was already clear to us that VMS and the Alpha was EOL for us and we moved to Windows and Intel.
      The only big plus of VMS was the seamless clustering.

    27. Re:When will it be open-sourced? by Anonymous Coward · · Score: 0

      i perceived it more as hating almost all unix vendors for reasons like $ 3.600 per seat without providing a compiler, (t)roff and so on. it was a good thing to see rms doing this "free software" thing that provided neat drop-ins for crappy implementations of various unix utilities.

    28. Re:When will it be open-sourced? by Marillion · · Score: 1

      Reminds me of my favourite VMS source code joke: Bliss is ignorance.

      --
      This is a boring sig
    29. Re:When will it be open-sourced? by Darinbob · · Score: 1

      Yes, I used the microfiche when I read the code.

    30. Re: When will it be open-sourced? by tlambert · · Score: 1

      Why can't HP open-source the OS now?

      They could, but then no one would buy the stuff they want to replace it with. This is likely a way for them to remonetize the existing VMS customer base, who isn't upgrading at this point because It Just Works(tm), and who isn't buying new hardware because It's Sufficient(tm).

      This is the same problem Microsoft Windows XP are posing for Microsoft.

    31. Re:When will it be open-sourced? by dbIII · · Score: 1

      There are many differences. It's like asking the UK Royal Mint about gravity just because Newton devised modern coinage there.

    32. Re:When will it be open-sourced? by Anonymous Coward · · Score: 0

      , and practically non-existent documentation. Take it from an old fart who was there

      why should I believe you?

      I have here both unix version 7 (~1980) running on simh/pdp11 and openvms 7.3 on simh/vax.

      I don't think the latter is better documented; unix has detailed manpages for all commands (unlike any recent linux distro), and I can grep through them!

      As to vms, the only non-frustrating way to find anything in the vms documentation seems to be to google it.

    33. Re:When will it be open-sourced? by dbIII · · Score: 1

      True. The relatively good security of *nix now comes from the many changes made over the years to keep undergraduates from taking full control of systems. The poor security in MS products for many years comes from not learning from those lessons and being very reluctant to deal with security issues in general for many years, until it was too late to save us from the current malware swamp. It comes down to caring enough to do something about it - which is why a poor initial design has eventually produced a secure OS and a much better initial design stagnated and was made insecure with corner cutting. I still cannot believe such astonishing fuckups as letting arbitrary code embedded in images not only run but potentially access anything on the system (eg. format the disk when you try to view an image file) - Cutler and all the others involved in devising NT would have fought that one hard if they were still at MS.

    34. Re:When will it be open-sourced? by msauve · · Score: 1

      I imagine the Royal Mint is very good at weighing things using gravity.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    35. Re:When will it be open-sourced? by dbIII · · Score: 1

      Misunderstanding an analogy and arguing about it is pointless when the issue is that VMS and WinNT are very dissimilar - filesystem, security model, shell, documentation - the list of differences is very long indeed and it's hard to come up with anything in common apart from an author's name on the source code. That's why the analogy was so dismissive. It's a way to get the message across without being insulting and pointing out that you don't have the least fucking clue what you are writing about.

    36. Re: When will it be open-sourced? by Anonymous Coward · · Score: 0

      The oxygen was released after HAL killed Poole.

    37. Re:When will it be open-sourced? by Walter+White · · Score: 1

      Ummm. No.

      Dave Cutler moved from DEC (Digital Equipment Corporation) to MSFT to help manage the development of NT which at the time was a derivative of OS/2. At one point it was named NT OS/2. It did not serve MSFT to retain the OS/2 moniker though much of the code lived on. Early NT error messages identified the OS as OS/2. Little or none probably remains today, but that's where NT came from.

      In any case, NT and VMS were as similar as apples and oranges.

      That's my recollection. Hard to find citations though other than to point out that Dave Cutler was project manager for NT which was well under way on his arrival.

    38. Re:When will it be open-sourced? by msauve · · Score: 1

      Whoosh, clueless fucker. HAL wasn't an IBM 360, either.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    39. Re:When will it be open-sourced? by guygo · · Score: 1

      automatic file versions (the ";n" after each filename) were a great boon to developers. I wish NTFS had picked up on that.

    40. Re:When will it be open-sourced? by Medievalist · · Score: 1

      Can you read BLISS source?

    41. Re:When will it be open-sourced? by Anonymous Coward · · Score: 0

      Cutler did the file system for Windows. NTFS.
      Renee

    42. Re:When will it be open-sourced? by Anonymous Coward · · Score: 0

      You know it's funny. I worked for DEC and used VMS 4.0 constantly and never saw it crash or have a error.
      Renee

    43. Re:When will it be open-sourced? by Anonymous Coward · · Score: 0

      Yes!

    44. Re:When will it be open-sourced? by unixisc · · Score: 1

      Actually, once HPQ discontinued the Alpha, it didn't really make sense not to EOL VMS/OVMS. After all, by then, the main value in that OS was its installed base, which was purely either VAXen or Alphas. If customers were going to migrate out of that, they might have done it all the way, to something from IBM, if not one of the Unixes.

      So now, the Itanic is purely an HP/UX only platform, aside from any vestiges of Debian, FBSD or remnants of RHEL/SGI that there may be laying around.

    45. Re:When will it be open-sourced? by Erbo · · Score: 1
      The original WinNT was 3.1. I was writing code on it as early as the July 1992 Preliminary SDK. (The company I was working for at the time was porting our product for Windows 3.1 to OS/2 2.0, which I had been working on since beta, and I was well along in that effort when I got a request, "can we port it to this new Windows NT thing as well?" It turned out to be not as difficult as you might think. Making the same code build across Win16, Win32 and OS/2, now, that was hard.)

      The basic architecture was outlined in a book that MS published, Inside Windows NT by Helen Custer. It was actually a fairly clean semi-microkernel design in those days. At least, it was, until M$ started breaking encapsulation and moving more stuff into the kernel (WIN32K.SYS anyone?) to meet performance goals.

      --
      Be who you are...and be it in style!
    46. Re: When will it be open-sourced? by turbidostato · · Score: 1

      It just makes sense. It's much more difficult to type 4.1 characters on an unprivileged console.

    47. Re:When will it be open-sourced? by unixisc · · Score: 1

      It would be nice if they did, so those surviving Alpha installations can have an OS upgrade path until they croak, or their owners decided to shop for new equipment.

    48. Re:When will it be open-sourced? by persicom · · Score: 1

      Take it from an old fart who was there - any Unix of the last 15-20 years is definitely not your father's Unix.

      It's not ANY UNIX - It's Linux. :-)

  2. Mistake India by Anonymous Coward · · Score: 0

    Of fsck. India ?

    1. Re:Mistake India by ebno-10db · · Score: 0

      Of fsck. India ?

      The real beauty of VMS was the incredible quality of its DEC implementation, so if they shipped it to India I'm glad it was euthanized.

    2. Re:Mistake India by unixisc · · Score: 1

      DEC had an Indian subsidiary from the very beginning called DEIL (Digital Equipment India Ltd) which used to sell and service DEC equipment in India. DEC did not outsource anything there - it was just their Indian sales & services branch. By the time offshoring became commonplace, DEC was already gobbled by Compaq, so the issue was moot by then. India was never an incubator for VMS - in the old days, SCO Unix & SunOS was pretty big there, and later, Microsoft

  3. no by Anonymous Coward · · Score: 0

    noooooo

    1. Re:no by isopropanol · · Score: 4, Funny

      Indeed, what will their customer use now?

    2. Re:no by Anonymous Coward · · Score: 0

      They "upgrade" to AIX or Plan9.

    3. Re:no by lister+king+of+smeg · · Score: 1

      probably some flavor of linux (redhat , oracle, suse, ubuntu...) possibly Solaris, AIX, Free/Open/Net BSD, HPUX, worst case Windows Server 2012.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    4. Re: no by Anonymous Coward · · Score: 0

      I haver never once (since 1988) seen a VMS machine fail due to a software failure... I wish I could say the same for the OSs you mention (solaris, im lookin at you)

    5. Re:no by Tore+S+B · · Score: 1

      VMS had quite a few customers, but much like z/OS, they tend to be in use with systems that you don't notice until they fail - which means, you very rarely notice them. Banks, stock exchanges, power utilities, that sort of thing.

      --
      toresbe
    6. Re: no by maxwell+demon · · Score: 2

      And they certainly knew their history:

      http://h71000.www7.hp.com/openvms/products/year-2000/leap.html :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    7. Re:no by isopropanol · · Score: 2

      Had being the important tense. I work as a computer sub contractor. I have been in a LOT of branches of banks, power utilities, big box stores, restaurants, telephone exchanges, defence sites, that sort of thing. The only place I have seen a VMS machine this decade is a certain video store chain who's parent company went bankrupt (and stopped supporting/upgrading their IT) last decade.

    8. Re:no by Chris+Mattern · · Score: 1

      probably some flavor of linux (redhat , oracle, suse, ubuntu...) possibly Solaris, AIX, Free/Open/Net BSD, HPUX, worst case Windows Server 2012.

      Probably Linux, most likely Red Hat. Maybe Windows Server. Nobody migrates *to* Solaris, AIX or HPUX any more, and you have maybe a 50% chance that your Unix/Linux commercial software will support BSD. If you're lucky.

    9. Re:no by Nefarious+Wheel · · Score: 1

      Up until a couple of years ago VMS was still used in a large Australian national grocery chain to handle the back-end supply chain. They were attempting to replace it while I was there. I think they decided to port it more because they were concerned by end-of-life issues than any shortfall in performance or reliability. OLTP was handled by ACMS, and it just worked. I don't think the production systems went down at any point for the duration of my contract.

      --
      Do not mock my vision of impractical footwear
    10. Re:no by Anonymous Coward · · Score: 0

      But no longer.

    11. Re:no by Hognoxious · · Score: 1

      Hurd?

      Sorry, Gnu/Hurd. Don't tell beardie!

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    12. Re:no by unixisc · · Score: 1

      The last issue of BSD magazine had an article of how NetBSD supports some OVMS techniques, so that looks like one candidate. But honestly speaking, there is no compatible solution that any customer can migrate to - they'll pretty much have to do over their IT from scratch. This would be a good opportunity to adapt FOSS solutions, so that in future, EOLs on hardware or a vendor going tits up won't hurt at all, since all their solutions would be in-house and easily ported to newer platforms.

    13. Re:no by Anonymous Coward · · Score: 0

      Openvms is still being used in the backend of Indian Railway Passenger Reservation System which is perhaps the most critical public facing system in India. There is nothing funny about " What will their customer use now?'

  4. SO IT IS CALLED CLOSEDvms ?? by Anonymous Coward · · Score: 0

    Should be !!

  5. Damn. I guess we'll just have to settle for by Anonymous Coward · · Score: 0

    Windows 8

    1. Re:Damn. I guess we'll just have to settle for by Anonymous Coward · · Score: 0

      Or, not quite so bad, unix.

    2. Re:Damn. I guess we'll just have to settle for by Anonymous Coward · · Score: 0

      UNIX is pretty far from VMS. WNT is CLOSER.

      Filter error: Don't use so many caps. It's like TRADEMARK INFRINGMENT.

    3. Re:Damn. I guess we'll just have to settle for by unixisc · · Score: 1

      Actually, the OP should have said Windows Server 2013. Windows 8 is for Microsoft Surface, Windows Phone and as an afterthought, laptops & desktops.

  6. Never hacked? by riverat1 · · Score: 3, Interesting

    Last time I heard VMS had never been hacked. Is that still the case?

    It was the best OS I ever worked with. It'd be nice if they open sourced it.

    1. Re:Never hacked? by MichaelSmith · · Score: 2

      When I worked on it the main reason was that it didn't support most of the normal ways to remotely log in to systems. You couldn't telnet to it by default for example. Early versions were hopelessly insecure. For example it was easy to tell when logging in whether the username you entered was in SYSUAF.DAT by waiting for the login process to read the file to the end.

    2. Re:Never hacked? by Shirgall · · Score: 4, Informative

      VMS was hacked, but it is certainly rare. https://www.cert.org/advisories/CA-1989-04.html

    3. Re:Never hacked? by ArchieBunker · · Score: 1

      The early days had its share of issues (back when it was just VMS). But once those were sorted out it was pretty secure.

      --
      Only the State obtains its revenue by coercion. - Murray Rothbard
    4. Re:Never hacked? by bobstreo · · Score: 3, Informative

      Last time I heard VMS had never been hacked. Is that still the case?

      It was the best OS I ever worked with. It'd be nice if they open sourced it.

      Umm Kevin Mitnick?

      http://www.openvms.org/faqs/OpenVMS-Hack-FAQ.html

    5. Re:Never hacked? by Anonymous Coward · · Score: 0

      I don't understand where that myth comes from. VMS was no more secure than UNIX, and arguably less so (because its security and configuration was a lot more complex). Probably the only reason it was hacked less was because it was deployed less.

    6. Re:Never hacked? by ebno-10db · · Score: 1

      VMS was no more secure than UNIX, and arguably less so (because its security and configuration was a lot more complex).

      Which Unix variety are you talking about and which year(s)? It makes a big difference.

    7. Re:Never hacked? by MichaelSmith · · Score: 1

      Mitnick was notorious for hacking into VMS.

    8. Re:Never hacked? by EvilSS · · Score: 1

      The early days it didn't need to be hacked, so many companies left the default SYSTEM and/or FIELD account passwords in place you didn't need to waste time trying to hack in.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    9. Re:Never hacked? by Anonymous Coward · · Score: 0

      Last time I heard VMS had never been hacked. Is that still the case?

      It was the best OS I ever worked with. It'd be nice if they open sourced it.

      You forgot to install the anti-virus

    10. Re:Never hacked? by Anonymous Coward · · Score: 0

      Depends on what you mean by hacked. We had a program that looked exactly like the login program, which would harvest user passwords before logging them on to the real system. We'd just leave it running on random terminals around campus and then walk away.

      We got caught by the University, of course, but this was a time when they applauded ingenuity, though making it clear it wasn't the done thing and would have serious ramifications if done in the real world (or if we ever did it again at the Uni).

      Technically, that's not hacking the OS but it is one of the possible attack vectors that the bad guys can use.

    11. Re:Never hacked? by Princeofcups · · Score: 1

      Last time I heard VMS had never been hacked. Is that still the case?

      It was the best OS I ever worked with. It'd be nice if they open sourced it.

      When I was at Argonne Labs in the 80's, there was a rumor of someone sending out fake update/patch tapes made to look like they shipped from DEC. I'm not sure if anyone fell for it, or even if they did, what the "hackers" could get. Only universities were on the DECNET at that time.

      --
      The only thing worse than a Democrat is a Republican.
    12. Re:Never hacked? by lophophore · · Score: 3, Interesting

      uhhh. no.

      Mitnick social engineered his way into VMS. he did not "hack in". He used the telephone and convinced a flunky to start a command interpreter on the modem line he was dialed into. Clever? yes. A skilled hack? only of humans.

      --
      there are 3 kinds of people:
      * those who can count
      * those who can't
    13. Re:Never hacked? by Anonymous Coward · · Score: 1

      Until VMS 5.0, with the exception of 4.7 (I think) there was not a VAX in the world that I couldn't own. Up until 4.6 it was easy to grant yourself all privileges from a non-privileged account. After that it became incredibly difficult. There were a number of holes some of which made it possible to remotely create accounts. I created a DECNET worm in laboratory conditions in 1984 between PDP-11s and a couple of VAXen. VMS 1.0 had a number of powerful networking features that really had no thought to security when they were created because networks were almost always inter-departmental at the time.

    14. Re:Never hacked? by laughingskeptic · · Score: 3, Informative

      Ahhh user FIELD; password SERVICE. The good ol' days.

    15. Re:Never hacked? by Darinbob · · Score: 1

      There was a big VMS worm before the famous Unix one. The early DECnet essentially had zero security. Basically the worm involved telling the remote system to run a command script. The network security design seemed to be "only connect your network to people you trust", which is strange given the security emphasis elsewhere in the OS.

    16. Re:Never hacked? by riverat1 · · Score: 1

      Ah, 4.7 was where I started with it. I wasn't aware of the earlier history.

    17. Re: Never hacked? by Anonymous Coward · · Score: 0

      VMS had the equivalent of setuid scripts.. alias the command it runs to a DCL command line and voila.. instant sysprv :p

      Nearly got chucked off my course for that one too.. not because I did it but because it was less than a week after the head of computing had told every new student that it was unbackable.

    18. Re:Never hacked? by Anonymous Coward · · Score: 0

      Yes it was... I was in charge of a VMS system in the mid-eighties. One day I found a strange behavior and digging into the system I found a strange DCL file about 40 lines long. If you run it with the address of another machine, it would copy itself to that machine and give you a user prompt. On those days it would take you a couple of minutes to find some user with a world readable file with his login and password in plain text...

    19. Re:Never hacked? by unixuser011 · · Score: 1

      Correct, openvms has never been hacked, however there are exploits for openvms but it requires very high privlages, and to get these privs you need to be the equivalent of root, it is sad that openvms has been killed, it's been on since 1977, it is the most secure operating system since os/400 or i5os

    20. Re:Never hacked? by scsirob · · Score: 1

      Old fart alert.. I started with VMS 3.x (boot on a Vax 11/730 with TU58 console tapes, ugghh).

      On most VAX systems if you could access the boot prompt, you could specify an alternate ACL file at boot. On most systems there was no such file, so the system would boot and let you log in with full system privilege without a password.

      --
      To Terminate, or not to Terminate, that's the question - SCSIROB
    21. Re:Never hacked? by Anonymous Coward · · Score: 0

      Some lives are intertwined with DEC systems, I guess my life is nearly over.
      The paradigm of computers has changed.
      I remember doing sysgens about once a year, the rest of the time the computer was on and running.
      I have never crashed a computer until I put an incorrect memory board in a PDP-11/70.
      User programs might abort but the system just ran.
      Maybe I'm an old fogey but I used to expect computers to be reliable.
      The old idea was that computers were reliable and repeatable in their operation, the new idea is "what can you expect it's a computer"
      "It's a computer just reboot"

    22. Re:Never hacked? by metaforest · · Score: 1

      A friend of mine from many moons back told be of taking over a VMS cluster. From what he told me all he had to do is keep spawning processes until the CPUs fell over from lack of resources. Now, he did not intend to drop the cluster. He did however intend that his process batch take over the entire cluster. He was nearly kicked out of uni for this hack. It was only by showing that he did not intend to 'harm' the cluster that he avoided summary dismissal. He was never allowed to submit jobs to any cluster on the campus.... he was forced to become a UNIX expert.

  7. Open source it... by Darkness404 · · Score: 2

    HP needs to release it under an open source license since they're discontinuing it.

    Is it just me or has it become tradition for HP to kill things lately? It really makes me wonder what they plan on actually selling...

    --
    Taxation is legalized theft, no more, no less.
    1. Re:Open source it... by MichaelSmith · · Score: 2

      It will be in Harvey Normans for 130 bucks in a few weeks time.

    2. Re:Open source it... by sjames · · Score: 2

      Their stock, just as soon as the id10ts on wall street get done applauding them for eliminating all of their expenses.

    3. Re:Open source it... by maxwell+demon · · Score: 1

      HP needs to release it under an open source license since they're discontinuing it.

      If they open source OpenVMS, will it then become OpenOpenVMS?

      --
      The Tao of math: The numbers you can count are not the real numbers.
    4. Re:Open source it... by Anonymous Coward · · Score: 0

      You might want to look up the word "needs." It does not mean "a good deed."

    5. Re:Open source it... by haruchai · · Score: 1

      More like Open2VMS

      --
      Pain is merely failure leaving the body
    6. Re:Open source it... by Darinbob · · Score: 1

      HP is essentially a printer ink company. Supporting operating systems or services is a luxury :-)

    7. Re:Open source it... by evilviper · · Score: 1

      Is it just me or has it become tradition for HP to kill things lately? It really makes me wonder what they plan on actually selling...

      The writing was on the wall for a long time. After they bought Compaq (which previously bought DEC), HP got a ridiculous number of proprietary OSes and server architectures under its umbrella, and they had no sane approach to manage them. On day #1 they should have announced that they were going to merge all the major features from Tru64 (Digital Unix) and HP-UX together into a single product. They should have done the same thing with OpenVMS and their NonStop OS. That would have joined some of the fractured camps together, instead of keeping them fighting each other. They only even attempted to (slowly) unify their products in processor architecture, and they made the monumentally brain-damaged decision to throw all their eggs in Intel's Itanium basket... Killing Alpha, PA-RISC, and others, giving us the x86 hegemony we have today.

      HP will stay in the x86 server business for certain, since they're number one ahead of Dell, IBM, NEC, etc... Even though they're really selling Compaq Proliant servers, rather than HP's own old server brand.

      They've been too large for too long, and their leadership has been ridiculously risk-averse, and resisted any sane decisions in paring things down before they started absolutely hemorrhaging cash because of these stupid decisions.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    8. Re:Open source it... by Anonymous Coward · · Score: 0

      Hey, come on, it also sells toner.

    9. Re:Open source it... by Anonymous Coward · · Score: 0

      Is it just me or has it become tradition for HP to kill things lately?

      You mean how they killed WebOS by, er, Open Sourcing it?

    10. Re:Open source it... by unixisc · · Score: 1

      Merging all Unixes would have been as mammoth a project as Monterrey - the UNIX project for the Itanium that SCO, IBM, Sun and a few others were working on before SCO got into the lawsuit business. HP/UX was based initially on BSD whereas Tru64 was OSF/1 - DEC's implementation of it on the Alpha. HP/UX was a PA-RISC only Unix, while Tru64 was Alpha only. Too many differences to just merge the 2. Only thing common would probably have been Motif, X-Windows and other OSF technologies like DCE. Best would have been either endorsing Monterrey and committing to migrating both HP/UX-PA and Tru64/AXP to SVR6/Itanium, or if they wanted simpler & quicker, maybe FBSD/Itanium (since Linux is GPLed)

      It's even more impossible merging the non Unix OSs, such as NonStop and OVMS, not to mention others like Apollo. Really speaking, when HP took over Compaq, DEC should have been re-spun off, and the Alphas resurrected.

  8. India where projects come to die by Anonymous Coward · · Score: 4, Insightful

    Its always the same when a huge software project moves out of the EU or US to india its bound to die. India has some great engineers but 90% of those graduating have just memorized stuff and passed an exam which has a pass rate as long as you have 33/100. Obviously this creates a lot of worthless engineers.

    From personal experience: One our customers the ESA (European Space Agency) had some servers and storage arrays running on SUN hardware. We just managed the hardware and operating systems. The software/middleware was all responsibility of the customer who had outsourced this part of the job to Tech-Mahindra (and india based outsourcing giant). These guys would mail us asking us how to change their password and how to "copy" a file from the server while having ssh access (and this happend every few days). If you have such guys working on such important systems I don't even want to know whats happening on development level. Its true that in every team you have a few top-scorers but not knowing how to change your password on a unix system and "managing" that system day to day tells me there is something seriously wrong.

    1. Re:India where projects come to die by Darkness404 · · Score: 4, Insightful

      Yeah, it really seems like when it comes to India, their engineers are fine with low-level stuff but when it comes to doing something beyond what they learned in school, they've got no clue. They also don't seem to understand how it all "fits together" and how to actually innovate and make usable features for normal users.

      Indians are fine for grunt work, and there are some truly bright engineers there, but too many companies see that they can get 5 engineers for the price of one and think they'll get 5x the productivity... instead they find out they get 1/2 the productivity.

      --
      Taxation is legalized theft, no more, no less.
    2. Re: India where projects come to die by Anonymous Coward · · Score: 0

      Yes, because rape doesn't happen anywhere else in the world...

    3. Re: India where projects come to die by Anonymous Coward · · Score: 0

      Want to join my India bus rape tour? We're hitting all the major cities! Slots are filling up fast!

    4. Re:India where projects come to die by gman003 · · Score: 1

      To be fair, there are plenty of Americans like that too. There are people I went to college with that I wouldn't take on as an unpaid intern, since their knowledge is limited exclusively to which "magic button sequences" to push in MSSQL, IIS, Cisco IOS or, if they were really lucky, one distro of Linux. Actually, some of the *teachers* I've known only taught because they couldn't get hired at any company (that would survive long enough to give them a paycheck).

      And it's not just new people - I've been on conference calls with people my application is integrating with, and I end up telling *them* how to use *their* software properly because they don't *understand* it, they just have step-by-step checklists for how to do certain tasks and any deviation from that drops them down to the level of my grandmother, pecking away at random options.

      I could practically hear one guy's eyes glaze over when I said "that's a bug in your program, the first time you try to duplicate an interface you get locked out of it, the only way I've found to work around it is to edit the SQLite database your programs stores its config settings in manually". They still haven't fixed that bug, by the way.

      Such people are probably fine for first-level tech support, maybe even second-level at more consumer-oriented companies, but I'm finding these people in highly technical positions. Hell, I've been sitting on my ass twiddling my thumbs for the past three workdays waiting for a team of them to get their system to work.

    5. Re:India where projects come to die by Anonymous Coward · · Score: 0

      "when it comes to doing something beyond what they learned in school, they've got no clue"
      That is true for most engineers, you know. Not exclusively those from India.

    6. Re:India where projects come to die by 0ld_d0g · · Score: 1

      India has some great engineers but 90% of those graduating have just memorized stuff and passed an exam which has a pass rate as long as you have 33/100.

      Oh really.. 90%? Where did you get that from?

    7. Re: India where projects come to die by Anonymous Coward · · Score: 0

      Nah... the US and Europe have the market cornered on raping and killing innocent civilians - it goes back a long way, probably encoded in their genes since they just can't avoid exploiting innocent people...

    8. Re:India where projects come to die by Anonymous Coward · · Score: 0

      I actually take offense at your characterization. Note that my family tree does not come from anywhere in Asia within the last six generations or more.

      The problem is outsourcing to another continent. When one is physically removed from the actual work, you tend to make lots of ignorant assumptions. The book-smart drones who never leave the office have been the bane of the engineering community's existence for the last century at least. They never see the actual application, so they do not understand what the design is actually supposed to do.

      This is true of ANY engineer. The problem we're facing are idiot managers who assume that engineers are work-unit-droids with all the brains of a calculator. They then decide that such people can be anywhere, so they go for the cheapest workers world-wide. Then they sit there and wonder why the designs are such garbage.

      Don't blame India. Blame Harvard, Wharton, Kellogg, Stanford, Ross, etc...

    9. Re:India where projects come to die by unixisc · · Score: 1

      The problem is w/ offshoring everything they can think of. A few years ago, at one of my previous companies, they had a good portion of the IT support offshored to India. Which was fine up to a level, except that the ditzes on the other end didn't know the difference b/w a hub & a router. But what was worse was that when I tried scheduling conference rooms for meetings, it could only be done on Outlook, and that, in turn was manned by IT. Previously, scheduling a conf room meant going to the Admin assistant to the department head and picking a time slot from her from a register - something that was doable. Now, it was trying to explain to a bunch of guys in Bangalore that I need to them find me a conference room on a continent 11:30 hrs away from them b'cos the people here were too brain dead to realize that not everything can be outsourced.

      Incidentally, there are 2 things that are often conflated, but actually quite different. People tend to use the term 'outsourcing' when they mean offshoring, but outsourcing can be a lot more than that. Outsourcing is when a company assigns a part of its day to day operations to another company - not necessarily in another country - so that it can focus on its main business. For instance, a company that's not in the business of providing corporate benefits would outsource that part of its work to Administaff, so that it doesn't have to worry about that; it's not necessarily sending that to India. Outsourcing is a good idea since most companies - especially small to medium sized companies - need to get work done that is necessary for their business, but not central to it. Outsourcing it to another country to take advantage of wage disparities is what offshoring is.

      But did VMS ever get done in India? As I noted elsewhere, DEC had a branch in India by the name of DEIL, whose job it was to sell DEC products and services in the Indian market. But India was never a major market for VMS - it was primarily Unix in the 80s & 90s, and moved to Microsoft once NT became popular.

  9. Not surprised OpenVMS lasted this long by T5 · · Score: 5, Funny

    I'm not surprised that it took HP so long to figure out

    SYS$SYSTEM:SHUTDOWN.COM

    on the whole O/S.

    After all, it has a dollar sign in it and they're not particularly astute with cash lately.

    1. Re:Not surprised OpenVMS lasted this long by gavron · · Score: 1

      $ mc opccrash

      E

    2. Re:Not surprised OpenVMS lasted this long by Anonymous Coward · · Score: 0

      It outlasted both Apollo Domain/OS and Palm OS. Tru64 is next?

    3. Re:Not surprised OpenVMS lasted this long by donaldm · · Score: 1

      I'm not surprised that it took HP so long to figure out

      SYS$SYSTEM:SHUTDOWN.COM

      on the whole O/S.

      After all, it has a dollar sign in it and they're not particularly astute with cash lately.

      Or if you are a Unix System Admin you could type "shutdown". Of course like most commands in Unix/Linux there are options but that command alone will definitely shut the system down. Now I hope you had permission to actually run that command :)

      --
      There ain't no such thing as proprietary standards only proprietary formats. Standards are by definition open.
    4. Re:Not surprised OpenVMS lasted this long by scsirob · · Score: 1

      $ mc ncp set executor state off

      So much for networking...

      --
      To Terminate, or not to Terminate, that's the question - SCSIROB
  10. More of the same... by Anonymous Coward · · Score: 1

    More sad news caused by our top and business leaders such as Fiorina, Ellison and other hapless piece of crap that were born on 3rd base hit a triple. All they know how to do is buy up good things from other mismanaged companies and run them into the ground. the biggest threat to US national security and tech preeminence is the ivy league MBA.

    1. Re:More of the same... by HornWumpus · · Score: 1

      Think of it as an opportunity. With this many morons spending that amount of money, if you can't divert some into your pocket, there is something wrong with your approach. Perhaps you are holding onto childish ideas like ethics and pride.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    2. Re:More of the same... by maxwell+demon · · Score: 1

      MBA = Master of Buy-and-Abolish?

      --
      The Tao of math: The numbers you can count are not the real numbers.
  11. I sense a really insignificant disturbance... by Anonymous Coward · · Score: 5, Funny

    I sense a really insignificant disturbance in the force as if a few voices suddenly cried out in terror and then went back to stroking their beards.

    1. Re:I sense a really insignificant disturbance... by Anonymous Coward · · Score: 0

      There are some large companies with very old, trustworthy and critical systems running on OpenVMS. The ones I knew of were starting to transition off it a couple years ago. I hope they make it.

  12. I think that is last call.... by cold+fjord · · Score: 1

    Get your requests in for the hobbyist licenses and for any emulators you want to run. Grab the patches and licenses while they are available.

    A pity HP was so indifferent to VMS. Its user base was as loyal as any I've seen, often foreswearing all suitors. The VMS documentation is enviable to anyone accustomed to Unix. I could appreciate much of its magnificence even if I didn't have the heart to love it.

    Now comes the decent into the long dark.

    --
    much of left-wing thought is a kind of playing with fire by people who don't even know that fire is hot - George Orwell
    1. Re:I think that is last call.... by Anonymous Coward · · Score: 0

      It doesn't matter how loyal your user base is when it consists of seven guys and a dog called Roger.

    2. Re:I think that is last call.... by cold+fjord · · Score: 1

      It's much bigger than you think. I was surprised myself.

      --
      much of left-wing thought is a kind of playing with fire by people who don't even know that fire is hot - George Orwell
    3. Re:I think that is last call.... by Lunix+Nutcase · · Score: 1

      They added an 8th guy?

    4. Re:I think that is last call.... by cold+fjord · · Score: 1

      It wasn't that many years ago that it was at least a billion dollar a year business for HP alone. It might have grown if HP would have cared.

      You thinking about taking that act to Vegas? Don't give up your day job.

      --
      much of left-wing thought is a kind of playing with fire by people who don't even know that fire is hot - George Orwell
  13. RIP VMS by Tore+S+B · · Score: 5, Interesting

    There were few operating systems that handled loose-clustered networking as elegantly as VMS. Want to centralize user credentials? Easy, just place SYSUAF.DAT on a shared volume. And since the files could have structure, you could lock individual user records for editing rather than the whole file.

    Another great feature was the concept of "quorum". Quorum, as in the organizational term of the number of people present at a meeting necessary for it to be an official meeting of an organization, was the number of reachable hosts necessary to conduct business. Say you had a redundant banking site - and the link between them would go down. If they are a redundant configuration, they would continue to process transactions - with their database quickly diverging. Using quorum nodes, you could set up three hosts on three sites - two major server setups and a simple workstation somewhere central - and voila, no single point of failure.

    Besides, there is a magnificent book, "OpenVMS Internals and Data Structures", which so elegantly and wonderfully describes operating system design.

    I really, really hope that OpenVMS could be open-sourced and this codebase might serve as the base for a community-written x86 port.

    --
    toresbe
    1. Re:RIP VMS by ebno-10db · · Score: 1

      I really, really hope that OpenVMS could be open-sourced and this codebase might serve as the base for a community-written x86 port.

      Forget it. Even if HP did open source it there wouldn't be enough people willing to support it, just a few old diehards. Kids today think that in the beginning God created *nix and all else is man's blasphemy.

    2. Re:RIP VMS by Longjmp · · Score: 1

      [...] And since the files could have structure, [...]

      As much as I loved VMS for its design and its features (hello $ENQ, $DEQ) I truly hated its filesystem .
      Opening a few hundred files in a row on UNIX would go with a snap, on VMS you could go on a long vacation and return before the task had finished.
      And that because of its structured filesystem.

      --
      There are fewer illiterates than people who can't read.
    3. Re:RIP VMS by ebno-10db · · Score: 3, Insightful

      There are less illiterates than people who can't read.

      No, there are fewer illiterates than people who can't read.

    4. Re:RIP VMS by ebno-10db · · Score: 1

      And that because of its structured filesystem.

      Only files that you chose to make structured were structured. Most files were flat (the only choice in Unix of course). Why did you need to open hundreds of structured files?

    5. Re:RIP VMS by Longjmp · · Score: 1

      Congrats! You are the (I think) fourth person in about 15 years to notice that.
      You just won a washing machine, but I'm afraid you'll have to come and pick it up yourself ;)

      --
      There are fewer illiterates than people who can't read.
    6. Re:RIP VMS by Longjmp · · Score: 1

      If I remember correctly, plain text files were structured by default, i.e. stored in a Pascal-like string system.
      There were more, I don't remember anymore, been a while after all.
      All I remember is, I ended up caching file channels for frequently used (flat) files using raw $QIO for open/read/write operations.

      --
      There are fewer illiterates than people who can't read.
    7. Re:RIP VMS by MichaelSmith · · Score: 1

      I remember in 1986 this scientist I worked with had a data reduction procedure he did by hand with a pocket calculator. Took about a week. So I wrote him a fortran program to do the lot on a VAX 11/730 (the slowest computer in the world). It still took three hours to run.

    8. Re:RIP VMS by Tore+S+B · · Score: 1

      The 11/730 was mostly made for small software developer houses who couldn't afford either an 11/750 or an 11/780, but needed access to VMS and the fairly comprehensive, 32-bit architecture of the VAX. It really was a terribly slow machine, but a neat hack.

      --
      toresbe
    9. Re:RIP VMS by MichaelSmith · · Score: 1

      I recall on that 730 it was so easy to work out where in SYSUAF.DAT my account was located by the delay between Username: and Password: when logging in.

    10. Re:RIP VMS by Anonymous Coward · · Score: 0

      My recollection is that there were streaming files, fixed length RMS files, and variable length RMS files.

      Streaming files are identical to unix files (just a stream of bytes).

      Fixed length RMS (Record Management System) were divided into records. When you wrote out data to the file, the OS would 0-pad it up to the record size. When you read data, it was in chunks based on the record size. (This is similar to pascal files where you would declare a file of a specific record type and read/writes were only in record-sized chunks).

      Variable length files were like pascal strings. When you write out data to the file, it would store a length byte (either 8, 16 or possibly 32 bit) and the record. When you read the file, it would use the length byte and return that record.

    11. Re:RIP VMS by Anonymous Coward · · Score: 0

      I guess it's kinda the way old geezers like you who are stuck in the 80s feel about VMS.

    12. Re:RIP VMS by Anonymous Coward · · Score: 0

      I will send a FEW of my people to get it. Thanks!

    13. Re:RIP VMS by mapkinase · · Score: 1

      When I was working on microVAX in the 80s I was impressed the most that by default every single copy of the file edit was saved in a separate version file. There was a PURGE command that deleted them if you wanted. It also had vector-graphics display: an awesome tool to display protein structures.

      Later on, SGE beat them in graphics and then in turn was defeated by Linux and Windows.By that time graphics did not matter much already.

      --
      I do not believe in karma. "Funny"=-6. Do good and forbid evil. Yours, Oft-Offtopic Flamebaiting Troll.
    14. Re:RIP VMS by LizardKing · · Score: 1

      I vaguely recall that at my first job some users used to hide games by renaming them as the first revision of a genuine work file. Then the sysadmin got wise to it and deleted all revisions, so users started naming them a.out or whatever the VMS equivalent was for the default linker output.

  14. Goodbye! by jgotts · · Score: 1

    Goodbye, vomit-making system!

    1. Re:Goodbye! by ebno-10db · · Score: 1

      BLASPHEMER!

  15. Re:How enthusiastic is our support for UNIX? by Tore+S+B · · Score: 1

    The point was genuinely a good one at that time. There were a lot of facilities in VMS that made some really elegant transaction processing, for instance, available with even a relatively few lines of code. Besides - keep in mind, Unix was seriously fragmented at the time. BSD/SysV and a ton of varieties of those. All immature and inefficient. Unix in the days of VAX and PDP-11 is nothing like Unix in the last two decades.

    --
    toresbe
  16. Vale - my first operating system by capt_mulch · · Score: 1

    I first used VMS in Computing 122, programming in Fortran 77, at uni in 1984. Vale VMS...

    1. Re:Vale - my first operating system by HornWumpus · · Score: 1

      Slacker. It was 1984. Granting it was being generous to call what was on the microcomputers of the day an 'operating system'.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    2. Re:Vale - my first operating system by fl!ptop · · Score: 1

      I first used VMS in Computing 122, programming in Fortran 77, at uni in 1984

      I was thinking the same thing as you. College programming classes in the 80's (at UMBC) consisted of taking your assignment and writing out your logic by hand, signing up for terminal time, then coding it in Fortran.

      --
      When you recognize love in another and realize how precious it is, everything else seems so insignificant.
  17. Re:How enthusiastic is our support for UNIX? by ebno-10db · · Score: 1

    Forget it old timer, you and I can discuss it after the shuffle board game if I can fix my walker. Kids today think that *nix is The One True Way. They don't remember when men were men and real computers ran VMS. None of this "can't get any" geek crap either. Beautiful women would throw themselves at VMS programmers and admins until you finally had to say enough, enough!

  18. HP: where tech goes to die by Anonymous Coward · · Score: 1

    HP has become the place where many tech eventually gets put to sleep forever. I wonder which one will be next?

    1. Re:HP: where tech goes to die by lister+king+of+smeg · · Score: 1

      HP has become the place where many tech eventually gets put to sleep forever. I wonder which one will be next?

      hpux probably, as they only support itanium and itanium sales arn't that great. they should of ported their OS's to x86_64 but have stuck with itanium as they are half owner of the architecture despite the fact no one wants it oh and it pisses oracle of is another reason they stick with it. Put i predict they will soon end up just another x86 sever and prinet maker like their old ceo wanted due to lack of momnetum.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    2. Re:HP: where tech goes to die by Anonymous Coward · · Score: 0

      They didn't port to x86_64 it because they already spent a huge amount porting it to Itanium. There weren't enough sales to fund HP porting it again.

    3. Re:HP: where tech goes to die by lister+king+of+smeg · · Score: 1

      perhapses there weren't enough sales because it was on itanium.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    4. Re:HP: where tech goes to die by Anonymous Coward · · Score: 0

      No, it's because most people were picking Linux instead of HP/UX.

  19. Re:How enthusiastic is our support for UNIX? by MichaelSmith · · Score: 2

    Beautiful women would throw themselves at VMS programmers and admins until you finally had to say enough, enough!

    Never happened to us RSX11M guys.

  20. VMS was awful by Anonymous Coward · · Score: 0

    VMS was an awful operating system. Sure, it was better than RMS, RSX, etc but that isn't saying much.

    Good riddance. VMS's demise is proof that the market actually does work very well.

  21. This Is What Happens by sexconker · · Score: 1

    This is what happens when you hire Carly Fiorina.
    Just don't do it.
    Take 5 seconds to look at her track record.
    She will neuter your company's ability to adapt and innovate and respond to the market by repeating the age-old mantra of "just screw the customer more".
    She will poison your company from within so they continue to flail and flop about years after she's left.
    She's absolutely not worth the "diversity" PR bonus point.

    1. Re:This Is What Happens by cusco · · Score: 1

      She supposedly wants to run for president. And here I thought Shrub was the worst president possible.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    2. Re:This Is What Happens by Anonymous Coward · · Score: 0

      She'll invade Canada and a year pay the British to take it off her hands. And throw in Texas and Florida too.

  22. Re:How enthusiastic is our support for UNIX? by Tore+S+B · · Score: 1

    For the record, I'm 25. Got into VMS about a decade ago, when I found a VAXstation 3100 in a dumpster. But I'm not entirely representative in general. :)

    --
    toresbe
  23. haha by Anonymous Coward · · Score: 0

    eat shit.

  24. VMS was doomed when HP bought it by tyme · · Score: 4, Interesting

    When the amount of development your OS gets suffers "compared to HP-UX" you are in astonishingly deep trouble. I have had three run-ins with HP-UX, first in 1998, next in 2004, and finally in 2010 (when my current job retired all it's existing HP servers and moved to Solaris). When I encountered HP-UX the first time, in 1998, it seemed to be at least 10 years behind the times. Very little had changed in 2004, which meant that it was falling farther and farther behind each year. In 2010 it seemed little better than it had been in 2004, and I guess that management agreed, since we finally cut the cord and moved on to something that was, at least by comparison, more up to date.

    I also used OpenVMS in the early 2000s, and it was capable, but idiosyncratic (record structured files were a PITA, and the file versioning was no replacement for proper version control. I really liked logical names, however, and the global symbol table was useful). It had a head start on lots of other OS's with respect to clustering features (cluster wide file system, message queues, and distributed lock management was all built-in), but much of the userland was GNU stuff ported over on the POSIX layer. DEC seemed to have given up on the whole "innovation" thing and was just milking existing big contracts.

    --
    just a ghost in the machine.
    1. Re:VMS was doomed when HP bought it by iggymanz · · Score: 1

      HP/UX wasn't really developed as had all manner of acquired and licensed third-party bolt-ons (often 'lite' version too) thrown on, Perl 6's flounderings have nothing on the slow motion train wreck that is HP/UX urban sprawl of directionless feature bloat

    2. Re:VMS was doomed when HP bought it by JabrTheHut · · Score: 1

      When the amount of development your OS gets suffers "compared to HP-UX" you are in astonishingly deep trouble.

      This is so very very true. HP-UX hasn't had any meaningful update for over 10 years now, since v11 came out. And the hardware is obsolete, and appears to be on its way out as well - I've heard nothing regarding new IA64 chips from intel, and HP stupidly bet the farm on Intel not being more focused on destroying competing RISC business than they were on new technology.

      --
      Work like no one is watching. Dance like you've never been hurt. Make love like you don't need the money.
    3. Re:VMS was doomed when HP bought it by drinkypoo · · Score: 1

      They must surely have developed their IPSEC implementation in-house, for it is too bad to have originated anywhere but inside HP.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  25. An epitaph for software by hessian · · Score: 2

    development moved to India in 2009

    That's how they always kill it: they outsource to the perceived cheaper labor, which lets them claim that the product got discriminated against by the market, when the market is reacting to the fact that the project got farmed out, thus is unlikely to have frequent updates, thus is a dead-end project because users won't get the support they need or a competitive product. RIP

    1. Re:An epitaph for software by Chris+Mattern · · Score: 1

      "We cancelled it because ratings were awful (after we moved it to a 2 AM time slot)"

  26. Chrisfrd by Anonymous Coward · · Score: 0

    YAAAY!!!! OpenVMS was horrid! Glad it's gone.

    Our UNIX invironment, however, still goes strong to this day..

  27. VMS and the US Military? by haruchai · · Score: 1

    About 5 years ago, an HP instructor told us that the US Military wanted VMS to never be sunset.
    I wonder what changed.

    --
    Pain is merely failure leaving the body
    1. Re:VMS and the US Military? by ebno-10db · · Score: 1

      Probably nothing changed. The US military may not have been a big enough VMS customer to justify HP maintaining it. Shame HP didn't open source it, or even turn it over to some small company that could maintain it for less money (and sell to the military, etc.).

    2. Re:VMS and the US Military? by iggymanz · · Score: 1

      five years ago to five years from now is a decade of support from HP from then. military replaces systems too...

    3. Re:VMS and the US Military? by Chris+Mattern · · Score: 1

      Maybe HP decided that they didn't really care what the US military wanted. Even the US military isn't a big enough customer to carry a commercial-grade general-purpose OS all by itself.

    4. Re:VMS and the US Military? by Anonymous Coward · · Score: 0

      About 5 years ago, an HP instructor told us that the US Military wanted VMS to never be sunset.
      I wonder what changed.

      That was probably me. Hence posting as (not so) anonymous coward :)

      I still stand by the arguments I've made in favor of OpenVMS but I guess that's why I'm not a CEO.

      In any case lets hope that they open source it.... if not for any other reason than it being a significant piece of computing history and it really would be a shame for it to disappear forever.

  28. I used to rely on ReiserFS by Anonymous Coward · · Score: 1

    It only killed my wife. Despite this, it still was better than Windows NT.

    1. Re:I used to rely on ReiserFS by Frogstein · · Score: 2

      You should have mounted a scratch wife.

    2. Re:I used to rely on ReiserFS by BravoZuluM · · Score: 1

      Rats, my moderator points expired yesterday. Funny post!

  29. A sad moment in the history of computing by wick3t · · Score: 2

    I consider myself to be very fortunate to have had the opportunity to experience such a wonderful operating system. I'm probably very young compared to most VMS system managers, my first experience of VMS was about 7 years ago. My first impressions were that it seemed quite antiquated (mostly due to the lack of a modern shell) but as I began to learn more, it became a breath of fresh air compared to anything I had ever used. I began to discover features, flexibility and power that make other modern operating systems seem primitive. I can only hope that it will now be open sourced as it would a great shame to loose such a unique operating system that offers so much that others don't.

    1. Re:A sad moment in the history of computing by ebno-10db · · Score: 1

      I began to discover features, flexibility and power that make other modern operating systems seem primitive.

      It frustrates me that most people these days think *nix is the be all and end all of OS'es. Other things and other approaches are possible! Don't get me wrong, I know that VMS is a lost cause (and frankly I haven't used it in many years), and I like the better modern *nixes (the ones in the 80's were awful though). However it seems like there is nothing left but Windows and various *nixes, which limits people's thinking. Okay, somewhere in the bowels of various computer rooms are also z/OS machines, but I know nothing about them!

    2. Re:A sad moment in the history of computing by bored · · Score: 1

      Don't forget IBM's as400/IBM i/or whatever its called this week. Plus HP still has the nonstop too.

    3. Re:A sad moment in the history of computing by Jahta · · Score: 1

      I consider myself to be very fortunate to have had the opportunity to experience such a wonderful operating system.

      I did a lot of work on DEC systems (mainly VMS, but also some RSX and RSTS) in the 80s and early 90s. VMS was indeed one of the most enjoyable operating systems I ever worked on. Not only that, DEC was a great company to work with; smart, motivated people who were very different from the staffers at the traditional "big iron" companies.

      But sadly, after DEC got into financial trouble and competitors acquired their technology in a fire sale, it was only a matter of time before the products were killed off.

    4. Re:A sad moment in the history of computing by Bearhouse · · Score: 1

      Indeed, OS/400 started out as CPF on the S/38, but that grew out of the abandoned:

      http://en.wikipedia.org/wiki/IBM_Future_Systems_project

      When IBM realised that people were not going to abandon MVS and CICS/COBOL. Shame, CPF was great. From wikipedia

      System/38 and its descendants are unique in being the only existing commercial[citation needed] computers with capability-based addressing. (The earlier Plessey 250 was one of the few other computers with capability architecture ever sold commercially). Capability-based addressing was removed in the follow-on AS/400 and iSeries models.[2]

      Additionally, the System/38 and its descendants are the only commercial computers ever to use a machine interface architecture to isolate the application software and most of the operating system from hardware dependencies, including such details as address size and register size. Compilers for System/38 and its successors generate code in a high-level instruction set (originally called MI for "Machine Interface", and renamed TIMI for "Technology Independent Machine Interface" for AS/400). MI/TIMI is a virtual instruction set; it is not the instruction set of the underlying CPU. Unlike some other virtual-machine architectures in which the virtual instructions are interpreted at runtime, MI/TIMI instructions are never interpreted. They constitute an intermediate compile time step and are translated into the processor's instruction set as the final compilation step. The MI/TIMI instructions are stored within the final program object, in addition to the executable machine instructions. If a program is moved from a processor with one native instruction set to a processor with another native instruction set, the MI/TIMI instructions will be re-translated into the native instruction set of the new machine before the program is executed for the first time on the new machine.

      The System/38 also has the distinction of being the first commercially available IBM Midrange computer to have a RDBMS integrated into the operating system.

  30. Re:How enthusiastic is our support for UNIX? by ebno-10db · · Score: 1

    Over 21 is old - get used to it. I'm 29 I think (my memory isn't what it used to be - is Reagan still president?). Still I admit that I'll probably be by the shuffle board court before you - but not by much!

  31. Re:enough with this racist bullshit by Anonymous Coward · · Score: 1

    when the US was first becoming industrialized by copying the english, im sure we had our own share of problems. watt, joule, ampere - which of these was american? none.

    Neither James Watt or André-Marie Ampère were English...

  32. Great feature - File versions by techdolphin · · Score: 2

    One of my favorite features of VMS was file versions. Each file had a version number. As many of you probably remember, each file had a version number. So you could have:
    NEEDBEER.TXT;1
    NEEDBEER.TXT;2
    NEEDBEER.TXT;3
    That feature combine with some logical commands, such as PURGE/KEEP=2, would keep the two most recent versions of the file. I wish there was such a command in OS X instead of having to delete all older versions manually.

    This is a sad day, and I miss and will miss VMS.

    1. Re:Great feature - File versions by Virtucon · · Score: 1

      Uhm, Tops 10/20 as well as RSX-11 (father of VMS) had that before VMS and they were borrowed from Generation Data Groups (GDG) on Mainframes. TSS and RSTS AFAIK also had it.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    2. Re:Great feature - File versions by KC1P · · Score: 1

      If you mean TSS/8, it didn't have file versions, and neither did RSTS/E (and actually I don't remember it on T10 either but I barely used that). But yeah T20 definitely had versions and was the inspiration for the later systems (RSX/VMS quietly accept T20 filename syntax too -- <dir>file.ext.ver instead of [dir]file.ext;ver). Very very useful feature -- saved my ass plenty of times.

    3. Re:Great feature - File versions by TheGratefulNet · · Score: 1

      I started out using vms and only later did I learn (and move to) unix. I worked at DEC for over 5 yrs and my last 2 were at the mill (mlo). when I eventually moved from vax/vms to unix, I could not get used to NOT having the semicolon versions there to save your ass. I had to write wrappers around things to create the illusion of versions ;)

      I later gave that up and now I'm thinking in unix terms. I would not even remember the old vms commands anymore, even though I lived by them for many, many years.

      DECnet was also kind of neat. the phase-4 stuff, not that silly osi nonsense.

      --

      --
      "It is now safe to switch off your computer."
    4. Re:Great feature - File versions by cstacy · · Score: 1

      The file "versions" feature originated on ITS (the PDP-10 operating system at MIT).

    5. Re:Great feature - File versions by Anonymous Coward · · Score: 0

      Not many people realise that ISO9660 (you know, for CD-ROMs) copied this feature too, ostensibly for VMS compatibility. In practice I've never actually seen it implemented anywhere, possibly because file versions don't make a whole lot of sense on a write-once/read-many medium...

    6. Re:Great feature - File versions by Virtucon · · Score: 1

      OS/360 * may * predate that.

      Generation Data Groups (GDGs) were originally designed to support grandfather-father-son backup procedures - if a file was modified, the changed version became the new "son", the previous "son" became the "father", the previous "father" became the "grandfather" and the previous "grandfather" was deleted. But one could set up GDGs with a lot more than 3 generations, and some applications used GDGs to collect data from large and variable numbers of sources and feed the information to one program - each collecting program created a new generation of the file and the final program read the whole group as a single sequential file (by not specifying a generation in the JCL).

      The PDP-10 didn't come into existence until 1966 however I do see that the PDP-6 (First shipped in 1964) was used first for ITS, so it's possible. The PDP-6 and PDP-10 were both 36 bit systems and the PDP-6 instruction set was a subset of the PDP-10s. ITS also gave us Zork and EMACS so it wasn't bad, I just never had the opportunity to play with it. I also wouldn't want to really play with it since the command processor was DDT?

      I imagine that there was a lot of knowledge transfer both ways from MIT and DEC since Marlboro was just up the road.

      One thing we can expect is Apple will apply and get a patent for file versions because it's a "novel, never done before innovation" of course they'll add rounded corners and they'll come in white.

      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
  33. KESU and security by Nefarious+Wheel · · Score: 1

    There was a reason why it was originally called VAX/VMS -- the operating system and the Vax architecture were developed simultaneously; the hardware supported KESU (Kernel, Executive, Supervisor, User, for those of you who are non-aligned), the x86 chip didn't. I think this is the root of the security problem that WNT suffered when VMS was ported to Microsoft's product. Each mode allowed a subset of the total instruction set, with certain instructions (such as writing to device drivers, for example) denied to outer modes. For this reason, Microsoft hackers could write code where they shouldn't. For this reason, VMS hackers couldn't.

    And yes, WNT was just VMS with a UI and a slightly updated memory model. Many unique memory-oriented SYSGEN parameters were duplicated in WNT.

    Also, VMS was very much an operating system consisting of handling interrupts; Unix wasn't this way back then (being a more general-architecture OS, in Unix stuff was polled a lot).

    I will miss DCL and all those lexical functions I could (and frequently did) recite in my sleep.

    --
    Do not mock my vision of impractical footwear
    1. Re:KESU and security by Anonymous Coward · · Score: 0

      Unix never polled any more than any other o/s.

  34. Know Your Audience... by kackle · · Score: 1

    I briefly worked on an OpenVMS system ~15 years ago, with a young, new hire. If I recall, to save a certain file, you'd type in the file name, then press the "DO" key, followed by the "WRITE" key. I told him to name it "Dudley". When I explained why, he looked at me like I was crazy.

  35. Re:How enthusiastic is our support for UNIX? by Ian+A.+Shill · · Score: 1

    Okay, you take a break there now, you're embarrassing the rest of us.

    And lay off the brownies in the lunchroom.

    UNIX is a simple language, easy to understand, easy to get started with. It's great for students, great for somewhat casual users, and it's great for interchanging programs between different machines.

    --
    For hire.
  36. Bullshitters by Anonymous Coward · · Score: 0

    All the crap comments on HP-UX, geez. It's a great friggin OS. I've run lot's of HP-UX servers for years and there isn't a god damn thing I can't do.

    64-bit multicore CPU's in 1996. Nuff said.

    1. Re:Bullshitters by bored · · Score: 1

      The problem is that HP-UX is still the same today as it was in 1999.

    2. Re:Bullshitters by Chrisq · · Score: 1

      The problem is that HP-UX is still the same today as it was in 1999.

      Seriously for a lot of financial institutions, etc. that is the attraction. Their core applications haven't date back to 1999 or before. Sure they have had enhancements but stable code on a stable system is a real plus for organisations where the core business remains unchanged.

    3. Re:Bullshitters by Anonymous Coward · · Score: 0

      Seriously for a lot of financial institutions, etc. that is the attraction.

      Yes, that is also probably why z/OS is as popular as it is. But you would expect an enterprise unix to have cleaned up some of its more annoying problems. I doubt anyone would have complained if they actually shipped a working dynamic loadable module system. Instead what they have is as half ass and broken as it was 15 years ago (probably more with the release of 11v3) and most of the drivers shipping with the OS require one to statically link them to the kernel and reboot.

      I actually have a bit of a soft spot for HP-UX having worked professionally with it for a few years. Of all the existing enterprise unix's (AIX and solaris being the only other real choices at this point) HP-UX seems to fit the KISS principal better. In many ways its still got some industry leading features. Its package management is IMHO better than the ones on AIX and solaris, and probably even RPM and deb.

      HP-UX's largest problem seems to be HP...

  37. Re:enough with this racist bullshit by Darinbob · · Score: 2

    I hear some anti Indian engineer rants sometimes from Indians in the US. It's not racist, it's basically pointing out the flaws in the educational system or the attitudes of the outsourcing companies themselves.

  38. that's long dead by iggymanz · · Score: 2

    that's the bones of a project that died in 2010, nothing useful there

  39. Re:enough with this racist bullshit by Anonymous Coward · · Score: 0

    I would meet you on your terms, but I can't find out how to "kindly do the needful".

    Here's a hint. If you claim to use English, please use it. A request starts with one of a few words, of which kindly is not in that set. Needful is an adjective, which means it needs (the irony) a noun to modify. Do is a non-conjugated verb. No, my friend, you do not speak English, but you do a good approximation, with a distinctive Indian flair.

    And while we owe a debt of honor to India for the decimal point, or more importantly, the concept of zero as a placeholder, exactly what major mathematical breakthroughs is India pursuing? How is India stunning the modern day mathematical world? You might as well just get in line with Persia for "awesome mathematical advances, which are now yesterday's 800 (or more) year old news.

  40. VMS VERSION 4.1: (An official DEC memo) by kybred · · Score: 2

    VMS VERSION 4.1: (An official DEC memo)

    Please stop submitting SPR's. This is our system. We designed it,
    we build it, and we use it more than you do. If there are some
    features you think might be missing, if the system isn't as
    effective as you think it could be, TOUGH. Give it back, we don't
    need you. See figure 1.

    (slashdot whitespace filter won't allow the ASCII art middle finger graphic that should be here)
                                                            Figure 1.

    Forget about your silly problems, let's take a look at some of the
    features of the VMS operating system.

    1) Options. We've got lots of them. So many in fact, that you need
          two strong people to carry the documentation around. So many
          that it will be a cold day in hell before half of them are used.
          So many that you are probably not going to do your work right
          anyway. However, the number of options isn't all that important,
          because we picked some interesting values for the options and
          called them...

    2) Defaults. We put a lot of thought into our defaults. We like
          them. If we didn't, we would have made something else be the
          default. So keep your cotten-picking hands off our defaults.
          Don't touch. Consider them mandatory. "Mandatory defaults" has
          a nice ring to it. Change them and your system crashes, tough.
          See figure 1.

    3) Language Processors. They work just fine. They take in source,
          and often produce object files as a reward for your efforts. You
          don't like the code? Too bad! You can even try to call
          operating system services from them. For any that you can't, use
          the assembler like we do. We spoke to the language processor
          developers about this, they think a lot like we do. They said
          "See figure 1.".

    4) Debuggers. We've got debuggers, one we support and one we use.
          You shouldn't make mistakes anyway, it is a waste of time. We
          don't want to hear anything about debuggers, we're not
          interested. See figure 1.

    5) Error logging. Ignore it. Why give yourself an ulcer? You don't
          want to give us the machine to get the problem fixed and we probably
          can't do it anyway. Oh, and if something breaks between 17:00 and
          18:00 or 9:30 and 10:30 or 11:30 and 13:30 or 14:30 and 15:30 don't
          waste your time calling us, we're out. See figure 1.

    6) Command Language. We designed it ourselves, it's perfect. We
          like it so much we put our name on it, DCL - Digital's Command
          Language. In fact we're so happy with it, we designed it once
          for each of our operating systems. We even try to keep it the
          same from release to release, sometimes we blow it though. See
          figure 1.

    7) Real Time Performance. We got it. Who else could have done such
          a good job? So the system seems sluggish with all those priority
          18 processes, no problem, just make them priority one. Anyway,
          realtime isn't important anymore like it used to be. We changed
          our groups name to get rid of the word realtime, we told all our
          realtime users to see figure 1 a long time ago.

    In conclusion, stuff your SPR. Love VMS or leave it, but DON'T complain.

    --
    R.I.P. Malcolm

    1. Re:VMS VERSION 4.1: (An official DEC memo) by Jahta · · Score: 1

      1) Options. We've got lots of them. So many in fact, that you need two strong people to carry the documentation around.

      IIRC it took more than two strong people to move the "(Grey|Blue|Orange) Wall"! A palette and a forklift more like! :-)

  41. So long, OpenVMS by LGringo · · Score: 1

    I learned to code, by being exposed to a lot of VAXen: 11/730s, 11/750s, 11/780s, microVAXen and some VAXStations...had access to pretty much all compilers and was able to learn Fortran, Cobol (argh!), VaxC, Macro32 and was beginning to learn BLISS when the job was nomore...then, I switched to WinNT and never had direct access to VMS anymore. Still have 'fond' memories of WATCH.EXE, from a DECUS tape; it literally took me out of the 'matrix'. So long, old pal, $ LOGOUT

  42. Link to HP OpenVMS Roadmap by Anonymous Coward · · Score: 0

    Link to HP OpenVMS Roadmap (PDF)
    HP OpenVMS Roadmap

  43. Re:enough with this racist bullshit by colinrichardday · · Score: 1

    the concept of zero as a placeholder

    Originated with the Mayans.

  44. Re:enough with this racist bullshit by donaldm · · Score: 1

    Neither James Watt or André-Marie Ampère were English.

    Ok James Watt was born in 1736 in Greenock, Scotland which like it or not is physically joined to England however for the sake of political correctness we will call him Scottish.

    André-Marie Ampère was born in France so we will call him "French".

    You forgot "James Prescott Joule" who was born in Lancashire, England so we have to call him "English".

    --
    There ain't no such thing as proprietary standards only proprietary formats. Standards are by definition open.
  45. Good Riddance by Anonymous Coward · · Score: 0

    While it may have been stable and had good features, the long winded and convoluted command structure made it awful to use.

  46. Re:enough with this racist bullshit by LizardKing · · Score: 1

    Scotland which like it or not is physically joined to England however for the sake of political correctness we will call him Scottish. Following that "logic" Voltaire was German, since France is physically (well, geographically) joined to Germany. Or if you meant politically joined, then I guess that makes Ghandi English since India was politically joined to Great Britain when he was born.

  47. Re:enough with this racist bullshit by 0ld_d0g · · Score: 1

    "point out flaws" seems to be a new way of saying "i made this shit up" while maintaining a false sense of propriety.

  48. Re:enough with this racist bullshit by 0ld_d0g · · Score: 1

    Yawn.. really? Criticizing others for not knowing multiple languages? Where I live in the people I meet day to day can't even get English right, forget learning another foreign language...

  49. Re:enough with this racist bullshit by Alioth · · Score: 1

    To be pedantic, Watt's nationality was British. Scotland wasn't a sovereign state then (and still is not today). There is no such nationality as Scottish or English, only British. A bit like Texan isn't a nationality.

  50. We still use OpenVMS by MooseDontBounce · · Score: 1

    Just moved from Compaq Alpha box to CHARON VAX virtual server for our old MRP system about 2 months ago. I don't have to use it much, other people program on it a lot more than me. I just runs, runs correctly, and rarely fails.

  51. At long last, I've made it! by Lproven · · Score: 1

    Something like 15 years on Slashdot, and finally a story of mine makes the front page. Woo. :Â)

    --
    Liam P. ~ "Intelligence is a lethal mutation." (me)
  52. Good reason for that by dbIII · · Score: 1

    Once the people you've been working with get enough experience they are pulled off the shitty cheap outsourcing gigs and you have to deal with another newbie.
    US CEOs look at it as cheap labour, Indian companies see it as free training.
    It's all because people who partied their way through what should have been their education and got a job via family connections think they can outfox sharp Indian businessmen.

    That's what's happened with some software I use from a huge US company that's been trying to get their flagship software package rewritten in India since 2003 - so far the GUI is sort of done but a bit buggy, and it's just a front end to stuff that's stuck in 2003. Meanwhile I'm shifting a lot of stuff away from that to software from a small company in Texas that's probably made up of their laid off programmers.

  53. Re:enough with this racist bullshit by Hognoxious · · Score: 1

    Following that "logic" Voltaire was German, since France is physically (well, geographically) joined to Germany.

    More than physically. Every thirty years on average. In fact, the latest one is somewhat overdue.

    Then again, with the current state of the French economy and that clown Hollande in charge, it's probably not worth the effort of starting up the panzers.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  54. Re:enough with this racist bullshit by Hognoxious · · Score: 1

    They[1]'re called Arabic numerals because Europeans copied them from the Arabs, who get them from the Indians.

    You reckon any of those groups of people visited Mexico in the middle ages?

    [1] the sort with a zero, i.e. not Roman.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  55. Re:How enthusiastic is our support for UNIX? by Hognoxious · · Score: 1

    Real computers run MVS.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  56. Sad but time has marched on by Anonymous Coward · · Score: 0

    I was a teenager when I started playing with VMS and Unix. Unix seemed easier and less verbose. VMS was a good OS but I felt like I was writing a sentence every time I needed to execute a command. Even Unix is pretty much done for. Yea we have Solaris resurrection, thanks to Ellison, FreeBSD and varients but it is now a Linux world.

  57. I call shenannigans!!! by Anonymous Coward · · Score: 0

    Yes, you could crash VMS 4.0 by getting an unprivileged command prompt and typing 4 characters (didn't even need to hit RETURN).

    There's no way to way to get tparse() to take a CLI command without hitting return in VMS 4.0. You could use an interrupt, but preceding characters would be discarded if you did. So it'd have to be two keys, or some number of keys terminated by return, to be a believable tale.

    The bug was fixed in 4.1.

    I don't see any thing in the release notes. Shenanigans!

  58. Alas! by Anonymous Coward · · Score: 0

    My first networked operating system, my introduction to computing, and the Internet (BITNET before that). *sigh*

    DCL> SET DEF [SAD]

  59. I feel sorry for all these discontinued projects.. by Anonymous Coward · · Score: 0

    Or rather for the people involved and the people who contributed code and invested their lifetime into then "stranded" projects. On the other hand, properly, wisely and long term maintained "programs/projects" .. what a joy, especially the open source / similarly licensed ones. Tools that have a very fruitful and useful history to look upon.

  60. Long Live MPE by Anonymous Coward · · Score: 0

    ...oops

  61. Re:enough with this racist bullshit by unixisc · · Score: 1

    I would meet you on your terms, but I can't find out how to "kindly do the needful".

    Well, let him 'revert back to you'

  62. Re:enough with this racist bullshit by colinrichardday · · Score: 1

    The isolation of the Mayans doesn't preclude their invention of zero as a placeholder.

  63. Give OpenVMS a try. by Anonymous Coward · · Score: 0

    You know, you can still get an account on and give OpenVMS a try (for free of course). Check out http://deathrow.vistech.net

  64. HP/UX & Itanium by unixisc · · Score: 1

    Itanium is currently in its 3rd generation, and having adapted the other CPU practices of multiple cores, is a lot more promising in terms of preserving compatibility than the original VLIW architecture allowed. Of course, the problem is that it's now a CPU looking for an application that justifies its existence. There is just one I can think of - supercomputers - and even there, organizations tend to use either RISC CPUs, GPUs or x64 CPUs.

    Once HP killed PA-RISC, HP/UX was more or less over - a major effort would have gone in just porting HP/UX and its apps from PA-RISC to Itanium. From what I've read, Itanium did a better job emulating PA-RISC than it did x64, which is why all the x64 OSs gave it such a lukewarm reception, and gave up on it before too long. Since that time, Linux has advanced a lot, the BSDs have advanced a lot, but the Unixes that were based on SVR4.x/5 have stagnated - first SCO, then HP/UX and then Sun.

    With the Itanium 3, HP ought to focus on improving the SMP capabilities of HP/UX, or bringing in SMP specific Unixes to the platform - such as DragonFly BSD, or some such OS. B'cos multiprocessing is going to be the only way in which I see the Itanium do performance improvements, assuming that it evolves further at all.

  65. Unix Haters' handbook by unixisc · · Score: 1

    That book was too good. It described in detail everything that was wrong w/ Unix - and delved into a bit of C/C++ as well