[FreeNX-kNX] FreeNX - RDP connection fails

Les Mikesell lesmikesell at gmail.com
Tue Jan 10 20:45:41 UTC 2012


On Tue, Jan 10, 2012 at 2:08 PM, Akemi Yagi <amyagi at gmail.com> wrote:
> On Tue, Jan 10, 2012 at 11:51 AM, Jimmy <g17jimmy at gmail.com> wrote:
>> I installed freenx in Aug2011 and didn't have the problems getting it to
>> work that I am now. I had to start fresh on a new server and now it's not
>> all coming together like before.
>>
>> I installed nx using rpm's and have these:
>>
>> nx-3.5.0-1.el5.centos
>> nxclient-3.5.0-7
>> nxnode-3.5.0-7
>> freenx-0.7.3-8.el5.centos
>
>> The attempt to start xterm over ssh does not work with a message that the
>> DISPLAY is not set.
>
> On my CentOS-5 system, I have:
>
> nx-3.5.0-1.el5.centos.x86_64
> freenx-0.7.3-8.el5.centos.x86_64
> nxclient-3.4.0-7.x86_64
>
> And the command [ ssh -X <remote-host> "xterm" ] works fine.
>
> What do you get with:
>
> ssh <remote-host> "echo $DISPLAY"

Note that 'ssh somewhere something' doesn't have much to do with nx, and:
   x-forwarding has a config file option that the command line overrides
   some things need -Y instead of -X (still don't understand what/why)
   double quotes let $DISPLAY expand locally

try:
ssh -Y <remote-host> 'echo $DISPLAY'

-- 
   Les Mikesell
    lesmikesell at gmail.com



More information about the FreeNX-kNX mailing list