Comment 2 for bug 690050

Revision history for this message
Denis Ryabiy (g-root-teraom-ru) wrote :

I have temporary solution
use

"ltspfsd -ad > /dev/null 2> /dev/null&" instead of "ltspfsd"

 -a for no authentication. The server will simply accept the XAUTH packet sent down, and always return OK.
 -d for debug. Server won't fork into the background, and will print messages to stderr.

Without debug -a don't work.

Now system works fine but without authentication.