Page 1 of 1

AVG free for Linux

Posted: 19 May 2014 02:21
by Michaelv
Hi All,

I'm trying this out. Just info for you guys if you are having memory issues or speed issues.
Note however doing so will not use clamd's alternative databases for phishing and other stuff.
Unless you use both together.

Clamd takes about 500-600Meg ram with 300+Meg resident
AVG takes about 281Meg with 172M resident

http://free.avg.com/us-en/download.prd-alf
Get the rpm version

When you try to do
rpm -Uvh <avg rpm> you'll get an error that because the EFA vm version uses 64bit. There are no 32bit libraries.

You need to do
yum install glibc.i686

Then run the rpm for avg install again.
Oh.. do a "service avgd start" since it is not started yet (note that it is already installed in chkconfig so it will start on reboot).
Then do "avgupdate"


Change your /etc/MailScanner/MailScanner.conf
There is a line that says

Virus Scanners = clamd
Add avg to the line (if you want to run both)
or replace clamd with avg (if you feel avg is sufficient).
Restart Mailscanner with "service MailScanner restart"

Updates are done by MailScanner calling update_virus_scanners.

Good luck.

Regards,

Michael

Re: AVG free for Linux

Posted: 21 May 2014 01:17
by shawniverson
:text-goodpost:

Re: AVG free for Linux

Posted: 14 Jun 2014 19:58
by buzzzo
Michael very informative post. thank you !

Re: AVG free for Linux

Posted: 14 Jun 2014 20:56
by buzzzo
Michael just to be sure:

1) Have you tried MailScanner --lint from shell and see if avg is detected ?
2) Have you tried to send test virus (fake or true) and see if mailscanner detects it ?

Thx

Re: AVG free for Linux

Posted: 05 Sep 2014 10:52
by goodevans
buzzzo wrote:Michael just to be sure:

1) Have you tried MailScanner --lint from shell and see if avg is detected ?
2) Have you tried to send test virus (fake or true) and see if mailscanner detects it ?

Thx
Thanks Buzzzo, followed the above and it wasn't being picked up. Had to modify /etc/MailScanner/virus.scanners.conf, the avg line read:

Code: Select all

avg             /usr/lib/MailScanner/avg-wrapper        /usr/local
had to change it to:

Code: Select all

avg             /usr/lib/MailScanner/avg-wrapper        /usr
MailScanner --lint now scans with both virus scanners.

Re: AVG free for Linux

Posted: 30 Nov 2015 13:20
by woundride
Hi,

I'm sorry, have you a mirror link for the installation package or have you the rpm file please ?
On AVG website, I've not found Linux version :(

Thanks.

Best regards.

Charles.

Re: AVG free for Linux

Posted: 30 Nov 2015 16:23
by woundride

Re: AVG free for Linux

Posted: 30 Nov 2015 17:07
by nicola.piazzi
I installed all free antivirus product available
Virus Scanners = avg f-prot-6 clamd sophos

Now clamd and sophos detect viruses normally but avg and fprot detect nothing
(I am sure that they works because they detect eicar file when i send it)

So i decided the best solution :
clamd and sophos and i will remove Others if they cant find nothing in a week

I am writing a clear instruction of how install sophos, thai is free and have great detections

Re: AVG free for Linux

Posted: 30 Nov 2015 17:39
by nicola.piazzi
Please write me if you have a detection by AVG

Re: AVG free for Linux

Posted: 30 Nov 2015 19:10
by woundride
I've not succeeded with AVG, but with F-Prot (viewtopic.php?f=14&t=1328) and Sophos it's OK for me ;)

On my test :

Code: Select all

   Clamd: eicar was infected: Eicar-Test-Signature
   F-Prot6: [Found virus] <EICAR_Test_File (exact)> eicar
   Sophos: >>> Virus 'EICAR-AV-Test' found in file eicar

Re: AVG free for Linux

Posted: 01 Dec 2015 10:48
by woundride
when I try to execute some binaries :

Code: Select all

error while loading shared libraries: libavgcomm.so: cannot open shared object file: No such file or directory
have you a tip to resolve this problem ?