> Try adding "-v" option. Maybe it'll show some important details.
> 
> I suspect that your proxy (or settings concerning it) is the 
> culprit.

Tomasz,

   I should have added that the script which I use to run freshclam
checks the return value of freshclam - see extract below.

  RETVAL=-1
  umask 002

  /usr/local/bin/freshclam -v --log=/var/log/freshclam/freshclam.log
  RETVAL=$?

  echo -en "\nCompleted the daily download of the clamAV virus \
             databases at "
  date
  echo -e "\nFreshclam return value was $RETVAL"

Interestingly, the retrun code from freshclam is 1 (i.e. success).

  Starting the daily download of the clamAV virus databases to the
    Labserver at Thu Jan 29 09:26:31 GMT 2004
  Current working dir is /var/lib/clamav
  Max retries == 3
  ClamAV update process started at Thu Jan 29 09:26:31 2004
  Connecting via proxy.littleport
  Connected to clamav.inet6.fr (172.31.2.2).
  Reading CVD header (main.cvd): OK
  ERROR: Maximal time (1200 seconds) reached.

  Completed the daily download of the clamAV virus databases at Thu 
  Jan 29 09:46:31 GMT 2004

  Freshclam return value was 1
 
Clearly the script calling freshclam did not set RETVAL to 1, so
freshclam must have completed successfully and yet having done this,
the freshclam process just goes to sleep until the timeout ocurrs.

Thanks again for your help,

Regards,

Jo.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to