Comodo on Linux Mint 15 not able to successfully install

Comodo on Linux Mint 15

I see failures when executing “sudo /opt/COMODO/post_setup.sh” and also “Diagnostics”.

I see the following error message in the log when when attempting to execute diagnostics:

Just install all the header files for your kernel from your package manager then install comodo .
synaptic package manager kernels your kernel all headers.

Hi this patch work perfectly on my Linux Mint 64Bit
use it and you have realtime protection and full potential of CAV Linux.
I tested on:
Ubuntu 13.04 works
Linux Mint 15 works
Debian 7 works
Fedora 18 works
CentOS 6.4 works
and many others distribution from 3.5 to 3.8 kernel works fine.
I tested and its all ok
Think i will create youtube tutorial to install CAV on newtest distro based on this :
https://forums.comodo.com/comodo-antivirus-for-linux-cavl/patch-program-for-kernel-3538-t94441.0.html

I believe the kernel headers are installed but I still get the same errors.

See attached file.

uname -a

Linux me-VirtualBox 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' INSTALL /tmp/driver/redirfs/redirfs.ko Can't read private key DEPMOD 3.8.0-19-generic make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
make -C /lib/modules/uname -r/build M=/tmp/driver/avflt EXTRA_CFLAGS=-I/tmp/driver/redirfs modules_install
make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' DEPMOD 3.8.0-19-generic make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
FATAL: Module avflt not found.

RedirFS kernel modules installation failed.

$Stopping cmdagent: The cmdagent stopped successfully!
$Starting cmdagent: The cmdagent started successfully!
$Stopping cmgdaemon: The cmgdaemon stopped successfully!
$Starting cmgdaemon: The cmgdaemon started successfully!

COMODO Antivirus is successfully configured, you can start it from Menu or Desktop.

[attachment deleted by admin]

Please my screen on Linux Mint 15 kernel 3.8.0-19 on my 2nd PC

http://pics.tinypic.pl/i/00411/m3mk5ny547oh.png

and test virus eicar and realtime protection screen

http://pics.tinypic.pl/i/00411/utz20rgr1x6e.png

Note the compile in /tmp/driver/avflt fails - see messages below:

cp /tmp/driver/redirfs/Module.symvers /tmp/driver/avflt
make -C /lib/modules/uname -r/build M=/tmp/driver/avflt EXTRA_CFLAGS=-I/tmp/driver/redirfs modules
make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' CC [M] /tmp/driver/avflt/avflt_check.o /tmp/driver/avflt/avflt_check.c: In function ‘avflt_get_file’: /tmp/driver/avflt/avflt_check.c:278:4: warning: passing argument 1 of ‘dentry_open’ from incompatible pointer type [enabled by default] In file included from include/linux/poll.h:9:0, from /tmp/driver/avflt/avflt.h:29, from /tmp/driver/avflt/avflt_check.c:24: include/linux/fs.h:2021:22: note: expected ‘const struct path *’ but argument is of type ‘struct dentry *’ /tmp/driver/avflt/avflt_check.c:278:4: warning: passing argument 2 of ‘dentry_open’ makes integer from pointer without a cast [enabled by default] In file included from include/linux/poll.h:9:0, from /tmp/driver/avflt/avflt.h:29, from /tmp/driver/avflt/avflt_check.c:24: include/linux/fs.h:2021:22: note: expected ‘int’ but argument is of type ‘struct vfsmount *’ /tmp/driver/avflt/avflt_check.c:278:4: warning: passing argument 3 of ‘dentry_open’ makes pointer from integer without a cast [enabled by default] In file included from include/linux/poll.h:9:0, from /tmp/driver/avflt/avflt.h:29, from /tmp/driver/avflt/avflt_check.c:24: include/linux/fs.h:2021:22: note: expected ‘const struct cred *’ but argument is of type ‘int’ /tmp/driver/avflt/avflt_check.c:278:4: error: too many arguments to function ‘dentry_open’ In file included from include/linux/poll.h:9:0, from /tmp/driver/avflt/avflt.h:29, from /tmp/driver/avflt/avflt_check.c:24: include/linux/fs.h:2021:22: note: declared here make[2]: *** [/tmp/driver/avflt/avflt_check.o] Error 1 make[1]: *** [_module_/tmp/driver/avflt] Error 2 make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
make: *** [all] Error 2
make -C /lib/modules/uname -r/build M=/tmp/driver/redirfs modules_install
make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' INSTALL /tmp/driver/redirfs/redirfs.ko Can't read private key DEPMOD 3.8.0-19-generic make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
make -C /lib/modules/uname -r/build M=/tmp/driver/avflt EXTRA_CFLAGS=-I/tmp/driver/redirfs modules_install
make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' DEPMOD 3.8.0-19-generic make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
FATAL: Module avflt not found.

RedirFS kernel modules installation failed.

copy this file to /opt/COMODO/

http://www.bondoffamily-net.com/~kinta-chan/techknow/Linux/RedirFS/src/beta/driver.tar

next run #sudo /opt/COMODO/post_setup.sh

reboot system and get full scan of system

and this solve your’s problem

Yes, the following corrected the problem -

copy this file to /opt/COMODO/

http://www.bondoffamily-net.com/~kinta-chan/techknow/Linux/RedirFS/src/beta/driver.tar

next run #sudo /opt/COMODO/post_setup.sh

Thank you.

Update: Strangely enough, despite all of the errors, after a reboot I get the green check mark.

[s]I copied the file to the location specified and re-ran the script, but I am still getting errors. I probably did something wrong. Here is what I see:

Build the RedirFS kernel modules for real-time protection…

make -C /lib/modules/uname -r/build M=/tmp/driver/redirfs modules
make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' CC [M] /tmp/driver/redirfs/rfs_path.o CC [M] /tmp/driver/redirfs/rfs_root.o CC [M] /tmp/driver/redirfs/rfs_info.o CC [M] /tmp/driver/redirfs/rfs_file.o CC [M] /tmp/driver/redirfs/rfs_dentry.o CC [M] /tmp/driver/redirfs/rfs_inode.o CC [M] /tmp/driver/redirfs/rfs_dcache.o CC [M] /tmp/driver/redirfs/rfs_chain.o CC [M] /tmp/driver/redirfs/rfs_ops.o CC [M] /tmp/driver/redirfs/rfs_data.o CC [M] /tmp/driver/redirfs/rfs_flt.o CC [M] /tmp/driver/redirfs/rfs_sysfs.o CC [M] /tmp/driver/redirfs/rfs.o LD [M] /tmp/driver/redirfs/redirfs.o Building modules, stage 2. MODPOST 1 modules CC /tmp/driver/redirfs/redirfs.mod.o LD [M] /tmp/driver/redirfs/redirfs.ko make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
cp /tmp/driver/redirfs/Module.symvers /tmp/driver/avflt
make -C /lib/modules/uname -r/build M=/tmp/driver/avflt EXTRA_CFLAGS=-I/tmp/driver/redirfs modules
make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' CC [M] /tmp/driver/avflt/avflt_check.o CC [M] /tmp/driver/avflt/avflt_data.o CC [M] /tmp/driver/avflt/avflt_dev.o CC [M] /tmp/driver/avflt/avflt_mod.o CC [M] /tmp/driver/avflt/avflt_proc.o CC [M] /tmp/driver/avflt/avflt_rfs.o CC [M] /tmp/driver/avflt/avflt_sysfs.o LD [M] /tmp/driver/avflt/avflt.o Building modules, stage 2. MODPOST 1 modules CC /tmp/driver/avflt/avflt.mod.o LD [M] /tmp/driver/avflt/avflt.ko make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
make -C /lib/modules/uname -r/build M=/tmp/driver/redirfs modules_install
make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' INSTALL /tmp/driver/redirfs/redirfs.ko Can't read private key DEPMOD 3.8.0-19-generic make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
make -C /lib/modules/uname -r/build M=/tmp/driver/avflt EXTRA_CFLAGS=-I/tmp/driver/redirfs modules_install
make[1]: Entering directory /usr/src/linux-headers-3.8.0-19-generic' INSTALL /tmp/driver/avflt/avflt.ko Can't read private key DEPMOD 3.8.0-19-generic make[1]: Leaving directory /usr/src/linux-headers-3.8.0-19-generic’
ERROR: could not insert ‘avflt’: Invalid argument

RedirFS kernel modules installation failed.
[/s]

RE: Linux Mint 15 Cinnamon v1.8 32bit
Kernel 3.8.0-19-generic
CAVL v1.1.268025.1

I am also experiencing install problems … avflt not found.

I downloaded the file indicated previously (http://www.bondoffamily-net.com/~kinta-chan/techknow/Linux/RedirFS/src/beta/driver.tar) into /opt/COMODO. However, this is a “zipped” file. I can extract it … no problem. The problem is that I get a response of unable to perform the extraction because of not having the permission necessary (something to that effect). So, now what? ??? ??? I have send a support request to Comodo but have not received any response. It has been at 1 to 2 weeks now.

When I open CAVL I see a notice of … “filesystem filter driver is not loaded” and I cannot successfully run diagnostics as I get notices of “The kernel module avflt.ko appropriate for your current kernel version does not exist. Please run /opt/COMODO/post_setup.sh to install it. Then run /etc/init.d/cmdavd restart command to restart your cmdavd service.”

So, what do I do now? I am a newbie to all of this … Mint 15 Cinnamon and CAVL. I will need step-by-step information about correcting this problem. I am willing to work with the command line (terminal).

I have a couple of screenshots and post them if needed.

as much as I’d like to say I fixed this… the fix didn’t fix it for me. So please somebody help me get it corrected :-\

Copied file above (driver.tar) to /opt/COMODO/ using elevated privileges. Worked a dream, quick and easy fix. No need to untar just copy the tar folder to the correct location. :-TU ;D

Hi suetw, I noticed you found a solution for your issue, “copied file above (driver.tar) to /opt/COMODO/ using elevated privileges. Worked a dream, quick and easy fix”.

I have the same problem but I’m a newbie so couldn’t copy the file, get message “Permission denied”. I have just installed Lubuntu 14.04 on my old laptop Compaq nx6125.

could you explain how to copy the file with elevated privileges, as I don’t know how to do it.

any help would be appreciated

hughparker1

@ rfsit,

I had this just today and I found out, how to solve this up.

This thing is related to the driver.tar-file in your folder /opt/COMODO

Do this to solve it up:

  1. Alt + F2: geksu nemo

  2. Enter your password

  3. Then go to this mentioned folder and delete the old driver.tar-file

  4. then go into your browser and download the new one from here:

Take the one for kernel 3.15 or lower.

Download this driver.tar-file

  1. then go back your filemanager which you still have open.

  2. go to your folder downloads. There copy and cut the downloaded driver.tar-file

  3. go to your folder /opt/COMODO and insert this new driver.tar-file here.

  4. close your filemanager.

  5. open your Terminal and insert this:

cd /opt/COMODO

then follows this:

sudo ./post_setup.sh

click accept EULA when prompted to to so

enter your email-address when asked to do so

choose number of your language shown in the list to you

press Enter and the rest rund automaticly without any error.

  1. restart your machine and you will see comeing Comodo back to life.

One more thing for you all: you have to do these steps everytime, when y new fresh kernel comes with the update!!

Greetings
ubuntuexpert :slight_smile: