Thanks for your guidance @Keef. I stumbled upon the same errors and warnings that you posted, but was finally able to run a full system scan.
Now I am bit unsure about the inital sfs creation process (excuse me): I downloaded clamav-0.105.0.linux.x86_64.deb
to /home/spot/Downloads
and used the following guide to make a sfs package:
https://distro.ibiblio.org/fatdog/web/faqs/sfs-package.html
Code: Select all
cd /home/spot/Downloads
mksquashfs clamav-0.105.0.linux.x86_64.deb /clamav.sfs -noappend -comp xz -Xbcj x86
I then right-clicked on the created "clamav.sfs" to "Load SFS".
However, this would NOT create the "/usr/local/etc/freshclam.conf.sample" file that you mentioned.
The official documentation on SFS package installation states the following:
"An SFS package is a file that contains a compressed filesystem (squashfs). Upon "installation" the contents of this filesystem will be merged with the rest of your filesystem but it is never copied or expanded; the content will be de-compressed on-demand when you use the applications contained in the package.
To use it, download the package from here and move it to the same location as your save file, then go to the System tab in the Control Panel and click on System SFS Loader. Then choose which SFS file to load. You can also use SFS Manager (also in the Control Panel)."
So I moved my converted "clamav.sfs" to /usr/sbin
and loaded it again, but still no luck regarding the "freshclam.conf.sample" file.
I then tried to convert "clamav-0.105.0.linux.x86_64.deb" to FatDog Package Format and then on "Install Package", which would create "/usr/local/etc/freshclam.conf.sample".
Is that the correct package conversion and installation procedure?
--
A couple of further questions:
- In "freshclam.conf" I initially commented out "Example" at the top and set "DatabaseOwner" to root. So If I create a non-root user account, for instance "MyUsername", I could set that user name to make the system scanable from the non-root account?
- I am planning to use ClamAV on a remastered Live-DVD and a non-root user account. Would that cause any problems with the certificates or the installation procedure?
Appreciate your feedback!