Lummoxx wrote: >...hangs on the line >groups = [x[2] for x in grp.getgrall() if mm_cfg.MAILMAN_USER in x[3]]
It appears that the Python library function grp.getgrall() is hanging or looping. What happens if as root you invoke the Python command in the shebang line of bin/mailmanctl and then do >>> import grp >>> print '%r' grp.getgrall() -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
