• 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

mailman problem

webjfg

Basic Pleskian
if i try to manualy stop mailman if receive this message

/etc/init.d/mailman stop
PID unreadable in: /var/mailman/data/master-qrunner.pid
[Errno 2] No such file or directory: '/var/mailman/data/master-qrunner.pid'
Is qrunner even running?


if i try to start mailman i receive this

/etc/init.d/mailman start
Traceback (most recent call last):
File "/var/mailman/bin/mailmanctl", line 597, in ?
main()
File "/var/mailman/bin/mailmanctl", line 416, in main
check_for_site_list()
File "/var/mailman/bin/mailmanctl", line 318, in check_for_site_list
sitelist = MailList(sitelistname, 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 566, in __load
dict = loadfunc(fp)
ImportError: No module named n.comq^aU

i have check the KB and i only found something about auto starting, but it's not the problem.

Thanks
 
This might be related to wrong permissions settings somewhere, /var/mailman/bin/check_perms -f" might help.

If this doesn't help we recommend that you open a support ticket with SWsoft... we can fix this for you.

To open a support ticket Login to the Plesk UI as admin... in the server screen click on the support icon... (Make sure pop-ups are allowed in your browser). Once you fill in and submit the support form you will be issued a ticket number that will allow you to communicate through the support firewall via email. Our techs can assist you with these issues
 
Hi
finaly i have found some usefull info on the net
i have remove mailman (yum remove mailman)
delete the install rep (rd -rdf /var/mailman)
and re-install the apps vis the control panel
setting the admin email and password and everithing work fine
 
I seem to have run into the same problem, except I get that message via email...every five minutes.

When I did the "/var/mailman/bin/check_perms -f", I got the following message:

# /var/mailman/bin/check_perms -f
No problems found

BTW, when I click on the support icon via Plesk, it doesn't do anything for me.
 
Back
Top