• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Bug in Mailman version 2.1.5

D

Dirkjan

Guest
Hi! I am using PLESK 7.5 reloaded and one of my clients tried to make a mailinglist. He got the following message:

Bug in Mailman version 2.1.5
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks!

Traceback:
Traceback (most recent call last):
File "/var/mailman/scripts/driver", line 87, in run_main
main()
File "/var/mailman/Mailman/Cgi/admin.py", line 72, in main
mlist = MailList.MailList(listname, lock=0)
File "/var/mailman/Mailman/MailList.py", line 128, in __init__
self.Load()
File "/var/mailman/Mailman/MailList.py", line 593, in Load
dict, e = self.__load(file)
File "/var/mailman/Mailman/MailList.py", line 559, in __load
fp = open(dbfile)
IOError: [Errno 13] Permission denied: '/var/mailman/lists/digineus/config.pck'



--------------------------------------------------------------------------------

Python information:
Variable
Value

sys.version
2.2.3 (#1, Oct 15 2003, 23:33:35) [GCC 3.3.1 20030930 (Red Hat Linux 3.3.1-6)]

sys.executable
/usr/bin/python

sys.prefix
/usr

sys.exec_prefix
/usr

sys.path
/usr

sys.platform
linux2



--------------------------------------------------------------------------------

Environment variables:
Variable
Value

HTTP________________
----- -------

PYTHONPATH
/var/mailman

SCRIPT_FILENAME
/var/mailman/cgi-bin/admin

SERVER_SOFTWARE
Apache/2.0.50 (Fedora)

SERVER_ADMIN
[email protected]

SCRIPT_NAME
/mailman/admin

SERVER_SIGNATURE
Apache/2.0.50 (Fedora) Server at lists.digineus.nl Port 80
REQUEST_METHOD
GET

HTTP_HOST
lists.digineus.nl

PATH_INFO
/digineus

SERVER_PROTOCOL
HTTP/1.1

QUERY_STRING


REQUEST_URI
/mailman/admin/digineus

HTTP_ACCEPT
*/*

PATH_TRANSLATED
/home/httpd/vhosts/default/htdocs/digineus

HTTP_USER_AGENT
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

HTTP_CONNECTION
Keep-Alive

SERVER_NAME
lists.digineus.nl

REMOTE_ADDR
213.10.2.134

REMOTE_PORT
36724

HTTP_ACCEPT_LANGUAGE
nl

SERVER_ADDR
62.148.164.114

SERVER_PORT
80

GATEWAY_INTERFACE
CGI/1.1

UNIQUE_ID
f4xgU38AAAEAACW9fxUAAAAK

DOCUMENT_ROOT
/home/httpd/vhosts/default/htdocs

What can I do? :) feedback appreciated!
 
Try

/var/mailman/bin/check_perms -f

and try the mailing list again
 
Back
Top