From Bugzilla Helper: User-Agent: Mozilla/4.77 [en] (Windows NT 5.0; U) Description of problem: The service specified in the file "/etc/xinetd.d/echo-udp" is 'echo-udp'; it should just be 'echo'. How reproducible: Always Steps to Reproduce: 1. enable echo-udp service by setting 'disable = no' in file '/etc/xinetd.d/echo-udp' 2. restart xinetd: kill -10 <pid> 3. look at /var/log/messages where you'll find the service does not exist: "No such internal service: echo-udp" 4. Change "service echo-udp" to simply "echo, restart xinetd as in step 2, enjoy your new udp echo server Additional info:
*** This bug has been marked as a duplicate of 38669 ***