<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DECwindows X11 forwarding over SSH in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815431#M46336</link>
    <description>&lt;P&gt;Both the DISPLAY&amp;nbsp;variables are the same&lt;/P&gt;&lt;P&gt;For the logicals there are small differences in things like&amp;nbsp;SYS$OUTPUT and TT&lt;/P&gt;&lt;PRE&gt;"TT" = "_FTA307:"
"TT" = "_FTA309:"&lt;/PRE&gt;&lt;P&gt;but I guess this is just because they are two different processes. In my ssh session I have the following define and these are not present in the DECterm that I open&lt;/P&gt;&lt;PRE&gt;"SYS$REM_ID" = "&amp;lt;user&amp;gt;(LOCA"
"SYS$REM_NODE" = "&amp;lt;IP&amp;gt;::"
"SYS$REM_NODE_FULLNAME" = "&amp;lt;IP&amp;gt;::"&lt;/PRE&gt;&lt;P&gt;Where &amp;lt;IP&amp;gt; is the address of the PC I'm connecting from and &amp;lt;user&amp;gt; is my username on VMS&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2015 07:02:47 GMT</pubDate>
    <dc:creator>VinceC</dc:creator>
    <dc:date>2015-12-02T07:02:47Z</dc:date>
    <item>
      <title>DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6814761#M46330</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi community&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm trying to setup X11 forwarding over SSH and everything seems to be working fine except for&amp;nbsp;&lt;SPAN&gt;CDE/Motif. I've configured SSH on the server and I can open applications like DECterm, clock, EVE without any problems. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;At the moment I use the old session manager (decw$session) but would like to get CDE working. Normally when I telnet to the server and set my display I can open it using decw$startlogin but when using ssh it doen't work&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;I've&amp;nbsp;got&amp;nbsp;HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6 - ECO 4&lt;BR /&gt;on an HP Itanium&amp;nbsp;(OpenVMS V8.3-1H1)&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 11:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6814761#M46330</guid>
      <dc:creator>VinceC</dc:creator>
      <dc:date>2015-11-30T11:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6814971#M46331</link>
      <description>&lt;P&gt;&amp;gt; I'm trying to setup X11 forwarding over SSH [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I've never really made this work (or tried very hard), so I know&lt;BR /&gt;nothing, but ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] set my display [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Set it _how_, exactly?&amp;nbsp; My vague impression of X forwarding over SSH&lt;BR /&gt;was that the SSH server set the display itself.&amp;nbsp; (Unlike a Telnet or RSH&lt;BR /&gt;connection, which requires you (or your LOGIN.COM script) to set it.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] when using ssh it doen't work&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "Doesn't work" is not a useful problem description.&amp;nbsp; Actual behavior?&lt;BR /&gt;Actual error messages?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I've got [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; That's one system, apparently the X client.&amp;nbsp; What's the other one&lt;BR /&gt;(that is, the X server -- the system with the display/keyboard/mouse)?&lt;BR /&gt;And how, exactly, is the SSH connection made?&amp;nbsp; The command-line SSH&lt;BR /&gt;clients which I've seen typically have options like "-X" or "-Y" which&lt;BR /&gt;control if/how the X forwarding is done.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 23:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6814971#M46331</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2015-11-30T23:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815053#M46332</link>
      <description>&lt;P&gt;Hi Steven&lt;/P&gt;&lt;P&gt;I use&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;set display/create/transport=tcpip/node=localhost/server=11&lt;/PRE&gt;&lt;P&gt;to set my display on VMS. The server number corresponds to the remote port that I'm forwarding in my ssh connection (In this case with server=11, I forward remote port 6011 on VMS to the X server's port 6000 to make sure it uses display :0.0)&lt;/P&gt;&lt;P&gt;For my X server I make use of Xming or Reflection X. I use PuTTY for windows for the SSH connection. I use the PuTTY GUI to set up the connection but the command&amp;nbsp;would look like this:&lt;/P&gt;&lt;PRE&gt;putty.exe -ssh -X -R 6011:localhost:6000&amp;nbsp;&amp;lt;user&amp;gt;@&amp;lt;IP&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can then open DECwindows applications without issues, but when I try to get the CDE/Motif login to work by running&lt;/P&gt;&lt;PRE&gt;mc decw$startlogin&lt;/PRE&gt;&lt;P&gt;nothing happens... No refresh on my X server display, no error message, just nothing...&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 07:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815053#M46332</guid>
      <dc:creator>VinceC</dc:creator>
      <dc:date>2015-12-01T07:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815122#M46333</link>
      <description>&lt;P&gt;I've noticed that I can&amp;nbsp;get the login to display if I open a DECterm window and then use the &lt;STRONG&gt;&lt;EM&gt;decw$startlogin&lt;/EM&gt;&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;Not sure why this would work but running the command from the PuTTY terminal doesn't... does&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;create/term/detach&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;set some logicals that I don't know about?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 11:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815122#M46333</guid>
      <dc:creator>VinceC</dc:creator>
      <dc:date>2015-12-01T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815321#M46334</link>
      <description>There is a bug fixed in VSI DECwindows Motif V1.7-D that may or may not be related. There the report describes multiple appearances of the hourglass when attempting to start the login screen rather than nothing as described here. Don't know if HP has plans to port this back to v8.4. My guess would be almost certainly not to v8.3-1H1, which ends support in 3 weeks.</description>
      <pubDate>Tue, 01 Dec 2015 20:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815321#M46334</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2015-12-01T20:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815406#M46335</link>
      <description>&lt;P&gt;&amp;gt; [...] does create/term/detach set some logicals that I don't know&lt;BR /&gt;&amp;gt; about?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show logical /output = sholog1.out&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show logical /output = sholog2.out&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; differences sholog1.out sholog2.out&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Are the "show display" data the same?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 01:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815406#M46335</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2015-12-02T01:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815431#M46336</link>
      <description>&lt;P&gt;Both the DISPLAY&amp;nbsp;variables are the same&lt;/P&gt;&lt;P&gt;For the logicals there are small differences in things like&amp;nbsp;SYS$OUTPUT and TT&lt;/P&gt;&lt;PRE&gt;"TT" = "_FTA307:"
"TT" = "_FTA309:"&lt;/PRE&gt;&lt;P&gt;but I guess this is just because they are two different processes. In my ssh session I have the following define and these are not present in the DECterm that I open&lt;/P&gt;&lt;PRE&gt;"SYS$REM_ID" = "&amp;lt;user&amp;gt;(LOCA"
"SYS$REM_NODE" = "&amp;lt;IP&amp;gt;::"
"SYS$REM_NODE_FULLNAME" = "&amp;lt;IP&amp;gt;::"&lt;/PRE&gt;&lt;P&gt;Where &amp;lt;IP&amp;gt; is the address of the PC I'm connecting from and &amp;lt;user&amp;gt; is my username on VMS&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815431#M46336</guid>
      <dc:creator>VinceC</dc:creator>
      <dc:date>2015-12-02T07:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815433#M46337</link>
      <description>&lt;P&gt;Hi Craig&lt;/P&gt;&lt;P&gt;Is there anything I can check to verify that it is the bug you described causing this behaviour?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6815433#M46337</guid>
      <dc:creator>VinceC</dc:creator>
      <dc:date>2015-12-02T07:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: DECwindows X11 forwarding over SSH</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6816319#M46338</link>
      <description>&lt;P&gt;No idea. &amp;nbsp;I just read the release notes available to anyone with patch access. &amp;nbsp;If you don't have patch access, then this information is of no use to you. &amp;nbsp;If you do have patch access, then you must also have a support contract, and you should be taking this up with HP.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2015 03:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decwindows-x11-forwarding-over-ssh/m-p/6816319#M46338</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2015-12-05T03:33:36Z</dc:date>
    </item>
  </channel>
</rss>

