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

Anti-Virus failed to start

Hi,

I just finished the installation process of the AV on (Debian based) MX Linux 16.1 - 32bit and received the following message:

Installation completed.
Unable to start savd
On-access scanning not available because it was not possible to start Sophos Anti-Virus.

Could anyone, please let me know how to solve this issue?

Thanks!



This thread was automatically locked due to age.
Parents Reply
  • Here we go:

    ps aux | head -2
    USER PID %CPU %MEM    VSZ    RSS  TTY  STAT  START   TIME  COMMAND
    root       1     0.0      0.0  3028  1428  ?     Ss      15:28   0:01  init [5]

    $ pstree -ap | head -1
    init,1

    $ ls -l /sbin/init
    -rwxr-xr-x 1 root root 39396 apr 6 2015 /sbin/init

Children