Kernel Issues in Linux Mint 19.1 (x86_64; X-Cinnamon) Tessa

Hello guys

Beginner on Linux and installation of this AV Comodo for LINUX.
After everything installed and upgraded, I executed the diagnosis, where it requested to execute the license installation command and after doing it, the error message in the following kernel appears:
Can you help me solve this situation?

Original SSLeay License

/* Copyright (C) 1995-1998 Eric Young (eay[at]cryptsoft.com)

  • All rights reserved.
  • This package is an SSL implementation written
  • by Eric Young (eay[at]cryptsoft.com).
  • The implementation was written so as to conform with Netscapes SSL.
  • This library is free for commercial and non-commercial use as long as
  • the following conditions are aheared to. The following conditions
  • apply to all code found in this distribution, be it the RC4, RSA,
  • lhash, DES, etc., code; not just the SSL code. The SSL documentation
  • included with this distribution is covered by the same copyright terms
  • except that the holder is Tim Hudson (tjh[at]cryptsoft.com).
  • Copyright remains Eric Young’s, and as such any Copyright notices in
  • the code are not to be removed.
  • If this package is used in a product, Eric Young should be given attribution
  • as the author of the parts of the library used.
  • This can be in the form of a textual message at program startup or EULA – FW-AV-CIS-05022011
  • in documentation (online or textual) provided with the package.
  • Redistribution and use in source and binary forms, with or without
  • modification, are permitted provided that the following conditions
  • are met:
    1. Redistributions of source code must retain the copyright
  • notice, this list of conditions and the following disclaimer.
    1. Redistributions in binary form must reproduce the above copyright
  • notice, this list of conditions and the following disclaimer in the
  • documentation and/or other materials provided with the distribution.
    1. All advertising materials mentioning features or use of this software
  • must display the following acknowledgement:
  • "This product includes cryptographic software written by
  • Eric Young (eay[at]cryptsoft.com)"
  • The word ‘cryptographic’ can be left out if the rouines from the library
  • being used are not cryptographic related :-).
    1. If you include any Windows specific code (or a derivative thereof) from
  • the apps directory (application code) you must include an acknowledgement:
  • “This product includes software written by Tim Hudson (tjh[at]cryptsoft.com)”
  • THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS’’ AND
  • ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  • IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  • ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  • FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  • DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  • OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  • HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  • LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  • OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  • SUCH DAMAGE.
  • The licence and distribution terms for any publically available version or
  • derivative of this code cannot be changed. i.e. this code cannot simply be
  • copied and put under another distribution licence
  • [including the GNU Public Licence.]
    */
    Do you agree with this license?[Y/n]: y

Free Registration

Receive the latest COMODO products news, updates and offers
COMODO will NOT share your information with any third parties.
Please input your email address(optional):

  1. Arabic, Saudi Arabia
  2. Bulgarian, Bulgaria
  3. Chinese, People’s Republic of China
  4. Chinese, Taiwan
  5. Croatian, Croatia
  6. Czech, Czech Republic
  7. Dutch, Netherlands
  8. English, United States
  9. Estonian, Estonia
  10. French, France
  11. German, Germany
  12. Greek, Greece
  13. Hungarian, Hungary
  14. Italian, Italy
  15. Polish, Poland
  16. Portuguese, Brazil
  17. Russian, Russia
  18. Serbian, Serbia and Montenegro
  19. Slovak, Slovakia
  20. Spanish, Spain
  21. Swedish, Sweden
  22. Turkish, Turkey
  23. Ukrainian, Ukraine
    Please select the language[number,default:8]: 16

Build the RedirFS kernel modules for real-time protection…

make -C /lib/modules/uname -r/build M=/tmp/driver/redirfs EXTRA_CFLAGS=-DRFS_EXCHANGE_D_CHILD=0 modules
make[1]: Entering directory ‘/usr/src/linux-headers-4.15.0-46-generic’
CC [M] /tmp/driver/redirfs/rfs_path.o
In file included from /tmp/driver/redirfs/rfs_path.c:26:0:
/tmp/driver/redirfs/rfs.h: In function ‘rfs_inode_mutex_lock’:
/tmp/driver/redirfs/rfs.h:143:21: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
mutex_lock(&inode->i_mutex);
^~~~~~~
i_mode
/tmp/driver/redirfs/rfs.h: In function ‘rfs_inode_mutex_unlock’:
/tmp/driver/redirfs/rfs.h:147:23: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
mutex_unlock(&inode->i_mutex);
^~~~~~~
i_mode
/tmp/driver/redirfs/rfs_path.c: In function ‘rfs_path_add_dirs’:
/tmp/driver/redirfs/rfs.h:352:40: error: ‘const struct inode_operations’ has no member named ‘rename2’; did you mean ‘rename’?
(inode && inode->i_op && inode->i_op->rename2 == rfs_rename2 ?
^
/tmp/driver/redirfs/rfs_path.c:207:11: note: in expansion of macro ‘rfs_inode_find’
rinode = rfs_inode_find(dentry->d_inode);
^~~~~~~~~~~~~~
/tmp/driver/redirfs/rfs_path.c: In function ‘rfs_fsrename’:
/tmp/driver/redirfs/rfs.h:352:40: error: ‘const struct inode_operations’ has no member named ‘rename2’; did you mean ‘rename’?
(inode && inode->i_op && inode->i_op->rename2 == rfs_rename2 ?
^
/tmp/driver/redirfs/rfs_path.c:928:11: note: in expansion of macro ‘rfs_inode_find’
rinode = rfs_inode_find(new_dir);
^~~~~~~~~~~~~~
scripts/Makefile.build:332: recipe for target ‘/tmp/driver/redirfs/rfs_path.o’ failed
make[2]: *** [/tmp/driver/redirfs/rfs_path.o] Error 1
Makefile:1551: recipe for target ‘module/tmp/driver/redirfs’ failed
make[1]: *** [module/tmp/driver/redirfs] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.15.0-46-generic’
Makefile:8: recipe for target ‘all’ failed
make: *** [all] Error 2
make -C /lib/modules/uname -r/build M=/tmp/driver/redirfs EXTRA_CFLAGS=-DRFS_EXCHANGE_D_CHILD=0 modules_install
make[1]: Entering directory ‘/usr/src/linux-headers-4.15.0-46-generic’
DEPMOD 4.15.0-46-generic
make[1]: Leaving directory ‘/usr/src/linux-headers-4.15.0-46-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-4.15.0-46-generic’
DEPMOD 4.15.0-46-generic
make[1]: Leaving directory ‘/usr/src/linux-headers-4.15.0-46-generic’
modprobe: FATAL: Module redirfs not found in directory /lib/modules/4.15.0-46-generic

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.

Note: The power of virus detection is excellent, but the installation is still precarious, needing to do a self analysis of the dependencies to be installed in LINUX installing them automatically, as well as in the solution of the diagnosis that does not occur manually and automatically . Not all LINUX users are experienced.

Thank You

Serial.com

hi serial.com,
this won’t work, cause CAVL in the actual version was developed in 2013 for LM 13. since this time some workarounds like kinta’s “fix rebuild driver.sh” helps to keep the old version for linux alive. but with LM 19.x this has come to an end.
comodo won’t support and develop further verions for linux - so the old CAVL is dead now.
Here’s the link to how it works on former LM’s and to Kinta’s files, but they just work for kernel versions 4.2 or lower: https://forums.comodo.com/comodo-antivirus-for-linux-cavl/filesystem-filter-driver-for-kernel-35318redirfs-and-avflt-t94441.0.html
your screenshot shows the old problem that “filesystem filter driver is not loaded”, but it should look like in my screenshot. but this installation is on a LM 17.3 of which support end is reached in april 2019 and so it would be the last LM for me running comodo. if you wan’t to get rid of the dead program, use the terminal and:

sudo apt-get purge cav-linux

jj

Hi, tempograd

Thank You

Serial.com

Hello,
I confirm that under Linux Mint 19.2 x64 Comodo A / V does not work
You need to download the dependency here http://snapshot.debian.org/archive/debian/20110406T213352Z/pool/main/o/openssl098/libssl0.9.8_0.9.8o-7_amd64.deb and install it
Then installed the Comodo program
But in the end the cmdagent.exe error is displayed indicating the non-function
I post the xml report of the diagnosis for info

can you try again ? and let me know ?
i cannot believe a serious linux firewall does not exist
i have tried other brands too with no luck !

thanks

@pr: CAVL never was a firewall!! Your Linux should have it’s own firewall like “ufw”.
If you have mint try:

sudo ufw enable

in your terminal
And if you meant AV, then you can give it a try here: https://www.eset.com/de/home/antivirus-linux/
But it’s not for free…

To my regret I have to admit that issues with kernel modules are observed on other flavours of Linux

`cat: /etc/issue: No such file or directory

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-5.4.35-std-def-alt1’
CC [M] /tmp/driver/redirfs/rfs_path.o
In file included from /tmp/driver/redirfs/rfs_path.c:24:
/tmp/driver/redirfs/rfs.h: In function ‘rfs_inode_mutex_lock’:
/tmp/driver/redirfs/rfs.h:99:21: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
mutex_lock(&inode->i_mutex);
^~~~~~~
i_mode
/tmp/driver/redirfs/rfs.h: In function ‘rfs_inode_mutex_unlock’:
/tmp/driver/redirfs/rfs.h:103:23: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
mutex_unlock(&inode->i_mutex);
^~~~~~~
i_mode
/tmp/driver/redirfs/rfs.h: In function ‘rfs_nameidata_put’:
/tmp/driver/redirfs/rfs.h:488:14: error: dereferencing pointer to incomplete type ‘struct nameidata’
path_put(&nd->path);
^~
/tmp/driver/redirfs/rfs_path.c: In function ‘rfs_path_add_dirs’:
/tmp/driver/redirfs/rfs.h:307:47: warning: comparison of distinct pointer types lacks a cast
(inode && inode->i_op && inode->i_op->rename == rfs_rename ?
^~
/tmp/driver/redirfs/rfs_path.c:205:11: note: in expansion of macro ‘rfs_inode_find’
rinode = rfs_inode_find(dentry->d_inode);
^~~~~~~~~~~~~~
/tmp/driver/redirfs/rfs_path.c: In function ‘rfs_fsrename’:
/tmp/driver/redirfs/rfs.h:307:47: warning: comparison of distinct pointer types lacks a cast
(inode && inode->i_op && inode->i_op->rename == rfs_rename ?
^~
/tmp/driver/redirfs/rfs_path.c:926:11: note: in expansion of macro ‘rfs_inode_find’
rinode = rfs_inode_find(new_dir);
^~~~~~~~~~~~~~
make[2]: *** [scripts/Makefile.build:266: /tmp/driver/redirfs/rfs_path.o] Error 1
make[1]: *** [Makefile:1691: /tmp/driver/redirfs] Error 2
make[1]: Leaving directory ‘/usr/src/linux-5.4.35-std-def-alt1’
make: *** [Makefile:3: all] Error 2
make -C /lib/modules/uname -r/build M=/tmp/driver/redirfs modules_install
make[1]: Entering directory ‘/usr/src/linux-5.4.35-std-def-alt1’
cat: /tmp/driver/redirfs/modules.order: No such file or directory
DEPMOD 5.4.35-std-def-alt1
make[1]: Leaving directory ‘/usr/src/linux-5.4.35-std-def-alt1’
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-5.4.35-std-def-alt1’
cat: /tmp/driver/avflt/modules.order: No such file or directory
DEPMOD 5.4.35-std-def-alt1
make[1]: Leaving directory ‘/usr/src/linux-5.4.35-std-def-alt1’
modprobe: FATAL: Module redirfs not found in directory /lib/modules/5.4.35-std-def-alt1

RedirFS kernel modules installation failed.

cat: /etc/issue: No such file or directory

cat: /etc/issue: No such file or directory
Stopping cmdagent: /opt/COMODO/load_cmdagent.sh: line 141: killproc: command not found
The cmdagent failed to stop!
cat: /etc/issue: No such file or directory

cat: /etc/issue: No such file or directory
The cmdagent is already running!
cat: /etc/issue: No such file or directory

cat: /etc/issue: No such file or directory
Stopping cmgdaemon: /opt/COMODO/load_cmgdaemon.sh: line 145: killproc: command not found
The cmgdaemon failed to stop!
cat: /etc/issue: No such file or directory

cat: /etc/issue: No such file or directory
The cmgdaemon is already running!

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