Bug 18901 - xinetd Time service broken
Summary: xinetd Time service broken
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: xinetd
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-11 15:59 UTC by Hal Burgiss
Modified: 2007-04-18 16:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-13 03:44:05 UTC
Embargoed:


Attachments (Terms of Use)

Description Hal Burgiss 2000-10-11 15:59:04 UTC
The internal time service of xinetd does not work, or if it does,
it is significantly different that previous inetd implementations.
Using rdate to set time from a LAN connection generates 'connection
refused' no matter what. It would seem to be a problem with libwrap ->
xinetd:

[root@junior /tmp]# rdate -s feenix
 rdate: couldn't connect to host feenix: Connection refused

Log:

 Oct 11 04:01:33 localhost xinetd[24131]: FAIL: time libwrap
  from=192.168.10.2

None of the following in /etc/hosts.allow works: ALL : ALL,
ALL : 192.168.10.2, time : ALL, INTERNAL : ALL. ALL : <hostname>.
Nor does moving both hosts.deny and allow out of the way completely.
(Restart xinetd on each test.)

Comment 1 Hal Burgiss 2000-10-13 03:43:59 UTC
I forgot to say that telnet, wu-ftp, rsh, and rlogin are all
working fine. Config file:

{
     wait           = no
     user           = root
     disable        = no
     socket_type    = stream
     protocol       = tcp
     server         = INTERNAL
}


Comment 2 Trond Eivind Glomsrxd 2000-10-17 17:12:08 UTC
This is fixed in xinetd-2.1.8.9pre11-1.


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