gnats-prs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnats/222: Problem of installation of the daemon with Red Hat 7.1 due to


From: thomas_roetynck
Subject: gnats/222: Problem of installation of the daemon with Red Hat 7.1 due to xinetd.conf
Date: 18 Jul 2001 13:21:03 -0000

>Number:         222
>Category:       gnats
>Synopsis:       Problem of installation of the daemon with Red Hat 7.1 due to 
>xinetd.conf
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 18 06:24:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Roetynck
>Release:        3-113
>Organization:
>Environment:
Red Hat 7.1, i386, ...
>Description:
I have of problem of installation of the daemon: I use the doc which is 
available at this site and it tells me to write this line in the file 
/etc/inetd.conf:
       support  stream  tcp  nowait  /usr.../gnatsd gnatsd
BUT, in Red Hat 7.1, there is no more inetd.conf!! It has been replaced by 
xinetd.conf and its difficulty...
I wrote a file named "support" in /etc/xinetd.d/ which contains:
service support{
     socket_type=stream
     protocol=tcp
     wait=no
     user=gnats
     server=/usr/local/libexec/gnats/gnatsd
     server_args=gnatsd
}
Of course, I wrote the needed line in /etc/services with the port 1529.
And now it doesn't work when I type:
#telnet localhost 1529
But it works when I type
# /usr/local/libexec/gnats/gnatsd gnatsd
So what's the matter ?
>How-To-Repeat:
Said in the description
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]