[Mailman-Users] clone_member

Mark Sapiro mark at msapiro.net
Wed Apr 2 00:29:48 CEST 2008


Con Wieland wrote:
>
>On Apr 1, 2008, at 2:09 PM, Mark Sapiro wrote:
>
>> If so, I'd check for stale locks, see
>> <http://www.python.org/cgi-bin/faqw-mm.py? 
>> req=show&file=faq04.076.htp>.
>
>Here is the lock file
>
>bash-2.05$ ls
>casa-chavez.lock.maillists.nac.uci.edu.8797.68


Unless you caught this lock in the process of being created, the above
without a casa-chavez.lock file is residue and probably sould be
removed. Does "ps -fwp 8797" show a Mailman related process?


>cie-news.lock
>cie-news.lock.maillists.nac.uci.edu.9561.30
>cie-news.lock.maillists.nac.uci.edu.9583.30
>cie-news.lock.maillists.nac.uci.edu.9588.30
>cie-news.lock.maillists.nac.uci.edu.9716.30
>cie-news.lock.maillists.nac.uci.edu.9843.30
>cie-news.lock.maillists.nac.uci.edu.9877.30
>cie-news.lock.maillists.nac.uci.edu.9896.30


There are 6 processes waiting on this lock. That's very suspicious. The
contents of the cie-news.lock file (cat cie-news.lock) will tell you
which of the 7 processes currently has the lock. Is the pid still
viable? How old is the lock (ls -l)?


>master-qrunner
>master-qrunner.maillists.nac.uci.edu.10060


These are normal. They prevent another 'mailmanctl start' when Mailman
is running.


>ucdc.lock.maillists.nac.uci.edu.15367.0
>ucdc.lock.maillists.nac.uci.edu.15368.0
>ucdc.lock.maillists.nac.uci.edu.15369.0
>uci-kgsa.lock.maillists.nac.uci.edu.2514.68
>uci-kgsa.lock.maillists.nac.uci.edu.2576.68
>uci-mouseusers.lock.maillists.nac.uci.edu.11468.73


See comments re casa-chavez.

The only list that's actually locked is cie-news.


>it does not include the suspect list.


What suspect list?


>> Note also, if it is hung on a list, it is the next list in the order
>> returned by Python's os.listdir() which should be the same order as
>> returned by
>>
>>   ls -U /path/to/mailman/lists
>
>.....
>cie-fac                     ppdphd
>cie-info                    pps-coreteam
>cie-ipa                     pps-update
>cie-news                    preemie-study
>citr                        probationoutcome
>claffiliates                pso
>clas                        purchasingsurvey
>classrooms                  pv-announce
>classrooms-jobs             pvrc
>clcorefac                   r-sna-devel
>clcwegsa    ...............


This is not the output we want to see. Did you include the -U (upper
case meaning 'do not sort') option. The list we want to see will have

uctas-internal
uciahcsg
cie-info

in that order followed by the problem list which I suspect is cie-news.


>it hangs on:
>
>processing mailing list: uctas-internal
>     address not found: katstein at uci.edu
>processing mailing list: uciahcsg
>     address not found: katstein at uci.edu
>processing mailing list: cie-info
>     address not found: katstein at uci.edu

-- 
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