Re: [Mailman-Users] unable to access admin interface

2014-07-23 Thread Chad Rebuck
hi. Nope, didn't touch the configuration after the latest update. Glad Mark led me to the root cause. Working just fine now that I ran the database check. Great support! On Jul 23, 2014 8:37 PM, "Stephen J. Turnbull" wrote: > Chad Rebuck writes: > > > Here is additional information. The log

Re: [Mailman-Users] unable to access admin interface

2014-07-23 Thread Stephen J. Turnbull
Chad Rebuck writes: > Here is additional information. The log entries for "lifetime has > expired" started happening much more frequently after upgrading to > 2.1.18-1. Did you enable any of the features that require querying the DNS for DMARC policy (eg, Privacy | Sender Filters | dmarc_mode

Re: [Mailman-Users] Best method to interface Mailman3 from custom web application

2014-07-23 Thread Stephen J. Turnbull
ML mail writes: > Thanks I will go for the REST API and sorry for bothering the > mailman users mailing list. I will use the developers one in the > future instead. It's really not a question of "bothering", it's a question of where you will get the best answers. -

Re: [Mailman-Users] unable to access admin interface

2014-07-23 Thread Mark Sapiro
Just to provide closure here, after a bit more off list communication, it was determined that the list's request.pck was huge (1.3 MB) with probably thousands of held messages and the admindb CGI was being timed out by the web server before it could process the whole file which was leaving the list

Re: [Mailman-Users] unable to access admin interface

2014-07-23 Thread Mark Sapiro
On 07/23/2014 09:15 AM, Chad Rebuck wrote: > Here ya go > > [root@pogo locks]# ll > total 16K > -rw-rw-r-- 2 httpmailman 52 Jul 23 2014 a2-16v-list.lock > -rw-rw-r-- 2 httpmailman 52 Jul 23 2014 a2-16v-list.lock.pogo.25890.0 > -rw-rw-r-- 2 mailman mailman 48 Jul 24 2014 master-qrunner >

Re: [Mailman-Users] Best method to interface Mailman3 from custom web application

2014-07-23 Thread ML mail
Thanks I will go for the REST API and sorry for bothering the mailman users mailing list. I will use the developers one in the future instead. On Wednesday, July 23, 2014 5:50 PM, Mark Sapiro wrote: On 07/23/2014 04:58 AM, ML mail wrote: > > I have built a simple mail control panel in PH

Re: [Mailman-Users] {Disarmed} Re: unable to access admin interface

2014-07-23 Thread Chad Rebuck
Here ya go [root@pogo locks]# ll total 16K -rw-rw-r-- 2 httpmailman 52 Jul 23 2014 a2-16v-list.lock -rw-rw-r-- 2 httpmailman 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-qrunne

Re: [Mailman-Users] {Disarmed} Re: unable to access admin interface

2014-07-23 Thread Mark Sapiro
On 07/23/2014 08:39 AM, Chad Rebuck wrote: > > I stopped mailman, confirmed no python processes exist, and deleted all > files from the locks dir. I could access the admin page, but not the > pending moderator requests. > > [root@pogo locks]# ll > total 8.0K > -rw-rw-r-- 2 http mailman 52 Jul 23

Re: [Mailman-Users] Best method to interface Mailman3 from custom web application

2014-07-23 Thread Mark Sapiro
On 07/23/2014 04:58 AM, ML mail wrote: > > I have built a simple mail control panel in PHP where I would like to be able > to create new mailing lists, subscribe/unsubscribe members, etc. Now I was > wondering what would be the best method for my control panel to do that? I am > aware of the fo

Re: [Mailman-Users] {Disarmed} Re: unable to access admin interface

2014-07-23 Thread Chad Rebuck
It has been months at least (maybe even back to 2013) since I've attempted to access the pending moderator requests, but it has worked before. I stopped mailman, confirmed no python processes exist, and deleted all files from the locks dir. I could access the admin page, but not the pending moder

Re: [Mailman-Users] {Disarmed} Re: unable to access admin interface

2014-07-23 Thread Mark Sapiro
On 07/23/2014 06:54 AM, Chad Rebuck wrote: > I installed it with a package on my arch system using > > pacman -Syu Did it ever work? > [root@pogo chadr]# ll /var/lib/mailman/locks/ > total 16K > -rw-rw-r-- 1 httpmailman 52 Jul 23 03:52 a2-16v-list.lock.pogo.22018.0 > -rw-rw-r-- 1 http

Re: [Mailman-Users] unable to access admin interface

2014-07-23 Thread Chad Rebuck
Here is additional information. The log entries for "lifetime has expired" started happening much more frequently after upgrading to 2.1.18-1. This is the most recent complete log entry for the "lifetime has expired": Jul 23 03:47:28 2014 (21881) a2-16v-list.lock lifetime has expired, breaking J

Re: [Mailman-Users] unable to access admin interface

2014-07-23 Thread Chad Rebuck
I installed it with a package on my arch system using pacman -Syu [root@pogo chadr]# ll /var/lib/mailman/locks/ total 16K -rw-rw-r-- 1 httpmailman 52 Jul 23 03:52 a2-16v-list.lock.pogo.22018.0 -rw-rw-r-- 1 httpmailman 52 Jul 23 04:45 a2-16v-list.lock.pogo.22205.0 -rw-rw-r-- 2 mailman mail

[Mailman-Users] Best method to interface Mailman3 from custom web application

2014-07-23 Thread ML mail
Hello, I have built a simple mail control panel in PHP where I would like to be able to create new mailing lists, subscribe/unsubscribe members, etc. Now I was wondering what would be the best method for my control panel to do that? I am aware of the following methods: - using SQL to directly