public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* RE: gnats/gnatsweb problem
       [not found] <78BE7700906EE7438678F9C9152DDEA14B8417@BKOREX01.corp.mphas is.com>
@ 2001-10-03  4:27 ` Yngve Svendsen
  0 siblings, 0 replies; 5+ messages in thread
From: Yngve Svendsen @ 2001-10-03  4:27 UTC (permalink / raw)
  To: Uma V, gnats-devel

At 15:14 15.11.2001 +0530, Uma V wrote:
>hi,
>i need to know how to add an icon to the gnatsweb.pl file
>
>i need the icon as part of the banner text. e.g., i want an plus a
>banner text in the top heading of each page.
>
>plz do let me know as how i can customize it.

You need to do a little bit of Perl programming, modifying the 
page_start_html subroutine to include whatever you want. Do notice that 
most web servers can't serve graphics files out of the cgi-bin directory, 
so you need to locate these under the ordinary document root.

Yngve Svendsen
Gnatsweb maintainer

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: gnats/gnatsweb problem
@ 2001-10-03  4:20 Uma V
  0 siblings, 0 replies; 5+ messages in thread
From: Uma V @ 2001-10-03  4:20 UTC (permalink / raw)
  To: gnats-devel

hi,
i need to know how to add an icon to the gnatsweb.pl file

i need the icon as part of the banner text. e.g., i want an plus a
banner text in the top heading of each page.

plz do let me know as how i can customize it.

thanks and regards
uma



-----Original Message-----
From: Yngve Svendsen [mailto:yngve.svendsen@clustra.com]
Sent: Thursday, November 15, 2001 3:05 PM
To: Moe Elzubeir; gnats-devel@sourceware.cygnus.com
Subject: Re: gnats/gnatsweb problem


At 19:06 14.11.2001 -0600, Moe Elzubeir wrote:
>Okay, looking over at my gnatsd.conf, it has the following 'exact'
>lines:
>
>----
>localhost:edit:
>arabeyes.org:edit:
>4.40.3.117:edit:
>----
>
>So... what now?

First, this: Use 127.0.0.1 instead of localhost. Depending on your name 
resolution setup, the machine might have trouble recognizing
`localhost'.

If that doesn't work, check that gnatsd isn't dying when it is started.
Try 
logging in as the `gnats' user and run gnatsd from the command line.

Yngve Svendsen
Gnatsweb maintainer

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnats/gnatsweb problem
       [not found] <sbf2c0c5.025@gwia.unt.edu>
@ 2001-10-03  4:07 ` Yngve Svendsen
  0 siblings, 0 replies; 5+ messages in thread
From: Yngve Svendsen @ 2001-10-03  4:07 UTC (permalink / raw)
  To: Moe Elzubeir, gnats-devel

At 19:06 14.11.2001 -0600, Moe Elzubeir wrote:
>Okay, looking over at my gnatsd.conf, it has the following 'exact'
>lines:
>
>----
>localhost:edit:
>arabeyes.org:edit:
>4.40.3.117:edit:
>----
>
>So... what now?

First, this: Use 127.0.0.1 instead of localhost. Depending on your name 
resolution setup, the machine might have trouble recognizing `localhost'.

If that doesn't work, check that gnatsd isn't dying when it is started. Try 
logging in as the `gnats' user and run gnatsd from the command line.

Yngve Svendsen
Gnatsweb maintainer

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnats/gnatsweb problem
@ 2001-10-02 12:59 Moe Elzubeir
  0 siblings, 0 replies; 5+ messages in thread
From: Moe Elzubeir @ 2001-10-02 12:59 UTC (permalink / raw)
  To: yngve.svendsen, gnats-devel

Okay, looking over at my gnatsd.conf, it has the following 'exact'
lines:

----
localhost:edit:
arabeyes.org:edit:
4.40.3.117:edit:
----

So... what now?

<pull hair />

 ;-)

>>> Yngve Svendsen <yngve.svendsen@clustra.com> 11/14/01 13:02 PM >>>

This means that you are at least getting through to port 1529, but it
seems 
that gnatsd is closing the connection immediately. You probably don't
have 
'localhost' in the host access list in the gnatsd.conf file in you 
gnats-adm directory. Access control documentation is a mess in GNATS 3,
so 
it is understandable if you are confused about this. This is far better
in 
the GNATS 4 manual.

Yngve Svendsen
Gnatsweb maintainer


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnats/gnatsweb problem
       [not found] <sbecfbf7.002@gwia.unt.edu>
@ 2001-10-02  4:57 ` Yngve Svendsen
  0 siblings, 0 replies; 5+ messages in thread
From: Yngve Svendsen @ 2001-10-02  4:57 UTC (permalink / raw)
  To: Moe Elzubeir, gnats-devel

At 10:05 10.11.2001 -0600, Moe Elzubeir wrote:
>I am not sure where `gnatsd.access' should go. I don't happen to have
>one with the package installed (3.11...) of gnats. Hrmm. I grabbed one
>put it in GNATS_ROOT/gnats-adm/ and it has something like
>
>---
>test:me:edit
>---

This should do nicely.


>The telnet session exact output is:
>----
>[elzubeir@arabeyes:~]$ telnet localhost 1529
>Trying 127.0.0.1...
>Connected to arabeyes.
>Escape character is '^]'.
>Connection closed by foreign host.

This means that you are at least getting through to port 1529, but it seems 
that gnatsd is closing the connection immediately. You probably don't have 
'localhost' in the host access list in the gnatsd.conf file in you 
gnats-adm directory. Access control documentation is a mess in GNATS 3, so 
it is understandable if you are confused about this. This is far better in 
the GNATS 4 manual.

Yngve Svendsen
Gnatsweb maintainer

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-11-15  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <78BE7700906EE7438678F9C9152DDEA14B8417@BKOREX01.corp.mphas is.com>
2001-10-03  4:27 ` gnats/gnatsweb problem Yngve Svendsen
2001-10-03  4:20 Uma V
     [not found] <sbf2c0c5.025@gwia.unt.edu>
2001-10-03  4:07 ` Yngve Svendsen
  -- strict thread matches above, loose matches on Subject: below --
2001-10-02 12:59 Moe Elzubeir
     [not found] <sbecfbf7.002@gwia.unt.edu>
2001-10-02  4:57 ` Yngve Svendsen

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).