Knowledgebase
Suchen:     Erweiterte Suche
Kategorien durchblättern:

0024. Antivir Update funktioniert nicht über die OsiComBox bei vorgeschalteten Router.

Gesehen: 347
Posted: 10. Jan 2008
by: Ruge D.
Updated: 10. Jan 2008
by: Ruge D.

Lösung:

Im Verzeichnis /home2/oli/pds/isdn/scripts die Datei rock_antivir wie folgt bearbeiten:

   print(FILE "SyslogFacility mail\n");
   print(FILE "HttpUpdateServer localhost:8119\n");
   close(FILE);
   chmod(0644, "/etc/avguard.conf");
   system ("cp /etc/avguard.conf /etc/avupdater.conf");

ändern in

   print(FILE "SyslogFacility mail\n");
   print(FILE "HttpUpdateServer http://dl.antivir.de\n");             <---- !!!!
   close(FILE);
   chmod(0644, "/etc/avguard.conf");
   system ("cp /etc/avguard.conf /etc/avupdater.conf");

 




RSS