public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: "Petri Garagorri G." <pgaragorri@ctio.noao.edu>
To: help-gnats@gnu.org
Subject: Trying to install gnats on Fedora Core 2
Date: Wed, 11 Aug 2004 16:07:00 -0000	[thread overview]
Message-ID: <411A40E3.3000104@ctio.noao.edu> (raw)

Hello fellows!

I've been trying to install gnats4 on Fedora Core2, but so far no luck.

I have followed what gnats4 documentation says to install it. I 
currently have a working installation
on  a  Redhat 7.3  machine,  so  I've copied almost all config files 
from that machine to the one with
FC2,  I've  changed all those  lines  that  reference stuff from the 7.3 
machine so now they reference
stuff on the FC2 machine.

But when I try the telnet /host/ 1529 thing i get the "Connection closed 
by foreign host." message.
(It's not a firewall thing since i disabled it but still get the message)

I tried with gnatsweb, executing the command:
/make test USERNAME=gnats PASSWORD=kiLLer7 DATABASE=cissdb/

...and I get:

/connect...........................................FAIL

Gnatsweb was unable to connect to the GNATS server.

There are several possible reasons for this.  Start off by checking
that the USERNAME, PASSWORD and DATABASE parameters you supplied are
valid.  If they are, there may be a problem in the configuration of
your GNATS server.  Check your GNATS installation, particularly the
host access files (remember that the web server needs access to the
GNATS server), then run the tests again.

make: *** [test] Error 9
/
*I ran the configure script like this:*
configure --prefix=/usr/local/gnats4 --with-gnats-service=ciss-gnats 
--with-gnats-default-db=/usr/local/gnats4/com/cissdb

###################################################################################################

*On the gnatsd.user_access file we have:*
gnats:$0$kiLLer7:admin:  <- gnats is also a user on the system, with his 
home dir on the same machine
                                                where I'm trying to 
install GNATS

*My databases file says:*
default:Bug database:/usr/local/gnats4/com/cissdb
cissdb:CISS Bug database:/usr/local/gnats4/com/cissdb

*My gnats.host_access file says:*
139.229.2.147:none:    <- I changed this to 127.0.0.1 but still got the 
same results
*.*:deny:                      <- I commented this one but I still got 
the same results
                                         I even changed from /none/ to 
/edit/...but still no luck

*the services (on /etc) file says:
*ciss-gnats      1529/tcp        prmsd gnatsd    # GNATS, cygnus bug 
tracker*
*
*and the ciss-gnats file on /etc/xinetd.d contains*
service ciss-gnats
{
        disable = no
        socket_type = stream
        protocol = tcp
        wait = no
        user = gnats
        server = /usr/local/gnats4/libexec/gnats/gnatsd
        server_args = gnatsd
}

Thx a lot in advance!

PD: Has somebody installed GNATS on FC2 and succeeded?


_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats

             reply	other threads:[~2004-08-11 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-11 16:07 Petri Garagorri G. [this message]
2004-08-12  6:48 ` Petri Garagorri G.
2004-08-12 17:27   ` Petri Garagorri G.

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=411A40E3.3000104@ctio.noao.edu \
    --to=pgaragorri@ctio.noao.edu \
    --cc=help-gnats@gnu.org \
    /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).