On Sun, Jul 05, 2009 at 01:55:27PM +0200, Holger wrote: > I have problems with local devices like usb sticks and cd-roms. > I use ltsp-5 on debian squezzy. After installing ltsp-5 i inserted a > cdrom into a > client. Gnome didn't recognize anything, the same with usb sticks. When > i > am logged in directly (keyboard, mouse) on the server everything works > fine. > Back on the client i logged in as root and everything worked. Logging > in > as normal user nothing > works....
it works for me, so first off, is the user in the "fuse" group? getent group fuse to add them: adduser USER fuse they need to be in the fuse group for ltspfs (a.k.a. LOCALDEV) to work. what's the output on: ls -l /dev/fuse /usr/bin/fusermount /dev/fuse needs to be writeable by the fuse group, and fusermount should be executable by the fuse group. if they are in the fuse group, and it still doesn't work, does anything show up with: mount | egrep /media/USER then it may be an issue with GNOME not recognizing the /media/USER/* mounts for some reason. > Then I tried to get sound with pulesaudio, but no sound :-( > I tried to start the pulsaudio daemon on client side. The daemon > aborted > cause it could not > write to /var/lib/pulse. After adding this directory to the rw_dirs in > /etc/default/ltsp-client-setup sound seems to work fine. i'm having this same problem, although simply adding /var/lib/pulse to rw_dirs didn't solve it for me. i had to manually create /opt/ltsp/i386/var/lib/pulse, and even after doing that, it still didn't work. the same code (ltsp* and ldm* versions) works fine with a lenny LTSP chroot, even with a squeeze server. so there's something in pulseaudio that changed since lenny. please file a bug report in the debian bug tracking system (http://bugs.debian.org), preferrably using "reportbug" tool: apt-get install reportbug reportbug ltsp-server > A friend of me is running a ltsp-5 server too. He had no trouble with > pulesaudio and local devices. also on debian squeeze, or debian lenny? or debian lenny with backported ltsp packages from squeeze? > I don't konw whats going wrong. Is there > a > logfile to get more information about the problem? no universal log file... look around in /var/log/* for anything meaningful. i haven't found much for this myself. live well, vagrant ------------------------------------------------------------------------------ _____________________________________________________________________ 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
