P0peYe n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Jul 2003 Posts: 20
|
Posted: Mon Aug 04, 2003 6:24 pm Post subject: Kaspersky Antivirus daemon problem |
|
|
Hello all,
I've been trying past few days to get postfix, spamassasin, amavis and kaspersky antivirus to cooperate. Spamassasin works good by now, but I can't get amavis and kaspersky to work.
Trouble seems to be kavdaemon. Kavinstaller was giving segmentation faults during install, so I have installed it by hand in /opt/AVP. For starters, it should work as root, then I'll probably lock him in chroot'd environment.
Amavis says:
[amavisd] starting. amavis 0.3.12 Wed Jul 30 22:54:39 CEST 2003
[amavisd] Virus scanner failure: /opt/AVP/AvpDaemonClient (error code: 255)
[amavisd] All virus scanners failed - mail requeued (message-id=<200307302203.37582.popeye@xxx-xxx-xx-xx>)
Then I've noticed that there is only one instance of kavdaemon on the system:
# ps waux
------snip-----
popeye 1148 0.0 0.5 2244 1320 pts/0 S 21:20 0:00 -bash
root 1154 0.0 0.3 2012 916 pts/0 S 21:20 0:00 [su]
root 1155 0.0 0.5 2268 1384 pts/0 S 21:20 0:00 -bash
root 1498 0.0 2.6 7052 6836 ? S 22:12 0:00 kavdaemon(Logger)
root 1516 0.0 0.3 2628 780 pts/0 R 22:20 0:00 ps waux
Kavdaemon is started with option -Y (kavdamon -Y) and there should be two daemon processes: Logger (which is here now) and kavdaemon -Y
I've tried to start with -f /var/log option too, but it writes just AvpPid, and not AvpCtl. AvpPid is holding next free pid (pid of Logger incremented by 1), which I guess should be the pid of the second process.
Anybody have any idea? |
|