chposter

Active Member
May 9, 2011
40
1
58
Hi,

we have a cluster on dnsonly cpanel. We are seeing hourly these message:


tailwatchd failed A restart was attempted automagically.
Service Check Method: [check command] tailwatchd is not running

Well, the log says:

install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC

So,

perlinstaller DB::mysql

But we have not mysql installed on this server. So, shoud we install mysql with mysqlup ?

Atm the cphulkd option does not work on cpanel (we think it does use mysql) On this server we have /etc/mysqldisable since it is of no use mysql
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Hello chposter,

For the DNS only machine, you would want to have MySQL installed as it is required for tailwatchd as well as cPHulk Brute Force Protections. If you have mysql disabled on the machine, then please remove the mysql disable file, then run "/scripts/mysqlup --force"

After MySQL has been installed, please then issue the following:

Code:
/scripts/perlinstaller --force DB::mysql
Thanks!
 

chposter

Active Member
May 9, 2011
40
1
58
Hi,

It worked fine (mysql4?), now the cphulkd protection is enabled once we have done:

/usr/local/cpanel/bin/hulkdsetup

Tailwatchd is running fine too.
thanks