kristina clair >On 3/28/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > >> (what >> does 'ls -lR /home/mailman/archives/private/membership/attachments' >> show?) > ># ls -lR /home/mailman/archives/private/membership/attachments >/home/mailman/archives/private/membership/attachments: >total 0
This is puzzling. Something is not right about this. Possibly the full traceback will contradict me, but I think that Scrubber is in it's save_attachment() function and is trying to lock the attachment directory (/home/mailman/archives/private/membership/attachments/20060301/cf7df1b6/ in this case) in order to keep other processes out while it computes a unique file name to save the attachment. It is the lock.lock() call in Scrubber that trys to create /home/mailman/archives/private/membership/attachments/20060301/cf7df1b6/attachments.lock.server.com.23421.174. However, well before this, Scrubber has called its makedirs() function to create as necessary all the directories in /home/mailman/archives/private/membership/attachments/20060301/cf7df1b6/, and this apparently succeeded yet the directories 20060301/ and 20060301/cf7df1b6/ (and even the attachments/ directory initially) don't exist. Do these directories exist somewhere else? -- 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
