<br><tt><font size=2>Nick Baird <nick1@permali.co.uk> wrote on 31/07/2011
08:02:19:<br>
<br>
> Hi<br>
> <br>
> I just got the latest updates from the freenx stable ppa on ubuntu
10.04, and <br>
> I have the same problem as Joseph Simonds when using freenx as an
rdp proxy <br>
> (it works fine when used to access a desktop on the linux server).<br>
[SNIP]</font></tt>
<br><tt><font size=2>> <br>
> Can anyone suggest what's wrong here?<br>
> <br>
> Thanks,<br>
> <br>
> Nick<br>
</font></tt>
<br><tt><font size=2>As I posted previously, nxloadconfig should stop nxdesktop</font></tt>
<br><tt><font size=2>being executed by checking if it exists and setting:-</font></tt>
<br>
<br><tt><font size=2>        ENABLE_EXTERNAL_NXDESKTOP="1"</font></tt>
<br>
<br><tt><font size=2>when it finds that it doesn't, which causes nxserver</font></tt>
<br><tt><font size=2>to set:-</font></tt>
<br>
<br><tt><font size=2>        type="windows-helper"</font></tt>
<br>
<br><tt><font size=2>So . . .</font></tt>
<br>
<br><tt><font size=2>Look in your nxserver script and see what's happend
to</font></tt>
<br><tt><font size=2>The section (which previously looked like) :-</font></tt>
<br>
<br><tt><font size=2>        if [ "$ACTION"
= "start" ]</font></tt>
<br><tt><font size=2>        then</font></tt>
<br>
<br><tt><font size=2>               
# Hack for external RDP/RFB agents</font></tt>
<br>
<br><tt><font size=2>               
if [ "$ENABLE_EXTERNAL_NXDESKTOP" = "1" -a "$(getparam
type)" = "windows" ]</font></tt>
<br><tt><font size=2>               
then</font></tt>
<br><tt><font size=2>               
        type="windows-helper"</font></tt>
<br><tt><font size=2>               
        application="$PATH_BIN/nxdesktop_helper"</font></tt>
<br><tt><font size=2>               
        PARAMS="$PARAMS&type=$type&application=$application&freenx_export_agents=1"</font></tt>
<br><tt><font size=2>               
        CMDLINE=$PARAMS</font></tt>
<br><tt><font size=2>               
fi</font></tt>
<br>
<br>
<br><tt><font size=2>You may as well also check nxloadconfig to see what's</font></tt>
<br><tt><font size=2>happened to the section (which used to look like)
:-</font></tt>
<br>
<br><tt><font size=2>{ ! mywhich "$PATH_BIN/nxdesktop"; } >/dev/null
2>&1 && ENABLE_EXTERNAL_NXDESKTOP="1"</font></tt>
<br>
<br>
<br><tt><font size=2>and also in nxloadconfig, check to see if:-</font></tt>
<br>
<br><tt><font size=2>        NXCONFIG_RETEST=1</font></tt>
<br>
<br><tt><font size=2>is still there, else the above check will be missed
out !!!</font></tt>
<br><tt><font size=2>(sounds like the most likely cause to me)</font></tt>
<br>
<br>
<br><tt><font size=2>cb</font></tt>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>