Replace ClamAv with Avg

nango

Verified User
Joined
May 13, 2006
Messages
92
Hi
I have a CentOS X86_64 and using DA with AVG, I also have server load problem.when I use top with O and n it show avgscand use many Virtual Image(memory):
PHP:
top ,  load average: 18.00, 18.24, 18.74
Tasks: 278 total,   1 running, 222 sleeping,   0 stopped,  55 zombie
Cpu(s): 12.2%us, 24.7%sy,  0.0%ni, 17.1%id, 44.9%wa,  0.0%hi,  1.1%si,  0.0%st
Mem:   4043196k total,  2878600k used,  1164596k free,    80580k buffers
Swap:  8289464k total,  1243468k used,  7045996k free,   555784k cached
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
12087 root      18   0  249m 156m 4484 S  0.0  4.0   0:21.46 avgscand
12170 root      17   0  250m 153m 4484 S  0.0  3.9   0:21.07 avgscand
11977 root      17   0  248m 149m 4480 S  0.0  3.8   0:21.65 avgscand
12292 root      18   0  250m 149m 4484 S  0.0  3.8   0:20.59 avgscand
12396 root      17   0  250m 146m 4484 S  0.0  3.7   0:20.98 avgscand
 8729 root      17   0  280m 106m 4500 S  1.5  2.7   1:07.73 avgscand
 8664 root      25   0  280m  98m 4500 S  0.8  2.5   1:10.20 avgscand
 8028 root      25   0  280m  96m 4500 S  0.8  2.4   1:09.02 avgscand
 5827 root      18   0  280m  92m 4500 S  0.8  2.3   1:11.36 avgscand
 8104 root      25   0  280m  91m 4496 S  2.3  2.3   1:09.94 avgscand
 5585 root      18   0  279m  84m 4496 S  1.5  2.1   1:11.47 avgscand
 8763 root      17   0  280m  83m 4500 S  0.8  2.1   1:09.20 avgscand
 5669 root      25   0  280m  78m 4500 S  0.8  2.0   1:10.20 avgscand
 8842 root      18   0  280m  70m 4496 S  0.8  1.8   1:07.25 avgscand
 3047 mysql     15   0  291m  51m 4056 S  3.8  1.3  13:48.65 mysqld
23623 apache    16   0  188m  37m 5380 D  0.0  0.9   0:03.13 httpd
24848 apache    15   0  184m  34m 4792 D  0.0  0.9   0:00.42 httpd
24400 apache    15   0  131m  32m 5168 S  0.0  0.8   0:01.31 httpd
24399 apache    15   0  182m  32m 4796 D  0.0  0.8   0:01.66 httpd
23454 apache    15   0  183m  32m 5768 S  0.0  0.8   0:02.08 httpd

I don't like avg at all for many reasons. it also listen to a port always.

I decide to use ClamAV as AVG and installed with update script.
Now i need to know how to replace in applications and where? also how to remove avg?
 
Did you integrate avg with some software? If yes you need first to remove the code insert in confs (example exim.conf) related to avg.

Then search where all avg files are stored and remove all (before stop the avg service ofc)

Then you cna install clamav from custombuild and integrate it with exim or whtever.

Regards
 
First Thanks for help
Did you integrate avg with some software
Me no, but it was on serve when I got server control from admin (he is not available now) maybe its installed with DA and I'm not sure which software use avg. in exim.conf was no avg.
May I use: "rpm -e avg85flx-r863-a3205" for remove?

Or simple remove avgscand from init.d (chkconfig).
"chkconfig --list" show just:
Code:
avgd            0:off   1:off   2:on    3:on    4:on    5:on    6:off
where is it?
 
I stopped AVG and its not up:
Code:
avgd            0:off   1:off   2:off   3:off   4:off   5:off   6:off
But still avgscand use memory, what is this? how to stop it?
 
Thanks Alex
I stopped before:

Code:
[user@server]# service avgd stop
Shutting down avgd (not running)                           [  OK  ]

avgscand is running yet. I don't know what is this?
 
Back
Top