Bug 49564 - Typo in /etc/xinetd.d/echo-udp prevents echo service from starting
Summary: Typo in /etc/xinetd.d/echo-udp prevents echo service from starting
Keywords:
Status: CLOSED DUPLICATE of bug 38669
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: xinetd
Version: 7.1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-07-20 19:09 UTC by tris
Modified: 2007-04-18 16:34 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-07-20 19:09:42 UTC
Embargoed:


Attachments (Terms of Use)

Description tris 2001-07-20 19:09:37 UTC
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:

Comment 1 Trond Eivind Glomsrxd 2001-07-20 19:38:02 UTC

*** This bug has been marked as a duplicate of 38669 ***


Note You need to log in before you can comment on or make changes to this bug.