From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25599 invoked from network); 11 May 2004 02:20:52 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sourceware.org with SMTP; 11 May 2004 02:20:52 -0000 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNMrK-0004Cl-SP for listarch-gnats-devel@sources.redhat.com; Mon, 10 May 2004 22:19:06 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNMrC-0004CF-2R for help-gnats@gnu.org; Mon, 10 May 2004 22:18:58 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNMqf-00045p-1W for help-gnats@gnu.org; Mon, 10 May 2004 22:18:57 -0400 Received: from [204.127.202.55] (helo=sccrmhc11.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNMqe-00045h-Ju for help-gnats@gnu.org; Mon, 10 May 2004 22:18:24 -0400 Received: from millersweb.com (c-24-1-214-213.client.comcast.net[24.1.214.213]) by comcast.net (sccrmhc11) with ESMTP id <2004051102182301100k64aae> (Authid: jdmiller15); Tue, 11 May 2004 02:18:23 +0000 Message-ID: <40A0381F.2010708@millersweb.com> Date: Tue, 11 May 2004 15:03:00 -0000 From: David Miller User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040116 X-Accept-Language: en-us, en MIME-Version: 1.0 To: help-gnats@gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: gnats and gnatsweb problems X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: General discussion about GNU GNATS List-Archive: List-Post: List-Help: List-Subscribe: , Sender: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org Errors-To: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org X-SW-Source: 2004-q2/txt/msg00103.txt.bz2 Hello I have been using gnats for a while on my local machine. I have been using it through local command line, send-pr query-pr etc. Lately I have decided to add gnatsweb so that gnats can be accessed through a browser. My gnats was 3.999 and I have upgraded to 4.0. I have downloaded gnatsweb-4.00. I have run perl -MCPAN -e 'install CGI' perl -MCPAN -e 'install MIME::Base64' with no problem. When I run make test I get the following: 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 [david@lnx101 gnatsweb-4.00]$ telnet localhost 1529 Trying 127.0.0.1... Connected to localhost (127.0.0.1). Escape character is '^]'. Connection closed by foreign host. gnatsd.host_access has the following: *:listdb: localhost:edit gnatsd.user_access has the following: gnats:*:admin /etc/xinetd.d/support has the following: service support { disable = no socket_type = stream protocol = tcp wait = no user = gnats server = /usr/local/libexec/gnats/gnatsd } /etc/services has the following: support 1529/tcp prmsd gnatsd # GNATS, cygnus bug tracker To do a telnet to localhost works fine. If I telnet to localhost 1529 I get the following: [david@lnx101 gnatsweb-4.00]$ telnet localhost 1529 Trying 127.0.0.1... Connected to localhost (127.0.0.1). Escape character is '^]'. Connection closed by foreign host. [david@lnx101 gnatsweb-4.00]$ /home/gnats/bash_profile is as follows: # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin:/usr/local/bin:/usr/local/libexec/gnats export PATH unset USERNAME Where do I look next? I am running on a Fedora 1.0. Thanks in advance. David Miller _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://mail.gnu.org/mailman/listinfo/help-gnats