Re: [clamav-users] clamav 0.99 beta yara

2015-06-26 Thread Steve Basford
On Thu, June 25, 2015 10:50 pm, Steven Morgan wrote: > Steve, > > > One more question: is Sansecurity planning to distribute yara signatures > when 0.99 final is released? This will help with appropriate scheduling of > any parameter implementations. Well, there's a new download script with Yara

Re: [clamav-users] clamav 0.99 beta yara

2015-06-26 Thread Rahman, Mohammad "Babu"
Can someone please tell me if ClamAV has any virsus scanner product for AIX? I have downloaded a binaries from open source (it says for AIX) but it does not compile. It has many compilation error. Thanks, -Babu -Original Message- From: clamav-users [mailto:clamav-users-boun...@lists.

[clamav-users] Yum Updater Breaks My Set Up

2015-06-26 Thread Bob Cohen
Grr. The yum update breaks my amavisd/clam installation. I’m running CentoOs 5.x. It appears to be a permissions problem: Starting Clam AntiVirus Daemon: ERROR: LOCAL: Socket file /var/run/clamav/clamd.sock could not be bound: Permission denied I’ve reviewed the CentOS Amavisd-new, ClamAV and S

Re: [clamav-users] Yum Updater Breaks My Set Up

2015-06-26 Thread Alan Stern
On Fri, 26 Jun 2015, Bob Cohen wrote: > Grr. The yum update breaks my amavisd/clam installation. I’m running CentoOs > 5.x. It appears to be a permissions problem: > > Starting Clam AntiVirus Daemon: ERROR: LOCAL: Socket file > /var/run/clamav/clamd.sock could not be bound: Permission denied >

Re: [clamav-users] Yum Updater Breaks My Set Up

2015-06-26 Thread Bob Cohen
> On Jun 26, 2015, at 2:19 PM, Alan Stern wrote: > > So what are the permissions for /var/run/clamav? (Does that directory > even exist?) And what user/group IDs does your clamd daemon run under? Thanks for responding: Yes the directory exists Permissions: [root etc]# ls -la /var/run/clamav

Re: [clamav-users] Yum Updater Breaks My Set Up

2015-06-26 Thread Alan Stern
On Fri, 26 Jun 2015, Bob Cohen wrote: > > On Jun 26, 2015, at 2:19 PM, Alan Stern wrote: > > > > So what are the permissions for /var/run/clamav? (Does that directory > > even exist?) And what user/group IDs does your clamd daemon run under? > > Thanks for responding: > > Yes the directory e

Re: [clamav-users] Yum Updater Breaks My Set Up

2015-06-26 Thread Bob Cohen
> On Jun 26, 2015, at 3:24 PM, Alan Stern wrote: > > That's a question for the CentOS-5 maintainers. I suppose you could > run clamd under the clam userid instead of under clamav. But there > might be good reasons not to do that, or it might cause other problems. Thank you again. That’s a goo

Re: [clamav-users] clamav 0.99 beta yara

2015-06-26 Thread Matus UHLAR - fantomas
On 26.06.15 15:56, Rahman, Mohammad "Babu" wrote: Can someone please tell me if ClamAV has any virsus scanner product for AIX? I have downloaded a binaries from open source (it says for AIX) but it does not compile. It has many compilation error. how can you compile binaries? Have you tried t

Re: [clamav-users] Yum Updater Breaks My Set Up

2015-06-26 Thread Don Levey
On 6/26/2015 14:55, Bob Cohen wrote: > > > Okay. Now I see what happened. The owner and group should be set to > clamav. And now it works. Thank you. I knew it was something simple. > > This makes sense. After a yum update clam sets the log file owner to > clam:clam instead of clamav:clamav and

Re: [clamav-users] Yum Updater Breaks My Set Up

2015-06-26 Thread Dennis Peterson
Try this: clamconf | fold -s | grep "sysconfdir=/" That will tell you where clam expects to find your clamd.conf file. That might not be where you expect it. Also check the service script to see if clamd is started with the --config-file=FILE option. It will override your compiled sysconfigdi