mailman keeps sending me this error

Domenico

Well-Known Member
Aug 14, 2001
377
13
318
What to do with this???
I keep getting messages with this:


Traceback (innermost last):
File &/usr/local/cpanel/3rdparty/mailman/cron/qrunner&, line 271, in ?
lock.lock(timeout=0.5)
File &/usr/local/cpanel/3rdparty/mailman/Mailman/LockFile.py&, line 219, in lock
self.__write()
File &/usr/local/cpanel/3rdparty/mailman/Mailman/LockFile.py&, line 350, in __write
fp = open(self.__tmpfname, 'w')
IOError: [Errno 13] Permission denied: '/usr/local/cpanel/3rdparty/mailman/locks/qrunner.lock.host.DOMAIN.COM.20521'
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
Run check_perms in /usr/local/cpanel/3rdparty/mailman/bin , should give you at least some direction......

-f flag run as as root will fix things, but use that at your own RISK.

;)