[Mailman-Users] unable to access admin interface

Mark Sapiro mark at msapiro.net
Wed Jul 23 18:26:34 CEST 2014


On 07/23/2014 09:15 AM, Chad Rebuck wrote:
> Here ya go
> 
> [root at 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 at 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 <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list