Am Freitag, den 07.07.2006, 01:26 +0200 schrieb Thibaut LE LEVIER: > Hi everybody > I try to use LTSP with an other computer. > Everything is OK for the server but then I try to boot on a Terminal, > this one cannot load the file from dhcp. > there is in my dhcp configuration file (dhcpd.conf): > filename "/lts/vmlinux.ltsp" > > The server work on Ubuntu 6.06 > what file must I use?
At least one that exists on the server ;-) That "filename" is a relative path in regard to "/tftpboot", so you should check which files exist in /tftpboot/lts, maybe there is something like "vmlinuz-2.6.16.1-ltsp-2" there? Change your dhcpd.conf accordingly, and do not forget to restart the DHCP service for changes to take effect. Btw. I just realize that "cannot load the file from dhcp" is a rather unspecific description (and it would try to use tftp for the actual file transfer, not dhcp, on a sidenote). If you get a "timeout", you should assure the existance of a tftp server on the server (tftpd-hpa would possibly the package name). I guess the LTSP wiki describes how to get that running in case it is not yet there. If you have "file not found", try the description above. Hth Anselm 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
