итак, имеется centos 6.3 с установленным tftp. tftp отказывается работать
#cat /etc/xinetd.d/tftp
service tftp { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s -c -vvv /var/lib/tftpboot per_source = 11 cps = 100 2 flags = IPv4 }
#ls -la /var/lib/ total 184 <...> drwxrwxrwx. 2 nobody nobody 4096 Jan 14 17:02 tftpboot <...>
# ls -la /var/lib/tftpboot/ total 12 drwxrwxrwx. 2 nobody nobody 4096 Jan 15 10:24 . drwxr-xr-x. 44 root root 4096 Jan 14 17:19 .. -rwxrwxrwx. 1 nobody nobody 17 Jan 14 09:52 test.txt
# tftp localhost tftp> status Connected to localhost. Mode: netascii Verbose: off Tracing: off Literal: off Rexmt-interval: 5 seconds, Max-timeout: 25 seconds tftp> get test.txt Transfer timed out.
в /var/log/messages: <...> xinetd[3701]: START: tftp pid=3853 from=127.0.0.1 <...>
два дня бодаюсь =( где копать?