You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was migrating my torrent server to the new 18.0 version. I run my server on Proxmox in a container and store all my data on a separate drive. I then change all the fileserver paths and download path for Transmission. In doing so I tried to find how the clamAV program is configured. In doing so I noticed that clamAV is totally not configured to even scan the downloaded torrent files. The ClamAV OnAccessIncludePath is not set, so it doesn't watch that folder. The transmission script-torrent-done-filename parameter is also not set so this also doesn't trigger a scan by using a script. The directory structure of the /srv/storage folder also seems a bit weird as only the download folder is used while the folders that where probably used for the previous torrent server (rTorrent) are still there (incoming and quarantine). It seems that when the torrent server was changed from using rTorrent to Transmission that not everything was changed with it and some artifacts remain such as the unused folders and the not working ClamAV.
Summary of issues:
clamav scan of directory: OnAccessIncludePath (i.e. folder to watch) not configured; and/or
clamav scan of download - set transmission script-torrent-done-filename parameter to run clamav scan on completion
default /srv/storage directory tree has irrelevant and outdated paths
The text was updated successfully, but these errors were encountered:
From a quick glance it looks like you are absolutely right and there are a number of things that haven't been updated properly in updates/changes along the way.
I hope you don't mind but I've added a summary of the separate issues you've noted & need to be addressed. That will make it easier to see what needs to be done at a glance. If I've missed anything, please feel free to update/edit the summary.
Thank you for the quick response. The summery includes everything I think. One thing to note is that the first and second bullet are just 2 ways to achieve the same thing (aka making ClamAV working). The first method sets a folder to watch for ClamAV so that a scan is triggered when your server reads a file from that folder. The second method is a way of defining a script to run when a torrent is done. This way a torrent can call ClamAV for a scan perhaps.
I was migrating my torrent server to the new 18.0 version. I run my server on Proxmox in a container and store all my data on a separate drive. I then change all the fileserver paths and download path for Transmission. In doing so I tried to find how the clamAV program is configured. In doing so I noticed that clamAV is totally not configured to even scan the downloaded torrent files. The ClamAV
OnAccessIncludePath
is not set, so it doesn't watch that folder. The transmissionscript-torrent-done-filename
parameter is also not set so this also doesn't trigger a scan by using a script. The directory structure of the/srv/storage
folder also seems a bit weird as only thedownload
folder is used while the folders that where probably used for the previous torrent server (rTorrent) are still there (incoming
andquarantine
). It seems that when the torrent server was changed from using rTorrent to Transmission that not everything was changed with it and some artifacts remain such as the unused folders and the not working ClamAV.Summary of issues:
OnAccessIncludePath
(i.e. folder to watch) not configured; and/orscript-torrent-done-filename
parameter to run clamav scan on completion/srv/storage
directory tree has irrelevant and outdated pathsThe text was updated successfully, but these errors were encountered: