linux-malware-detect icon indicating copy to clipboard operation
linux-malware-detect copied to clipboard

Service doesn't start in debian testing

Open kesnol opened this issue 4 years ago • 1 comments

There is a problem in internals/functions file. In the line 1660, there is an if that looks for inotify_ in /boot/System.map-$(uname -r) In Debian this file only contain the following text: ffffffffffffffff B The real System.map is in the linux-image--dbg package

So the function exits and the service doesn't come up.

I have installed the linux-image--dbg package and it didn't help.

If I modify the file and I remove the first part of the if, the function check for CONFIG_INOTIFY in /boot/config-$(uname -r) and the service come up.

kesnol avatar Nov 21 '20 10:11 kesnol

Hello, Thank you for your issue. I hit the same problem. I propose a fix here : https://github.com/rfxn/linux-malware-detect/pull/398

Regards, Dylan

Dylan-Feith avatar Dec 16 '21 09:12 Dylan-Feith