Yesterday I asked on this list about a problem of load balancing with 
get_hosts.
We solved it.
Actually, the script ldm in /opt/ltsp/i386/usr/lib/ltsp/screen.d says:

# Server scalability.  If there exists a /usr/share/ltsp/get_hosts file, 
then
     if [ -x /usr/share/ltsp/get_hosts ]; then
         LDM_SERVER=$(/usr/share/ltsp/get_hosts)
# Loop though each of the hosts, and get their ldminfo

and there where  no get_hosts in /usr/share/ltsp/ (as seen from the client).
So, we put get_hosts there, and put a link in /opt/ltsp/i386/usr/lib/ltsp:
cd /opt/ltsp/i386/usr/lib/ltsp
ls -l
lrwxrwxrwx 1 root root   26 2010-10-01 10:48 get_hosts -> 
../../share/ltsp/get_hosts
Then everything is ok.

But the documentation is false.

Yours
t.d.



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_____________________________________________________________________
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