• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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