wossman, to AdobePhotoshop
@wossman@mastodon.social avatar

See a 4000 VLC boot into DECWindows MOTIF on over the network in 2024.

https://youtu.be/saBfzRmuQec

eschaton, to retrocomputing
@eschaton@mastodon.social avatar

Are there any straightforward guides to setting up an SSH “jump server” for an old system? Let’s say I have a VAX VMS system I want to provide access to. People would ssh to cmhvax@mysite with a password I share, and each would produce a telnet connection to the VAX that they’d then have to log into with their real login and password. The past couple times I’ve looked into it, I got pretty lost in a forest of documentation…

beka_valentine, to random

meeple! I once read a computer science paper about a theory for version control that modeled things via sets of file versions so that there would never be merge conflicts just files that are in multiple states simultaneously

does anyone know what paper this was??

kkarhan,

@beka_valentine good question...

I only know that 's filesystem works with versions (tho limited to 32767 per file) and basically instead of deletibg or overwriting a file saves a new gull copy with the changes since last save included in it.

Older Versions can be specifically deleted or purged.
https://en.wikipedia.org/wiki/Files-11#Disk_organization_and_naming

Basically a worse version of snapshotting...

HoffmanLabs, to VintageOSes

The following paper on the problems with non-scalable locking designs certainly explains some of the empirical (and app-dependent) behaviors observed with OpenVMS on larger Alpha and Itanium multiprocessors.

This is mostly OpenVMS on Alpha and Itanium multiprocessors, and now on x86-64 multicore designs, as VAX 9000 (Aridus) topped out at four (scalar) processors, and other later (and much more affordable, as compared with Aridus) VAX multiprocessors got to six or maybe eight processors.

In decades past, app performance on OpenVMS multiprocessors fell off pretty quickly starting around eight processors (or eight cores, more recently).

With the work that went into OpenVMS itself to break up spinlocks and to reduce related synchronization overhead, and with apps becoming more cognizant of NUMA hardware (where available), maintaining app performance on sixteen processors (cores) became more commonly feasible.

OpenVMS spinlocks are a somewhat simpler design than the ticket spinlocks Linux is currently using, too.

But somewhere along the path of adding more processors to scale app performance, Cache Coherency and Amdahl’s Law do come to visit, and performance craters.

https://people.csail.mit.edu/nickolai/papers/boyd-wickizer-locks.pdf

#OpenVMS #history #History #retrocomputers #retrocomputing #digitalequipmentcorporation #DEC #VAX #Alpha #Itanium #x86 #Linux

HoffmanLabs,

@jfmezei Spinlocks, bitlocks, and interlocked queues are underneath most everything within OpenVMS.

The lock manager, the distributed transaction manager, and asynchronous system traps (ASTs) all synchronize their critical paths with these same primitives.

Apps and other OpenVMS services then use the locks provided by the lock manager for coordination, and ASTs for some (limited) asynchronous processing.

ASTs are a subset of threading, where a single process can have at most two threads (mainline non-AST-mode, and AST mode), and only one of these two can be active at a time. ASTs are fundamentally tied to a processor, as well. I’ve done a lot of AST-driven apps, particularly those using hibernation.

An aside for bug avoidance (read: learn from my mistakes): If you chose the AST-driven $hibernation/$wake design (which works very well), do remember to also issue a $schdwk scheduled wakeup call to un-stick a potentially stuck app, should a $wake call get lost somewhere. Multiple parallel $wake calls will get coalesced into one, and of course $wake calls can arrive at any time, among other wrinkles. Having a periodic wakeup call will unstick any potential race conditions.

Contrast ASTs with OpenVMS KP threads (KP threads are the underpinnings of pthreads), which allow the same app and its address space to be scheduled across multiple processors entirely in parallel.

if you’re interested in threading and such, also have a look at Apple GCD / libdispatch and blocks, as well:

https://apple.github.io/swift-corelibs-libdispatch/tutorial/

I very much would have liked to have had something GCD-like available on OpenVMS, having implemented similar queued designs (absent blocks, which are also tied into compiler support) on many occasions.

#OpenVMS #multiprocessing #threading #Apple

rockylhotka, to webassembly
@rockylhotka@fosstodon.org avatar

"She explained further: “Often what you see in the industry is, ‘This is the Go native version of this other Rust or C++ library’ — you see this in every language ecosystem. We’re really just duplicating the same work and, in my opinion, it is just a waste of human effort and time."

https://thenewstack.io/why-webassembly-will-disrupt-the-operating-system/

rockylhotka,
@rockylhotka@fosstodon.org avatar

@SmartmanApps I do like the callback to 1970's (or 80's) OSes. The operating system had an interop spec that made it "easy" to interoperate between a whole lot of languages at the time. C was hard b/c it was so tied to the file system. C++ had that problem plus method name munging.

So I get the article's points about the difficulty of defining an interop standard for that avoids all those issues - and presumably a host of others that might also exist.

darkcisum, to VintageOSes
@darkcisum@swiss.social avatar

Anyone still using VAX / VMS?

tuxedocomputers, to random German
@tuxedocomputers@linuxrocks.online avatar

Das TUXEDO Control Center gab und gibt es nicht für Windows. Portierung ist auch derzeit nicht geplant.

stdevel,
@stdevel@chaos.social avatar

@tuxedocomputers Okay. Wie sieht es mit GNU/Hurd und aus? Frage für einen Freund.

praetor, to VintageOSes
@praetor@social.sdf.org avatar

I'm not going to lie is awesome without the . But......just sayin' it's even more awesome on weed

regehr, to random
@regehr@mastodon.social avatar

gonna try to trigger a few people here:

"Short reasons for long vectors in HPC CPUs: a study based on RISC-V"

https://arxiv.org/pdf/2309.06865.pdf

HoffmanLabs,

@pervognsen @steve @cr1901 @regehr The VAX/VMS kernel and a fair amount of VMS userland were written in VAX BLISS, and in VAX MACRO-32 assembler.

That implementation shifted with work to allow C in the VMS (later OpenVMS) kernel, and the remaining portions of BLISS and MACRO-32 in the current kernel are now far much smaller.

VSI still maintains BLISS and MACRO-32 compilers for OpenVMS on Alpha, Itanium, and x86-64.

foone, to random
@foone@digipres.club avatar

HP-UX won't reach EOL until 2025!?

Jesus, HP.

stdevel,
@stdevel@chaos.social avatar

@foone Back then when I was a HP-UX administrator I really hoped they would migrate it to x86_64 sometime. Maybe some company sells the IP like VSI with :D

kiwa, to random
@kiwa@bitbang.social avatar

there is an HP DEC Alpha DS15A locally, looks interesting, idk if it's worth the trip though, never played with alpha stuff before so no idea

stdevel,
@stdevel@chaos.social avatar

@kiwa Lovely device. Trying to get the ne for years - unfortunately they’re crazy expensive here in Germany. Would love to tinker with on my one of these. But you can also run specific Windows versions on it - and of course Linux, BSD and Tru64 UNIX. You won’t regret it!

dosnostalgic, to random
@dosnostalgic@mastodon.social avatar

I miss the days when a brand new OS would just let you reboot into a legacy OS. Happy 28th birthday to Windows 95! 🎉🎂🎈🍾🥂

HoffmanLabs,

@dosnostalgic VAX/VMS circa 1978 used to boot with PDP-11 RSX-11M compatibility mode available and a fair chunk of the apps in the early VAX/VMS versions were RSX-11M apps running in compatibility mode.

The VAX-11 boxes supported PDP-11 instructions in hardware.

You could run your existing PDP-11 RSX-11M apps directly, too.

That all ended at VAX/VMS V4.0 (~1984), and with then-new VAX models after VAX 8600.

VAX 8600 was originally to be named VAX-11/790, but marketing marketed and dropped the -11 with the “architecture for the ‘80s”.

PDP-11 RSX-11M compatibility mode became a separate product, and the PDP-11 instructions were emulated, and the -11 was dropped from VAX.

Technically, an LSI-11 console processor booted RT-11 from the 8” console floppy which then booted the VAX-11/780 (organizationally within he hardware, the VAX was an enormous LSI-11 peripheral) which ran VAX and PDP-11 instructions and which could run simh emulator to emulate PDP-11 running RT-11. If the LSI-11 failed—as happened on a couple of occasions—the VAX could continue to run. Just not reboot.

The approach Apple used for migrations with Rosetta and Rosetta 2 was far smoother.

Yeah. Fun times. When it all worked.

There are shenanigans in newer boxes too, but they’re usually somewhat better hidden.

#digitalequipmentcorporation #OpenVMS #VMS #VAX #PDP11 #RSX11 #RSX11M #RT11 #retrocomputers #retrocomputing #history

selea, to random

Does anyone know when OpenVMS for x86 is going to be released for us nerds?

HoffmanLabs, to random

VMS Software (VSI) has a Python qualification tool available for determining hardware compatibility of OpenVMS x86-64 on your local Intel or AMD server:
https://vmssoftware.com/openkits/alpopensource/vmscheck.zip

Example run:

OpenVMS 9.x compatibility quick-check

Summary:
Your CPU appears to be compatible with OpenVMS 9.2 and up.

Detailed info:

Vendor ID : GenuineIntel
CPU name : Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz

Necessary for OpenVMS 9.x:
Intel or AMD CPU : Yes
SSE 4.1 : Yes
XSAVE : Yes
TSC : Yes
APIC : Yes
MTRR : Yes

Optional for OpenVMS 9.x:
PCID : Yes
X2APIC : Yes
FSGSBASE : Yes
MD_CLEAR : Yes
XSAVEOPT : Yes

And to think, Alpha EV7z peaked at 1.3 GHz, and a top-binned Itanium Poulson, err, Kittson peaked at 2.66 GHz, and here an old and slow i5 is now well past both at 3.4 GHz. (Yes, I am well aware of the perils of comparing clock speeds across disparate architectures, but thanks for mentioning that.)

HoffmanLabs, to random

Set your wayback machine for the 1980s…

Before the web and HTML became ubiquitous, there were videotext terminals and similar software packages around, and probably most famously including the French Minitel system.

https://en.wikipedia.org/wiki/Minitel

Here are some folks seeking to recreate the Minitel:

https://fr.ulule.com/minimit/

The DEC VTX videotext layered product for then VAX/VMS and MicroVMS (later OpenVMS) was inspired by Minitel.

While VTX wasn’t often purchased by DEC customers, nor used all that widely outside of DEC, there was a whole lot inside DEC using VTX and the Notes conferencing app inside DEC. VTX was replaced by other mechanisms, while Notes was deprecated but never died.

There are some accessible Notes conferences (free) at the DECUServe server, for those interested in experiencing that. I’m not aware of any sites still running DEC VTX.

https://eisner.decuserve.org

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • GTA5RPClips
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • anitta
  • provamag3
  • Leos
  • cisconetworking
  • lostlight
  • All magazines