Hello,

i installed ltsp 4.2 local dev on my gentoo ltsp-server. Problem is, i have to execute 'sh /etc/X11/xinit/xinitrc.d/lbus-start.sh' in an xterm on the client to get my floppy working.

my /etc/X11/xinit/xinitrc after modification:
---------------
 # First try ~/.xinitrc
 if [ -f "$HOME/.xinitrc" ]; then
         XINITRC="$HOME/.xinitrc"
         sh /etc/X11/xinit/xinitrc.d/lbus-start.sh
         exec /bin/sh "$HOME/.xinitrc"
 # If not present, try the system default
 elif [ -n "`/etc/X11/chooser.sh`" ]; then
         sh /etc/X11/xinit/xinitrc.d/lbus-start.sh
         exec "`/etc/X11/chooser.sh`"

-----------------

whats wrong with the entries?

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

Reply via email to