Mailman CGI Error-Group mismatch error
Hi, I received the following error this morning. So I rerun configure again with the following command: ./configure --with-cgi-id=apache --prefix=/var/mailman. I'm still getting the same error. Is there any place that I can look for so that I can debug this problem better? Perhaps, looking at the config history file or something. Any other places that I can check the cause of this error?
"Mailman CGI error!!!
The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Group mismatch error. Mailman expected the CGI wrapper script to be executed as group "nobody", but the system's web server executed the CGI script as group "apache". Try tweaking the web server to run the script as group "nobody", or re-run configure, providing the command line option `--with-cgi-gid=apache'."
Thanks Mary
Wang, Mary Y wrote:
I received the following error this morning. So I rerun configure again with the following command: ./configure --with-cgi-id=apache --prefix=/var/mailman.
It the above a typo? The correct option is --with-cgi-gid=apache, not --with-cgi-id=apache.
If you actually gave the correct option to configure, did you also run
make clean make install
after rerunning configure?
I'm still getting the same error. Is there any place that I can look for so that I can debug this problem better? Perhaps, looking at the config history file or something. Any other places that I can check the cause of this error?
See the FAQ at <http://wiki.list.org/x/tYA9>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Did you find the solution?
I am receiving a similar error on mailman-2.1.29-lp152.6.13.x86_64 on Opensuse Leap 15.1
Mailman CGI error!!!
The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog:
Failure to exec script. WANTED gid 483, GOT gid 8.
The correct gid I think it should be 8 (wwwrun), 483 is vnc so it has no sense wanting it.
tutatis:/usr/lib/mailman/cgi-bin # ls -l total 144 -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 admin -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 admindb -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 confirm -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 create -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 editarch -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 edithtml -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 listinfo -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 options -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 private -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 rmlist -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 roster -rwxr-sr-x 1 root mailman 10848 Jun 9 06:22 subscribe tutatis:/usr/lib/mailman/cgi-bin #
best regards
Hi, I received the following error this morning. So I rerun configure again with the following command: ./configure --with-cgi-id=apache --prefix=/var/mailman. I'm still getting the same error. Is there any place that I can look for so that I can debug this problem better? Perhaps, looking at the config history file or something. Any other places that I can check the cause of this error?
"Mailman CGI error!!!
The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Group mismatch error. Mailman expected the CGI wrapper script to be executed as group "nobody", but the system's web server executed the CGI script as group "apache". Try tweaking the web server to run the script as group "nobody", or re-run configure, providing the command line option `--with-cgi-gid=apache'."
Thanks
On 9/8/20 1:49 AM, Fernando wrote:
Did you find the solution?
I am receiving a similar error on mailman-2.1.29-lp152.6.13.x86_64 on Opensuse Leap 15.1
Mailman CGI error!!!
The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog:
Failure to exec script. WANTED gid 483, GOT gid 8.
The correct gid I think it should be 8 (wwwrun), 483 is vnc so it has no sense wanting it.
Your wrappers are compiled to want that gid. You need to recompile them
by running configure with the option --with-cgi-id=wwwrun and then make install
. See the FAQ article at <https://wiki.list.org/x/4030645>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
účastníci (3)
-
Fernando
-
Mark Sapiro
-
Wang, Mary Y