This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos error on Linux OS

Hi,

We encounter installation error with the following Linux OS:

Kernel version: 2.6.32-71.el6.i686
OS release: CentOS Linux release 6.0 (Final)

Kernel version: 3.0.0-15-generic
OS Release: Ubutnu 11.10 Desktop

Error: Unable to load TALPA modules. On access scan is not enable/running.

we tried to look for document related to this issue but nothing found. we have few servers running CentOS.


Thank you,

Teddy

:21701


This thread was automatically locked due to age.
  • Hi Tedz,

    Unfortunately these are both unsupported distributions so we don't include a pre-compiled Talpa module (used for on-access scanning).

    - CentOS is not currently supported

    - We only support LTS versions of Ubuntu

    However, the installer will attempt to compile a Talpa module during installation/update.  In order to do this you will need development tools such as gcc, make, and the kernel source installed.  This article provides more information:

    http://www.sophos.com/support/knowledgebase/article/13503.html

    Once you have these tools installed you can attempt compilation by running:

    /opt/sophos-av/engine/talpa_select select

    Hope this helps,

    Tom.

    :21711
  • Hello TomA,

    Can I request CentOS 5/6 to be supported. It is very popular OS and binary compatible with RedHat (already supported) so I guess is not that dificult.

    Question: I'am getting the following warning. Does it affect some funcion?

    An event happened on the computer myserver.com.
    
    Unable to load Talpa modules.
    
    Please contact your IT department.
    :28317
  • Hello,

    That error means that on-access scanning won't be available I'm afraid.

    For on-access to work on an unsupported kernel, SAV must be able to compile Talpa.  You might need to install the following components:  gcc, make, kernel-headers.  These are usually included in the kernel-devel package.  Eg:  
    yum install kernel-devel-`uname -r`

    You can then attempt compilation again with:  /opt/sophos-av/engine/talpa_select select

    If there is any problems you can view the log file here:  /opt/sophos-av/log/talpaselect.log

    If you have lots of systems on this kernel you can also distribute the Talpa module yourself (so you only need to compile on one machine).  Take a look at this article:

    http://www.sophos.com/en-us/support/knowledgebase/110767.aspx

    I'm afraid at the moment we aren't planning to formally support CentOS.  The good news is that we will be including fanotify support in SAV9 which will allow you to run on-access scanning on any 2.6.38+ kernel without compiling Talpa.

    SAV9 is planned for a Q3/Q4 release this year.

    Hope this helps,

    Tom.

    :28329
  • Hi, Thk I will look into it. xTiNcTion
    :28351