SysSachin
- Total activity 1153
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 550
Comments
Recent activity by SysSachin-
Hi, Please check inodes uses. Might be inodes uses is 100 %. run the below command. df -i
-
Hi, Can you give us the result of this command. cd / du -sh ./*
-
Hi, Please let us know the version of cPanel installed on your system cat /usr/local/cpanel/version
-
Hello, Check if there are any scripts that are sending spam mail from any account. Login to server and run below command. awk '$3 ~ /^cwd/{print $3}' /var/log/exim_mainlog | sort | uniq -c | sed...
-
Hi, Please check the available disk space on the server. Might be the partition is reaching 100% usage. The following commands is helpful: df -h df -i (for inode usage)
-
Hi, If you are not able to access the server through WHM or SSH then you need to check this with hosting provider. They will check through console .
-
Hi, That warning message is normal if an account is suspended. It's by design that MySQL authentication fails for suspended accounts.
-
Have you tried this ? awk '$3 ~ /^cwd/{print $3}' /var/log/exim_mainlog | sort | uniq -c | sed "s|^ *||g" | sort -nr The above command will show the exact path for mail script.
-
Hi, Try to restart MySQL service. If still showing same error you may check the website is pointing to your server IP or try to accesses cpanel with serverIP/cpanel
-
Hi, First you need to install php selector on your server after that you can able to select php version. May I know which OS installed on your server ? Provide us the oputput for this command. ...