Kaspersky Anti-Virus 8.0 for Linux File Servers

 
 
 

How to get a Kaspersky Anti-Virus 8.0 for Linux File Servers installation trace file

ID: 6838
Complexity
2012 Nov 08
 
 
 
 

Applies to Kaspersky Anti-Virus 8.0 for Linux File Servers

How to get a Kaspersky Anti-Virus 8.0 for Linux File Servers installation trace file:
  1. Create a new folder /tmp/traces (or delete its contents, if it already exists)

  2. Run Kaspersky Anti-Virus installation the following way:

    • for a rpm package:

      rpm -ihv /kav4fs/path-<version>.i386.rpm 2>&1 | tee /tmp/traces/kav4fs.install

    • for a deb package:

      dpkg -i /kav4fs/path_<version>_i386.deb 2>&1 | tee /tmp/traces/kav4fs.install

  3. Run the post-installation script the following way:

    /opt/kaspersky/kav4fs/bin/kav4fs-setup.pl 2>&1 | tee /tmp/traces/setup.out

  4. If the file install.log has been created in the /var/log/kaspersky/kav4fs/ folder, you should copy it into the /tmp/traces folder:

    cp /var/log/kaspersky/kav4fs/install.log /tmp/traces

  5. Compress the files into an archive and send it to the Technical Support service:

    tar -jcf traces_kav_install.tar.bz2 /tmp/traces

 
 
 
 
Did the provided info help you?
Yes No