Also guuess I should add this in as well...

appears in tail -f /var/log/mail:
Oct 31 11:35:27 linuxbox Mailman cgi-wrapper (listinfo): Failure to exec 
script. WANTED gid 55, GOT gid 65534.  (Reconfigure to take 65534?)

Appears in tail -f /var/log/httpd/access_log:
192.168.0.2 - - [31/Oct/2001:12:38:15 -0500] "GET /mailman/listinfo/test 
HTTP/1.1" 200 530
192.168.0.2 - - [31/Oct/2001:12:38:18 -0500] "GET /mailman/listinfo/test 
HTTP/1.1" 200 530
192.168.0.2 - - [31/Oct/2001:12:38:30 -0500] "GET /mailman/listinfo/ 
HTTP/1.1" 200 530

Appears in tail -f /var/log/cron:
Oct 31 13:40:01 linuxbox CRON[28523]: (mailman) CMD (/usr/bin/python -S 
/opt/mailman/cron/gate_news)    #Every 5 minutes
Oct 31 13:41:01 linuxbox CRON[28525]: (mailman) CMD (/usr/bin/python -S 
/opt/mailman/cron/qrunner)      #Every 1 minute


On Wednesday 31 October 2001 13:44, you were heard blurting out:
> [root@linuxbox mailman-2.0.6]# grep Group /etc/httpd/conf/httpd.conf
> # User/Group: The name (or #number) of the user/group to run httpd as.
> #  . On SCO (ODT 3) use "User nouser" and "Group nogroup".
> #  NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
> #  when the value of (unsigned)Group is above 60000;
> #  don't use Group nobody on these systems!
> Group nobody
>
> So I try the install with group daemon and nobody..:
>
> ./configure --prefix=/opt/mailman
> --with-mail-gid=daemon --with-cgi-gid=nobody checking for mail wrapper
> GID...
> configure: error:
> ***** No existing group found for the mail_wrapper program.
> ***** This is the group that your mail delivery agent runs under, and
> ***** uses to run filter programs.  You might want to specify an
> ***** existing group with the --with-mail-gid configure option.
> ***** Please see your mail agent's documentation, and the INSTALL file
> ***** for details
>
> nobody value for gid is 65534
>
> Also tried this:
>
> ./configure --prefix=/opt/mailman
> --with-mail-gid=nobody --with-cgi-gid=http checking for mail wrapper GID...
> configure: error:
> ***** No existing group found for the mail_wrapper program.
> ***** This is the group that your mail delivery agent runs under, and
> ***** uses to run filter programs.  You might want to specify an
> ***** existing group with the --with-mail-gid configure option.
> ***** Please see your mail agent's documentation, and the INSTALL file
> ***** for details
>
> It alwaysfails for mail_wrapper program... can find no referneces to
> mail_wrapper either.. so I  guess this is a symlink of some sort I need to
> setup... to sendmails wrapper...?
>
> I have found a wrapper in /usr/libexec/sendmail that is currently ln -s to
> /opt/mailman/wrapper from my first setup...
>
> hmmmm
>
>
>
> On Wednesday 31 October 2001 12:50, you were heard blurting out:
> <snip>
>
> > try 'daemon' for the mail GID.
> > what does this command return:
> > grep Group /path/to/apache/conf/httpd.conf

-- 
  Bill Day ( a.k.a. BadMan )            188133 http://counter.li.org
  irc.openprojects.net                  #linux-users ( Open 24/7 )
  Our crystal tears now fall upon the ashes, but from the dust shall grow a
  spirit, to be in compassion for those who are lost, and one in determination
  to break those who dare test our resolve to be free...
  
                 http://www.daysdomain.com/tribute.html
  
  2:30pm  up 91 days,  4:58, 27 users,  load average: 0.27, 0.35, 0.28
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to