One of the things to watch out for, which is hinted at in the Troubleshooting guide, but sometimes jumps up and bites me on a reboot if I didn't remember to configure it, is to make sure that the "fuse" module is loaded.
a quick: lsmod|grep fuse should tell you. If not, as root, modprobe fuse. Also, remember to add "fuse" to the list of modules loaded when the server reboots, otherwise you may find this little elusive step eluding you once again. For debian based systems, adding "fuse" to /etc/modules should do the trick. HTH, -Gadi On Fri, 2006-05-05 at 11:43 +0200, Vla wrote: > Jim McQuillan schrieb: > > On Fri, May 5, 2006 4:17 am, Vla wrote: > >> Hi, > >> > >> if 'lbus-start.sh' is executed in '/etc/X11/xinit/xinitrc' or in > >> '/kde/share/config/kdm/Xstartup' i have no local drives attached, if i > >> execute 'lbus-start.sh' after logon in kde in an xterm window, i can > >> access the local devices on the clients. > >> > >> any hints? > > > > What distro? > > > > Each distro seems to have a different idea of what scripts should be run > > after logging in. > > > > Jim McQuillan > > [EMAIL PROTECTED] > > > > its Gentoo. But the scripts are executed at logon/start, i tested that > with the 'echo' command i placed behind the lbus-start.sh command. > > > Manfred > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _____________________________________________________________________ > 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 > > -- -------------------------------------------------------- Gideon Romm | Proud LTSP Developer [EMAIL PROTECTED] Support LTSP! Buy your hardware at: www.DisklessWorkstations.com www.DisklessThinClients.com (use coupon code: LTSP5P for 5% off thin clients from DisklessThinClients.com) ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _____________________________________________________________________ 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
