• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Watchdog / Rootkithunter can't find MD5

S

splacknuck@

Guest
Watchdog’s security check via the control panel starts Rootkithunter 1.2.8. Although I added the following lines to /usr/local/psa/var/modules/watchdog/lib/rkhunter/db/os.dat:
751:SUSE LINUX 10.2 (i386):/usr/bin/md5sum:/bin:
752:SUSE LINUX 10.2 (i586):/usr/bin/md5sum:/bin:
753:SUSE LINUX 10.2 (X86-64):/usr/bin/md5sum:/bin:

Rootkithunter claims that
Warning: Cannot find Location of md5
All MD5 checks will be skipped!

Is there a solution for this? I found a post in this forum relating to Plesk 8.3: problem with watchdog no md5.

Unfortunately with Plesk 8.6 I am still experiencing this problem.
 
A solution to Rootkithunter can't find MD5

Hi,

Maybe a little late, but I have found a solution to this problem.

The problem is RKHUNTER 1.2.8 is searching for the string "SuSE Linux" in /etc/SuSE-release. In openSuse however, it has openSuSE 10.2 (i586) in this file.

The solution is simple: edit /usr/local/psa/admin/sbin/modules/watchdog/rkhunter line 2035 and change it to:

version=`cat /etc/SuSE-release | grep -i "openSUSE"`

This works for my server.

I didn't try to find out if the latest release of rkhunter (1.3.4) does better detection. But this is a quick fix to solve this.
 
Back
Top