WARNING: A running easyapache process was detected
This post will help you to fix the error on the cPanel: WARNING: A running easyapache process was detected . I found the following error recently on one of our servers while I am trying to upgrade MySQL/MariaDB.
WARNING: A running easyapache process was detected. Please wait for easyapache to finish before attempting to upgrade MySQL.
I have checked the process logs and can’t find any EasyApache process running.
ps aux | grep easyapache
So, I have checked the pid file and that too doesn’t exist.
/var/run/easyapache.pid
Then, I have checked the location /usr/local/apache/ and found that there is a file named “AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING” exists on the mentioned location and that’s notifying the WHM that an EasyApache process is running.
I deleted the mentioned file and the problem solved.
rm -f /usr/local/apache/AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING
That’s it!
If you like this post and wish to receive more articles from us, please like our FB page: Grepitout
Your suggestions and feedbacks will encourage us and help to improve further, please feel free to write your comments.
For more details on our services, please drop us an E-mail at info@grepitout.com
excellent post and good fix
Thanks 🙂