From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22139 invoked from network); 17 Sep 2004 16:54:56 -0000 Received: from unknown (HELO lists.gnu.org) (199.232.76.165) by sourceware.org with SMTP; 17 Sep 2004 16:54:56 -0000 Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8M6N-0003P1-QE for listarch-gnats-devel@sources.redhat.com; Fri, 17 Sep 2004 13:00:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8M6J-0003On-6v for help-gnats@gnu.org; Fri, 17 Sep 2004 13:00:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8M6I-0003OU-Er for help-gnats@gnu.org; Fri, 17 Sep 2004 13:00:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8M6I-0003OR-Bj for help-gnats@gnu.org; Fri, 17 Sep 2004 13:00:46 -0400 Received: from [199.199.210.160] (helo=chef.nerp.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8M0W-0008QV-2z for help-gnats@gnu.org; Fri, 17 Sep 2004 12:54:48 -0400 Received: from localhost (c-66-41-156-164.mn.client2.attbi.com [66.41.156.164]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by chef.nerp.net (Postfix) with ESMTP id 038E21E8DA; Fri, 17 Sep 2004 11:54:44 -0500 (CDT) Received: from chewie by localhost with local (Exim 4.34) id 1C8Lzi-0005Nn-2j; Fri, 17 Sep 2004 11:53:58 -0500 Date: Fri, 17 Sep 2004 18:24:00 -0000 From: Chad Walstrom To: Randy Haddox Message-ID: <20040917165358.GF14100@wookimus.net> Mail-Followup-To: Randy Haddox , help-gnats@gnu.org References: <1095344956.4104.40.camel@haddox.ds.amrdec.army.mil> <20040916151002.GC26851@wookimus.net> <1095348824.4104.115.camel@haddox.ds.amrdec.army.mil> <20040916164447.GG26851@wookimus.net> <1095355131.4104.275.camel@haddox.ds.amrdec.army.mil> <20040916173210.GH26851@wookimus.net> <1095432487.4043.49.camel@haddox.ds.amrdec.army.mil> Mime-Version: 1.0 In-Reply-To: <1095432487.4043.49.camel@haddox.ds.amrdec.army.mil> X-Operating-System: Linux skuld 2.6.7-k7 X-GnuPG-Fingerprint: B4AB D627 9CBD 687E 7A31 1950 0CC7 0B18 206C 5AFD User-Agent: Mutt/1.5.6+20040722i Cc: help-gnats@gnu.org Subject: Re: Gnats config X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: help-gnats@gnu.org List-Id: General discussion about GNU GNATS List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0884799997==" 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-q3/txt/msg00074.txt.bz2 --===============0884799997== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AsxXAMtlQ5JHofzM" Content-Disposition: inline --AsxXAMtlQ5JHofzM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 2422 Randy Haddox wrote: > > cannot use it in your "Submitter-Id" field. Edit your "SUBMITTER=3D" > > environment variable to say "unknown" or add 'rphaddox' to your > > submitters file. >=20 > Are tyou talking about the variable located in my /usr/local/bin/send-pr > file? Yes. That whole, confusing install-sid issue. > > Is send-pr using a mailer or pr-edit? Check the "MAILPROG=3D" > > environment variable. If this is unset, you're using pr-edit.=20=20 >=20 > I have MAILPROG set to "/usr/lib/sendmail -oi -t". Which is > preferred, pr-edit or mailer? Depends upon your own preference. Would you prefer to run gnats as a daemon or as a local process? Would you like to use the mail interface or only allow access through the daemon and/or gnatsweb? If the gnats daemon is running through inetd, and if you are allowing connections from your workstation to the server, pr-edit will be quicker to respond than waiting for your cron job to process the incoming queue. You have your cron job set up to process incoming emails, right? # Cron job for processing GNATS incoming queue. 10 min delay. 5,15,25,35,45,55 * * * * gnats test -x /usr/lib/gnats/queue-pr && \ /usr/lib/gnats/queue-pr --run ; exit 0 > I assume this is correct but when I submit the PR using s)end, it takes > a while to return back to the prompt where the message "send-pr: problem > report mailed" is displayed. I have included the following to my > aliases file: >=20 > gnats-admin: root > bugs: "| /usr/local/libexec/gnats/queue-pr -q" > bug-q: "| /usr/local/libexec/gnats/queue-pr -q" > bug-log: /usr/local/tmp/bugs.log > bugs: bug-q, bug-log > query-pr: "| /usr/local/libexec/gnats/mail-query" You have two entries for "bugs". Your MTA should be complaining when you run "newaliases". > > Alternatively, is the category listed in the "categories" file? How > > did you go about making the category? >=20 > I re-did this category using the command '.../mkcat str' to > double-check. OK. > > Have you referenced the GNU GNATS manual ala the 'info' command? > > There's a lot of useful information in there... >=20 > I'm using it for sure but I have not attempted network access before. Gotcha. It sounds like you're not really using it, though. --=20 Chad Walstrom http://www.wookimus.net/ assert(expired(knowledge)); /* core dump */ --AsxXAMtlQ5JHofzM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBSxamDMcLGCBsWv0RAsowAKCvsD3AbEOwPSKMt1c+zYLMdHB86gCdGofX jVsGZBkIz90jwx8UwgDrzYQ= =3SMX -----END PGP SIGNATURE----- --AsxXAMtlQ5JHofzM-- --===============0884799997== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 140 _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnats --===============0884799997==--