exim-26 and imap DOWN
Hi.
Today morning I noticed that exim-26 and imap services are downs.
I restarted these services but didnt fix the errors, it still appears down.
How can i fix it?
Thanks in advance.
-
Are the services indeed running? Try to start them manual like service exam restart and see the error message there. -1 -
I ran the commands: service exim restart service dovecot restart these finished successful I checked the sevices status and shows: is running... 0 -
So where do you see its down? Are you able to telnet into port 26? 0 -
I found the problem. What happened was that at morning, a cron job was executed, this cron owned cpanel, this cron created a file called checksrv.suspend, which disabled the service monitor y left all services without updating in WHM > Server status > Service Status I ran the following command: - First I restarted thailwatchd
/scripts/restartsrv_thailwatchd
- I checked the log
tail -f /var/log/chkservd.log
In that log I saw a file named chkservd.suspend, this is a response: [2020-09-08 11:41:02 -0500] Chkservd is currently suspended (/var/run/chkservd.suspend exists), waiting 100 seconds - I removed the file chkservd.suspend
rm -f /var/run/chkservd.suspend
- At last restart again thailwatchd
/scripts/restartsrv_thailwatchd
0 - First I restarted thailwatchd
-
Glad to see you were able to resolve the issue. For reference though the command is: /scripts/restartsrv_tailwatchd0
Please sign in to leave a comment.
Comments
5 comments