Problem with /tmp
Hello,
I would like to ask a question. We recently had a case where 5 servers that use cPanel in two days presented problems with the / tmp partition, where it was solved with the following steps:
1. Stop all services that are using / tmp
service httpd stop
service mysql stop
service exim stop
service cpanel stp
2. Umount / tmp partition
umount -l / tmp
umount -l / var / tmp
3. Remove corrupted partition
rm -fv / usr / tmpDSK
4. Re-create the / tmp partition
/ scripts / securetmp
5. Start your service again
service httpd start
service mysql start
service exim start
service cpanel start
Is this a problem due to cPanel updates?
Can you tell me what causes this?
thank you
-
Hello, Can you provide some more details about the specific issue you faced that required you to remount the /tmp partition? Were there any specific error messages? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment