Closed b-dean closed 3 years ago
Also chasing this issue. I just found https://community.sophos.com/free-antivirus-tools-for-desktops/f/discussions/103665/free-sophos-for-linux-9-is-not-comatible-with-opensuse-tumbleweed-since-kernel-update-to-4-17-x-old-4-16-x-runs-fine/377358#377358 which said use fanotify instead so https://support.sophos.com/support/s/article/KB-000034610?language=en_US says /opt/sophos-av/bin/savconfig set PreferFanotify true /opt/sophos-av/bin/savconfig set disableFanotify false systemctl restart sav-protect.service /opt/sophos-av/bin/savdstatus Sophos Anti-Virus is active and on-access scanning is running Hope this helps.
If you are using a supported version of Sophos Anti-Virus, it would be best to contact Sophos, then we're be able to allocate some time to investigating this. If you are using Free SAV, I'd suggest using fanotify.
Edit: Just seen that you started with SophosInstall.sh, so are using Sophos Central. I'd suggest raising it as a query to Sophos Support, then we can get time allocated to investigate.
We saw a similar issue with a single Ubuntu 20.04 kernel, that was fixed in later kernels for 20.04.
Should be fixed by e50a2f95aa55c024759b3867ffc1af7e3d8e82a3
First ran into this with the
./SophosInstall.sh
which was saying:After a bit of digging around I tried running the compile and load myself:
Which also fails when it tries to load the kernel module:
Looking in
/var/log/messages
it seems that the symbole it has trouble with is__module_address
environment
uname -a
:gcc --version
:Operating System:
ami-0233c2d874b811deb
(us-east-2 ohio)Prereqs I've installed all yum updates and also
kernel-devel
,kernel-headers
,gcc
,make
as the documented prereqs for compiling talpa.relevant output from
dmesg | tail
Misc
I found this issue that mentions that in recent kernel versions
__module_address
is not exported. Seems like it might be the same problem: nbulischeck/tyton#33talpa_select-output.txt talpaselect.log