• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Mailman Errors

S

Suzuki

Guest
When starting Mailman I receive the following errors, and startup fails:

Code:
[root]# service mailman start
Starting mailman: Traceback (most recent call last):
  File "/usr/lib/mailman/bin/mailmanctl", line 606, in ?
    main()
  File "/usr/lib/mailman/bin/mailmanctl", line 425, in main
    check_for_site_list()
  File "/usr/lib/mailman/bin/mailmanctl", line 325, in check_for_site_list
    sitelist = MailList(sitelistname, lock=0)
  File "/usr/lib/mailman/Mailman/MailList.py", line 128, in __init__
    self.Load()
  File "/usr/lib/mailman/Mailman/MailList.py", line 608, in Load
    raise Errors.MMCorruptListDatabaseError, e
Mailman.Errors.MMCorruptListDatabaseError: [Errno 2] No such file or directory: '/var/lib/mailman/lists/mailman/config.db.last'
                                                           [FAILED]

I am running this on Fedora Core 3.

Can anybody help?
 
Back
Top