http://qa.mandrakesoft.com/show_bug.cgi?id=6072
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-05-10 23:28 -------
This fixes all the problems I have had with mailman. Very nice. Thanks
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
Mailman does not deliver any mails. Running "service mailman status" says
something about qrunner is dead.
If I run "mailmanctl start" directly I get lots of errors like this:
Traceback (most recent call last):
File "/usr/lib/mailman/bin/qrunner", line 76, in ?
import CheckFixUid
File "/usr/lib/mailman/bin/CheckFixUid.py", line 6, in ?
class CheckFixUid:
File "/usr/lib/mailman/bin/CheckFixUid.py", line 12, in CheckFixUid
if os.geteuid() != uid:
NameError: name 'uid' is not defined
The script CheckFixUid.py is made by check_perms_grsecurity.py, so this error
only applies if running kernel with grsecurity.