[clamav-users] freshclam. Service exited with abnormal code: 1

2018-11-07 Thread Robert Chalmers
I’m running freshclam on a Mac with a plist startup file, and although it appears to work at the required intervals, it always drops this error in the system.log "Nov 7 08:46:40 zeus com.apple.xpc.launchd[1] (org.homebrew.freshclam[85799]): Service exited with abnormal code: 1" The odd thing i

Re: [clamav-users] freshclam. Service exited with abnormal code: 1

2018-11-07 Thread Robert Chalmers
Finally I got through. Ok, I understand this is an exit code probably generated by fresh clam Can it be fixed? - Robert Chalmers https://robert-chalmers.uk aut...@robert-chalmers.uk @R_A_Chalmers > On 7 Nov 2018, at 10:23 am, Robert Chalmers wrote: > > I’m running freshclam on a Mac with

Re: [clamav-users] freshclam. Service exited with abnormal code: 1

2018-11-07 Thread Eric Tykwinski
Robert, Looking at the freshclam return codes, it's not a problem. https://github.com/Cisco-Talos/clamav-devel/blob/dev/0.101/freshclam/freshclamcodes.h FC_UPTODATE = 1, So basically it means there was no changes. Sincerely, Eric Tykwinski TrueNet, Inc. P: 610-429-8300 > -Original Message

Re: [clamav-users] freshclam. Service exited with abnormal code: 1

2018-11-07 Thread Robert Chalmers
Ok, thanks. So UPDATE and SUCCESS actually are much the same. But in this case, the service is interpreting it as a non-zero return code and saying “I don’t know what this means, but I’ll assume its an error” I suppose I could change it and recompile, but now I know what it is, I’ll leave it.

Re: [clamav-users] Updates from ClamAV blocked by Cloudflare

2018-11-07 Thread Joel Esler (jesler)
On Nov 6, 2018, at 10:37 PM, Al Varnell mailto:alvarn...@mac.com>> wrote: Look under “Virus Definitions” here . Download daily.cvd and replace daily.cld file with it. Which gets it from Cloudflare :) ___ clamav-users

Re: [clamav-users] Updates from ClamAV blocked by Cloudflare

2018-11-07 Thread Joel Esler (jesler)
I need more details (feel free to email me directly). Version of ClamAV you are attempting to update. Your IP The RAYId from Cloudflare. We have plenty of blocks in Cloudflare of people that are abusing the system. Hopefully that's not you :) > On Nov 6, 2018, at 9:57 PM, twee...@secmail.pro w

Re: [clamav-users] freshclam. Service exited with abnormal code: 1

2018-11-07 Thread Micah Snyder (micasnyd)
The change to actually pass through the FC_UPTODATE status code to as the exit code is something that kinda snuck in with a change to provide the details to libfreshclam users. Another user brought this to my attention a couple months ago and we modified the code to revert the behavior for Clam