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

Error: Multilib version problems found

Finished Dependency Resolution Error:  Multilib version problems found. This often means that...

Clear cPanel Eximstats DB and Repairing the Eximstats DB

Over the time or due to spammers the eximstats database file may grow to a large size. To clear...

Manually Clear from Console / Command Line cPanel Exim Mail Queue

To clear the cPanel exim mail queue quickly from a command line / shell use the following...

Error: rpmdb open failed with cPanel

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

How to convert InnoDB to MyISAM

Although at times faster, you will find InnoDB a very large headache when it comes to table...