No subject
Fri Jan 17 03:57:02 UTC 2014
wrong port number to nxserver when using build in file sharing. This is
what i found in my nxserver.log:
NX> 105 addmount --port=3D"3000" --username=3D"jan" password=3D"******"
--share=3D"download" --computername=3D"QEMU-WINXP"
--dir=3D"$(SHARES)/download"
but the nxagent still opens the listening port on port 4000 and it is
even telling this in the session file.
And sometimes i have a kind of race condition with mounting the share. I
get a "Connection refused" box in my session window (but in this case
the port is the right one), just like the listening port has not been
set up already. If i add a "sleep 5" just before the smbmount in nxnode
file it works reliable.
What do you think about this solution: We try to get the port from the
"session" file via the "tail -f" process which is running anyway. And we
should bind the cmd_node_smbmount() function to this event too.
Or did you (Fabian) already tried this?
regards,
Jan
More information about the FreeNX-kNX
mailing list