installing in fusion on intel Mac - named pipe (socket file) problem

Having difficulties when installing the system? Your system runs slowly and requires some tweaking? You can get help here.
Post Reply
User avatar

Topic author
tlovern
Active Contributor
Posts: 40
Joined: Tue Jul 21, 2020 10:44 am
Reputation: 0
Status: Offline

installing in fusion on intel Mac - named pipe (socket file) problem

Post by tlovern » Tue Aug 08, 2023 2:59 pm

I suspect this is a noob level problem, but:

trying to install OpenVMS on a Mac using Fusion.

In my vmx file I have this:

serial0.fileType = "pipe"
serial0.fileName = "/tmp/serial1"
serial0.pipe.endPoint="server"

on the mac side, in a terminal, I do this:

$ socat - UNIX-CONNECT:/tmp/serial1

and the output from the installation echos here, and continues after the installation stops echoing to the VM console.
My problem is that it appears to be output only, and anything I type is ignored.

the file "/tmp/serial1" exists, it is created by the VM, and is of type socket.

$ file /tmp/serial1
/tmp/serial1: socket

I know I'm missing something very basic and will feel incredibly humbled when it is pointed out.

Any help would be greatly appreciated.

User avatar

dmjb
Valued Contributor
Posts: 53
Joined: Mon Aug 17, 2020 4:38 pm
Reputation: 0
Status: Offline

Re: installing in fusion on intel Mac - named pipe (socket file) problem

Post by dmjb » Tue Aug 08, 2023 3:44 pm

Use a telnet serial port instead of a named pipe. Follow this guide: https://communities.vmware.com/t5/VMwar ... d-p/480346

User avatar

Topic author
tlovern
Active Contributor
Posts: 40
Joined: Tue Jul 21, 2020 10:44 am
Reputation: 0
Status: Offline

Re: installing in fusion on intel Mac - named pipe (socket file) problem

Post by tlovern » Wed Aug 09, 2023 1:49 am

even though I think I tried this, it does appear to be working now, using Telnet...

thanks!
Last edited by tlovern on Wed Aug 09, 2023 2:05 am, edited 4 times in total.

Post Reply