[Pkg-owncloud-commits] [owncloud-doc] 120/227: Error corrections.
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:20:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 4131057aec241fd43b06843c42b5853cda9b2ca5
Author: Carla Schroder <carla at owncloud.com>
Date: Fri Sep 19 09:17:23 2014 -0700
Error corrections.
---
.../configuration/configuration-antivirus.rst | 56 +++++++++++-----------
1 file changed, 27 insertions(+), 29 deletions(-)
diff --git a/admin_manual/configuration/configuration-antivirus.rst b/admin_manual/configuration/configuration-antivirus.rst
index e87d440..998dbf8 100644
--- a/admin_manual/configuration/configuration-antivirus.rst
+++ b/admin_manual/configuration/configuration-antivirus.rst
@@ -30,21 +30,21 @@ Debian, Ubuntu, Linux Mint
apt-get install clamav clamav-daemon
-The installer automatically creates default configuration files and launches
-the ``clamd`` and ``freshclam`` daemons. You don't have to do anything more,
-though it's a good idea to review the ClamAV documentation and your settings in
-``/etc/clamav/``. Enable verbose logging for both ``clamd`` and ``freshclam``
-until you get any kinks worked out.
+The installer automatically creates default configuration files and launches the
+``clamd`` and ``freshclam`` daemons. You don't have to do anything more, though
+it's a good idea to review the ClamAV documentation and your settings in
+``/etc/clamav/``. Enable verbose logging in both ``clamd.conf`` and
+``freshclam.conf`` until you get any kinks worked out.
-Red Hat, CentOS 7
+Red Hat 7, CentOS 7
On Red Hat 7 and related systems you must install the Extra Packages for
Enterprise Linux (EPEL) repository, and then install ClamAV:
::
yum install epel-release
- yum install clamav clamav-scanner clamav-scanner-systemd
- clamav-server clamav-server-systemd clamav-update
+ yum install clamav clamav-scanner clamav-scanner-systemd clamav-server
+ clamav-server-systemd clamav-update
This installs two configuration files: ``/etc/freshclam.conf`` and
``/etc/clamd.d/scan.conf``. You must edit both of these before you can run
@@ -74,15 +74,15 @@ Please avoid any multiples of 10, because those are when the ClamAV servers are
hit the hardest for updates.
Next, edit ``/etc/clamd.d/scan.conf``. When you're finished you must enable
-ClamAV's service file and launch the ``clamd`` daemon:
+the ``clamd`` service file and start ``clamd``:
::
systemctl enable clamd at scan.service
systemctl start clamd at scan.service
-That should take care of everything. Enable verbose logging for both ``clamd``
-and ``freshclam`` until it is running reliably.
+That should take care of everything. Enable verbose logging in ``scan.conf``
+and ``freshclam.conf`` until it is running the way you want.
Installing the Antivirus App for Files
======================================
@@ -109,16 +109,17 @@ Now find your Antivirus Configuration panel on your Admin page.
ClamAV runs in one of three modes:
* Daemon (Socket): ClamAV is running on the same server as ownCloud. The ClamAV
- daemon, ``clamd``, runs in the background. When there is no activity ``clamd`` places
- a minimal load on your system. If your users upload large volumes of files you will
- see high CPU usage.
+ daemon, ``clamd``, runs in the background. When there is no activity ``clamd``
+ places a minimal load on your system. If your users upload large volumes of
+ files you will see high CPU usage.
-* Daemon: ClamAV is running on a different server. This is a good option for busy ownCloud
- servers with high volumes of file uploads.
+* Daemon: ClamAV is running on a different server. This is a good option
+ for ownCloud servers with high volumes of file uploads.
-* Executable: ClamAV is running on the same server as ownCloud, and the ``clamscan``
- command is started and then stopped with each file upload. ``clamscan`` is slow and not
- always reliable for on-demand usage; it is better to use one of the daemon modes.
+* Executable: ClamAV is running on the same server as ownCloud, and the
+ ``clamscan`` command is started and then stopped with each file upload.
+ ``clamscan`` is slow and not always reliable for on-demand usage; it is
+ better to use one of the daemon modes.
Daemon (Socket)
ownCloud should detect your ``clamd`` socket and fill in the ``Socket``
@@ -141,22 +142,19 @@ Daemon (Socket)
logging any alerts without deleting the files, or immediately deleting
infected files.
-Executable
- The Executable option requires the path to ``clamscan``, which is the
- interactive ClamAV scanning command. ownCloud should find it automatically.
-
- .. figure:: ../images/antivirus-executable.png
-
Daemon
For the Daemon option you need the hostname or IP address of the remote
- server running ClamAV, and the port number. The port number is the TCPSocket
- value in ``clamd.conf``.
+ server running ClamAV, and the server's port number.
.. figure:: ../images/antivirus-daemon-socket.png
+
+Executable
+ The Executable option requires the path to ``clamscan``, which is the
+ interactive ClamAV scanning command. ownCloud should find it automatically.
+
+.. figure:: ../images/antivirus-executable.png
When you are satisfied with how ClamAV is operating, you might want to go
back and change all of your logging to less verbose levels.
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list