* Brandon Amundson <[EMAIL PROTECTED]> (Fri, Aug 17, 2001 at 02:58:11PM -0400)
> First I want to say thanks to all of you who respond to email like mine.
> 
> I am trying to test amrecover.  when I run amrecover daily, I get the
> following error.
> 
> AMRECOVER Version 2.4.2p2. Contacting server on mail.daml.org ...
> amrecover: Unexpected server end of file

I've had that happen once ..
what happened was the compressed index files get expanded to /var/tmp (or
somewhere like that) to get sorted
(I think amrecover does a zcat indexfile.gz | sort | something else)
and /var/tmp does not have enough space for this.
I hacked around that problem by making sort always sort to /tmp iso
/var/tmp (sort is a shell script that does
exec /bin/sort.exe  -T /tmp/ "$@"
)
Note, this most be done on the index host, not on the client

        Gerhard,  <@jasongeo.com>   == The Acoustic Motorbiker ==       
-- 
   __O  If your watch is wound, wound to run, it will
 =`\<,  If your time is due, due to come, it will
(=)/(=) Living this life, is like trying to learn latin
                in a chines firedrill

Reply via email to