Con Wieland wrote: >I've used this command regularly when folks addresses change but >since upgrading it hangs very early along the way with no errors. > >./clone_member -r [EMAIL PROTECTED] [EMAIL PROTECTED] > >...... >processing mailing list: uci-gis > address not found: [EMAIL PROTECTED] >processing mailing list: uctas-internal > address not found: [EMAIL PROTECTED] >processing mailing list: uciahcsg > address not found: [EMAIL PROTECTED] >processing mailing list: cie-info > address not found: [EMAIL PROTECTED] > >any ideas???
Is this a regular occurrence or just this one address? And what do you mean by hangs? Do you mean it gets that far and then stops but doesn't return? If so, I'd check for stale locks, see <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.076.htp>. 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 -- 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] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
