Re: [clamav-users] Warning: zlib version at runtime is older
On Friday 10 December 2010, Török Edwin wrote: > > Repository contain new zlib and ClamAV builded with it, but package > > manager use symbol versioning and update of zlib does not occur. > > In that case we should add something for packagers to turn off this > warning. Please open a bug. Are You say about "--disable-zlib-vcheck" ? But this is more then build version control. Some time it is good. -- Regards, Sergey ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
Re: [clamav-users] Warning: zlib version at runtime is older
On Fri, 10 Dec 2010 11:36:44 +0300 Sergey wrote: > On Friday 10 December 2010, Török Edwin wrote: > > > > Repository contain new zlib and ClamAV builded with it, but > > > package manager use symbol versioning and update of zlib does not > > > occur. > > > > In that case we should add something for packagers to turn off this > > warning. Please open a bug. > > Are You say about "--disable-zlib-vcheck" ? But this is more then > build version control. > A similar flag yes. > Some time it is good. It is good for people who build from source, not very useful for those who use packages as you've just shown. --Edwin ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
[clamav-users] WARNING: waitpid() failed: Interrupted system call
I have noticed the following warning entries in my freshclam.log: Thu Dec 9 20:38:56 2010 -> WARNING: waitpid() failed: Interrupted system call Thu Dec 9 23:39:46 2010 -> WARNING: waitpid() failed: Interrupted system call Fri Dec 10 16:40:24 2010 -> WARNING: waitpid() failed: Interrupted system call This is on a FreeBSD-8.1/64 system with the latest version of clamav installed via the FBSD ports system. As far as I can tell, nothing negative happens when this warning message is logged. I am assuming it is just an occasional and harmless message. -- Jerry ✌ clamav.u...@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __ Fortune favors the lucky. signature.asc Description: PGP signature ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
Re: [clamav-users] WARNING: waitpid() failed: Interrupted system call
On Fri, 10 Dec 2010 17:42:55 -0500 Jerry wrote: > I have noticed the following warning entries in my freshclam.log: > > Thu Dec 9 20:38:56 2010 -> WARNING: waitpid() failed: Interrupted > system call Thu Dec 9 23:39:46 2010 -> WARNING: waitpid() failed: > Interrupted system call Fri Dec 10 16:40:24 2010 -> WARNING: > waitpid() failed: Interrupted system call Please open a bug, we should handle EINTR from waitpid, both in freshclam/manager.c, and clamd's virusaction. (IMHO the EINTR error should have never existed, it only introduces problems.) > > This is on a FreeBSD-8.1/64 system with the latest version of clamav > installed via the FBSD ports system. > > As far as I can tell, nothing negative happens when this warning > message is logged. I am assuming it is just an occasional and harmless > message. > It would only matter if the DB would fail to load, since we'd miss that in this case. Best regards, --Edwin ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml