Failed to start tailwatchd - Unit tailwatchd service entered failed state

Failed to start tailwatchd.

Unit tailwatchd.service entered failed state. 

tailwatchd.service failed.

tailwatchd has failed. Contact your system administrator if the service does not automagically recover.


This can often occur when multiple instances of tailwatchd are running. Perform the following via SSH:

ps aux | grep tailwatchd
kill -9 #


Where # will be all the processes listed. Once the processes are all killed perform:

/bin/systemctl restart  tailwatchd.service
or
service tailwatchd restart

 

  • 108 Users Found This Useful

Was this answer helpful?

Related Articles

This webpage is not available ERR_SSL_VERSION_OR_CIPHER_MISMATCH

This webpage is not availableERR_SSL_VERSION_OR_CIPHER_MISMATCHA secure connection cannot be...

Error: rpmdb open failed with cPanel

This can occur with older packages sitting on your drive. Try running the following: rm -f...

Disable cPanel Brute Force Command Line

To disable the cPanel brute force detection from the command line usee the following:...

Account's error_log produces flood of missing modules

 Account's error_log produces flood of missing modules. Ex:   From error_log:     [23-Apr-2018...

Killing cPanel Backups via Command Line / Shell

From time to time you may find the cPanel backup system taking longer and affecting production...