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

 

  • 106 Users Found This Useful

Was this answer helpful?

Related Articles

Recursive chmod / Permission Change Across Directories for a File Type

The following command may be very useful for changing the permissions of a file type such as .php...

error: db3 error(-) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery

error: db3 error(-) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery...

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

cPanel Account - PHP Startup: Unable to load dynamic library

PHP Warning:  PHP Startup: Unable to load dynamic library './xsl.so' - ./xsl.so: cannot open...

Failed to lock proc mutex: Permission denied

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