[Mailman-Users] BIG discard problem

Brad Knowles brad.knowles at skynet.be
Wed Aug 11 18:37:12 CEST 2004


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, <brad.knowles at skynet.be>

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



More information about the Mailman-Users mailing list