On 2003.08.07 12:57, Thorsten Kampe wrote:

[1] FETCHCOMMAND='/usr/bin/proz -r --no-netrc --no-getch --no-search
-k=4 --timeout=300 -t=5 --retry-delay=15 --max-bps=0 ${URI} -P
${DISTDIR}'

Did you try checking to see if ${DISTDIR} is a valid variable outside of portage? Try a cron script that does something like:

echo ${DISTDIR} | mail -s "distdir check" myemailaddress;

or even

env | mail -s "env" myemailaddress;

I think that this was an invalid destination, so the download completed and it saved them to nowhere. Try replacing it and manually entering the /usr/portage/distfiles path.

--

Chris I

Actually, what I'd like is a little toy spaceship!!

Attachment: pgp00000.pgp
Description: PGP signature



Reply via email to