{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -cs /tftpboot -r blksize
disable = no
}
-----Original Message-----
From: PC32 YPXin [mailto:YPXin@Winbond.com.tw]
Sent: Tuesday, November 13, 2001 11:58 AM
To: 'Talmon'; 'kernelnewbies@nl.linux.org'
Subject: 答复: 答复: Why can't get data by tftp?yes.I see it.It is disable.But I have modified the option in /etc/xinetd.d/tftp.Did I have anything else to do?-----原始邮件-----
发件人: Talmon [mailto:talmon@exanet.com]
发送时间: 2001年11月13日 17:52
收件人: PC32 YPXin
主题: RE: 答复: Why can't get data by tftp?Do a kill -HUP <pid no of xinetd>. Then you should have a /var/run/xinetd.dump file. Make sure tftp is active.-----Original Message-----
From: PC32 YPXin [mailto:YPXin@Winbond.com.tw]
Sent: Tuesday, November 13, 2001 11:31 AM
To: 'Talmon'
Subject: 答复: Why can't get data by tftp?hi!
I have down it , and installed it, I used redhat7.2. I modified the file /etc/xinetd.d/tftp. Modify the value "disable" from yes to no. and restart the xinetd. It said ok. But when I connected it and transfered data. "time out" emerged.and the file /var/run/xinetd.dump can't be find.I just got a xinetd.pid.
Thanks.
Best Regards
YPXin
-----原始邮件-----
发件人: Talmon [mailto:talmon@exanet.com]
发送时间: 2001年11月13日 17:22
收件人: PC32 YPXin; kernelnewbies@nl.linux.org
主题: RE: Why can't get data by tftp?
Download and use the package tftp-hpa-0.21.tar.gz instead of the default tftp / tftpd that comes with your distribution. This definitely works. Also, make sure that xinetd is making tftp active: check the file /var/run/xinetd.dump to see if tftp is active.
-----Original Message-----
From: kernelnewbies-bounce@nl.linux.org [mailto:kernelnewbies-bounce@nl.linux.org]On Behalf Of PC32 YPXin
Sent: Tuesday, November 13, 2001 10:46 AM
To: 'kernelnewbies@nl.linux.org'
Subject: Why can't get data by tftp?
hi!
I start the sevice ,but When I connect it, can't get a file or put a file?Anybody can tell me something about it ?