<br><tt><font size=2>freenx-knx-bounces@kde.org wrote on 05/03/2012 16:16:59:<br>
<br>
> Hello. Any help would be greatly appreciated. I am having an issue
<br>
> with freenx-server after rebooting. I have tried CentOS 6.2 and <br>
> Fedora 16.<br>
</font></tt>
<br><tt><font size=2>[SNIP]</font></tt>
<br>
<br><tt><font size=2>> NX> 105 /usr/libexec/nx/nxserver: line 1585:
 3735 Terminated       <br>
>        sleep <br>
> $AGENT_STARTUP_TIMEOUT<br>
> NX> 596 Session startup failed.<br>
</font></tt>
<br><tt><font size=2>[SNIP]</font></tt>
<br>
<br><tt><font size=2>xrdb: Connection refused<br>
xrdb: Can't open display ':12010'</font></tt>
<br>
<br><tt><font size=2>[SNIP]</font></tt>
<br>
<br><tt><font size=2>This is at about line 320 in your</font></tt>
<br>
<br><tt><font size=2>         /usr/bin/nxnode</font></tt>
<br>
<br>
<br><tt><font size=2>#</font></tt>
<br><tt><font size=2># Should we start a window manager?</font></tt>
<br><tt><font size=2>#</font></tt>
<br><tt><font size=2>  </font></tt>
<br><tt><font size=2>if [ "$virtualdesktop" = "1" -a
"$type" = "unix-application" -a "$DEFAULT_X_WM"
!= "" -a -x "$(find_app $DEFAULT_X_WM)" ]</font></tt>
<br><tt><font size=2>then</font></tt>
<br><tt><font size=2>     DISPLAY=:$display $DEFAULT_X_WM
>>"$USER_FAKE_HOME/.nx/C-$sess_id/session" 2>&1
&</font></tt>
<br><tt><font size=2>     NODE_WM_PID=$!</font></tt>
<br><tt><font size=2>fi</font></tt>
<br><tt><font size=2>  </font></tt>
<br><tt><font size=2>echo "Xft.dpi: 96" | DISPLAY=:$display xrdb
-merge >>"$USER_FAKE_HOME/.nx/C-$sess_id/session" 2>&1</font></tt>
<br>
<br>
<br>
<br><tt><font size=2>Someone reported font problems so the xft.dpi</font></tt>
<br><tt><font size=2>was added.</font></tt>
<br>
<br><tt><font size=2>I haven't bothered to try removing it.</font></tt>
<br>
<br>
<br><tt><font size=2>The xrdb -merge fails because nxagent hasn't</font></tt>
<br><tt><font size=2>started up and loaded all its libraries yet</font></tt>
<br><tt><font size=2>(say after a reboot).</font></tt>
<br>
<br><tt><font size=2>If you try to connect 4 ot 5 times eventually</font></tt>
<br><tt><font size=2>it will work and continue to work whilst agent</font></tt>
<br><tt><font size=2>and libraries are in memory.</font></tt>
<br>
<br><tt><font size=2>The easy to understand (bodgy) quick fix</font></tt>
<br><tt><font size=2>is to add the line:-</font></tt>
<br>
<br><tt><font size=2>           
    sleep 4 </font></tt>
<br>
<br><tt><font size=2>just before:-</font></tt>
<br>
<br><tt><font size=2>echo "Xft.dpi: 96" | DISPLAY=:$display xrdb
-merge etc.</font></tt>
<br>
<br><tt><font size=2>You won't notice the delay.</font></tt>
<br>
<br>
<br><tt><font size=2>If you look back thru the posting s 2 years or so</font></tt>
<br><tt><font size=2>you will find the original discussion</font></tt>
<br>
<br><tt><font size=2>Try searching on</font></tt>
<br>
<br><tt><font size=2>AGENT_STARTUP_TIMEOUT</font></tt>
<br>
<br>
<br>
<br>