public inbox for gnats-prs@sourceware.org
help / color / mirror / Atom feed
From: thomas_roetynck@hotmail.com
To: gnats-gnats@sourceware.cygnus.com
Subject: gnats/222: Problem of installation of the daemon with Red Hat 7.1 due to xinetd.conf
Date: Wed, 18 Jul 2001 06:24:00 -0000	[thread overview]
Message-ID: <20010718132103.6558.qmail@sourceware.cygnus.com> (raw)

>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	other threads:[~2001-07-18  6:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010718132103.6558.qmail@sourceware.cygnus.com \
    --to=thomas_roetynck@hotmail.com \
    --cc=gnats-gnats@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).