search for: clamscan

Displaying 20 results from an estimated 108 matches for "clamscan".

2008 Jan 10
4
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...under with the JIT on x86-64 :). I have attached the updated filterdiff.sh script (JIT has extra file descriptor open), and now all tests pass. I've also uploaded the new tarball here: http://edwintorok.googlepages.com/ClamAV-srcflat2.tar.gz TEST-PASS: compile /MultiSource/Applications/ClamAV/clamscan TEST-RESULT-compile: Total Execution Time: 6.0010 seconds (6.7158 wall clock) TEST-RESULT-compile: 1728712 Output/clamscan.llvm.bc TEST-RESULT-nat-time: program 12.880000 TEST-PASS: llc /MultiSource/Applications/ClamAV/clamscan TEST-RESULT-llc: Total Execution Time: 7.3758 seconds (7.7852 w...
2010 Apr 13
3
ClamAV "clamscan" command using huge amount of RAM
We have a perl cgi script that accepts uploaded files and runs clamscan on them. While observing the system performance I noticed that each clamscan process consumes up to 250MB of RAM. Is this normal for ClamAV? This seems like an enormous amount of RAM, for simply scanning one file for viruses.
2008 Jan 10
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...i extension] [-e script] ... [-f script_file] ... [file ...] Can this be changed? 3. This triggers a optimizer bug: /Users/echeng/LLVM/llvm/Release/bin/opt -std-compile-opts -time-passes -info-output-file=/Volumes/Muggles/LLVM/llvm/projects/llvm-test/ MultiSource/Applications/ClamAV/Out\ put/clamscan.linked.bc.info Output/clamscan.linked.rbc -o Output/ clamscan.linked.bc -f Assertion failed: (getLoopLatch() && "Loop latch is missing"), function verifyLoop, file /Volumes/Muggles/LLVM/llvm/include/llvm/ Analysis/LoopInfo.h, line 517. I'll file a bug on this. Evan O...
2006 Jan 17
2
clamscan --exclude problems
this is strange to me but maybe not to y'all I use clamscan --exclude in other places but this certain one will not work... let me put up my fstab before I explain k: # This file is edited by fstab-sync - see 'man fstab-sync' for details LABEL=/ / ext3 defaults 1 1 LABEL=/boot1 /boot e...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...eng/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 -I/Users/echeng/LLVM/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -O3 -O2 -mdynamic-no-pic -fomit-frame-pointer -c clamscan_clamscan.c - o Output/clamscan_clamscan.o clamscan_clamscan.c:39:26: error: clamscan_opt.h: No such file or directory clamscan_clamscan.c:40:29: error: clamscan/others.h: No such file or directory llvm-gcc compiles this just fine: /Users/echeng/LLVM/install/bin/llvm-gcc -I/Users/echeng/LLVM/...
2008 Jan 14
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...script_file] ... [file ...] > > Can this be changed? > > 3. This triggers a optimizer bug: > /Users/echeng/LLVM/llvm/Release/bin/opt -std-compile-opts -time-passes > -info-output-file=/Volumes/Muggles/LLVM/llvm/projects/llvm-test/ > MultiSource/Applications/ClamAV/Out\ > put/clamscan.linked.bc.info Output/clamscan.linked.rbc -o Output/ > clamscan.linked.bc -f > Assertion failed: (getLoopLatch() && "Loop latch is missing"), > function verifyLoop, file /Volumes/Muggles/LLVM/llvm/include/llvm/ > Analysis/LoopInfo.h, line 517. > > I'll file...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...o do this: edwin at lightspeed2:~/llvm-svn/llvm/projects/llvm-test/MultiSource/Applications/ClamAV$ make ENABLE_OPTIMIZED=1 TEST=nightly report .... Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | GCC CBE LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA clamscan | 6.2900 1728848 7.1709 * * | 12.71 12.75 13.49 * * | 1.00 0.94 n/a n/a Chris Lattner wrote: > > Thanks, having a better testsuite is very very useful! Your welcome, if you encounter any problems with ClamAV (that isn't due t...
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...gt; 6. Sample output on using 126Mb of data as input: >> >> $ make TEST=nightly report >> .... >> Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | >> GCC CBE LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA >> LLC/LLC-BETA >> clamscan | 7.0729 2074308 * * * | >> 17.48 17.55 18.81 * * | 1.00 0.93 n/a n/a >> >> 7. Clamav is multithreaded >> If you're interested in testing if llvm-generated code works when >> multithreaded (I don't...
2016 Jan 05
2
doveadm search -A tries to create mailboxes
[0:root at elmo ~]$ rpm -q dovecot dovecot-2.2.18-2.fc22.x86_64 I got a surprise today when I tried the doveadm search function from: http://wiki2.dovecot.org/Plugins/Expire [0:root at elmo ~]$ doveadm search -A mailbox Trash savedbefore 30d doveadm(clamscan): Error: User initialization failed: Namespace '': mkdir(//Maildir) failed: Permission denied (euid=982(clamscan) egid=289(clamscan) missing +w perm: /, dir owned by 0:0 mode=0555) doveadm(clamscan): Error: User init failed doveadm(nm-openconnect): Error: User initialization failed: Namesp...
2008 Jan 30
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...t; Can this be changed? >> >> 3. This triggers a optimizer bug: >> /Users/echeng/LLVM/llvm/Release/bin/opt -std-compile-opts -time- >> passes >> -info-output-file=/Volumes/Muggles/LLVM/llvm/projects/llvm-test/ >> MultiSource/Applications/ClamAV/Out\ >> put/clamscan.linked.bc.info Output/clamscan.linked.rbc -o Output/ >> clamscan.linked.bc -f >> Assertion failed: (getLoopLatch() && "Loop latch is missing"), >> function verifyLoop, file /Volumes/Muggles/LLVM/llvm/include/llvm/ >> Analysis/LoopInfo.h, line 517. >&gt...
2019 Feb 07
2
Did I install too much for clamav?
...7z Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Found decoder for??? .exe? at /usr/bin/unarj Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Using primary internal av scanner code for ClamAV-clamd Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Deleting db files __db.002,snmp.db,nanny.db,__db.001,__db.003 in /var/spool/amavisd/db Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Creating db in /var/spool/amavisd/db/; BerkeleyDB 0.51, libdb 5.3 Feb 07 08:17:00 k...
2005 Jul 24
0
Centos 4.1, ClamScan and Kernel Leaks
I recently installed ClamAV on my Centos 4.1 system (AMD Athlon 64 3500 +, 1GB RAM). I'm using postfix, with fetchmail to retrieve email from remote ISP accounts and processing emai through a spamfilter plugin, which is a shell script that passes inbounds through clamscan and spamassassin before handing it off to a local procmail for processing and delivery. Pror to installing ClamAV, the system stayed up for months at a time. Since then, I'm seeing a lot of system freezes and crashes, at least once per day. I'm also seeing a fair number of complaints in t...
2012 Sep 17
1
ClamAV Problem
...ock (Can't connect to UNIX socket /var/run/clamav/clamd.sock: No such file or directory) at (eval 100) line 375.\n Sep 17 16:15:44 neumann amavis[8835]: (08835-03) (!!)WARN: all primary virus scanners failed, considering backups Sep 17 16:15:44 neumann amavis[8836]: (08836-02) (!)run_av (ClamAV-clamscan) FAILED - unexpected exit 2, output="LibClamAV Error: cl_cvdhead: Can't read CVD header in /var/clamav/daily.cld\nLibClamAV Error: cli_loaddbdir(): error parsing header of /var/clamav/daily.cld\nERROR: Malformed database" Sep 17 16:15:44 neumann amavis[8836]: (08836-02) (!)ClamAV-clam...
2016 Sep 29
3
Centos 7.2.1511 with sendmail and a problem with clamav
Everyone, I am putting together a new CentOS 7 mail server for our organization and am having some difficulty getting clamav to work with the clamav- milter for sendmail. I have set /etc/clamd.d/scan.conf to use clamscan as the user as well as root as the user and the status command of systemctl results in the same error messages : ? clamd at scan.service - Generic clamav scanner daemon ???Loaded: loaded (/usr/lib/systemd/system/clamd at scan.service; enabled; vendor preset: disabled) ???Active: failed (Result: s...
2012 Nov 12
2
[LLVMdev] Incorrect values of GCC/LLC, GCC/LLC-BETA and LLC/LLC-BETA columns in the report.html
Hi, I run LLVM test suite using the following command and get report.nightly.html successfully. % make report.html TEST=nightly But GCC/LLC, GCC/LLC-BETA and LLC/LLC-BETA columns look strange. Here is for example snippet of "clamscan" test result: [[ Program MultiSource/Applications/ClamAV/clamscan GCC 0.2360 LLC 0.2360 LLC-BETA * GCC/LLC 17.92 GCC/LLC-BETA 17.92 LLC/LLC-BETA 1.00 ]] Obviously the last free values should be...
2008 Jan 08
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Evan Cheng wrote: > Hi Edwin, > > I ran into two problems. > > 1. Using your config file and Makefile, I ran into issue compiling > with gcc: > > Looks like it's a makefile issue? > Should be solved with the new flattened source layout and Makefile (-I. was missing) > 2. prepare.sh getdb doesn't work for me because I don't have wget. > > Is it
2017 Feb 27
8
Noisy benchmark results?
...How to use this? As a bonus question, if I instead run the benchmarks with an added -m32: lnt runtest nt --sandbox SANDBOX --cflag=-m32 --cc <path-to-my-clang> --test-suite /data/repo/test-suite -j 8 I get three failures: --- Tested: 2465 tests -- FAIL: MultiSource/Applications/ClamAV/clamscan.compile_time (1 of 2465) FAIL: MultiSource/Applications/ClamAV/clamscan.execution_time (494 of 2465) FAIL: MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/XSBench.execution_time (495 of 2465) Is this known/expected or do I do something stupid? Thanks, Mikael
2012 Nov 14
0
[LLVMdev] Incorrect values of GCC/LLC, GCC/LLC-BETA and LLC/LLC-BETA columns in the report.html
...<satanasyan at mips.com> wrote: > I run LLVM test suite using the following command and get > report.nightly.html successfully. > > % make report.html TEST=nightly > > But GCC/LLC, GCC/LLC-BETA and LLC/LLC-BETA columns look strange. Here > is for example snippet of "clamscan" test result: > [[ > Program MultiSource/Applications/ClamAV/clamscan > GCC 0.2360 > LLC 0.2360 > LLC-BETA * > GCC/LLC 17.92 > GCC/LLC-BETA 17.92 > LLC/LLC-BETA 1.00 >...
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
...i all, Looking into ClamAV, it seems that the output is highly asynchronous, so a simple diff is obviously bogus. Since the output is mainly a report of what's happening, without any logical sequence, I can sort both outputs and diff them, for a similar (though not perfect) result. If you sort clamscan.out-nat and clamscan.out-simple, you'll see that they're identical. I'm not sure if there is an option to run the program in sequential mode (if there is, the test will pass), but if not, the simplest way to fix the diff is to sort the reference_output and the program's output on e...
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
...more stable. >> > > This is a virus scan and, AFAICS, depends on the order in which the INODEs > are laid out in the directory. I'm not sure there is a way to sort the > files before, I'll look into that. > Ok, that seems ideal if possible. Looping in Edvin who wrote Clamscan. :) - Danil > > >> I'm not really a fan of doing any more transformations on the output than >> we have to, because it just pushes complexity into the test suite >> infrastructure. >> > > I agree, that is the last resort. > > cheers, > --renato &...