* Trying to install gnats on Fedora Core 2
@ 2004-08-11 16:07 Petri Garagorri G.
2004-08-12 6:48 ` Petri Garagorri G.
0 siblings, 1 reply; 3+ messages in thread
From: Petri Garagorri G. @ 2004-08-11 16:07 UTC (permalink / raw)
To: help-gnats
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Trying to install gnats on Fedora Core 2
2004-08-11 16:07 Trying to install gnats on Fedora Core 2 Petri Garagorri G.
@ 2004-08-12 6:48 ` Petri Garagorri G.
2004-08-12 17:27 ` Petri Garagorri G.
0 siblings, 1 reply; 3+ messages in thread
From: Petri Garagorri G. @ 2004-08-12 6:48 UTC (permalink / raw)
Cc: help-gnats
Ack! Seems that the mail wasn't swent properly as I would liked, I'l;
try to fix some stuff so you guys don't
get the wrong impression.
Petri Garagorri G. wrote:
> 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
>
Sorry if the mail it's just too big...but I hope this info is usefull!
Thx again!
_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Trying to install gnats on Fedora Core 2
2004-08-12 6:48 ` Petri Garagorri G.
@ 2004-08-12 17:27 ` Petri Garagorri G.
0 siblings, 0 replies; 3+ messages in thread
From: Petri Garagorri G. @ 2004-08-12 17:27 UTC (permalink / raw)
Cc: help-gnats
Just wanted to say that applying the solution on Michael Breen's email
"gnatsd: Segmentation fault (closes telnet connection): Solution" solved
my problem.
Thx for the tip!
_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-12 15:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-11 16:07 Trying to install gnats on Fedora Core 2 Petri Garagorri G.
2004-08-12 6:48 ` Petri Garagorri G.
2004-08-12 17:27 ` Petri Garagorri G.
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).