Hi syed, The best source would be: http://wiki.ltsp.org/twiki/bin/view/Ltsp/LTSP-42-LocalDev
But, looking at your lts.conf file: 1. Try adding the following into your lts.conf file. LOCAL_STORAGE = Y 2. Also, check the below script is run when the user logs into the ltsp client. You can add this script into "Auto-started Applications" /etc/X11/xinit/xinitrc.d/lbus-start.sh 3. Check if the user is in fuse group On my gentoo server, I put users into /etc/fuse.conf file to allow them to use USB. [EMAIL PROTECTED] echo "synack" >> /etc/fuse.conf On Fri, 04 May 2007 07:43:26 +0000 / syed tanveer wrote: With a subject: Re: [Ltsp-discuss] USB Data Stick Not Support > Hi, > here is lts.conf file which i use it . > [Default] > SERVER = 10.3.0.51 > XSERVER = auto > X_MOUSE_PROTOCOL = "PS/2" > X_MOUSE_DEVICE = "/dev/psaux" > X_MOUSE_RESOLUTION = 400 > X_MOUSE_BUTTONS = 3 > USE_XFS = N > HOTPLUG = Y > SCREEN_01 = startx > SCREEN_02 = shell > X_VIDEORAM = 16384 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _____________________________________________________________________ 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
