Koozali.org: home of the SME Server

Running tftp on e-smith

Micheal

Running tftp on e-smith
« on: May 15, 2001, 09:02:45 AM »
I installed the tftp-server rpm on e-smith 4.1.1.

 I put "tftp dgram wait root /usr/sbin/tcpd in.tftpd" in inetd.conf

I put

service tftp
\{
socket_type = dgram
wait = yes
user = root
log_on_success += USERID
log_on_failure += USERID
server = /usr/sbin/in.tftpd
server_args = /tftpboot
\}
 in /etc/e-smith/templates/etc/xinetd.conf/45tftp and it show correctly in /etc/xinetd.conf

tftp however does not work....can anyone tell me what I am doing wrong?