f-prot autoupdate error

Tan Siew Wu siewwu.tan at EDGEMATRIX.COM
Sun Jul 7 04:22:45 IST 2002


This is strange!!! I put in a few print statements to check but not sure
what happened to the print "zzz $Server, $FileToCheck\n"; statement.
Seems putting two of them together giving problems???!!!

##### modified code ####
    print STDERR "There is a new version of $FileToCheck, starting
download.\n"
      unless $quiet;
    $updated = 1;
    # Download it from the server
print "xxx $FileToCheck\n";
print "yyy $Server\n";
print "zzz $Server, $FileToCheck\n";
    DownloadFile($Server, $FileToCheck);
##########

******* results *****
FTP address for retrieving files is
ftp://ftp.isnet.is/pub/customers/complex.is/
File SIGN.DEF is already up to date.
File SIGN2.DEF is already up to date.
F-Prot signature file update script
There is a new version of MACRO.DEF, starting download.
xxx MACRO.DEF
yyy ftp://ftp.isnet.is/pub/customers/complex.is/
, MACRO.DEFtp.isnet.is/pub/customers/complex.is/
Download from http://updates.f-prot.com/files/ failed, exiting., Bad file
descriptor at /usr/local/f-prot/autoupdate line
 285, <TEMPFILE> line 4.
***********



More information about the MailScanner mailing list