[ mailman-Bugs-1660666 ] syntax error in CheckFixUid.py

SourceForge.net noreply at sourceforge.net
Thu Feb 15 15:40:13 CET 2007


Bugs item #1660666, was opened at 2007-02-15 15:39
Message generated for change (Comment added) made by chris_ress
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1660666&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: command line scripts
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christian Reß (chris_ress)
Assigned to: Nobody/Anonymous (nobody)
Summary: syntax error in CheckFixUid.py

Initial Comment:
bin/CheckFixUid.py is created by bin/check_perms_grsecurity.py. It has a syntax error that keeps mailman from starting up.

Reproducable: always

Steps to reproduce:
1. run bin/check_perms_grsecurity.py -f
2. run bin/mailmanctl start

The error:
NameError: name 'uid' is not defined
Traceback (most recent call last):
  File "/usr/local/mailman/bin/qrunner", line 80, in ?
    import CheckFixUid
  File "/usr/local/mailman/bin/CheckFixUid.py", line 6, in ?
    class CheckFixUid:
  File "/usr/local/mailman/bin/CheckFixUid.py", line 12, in CheckFixUid
    if os.geteuid() != uid:

A proposed fix is attached. 

----------------------------------------------------------------------

>Comment By: Christian Reß (chris_ress)
Date: 2007-02-15 15:40

Message:
Logged In: YES 
user_id=1720190
Originator: YES

I forgot: You need to start Mailman as root for the error to occur.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1660666&group_id=103


More information about the Mailman-coders mailing list