Re: sitecopy hangs downloading forever

Joe Orton <[email protected]> Tue, 4 Oct 2005 08:34:01 +0100
Newsgroups gmane.comp.web.sitecopy
Message-ID <[email protected]>
On Mon, Oct 03, 2005 at 07:06:17PM -0500, Timothee Besset wrote:
> I regularly use sitecopy to synchronize down from an https DAV 
> repository on a remote site to a local machine. I do a fetch followed by 
> a synchronize. sitecopy tends to get 'stuck' about once a day. With 
> iptraf I see that there is still constant traffic with the remote host, 
> but it just never ends. The files are big ( several Gb ), but I've 
> waited way long enough to verify that it's not transferring any actual 
> content / growing the files anymore.
> 
> Anyone ever got this? Any suggestions on what to investigate?

Can you run strace on the process when it gets "stuck" like that?

 $ strace -p `pidof sitecopy`

or otherwise; always invoke sitecopy with debug logging enabled so that 
there's a log of what was happening when it's stuck.

 $ sitecopy --debug=http --logfile=/tmp/debug.log ...

Regards,

joe
_______________________________________________
sitecopy maillist  -  [email protected]
http://dav.lyra.org/mailman/listinfo/sitecopy