On Tue, 22 Jul 2008, mario salcedo wrote:

> Hi. I have LTSP5 in XUBUNTU 8.04.  I did  all  the this guide
>
> https://wiki.ubuntu.com/DebugLocalDev
>
> All ok until step 4.  I can not mount manual the USB. But in Step2 the 
> USB appear in dmesg, but don't appear the icon in the desktop.

So, you need to check the following:

1. A sd[a-d]1 appears @ltsp-client (see "dmesg |tail" after plug-in).
1.b the USB partition is listed in /var/run/ltspfs_fstab
1.c a corresponding mountpoint appears under /var/run/drives
(let this called as ${MOUNTPOINT})
[This two checkpoints should be added to the wiki, IMHO.]

2. ltspfs is installed @ltsp-server
3. `lsmod |grep fuse` @ltsp-server is true
4. `groups |grep fuse` [EMAIL PROTECTED] is true

Then try @ltsp-client (this should be found in /lib/udev/add_fstab_entry):
[note the -X option below!]

ssh -X -S ${LDM_SOCKET} ${LTSP_SERVER} \
"/usr/sbin/ltpsfsmounter ${MOUNTPOINT} add"

where ${LDM_SOCKET} is /var/run/ldm_socket_... (check in /var/run),
${LTSP_SERVER} is the FQDN or IP of your ltsp-server,
${MOUNTPOINT} is the dir mentioned at 1.c above.

If you get an error message then you have to check /usr/sbin/ltspfsmounter 
script @ltsp-server.
Else a dir /tmp/.${user}-ltspfs with a name corresponding to the usb 
partition in it should be appear @ltsp-server, AFAIK.

--
Zsolt

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to