public inbox for gnats-prs@sourceware.org
help / color / mirror / Atom feed
* gnats/222: Problem of installation of the daemon with Red Hat 7.1 due to xinetd.conf
@ 2001-07-18  6:24 thomas_roetynck
  0 siblings, 0 replies; only message in thread
From: thomas_roetynck @ 2001-07-18  6:24 UTC (permalink / raw)
  To: gnats-gnats

>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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-18  6:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-18  6:24 gnats/222: Problem of installation of the daemon with Red Hat 7.1 due to xinetd.conf thomas_roetynck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).