FAQ

AVG 7.5 Technical FAQ » AVG and TCP Server for Linux » AVG for Linux

UpIndex
Search in FAQ

218:

The latest User Manuals of AVG for Linux are always available on web page Downloads-Documentation. Including all information about given edition of AVG for Linux.

The file is also stored in /opt/grisoft/avg7/doc/ folder after the installation of any AVG for Linux edition.

Was this information helpful to you?
|

219:

AVG Anti-Virus for Linux depends on the following system library or newer:

  • libc.so.6

AVG Anti-Virus for FreeBSD depends on the following system library or newer:

  • libc.so.5 

For RELEASE-6 and CURRENT development branches it is needed the compat5x package, which is located in /usr/ports/misc.

Was this information helpful to you?
|

220:

If your server is busy (e.g. sending 100 of emails a minute), then the best solution for avgupdate is with the command:
avgupdate -o -p 3 -n –a from crone (online update with priority 3 without progress information and restart of daemons). It guarantees that AVG Anti-VirusDaemons will run without interruption with the latest virus definitions and your AVG system will always be up to date. The new daemons can be run then by the init script.
The next option is to update virus definitions only, which can be done when you set update level 2 (priority update), e.g. avgupdate -o -p 2 –n
The program update can be done by avgupdate -o -p 3.
Was this information helpful to you?
|

221:

All components of AVG for Linux (avgscan, avgupdate) are controlled by the settings of locales.
If you have different language settings, everything will be printed in that language. If you want e.g. the output in English only, it is necessary to change the locales or change the setting before the command avgscan. For example:
LANG=C avgscan will print everything in English.
Was this information helpful to you?
|

222:

Installation of module Dazuko:
1. download the module for installation http://www.dazuko.org/downloads.shtml
2. Unpack with the command tar –xvzf dazuko-X.X.X.tar.gz, it will create the folder dazuko-X.X.X
3. Move to the folder dazuko-X.X.X and run command ./configure
4. Run the command make, it will create a file called dazuko.o

5. It is necessary to create a device in /dev, it can be done by command mknod -m 600 /dev/dazuko c 254 0
6. then command chown root:root /dev/dazuko
7. then command cp ./dazuko.o /lib/modules/src/kernel/drivers/char to copy module dazuko.o to folder /lib/modules/src/kernel/drivers/char
8. create a link to module dazuko.o by adding line alias char-major-254 dazuko to the /etc/modules.conf file
9. install the module to kernel with the command insmod dazuko
10. To check that the module was installed properly use the command lsmod|grep dazuko, dazuko should appear in the list, otherwise it isn’t installed

Steps 7. and 8. can be different on different distributions of Linux.
FAQ of Dazuko are available here http://www.dazuko.org/faq.shtml

Was this information helpful to you?
|

1211:

If you encounter the message "Update is already running" reported by AVG for Linux, please proceed as follows:

  • delete the avgupdate PID file:
    # rm /opt/grisoft/avg7/var/run/avgupdate.pid
  • delete the contents of the avgupdate download folder:
    # rm /opt/grisoft/avg7/var/update/download/*
  • run the update again:
    # avgupdate -o

If the problem persists, please contact our Technical Support.

Was this information helpful to you?
|