[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freenx-knx
Subject:    Re: [FreeNX-kNX] FreeNX-kNX Digest, Vol 34, Issue 2
From:       <sohbay () gmail ! com>
Date:       2007-06-04 12:28:19
Message-ID: 013c01c7a6a3$d76f1590$0403a8c0 () xp1
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Thanks for your help.

yes I still have the following in the session log  /usr/libexec/nx/nxnode: line 306: \
startkde: command not found

when I type- find / -iname startkde it takes 5 minutes but nothing is found.

when I type- which startkde I get the following-
/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)  
I have pasted in below the node.conf from /etc/nxserver/
Sorry this is like chinese to me.


# node.conf

#

# This file is provided by FreeNX. It should be placed either into

# /etc/nxserver/node.conf (FreeNX style) or /usr/NX/etc/node.conf

# (NoMachine NX style).

#

# It is mostly compatible with NoMachine node.conf. The most important 

# difference is that no spaces are allowed when assigning values (eg 

# "A=value" is allowed, "A = value" is NOT).

#

# This file is sourced by bash, so you can do some fancy stuff here if you

# want to, but be aware that it is sourced 3 times per connection. If you 

# want autostart stuff, set NODE_AUTOSTART instead!

# 

#

# You surely are aware that FreeNX is based on the fantastic results that

# the hard work by NoMachine.com has achieved. NoMachine.com released the

# core NX libraries under the GPL. The installation of these libs are the

# precondition for all FreeNX scripts to work. If you are installing this

# software with the help of one of the package management tools of your

# Linux distribution, you can assume that this dependency is taken care of

# by the tool.

#

# You have questions about the inner workings of the NX technology?

#

# Then you are recommended to first check out the rich and very detailed

# NoMachine documentation and their online Knowledge Base at 

#

# http://www.nomachine.com/kb/

#

# Other sources of information are the NoMachine mailing lists 

# (nxusers@nomachine.com and nxdevelopers@nomachine.com):

#

# http://www.nomachine.com/mailinglists.php

#

# The FreeNX (freenx-knx@kde.org) list is here:

#

# https://mail.kde.org/mailman/listinfo/freenx-knx

#

# SVN: $Id: node.conf.sample 226 2006-07-04 23:38:10Z fabianx $

#########################################################################

# General FreeNX directives

#########################################################################

# The host name which is used by NX server. It's should be used if it's

# different than the default hostname (as returned by `hostname`)

#SERVER_NAME="$(hostname)"

# The port number where local 'sshd' is listening.

#SSHD_PORT=22



#########################################################################

# Authentication / Security directives

#########################################################################

# Authentication directives

# This adds the usermode to the possible authentication methods

# Usermode means that a user can start the nxserver as his shell

# and connect directly to the right server via a custom client.

#ENABLE_USERMODE_AUTHENTICATION="0"

# This adds the passdb to the possible authentication methods

#ENABLE_PASSDB_AUTHENTICATION="1"

# This adds SSH to the possible authentication methods. For it to work sshd

# must be set up at localhost accepting password authentication.

#ENABLE_SSH_AUTHENTICATION="1"

# This adds SU to the possible authentication methods. For it to work the 

# "nx" user must be in the wheel (RedHat, Fedora) or the users group (SUSE)

# and the user logging in must have a valid shell that accepts the -c

# parameter.

#ENABLE_SU_AUTHENTICATION="0"

# Require all users to be in the passdb, regardless of authentication method

#ENABLE_USER_DB="0"



# If enabled forces the user to use encryption. This will bail out

# if the user does not have encryption enabled.

#ENABLE_FORCE_ENCRYPTION="0"

# Refuse the NX client connection if SSHD does not export the

# SSH_CONNECTION and SSH_CLIENT variables in the environment

# passed to the NX server.

# 1: Will check the remote IP and will not accept the

# connection if it can't be determined.

# 0: Will accept the connection even if the remote IP

# is not provided.

#SSHD_CHECK_IP="0"



#########################################################################

# Restriction directives

#########################################################################

# The base display number from which sessions are started.

#DISPLAY_BASE=1000

# The maximum number of contemporary sessions that can be run on FreeNX

#SESSION_LIMIT=200

# The maximum number of contemporary sessions that a single user can run

# on FreeNX. Defaults to the value of SESSION_LIMIT.

#SESSION_USER_LIMIT=200

# The number of displays reserved for sessions, it has to be greater or equal

# to the maximum number of contemporary sessions that a server can run.

#DISPLAY_LIMIT=200



# User for which sessions should be persistent. Either the keyword "all" or a

# comma-separated list of usernames or groups in the @groupname syntax.

#ENABLE_PERSISTENT_SESSION="all"

# Users and groups for whom persistent sessions should be disabled.

# Especially useful if ENABLE_PERSISTENT_SESSION="all"

#DISABLE_PERSISTENT_SESSION=""



#########################################################################

# Logging directives

#########################################################################

# This directives controls the verbosity of the server-wide log.

# 0: No Logging

# 1: Errors

# 2: Warnings

# 3: Important information

# 4: Server - Client communication

# 5: Information

# 6: Debugging information

# 7: stderror of some applications

#NX_LOG_LEVEL=0

# By setting this to 0 the nxserver might be a bit faster, but passwords can be found \
in the log files.

#NX_LOG_SECURE=1

# Before turning logging on, please make sure that NX_LOGFILE is

# writeable for the "nx" user

#NX_LOGFILE=/var/log/nxserver.log

# This directive controls if the temporary session directory

# ($HOME/.nx/C-<hostname>-<display>-<session_id>) should be kept after a

# session has ended. A successfully terminated session will be saved as

# T-C-<hostname>-<display>-<session_id> while a failed session will be saved

# as F-C-<hostname>-<display>-<session_id>.

# The default is to cleanup the directories.

#SESSION_LOG_CLEAN=1

# Amount of seconds nxserver is to keep session history. The default of 2592000

# is equivalent to 30 days. If this is 0 no session history will be kept

# and a negative value denotes infinity.

#SESSION_HISTORY=2592000



#########################################################################

# Forwarding directives

#########################################################################

# FreeNX with ENABLE_SERVER_FORWARD="1" will automatically forward all

# connections to the host specified in SERVER_FORWARD_HOST with the

# secret key SERVER_FORWARD_KEY.

#

# This allows to have a "chain" of NX Servers. Note that you will need to

# use "SSL encryption" for all connections.

#ENABLE_SERVER_FORWARD="0"

#SERVER_FORWARD_HOST=""

#SERVER_FORWARD_PORT=22

#SERVER_FORWARD_KEY="/usr/NX/share/client.id_dsa.key"



# FreeNX with ENABLE_NOMACHINE_FORWARD_PORT="1" will automatically forward all

# connections to the commercial NoMachine nxserver installed on the same

# machine, which go in by port NOMACHINE_FORWARD_PORT. This feature is introduced

# to enable the usage of FreeNX and NoMachine NX side by side on the same machine

# without conflicts.

#

# Note: You need to let SSHD listen to several ports to make use of this

# directive.

#ENABLE_NOMACHINE_FORWARD_PORT="0"

#NOMACHINE_FORWARD_PORT="22"

#NOMACHINE_SERVER="/usr/NX/bin/nxserver"

#NOMACHINE_NX_HOME_DIR="/usr/NX/home/nx"



# LOAD BALANCING

# ==============

#

# To do load balancing setup some hosts in LOAD_BALANCE_SERVERS and

# make:

#

# - either sure that all incoming connections are sent to the master

# server by using forwarding directives on the "slave" servers.

#

# - or share the session database space via NFS between the servers.

# (not recommended at the moment as race conditions for DISPLAYs can 

# occur)

#

#LOAD_BALANCE_SERVERS=""

# The following load_balance_algorithms are available at the moment:

#

# "load", "round-robin", "random"

#

#LOAD_BALANCE_ALGORITHM="load"

# By setting ENABLE_LOADBALANCE="1" you can let users choose their

# preferred host, while being forwarded to another server. Of course

# this is just a preference. The loadbalancing algorithm can completely

# choose to ignore the users choice.

#ENABLE_LOAD_BALANCE_PREFERENCE="0"

#########################################################################

# Services directives

#########################################################################

# FreeNX with ENABLE_ESD_PRELOAD="1" will automatically try to setup

# the sound with the help of the esd media helper.

#

# Currently ESD will be used just by the Windows NX Client.

#

# Be sure that $ESD_BIN_PRELOAD is in your path, does exist and work

# before enabling this directive.

#ENABLE_ESD_PRELOAD="0"

#ESD_BIN_PRELOAD="esddsp"

# FreeNX with ENABLE_ARTSD_PRELOAD="1" will automatically try to setup

# the sound with the help of the artsd media helper.

#

# Currently ARTSD will be used just by the Linux NX Client.

#

# Be sure that $ARTSD_BIN_PRELOAD is in your path, does exist and work

# before enabling this directive.

#ENABLE_ARTSD_PRELOAD="0"

#ARTSD_BIN_PRELOAD="artsdsp"

# FreeNX with ENABLE_KDE_CUPS="1" will automatically write 

# $KDE_PRINTRC and put the current used port into it.

# $KDE_PRINTRC is automatically calculated if its not set.

#ENABLE_KDE_CUPS="0"

#KDE_PRINTRC="$KDEHOME/share/config/kdeprintrc"

#CUPS_ETC="/etc/cups"

#########################################################################

# Path directives

#########################################################################

# USER_FAKE_HOME is the base directory for the .nx directory. Use this

# parameter instead of the users home directory if $HOME is on a NFS share.

# Note that this directory must be unique for every user! To accomplish this

# it is recommended to include $USER in the path.

#USER_FAKE_HOME=$HOME

# Add the nx libraries to LD_LIBRARY_PATH before starting nx agents.

# WARNING: This will NOT (and should not) affect applications. ONLY Disable

# this if the nx libraries are in a standard system path (such as /usr/lib)!

#SET_LD_LIBRARY_PATH="1"



# The command binary for the default window manager. If set it is run when a

# 'unix-custom' session is requested by the NX Client and an application

# to run is specified. It defaults to empty (ie no WM is run).

# If KILL_DEFAULT_X_WM is set the WM is terminated after the started 

# application finishes. Else FreeNX will wait for the WM to complete.

#DEFAULT_X_WM=""

#KILL_DEFAULT_X_WM="1"

# When a 'unix-default' session is requested by the client the user's X startup

# script will be run if pressent and executable, otherwise the default X

# session will be run.

# Depending on distribution USER_X_STARTUP_SCRIPT might be .Xclients, .xinitrc

# and .Xsession

# Depending on distribution DEFAULT_X_SESSION might be /etc/X11/xdm/Xsession,

# /etc/X11/Sessions/Xsession or /etc/X11/xinit/xinitrc

#USER_X_STARTUP_SCRIPT=.Xclients

#DEFAULT_X_SESSION=/etc/X11/xdm/Xsession

# The key that contains the name of the script that starts a KDE session.

# It's run when a 'unix-kde' session is requested by the client.

#COMMAND_START_KDE=startkde

# The key that contains the name of the script that starts a gnome session.

# It's run when a 'unix-gnome' session is requested by the client.

#COMMAND_START_GNOME=gnome-session

# The key that contains the name of the script that starts a CDE session.

# It's run when a 'unix-cde' session is requested by the client.

#COMMAND_START_CDE=cdwm

# The key that contains the name of the complete path of command name

# 'xterm'. It is run when a unix "xterm" session is requested by the

# client.

#COMMAND_XTERM=xterm

# The key that contains the name of the complete path of command name

# 'xauth'.

#COMMAND_XAUTH=/usr/X11R6/bin/xauth

# The key that contains the name of the complete path of command name

# 'smbmount'.

#COMMAND_SMBMOUNT=smbmount

# The key that contains the name of the complete path of command name

# 'smbumount'.

#COMMAND_SMBUMOUNT=smbumount

# The key that contains the name of the complete path of the 'netcat' command.

#COMMAND_NETCAT=netcat

# The key that contains the name of the complete path of the 'ssh' and

# 'ssh-keygen' command.

#COMMAND_SSH=ssh

#COMMAND_SSH_KEYGEN=ssh-keygen

# The key that contains the name of the complete path of the 'cupsd' command.

#COMMAND_CUPSD=/usr/sbin/cupsd

# The tool to generate md5sums with

#COMMAND_MD5SUM=md5sum

#########################################################################

# Misc directives

#########################################################################

# When you installed a 2.0.0 NX Backend, set this to 1.

#ENABLE_2_0_0_BACKEND="0"

# When set to 1 this will automatically resume started sessions

#ENABLE_AUTORECONNECT="0"

# When set to 1 this will automatically resume started sessions

# but only if an older client version is used

#ENABLE_AUTORECONNECT_BEFORE_140="1"

# When set to 1 exports NXUSERIP / NXSESSIONID in nxnode

#EXPORT_USERIP="0"

#EXPORT_SESSIONID="1"

# This can be set to any executable, which is started after session startup

# like: $NODE_AUTOSTART {start|restore}

#NODE_AUTOSTART=""

# When set to 1 will start nxagent in rootless mode.

#ENABLE_ROOTLESS_MODE="1"

# If enabled writes entries via the COMMAND_SESSREG program

# into utmp/wtmp/lastlog database.

# Note: You have to make sure that you add the nx user to the

# utmp or tty group or how its called on your system

# before this directive works.

#ENABLE_USESSION="0"

#COMMAND_SESSREG="sessreg"

# Extra options sent to the different nx agents. See !M documentation

# for examples of useful parameters.

#AGENT_EXTRA_OPTIONS_RFB=""

#AGENT_EXTRA_OPTIONS_RDP=""

#AGENT_EXTRA_OPTIONS_X=""

# The number of seconds we wait for the nxagent to start before

# deciding startup has failed

#AGENT_STARTUP_TIMEOUT="60"

# The font server the agent will use. If set to "" no font server is used.

# For this to do any good, the client has to have the same font server set

# in /etc/X11/XF86Config

#AGENT_FONT_SERVER=""

# Disable or enable use of 'tcp nodelay' on proxy. Old versions of Linux

# kernels have problems using this option on sockets that will cause a loss

# of TCP connections. This option is not set by default to allow clients to

# specify whether to enable or disable TCP nodelay. Setting this option to

# the value of "0" NX proxy avoids using 'tcp nodelay' but it will cause a

# loss of interaction in sessions.

#PROXY_TCP_NODELAY=""

# Extra options to nxproxy. See !M documentation for useful parameters.

#PROXY_EXTRA_OPTIONS=""

----- Original Message ----- 
From: "Alastair Johnson" <alastair@solutiontrax.com>
To: <freenx-knx@kde.org>
Sent: Monday, June 04, 2007 11:25 AM
Subject: Re: [FreeNX-kNX] FreeNX-kNX Digest, Vol 34, Issue 2


> The important line in this log is:
> NX> 1004 Error: NX Agent exited with exit status 1.
> This tells us nxagent exited with an error, but to find out why we need to see 
> the session logs from the user's home directory, in your case the session and 
> error files from /root/.nx/F-<servername>-<display>-<session-ID>
> 
> If this again says 'startkde: command not found' then you need to find the 
> startkde script, and find what what NX is trying to run. To find the script 
> use the following (it may take some time...):
> find / -iname startkde
> This may give more than one result. To find which one would normally be run 
> use:
> which startkde
> Now to find what nx is trying to run check the value of COMMAND_START_KDE 
> in /etc/nxserver/node.conf. If it has a # in front of it you can ignore it 
> and check the default value instead. This is in nxloadconfig which on my FC6 
> is in /usr/bin along with nxagent, nxproxy and the rest. For reference on my 
> FC6 the default is:
> COMMAND_START_KDE="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session \
> /usr/bin /startkde"
> 
> On Sunday 03 June 2007 22:40, sohbay@gmail.com wrote:
> > Hello again,
> > 
> > I havnt re-installed the OS yet! im determined to get nxserver working!
> > I removed nxfree and re-installed it but I still get a connection error
> > everytime.
> > 
> > Will someone kindly have a look at my error log.
> > 
> > Thanks
> > Tom
> > 
> > NX> 203 NXSSH running with pid: 3116
> > NX> 285 Enabling check on switch command
> > NX> 285 Enabling skip of SSH config files
> > NX> 285 Setting the preferred NX options
> > NX> 200 Connected to address:  on port: 22
> > NX> 202 Authenticating user: nx
> > NX> 208 Using auth method: publickey
> > HELLO NXSERVER - Version 1.5.0-60 OS (GPL)
> > NX> 105 hello NXCLIENT - Version 1.5.0
> > NX> 134 Accepted protocol: 1.5.0
> > NX> 105 SET SHELL_MODE SHELL
> > NX> 105 SET AUTH_MODE PASSWORD
> > NX> 105 login
> > NX> 101 User: root
> > NX> 102 Password:
> > NX> 103 Welcome to: server user: root
> > NX> 105
> > listsession --user="root" --status="suspended,running"
> > --geometry="1024x768x32+render" --type="unix-kde"
> > NX> 127 Sessions list of user 'root' for reconnect:
> > 
> > Display Type             Session ID                       Options  Depth
> > Screen         Status      Session Name
> > ------- ---------------- -------------------------------- -------- -----
> > -------------- ----------- ------------------------------
> > 
> > 
> > NX> 148 Server capacity: not reached for user: root
> > NX> 105
> > startsession  --link="adsl" --backingstore="1" --nodelay="1" --cache="4M"
> > --images="16M" --media="0" --imagecompressionmethod="-1"
> > --imagecompressionlevel="-1" --render="1" --session="85" --type="unix-kde"
> > --geometry="1024x768" --kbtype="pc102/us" --screeninfo="1024x768x32+render"
> > 
> > NX> 1000 NXNODE - Version 1.5.0-60 OS (GPL)
> > NX> 700 Session id: server40085-1000-C8EDF432FFA1B76AED14B4E119572540
> > NX> 705 Session display: 1000
> > NX> 703 Session type: unix-kde
> > NX> 701 Proxy cookie: bd8ae5a2274f87c12bd2bc61324a1426
> > NX> 702 Proxy IP:
> > NX> 706 Agent cookie: bd8ae5a2274f87c12bd2bc61324a1426
> > NX> 704 Session cache: unix-kde
> > NX> 707 SSL tunneling: 0
> > NX> 105 NX> 596 Session startup failed.
> > NX> 1004 Error: NX Agent exited with exit status 1.
> > NX> 1006 Session status: closed
> > NX> 1001 Bye.
> > /usr/libexec/nx/nxserver: line 1190: 19702 Terminated              sleep
> > $AGENT_STARTUP_TIMEOUT
> > Can't open
> > /var/lib/nxserver/db/running/sessionId{C8EDF432FFA1B76AED14B4E119572540}:
> > No such file or directory.
> > mv: cannot stat
> > `/var/lib/nxserver/db/running/sessionId{C8EDF432FFA1B76AED14B4E119572540}':
> > No such file or directory
> > Killed by signal 15.
> > 
> > 
> > ----- Original Message -----
> > From: <sohbay@gmail.com>
> > To: "User Support for FreeNX Server and kNX Client" <freenx-knx@kde.org>
> > Sent: Sunday, June 03, 2007 1:01 AM
> > Subject: Re: [FreeNX-kNX] FreeNX-kNX Digest, Vol 34, Issue 2
> > 
> > > I removed nxserver with yum then tried to reinstall it but now Im getting
> > > Error: Cannot open/read repomd.xml file for repository: updates
> > > I am very lucky in linux..
> > > 
> > > > ( :(
> > > 
> > > ----- Original Message -----
> > > From: "dewey hylton" <freenx@deweyonline.com>
> > > To: <freenx-knx@kde.org>
> > > Sent: Saturday, June 02, 2007 6:51 PM
> > > Subject: Re: [FreeNX-kNX] FreeNX-kNX Digest, Vol 34, Issue 2
> > > 
> > > > > Date: Fri, 1 Jun 2007 23:25:50 +0200
> > > > > From: <sohbay@gmail.com>
> > > > > Subject: Re: [FreeNX-kNX] {Disarmed}  install freenx on fedora core 6
> > > > > To: "User Support for FreeNX Server and kNX Client"
> > > > > <freenx-knx@kde.org>
> > > > > 
> > > > > KDE is installed, I will re-install the OS and try freenx again.
> > > > > 
> > > > > Thanks to everyone for trying.
> > > > > 
> > > > > Tom :)
> > > > > 
> > > > > ----- Original Message -----
> > > > > From: "Fabian Franz" <FabianFranz@gmx.de>
> > > > > To: "User Support for FreeNX Server and kNX Client"
> > > > > <freenx-knx@kde.org> Sent: Friday, June 01, 2007 3:41 AM
> > > > > Subject: Re: [FreeNX-kNX] {Disarmed} install freenx on fedora core 6
> > > > > 
> > > > > > > I have cleared all the session logs and started again
> > > > > > > 
> > > > > > > the new log says -
> > > > > > > 
> > > > > > > /usr/libexec/nx/nxnode: line 306: startkde: command not found
> > > > > > 
> > > > > > That sounds much better:
> > > > > > 
> > > > > > What about installing KDE now? ;-)
> > > > > > 
> > > > > > cu
> > > > > > 
> > > > > > Fabian
> > > > 
> > > > that's using a sledgehammer to crack a nut ... don't reinstall the os -
> > > > just
> > > > find where your 'startkde' script lives and either fix the node.conf on
> > > > your
> > > > nxserver or call the correct 'startkde' script from the client.
> > > > 
> 
> ________________________________________________________________
> Were you helped on this list with your FreeNX problem?
> Then please write up the solution in the FreeNX Wiki/FAQ:
> http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ
> Don't forget to check the NX Knowledge Base:
> http://www.nomachine.com/kb/ 
> 
> ________________________________________________________________
> FreeNX-kNX mailing list --- FreeNX-kNX@kde.org
> https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
> 


[Attachment #5 (text/html)]

<!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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>yes I still have the following in the session log 
&nbsp;/usr/libexec/nx/nxnode: line 306: startkde: command not found</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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&nbsp;I type- which 
startkde I get the following-<BR>/usr/bin/which: no startkde in 
(/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb \
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
 sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/NX/bin:/root/bin)</FONT></DIV>
 <DIV><FONT face=Arial size=2>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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-&lt;hostname&gt;-&lt;display&gt;-&lt;session_id&gt;) should be 
kept after a</P>
<P># session has ended. A successfully terminated session will be saved as</P>
<P># T-C-&lt;hostname&gt;-&lt;display&gt;-&lt;session_id&gt; while a failed 
session will be saved</P>
<P># as F-C-&lt;hostname&gt;-&lt;display&gt;-&lt;session_id&gt;.</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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" &lt;</FONT><A 
href="mailto:alastair@solutiontrax.com"><FONT face=Arial 
size=2>alastair@solutiontrax.com</FONT></A><FONT face=Arial 
size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>To: &lt;</FONT><A 
href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>&gt;</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>&gt; The important line in this log is:<BR>&gt; NX&gt; 1004 Error: NX 
Agent exited with exit status 1.<BR>&gt; This tells us nxagent exited with an 
error, but to find out why we need to see <BR>&gt; the session logs from the 
user's home directory, in your case the session and <BR>&gt; error files from 
/root/.nx/F-&lt;servername&gt;-&lt;display&gt;-&lt;session-ID&gt;<BR>&gt; 
<BR>&gt; If this again says 'startkde: command not found' then you need to find 
the <BR>&gt; startkde script, and find what what NX is trying to run. To find 
the script <BR>&gt; use the following (it may take some time...):<BR>&gt; find / 
-iname startkde<BR>&gt; This may give more than one result. To find which one 
would normally be run <BR>&gt; use:<BR>&gt; which startkde<BR>&gt; Now to find 
what nx is trying to run check the value of COMMAND_START_KDE <BR>&gt; in 
/etc/nxserver/node.conf. If it has a # in front of it you can ignore it <BR>&gt; 
and check the default value instead. This is in nxloadconfig which on my FC6 
<BR>&gt; is in /usr/bin along with nxagent, nxproxy and the rest. For reference 
on my <BR>&gt; FC6 the default is:<BR>&gt; COMMAND_START_KDE="/usr/bin/ssh-agent 
/usr/bin/dbus-launch --exit-with-session /usr/bin<BR>&gt; /startkde"<BR>&gt; 
<BR>&gt; 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>&gt;&gt; 
Hello again,<BR>&gt;&gt;<BR>&gt;&gt; I havnt re-installed the OS yet! im 
determined to get nxserver working!<BR>&gt;&gt; I removed nxfree and 
re-installed it but I still get a connection error<BR>&gt;&gt; 
everytime.<BR>&gt;&gt;<BR>&gt;&gt; Will someone kindly have a look at my error 
log.<BR>&gt;&gt;<BR>&gt;&gt; Thanks<BR>&gt;&gt; Tom<BR>&gt;&gt;<BR>&gt;&gt; 
NX&gt; 203 NXSSH running with pid: 3116<BR>&gt;&gt; NX&gt; 285 Enabling check on 
switch command<BR>&gt;&gt; NX&gt; 285 Enabling skip of SSH config 
files<BR>&gt;&gt; NX&gt; 285 Setting the preferred NX options<BR>&gt;&gt; NX&gt; 
200 Connected to address:&nbsp; on port: 22<BR>&gt;&gt; NX&gt; 202 
Authenticating user: nx<BR>&gt;&gt; NX&gt; 208 Using auth method: 
publickey<BR>&gt;&gt; HELLO NXSERVER - Version 1.5.0-60 OS (GPL)<BR>&gt;&gt; 
NX&gt; 105 hello NXCLIENT - Version 1.5.0<BR>&gt;&gt; NX&gt; 134 Accepted 
protocol: 1.5.0<BR>&gt;&gt; NX&gt; 105 SET SHELL_MODE SHELL<BR>&gt;&gt; NX&gt; 
105 SET AUTH_MODE PASSWORD<BR>&gt;&gt; NX&gt; 105 login<BR>&gt;&gt; NX&gt; 101 
User: root<BR>&gt;&gt; NX&gt; 102 Password:<BR>&gt;&gt; NX&gt; 103 Welcome to: 
server user: root<BR>&gt;&gt; NX&gt; 105<BR>&gt;&gt; listsession --user="root" 
--status="suspended,running"<BR>&gt;&gt; --geometry="1024x768x32+render" 
--type="unix-kde"<BR>&gt;&gt; NX&gt; 127 Sessions list of user 'root' for 
reconnect:<BR>&gt;&gt;<BR>&gt;&gt; Display 
Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Session 
ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
 Options&nbsp; Depth<BR>&gt;&gt; 
Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Session Name<BR>&gt;&gt; ------- 
---------------- -------------------------------- -------- -----<BR>&gt;&gt; 
-------------- ----------- 
------------------------------<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; NX&gt; 148 
Server capacity: not reached for user: root<BR>&gt;&gt; NX&gt; 105<BR>&gt;&gt; 
startsession&nbsp; --link="adsl" --backingstore="1" --nodelay="1" 
--cache="4M"<BR>&gt;&gt; --images="16M" --media="0" 
--imagecompressionmethod="-1"<BR>&gt;&gt; --imagecompressionlevel="-1" 
--render="1" --session="85" --type="unix-kde"<BR>&gt;&gt; --geometry="1024x768" 
--kbtype="pc102/us" --screeninfo="1024x768x32+render"<BR>&gt;&gt;<BR>&gt;&gt; 
NX&gt; 1000 NXNODE - Version 1.5.0-60 OS (GPL)<BR>&gt;&gt; NX&gt; 700 Session 
id: server40085-1000-C8EDF432FFA1B76AED14B4E119572540<BR>&gt;&gt; NX&gt; 705 
Session display: 1000<BR>&gt;&gt; NX&gt; 703 Session type: unix-kde<BR>&gt;&gt; 
NX&gt; 701 Proxy cookie: bd8ae5a2274f87c12bd2bc61324a1426<BR>&gt;&gt; NX&gt; 702 
Proxy IP:<BR>&gt;&gt; NX&gt; 706 Agent cookie: 
bd8ae5a2274f87c12bd2bc61324a1426<BR>&gt;&gt; NX&gt; 704 Session cache: 
unix-kde<BR>&gt;&gt; NX&gt; 707 SSL tunneling: 0<BR>&gt;&gt; NX&gt; 105 NX&gt; 
596 Session startup failed.<BR>&gt;&gt; NX&gt; 1004 Error: NX Agent exited with 
exit status 1.<BR>&gt;&gt; NX&gt; 1006 Session status: closed<BR>&gt;&gt; NX&gt; 
1001 Bye.<BR>&gt;&gt; /usr/libexec/nx/nxserver: line 1190: 19702 
Terminated&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
 sleep<BR>&gt;&gt; $AGENT_STARTUP_TIMEOUT<BR>&gt;&gt; Can't open<BR>&gt;&gt; 
/var/lib/nxserver/db/running/sessionId{C8EDF432FFA1B76AED14B4E119572540}:<BR>&gt;&gt; \
 No such file or directory.<BR>&gt;&gt; mv: cannot stat<BR>&gt;&gt; 
`/var/lib/nxserver/db/running/sessionId{C8EDF432FFA1B76AED14B4E119572540}':<BR>&gt;&gt; \
 No such file or directory<BR>&gt;&gt; Killed by signal 
15.<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; ----- Original Message -----<BR>&gt;&gt; 
From: &lt;</FONT><A href="mailto:sohbay@gmail.com"><FONT face=Arial 
size=2>sohbay@gmail.com</FONT></A><FONT face=Arial size=2>&gt;<BR>&gt;&gt; To: 
"User Support for FreeNX Server and kNX Client" &lt;</FONT><A 
href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>&gt;<BR>&gt;&gt; 
Sent: Sunday, June 03, 2007 1:01 AM<BR>&gt;&gt; Subject: Re: [FreeNX-kNX] 
FreeNX-kNX Digest, Vol 34, Issue 2<BR>&gt;&gt;<BR>&gt;&gt; &gt;I removed 
nxserver with yum then tried to reinstall it but now Im getting<BR>&gt;&gt; 
&gt;Error: Cannot open/read repomd.xml file for repository: updates<BR>&gt;&gt; 
&gt; I am very lucky in linux..<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; :( 
> (<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; ----- Original Message -----<BR>&gt;&gt; 
&gt; From: "dewey hylton" &lt;</FONT><A 
href="mailto:freenx@deweyonline.com"><FONT face=Arial 
size=2>freenx@deweyonline.com</FONT></A><FONT face=Arial size=2>&gt;<BR>&gt;&gt; 
&gt; To: &lt;</FONT><A href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>&gt;<BR>&gt;&gt; 
&gt; Sent: Saturday, June 02, 2007 6:51 PM<BR>&gt;&gt; &gt; Subject: Re: 
[FreeNX-kNX] FreeNX-kNX Digest, Vol 34, Issue 2<BR>&gt;&gt; &gt;<BR>&gt;&gt; 
&gt;&gt;&gt; Date: Fri, 1 Jun 2007 23:25:50 +0200<BR>&gt;&gt; &gt;&gt;&gt; From: 
&lt;</FONT><A href="mailto:sohbay@gmail.com"><FONT face=Arial 
size=2>sohbay@gmail.com</FONT></A><FONT face=Arial size=2>&gt;<BR>&gt;&gt; 
&gt;&gt;&gt; Subject: Re: [FreeNX-kNX] {Disarmed}&nbsp; install freenx on fedora 
core 6<BR>&gt;&gt; &gt;&gt;&gt; To: "User Support for FreeNX Server and kNX 
Client"<BR>&gt;&gt; &gt;&gt;&gt; &lt;</FONT><A 
href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>&gt;<BR>&gt;&gt; 
&gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; KDE is installed, I will re-install the OS 
and try freenx again.<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; Thanks 
to everyone for trying.<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; Tom 
> )<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; ----- Original Message 
-----<BR>&gt;&gt; &gt;&gt;&gt; From: "Fabian Franz" &lt;</FONT><A 
href="mailto:FabianFranz@gmx.de"><FONT face=Arial 
size=2>FabianFranz@gmx.de</FONT></A><FONT face=Arial size=2>&gt;<BR>&gt;&gt; 
&gt;&gt;&gt; To: "User Support for FreeNX Server and kNX Client"<BR>&gt;&gt; 
&gt;&gt;&gt; &lt;</FONT><A href="mailto:freenx-knx@kde.org"><FONT face=Arial 
size=2>freenx-knx@kde.org</FONT></A><FONT face=Arial size=2>&gt; Sent: Friday, 
June 01, 2007 3:41 AM<BR>&gt;&gt; &gt;&gt;&gt; Subject: Re: [FreeNX-kNX] 
{Disarmed} install freenx on fedora core 6<BR>&gt;&gt; &gt;&gt;&gt;<BR>&gt;&gt; 
&gt;&gt;&gt; &gt;&gt; I have cleared all the session logs and started 
again<BR>&gt;&gt; &gt;&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; &gt;&gt; the 
new log says -<BR>&gt;&gt; &gt;&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt;&gt; 
&gt;&gt; /usr/libexec/nx/nxnode: line 306: startkde: command not 
found<BR>&gt;&gt; &gt;&gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt;&gt; &gt; That sounds 
much better:<BR>&gt;&gt; &gt;&gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt;&gt; &gt; What 
about installing KDE now? ;-)<BR>&gt;&gt; &gt;&gt;&gt; &gt;<BR>&gt;&gt; 
&gt;&gt;&gt; &gt; cu<BR>&gt;&gt; &gt;&gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt;&gt; &gt; 
Fabian<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; that's using a sledgehammer to 
crack a nut ... don't reinstall the os -<BR>&gt;&gt; &gt;&gt; just<BR>&gt;&gt; 
&gt;&gt; find where your 'startkde' script lives and either fix the node.conf 
on<BR>&gt;&gt; &gt;&gt; your<BR>&gt;&gt; &gt;&gt; nxserver or call the correct 
'startkde' script from the client.<BR>&gt;&gt; &gt;&gt;<BR>&gt; <BR>&gt; 
________________________________________________________________<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; \
 Were you helped on this list with your FreeNX problem?<BR>&gt;&nbsp;&nbsp;&nbsp; 
Then please write up the solution in the FreeNX Wiki/FAQ:<BR>&gt;&nbsp; 
</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>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Don't 
forget to check the NX Knowledge 
Base:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
 </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>&gt; 
<BR>&gt; 
________________________________________________________________<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
 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>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </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>&gt; 
________________________________________________________________<BR>&gt;</FONT></BODY></HTML>




________________________________________________________________
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX Wiki/FAQ:
  http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com/kb/ 

________________________________________________________________
       FreeNX-kNX mailing list --- FreeNX-kNX@kde.org
      https://mail.kde.org/mailman/listinfo/freenx-knx
________________________________________________________________

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic