Has anyone got this to actually work, I have tried different install methods suggested on the net.
This is my latest attempt and I did like this:
sudo aptitude install module-assistant -y
sudo module-assistant prepare
wget http://dazuko.org/files/dazuko-source_2.3.2-1_all.deb
sudo dpkg -i dazuko-source_2.3.2-1_all.deb
sudo m-a a-i dazuko
I opened the dazuko document:
run command:
kdesu kate /etc/modprobe.d/dazuko
Copied and pasted the below code into the blank document and saved it:
install dazuko modprobe -r capability;\
modprobe -i dazuko; \
modprobe -i capability
run command:
kdesu kate /etc/modules
then I added the word "dazuko" at the end of the /etc/modules file
and saved it
then I ran the following in Konsole:
sudo rmmod capability
sudo modprobe dazuko
sudo modprobe capability
then I installed ClamAV and KlamAV
sudo aptitude install klamav clamav-getfiles clamav clamav-base clamav-daemon clamav-data clamav-docs clamav-freshclam clamav-milter clamav-testfiles -y
After install I started KlamAV from K-menu -> System -> KlamAV
and enabled it to autoscan /home.
KlamAV now runs nicely in the system tray but it DOES NOT detect any of the testfiles I have downloaded.
What have I missed?
This is my latest attempt and I did like this:
sudo aptitude install module-assistant -y
sudo module-assistant prepare
wget http://dazuko.org/files/dazuko-source_2.3.2-1_all.deb
sudo dpkg -i dazuko-source_2.3.2-1_all.deb
sudo m-a a-i dazuko
I opened the dazuko document:
run command:
kdesu kate /etc/modprobe.d/dazuko
Copied and pasted the below code into the blank document and saved it:
install dazuko modprobe -r capability;\
modprobe -i dazuko; \
modprobe -i capability
run command:
kdesu kate /etc/modules
then I added the word "dazuko" at the end of the /etc/modules file
and saved it
then I ran the following in Konsole:
sudo rmmod capability
sudo modprobe dazuko
sudo modprobe capability
then I installed ClamAV and KlamAV
sudo aptitude install klamav clamav-getfiles clamav clamav-base clamav-daemon clamav-data clamav-docs clamav-freshclam clamav-milter clamav-testfiles -y
After install I started KlamAV from K-menu -> System -> KlamAV
and enabled it to autoscan /home.
KlamAV now runs nicely in the system tray but it DOES NOT detect any of the testfiles I have downloaded.
What have I missed?
Comment