tailwatchd_log Problem with recent_authed_mail_ips

gizzmo2006

Active Member
May 22, 2007
36
1
158
Hello,

i have following error Messages in tailwatchd_log:

[87352] [2016-09-02 08:47:48 +0200] [Cpanel::TailWatch::RecentAuthedMailIpTracker] [ERR] Could not rename /etc/recent_authed_mail_ips.build to /etc/recent_authed_mail_ips: No such file or directory

[8887] [2016-09-02 08:47:48 +0200] [Cpanel::TailWatch::RecentAuthedMailIpTracker] [ERR] Could not rename /etc/recent_authed_mail_ips_users.build to /etc/recent_authed_mail_ips_users: No such file or directory


Any idea how to fix this?

Regards Frank
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

I've seen those messages on systems with multiple tailwatchd processes running. Please run the following command to verify if that's the case on this system:

Code:
ps auxw|grep tail
Also, please let us know which version of cPanel is installed on this system:

Code:
cat /usr/local/cpanel/version
Previous bug resolutions in cPanel 58 were aimed to address the issue with multiple tailwatchd processes:

Implemented case CPANEL-7723: Prevent multiple copies of tailwatchd from being started.
Fixed case CPANEL-6436: Prevent tailwatchd from starting multiple processes.

Thank you.