Here is how you can carry out the installation along with the product, or over an older version:
You install the product for the first time:
You can choose to install DazukoFS automatically, when first installing Server 3 (UNIX) or Workstation 3 (UNIX):
|
DazukoFS is a stackable filesystem driver developed independently by the
Dazuko project (www.dazuko.org).
Which means codechanges, bugfixes and roadmap of this driver is completely
done by the Dazuko project and their community.
For your convenience you can start the DazukoFS installation from here.
Would you like to install dazukofs now ? [y]
[...]
initiate dazukofs ...
done
linking /usr/lib/AntiVir/libdazuko.so to
/usr/lib/AntiVir/libdazuko3compat2.so ...
done
Guard will automatically protect all directories which are mounted upon
dazukofs filesystem.
Please specify at least one directory to be protected by Guard to add in
/etc/fstab : [/home]
|
You install the product over an older version:
You can choose to install DazukoFS automatically, when installing Server 3 (UNIX) or Workstation 3 (UNIX):
|
DazukoFS is a stackable filesystem driver developed independently by the
Dazuko project (www.dazuko.org).
Which means codechanges, bugfixes and roadmap of this driver is completely
done by the Dazuko project and their community.
For your convenience you can start the DazukoFS installation from here.
Would you like to install dazukofs now ? [y]
[...]
initiate dazukofs ...
done
linking /usr/lib/AntiVir/libdazuko.so to /usr/lib/AntiVir/libdazuko3compat2.so ...
done
Guard will automatically protect all directories which are mounted upon
dazukofs filesystem.
Please specify at least one directory to be protected by Guard to add in
/etc/fstab : [/home]
|
Even with a running Dazuko2 module, there is no problem having both modules loaded in your kernel.
However, we recommend that you then uninstall the old Dazuko 2 module:
- $ /usr/lib/AntiVir/avguard stop
- $ rmmod -f dazuko
- $ find /lib/modules/`uname -r` -name "dazuko.ko" -exec rm -fv {} \;
- $ /usr/lib/AntiVir/avguard start
You already installed the product and updated the kernel
When creating the DazukoFS module, it must correspond to your current kernel. Else, it cannot be loaded on a running kernel.
Server 3 (UNIX):
- gzip -d antivir-server-prof-3.0.2-5.tar.gz
- tar xvf antivir-server-prof-3.0.2-5.tar
- cd antivir-server-prof-3.0.2-5
- cd contrib/dazuko
- ./install-dazuko.sh
Workstation 3 (UNIX):
- gzip -d antivir-workstation-prof-3.0.2-5.tar.gz
- tar xvf antivir-workstation-prof-3.0.2-5.tar
- cd antivir-workstation-prof-3.0.2-5
- cd contrib/dazuko
- ./install-dazuko.sh
This script recompiles DazukoFS, corresponding to your running kernel, and installs it. |