Fwd: [Mailman-Users] Mailman CGI error!!!

jpsota at gmail.com jpsota at gmail.com
Wed Feb 16 19:21:41 CET 2005


> The really odd thing is that getgid is apparently returning ~0 (gid's
> are unsigned, but the error message prints it as an int, hence the -1).
> I just looked at my groups and the only group with a large number is
> nfsnobody. Are you trying to run this across NFS? If so I'm guessing
> your mount point is not correct because if I recall correctly NFS mount
> points need special flags added to allow execute permissions to pass
> through. I would check that first. If you're not on NFS and/or NFS mount
> point is correctly configured then I would check the following:

I'm not running this over NFS -- it's local.
 
> Are all the scripts in /usr/lib/mailman/cgi-bin/ owned by root in the
> group mailman with the group sticky bit set (the 7th letter printed out
> by ls -l)
> 
> here is an example:
> -rwxr-sr-x  1 root mailman 17079 Feb 15 11:21 admin*

Here's what I get:
-rwxr-sr-x  1 root mailman 34701 Feb  8 14:53 admin

I don't see the * after "admin", but other than that the perms seem
correct. However, my cgi-bin directory is /var/mailman/cgi-bin, not
what you stated. I'm assuming this is okay.

> What is the contents of your /etc/httpd/conf.d/mailman.conf file? The
> cgi script should look like this:
> 
> ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
> <Directory /usr/lib/mailman/cgi-bin/>
>      AllowOverride None
>      Options ExecCGI
>      Order allow,deny
>      Allow from all
> </Directory>

It doesn't look like the above; here's the entire file (sans comments):

ScriptAlias /mailman/ /var/mailman/cgi-bin/
Alias /pipermail/ /var/mailman/archives/public/
<Directory /var/mailman/archives>
        Options +FollowSymlinks
</Directory>


Any of this seem wrong to you?

Thanks,
jim



More information about the Mailman-Users mailing list