I have decided to try v5 of LTSP recently. Therefore I installed 
ltsp-server package via apt and then let it install client (around 300MB 
in /opt/ltsp). Since this moment I cannot figure out what to do next. 
There is very little on web about fifth version. I tried to edit 
/etc/exports (added something about /opt/ltsp - read only) and to 
configure dhcp this way:


option routers                  192.168.11.1;
option domain-name-servers      192.168.11.1;
next-server                     192.168.11.160;     
option root-path                "192.168.11.160:/opt/ltsp/i386";

subnet 192.168.8.0 netmask 255.255.252.0 {

    host TC1{
        hardware ethernet       00:0E:2E:3A:EE:4E;
        fixed-address           192.168.10.152;
        filename                "/boot/nbi.img-2.6.18-4-486";
    }

}


My client is set to boot via NFS and it proprely loads that nbi.img. But 
then it freezes, in fact some complex message is repeated indefinitely 
(ending with statement: nfs path needed as if that nbi.img has not been 
loaded yet).

I have used v4.2 for some time and its configuration seemed to be easy 
for me. But this one I just cannot crack. I would be glad for any hint. 
Thanks.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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