On Mon, 30 Jun 1997, Leone Marco wrote:
> I've been using majordomo 1.94.1 on my NetBSD 1.2 box successfully.
> I've patched it with the 1.94.3 version, but since that day I receive
> the following error:
>
> /usr/local/etc/majordomo-1.94.1/wrapper: error: Not running with proper
> UID and GID.
...
> W_GROUP = 150
...
> WRAPPER_GROUP = $(W_GROUP)
...
> ll /usr/local/etc/majordomo-1.94.3/wrapper
> -rwsr-xr-x 1 root mlm 12986 Jun 26 13:10
> /usr/local/etc/majordomo-1.94.3/wrapper*
Hmm, well you're running the wrapper in majordomo-1.94.1/ but you
looked at the permissions in majordomo-1.94.3/ -- try typing
ll /usr/local/etc/majordomo-1.94.1/wrapper
and seeing what you get. Wrapper expects to be in the place you
compiled it to be in, I think, so that might be your problem (update
your aliases to run your new copy of wrapper).
Side Note: My wrapper (Linux, which is POSIX) is GID root, whereas
yours is mlm. Tho' that jives with your Makefile, I just wanted to
point out that this is another thing to try, in case changing your
aliases doesn't fix it.
Kendall
|
|