At 11:50 AM -0400 2004-08-11, Robert Echlin wrote:

 So I deleted the mailman/data/heldmsg-yourlistname-*.pck files - and I had
 to delete them in stages, as the infamous  "Argument list too long" message
 bit me.

In these kinds of cases, what you can usually do is something like this:

                # cd $MAILMAN_HOME/data
                # find . -name heldmsg-yourlistname\*.pck -print | xargs rm

And that will do the job for you. Of course, the "#" prompt means to do this as the root user, and you want to make sure you include the backslash before the asterisk so that the shell doesn't try to interpret the wildcard, and instead passes that to find. Read the man page on xargs to see how it's used.

 And now I tried again and it timed out again after another 15 minutes.

What next?

As for that, I wish I could be of assistance.

--
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

    -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
    Assembly to the Governor, November 11, 1755

  SAGE member since 1995.  See <http://www.sage.org/> for more info.
------------------------------------------------------
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/

Reply via email to