On 07/23/2014 09:15 AM, Chad Rebuck wrote: > Here ya go > > [root@pogo locks]# ll > total 16K > -rw-rw-r-- 2 http mailman 52 Jul 23 2014 a2-16v-list.lock > -rw-rw-r-- 2 http mailman 52 Jul 23 2014 a2-16v-list.lock.pogo.25890.0 > -rw-rw-r-- 2 mailman mailman 48 Jul 24 2014 master-qrunner > -rw-rw-r-- 2 mailman mailman 48 Jul 24 2014 master-qrunner.pogo.25683 > [root@pogo locks]# ps -fww 25890 > UID PID PPID C STIME TTY STAT TIME CMD > http 25890 378 95 12:12 ? R 0:11 /usr/bin/python2 -S > /usr/lib/mailman/scripts/driver admindb
I have some ideas about debugging, but it's complicated and I won't have time for more detail until late this afternoon, but what happens if you give the shell command /usr/bin/python2 /usr/lib/mailman/scripts/driver admindb You should get a "we hit a bug" response and Mailman's error log should have something like admin(5110): Traceback (most recent call last): admin(5110): File "scripts/driver", line 111, in run_main admin(5110): if not request_method.lower() in ['get', 'post', 'head']: admin(5110): AttributeError: 'NoneType' object has no attribute 'lower' I expect you'll see this and we need to set some environment variables to get further, but more later ... -- 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] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
