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 type for built-in operation > 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 and change them to whatever the numerical value of mailman is in your /etc/passwd and /etc/group, it'll work. > ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
