Date: Tue, 5 Sep 1995 17:16:00 -0700 From: Scott Blachowicz <scott@sabami.seaslug.org> To: questions@freebsd.org Cc: scott@sabami.seaslug.org Subject: Status of 'send-pr' command and its handling at freebsd.org Message-ID: <199509060016.RAA10090@sabami.seaslug.org>
next in thread | raw e-mail | index | archive | help
Hi-
I've sent in a couple of reports with 'send-pr' today in the past
couple days. What I get back starts like this:
Return-Path: statsci!statsci.com!camco!MAILER-DAEMON
Received: from statsci.UUCP (uucp@localhost) by sabami.seaslug.org (8.6.11/8.6.9) with UUCP id PAA09865 for scott; Tue, 5 Sep 1995 15:00:52 -0700
Received: from main.statsci.com by statsci.statsci.com with smtp
(Smail3.1.28.1 #3) id m0sq5pQ-0005iUC; Tue, 5 Sep 95 14:46 PDT
Received: from statsci.statsci.com by main.statsci.com with smtp
(Smail3.1.29.1 #3) id m0sq5tN-000r3uC; Tue, 5 Sep 95 14:50 PDT
Received: from camco by statsci.statsci.com with uucp
(Smail3.1.28.1 #3) id m0sq5pM-0005iTC; Tue, 5 Sep 95 14:46 PDT
Received: from main.statsci.com by camco.celestial.com with smtp
(Smail3.1.29.1 #1) id m0sq5fU-0000JPC; Tue, 5 Sep 95 14:36 PDT
Received: from freefall.freebsd.org by main.statsci.com with smtp
(Smail3.1.29.1 #3) id m0sq5jX-000r3uC; Tue, 5 Sep 95 14:40 PDT
Received: from localhost (localhost)
by freefall.freebsd.org (8.6.11/8.6.6) with internal id OAA07236
; Tue, 5 Sep 1995 14:40:42 -0700
Date: Tue, 5 Sep 1995 14:40:42 -0700
From: Mail Delivery Subsystem <MAILER-DAEMON@freefall.freebsd.org>
Subject: Returned mail: unknown mailer error 2
Message-Id: <199509052140.OAA07236@freefall.freebsd.org>
To: <sabami.seaslug.org!scott@statsci.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="OAA07236.810337242/freefall.freebsd.org"
This is a MIME-encapsulated message
--OAA07236.810337242/freefall.freebsd.org
The original message was received at Tue, 5 Sep 1995 14:40:40 -0700
from statsci.statsci.com [198.145.127.9]
----- The following addresses had delivery problems -----
"| /usr/local/lib/gnats/queue-pr -q >/dev/null 2>&1" (unrecoverable error)
(expanded from: <FreeBSD-gnats-submit@freebsd.org>)
----- Transcript of session follows -----
554 "| /usr/local/lib/gnats/queue-pr -q >/dev/null 2>&1"... unknown mailer error 2
Is the 'send-pr' mechanism out of commission? Should I try again
later? Or just send to bugs@freebsd.org? Also, I wasn't too clear from
the 'send-pr' man page if I need to do a 'send-pr --request-id' or
not? The quick version of what I was reporting:
1) zsh-2.6b8 package doesn't add entry to /etc/shells
2) /bin/sh has a problem with quoting in something like this sample
case:
x2=XX
n=2
t=`eval echo \\\$x$n`
echo $t
On everything (HPUX, SunOS, Solaris, IRIX, AIX, DEC OSF1) except
FreeBSD, that produces 'XX' as output. FreeBSD gives '2' as the
output. If a bit of redirection is introduced for the dollar sign:
d='$'
t=`eval echo ${d}x$n`
then it works.
So, should I just keep trying send-pr again? Are the above known
problems?
Thanx,
Scott Blachowicz Scott.Blachowicz@seaslug.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509060016.RAA10090>
