--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to archivematic...@googlegroups.com.
To post to this group, send email to archiv...@googlegroups.com.
Visit this group at http://groups.google.com/group/archivematica.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to archivematic...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/archivematica/737dfd20-c058-4d42-9e23-a1a152d3272d%40googlegroups.com.
University of Tasmania Electronic Communications Policy (December, 2014).
This email is confidential, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone outside the intended recipient organisation is prohibited and may be a criminal offence. Please delete if obtained
in error and email confirmation to the sender. The views expressed in this email are not necessarily the views of the University of Tasmania, unless clearly intended otherwise.
Hi Nico,My question was supposed to be framed as "When doing your virus scanning, is it being performed on a separate server or the archivematica server?".
If scanning happens off server clamav can be stubbed so it always returns true (depends if you'd rather change the system or archivematica I guess).
Agree it would be good not to enforce it.
thanks,kk
From: archiv...@googlegroups.com <archivematica@googlegroups.com> on behalf of Nico Poppelier <n.pop...@xs4all.nl>
Sent: Monday, 16 March 2020 9:52 PM
Subject: Re: [archivematica] Re: CLAM AV: can it be disabled?
Hi Karl,
The virus scan is a mandatory part of the Transfer workflow. The quickest way to disable it is a one-line patch in/usr/lib/archivematica/MCPClient/clientScripts/archivematica_clamscan.py:
--- archivematica_clamscan.py.orig 2020-03-15 16:43:47.983843009 +0100
+++ archivematica_clamscan.py 2020-03-15 16:43:20.056270724 +0100
@@ -304,6 +304,7 @@
def scan_file(event_queue, file_uuid, path, date, task_uuid):
+ return 0
if file_already_scanned(file_uuid):
logger.info("Virus scan already performed, not running scan again")
return 0
It would be nicer to do: if not configuration['scan_for_viruses']: return 0, but there is no configuration for this (yet).
Regards, Nico
Op 16-03-2020 om 06:25 schreef Karl Goetz:
Hi Nico,Does the pre-ingest virus scan happen on the AM server or before it reaches? If before you could probably replace the clamav binary with a dummy.Its not graphical but is one off.
Thanks,
Karl.
From: archiv...@googlegroups.com <archivematica@googlegroups.com> on behalf of Nico Poppelier <n.pop...@xs4all.nl>
Sent: Saturday, 14 March 2020 4:10 AM
To: archivematica <archivematica@googlegroups.com>
Subject: [archivematica] Re: CLAM AV: can it be disabled?
This discussion is 5 years old, but I have the same question: can an option be added to Archivematica such that virus checking can be configured and/or disabled via the GUI? We are running some experiments with Archivematica at the moment. Since virus checking is already operational on all file systems from which we initiate transfers, why do an extra check during the transger?
Regards,
Nico PoppelierUniversity Medical Centre Utrecht
Op woensdag 14 januari 2015 17:44:40 UTC+1 schreef davstev:We are starting to use Archivematica and we encountered an issue with our inability to proceed past the Virus Check, CLAM AV, with a number of our test files. We are still looking into the cause of this, but for now we are wondering if it is possible to deactive CLAM AV for our current testing, simply to proceed with our processing. If so, can someone please tell us how this deactivation is done?
If it is possible to disable CLAM AV, assuming there are no viruses (note: we are scanning for viruses prior to Archivematica), will the deactivation of CLAM AV negatively affect the Archivematica workflow?
One possibility is that CLAM AV is catching something inherent to the files: asian language characters in the metadata or in the file contents itself? Still investigating this.
Thank You,
David
--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to archivematica+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/archivematica/fd1b7f6b-5e72-1a59-297c-0c2214b00e64%40xs4all.nl.