similar to: ClamAV Problem

Displaying 20 results from an estimated 500 matches similar to: "ClamAV Problem"

2018 Jul 14
4
Clamd issues on Centos 6.10
Hello all, Been having an issue today that I can't seem to solve, so reaching out to others much more knowledgeable for help/advice/assistance. I ran the software update this morning and installed 134 packages, clamd was one of the packages. Upon completion of the update, I needed to reboot the box. During bootup I got the following issue: Starting Clam AntiVirus Daemon: WARNING: Ignoring
2018 Jul 15
1
Clamd issues on Centos 6.10
>> >> Do other applications fail too? Do you have a network connectivity issue? >> >> Alexander >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > All other apps appear to be working fine. As far as I know I do not have a connectivity
2018 Jul 15
0
Clamd issues on Centos 6.10
Libraries: do they look ok???? [root at centos clamav]# ldd $(which freshclam) linux-gate.so.1 => (0x00529000) libclamav.so.7 => /usr/lib/libclamav.so.7 (0x00bc5000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00124000) libbz2.so.1 => /lib/libbz2.so.1 (0x04906000) libssl.so.10 => /usr/lib/libssl.so.10 (0x047fa000) libcrypto.so.10 => /usr/lib/libcrypto.so.10 (0x03d52000)
2018 Jul 15
2
Clamd issues on Centos 6.10
I fixed the country code issue but that did not resolve the problem. I also removed all files in /var/lib/clamav and reran freshclam (without rebooting), that also did not fix the problem. Jay > Am 15.07.2018 um 00:13 schrieb Jay Hart: >> ClamAV update process started at Sat Jul 14 15:10:48 2018 >> Using IPv6 aware code >> Querying current.cvd.clamav.net >> TTL: 1232
2007 Feb 06
2
clamd error
Hi, I get the below error, while starting clamd. what's wrong with it? help is needeed. [root at worldnet clamav]# /etc/init.d/clamd start Starting Clam AntiVirus Daemon: LibClamAV Error: cli_cvdload(): Can't create temporary directory /var/tmp/clamav-25f631f5d9a7b846 LibClamAV Error: Can't load /var/clamav/main.cvd: Unable to create temporary directory ERROR: Unable to create
2018 Jul 14
0
Clamd issues on Centos 6.10
Am 15.07.2018 um 00:13 schrieb Jay Hart: > ClamAV update process started at Sat Jul 14 15:10:48 2018 > Using IPv6 aware code > Querying current.cvd.clamav.net > TTL: 1232 > Software version from DNS: 0.100.1 > WARNING: Your ClamAV installation is OUTDATED! > WARNING: Local version: 0.100.0 Recommended version: 0.100.1 > DON'T PANIC!
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Hi Edwin, I ran into two problems. 1. Using your config file and Makefile, I ran into issue compiling with gcc: gcc -I/Users/echeng/LLVM/llvm/projects/llvm-test/MultiSource/ Applications/ClamAV -I/Users/echeng/LLVM/llvm/projects/llvm-test/ MultiSource/Applications/ClamAV -I/\Users/echeng/LLVM/llvm/include -I/ Users/echeng/LLVM/llvm/projects/llvm-test/include -I../../..//include
2018 Jul 15
2
Clamd issues on Centos 6.10
Am 15.07.2018 um 04:39 schrieb Jay Hart: > Libraries: do they look ok???? > > [root at centos clamav]# ldd $(which freshclam) > linux-gate.so.1 => (0x00529000) > libclamav.so.7 => /usr/lib/libclamav.so.7 (0x00bc5000) > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00124000) > libbz2.so.1 => /lib/libbz2.so.1 (0x04906000) > libssl.so.10 =>
2008 Nov 25
2
clamav-update and missing dependencies
Hi Folks, again: try to update clam* and get error-message Missing Dependency: libclamav.so.4(CLAMAV_PUBLIC) is needed by package perl-Mail-ClamAV Missing Dependency: libclamav.so.4 is needed by package perl-Mail-ClamAV libclamav.so.4 is on my system [admin at server ~]$ locate libclamav /usr/lib/libclamav.so /usr/lib/libclamav.so.4 /usr/lib/libclamav.so.4.0.4
2007 Oct 15
1
inheritance for file properties?
Hi there, I was looking through examples of puppet recipes and came across: http://reductivelabs.com/trac/puppet/wiki/ClamAV I notice the exhaustive listing of each files properties and settings and wonder if there is a way to have a file inherit settings from other files? Ie instead of: file { "main_cvd": path => "/var/lib/clamav/main.cvd",
2018 Dec 13
1
ClamAV installation is OUTDATED! as reported by freshclam utility on CentOS Linux release 7.6.1810 (Core)
Hi, I am running CentOS Linux release 7.6.1810 (Core) with ClamAV installed. When i am running freshclam i am seeing a Warning message and the details are described below:- # freshclam ClamAV update process started at Thu Dec 13 11:49:18 2018 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.100.2 Recommended version: 0.101.0 DON'T PANIC! Read
2009 Apr 09
2
rpmnew puzzles
I'm puzzled by such statements as diff /var/clamav/daily.cvd /var/clamav/daily.cvd.rpmnew Binary files /var/clamav/daily.cvd and /var/clamav/daily.cvd.rpmnew differ I thought the point of rpmnew files was so that we could check what has been changed? Anne -- New to KDE4? - get help from http://userbase.kde.org Just found a cool new feature? Add it to UserBase -------------- next part
2006 Jul 03
2
new clamav update miss 'clamav' user/group creation/update
Hi folks, Just updating clamav 'bundle' from old 'clamav-server' (i think the just previous) and i noticed that the 'clamav' user/group for this pkg is not created by default by the rpm pkg. At the same time, the /var/log/clamav is not updated/created with clamav.clamav ownership, Don't know if it is my actual config (previous one untouched anyway), but this is what
2010 Sep 09
0
[LLVMdev] Knowing all possible libcalls in advance and __bzero
Hi, Looks like LLVM inserts a call __bzero even if my code never does so: libclamav JIT: Attempt to call external function __bzero libclamav JIT: *** FATAL error encountered during bytecode generation It turns out this is because Codegen has this: const char *X86Subtarget::getBZeroEntry() const { // Darwin 10 has a __bzero entry point for this purpose. if (getDarwinVers() >= 10)
2009 Apr 14
1
Clamav engine updates
Hi I get this on every scan report:- LibClamAV Warning: *********************************************************** LibClamAV Warning: *** This version of the ClamAV engine is outdated. *** LibClamAV Warning: *** DON'T PANIC! Read http://www.clamav.net/support/faq *** LibClamAV Warning: *********************************************************** ----------- SCAN SUMMARY
2008 Jun 13
0
Help with stat.table in Epi package,
R Fans-- I am having problems with the following code. It worked under R 2.6.0 but not in 2.7.0. > library(Epi) > df <- read.table( "c:/Documents and Settings/Troy S/My Documents/debug_chisq_080613b.txt") > summary(df) cvd agecat Min. :0.0000 (0,40] :1 1st Qu.:0.0000 (40,60]:2 Median :0.0000 Mean :0.3333 3rd
2012 Dec 17
1
rms R code
Greetings, useRs. Does anybody have replication of the examples from the RMS book by Harrell coded in R? I find that most the code does not work and it takes too much time to debug. For example from p.276 > age.t <- w[,"age"] > f.full <- lrm(cvd~scored(rx)+rcs(dtime,5)+age.t+wt.t+pf.t+hx+sbp+ekg.t+sz.t+sg.t+ap.t+bm+hg.t,x=T,y=T) Error in model.frame.default(formula = cvd ~
2009 May 04
1
Nelson-Aalen estimator of cumulative hazard
Hi, I am computing the Nelson-Aalen (NA) estimate of baseline cumulative hazard in two different ways using the "survival" package. I am expecting that they should be identical. However, they are not. Their difference is a monotonically increasing with time. This difference is probably not large to make any impact in the application, but is annoyingly non-trivial for me to just
2013 Jan 30
1
More on amavis/clam permission errors on Centos 6.3
I should probably find either the amavis or clam list(s) and take this there? Anyway, I have totally rebuilt my machine with clean installs. I have spent time carefully (I hope!) studying the amavis and clamav conf files before starting them and running the tests. Here is what I am getting: Jan 30 14:14:10 test1 postfix/pickup[6682]: DA8082A099B: uid=0 from=<root> Jan 30 14:14:10
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that