sdownes wrote:
> I've installed the Linux Terminal Server .debs on my file server & I'm 
> trying to run an old machine from it. I have got the DHCP working & the 
> terminal is finding its address & asking for the kernel but then nothing.
> 
> I've installed TFTP & it is in inetd.conf & services but I think it isn't 
> listening fot the call from the workstation. 
> 
> I've tried the tftp -s option & normal & adjusted the dhcp command to suit 
> & everything else I can think of. 
> 
> How can I tell whether tftp is listening & if not why not?
> 

Try looking in /var/log/syslog; that is where my tftp requests show up. I
can't really help with the entry in /etc/inetd.conf since I use
/etc/xinetd.conf. Here are my entries for LTSP in xinetd.conf:

service bootps
{
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = root
        server          = /usr/sbin/bootpd
        server_args     = -i -t 120
}

service tftp
 {
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = root
        server          = /usr/sbin/in.tftpd
        server_args     = -s /tftpboot
        disable         = no
 }


-- 
David Raeker-Jordan
mailto:[EMAIL PROTECTED]
GnuPG key: 1024D/CD956608

Attachment: msg28992/pgp00000.pgp
Description: PGP signature

Reply via email to