[Bug 690050] Re: LocalDev: LTSP server can't mount thin-client flash-drives

2011-07-06 Thread Stéphane Graber
*** This bug is a duplicate of bug 415952 *** https://bugs.launchpad.net/bugs/415952 Right, ltspfs is known to fail in 64bit. I'm going to mark this bug report as a duplicate of the 64bit support for ltspfs one. ** This bug has been marked a duplicate of bug 415952 reading usb memory on

[Bug 690050] Re: LocalDev: LTSP server can't mount thin-client flash-drives

2010-12-22 Thread Denis Ryabiy
Bug appeared on amd64 ltsp-client only If I use ltsp-build-client --arch i386 all is OK -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690050 Title: LocalDev: LTSP server can't mount thin-client

[Bug 690050] Re: LocalDev: LTSP server can't mount thin-client flash-drives

2010-12-14 Thread Denis Ryabiy
localize problem it happens when ltspfsmounter call ltspfs # DISPLAY=localhost:21.0 ltspfs 192.168.16.31:/tmp /tmp/.w1r0x-ltspfs/tmp Wrote d47efd44f8812690c216fc4c34cf702b size 32, waiting Authentication failed. 192.168.16.31 - my client side machine ip -- You received this bug notification

[Bug 690050] Re: LocalDev: LTSP server can't mount thin-client flash-drives

2010-12-14 Thread Denis Ryabiy
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