Re: [Mailman-Users] CGI Error: Failure to find group name

2004-05-21 Thread Charles A. Crayne
On Thu, 20 May 2004 15:21:15 +0100
Andrew Hill [EMAIL PROTECTED] wrote:

:  # pw group show nobody
:  nobody:*:65534:

It's not supposed to happen in the world of 32-bit software, but your
problem sure has the smell of a bug that only happens if the gid is greater
than 32k.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] CGI Error: Failure to find group name

2004-05-20 Thread Andrew Hill
Hi all,

This question is asked several times in the archives, but I'm yet to
find the answer.

What do you do when you've installed Mailman, but accessing the CGI
pages with a web browser gives the error message:

  Failure to find group name nobody.  Try adding this group
  to your system, or re-run configure, providing an
  existing group name with the command line option --with-cgi-gid.

Mailman was configured like this:

  ./configure \
 --with-mail-gid=postfix \
  --with-cgi-gid=nobody \
  --with-mailhost=xxx.xxx.xxx \
  --with-urlhost=xxx.xxx.xxx

And I'm pretty sure that the group nobody exists:

  # pw group show nobody
  nobody:*:65534:

So, why can't Mailman find the group?

TIA!

--
Andrew Hill
[EMAIL PROTECTED]


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/