I follow the steps especified in the wiki page http://wiki.ltsp.org/twiki/bin/view/Ltsp/LTSP-42-LocalDev, but local devices aren't working. My session is KDE.

- Modify dhcpd.conf ( use-host-decl-names on; )
- Install Fuse and Fuse Libs ( fuse-2.5.2-4.fc5.rpm, fuse-libs-2.5.2-4.fc5.rpm )
- Add users to fuse group ( /usr/sbin/usermod -G fuse,othergroup,anothergroup username )
- Install X11 Library for perl ( perl-X11-Protocol-0.55-4.fc5.noarch.rpm )
- Install the LTSP local dev supoort package ( http://ltsp.mirrors.tds.net/pub/ltsp/utils/ltsp-server-pkg-fedora-0.1-1.i386.rpm - Fedora 4 rpm)
- Enable local device on the client ( LOCAL_STORAGE = Y )

Then I try to figure out what's happening.

- LOCAL_STORAGE is on
- My workstation know it's name
- I have devices in my fstab
- The user is in the fuse group
- lbussd is running
- The fuse module is loaded
- The lbus_event_handler is firing
    - Try to fire up a mount:  /usr/sbin/lbus_event_handler.sh add block /tmp 1024 Temp
        Efectively an icon pop-up on the desktop, but when 'click' the icon, appears this message: 'The file file:///home/username/Drives//tmp doesn't exists.'

        When I execute the comand:  ls -l /home/username/Drives/ ... show:
       
        ?------------    ?    ?                ?           ?    /home/username/Drives/tmp
        drwxr-xr-x    2    username    group    0    abr 7    01:20    readwrite

I can't access any local device. Could someone help me ?

Thanks.

Carlos Álvarez.

Reply via email to