Closed GoogleCodeExporter closed 8 years ago
I am following the same process now, so sharing tips more than solutions...
The message you get actually is rather "generic" There are quite a few things
that
can go wrong and lead to that message in the NX client.
Take a look at system log (/var/log/syslog in Debian, for example). There is a
detailed log of what happened.
In my case, first the path to nxagent was configured wrong. Then, once it was
configured right (hand-tweaked constants.py file in site-packages/neatx/) path
to the
libs that nxagent needed were not configured etc etc.
So, start looking at system log on the server.
Original comment by suslikr...@gmail.com
on 18 Jul 2009 at 8:33
Thanks suslikreal. This is most likely a duplicate of
http://code.google.com/p/neatx/issues/detail?id=3 . Let me know if not, and we
can
investigate more.
Original comment by kormat
on 20 Jul 2009 at 5:29
Thanks suslikreal. Like kormat said, this is exactly a duplicate of
http://code.google.com/p/neatx/issues/detail?id=3
The detail syslog is copied below:
Jul 16 19:51:23 xxxxx nxnode[10094]: INFO daemon:486 Starting program,
executable=None, args=['/usr/lib/nx/nxagent', '-D', '-name', u'Neatx -
frtam@xxxxxxxxx.com:239 - xxxxx-frtam', '-options',
'/usr/local/var/lib/neatx/sessions/4DC60D46F42406BB343424710355CA03/options',
'-nolisten', 'tcp', ':239']
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: Traceback (most recent call last):
Jul 16 19:51:23 xxxxx nxserver[10043]: DEBUG session:248 Loading session
4DC60D46F42406BB343424710355CA03 from
/usr/local/var/lib/neatx/sessions/4DC60D46F42406BB343424710355CA03/neatx.data
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: File
"/usr/lib/python2.6/dist-packages/neatx/node.py", line 309, in __XAuthDone
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: self.__StartNxAgent()
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: File
"/usr/lib/python2.6/dist-packages/neatx/node.py", line 340, in __StartNxAgent
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: self.__nxagent.Start()
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: File
"/usr/lib/python2.6/dist-packages/neatx/agent.py", line 230, in Start
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: pid =
daemon.Program.Start(self)
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: File
"/usr/lib/python2.6/dist-packages/neatx/daemon.py", line 512, in Start
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: **kwargs)
Jul 16 19:51:23 xxxxx nxnode-wrapper[10092]: glib.GError: Failed to execute
child
process "/usr/lib/nx/nxagent" (No such file or directory)
Jul 16 19:51:23 xxxxx nxserver[10043]: DEBUG session:248 Loading session
4DC60D46F42406BB343424710355CA03 from
/usr/local/var/lib/neatx/sessions/4DC60D46F42406BB343424710355CA03/neatx.data
Jul 16 19:51:54 xxxxx last message repeated 29 times
Jul 16 19:51:54 xxxxx nxserver[10043]: ERROR nxserver:600 Session
4DC60D46F42406BB343424710355CA03 has not achieved waiting status within 30
seconds
Jul 16 19:51:54 xxxxx nxserver[10043]: DEBUG protocol:172 >>> "NX> 500 Session
didn't
become ready in time\n"
Jul 16 19:51:54 xxxxx nxserver[10043]: DEBUG protocol:172 >>> 'NX> 999 Bye.\n'
Jul 16 19:51:54 xxxxx nxserver[10043]: DEBUG nxserver:701 No nxagent port, not
starting netcat
Original comment by fcc...@gmail.com
on 20 Jul 2009 at 6:23
Original comment by kormat
on 20 Jul 2009 at 8:24
Original issue reported on code.google.com by
fcc...@gmail.com
on 17 Jul 2009 at 12:35