rendered paste body[root@spacewalk xinetd.d]# service xinetd restart
Stopping xinetd: [FAILED]
Starting xinetd: [ OK ]
[root@spacewalk xinetd.d]# ps aux | grep xinetd
root 6125 0.0 0.0 21880 900 ? Ss 14:52 0:00 xinetd -stayalive -pidfile /var/run/xinetd.pid
root 6129 0.0 0.0 61200 764 pts/3 S+ 14:53 0:00 grep xinetd
[root@spacewalk xinetd.d]# ps aux | grep tftp
root 6131 0.0 0.0 61200 764 pts/3 S+ 14:53 0:00 grep tftp
[root@spacewalk xinetd.d]#
service tftp
{
disable = no
socket_type = dgram
protocol = udp
port = 69
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}
[root@spacewalk etc]# ftp localhost 69
ftp: connect: Connection refused
ftp>
[root@spacewalk etc]# ftp localhost
ftp: connect: Connection refused
ftp>