public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* Re: Gnats email can't handle attachments?
  2004-08-19 15:32 ` Gnats email can't handle attachments? Adam Cade
@ 2004-08-19 15:32   ` Chad Walstrom
  0 siblings, 0 replies; 4+ messages in thread
From: Chad Walstrom @ 2004-08-19 15:32 UTC (permalink / raw)
  To: help-gnats; +Cc: Adam Cade


[-- Attachment #1.1: Type: text/plain, Size: 432 bytes --]

Adam Cade wrote:
> Get the error "Error while trying to load list of jobs. Please contact
> technical support"

Is this GNATS or GNATSWEB that you're having problems with.

> It seems any binary format.. Gnats decode wrong. Rather then getting
> the image i get a load of code.

Hmm....

-- 
Chad Walstrom <chewie@wookimus.net>           http://www.wookimus.net/
           assert(expired(knowledge)); /* core dump */

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

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

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

* Gnats email can't handle attachments?
       [not found] <20040813160030.2A9BB1C400D@mailfilter.gointernet.co.uk>
@ 2004-08-19 15:32 ` Adam Cade
  2004-08-19 15:32   ` Chad Walstrom
  2004-08-19 17:10 ` Help-gnats Digest, Vol 21, Issue 7 Adam Cade
  1 sibling, 1 reply; 4+ messages in thread
From: Adam Cade @ 2004-08-19 15:32 UTC (permalink / raw)
  To: help-gnats


[-- Attachment #1.1: Type: text/plain, Size: 368 bytes --]

Get the error "Error while trying to load list of jobs. Please contact 
technical support"

It seems any binary format.. Gnats decode wrong. Rather then getting the 
image i get a load of code.

Help??

Thanks in advance,


-- 
Adam Cade , Go Internet Ltd
email: adam@gointernet.co.uk
voice: +44 (0)20 7419 0001
fax  : +44 (0)20 7419 6519
web  : www.gointernet.co.uk


[-- Attachment #1.2: Type: text/html, Size: 858 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

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

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

* Re: Help-gnats Digest, Vol 21, Issue 7
       [not found] <20040813160030.2A9BB1C400D@mailfilter.gointernet.co.uk>
  2004-08-19 15:32 ` Gnats email can't handle attachments? Adam Cade
@ 2004-08-19 17:10 ` Adam Cade
  2004-08-22 11:55   ` Chad Walstrom
  1 sibling, 1 reply; 4+ messages in thread
From: Adam Cade @ 2004-08-19 17:10 UTC (permalink / raw)
  To: help-gnats


[-- Attachment #1.1: Type: text/plain, Size: 4959 bytes --]

ahh, sorry!

GNATSWEB

Thanks!

help-gnats-request@gnu.org wrote:

>Send Help-gnats mailing list submissions to
>	help-gnats@gnu.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.gnu.org/mailman/listinfo/help-gnats
>or, via email, send a message with subject or body 'help' to
>	help-gnats-request@gnu.org
>
>You can reach the person managing the list at
>	help-gnats-owner@gnu.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Help-gnats digest..."
>
>
>Today's Topics:
>
>   1. RE: Unparseable replies from GNATS server (Stuart Stevens)
>   2. Failed to connect to gnatsweb server (Stuart Stevens)
>   3. Re: Failed to connect to gnatsweb server (Chad Walstrom)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 12 Aug 2004 10:26:50 -0700
>From: "Stuart Stevens" <stuart_stevens@sierralogic.com>
>Subject: RE: Unparseable replies from GNATS server
>To: "'Stuart Stevens'" <stuart_stevens@sierralogic.com>,
>	<help-gnats@gnu.org>
>Message-ID: <E1BvJQ6-0003es-Fk@lists.gnu.org>
>Content-Type: text/plain;	charset="us-ascii"
>
>Hi
>
>Does anybody have a recommendation on how to add an append-only comments
>field?
>
>I would like edits to allow new additions to the field and views to show the
>whole field.
>
>Stuart
>
>-----Original Message-----
>From: Stuart Stevens [mailto:stuart_stevens@sierralogic.com] 
>Sent: Wednesday, August 04, 2004 7:49 PM
>To: 'Stuart Stevens'; help-gnats@gnu.org
>Subject: RE: Unparseable replies from GNATS server
>
>
>
>In edit.c, set_field is being called with old_value set to 0x00.
>
>
>
>     if ((old_value == NULL && new_value != NULL)
>         || (new_value == NULL && old_value != NULL)
>         || (new_value != old_value && strcmp (old_value, new_value) != 0))
>       {
>         /* Ignore changes to readonly fields.  */
>         if (fieldDefForIndex (field)->readonly)
>           {
>             fieldsChanged[x] = 0;
>             set_field (new_pr, field, old_value, err);
>           }
>         else
>           {
>             fieldsChanged[x] = 1;
>           }
>       }
>
> 
>
>-----Original Message-----
>From: Stuart Stevens [mailto:stuart_stevens@sierralogic.com]
>Sent: Wednesday, August 04, 2004 5:08 AM
>To: 'Stuart Stevens'; help-gnats@gnu.org
>Subject: RE: Unparseable replies from GNATS server
>
>I am running GNATS 4.0 on Linux - Red Hat 9.  I pulled the TOT and rebuilt
>this morning.  I then run the daemon directly and I got a memory fault.  The
>daemon fails with the following field "Comment-new" added to dbconfig:
>
>field "Comments" {
>    multitext
>    read-only
>}
>
>field "Comment-new" {
>    multitext
>    on-change {
>        append-to-field "Comments" {
>                "Comment added by %s  on %D\n\n%s"
>                "$EditUserEmailAddress" "$CurrentDate" "$NewValue"
>        }
>    }
>    on-change {
>        set-field "Comment-new" {
>            ""
>        }
>    }
>} 
>
>I issued the following commands:
>
>lock 2511 stuart
>editaddr stuart
>edit 2511
><email with changes>
>
>Next step is to get into the debugger.
>
>Any ideas?
>
>Thanks
>Stuart
>
>
>
>
>
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 12 Aug 2004 20:06:17 -0700
>From: "Stuart Stevens" <stuart_stevens@sierralogic.com>
>Subject: Failed to connect to gnatsweb server
>To: <help-gnats@gnu.org>
>Message-ID: <E1BvSRx-0003Fb-SV@lists.gnu.org>
>Content-Type: text/plain; charset="us-ascii"
>
>
>I am trying to pull down the latest gnatsweb code and I was unable to login.
>I used CVS 1.11.2 from behind a firewall.
>
>
>cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/gnatsweb login
>CVS password:
>cvs [login aborted]: connect to subversions.gnu.org(199.232.41.3):2401
>failed: Connectit
>
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://lists.gnu.org/pipermail/help-gnats/attachments/20040812/ffff46c9/attachment.html
>
>------------------------------
>
>Message: 3
>Date: Fri, 13 Aug 2004 10:52:41 -0500
>From: Chad Walstrom <chewie@wookimus.net>
>Subject: Re: Failed to connect to gnatsweb server
>To: help-gnats@gnu.org
>Message-ID: <20040813155241.GE21337@wookimus.net>
>Content-Type: text/plain; charset="us-ascii"
>
>Stuart Stevens wrote:
>  
>
>>I am trying to pull down the latest gnatsweb code and I was unable to login.
>>I used CVS 1.11.2 from behind a firewall.
>>
>>
>>cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/gnatsweb login
>>CVS password:
>>cvs [login aborted]: connect to subversions.gnu.org(199.232.41.3):2401
>>failed: Connectit
>>    
>>
>
>You're trying to connect to the subversion server for a CVS repository!
>Bad! ;-)  Take a look at this site for instructions:
>
>http://savannah.gnu.org/cvs/?group=gnatsweb
>
>
>  
>

-- 
Adam Cade , Go Internet Ltd
email: adam@gointernet.co.uk
voice: +44 (0)20 7419 0001
fax  : +44 (0)20 7419 6519
web  : www.gointernet.co.uk


[-- Attachment #1.2: Type: text/html, Size: 7252 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

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

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

* Re: Help-gnats Digest, Vol 21, Issue 7
  2004-08-19 17:10 ` Help-gnats Digest, Vol 21, Issue 7 Adam Cade
@ 2004-08-22 11:55   ` Chad Walstrom
  0 siblings, 0 replies; 4+ messages in thread
From: Chad Walstrom @ 2004-08-22 11:55 UTC (permalink / raw)
  To: help-gnats; +Cc: Adam Cade


[-- Attachment #1.1: Type: text/plain, Size: 256 bytes --]

Adam Cade wrote:
> GNATSWEB

What version of gnatsweb are you using?  Have you considered using
latest CVS version?

-- 
Chad Walstrom <chewie@wookimus.net>           http://www.wookimus.net/
           assert(expired(knowledge)); /* core dump */

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

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

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

end of thread, other threads:[~2004-08-19 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040813160030.2A9BB1C400D@mailfilter.gointernet.co.uk>
2004-08-19 15:32 ` Gnats email can't handle attachments? Adam Cade
2004-08-19 15:32   ` Chad Walstrom
2004-08-19 17:10 ` Help-gnats Digest, Vol 21, Issue 7 Adam Cade
2004-08-22 11:55   ` Chad Walstrom

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