On Monday, June 11th, 2012, at 07:04:02h -0700, Braniti wrote:
> i've got the same issue, and didn't find explanation on the web , nor clear solution.
> you've fixed this in the mean time ?
>
>
> On Wednesday, February 22, 2012 1:23:26 PM UTC+1, Pinnerite wrote:
>> I am struggling with NX Server. If I start it and then try to check the
>> status, It goes like this:
>>
>> [root@desktop ~]# /usr/NX/bin/nxserver --start
>> NX> 500 Service already running.
>> NX> 999 Bye.
Always check to see if a server is running with
ps -efw | egrep "server_executable_name"
You cannot rely on the start script truthfully indicating
that the daemon is actually running because some of them
just look to see if there is a lock file or pid file.
And the lock file or pid file may be lying around from
the previous daemon which did startup but crashed.
I seem to remember a similar problem some time ago (not necessarily
with NX) with a daemon service somebody else reported.
It could be that the nxserver is not starting because the port it
needs to bind to is in use or unavailable.