Thanks, Tim - that fixed it.
On Thu, 21 Feb 2002, tim wrote:
> Yes... you are probably using a crudded up Defaults.py.
> I've found that some RPMs of mailman seem to have MAILMAN_UID = 'mailman',
> and MAILMAN_GID = 'mailman', which clearly breaks the Python code.
>
> If you open Defaults.py a
Bob Sully wrote:
>Hey all - could someone tip me off as to the problem here?
>
>[mailman@firefox: ~]$ /var/mailman/bin/check_perms
>Traceback (innermost last):
> File "/var/mailman/bin/check_perms", line 50, in ?
>MAILMAN_GRPNAME = grp.getgrgid(MAILMAN_GID)[0]
>TypeError: illegal argument ty
Hey all - could someone tip me off as to the problem here?
[mailman@firefox: ~]$ /var/mailman/bin/check_perms
Traceback (innermost last):
File "/var/mailman/bin/check_perms", line 50, in ?
MAILMAN_GRPNAME = grp.getgrgid(MAILMAN_GID)[0]
TypeError: illegal argument type for built-in operatio