Home · Articles · Downloads · Hobby Wear · Forums · Web Links · News CategoriesThursday, April 18, 2024
Navigation
Home
Articles
Downloads
Hobby Wear
FAQ
Forums
Web Links
News Categories
Contact Us
Photo Gallery
OpenVMS Bigot
Search
Users Online
Guests Online: 4
No Members Online

Registered Members: 7,708
Newest Member: nifseg
Sponsors
Island Computer
View Thread
OpenVMS Hobbyist Program | Hobbyist Licensing | Alpha License PAK's
Author DecWindows
Lord Beckett
Member

Posts: 18
Joined: 06.03.12
Posted on March 08 2012 09:18
Could anyone point me to a good tutorial for installing DecWindows. I am running PersonalAlphaPlus. I know it does not have actual graphics hardware emulation, so I have been trying to use X Forwarding but it is giving me a hard time.

OpenVMS 8.4 Alpha. TCPIP is working, DNS isn't, SSH is working.

Any help would be greatly appreciated.
Edited by Lord Beckett on March 08 2012 09:23
Author RE: DecWindows
malmberg
Moderator

Posts: 530
Joined: 15.04.08
Posted on March 08 2012 15:29
SSH Tunneling is broken with HP TCPIP 5.7.

If you install the ECOs, then NFS mounting is broken.

There are two components to DecWindows, the base workstation/fonts and the MOTIF component in the DECWMotif layered product.

You will probably want to install the optional workstation components so that you can serve fonts to the system running X11.

There are sys$startupsmileyecw$*.template files that are used to customize the startup by using them to make ".COM" files. Of interest to you will probably be starting the font server.
Author RE: DecWindows
Lord Beckett
Member

Posts: 18
Joined: 06.03.12
Posted on March 08 2012 16:15
So in other words its broken and that's why it never seems to work. I guess since we're not allowed to access patches (cough) it wont be fixed until the next version release. Nice.smiley
Edited by Lord Beckett on March 08 2012 16:16
Author RE: DecWindows
saq
Member

Posts: 60
Joined: 24.05.08
Posted on March 08 2012 16:26
Get MultiNet or TCPWare from Process Software and give those a try.
Author RE: DecWindows
Lord Beckett
Member

Posts: 18
Joined: 06.03.12
Posted on March 09 2012 05:05
I did connect to the Deathrow cluster's DecWindows from Xming in Windows 7. Its CDE 1.0, something's are broken, but I just wanted to verify that the X windowing software and Windows wasn't causing the issue. Got a multinet license. There FTP server seems to have issues because the connection keeps timing out.
Author RE: DecWindows
Lord Beckett
Member

Posts: 18
Joined: 06.03.12
Posted on March 12 2012 23:38
Used the OpenVMS FTP client and the download worked. Its extracting now, for some reason Windows does not like that file.
Edited by Lord Beckett on March 13 2012 00:03
Author RE: DecWindows
malmberg
Moderator

Posts: 530
Joined: 15.04.08
Posted on March 13 2012 03:03
Downloads to/from non-vms systems require that you set the type to "BINARY" or "TEXT" properly to keep the file from being mangled. Many Windows tools use the file extension to determine how to transfer by default.

VMS systems can sometimes detect each other via FTP and then auto-select the data type to transfer.
Author RE: DecWindows
Lord Beckett
Member

Posts: 18
Joined: 06.03.12
Posted on March 13 2012 06:02
malmberg wrote:
Downloads to/from non-vms systems require that you set the type to "BINARY" or "TEXT" properly to keep the file from being mangled. Many Windows tools use the file extension to determine how to transfer by default.

VMS systems can sometimes detect each other via FTP and then auto-select the data type to transfer.


OK thanks for the helpful advice smiley
Author RE: DecWindows
Lord Beckett
Member

Posts: 18
Joined: 06.03.12
Posted on March 14 2012 13:58
Ok amazingly after much wrath, i finally got the multinet ssh server to work, got on, got xforwarding to work, the DecWindows login screen comes up on Xming but when i try to login it just goes back to the login screen?

Update:

I did get the DecWindows clock to show up seperately in Xming.
Edited by Lord Beckett on March 14 2012 15:59
Author RE: DecWindows
abrsvc
Member

Posts: 108
Joined: 12.03.10
Posted on March 15 2012 01:16
Verify that the account that you are using has the proper access. I don't recall whether or not the DECWindows access is counted as a "network" connection or not. If it is and your account does not allow network connections, the login will fail and result in the logon screen showing up again. Use Authorize to verify.

Dan
Author RE: DecWindows
malmberg
Moderator

Posts: 530
Joined: 15.04.08
Posted on March 15 2012 03:08
When accessing DecWindows from other than the local VMS workstation, you do not want to go through the login screen, instead you want to launch vue$master as FileView/FileVue (Default Configuration). The vue$master program can easily have its menus customized.
Do not select use FileVue as session manager, that will mess things up and you will have to edit the configuration files for your login session to fix.

When you go through the remote login to DecWindows on VMS, two bad things happen:

1. You get the remote VMS window manager instead of your local one, and that slows things down while increasing the load on everything.

2. When you log out from any remote VMS host, it sends a signal to your X-11 server program to reset and shutdown all X11 sessions, both locally and to other remote hosts. Some X-11 Servers can be configured to ignore that request.

You will probably need to configure the VMS system to start the font daemon, by default it is not started. And then configure your X11 server to use that font daemon.

Other than that, I do not know why the login screen is failing. You might want to turn on image accounting and check the various accounting and operator logs to see what is going on.
Author RE: DecWindows
Lord Beckett
Member

Posts: 18
Joined: 06.03.12
Posted on March 15 2012 11:55
malmberg wrote:
When accessing DecWindows from other than the local VMS workstation, you do not want to go through the login screen, instead you want to launch vue$master as FileView/FileVue (Default Configuration). The vue$master program can easily have its menus customized.
Do not select use FileVue as session manager, that will mess things up and you will have to edit the configuration files for your login session to fix.

When you go through the remote login to DecWindows on VMS, two bad things happen:

1. You get the remote VMS window manager instead of your local one, and that slows things down while increasing the load on everything.

2. When you log out from any remote VMS host, it sends a signal to your X-11 server program to reset and shutdown all X11 sessions, both locally and to other remote hosts. Some X-11 Servers can be configured to ignore that request.

You will probably need to configure the VMS system to start the font daemon, by default it is not started. And then configure your X11 server to use that font daemon.

Other than that, I do not know why the login screen is failing. You might want to turn on image accounting and check the various accounting and operator logs to see what is going on.


I actually got the ViewMaster thing working, currently playing with the configuration smiley

Perhaps this is a stupid question but how do I get it as such?
''

Update:

Ok, I was messing around in VueMaster, found the CDE exe files. It kept telling me It couldn't find the device wsa2, so I looked in the Xming server logs and found it was blocking connections. So I googled that and found that one had to add '-ac' to the shortcut, and after that I loaded cdesession.exe and I got a full desktop. smiley

Although MCR DECW$STARTLOGIN is refusing to work at all now
Edited by Lord Beckett on March 15 2012 15:09
Author RE: DecWindows
malmberg
Moderator

Posts: 530
Joined: 15.04.08
Posted on March 16 2012 03:11
If you got the desktop that you want, you are in. I would not worry about the login, as you had to authenticate in order to launch the applications.

The login process would probably switch you to the remote window manager.
Jump to Forum:
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Member Poll
Are you going to OpenVMS Boot Camp 2016?

Yes

No

You must login to vote.
Shoutbox
You must login to post a message.

malmberg
August 04 2022
No more VAX hobbyist licenses. Community licenses for Alpha/IA64/X86_64 VMS Software Inc. Commercial VMS software licenses for VAX available from HPE.

ozboomer
July 20 2022
Just re-visiting.. No more hobbyist licenses? Is that from vmssoftware.com, no 'community' licenses?

valdirfranco
July 01 2022
No more hobbyist license...sad

mister_wavey
February 12 2022
I recall that the disks failed on the public access VMS systems that included Fafner

parwezw
January 03 2022
Anyone know what happened to FAFNER.DYNDS.ORG? I had a hobbyist account here but can longer access the site.

gtackett
October 27 2021
Make that DECdfs _2.1A_ for Vax

gtackett
October 27 2021
I'm looking for DECdfs V2.4A kit for VAX. Asking here just in case anyone is still listening.

MarkRLV
September 17 2021
At one time, didn't this web site have a job board? I would love to use my legacy skills one last time in my career.

malmberg
January 18 2021
New Hobbyist PAKs for VAX/VMS are no longer available according to reports. Only commercial licenses are reported to be for sale from HPE

dfilip
January 16 2021
Can someone please point me to hobbyist license pak? I'm looking for VAX/VMS 7.1, DECnet Phase IV, and UCX/TCPIP ... have the 7.1 media, need the license paks ... thanks!

Bart
October 16 2020
OpenVMS, and this website!

malmberg
September 05 2020
VSI community non-commercial licenses for AXP/IA64 are available now.

malmberg
September 05 2020
See the forum about licensing. Don't know if HPE hobby licenses still being issued. Commercial licenses still being sold.

silfox70
September 01 2020
I need the license for OpenVMS7.3. Where can I find them?

malmberg
August 29 2020
Eisner, which is currently being moved, got an SSH update and the keys were updated to more modern encryption standards.

Shoutbox Archive