<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3086" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Thanks for your help.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>yes I still have the following in the session log 
 /usr/libexec/nx/nxnode: line 306: startkde: command not found</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>when I type- find / -iname startkde it takes 5 
minutes but nothing is found.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT><FONT 
face=Arial size=2></FONT><BR><FONT face=Arial size=2>when I type- which 
startkde I get the following-<BR>/usr/bin/which: no startkde in 
(/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/                                             
sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/NX/bin:/root/bin)</FONT></DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV>
<DIV><FONT face=Arial size=2>I have pasted in below the node.conf from 
/etc/nxserver/</FONT></DIV>
<DIV><FONT face=Arial size=2>Sorry this is like chinese to me.</FONT></DIV>
<DIV><FONT face=Arial><BR><FONT size=2><FONT size=2>
<P># node.conf</P>
<P>#</P>
<P># This file is provided by FreeNX. It should be placed either into</P>
<P># /etc/nxserver/node.conf (FreeNX style) or /usr/NX/etc/node.conf</P>
<P># (NoMachine NX style).</P>
<P>#</P>
<P># It is mostly compatible with NoMachine node.conf. The most important </P>
<P># difference is that no spaces are allowed when assigning values (eg </P>
<P># "A=value" is allowed, "A = value" is NOT).</P>
<P>#</P>
<P># This file is sourced by bash, so you can do some fancy stuff here if 
you</P>
<P># want to, but be aware that it is sourced 3 times per connection. If you 
</P>
<P># want autostart stuff, set NODE_AUTOSTART instead!</P>
<P># </P>
<P>#</P>
<P># You surely are aware that FreeNX is based on the fantastic results that</P>
<P># the hard work by NoMachine.com has achieved. NoMachine.com released the</P>
<P># core NX libraries under the GPL. The installation of these libs are the</P>
<P># precondition for all FreeNX scripts to work. If you are installing this</P>
<P># software with the help of one of the package management tools of your</P>
<P># Linux distribution, you can assume that this dependency is taken care 
of</P>
<P># by the tool.</P>
<P>#</P>
<P># You have questions about the inner workings of the NX technology?</P>
<P>#</P>
<P># Then you are recommended to first check out the rich and very detailed</P>
<P># NoMachine documentation and their online Knowledge Base at </P>
<P>#</P>
<P># http://www.nomachine.com/kb/</P>
<P>#</P>
<P># Other sources of information are the NoMachine mailing lists </P>
<P># (nxusers@nomachine.com and nxdevelopers@nomachine.com):</P>
<P>#</P>
<P># http://www.nomachine.com/mailinglists.php</P>
<P>#</P>
<P># The FreeNX (freenx-knx@kde.org) list is here:</P>
<P>#</P>
<P># https://mail.kde.org/mailman/listinfo/freenx-knx</P>
<P>#</P>
<P># SVN: $Id: node.conf.sample 226 2006-07-04 23:38:10Z fabianx $</P>
<P>#########################################################################</P>
<P># General FreeNX directives</P>
<P>#########################################################################</P>
<P># The host name which is used by NX server. It's should be used if it's</P>
<P># different than the default hostname (as returned by `hostname`)</P>
<P>#SERVER_NAME="$(hostname)"</P>
<P># The port number where local 'sshd' is listening.</P>
<P>#SSHD_PORT=22</P>
<P> </P>
<P>#########################################################################</P>
<P># Authentication / Security directives</P>
<P>#########################################################################</P>
<P># Authentication directives</P>
<P># This adds the usermode to the possible authentication methods</P>
<P># Usermode means that a user can start the nxserver as his shell</P>
<P># and connect directly to the right server via a custom client.</P>
<P>#ENABLE_USERMODE_AUTHENTICATION="0"</P>
<P># This adds the passdb to the possible authentication methods</P>
<P>#ENABLE_PASSDB_AUTHENTICATION="1"</P>
<P># This adds SSH to the possible authentication methods. For it to work 
sshd</P>
<P># must be set up at localhost accepting password authentication.</P>
<P>#ENABLE_SSH_AUTHENTICATION="1"</P>
<P># This adds SU to the possible authentication methods. For it to work the 
</P>
<P># "nx" user must be in the wheel (RedHat, Fedora) or the users group 
(SUSE)</P>
<P># and the user logging in must have a valid shell that accepts the -c</P>
<P># parameter.</P>
<P>#ENABLE_SU_AUTHENTICATION="0"</P>
<P># Require all users to be in the passdb, regardless of authentication 
method</P>
<P>#ENABLE_USER_DB="0"</P>
<P> </P>
<P># If enabled forces the user to use encryption. This will bail out</P>
<P># if the user does not have encryption enabled.</P>
<P>#ENABLE_FORCE_ENCRYPTION="0"</P>
<P># Refuse the NX client connection if SSHD does not export the</P>
<P># SSH_CONNECTION and SSH_CLIENT variables in the environment</P>
<P># passed to the NX server.</P>
<P># 1: Will check the remote IP and will not accept the</P>
<P># connection if it can't be determined.</P>
<P># 0: Will accept the connection even if the remote IP</P>
<P># is not provided.</P>
<P>#SSHD_CHECK_IP="0"</P>
<P> </P>
<P>#########################################################################</P>
<P># Restriction directives</P>
<P>#########################################################################</P>
<P># The base display number from which sessions are started.</P>
<P>#DISPLAY_BASE=1000</P>
<P># The maximum number of contemporary sessions that can be run on FreeNX</P>
<P>#SESSION_LIMIT=200</P>
<P># The maximum number of contemporary sessions that a single user can run</P>
<P># on FreeNX. Defaults to the value of SESSION_LIMIT.</P>
<P>#SESSION_USER_LIMIT=200</P>
<P># The number of displays reserved for sessions, it has to be greater or 
equal</P>
<P># to the maximum number of contemporary sessions that a server can run.</P>
<P>#DISPLAY_LIMIT=200</P>
<P> </P>
<P># User for which sessions should be persistent. Either the keyword "all" or 
a</P>
<P># comma-separated list of usernames or groups in the @groupname syntax.</P>
<P>#ENABLE_PERSISTENT_SESSION="all"</P>
<P># Users and groups for whom persistent sessions should be disabled.</P>
<P># Especially useful if ENABLE_PERSISTENT_SESSION="all"</P>
<P>#DISABLE_PERSISTENT_SESSION=""</P>
<P> </P>
<P>#########################################################################</P>
<P># Logging directives</P>
<P>#########################################################################</P>
<P># This directives controls the verbosity of the server-wide log.</P>
<P># 0: No Logging</P>
<P># 1: Errors</P>
<P># 2: Warnings</P>
<P># 3: Important information</P>
<P># 4: Server - Client communication</P>
<P># 5: Information</P>
<P># 6: Debugging information</P>
<P># 7: stderror of some applications</P>
<P>#NX_LOG_LEVEL=0</P>
<P># By setting this to 0 the nxserver might be a bit faster, but passwords can 
be found in the log files.</P>
<P>#NX_LOG_SECURE=1</P>
<P># Before turning logging on, please make sure that NX_LOGFILE is</P>
<P># writeable for the "nx" user</P>
<P>#NX_LOGFILE=/var/log/nxserver.log</P>
<P># This directive controls if the temporary session directory</P>
<P># ($HOME/.nx/C-<hostname>-<display>-<session_id>) should be 
kept after a</P>
<P># session has ended. A successfully terminated session will be saved as</P>
<P># T-C-<hostname>-<display>-<session_id> while a failed 
session will be saved</P>
<P># as F-C-<hostname>-<display>-<session_id>.</P>
<P># The default is to cleanup the directories.</P>
<P>#SESSION_LOG_CLEAN=1</P>
<P># Amount of seconds nxserver is to keep session history. The default of 
2592000</P>
<P># is equivalent to 30 days. If this is 0 no session history will be kept</P>
<P># and a negative value denotes infinity.</P>
<P>#SESSION_HISTORY=2592000</P>
<P> </P>
<P>#########################################################################</P>
<P># Forwarding directives</P>
<P>#########################################################################</P>
<P># FreeNX with ENABLE_SERVER_FORWARD="1" will automatically forward all</P>
<P># connections to the host specified in SERVER_FORWARD_HOST with the</P>
<P># secret key SERVER_FORWARD_KEY.</P>
<P>#</P>
<P># This allows to have a "chain" of NX Servers. Note that you will need to</P>
<P># use "SSL encryption" for all connections.</P>
<P>#ENABLE_SERVER_FORWARD="0"</P>
<P>#SERVER_FORWARD_HOST=""</P>
<P>#SERVER_FORWARD_PORT=22</P>
<P>#SERVER_FORWARD_KEY="/usr/NX/share/client.id_dsa.key"</P>
<P> </P>
<P># FreeNX with ENABLE_NOMACHINE_FORWARD_PORT="1" will automatically forward 
all</P>
<P># connections to the commercial NoMachine nxserver installed on the same</P>
<P># machine, which go in by port NOMACHINE_FORWARD_PORT. This feature is 
introduced</P>
<P># to enable the usage of FreeNX and NoMachine NX side by side on the same 
machine</P>
<P># without conflicts.</P>
<P>#</P>
<P># Note: You need to let SSHD listen to several ports to make use of this</P>
<P># directive.</P>
<P>#ENABLE_NOMACHINE_FORWARD_PORT="0"</P>
<P>#NOMACHINE_FORWARD_PORT="22"</P>
<P>#NOMACHINE_SERVER="/usr/NX/bin/nxserver"</P>
<P>#NOMACHINE_NX_HOME_DIR="/usr/NX/home/nx"</P>
<P> </P>
<P># LOAD BALANCING</P>
<P># ==============</P>
<P>#</P>
<P># To do load balancing setup some hosts in LOAD_BALANCE_SERVERS and</P>
<P># make:</P>
<P>#</P>
<P># - either sure that all incoming connections are sent to the master</P>
<P># server by using forwarding directives on the "slave" servers.</P>
<P>#</P>
<P># - or share the session database space via NFS between the servers.</P>
<P># (not recommended at the moment as race conditions for DISPLAYs can </P>
<P># occur)</P>
<P>#</P>
<P>#LOAD_BALANCE_SERVERS=""</P>
<P># The following load_balance_algorithms are available at the moment:</P>
<P>#</P>
<P># "load", "round-robin", "random"</P>
<P>#</P>
<P>#LOAD_BALANCE_ALGORITHM="load"</P>
<P># By setting ENABLE_LOADBALANCE="1" you can let users choose their</P>
<P># preferred host, while being forwarded to another server. Of course</P>
<P># this is just a preference. The loadbalancing algorithm can completely</P>
<P># choose to ignore the users choice.</P>
<P>#ENABLE_LOAD_BALANCE_PREFERENCE="0"</P>
<P>#########################################################################</P>
<P># Services directives</P>
<P>#########################################################################</P>
<P># FreeNX with ENABLE_ESD_PRELOAD="1" will automatically try to setup</P>
<P># the sound with the help of the esd media helper.</P>
<P>#</P>
<P># Currently ESD will be used just by the Windows NX Client.</P>
<P>#</P>
<P># Be sure that $ESD_BIN_PRELOAD is in your path, does exist and work</P>
<P># before enabling this directive.</P>
<P>#ENABLE_ESD_PRELOAD="0"</P>
<P>#ESD_BIN_PRELOAD="esddsp"</P>
<P># FreeNX with ENABLE_ARTSD_PRELOAD="1" will automatically try to setup</P>
<P># the sound with the help of the artsd media helper.</P>
<P>#</P>
<P># Currently ARTSD will be used just by the Linux NX Client.</P>
<P>#</P>
<P># Be sure that $ARTSD_BIN_PRELOAD is in your path, does exist and work</P>
<P># before enabling this directive.</P>
<P>#ENABLE_ARTSD_PRELOAD="0"</P>
<P>#ARTSD_BIN_PRELOAD="artsdsp"</P>
<P># FreeNX with ENABLE_KDE_CUPS="1" will automatically write </P>
<P># $KDE_PRINTRC and put the current used port into it.</P>
<P># $KDE_PRINTRC is automatically calculated if its not set.</P>
<P>#ENABLE_KDE_CUPS="0"</P>
<P>#KDE_PRINTRC="$KDEHOME/share/config/kdeprintrc"</P>
<P>#CUPS_ETC="/etc/cups"</P>
<P>#########################################################################</P>
<P># Path directives</P>
<P>#########################################################################</P>
<P># USER_FAKE_HOME is the base directory for the .nx directory. Use this</P>
<P># parameter instead of the users home directory if $HOME is on a NFS 
share.</P>
<P># Note that this directory must be unique for every user! To accomplish 
this</P>
<P># it is recommended to include $USER in the path.</P>
<P>#USER_FAKE_HOME=$HOME</P>
<P># Add the nx libraries to LD_LIBRARY_PATH before starting nx agents.</P>
<P># WARNING: This will NOT (and should not) affect applications. ONLY 
Disable</P>
<P># this if the nx libraries are in a standard system path (such as 
/usr/lib)!</P>
<P>#SET_LD_LIBRARY_PATH="1"</P>
<P> </P>
<P># The command binary for the default window manager. If set it is run when 
a</P>
<P># 'unix-custom' session is requested by the NX Client and an application</P>
<P># to run is specified. It defaults to empty (ie no WM is run).</P>
<P># If KILL_DEFAULT_X_WM is set the WM is terminated after the started </P>
<P># application finishes. Else FreeNX will wait for the WM to complete.</P>
<P>#DEFAULT_X_WM=""</P>
<P>#KILL_DEFAULT_X_WM="1"</P>
<P># When a 'unix-default' session is requested by the client the user's X 
startup</P>
<P># script will be run if pressent and executable, otherwise the default X</P>
<P># session will be run.</P>
<P># Depending on distribution USER_X_STARTUP_SCRIPT might be .Xclients, 
.xinitrc</P>
<P># and .Xsession</P>
<P># Depending on distribution DEFAULT_X_SESSION might be 
/etc/X11/xdm/Xsession,</P>
<P># /etc/X11/Sessions/Xsession or /etc/X11/xinit/xinitrc</P>
<P>#USER_X_STARTUP_SCRIPT=.Xclients</P>
<P>#DEFAULT_X_SESSION=/etc/X11/xdm/Xsession</P>
<P># The key that contains the name of the script that starts a KDE session.</P>
<P># It's run when a 'unix-kde' session is requested by the client.</P>
<P>#COMMAND_START_KDE=startkde</P>
<P># The key that contains the name of the script that starts a gnome 
session.</P>
<P># It's run when a 'unix-gnome' session is requested by the client.</P>
<P>#COMMAND_START_GNOME=gnome-session</P>
<P># The key that contains the name of the script that starts a CDE session.</P>
<P># It's run when a 'unix-cde' session is requested by the client.</P>
<P>#COMMAND_START_CDE=cdwm</P>
<P># The key that contains the name of the complete path of command name</P>
<P># 'xterm'. It is run when a unix "xterm" session is requested by the</P>
<P># client.</P>
<P>#COMMAND_XTERM=xterm</P>
<P># The key that contains the name of the complete path of command name</P>
<P># 'xauth'.</P>
<P>#COMMAND_XAUTH=/usr/X11R6/bin/xauth</P>
<P># The key that contains the name of the complete path of command name</P>
<P># 'smbmount'.</P>
<P>#COMMAND_SMBMOUNT=smbmount</P>
<P># The key that contains the name of the complete path of command name</P>
<P># 'smbumount'.</P>
<P>#COMMAND_SMBUMOUNT=smbumount</P>
<P># The key that contains the name of the complete path of the 'netcat' 
command.</P>
<P>#COMMAND_NETCAT=netcat</P>
<P># The key that contains the name of the complete path of the 'ssh' and</P>
<P># 'ssh-keygen' command.</P>
<P>#COMMAND_SSH=ssh</P>
<P>#COMMAND_SSH_KEYGEN=ssh-keygen</P>
<P># The key that contains the name of the complete path of the 'cupsd' 
command.</P>
<P>#COMMAND_CUPSD=/usr/sbin/cupsd</P>
<P># The tool to generate md5sums with</P>
<P>#COMMAND_MD5SUM=md5sum</P>
<P>#########################################################################</P>
<P># Misc directives</P>
<P>#########################################################################</P>
<P># When you installed a 2.0.0 NX Backend, set this to 1.</P>
<P>#ENABLE_2_0_0_BACKEND="0"</P>
<P># When set to 1 this will automatically resume started sessions</P>
<P>#ENABLE_AUTORECONNECT="0"</P>
<P># When set to 1 this will automatically resume started sessions</P>
<P># but only if an older client version is used</P>
<P>#ENABLE_AUTORECONNECT_BEFORE_140="1"</P>
<P># When set to 1 exports NXUSERIP / NXSESSIONID in nxnode</P>
<P>#EXPORT_USERIP="0"</P>
<P>#EXPORT_SESSIONID="1"</P>
<P># This can be set to any executable, which is started after session 
startup</P>
<P># like: $NODE_AUTOSTART {start|restore}</P>
<P>#NODE_AUTOSTART=""</P>
<P># When set to 1 will start nxagent in rootless mode.</P>
<P>#ENABLE_ROOTLESS_MODE="1"</P>
<P># If enabled writes entries via the COMMAND_SESSREG program</P>
<P># into utmp/wtmp/lastlog database.</P>
<P># Note: You have to make sure that you add the nx user to the</P>
<P># utmp or tty group or how its called on your system</P>
<P># before this directive works.</P>
<P>#ENABLE_USESSION="0"</P>
<P>#COMMAND_SESSREG="sessreg"</P>
<P># Extra options sent to the different nx agents. See !M documentation</P>
<P># for examples of useful parameters.</P>
<P>#AGENT_EXTRA_OPTIONS_RFB=""</P>
<P>#AGENT_EXTRA_OPTIONS_RDP=""</P>
<P>#AGENT_EXTRA_OPTIONS_X=""</P>
<P># The number of seconds we wait for the nxagent to start before</P>
<P># deciding startup has failed</P>
<P>#AGENT_STARTUP_TIMEOUT="60"</P>
<P># The font server the agent will use. If set to "" no font server is 
used.</P>
<P># For this to do any good, the client has to have the same font server 
set</P>
<P># in /etc/X11/XF86Config</P>
<P>#AGENT_FONT_SERVER=""</P>
<P># Disable or enable use of 'tcp nodelay' on proxy. Old versions of Linux</P>
<P># kernels have problems using this option on sockets that will cause a 
loss</P>
<P># of TCP connections. This option is not set by default to allow clients 
to</P>
<P># specify whether to enable or disable TCP nodelay. Setting this option 
to</P>
<P># the value of "0" NX proxy avoids using 'tcp nodelay' but it will cause 
a</P>
<P># loss of interaction in sessions.</P>
<P>#PROXY_TCP_NODELAY=""</P>
<P># Extra options to nxproxy. See !M documentation for useful parameters.</P>
<P>#PROXY_EXTRA_OPTIONS=""</P></FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>----- Original Message ----- </FONT>
<DIV><FONT face=Arial size=2>From: "Alastair Johnson" <</FONT><A 
href="mailto:alastair@solutiontrax.com"><FONT face=Arial 
size=2>alastair@solutiontrax.com</FONT></A><FONT face=Arial 
size=2>></FONT></DIV>
<DIV><FONT face=Arial size=2>To: <</FONT><A 
href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>></FONT></DIV>
<DIV><FONT face=Arial size=2>Sent: Monday, June 04, 2007 11:25 AM</FONT></DIV>
<DIV><FONT face=Arial size=2>Subject: Re: [FreeNX-kNX] FreeNX-kNX Digest, Vol 
34, Issue 2</FONT></DIV></DIV>
<DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV><FONT face=Arial 
size=2>> The important line in this log is:<BR>> NX> 1004 Error: NX 
Agent exited with exit status 1.<BR>> This tells us nxagent exited with an 
error, but to find out why we need to see <BR>> the session logs from the 
user's home directory, in your case the session and <BR>> error files from 
/root/.nx/F-<servername>-<display>-<session-ID><BR>> 
<BR>> If this again says 'startkde: command not found' then you need to find 
the <BR>> startkde script, and find what what NX is trying to run. To find 
the script <BR>> use the following (it may take some time...):<BR>> find / 
-iname startkde<BR>> This may give more than one result. To find which one 
would normally be run <BR>> use:<BR>> which startkde<BR>> Now to find 
what nx is trying to run check the value of COMMAND_START_KDE <BR>> in 
/etc/nxserver/node.conf. If it has a # in front of it you can ignore it <BR>> 
and check the default value instead. This is in nxloadconfig which on my FC6 
<BR>> is in /usr/bin along with nxagent, nxproxy and the rest. For reference 
on my <BR>> FC6 the default is:<BR>> COMMAND_START_KDE="/usr/bin/ssh-agent 
/usr/bin/dbus-launch --exit-with-session /usr/bin<BR>> /startkde"<BR>> 
<BR>> On Sunday 03 June 2007 22:40, </FONT><A 
href="mailto:sohbay@gmail.com"><FONT face=Arial 
size=2>sohbay@gmail.com</FONT></A><FONT face=Arial size=2> wrote:<BR>>> 
Hello again,<BR>>><BR>>> I havnt re-installed the OS yet! im 
determined to get nxserver working!<BR>>> I removed nxfree and 
re-installed it but I still get a connection error<BR>>> 
everytime.<BR>>><BR>>> Will someone kindly have a look at my error 
log.<BR>>><BR>>> Thanks<BR>>> Tom<BR>>><BR>>> 
NX> 203 NXSSH running with pid: 3116<BR>>> NX> 285 Enabling check on 
switch command<BR>>> NX> 285 Enabling skip of SSH config 
files<BR>>> NX> 285 Setting the preferred NX options<BR>>> NX> 
200 Connected to address:  on port: 22<BR>>> NX> 202 
Authenticating user: nx<BR>>> NX> 208 Using auth method: 
publickey<BR>>> HELLO NXSERVER - Version 1.5.0-60 OS (GPL)<BR>>> 
NX> 105 hello NXCLIENT - Version 1.5.0<BR>>> NX> 134 Accepted 
protocol: 1.5.0<BR>>> NX> 105 SET SHELL_MODE SHELL<BR>>> NX> 
105 SET AUTH_MODE PASSWORD<BR>>> NX> 105 login<BR>>> NX> 101 
User: root<BR>>> NX> 102 Password:<BR>>> NX> 103 Welcome to: 
server user: root<BR>>> NX> 105<BR>>> listsession --user="root" 
--status="suspended,running"<BR>>> --geometry="1024x768x32+render" 
--type="unix-kde"<BR>>> NX> 127 Sessions list of user 'root' for 
reconnect:<BR>>><BR>>> Display 
Type             
Session 
ID                       
Options  Depth<BR>>> 
Screen         
Status      Session Name<BR>>> ------- 
---------------- -------------------------------- -------- -----<BR>>> 
-------------- ----------- 
------------------------------<BR>>><BR>>><BR>>> NX> 148 
Server capacity: not reached for user: root<BR>>> NX> 105<BR>>> 
startsession  --link="adsl" --backingstore="1" --nodelay="1" 
--cache="4M"<BR>>> --images="16M" --media="0" 
--imagecompressionmethod="-1"<BR>>> --imagecompressionlevel="-1" 
--render="1" --session="85" --type="unix-kde"<BR>>> --geometry="1024x768" 
--kbtype="pc102/us" --screeninfo="1024x768x32+render"<BR>>><BR>>> 
NX> 1000 NXNODE - Version 1.5.0-60 OS (GPL)<BR>>> NX> 700 Session 
id: server40085-1000-C8EDF432FFA1B76AED14B4E119572540<BR>>> NX> 705 
Session display: 1000<BR>>> NX> 703 Session type: unix-kde<BR>>> 
NX> 701 Proxy cookie: bd8ae5a2274f87c12bd2bc61324a1426<BR>>> NX> 702 
Proxy IP:<BR>>> NX> 706 Agent cookie: 
bd8ae5a2274f87c12bd2bc61324a1426<BR>>> NX> 704 Session cache: 
unix-kde<BR>>> NX> 707 SSL tunneling: 0<BR>>> NX> 105 NX> 
596 Session startup failed.<BR>>> NX> 1004 Error: NX Agent exited with 
exit status 1.<BR>>> NX> 1006 Session status: closed<BR>>> NX> 
1001 Bye.<BR>>> /usr/libexec/nx/nxserver: line 1190: 19702 
Terminated              
sleep<BR>>> $AGENT_STARTUP_TIMEOUT<BR>>> Can't open<BR>>> 
/var/lib/nxserver/db/running/sessionId{C8EDF432FFA1B76AED14B4E119572540}:<BR>>> 
No such file or directory.<BR>>> mv: cannot stat<BR>>> 
`/var/lib/nxserver/db/running/sessionId{C8EDF432FFA1B76AED14B4E119572540}':<BR>>> 
No such file or directory<BR>>> Killed by signal 
15.<BR>>><BR>>><BR>>> ----- Original Message -----<BR>>> 
From: <</FONT><A href="mailto:sohbay@gmail.com"><FONT face=Arial 
size=2>sohbay@gmail.com</FONT></A><FONT face=Arial size=2>><BR>>> To: 
"User Support for FreeNX Server and kNX Client" <</FONT><A 
href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>><BR>>> 
Sent: Sunday, June 03, 2007 1:01 AM<BR>>> Subject: Re: [FreeNX-kNX] 
FreeNX-kNX Digest, Vol 34, Issue 2<BR>>><BR>>> >I removed 
nxserver with yum then tried to reinstall it but now Im getting<BR>>> 
>Error: Cannot open/read repomd.xml file for repository: updates<BR>>> 
> I am very lucky in linux..<BR>>> ><BR>>> > :( 
:(<BR>>> ><BR>>> > ----- Original Message -----<BR>>> 
> From: "dewey hylton" <</FONT><A 
href="mailto:freenx@deweyonline.com"><FONT face=Arial 
size=2>freenx@deweyonline.com</FONT></A><FONT face=Arial size=2>><BR>>> 
> To: <</FONT><A href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>><BR>>> 
> Sent: Saturday, June 02, 2007 6:51 PM<BR>>> > Subject: Re: 
[FreeNX-kNX] FreeNX-kNX Digest, Vol 34, Issue 2<BR>>> ><BR>>> 
>>> Date: Fri, 1 Jun 2007 23:25:50 +0200<BR>>> >>> From: 
<</FONT><A href="mailto:sohbay@gmail.com"><FONT face=Arial 
size=2>sohbay@gmail.com</FONT></A><FONT face=Arial size=2>><BR>>> 
>>> Subject: Re: [FreeNX-kNX] {Disarmed}  install freenx on fedora 
core 6<BR>>> >>> To: "User Support for FreeNX Server and kNX 
Client"<BR>>> >>> <</FONT><A 
href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>><BR>>> 
>>><BR>>> >>> KDE is installed, I will re-install the OS 
and try freenx again.<BR>>> >>><BR>>> >>> Thanks 
to everyone for trying.<BR>>> >>><BR>>> >>> Tom 
:)<BR>>> >>><BR>>> >>> ----- Original Message 
-----<BR>>> >>> From: "Fabian Franz" <</FONT><A 
href="mailto:FabianFranz@gmx.de"><FONT face=Arial 
size=2>FabianFranz@gmx.de</FONT></A><FONT face=Arial size=2>><BR>>> 
>>> To: "User Support for FreeNX Server and kNX Client"<BR>>> 
>>> <</FONT><A href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>> Sent: Friday, 
June 01, 2007 3:41 AM<BR>>> >>> Subject: Re: [FreeNX-kNX] 
{Disarmed} install freenx on fedora core 6<BR>>> >>><BR>>> 
>>> >> I have cleared all the session logs and started 
again<BR>>> >>> >><BR>>> >>> >> the 
new log says -<BR>>> >>> >><BR>>> >>> 
>> /usr/libexec/nx/nxnode: line 306: startkde: command not 
found<BR>>> >>> ><BR>>> >>> > That sounds 
much better:<BR>>> >>> ><BR>>> >>> > What 
about installing KDE now? ;-)<BR>>> >>> ><BR>>> 
>>> > cu<BR>>> >>> ><BR>>> >>> > 
Fabian<BR>>> >><BR>>> >> that's using a sledgehammer to 
crack a nut ... don't reinstall the os -<BR>>> >> just<BR>>> 
>> find where your 'startkde' script lives and either fix the node.conf 
on<BR>>> >> your<BR>>> >> nxserver or call the correct 
'startkde' script from the client.<BR>>> >><BR>> <BR>> 
________________________________________________________________<BR>>     
Were you helped on this list with your FreeNX problem?<BR>>    
Then please write up the solution in the FreeNX Wiki/FAQ:<BR>>  
</FONT><A 
href="http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ"><FONT 
face=Arial 
size=2>http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ</FONT></A><BR><FONT 
face=Arial size=2>>         Don't 
forget to check the NX Knowledge 
Base:<BR>>                 
</FONT><A href="http://www.nomachine.com/kb/"><FONT face=Arial 
size=2>http://www.nomachine.com/kb/</FONT></A><FONT face=Arial size=2> <BR>> 
<BR>> 
________________________________________________________________<BR>>       
FreeNX-kNX mailing list --- </FONT><A href="mailto:FreeNX-kNX@kde.org"><FONT 
face=Arial size=2>FreeNX-kNX@kde.org</FONT></A><BR><FONT face=Arial 
size=2>>      </FONT><A 
href="https://mail.kde.org/mailman/listinfo/freenx-knx"><FONT face=Arial 
size=2>https://mail.kde.org/mailman/listinfo/freenx-knx</FONT></A><BR><FONT 
face=Arial size=2>> 
________________________________________________________________<BR>></FONT></BODY></HTML>