Re: Unparseable reply from gnatsd
Yngve Svendsen <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
At 18:37 29.04.2003 +0000, Eicke Felipe wrote: >Hi,I use gnatsd through inetd the entry at inetd.conf is: >support stream tcp nowait gnats /usr/local/gnats/libexec/gnats/gnatsd gnatsd >and the entry at /etc/services is: >support 1529/tcp prmsd gnatsd # cygnus bug tracker > > >I tried to telnet localhost 1529 and ... > >telnet localhost 1529 >Trying 127.0.0.1... >Connected to localhost.alellyx.com.br. >Escape character is '^]'. >Connection closed by foreign host. This indicates that inetd isn't starting the GNATS daemon upon connection to port 1529. You seem to have configured everything else properly, so I would suggest you have a closer look at inetd. Perhaps you forgot to restart inetd after editing inetd.conf? - Yngve