Re: [clamav-users] clamdscan streaming over TCP

2023-06-10 Thread Olliver Schinagl via clamav-users
On 10-06-2023 10:03, Marc wrote: cat < /tmp/clam-remote.conf TCPSocket 3310 TCPAddr clamav.local EOF clamdscan -c /tmp/clam-remote.conf --fdpass --stream '/tmp/clam-remote.conf' Perfect, thanks! I suppose I'll create a ticket for the missing feature (this is a bit cumbersome in the end of c

Re: [clamav-users] clamdscan streaming over TCP

2023-06-10 Thread Marc
> > I'm trying to scan a files (email, so not huge load) over my_internal_ > LAN. > > I have a dockerized clamd running on hostA, and on hostB, I can run > clamdtop hostA, and get the expected output. > > However, from within the same container that I just started clamdtop, I > can't do the same

[clamav-users] clamdscan streaming over TCP

2023-06-10 Thread Olliver Schinagl via clamav-users
Hey all, I'm trying to scan a files (email, so not huge load) over my_internal_ LAN. I have a dockerized clamd running on hostA, and on hostB, I can run clamdtop hostA, and get the expected output. However, from within the same container that I just started clamdtop, I can't do the same with c

Re: [clamav-users] clamdscan: show clean files?

2023-03-13 Thread Damian via clamav-users
Le 13/03/2023 à 15:39, Damian via clamav-users a écrit : Faster with parallel command : find /tmp/files -type f |parallel clamdscan --no-summary {} Cannot confirm: bench@sigil:/$ time find /usr/share/doc/texinfo -type f | parallel clamdscan --fdpass --no-summary {} | tail -n 2 /usr/share/d

Re: [clamav-users] clamdscan: show clean files?

2023-03-13 Thread Arnaud Jacques
Le 13/03/2023 à 15:39, Damian via clamav-users a écrit : Faster with parallel command : find /tmp/files -type f |parallel clamdscan --no-summary {} Cannot confirm: bench@sigil:/$ time find /usr/share/doc/texinfo -type f | parallel clamdscan --fdpass --no-summary {} | tail -n 2 /usr/share

Re: [clamav-users] clamdscan: show clean files?

2023-03-13 Thread Damian via clamav-users
Faster with parallel command : find /tmp/files -type f |parallel clamdscan --no-summary {} Cannot confirm: bench@sigil:/$ time find /usr/share/doc/texinfo -type f | parallel clamdscan --fdpass --no-summary {} | tail -n 2 /usr/share/doc/texinfo/AUTHORS: OK /usr/share/doc/texinfo/NEWS.Debian.

Re: [clamav-users] clamdscan: show clean files?

2023-03-13 Thread Arnaud Jacques
Hello, However, this might work for you: find /tmp/files -type f -exec clamdscan --no-summary {} + Faster with parallel command : find /tmp/files -type f |parallel clamdscan --no-summary {} -- Cordialement / Best regards, Arnaud Jacques Gérant de SecuriteInfo.com Téléphone : +33-(0)3.60

Re: [clamav-users] clamdscan: show clean files?

2023-03-13 Thread Andrew C Aitchison via clamav-users
On Mon, 13 Mar 2023, Schulze, Andreas via clamav-users wrote: Hello, we like to scan directories an gather verbose reports. These must include information about the scan result for each file. Using clamdscan, this does not happen: clamdscan inform only on infected files. # clamdscan --version

Re: [clamav-users] clamdscan: show clean files?

2023-03-13 Thread Damian via clamav-users
I prefer here on my system clamscan, this has much more additional parameters as clamdscan clamscan is slow, as it has to load its database first. Any hints are appreciated … If I read the code correctly, this is not possible with clamdscan alone. However, this might work for you: find

Re: [clamav-users] clamdscan: show clean files?

2023-03-13 Thread newcomer01 via clamav-users
Mailinglist <mailto:clamav-users@lists.clamav.net> An / To: Newcomer01 <mailto:newcome...@posteo.de> CC / CC: Schulze, Andreas <mailto:andreas.schu...@datev.de> Gesendet / Sent: Montag, März 13, 2023 um 09:03 (at 09:03 AM) +0100 Betreff / Subject: [clamav-users] clamdscan: show cl

[clamav-users] clamdscan: show clean files?

2023-03-13 Thread Schulze, Andreas via clamav-users
Hello, we like to scan directories an gather verbose reports. These must include information about the scan result for each file. Using clamdscan, this does not happen: clamdscan inform only on infected files. # clamdscan --version ClamAV 1.0.1 # ls -l /tmp/files/ total 8 -rw-r--r-- 1 root root

[clamav-users] clamdscan with --multiscan and --allmatch together

2023-02-24 Thread Mehmet Avcioglu via clamav-users
It appears that clamdscan with --multiscan and --allmatch together does not report multiple matches. Running without --multiscan reports all matches and then subsequent runs with both options together continues to report all matches until next restart. Example: # clamdscan test-file.zip --mu

Re: [clamav-users] clamdscan versus clamscan detection

2022-03-31 Thread Kris Deugau
Matus UHLAR - fantomas wrote: On 31.03.22 11:02, Petr Jurášek via clamav-users wrote: https://www.mail-archive.com/clamav-users@lists.clamav.net/msg51769.html It's the same situation. Vir is detected, but file is "clean", you can see it in summary. looks like that. I completely missed it.

Re: [clamav-users] clamdscan versus clamscan detection

2022-03-31 Thread Matus UHLAR - fantomas
On 31.03.22 11:02, Petr Jurášek via clamav-users wrote: https://www.mail-archive.com/clamav-users@lists.clamav.net/msg51769.html It's the same situation. Vir is detected, but file is "clean", you can see it in summary. On 31.03.22 12:18, Matus UHLAR - fantomas wrote: looks like that. I compl

Re: [clamav-users] clamdscan versus clamscan detection

2022-03-31 Thread Petr Jurášek via clamav-users
Hi, yes, same version: # clamscan --version ClamAV 0.103.5/26498/Thu Mar 31 10:19:05 2022 # clamdscan --version ClamAV 0.103.5/26498/Thu Mar 31 10:19:05 2022 But file isn't detected by clamscan - both (clamscan/clamdscan) reports, that file is clean. Only clamscan write some debug with virus de

Re: [clamav-users] clamdscan versus clamscan detection

2022-03-31 Thread Andrew C Aitchison
On Thu, 31 Mar 2022, Matus UHLAR - fantomas wrote: Hello, I have received a file that is not detected by clamdscan, but is by clamscan: % clamdscan /home/uhlar/intamldeosreitlu.xls /home/uhlar/intamldeosreitlu.xls: OK % clamscan /home/uhlar/intamldeosreitlu.xls /home/uhlar/intamldeosreitlu.

Re: [clamav-users] clamdscan versus clamscan detection

2022-03-31 Thread Matus UHLAR - fantomas
On 31.03.22 11:02, Petr Jurášek via clamav-users wrote: https://www.mail-archive.com/clamav-users@lists.clamav.net/msg51769.html It's the same situation. Vir is detected, but file is "clean", you can see it in summary. looks like that. I completely missed it. % clamscan intamldeosreitlu.xls

Re: [clamav-users] clamdscan versus clamscan detection

2022-03-31 Thread Petr Jurášek via clamav-users
Hi, https://www.mail-archive.com/clamav-users@lists.clamav.net/msg51769.html It's the same situation. Vir is detected, but file is "clean", you can see it in summary. S pozdravem Petr Jurášek Dne 31. 03. 22 v 10:55 Matus UHLAR - fantomas napsal(a): Hello, I have received a file that is not

[clamav-users] clamdscan versus clamscan detection

2022-03-31 Thread Matus UHLAR - fantomas
Hello, I have received a file that is not detected by clamdscan, but is by clamscan: % clamdscan /home/uhlar/intamldeosreitlu.xls /home/uhlar/intamldeosreitlu.xls: OK % clamscan /home/uhlar/intamldeosreitlu.xls /home/uhlar/intamldeosreitlu.xls: Doc.Downloader.Qbot03222-9942295-0 FOUND /home/u

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-21 Thread colin course via clamav-users
___ clamav-users mailing list clamav-users@lists.clamav.net https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-21 Thread G.W. Haywood via clamav-users
Hi there, On Mon, 21 Feb 2022, An Schall via clamav-users wrote: Yes, I am using exactly this approach at the moment. However, I execute clamdscan from within a custom bash script. This bash script logs several messages to a defined log file. As part of this information the verbose clamdscan lo

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-21 Thread An Schall via clamav-users
Yes, I am using exactly this approach at the moment. However, I execute clamdscan from within a custom bash script. This bash script logs several messages to a defined log file. As part of this information the verbose clamdscan logs should also be captured in this log file. With clamscan it was ea

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-21 Thread G.W. Haywood via clamav-users
Hi there, On Mon, 21 Feb 2022, An Schall via clamav-users wrote: Thanks for the response. The main reason why I use clamdscan is performance: I need to scan in a multi-threaded manner (in contrast to clamscan). I guess using 'find' will go against this aim. It was just one suggestion. If you

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-21 Thread An Schall via clamav-users
Thanks for the response. The main reason why I use clamdscan is performance: I need to scan in a multi-threaded manner (in contrast to clamscan). I guess using 'find' will go against this aim. Ok, I guess this answers the questions that there is no built-in support for verbose logging in clamdscan

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-21 Thread G.W. Haywood via clamav-users
Hi there, On Mon, 21 Feb 2022, An Schall via clamav-users wrote: ... my issue is that when scanning folders recursively with clamdscan, I merely receive an aggregated result on the entire folder ... My aim is to log the per-file information to a configurable log file. You could use the system

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-21 Thread An Schall via clamav-users
Hi Ged, in fact, my issue is that when scanning folders recursively with clamdscan, I merely receive an aggregated result on the entire folder via STDOUT and the detailed per-file information is logged to /var/log/clamd.scan. In contrast, when scanning folders recursively with clamscan, I receive

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-17 Thread Paul Kosinski via clamav-users
On Thu, 17 Feb 2022 14:08:45 +0100 An Schall via clamav-users wrote: > When using clamdscan, I would like to have verbose output logged to a > file. Specifically, the timestamp, file path and file name as well as > the scan results should be logged to a specified file. > > In comparison, clamsca

Re: [clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-17 Thread G.W. Haywood via clamav-users
Hi there, On Thu, 17 Feb 2022, An Schall via clamav-users wrote: When using clamdscan, I would like to have verbose output logged to a file. Specifically, the timestamp, file path and file name as well as the scan results should be logged to a specified file. In comparison, clamscan outputs th

[clamav-users] clamdscan: Output detailed scan results to STDOUT or to configurable file?

2022-02-17 Thread An Schall via clamav-users
When using clamdscan, I would like to have verbose output logged to a file. Specifically, the timestamp, file path and file name as well as the scan results should be logged to a specified file. In comparison, clamscan outputs this information to STDOUT per default and I could simply pipe it to "t

Re: [clamav-users] clamdscan "Can't get file status ERROR"

2021-06-23 Thread G.W. Haywood via clamav-users
Hi there, On Wed, 23 Jun 2021, Roger Rutishauser wrote: On Mon, 21 Jun 2021, Andrew C Aitchison via clamav-users wrote: On Mon, 21 Jun 2021, Roger Rutishauser wrote: I have a PDF (size: 2 GB, PUID fmt/478, PDF/A) which can not be scanned ... There is a file size limit of 2GB - 2^31 bytes. ..

[clamav-users] clamdscan "Can't get file status ERROR"

2021-06-23 Thread Roger Rutishauser
Thanks Ged and Andrew > Hi there, > > On Mon, 21 Jun 2021, Andrew C Aitchison via clamav-users wrote: > > On Mon, 21 Jun 2021, Roger Rutishauser wrote: > > > >> I'm using ClamAV 0.101.1/26207 with default clamd.config settings (except > >> for enhanced logging) > > > > Please update to the latest

Re: [clamav-users] clamdscan "Can't get file status ERROR"

2021-06-21 Thread G.W. Haywood via clamav-users
Hi there, On Mon, 21 Jun 2021, Andrew C Aitchison via clamav-users wrote: On Mon, 21 Jun 2021, Roger Rutishauser wrote: I'm using ClamAV 0.101.1/26207 with default clamd.config settings (except for enhanced logging) Please update to the latest version 0.103.2 ... +1 I have a PDF (size: 2

Re: [clamav-users] clamdscan "Can't get file status ERROR"

2021-06-21 Thread Andrew C Aitchison via clamav-users
On Mon, 21 Jun 2021, Roger Rutishauser wrote: I'm using ClamAV 0.101.1/26207 with default clamd.config settings (except for enhanced logging) Please update to the latest version 0.103.2 See many recent messages in this list - you could be blocked for using an older version. I have a PDF (siz

[clamav-users] clamdscan "Can't get file status ERROR"

2021-06-21 Thread Roger Rutishauser
Hi, I'm using ClamAV 0.101.1/26207 with default clamd.config settings (except for enhanced logging) I have a PDF (size: 2 GB, PUID fmt/478, PDF/A) which can not be scanned, and I don't know why. Maybe you could help me somehow? All the other PDFs do not throw an error. Log: Mon Jun 21 16:50:30 2

Re: [clamav-users] Clamdscan is scanning files larger than 4GB

2021-01-19 Thread Micah Snyder (micasnyd) via clamav-users
lf Of Michael Kyriacou via clamav-users Sent: Monday, January 18, 2021 3:10 PM To: clamav-users@lists.clamav.net Cc: Michael Kyriacou Subject: [clamav-users] Clamdscan is scanning files larger than 4GB Hello! I am using clamav version 0.102.4, on Ubuntu 20.04. I configured the max file siz

Re: [clamav-users] Clamdscan is scanning files larger than 4GB

2021-01-18 Thread G.W. Haywood via clamav-users
Hi there, On Mon, 18 Jan 2021, Michael Kyriacou via clamav-users wrote: Hello! I am using clamav version 0.102.4, on Ubuntu 20.04. I configured the max file size and Maxscansize to be 10M. When I scan files larger than that, it returns with an OK, telling me that it scanned. It seems to me tha

[clamav-users] Clamdscan is scanning files larger than 4GB

2021-01-18 Thread Michael Kyriacou via clamav-users
Hello! I am using clamav version 0.102.4, on Ubuntu 20.04. I configured the max file size and Maxscansize to be 10M. When I scan files larger than that, it returns with an OK, telling me that it scanned. It seems to me that clamdscan is completely ignoring this configuration. Is there something I’

Re: [clamav-users] clamdscan and TCPAddr

2018-08-09 Thread Micah Snyder (micasnyd)
Hajo, Good call testing clamdscan with strace! That's an interesting issue. I'm glad to hear that setting TCPAddr solved it for you. Micah Snyder ClamAV Development Talos Cisco Systems, Inc. On Aug 7, 2018, at 4:13 AM, Hajo Locke mailto:hajo.lo...@gmx.de>> wrote: Hello List, have an odd

[clamav-users] clamdscan and TCPAddr

2018-08-07 Thread Hajo Locke
Hello List, have an odd behaviour of clamav. Version is 0.100.1+dfsg-1ubuntu0.16.04.2 Short: clamscan is able to find a virus in file, clamdscan not. 1st i thought about deprecation of AllowSupplementaryGroups, but was not confirmed. clamdscan -v tells only about an error, but no detailed info

Re: [clamav-users] clamdscan mail file

2017-02-15 Thread Reindl Harald
files attached for the English and German versions of the email. Many thanks for your help, Anne-Sophie -Original Message- From: clamav-users [mailto:clamav-users-boun...@lists.clamav.net] On Behalf Of Steven Morgan Sent: 15 February 2017 16:33 To: ClamAV users ML Subject: Re: [clamav-u

Re: [clamav-users] clamdscan mail file

2017-02-15 Thread Steven Morgan
Hi, Can you try 'clamscan --phishing-scan-urls' ? Thanks, Steve On Mon, Feb 13, 2017 at 7:05 AM, TBits.net, Mailinglists < mailingli...@tbits.net> wrote: > Hi @all, > > clamav-milter identify an email as infected by > Heuristics.Phishing.Email.SSL-Spoof. > > This is correct, but when I scan thi

Re: [clamav-users] clamdscan mail file

2017-02-15 Thread Reindl Harald
: clamav-users [mailto:clamav-users-boun...@lists.clamav.net] On Behalf Of Reindl Harald Sent: 15 February 2017 12:16 To: clamav-users@lists.clamav.net Subject: Re: [clamav-users] clamdscan mail file Am 15.02.2017 um 13:10 schrieb TBits.net, Mailinglists: On 2017-02-13 15:07, TBits.net

Re: [clamav-users] clamdscan mail file

2017-02-15 Thread outre...@epsilon.com
-boun...@lists.clamav.net] On Behalf Of Reindl Harald Sent: 15 February 2017 12:16 To: clamav-users@lists.clamav.net Subject: Re: [clamav-users] clamdscan mail file Am 15.02.2017 um 13:10 schrieb TBits.net, Mailinglists: > On 2017-02-13 15:07, TBits.net, Mailinglists wrote: >> On 2017-02

Re: [clamav-users] clamdscan mail file

2017-02-15 Thread Reindl Harald
Am 15.02.2017 um 13:10 schrieb TBits.net, Mailinglists: On 2017-02-13 15:07, TBits.net, Mailinglists wrote: On 2017-02-13 14:39, Reindl Harald wrote: Am 13.02.2017 um 14:33 schrieb TBits.net, Mailinglists: On 2017-02-13 13:19, Reindl Harald wrote: Am 13.02.2017 um 13:05 schrieb TBits.net, M

Re: [clamav-users] clamdscan mail file

2017-02-15 Thread TBits.net, Mailinglists
On 2017-02-13 15:07, TBits.net, Mailinglists wrote: On 2017-02-13 14:39, Reindl Harald wrote: Am 13.02.2017 um 14:33 schrieb TBits.net, Mailinglists: On 2017-02-13 13:19, Reindl Harald wrote: Am 13.02.2017 um 13:05 schrieb TBits.net, Mailinglists: Hi @all, clamav-milter identify an email as

Re: [clamav-users] clamdscan mail file

2017-02-13 Thread TBits.net, Mailinglists
On 2017-02-13 14:39, Reindl Harald wrote: Am 13.02.2017 um 14:33 schrieb TBits.net, Mailinglists: On 2017-02-13 13:19, Reindl Harald wrote: Am 13.02.2017 um 13:05 schrieb TBits.net, Mailinglists: Hi @all, clamav-milter identify an email as infected by Heuristics.Phishing.Email.SSL-Spoof. Thi

Re: [clamav-users] clamdscan mail file

2017-02-13 Thread Reindl Harald
Am 13.02.2017 um 14:33 schrieb TBits.net, Mailinglists: On 2017-02-13 13:19, Reindl Harald wrote: Am 13.02.2017 um 13:05 schrieb TBits.net, Mailinglists: Hi @all, clamav-milter identify an email as infected by Heuristics.Phishing.Email.SSL-Spoof. This is correct, but when I scan this file i

Re: [clamav-users] clamdscan mail file

2017-02-13 Thread TBits.net, Mailinglists
On 2017-02-13 13:19, Reindl Harald wrote: Am 13.02.2017 um 13:05 schrieb TBits.net, Mailinglists: Hi @all, clamav-milter identify an email as infected by Heuristics.Phishing.Email.SSL-Spoof. This is correct, but when I scan this file in the quarantine with clamdscan or clamscan the file is cle

Re: [clamav-users] clamdscan mail file

2017-02-13 Thread Reindl Harald
Am 13.02.2017 um 13:05 schrieb TBits.net, Mailinglists: Hi @all, clamav-milter identify an email as infected by Heuristics.Phishing.Email.SSL-Spoof. This is correct, but when I scan this file in the quarantine with clamdscan or clamscan the file is clean. It seams that the clamscan or clamdsc

[clamav-users] clamdscan mail file

2017-02-13 Thread TBits.net, Mailinglists
Hi @all, clamav-milter identify an email as infected by Heuristics.Phishing.Email.SSL-Spoof. This is correct, but when I scan this file in the quarantine with clamdscan or clamscan the file is clean. It seams that the clamscan or clamdscan do not scan this file for Phishing. Is it possible

Re: [clamav-users] clamdscan troubleshooting

2015-11-23 Thread Matus UHLAR - fantomas
: Saturday, November 21, 2015 13:02 To: ClamAV users ML Subject: Re: [clamav-users] clamdscan troubleshooting Daniel, You might want to look at these two SELinux booleans: antivirus_can_scan_system antivirus_use_jit You can use 'getsebool': $ getsebool antivirus_can_s

Re: [clamav-users] clamdscan troubleshooting

2015-11-21 Thread Daniel L. Srebnick
Bond Masuda Sent: Saturday, November 21, 2015 13:02 To: ClamAV users ML Subject: Re: [clamav-users] clamdscan troubleshooting Daniel, You might want to look at these two SELinux booleans: antivirus_can_scan_system antivirus_use_jit You can use 'getsebool': $ getsebool antivirus_can_s

Re: [clamav-users] clamdscan troubleshooting

2015-11-21 Thread Daniel L. Srebnick
Interesting...clamdscan works with --fdpass but not without. [me@~]$ clamdscan -c /etc/clamd.d/scan.conf eicar.txt /home/me/eicar.txt: lstat() failed: Permission denied. ERROR --- SCAN SUMMARY --- Infected files: 0 Total errors: 1 Time: 0.001 sec (0 m 0 s) You have new mail in

Re: [clamav-users] clamdscan troubleshooting

2015-11-21 Thread Daniel L. Srebnick
I have set selinux to permissive to rule that out. -Original Message- From: clamav-users [mailto:clamav-users-boun...@lists.clamav.net] On Behalf Of Bond Masuda Sent: Saturday, November 21, 2015 13:02 To: ClamAV users ML Subject: Re: [clamav-users] clamdscan troubleshooting Daniel, You

Re: [clamav-users] clamdscan troubleshooting

2015-11-21 Thread Bond Masuda
Daniel, You might want to look at these two SELinux booleans: antivirus_can_scan_system antivirus_use_jit You can use 'getsebool': $ getsebool antivirus_can_scan_system antivirus_can_scan_system --> on And you can use 'setsebool' to toggle the boolean setting. Additionally, see man page for c

[clamav-users] clamdscan troubleshooting

2015-11-21 Thread Daniel L. Srebnick
I'm having some issues verifying a clamav install under FC 22. I am doing some testing using clamdscan and have been running into some kind of permission error as far as I can tell. For now, I have set selinux to permissive to eliminate that as an issue. I have an eicar.com file that I hav

[clamav-users] Clamdscan on centos 7 and Apache

2015-07-21 Thread Schubling
Hello, We're trying to use clamav on a centos 7 server in order to scan directly uploaded files on our web apps (Moodle for example). When trying to execute a clamdscan from apache, we got this error (the file belong to apache:apache and has correct rights 755) "; print_r($output); print_r($retur

[clamav-users] clamdscan wasn't found eicar, but clamscan was found

2015-06-22 Thread MATSUMOTO ATSUHIRO-OMX
Thank you, Dennis and Matus and all, I can did it ! I'm just only changed from "clamd@scan" to "clamd.scan" lol # uname -r 3.10.0-123.el7.x86_64 # cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core) # ls -lth /usr/lib/systemd/system/clamd@.service -rw-r--r-- 1 root root 231 4月 30 03:3

Re: [clamav-users] clamdscan wasn't found eicar, but clamscan was found

2015-06-21 Thread Dennis Peterson
Check file permissions of the file you are scanning to ensure the clamd daemon is allowed to read it. dp On 6/18/15 11:52 PM, MATSUMOTO ATSUHIRO-OMX wrote: Dear, ClamAV-Users, I tried ScanOnAccess at CentOS7's fanotify. clamd scanner daemon was running, and no error logs, I put eicar.com on

Re: [clamav-users] clamdscan wasn't found eicar, but clamscan was found

2015-06-21 Thread MATSUMOTO ATSUHIRO-OMX
Thank you, Matus for reply. I'm update test status. clamdscan was able to found eicar ! for [Environment(2)]. https://www.centos.org/forums/viewtopic.php?f=48&t=53019#p224576 [Environment(2)] is, # uname -r 3.16.0-41-generic # cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core) (CentO

Re: [clamav-users] clamdscan wasn't found eicar, but clamscan was found

2015-06-19 Thread Matus UHLAR - fantomas
On 19.06.15 06:52, MATSUMOTO ATSUHIRO-OMX wrote: I tried ScanOnAccess at CentOS7's fanotify. clamd scanner daemon was running, and no error logs, I put eicar.com on /tmp, and tryed scanning. But, clamdscan was not found eicar. # clamdscan -c /etc/clamd.d/scan.conf /tmp: OK So, clamscan was foun

[clamav-users] clamdscan wasn't found eicar, but clamscan was found

2015-06-18 Thread MATSUMOTO ATSUHIRO-OMX
Dear, ClamAV-Users, I tried ScanOnAccess at CentOS7's fanotify. clamd scanner daemon was running, and no error logs, I put eicar.com on /tmp, and tryed scanning. But, clamdscan was not found eicar. # clamdscan -c /etc/clamd.d/scan.conf /tmp: OK So, clamscan was found same eicar. # clamscan /

Re: [clamav-users] clamdscan big files problem

2014-04-25 Thread Shawn Webb
On Fri, Apr 25, 2014 at 11:35 AM, SR wrote: > 2014-04-25 10:58 GMT-04:00 Shawn Webb : > > Hey Stephen, > > > > How big is that file? How much RAM (physical and swap separate, please) > is > > installed on the scanning machine? Currently, ClamAV has a hard file > limit > > of around 2.17GB. Becaus

Re: [clamav-users] clamdscan big files problem

2014-04-25 Thread Shawn Webb
On Fri, Apr 25, 2014 at 10:35 AM, SR wrote: > Hello everyone, > > I have happily been using Clamav on our file server for more than a year > now. > The scan of the different volumes is done by clamdscan which is ran > from cron jobs. > > The problem that I am facing since a few weeks, is that the

Re: [Clamav-users] clamdscan errors

2010-07-07 Thread Dennis Peterson
On 7/6/10 11:59 PM, JD wrote: On 07/06/2010 05:57 PM, Dennis Peterson wrote: Now that we see you have a discrepancy we need to know where it is. run clamconf |less then look through the output to find the two lines above. The output includes the configuration of clamd, freshclam, and clamav-m

Re: [Clamav-users] clamdscan errors

2010-07-06 Thread JD
On 07/06/2010 05:57 PM, Dennis Peterson wrote: On 7/6/10 5:31 PM, JD wrote: On 07/06/2010 05:00 PM, Dennis Peterson wrote: clamconf |grep TemporaryDir $ clamconf |grep TemporaryDir TemporaryDirectory = "/var/tmp" TemporaryDirectory disabled Is that what's causing it? The disabled setting? W

Re: [Clamav-users] clamdscan errors

2010-07-06 Thread Dennis Peterson
On 7/6/10 5:31 PM, JD wrote: On 07/06/2010 05:00 PM, Dennis Peterson wrote: clamconf |grep TemporaryDir $ clamconf |grep TemporaryDir TemporaryDirectory = "/var/tmp" TemporaryDirectory disabled Is that what's causing it? The disabled setting? Where do I enable it? Now that we see you have a

Re: [Clamav-users] clamdscan errors

2010-07-06 Thread JD
On 07/06/2010 05:00 PM, Dennis Peterson wrote: clamconf |grep TemporaryDir $ clamconf |grep TemporaryDir TemporaryDirectory = "/var/tmp" TemporaryDirectory disabled Is that what's causing it? The disabled setting? Where do I enable it? ___ Help us b

Re: [Clamav-users] clamdscan errors

2010-07-06 Thread Dennis Peterson
On 7/6/10 3:27 PM, JD wrote: I ran: $ sudo clamdscan -l /tmp/clamdscan.log /sda1 /sda1 is the mount point for my windows partition. I got tons of error mssages like this one: /sda1/WINDOWS/Installer/265ad74.msp: Can't create temporary directory ERROR In what directory is clamdscan trying to

[Clamav-users] clamdscan errors

2010-07-06 Thread JD
I ran: $ sudo clamdscan -l /tmp/clamdscan.log /sda1 /sda1 is the mount point for my windows partition. I got tons of error mssages like this one: /sda1/WINDOWS/Installer/265ad74.msp: Can't create temporary directory ERROR In what directory is clamdscan trying to create a temp dir ?? __

[Clamav-users] ClamdScan is not working on Ubuntu9.04

2010-03-04 Thread ranjith.ttr
Hi all, I have installed clamav on Ubuntu9.04,but my clamd scan is not working.Any help would be appreciated. Thanks & Regards Aman Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message a

Re: [Clamav-users] Clamdscan setup

2009-12-06 Thread Mark Gregory
December 2009 8:45 PM To: ClamAV users ML Subject: Re: [Clamav-users] Clamdscan setup On Sun, Dec 6, 2009 at 09:41, Mark Gregory wrote: > Hi Rob, > > Thank you for the information. > > I should mention that I have clamd running as a service under windows > server 2003. From my re

Re: [Clamav-users] Clamdscan setup

2009-12-06 Thread Rob MacGregor
On Sun, Dec 6, 2009 at 09:41, Mark Gregory wrote: > Hi Rob, > > Thank you for the information. > > I should mention that I have clamd running as a service under windows > server 2003. From my reading and I may be confusing things, I thought I > had to use clamdscan in this scenario. > > What is th

Re: [Clamav-users] Clamdscan setup

2009-12-06 Thread Mark Gregory
-Original Message- From: clamav-users-boun...@lists.clamav.net [mailto:clamav-users-boun...@lists.clamav.net] On Behalf Of Rob MacGregor Sent: Sunday, 6 December 2009 7:55 PM To: ClamAV users ML Subject: Re: [Clamav-users] Clamdscan setup On Sun, Dec 6, 2009 at 06:27, Mark Gregory wrote

Re: [Clamav-users] Clamdscan setup

2009-12-06 Thread Rob MacGregor
On Sun, Dec 6, 2009 at 06:27, Mark Gregory wrote: > > I would like to setup a scheduled task for clamdscan to do scans every > couple of hours. > > I would appreciate an example config file for clamdscan that would > include setting a log file and scanning the entire c: drive > > And moving bad fi

[Clamav-users] Clamdscan setup

2009-12-05 Thread Mark Gregory
Hi, I would like to setup a scheduled task for clamdscan to do scans every couple of hours. I would appreciate an example config file for clamdscan that would include setting a log file and scanning the entire c: drive And moving bad files to a quarantine folder. Is there an example confi

Re: [Clamav-users] clamdscan return code problem

2009-10-26 Thread Tomasz Kojm
On Mon, 26 Oct 2009 08:16:26 +0100 (CET) "Roberto" wrote: > > I did not get any answer about my problem; maybe I ask to the wrong mailling > list or I ask a woring question; > > please could someone point me in the right place ? Hi Roberto, sounds like a bug, please open a report at bugs.clam

Re: [Clamav-users] clamdscan return code problem

2009-10-26 Thread Tomasz Kojm
On Sat, 17 Oct 2009 15:03:03 +0200 (CEST) "Roberto" wrote: > > Hi > I discover the following issue: after installing clamav-daemon on Lenny, I > start scanning file and directories to test the clamdscan utility and I > found when scannig private directory (the clamd daemon is running as > differ

Re: [Clamav-users] clamdscan return code problem

2009-10-26 Thread Roberto
I did not get any answer about my problem; maybe I ask to the wrong mailling list or I ask a woring question; please could someone point me in the right place ? thanks in advance Roberto On Sab, Ottobre 17, 2009 14:03, Roberto wrote: > > Hi > I discover the following issue: after installing cla

[Clamav-users] clamdscan return code problem

2009-10-17 Thread Roberto
Hi I discover the following issue: after installing clamav-daemon on Lenny, I start scanning file and directories to test the clamdscan utility and I found when scannig private directory (the clamd daemon is running as different unpriv user) the command is reporting "misleading" result according t

Re: [Clamav-users] clamdscan

2009-03-10 Thread Matus UHLAR - fantomas
On 05.03.09 21:21, Chris wrote: > # Run as another user (clamd must be started by root for this option to > work) > # Default: don't drop privileges > User clamav I've also added AllowSupplementaryGroups and added clamav user to allow reading incoming mail queue and customer files, so clamd can sc

Re: [Clamav-users] clamdscan

2009-03-06 Thread Jerry
On Thu, 05 Mar 2009 20:32:05 -0600 Chris wrote: >-rwxr-xr-x 1 root root 1041 2009-03-05 >17:42 /usr/local/bin/clamav-config* >-rwxr-xr-x 1 root root 195923 2009-03-05 >17:42 /usr/local/bin/clamconf* >-rwxr-xr-x 1 clamav clamav 228068 2009-03-05 >17:42 /usr/local/bin/clamdscan* >-rwxr-xr

Re: [Clamav-users] clamdscan

2009-03-05 Thread Török Edwin
On 2009-03-06 05:21, Chris wrote: > On Thu, 2009-03-05 at 19:07 -0800, Bill Landry wrote: > >> Chris wrote: >> >>> On Thu, 2009-03-05 at 20:33 -0600, Brandon Perry wrote: >>> Make sure clamd has permission to read the file :-) >>> -rwxr-xr-x 1 root root 228068

Re: [Clamav-users] clamdscan

2009-03-05 Thread Chris
On Thu, 2009-03-05 at 19:07 -0800, Bill Landry wrote: > Chris wrote: > > On Thu, 2009-03-05 at 20:33 -0600, Brandon Perry wrote: > >> Make sure clamd has permission to read the file :-) > >> > > > > -rwxr-xr-x 1 root root 228068 2009-03-05 17:42 /usr/local/bin/clamdscan* > > > > Odd clamscan work

Re: [Clamav-users] clamdscan

2009-03-05 Thread Bill Landry
Chris wrote: > On Thu, 2009-03-05 at 20:33 -0600, Brandon Perry wrote: >> Make sure clamd has permission to read the file :-) >> > > -rwxr-xr-x 1 root root 228068 2009-03-05 17:42 /usr/local/bin/clamdscan* > > Odd clamscan works fine: > > -rwxr-xr-x 1 root root 131462 2009-03-05 17:42 /usr/local

Re: [Clamav-users] clamdscan

2009-03-05 Thread Chris
On Thu, 2009-03-05 at 20:33 -0600, Brandon Perry wrote: > Make sure clamd has permission to read the file :-) > -rwxr-xr-x 1 root root 228068 2009-03-05 17:42 /usr/local/bin/clamdscan* Odd clamscan works fine: -rwxr-xr-x 1 root root 131462 2009-03-05 17:42 /usr/local/bin/clamscan* so why doesn

Re: [Clamav-users] clamdscan

2009-03-05 Thread Brandon Perry
Make sure clamd has permission to read the file :-) On Thu, Mar 5, 2009 at 8:32 PM, Chris wrote: > Another probably easy question. When running > > [ch...@localhost ~]$ clamdscan spam1.txt > /home/chris/spam1.txt: Access denied. ERROR > > Where should clamdscan be and who should own it? It was >

[Clamav-users] clamdscan

2009-03-05 Thread Chris
Another probably easy question. When running [ch...@localhost ~]$ clamdscan spam1.txt /home/chris/spam1.txt: Access denied. ERROR Where should clamdscan be and who should own it? It was in /usr/local/bin along with -rwxr-xr-x 1 root root 1041 2009-03-05 17:42 /usr/local/bin/clamav-config

Re: [Clamav-users] clamdscan getting inode_permission denial on Ubuntu 8.10

2008-12-20 Thread GiM
Aleksey Tsalolikhin in message 'Re: [Clamav-users] clamdscan getting inode_permission denial on Ubuntu 8.10' wrote: > Yes!! Turning off AppArmor, and now clamdscan runs happily, scanning > along. Thank you! > > Yours fondly, > Aleksey I suppose you have succeeded, so

Re: [Clamav-users] clamdscan getting inode_permission denial on Ubuntu 8.10

2008-12-16 Thread Aleksey Tsalolikhin
Yes!! Turning off AppArmor, and now clamdscan runs happily, scanning along. Thank you! Yours fondly, Aleksey ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml

Re: [Clamav-users] clamdscan getting inode_permission denial on Ubuntu 8.10

2008-12-16 Thread Török Edwin
On 2008-12-16 21:31, Aleksey Tsalolikhin wrote: > On Tue, Dec 16, 2008 at 12:01 AM, Török Edwin wrote: > >> On 2008-12-16 03:59, Aleksey Tsalolikhin wrote: >> >>> I want to try clamdscan, to benefit from clamd's multi-threadedness. >>> >>> But clamdscan exits with "Access denied" >>> >>>

Re: [Clamav-users] clamdscan getting inode_permission denial on Ubuntu 8.10

2008-12-16 Thread Aleksey Tsalolikhin
On Tue, Dec 16, 2008 at 12:01 AM, Török Edwin wrote: > On 2008-12-16 03:59, Aleksey Tsalolikhin wrote: >> >> I want to try clamdscan, to benefit from clamd's multi-threadedness. >> >> But clamdscan exits with "Access denied" >> > > What user is clamd running as, and does that user have read acces

Re: [Clamav-users] clamdscan getting inode_permission denial on Ubuntu 8.10

2008-12-16 Thread Török Edwin
On 2008-12-16 03:59, Aleksey Tsalolikhin wrote: > Hi. So I've scanned 173 Gigs of data using clamscan, and it took 3 hours. > > I have a quad core CPU, and the clamscan process used 100% of one of > the cores, and the other 3 were idle. > > So I want to try clamdscan, to benefit from clamd's multi

[Clamav-users] clamdscan getting inode_permission denial on Ubuntu 8.10

2008-12-15 Thread Aleksey Tsalolikhin
Hi. So I've scanned 173 Gigs of data using clamscan, and it took 3 hours. I have a quad core CPU, and the clamscan process used 100% of one of the cores, and the other 3 were idle. So I want to try clamdscan, to benefit from clamd's multi-threadedness. But clamdscan exits with "Access denied" a

Re: [Clamav-users] clamdscan and user

2008-10-06 Thread giggz
aCaB a écrit : > giggz wrote: >> How can I solve this problem ? > > Hi giggz, > There are several things you may want to try. > If you are on a SMP the multiscan option in clamd/clamdscan is probably > what you need. > As for the privileges go, if your clamd is running on the local host and > is a

Re: [Clamav-users] clamdscan and user

2008-10-06 Thread aCaB
giggz wrote: > How can I solve this problem ? Hi giggz, There are several things you may want to try. If you are on a SMP the multiscan option in clamd/clamdscan is probably what you need. As for the privileges go, if your clamd is running on the local host and is accessible via unix socket, you c

[Clamav-users] clamdscan and user

2008-10-06 Thread giggz
Hi, I would like to make a test (via cron) on a directory : clamscan -ir --no-summary ~/.mozilla-thunderbird this line works great, but takes time. So I have tested with clamdscan and it works great, but the files must be readable for the user. And there are not. How can I solve this problem ?

Re: [Clamav-users] clamdscan without clamd

2008-05-30 Thread Tomasz Kojm
On Fri, 30 May 2008 09:54:17 -0400 Bowie Bailey <[EMAIL PROTECTED]> wrote: > A quick test against the eicar test file shows that clamdscan does not > scan anything without clamd running (Which is not entirely > unexpected...). However, the scan summary shown makes it seem like the > file was scan

Re: [Clamav-users] clamdscan without clamd

2008-05-30 Thread Bowie Bailey
Aldo Foot wrote: > > $ /usr/bin/clamdscan /scratch/mydir > WARNING: Clamd is not configured properly. > --- SCAN SUMMARY --- > Infected files: 0 > Time: 0.021 sec (0 m 0 s) A quick test against the eicar test file shows that clamdscan does not scan anything without clamd running (

Re: [Clamav-users] clamdscan [file] shows access denied

2008-05-27 Thread Chris
On Tuesday 27 May 2008 12:52 am, Dennis Peterson wrote: > Chris wrote: > > When running clamdscan against a file in my home directory I get: > > > > [EMAIL PROTECTED] ~]$ clamdscan testmsg.txt > > /home/chris/testmsg.txt: Access denied. ERROR > > The clamd daemon does no have permission to read the

  1   2   3   >