Try strace -p freenxpid -f -t -o /tmp/logfile
awesome idea...how do you figure out the pid when...
# ps aux|grep nx root 15218 0.0 0.1 4600 664 pts/5 S+ 16:32 0:00 grep nx
doesn't show a process id?
it doesn't show that freenx is running! Are you sure it's started? Try to start it manulay with strace -o /tmp/logfile -f -t /usr/sbin/freenx
(or wherever you installed the binaries)
bye, Ago