StradSolutions

How To Resolve Failed To Open Session Lockfile Issue Of CPanel?

October 11, 2017 Strad Team 1 min read

Error:

If you are getting this issue with CPanel

failed to open session lockfile: FILE=/var/cpanel/sessions/raw/:Up5nKwLkFgQF_Ke_yEsgb_w9gMl2FzDSPpHdrus6DAOcD30Xt1tEgWy41BwsSQC5.lock, No such file or directory at /usr/local/cpanel/Cpanel/Session.pm line 261.

Solution:

df -i  : to check the usage of inode space.

if it is showing 100% used then

cd /var/spool

rm -rf exim :  to delete the exim file

Issue will resolved.

Leave a comment