Andy Green wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
| | cd /etc/xinetd.d | grep tftp * | | -Andy |> | Hi All, | ok, I copied the tftp file from xinetd.d to another location and | rebooted. Guess what, xinetd is still listening on port 69 udp. This is | weird. I can't get my head around it, eh. Cheers.
| Mark Sargent.
Hi Mark -
Actually I meant copy the file in an email here. Also run the
cd /etc/xinetd.d grep tftp *
commands, which will show up any file in the directory containing "tftp" whatever it is named.
Also, maybe worth emailing to the list the contents of you /etc/xinetd.conf in case that has something exciting.
- -Andy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFCU5UUjKeDCxMJCTIRArNYAJ478ugVOE/JXjH//V4X03h+aiYKogCeMJ12 4uctTjD7Tg920omD/Erp5So= =PTiv -----END PGP SIGNATURE-----
Hi All,
well, well, well, think I may have found the culprit,
[root@localhost tftp]# cat /etc/xinetd.conf # # Simple configuration file for xinetd # # Some defaults, and include /etc/xinetd.d/
defaults { instances = 60 log_type = SYSLOG authpriv log_on_success = HOST PID log_on_failure = HOST cps = 25 30 }
includedir /etc/xinetd.d
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/bin/tftp
server_args = -c -s /tftpboot
disable = no
per_source = 11
cps = 100 2
}
Ok, now, how does that get there..? I certainly didn't put it there. Is it put there by default by another process..? Cheers.
Mark Sargent.