[ Steve Johnson writes: ]
>
> I've read the FAQ and docs, but haven't found anything specific to
> this error.
>
> Versions are:
>
> SunOS 4.1.3
> perl 5.0
Be sure you have *at least* Perl 5.001e. 5.001m is preferred. Do a 'perl
-v' to find out what you have. Be sure that the headers of all the Perl
files point to this Perl.
> sendmail 8.6.9
>
> Any majordomo command gets returned with the following error messge:
>
> ==========================
> The original message was received at Sun, 25 Feb 1996 16:51:25 -0700
> from slip2.earthnet.net [199.45.146.102]
>
> ----- The following addresses had delivery problems -----
> "|/usr/local/tools/majordomo-1.93/wrapper majordomo" (unrecoverable
> error)
> (expanded from: <majordomo@boulder.earthnet.net>)
>
> ----- Transcript of session follows -----
> Message delivered to mailing list <majordomo@boulder.earthnet.net>
> sh: 6766 Bus error
> 554 "|/usr/local/tools/majordomo-1.93/wrapper majordomo"... unknown
> mailer error 138
The FAQ isn't very clear on this, but this is a typical manifestation
of a permissions problem. What happens is that Mj finds some sort of
problem (probably that it can't lock a file) and tries to log it. But
it can't lock the log file, so it aborts again and tries to log that
problem, and so on. Eventually Perl overflows an internal stack and gets
a bus error, segment violation, or some such.
Check all your permissions, especially the directories the list files
and log file live in. Mj must be able to write in these directories to
create the lock files. Remember that Mj runs as the uid/gid you set in
the Makefile, so be sure that matches the uid/gid you set on the files
and directories.
--
Dave Wolfe *Not a spokesman for Motorola*
Motorola MMTG 6501 Wm. Cannon Dr. W. OE112 Austin TX 78735-8598
References:
|
|