Regardless of method, "service mailman start", "./mailmanctl -s start", when I try to start mailman as root, it hangs.
I modified the mailman user from the default of /sbin/nologin, to /bin/bash, so I could log in as mailman. When I'm logged in as mailman, it starts successfully. I did quite a bit of troubleshooting, but didn't make any progress until I inserted some debug lines into mailmanctl to figure out at what point it was hanging. This is the results: openge entered check_privs openge gid is: 41 openge uid is: 41 openge myuid is: 0 openge check_privs - entered myuid == 0 ...hangs on the line groups = [x[2] for x in grp.getgrall() if mm_cfg.MAILMAN_USER in x[3]] To see all my debug lines, and a lot more information I compiled while testing, please see this pastebin link: http://pastebin.com/axfg4Dx2 Any assistance greatly appreciated. Thanks, Chris ------------------------------------------------------ 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
