• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

'Bug in Mailman version 2.1.12'

davorg

Basic Pleskian
I'm working on setting up a server running Plesk 10.4.4 Update #13 on Centos 6.2.

I've configured Mailman and now I want to set up some mailing lists. I've created a list in the Plesk control panel, but when I try to administer the new list (by visiting http://lists.[domain].com/mailman/admin/[listname] I see the following error:

Bug in Mailman version 2.1.12

We're sorry, we hit a bug!

Please inform the webmaster for this site of this problem. Printing of traceback and other system information has
been explicitly inhibited, but the webmaster can find this information in the Mailman error logs.

I see exactly the same error if I try to go to the list info page at http://lists.[domain].com/mailman/listinfo/[listname].

I would follow the instructions and look in the error logs, but I can't find them. I would expect to find a file at /var/log/mailman/error, but there's nothing there.

Has anyone else seen this? Any suggestions for tracking down and fixing the problem?

Cheers,

Dave...

p.s. Just one other piece of information - my test list seems to work correctly. It sends all the expected email. It's just the web pages for the list that seem to be broken.

Update: I got to the bottom of this, so I'm documenting the answer in case anyone else has the same problem.

The fact that I couldn't find the error log was the clue. The problem was that the Mailman process didn't have permissions to create an error log. And it seems that if Mailman can't create an error log then it will respond to any web request with this error page. Creating an error log file (in /var/log/mailman/error) and giving it the correct permissions fixed the problem.
 
Last edited:
I created the directories /var/log/mailman/error because all I had was /var/log
The file I created in the /error directory is error.log and I chmod 777
I still get the same error.
Do I need to chmod the directories? Is the filename error.log the right file name?
Any help will be appreciated. I host at 1and1 and they offer zero support and I am not the brightest bulb.
Thanks in advance.
Floyd
 
Here are the steps that I did and it worked .. hope they help your case. Please post back what you find.


1) mkdir /var/log/mailman
2) touch /var/log/mailman/error
3) chmod 777 /var/log/mailman/error
 
have the same problem with 2.14

tried adding a error log but still get the error. i use plesk 10.4.4. on a suse 11.4 system....

any help apprechiated as there are no log files anywhere....
 
Back
Top