public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* gnats4.0
@ 2000-03-03 12:40 Wasserman, Sherry
  2000-03-03 15:53 ` gnats4.0 Paul Traina
  0 siblings, 1 reply; 12+ messages in thread
From: Wasserman, Sherry @ 2000-03-03 12:40 UTC (permalink / raw)
  To: 'gnats-devel@sourceware.cygnus.com'

Hi There,

We're anxiously waiting for gnats4.0. Any idea when it will be available?

Sherry Wasserman
Comverse Network Systems
1025 Briggs Rd. Suite 100
Mt. Laurel NJ 08054
(856) 608-2858
sherry.wasserman@comverse-in.ocm < mailto:demasi@comverse-in.com > 


^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: gnats4.0
@ 2000-03-07  5:58 Wasserman, Sherry
  0 siblings, 0 replies; 12+ messages in thread
From: Wasserman, Sherry @ 2000-03-07  5:58 UTC (permalink / raw)
  To: 'pst@juniper.com', 'bmanson@juniper.net'
  Cc: 'gnats-devel@sourceware.cygnus.com'

Hi,
What kind of help do you need w/ the documentation and in what areas?  I'd
be happy to help!  I not only recognize the value and importance of good and
accurate documentation, I'm one of the rare s/w people who also likes to
write and has some experience in editing and writing user manuals for a
variety of applications.  

On the other hand, I have no experience in CVS -- we don't use it here, and
I'd rather not invest time in learning how to configure, build and use it
just so I can get the gnats 4 sources.  I assume that I'd need the programs
to work on any documentation.  Is there any way someone can tar up the
sources for me?  This would get us going on version 4 and any documentation
you want help with.

Sherry
----------------------------------------------------------------------------
---------------------------------------
		-----Original Message-----
		From:	Paul Traina [ mailto:pst@juniper.net ]
		Sent:	Friday, March 03, 2000 6:50 PM
		To:	Wasserman, Sherry
		Cc:	'gnats-devel@sourceware.cygnus.com';
bug-gnats@gnu.org
		Subject:	Re: gnats4.0

		Yes, it's available now!

		Best of all, it's *FREE* for your downloading pleasure!

		See the web page at http://sourceware.cygnus.com/gnats/

		which will tell you:

		If you would like to use the most recent version of GNATS
under
		development, you can check out the source code using CVS:

		cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gnats login
		{enter "anoncvs" as the password}
		cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gnats co -P
gnats


		We at Juniper are now using 4.0 with the latest gnatsweb in
		production.  I believe Bob is almost ready to announce 4.0
for FCS,
		however he's looking for folks to review and help update
some of
		the documentation, which is *sorely* out of date.

		I would like to solicit all interested GNATS users to check
out
		the latest code.  There are a bunch of really great new
features.

		My personal favorite is that all GNATS fields are now fully
		configurable through a file called "field-config."  There is
no
		need to edit 12 places in the source code to add or change a
field.

		GNATS fields now can be sanity checked (regular expressions,
or
		must match a valid date, or must match an enumerated type)
by the
		server.

		The multiple database code has been cleaned up,  many MANY
bug
		fixes for memory leaks and buffer overflows have been fixed
(GNATS
		v3 was not exactly secure... I'd be very afraid to run
GNATSD on
		an open server if I were you).

		The release tarball is coming right around the corner,  but
folks
		can make it come faster if they will help us polish off the
		documentation.

		Please check out the latest code and send your feedback to
either
		Bob or the list as appropriate.

		Paul

		p.s. GNATSv3 front-ends (e.g. tkgnats) may not be compatible
with
		     GNATSv4 if they use GNATSD.  We have upgraded gnatsweb,
but
		     other code out there may need some cleanup and dusting
off
		     to handle all the new features.







		On Fri, Mar 03, 2000 at 03:37:35PM -0500, Wasserman, Sherry
wrote:
		> Hi There,
		> 
		> We're anxiously waiting for gnats4.0. Any idea when it
will be available?
		> 
		> Sherry Wasserman
		> Comverse Network Systems
		> 1025 Briggs Rd. Suite 100
		> Mt. Laurel NJ 08054
		> (856) 608-2858
		> sherry.wasserman@comverse-in.ocm
< mailto:demasi@comverse-in.com > 
		> 

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: gnats4.0
@ 2000-03-07 16:47 Carl Edwards
  0 siblings, 0 replies; 12+ messages in thread
From: Carl Edwards @ 2000-03-07 16:47 UTC (permalink / raw)
  To: gnats-devel

Hi All,

I'm starting a helpdesk project for our company's
SysAdmin group and was hoping to use GNATS.

I've got the cvs version up and running (with gnatsweb)
and now I've got to start the customizing.

My only other experience with this sort of tool is
ClearDDTS ... I am hoping this will be easier :-)

Pointers to additional documentation, or helpful
tips from previous and similar projects would be
appreciated.

Questions:

  Can I or has anyone tied the password authentication
  of gnatsd to the UNIX passwd system?
  
  If I put gnatsweb behind a secure site how do I stop
  the user from getting challenged 3 times?
    1) Web server
    2) GnatsWeb
    3) gnatsd
    
 

Thanks,
-Carl Edwards
 Vitesse Semiconductor
 

>Yes, it's available now!
>
>Best of all, it's *FREE* for your downloading pleasure!
>
>See the web page at http://sourceware.cygnus.com/gnats/
>
>which will tell you:
>
>If you would like to use the most recent version of GNATS under
>development, you can check out the source code using CVS:
>
>cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gnats login
>{enter "anoncvs" as the password}
>cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gnats co -P gnats
>
>
>We at Juniper are now using 4.0 with the latest gnatsweb in
>production.  I believe Bob is almost ready to announce 4.0 for FCS,
>however he's looking for folks to review and help update some of
>the documentation, which is *sorely* out of date.
>
>I would like to solicit all interested GNATS users to check out
>the latest code.  There are a bunch of really great new features.
>
>My personal favorite is that all GNATS fields are now fully
>configurable through a file called "field-config."  There is no
>need to edit 12 places in the source code to add or change a field.
>
>GNATS fields now can be sanity checked (regular expressions, or
>must match a valid date, or must match an enumerated type) by the
>server.
>
>The multiple database code has been cleaned up,  many MANY bug
>fixes for memory leaks and buffer overflows have been fixed (GNATS
>v3 was not exactly secure... I'd be very afraid to run GNATSD on
>an open server if I were you).
>
>The release tarball is coming right around the corner,  but folks
>can make it come faster if they will help us polish off the
>documentation.
>
>Please check out the latest code and send your feedback to either
>Bob or the list as appropriate.
>
>Paul
>
>p.s. GNATSv3 front-ends (e.g. tkgnats) may not be compatible with
>     GNATSv4 if they use GNATSD.  We have upgraded gnatsweb,  but
>     other code out there may need some cleanup and dusting off
>     to handle all the new features.
>
>
>
>
>
>
>
>On Fri, Mar 03, 2000 at 03:37:35PM -0500, Wasserman, Sherry wrote:
>> Hi There,
>> 
>> We're anxiously waiting for gnats4.0. Any idea when it will be available?
>> 
>> Sherry Wasserman
>> Comverse Network Systems
>> 1025 Briggs Rd. Suite 100
>> Mt. Laurel NJ 08054
>> (856) 608-2858
>> sherry.wasserman@comverse-in.ocm < mailto:demasi@comverse-in.com > 
>> 



^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: gnats4.0
@ 2000-04-10  9:01 Paul Traina
  0 siblings, 0 replies; 12+ messages in thread
From: Paul Traina @ 2000-04-10  9:01 UTC (permalink / raw)
  To: 'Rick Macdonald', Michael Richardson; +Cc: gnats-devel

I wouldn't try for any hybrid, at a bare minimum, one would be losing all of
the v4 feature enhancements.
The v3 and v4 index files are quite different (Bob fixed the '|' problem),
in v4, any field can now be indexed, so it's wickedly fast.

 -----Original Message-----
From: 	Rick Macdonald [ mailto:rickm@vsl.com ] 
Sent:	Sunday, April 09, 2000 6:25 PM
To:	Michael Richardson
Cc:	gnats-devel@sourceware.cygnus.com
Subject:	Re: gnats4.0 

On Sun, 9 Apr 2000, Michael Richardson wrote:

>   Would it be easier to write a v3->v4 gnatsd converter perhaps?

I don't think so. I actually have some ideas that might make the tkgnats
version much simpler; maybe it won't be so bad.

>   So, is there some way that I can run both v3 and v4 gnatsd? 

If the v3 and v4 index files were the same (I don't think they are) and if
the locking mechanism is the same, etc, perhaps v3 and v4 could co-exist
and work on the same database, assuming that you stick to the standard
fields. Just a thought. Bob would be able to answer this.

>   Can I convince the v3 tkGnats to just do read-only access via gnatsd,
> and submit all updates via email (which would go to a v4 system)?

You mean using the v3 gnatsd? This is the same answer that I have above
regarding the index file and locking, etc.

>   Well, maybe that doesn't help, since I need to support Win32 people,
> which is why I don't just point tkGnats at the disk. I think that pointing
> at the disk is strongly discouraged in v4..

Just so people know, pointing TkGnats "at the disk" means TkGnats runs
query-pr and pr-edit instead of talking to gnatsd. Except for deleting
PRs, TkGnats doesn't access gnats files directly (except for some old
bogus code that reads the gnats-adm/config file if the env var GNATS_ROOT
is set). Same issue here again: the index file has changed ("|" replaced
by \0 last time I looked. There may be other changes and issues).


...RickM...

^ permalink raw reply	[flat|nested] 12+ messages in thread
* gnats4.0
@ 2000-06-16  9:26 Wasserman, Sherry
  0 siblings, 0 replies; 12+ messages in thread
From: Wasserman, Sherry @ 2000-06-16  9:26 UTC (permalink / raw)
  To: 'gnats-devel@sourceware.cygnus. com'

Hello,

I'm wondering if there is a tar version of gnats4.0 anywhere yet?
If not, can someone please look into the possibility of making a tar version
available?

Thanks,

Sherry Wasserman
Comverse Network Systems


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

end of thread, other threads:[~2000-06-16  9:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-03 12:40 gnats4.0 Wasserman, Sherry
2000-03-03 15:53 ` gnats4.0 Paul Traina
2000-03-03 16:50   ` gnats4.0 Rick Macdonald
2000-03-06 22:14   ` gnats4.0 Michael Brader
2000-04-09 12:37   ` gnats4.0 Michael Richardson
2000-04-09 12:49     ` gnats4.0 Rick Macdonald
2000-04-09 13:13       ` gnats4.0 Michael Richardson
2000-04-09 18:28         ` gnats4.0 Rick Macdonald
2000-03-07  5:58 gnats4.0 Wasserman, Sherry
2000-03-07 16:47 gnats4.0 Carl Edwards
2000-04-10  9:01 gnats4.0 Paul Traina
2000-06-16  9:26 gnats4.0 Wasserman, Sherry

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