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

Failed to lock proc mutex: Permission denied

The error : Failed to lock proc mutex: Permission denied can occur when using mod_ruid2 with...

Whitelisting Multiple IPs with Mod_Security

The following can be added to the main modsecurity.conf or a whitelist file such as one...

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...

SpamAssassin Command Line Bayesian Learn Command cPanel

Once it is enabled, it is necessary to train spamassassin to learn what is junk mail and what is...

yum-utils not installed or found on Centos5 64-bit

When yum-utils is not installed or found on Centos5 64-bit the following commands may be used:...