HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: something strange in the linux console version...
Author: Xavier Roche
Date: 07/19/2003 11:57
 
> My internet line is disconnecting every 1 minute
(Russia...)
> and httrack is overloading through 20-30 minutes of 
work... 

Darn.. I don't see any reliable solution to bypass the 
problem ; except maybe freezing all httrack sessions in the 
ppp ifdown callback, and unfreezing on up again? But this 
may anyway cause several errors

Example (on Debian)
/etc/ppp/ip-down.d/httrackfreeze:
for i in `ps -ef|grep httrack|grep -v grep|sed -e 's/ [ ]
*/ /g'|cut -f2 -d ' '`; do kill -STOP "$i"; done

/etc/ppp/ip-up.d/httrackunfreeze:
for i in `ps -ef|grep httrack|grep -v grep|sed -e 's/ [ ]
*/ /g'|cut -f2 -d ' '`; do kill -CONT "$i"; done
 
Reply Create subthread


All articles

Subject Author Date
something strange in the linux console version...

07/14/2003 00:08
Re: something strange in the linux console version...

07/15/2003 19:07
Re: something strange in the linux console version...

07/15/2003 20:26
Re: something strange in the linux console version...

07/19/2003 11:57




4

Created with FORUM 2.0.11