I am trying to configure LTSP client on Knoppix,
Server is configured and when try to boot client it say
............. ..Me192.168.1.9 Server 192.168.1.55 Loading 192.168.1.55:/tftpboot/lts/vmlinuz.ltsp TFTP error 1 (File not found) Unable to load file <sleep> <abort> Probing for pci nic ... Probing for isa nic....
but vmlinuz file is present over there. I tried changing the path /lts/vmlinuz-2.4.26-ltsp-2 in the dhcpd.conf but then also it doesn't works.
If there is anyone who can show me the LTSP in place live with some clients working so taht i can get a fair idea of how to get the LTSP into working as well as see the performance then it will be really helpfull
Thanks in advance
CSJakharia
Subscribe to bermudaEmail: [input] [input] Browse Archives at groups.google.com
--------------------------------- Want to start your own business? Learn how on Yahoo! Small Business.
On Thursday 07 December 2006 20:59, Chirag wrote:
I am trying to configure LTSP client on Knoppix,
Server is configured and when try to boot client it say
............. ..Me192.168.1.9 Server 192.168.1.55 Loading 192.168.1.55:/tftpboot/lts/vmlinuz.ltsp TFTP error 1 (File not found) Unable to load file
Most likely tftp is not running. check /etc/inetd.conf for a line like
tftp dgram udp wait root /usr/sbin/in.tftpd -s /iso/tftpboot/nbi_img -r blksize
If u are using pxe u require the tftp-hpa package.