PDA

View Full Version : /usr is full.



HWF
March 8th, 2009, 11:24
My friends server /usr is 81% full.

He asked me post here how he can fix this.

Even I don't know, nenver had this problem.

Any help for him :)

Dynash
March 8th, 2009, 11:47
http://www.webhostingtalk.com/showthread.php?t=763562

Hostco
March 9th, 2009, 05:33
You may face problem with httpd and cpanel services if your /usr folder gets filledup thus to make it free you will have to clean following directories like /usr/local/apache/logs / and /usr/local/cPanel/logs and checking which files are eating up huge space and clearing them.

[AS]Richard
March 9th, 2009, 21:53
You may face problem with httpd and cpanel services if your /usr folder gets filledup thus to make it free you will have to clean following directories like /usr/local/apache/logs / and /usr/local/cPanel/logs and checking which files are eating up huge space and clearing them.
He said it.
It's the logs that cause /usr to become full.
When that happens, accounts can not be created in WHM.

~ServerPoint~
March 10th, 2009, 03:03
I believe that the given thread on the WHT helps to understand the issue with no doubts.

Hostco
March 14th, 2009, 04:04
Richard;1055146']He said it.
It's the logs that cause /usr to become full.
When that happens, accounts can not be created in WHM.

I think i have provided solution stating : " you will have to clean following directories like /usr/local/apache/logs / and /usr/local/cPanel/logs and checking which files are eating up huge space and clearing them. "

Kailash
June 1st, 2009, 15:30
Go to your /usr partition (cd /usr) and check the disk usage of each folder using du command:

du -hs *

Remove unwanted logs that will help you to free the space.

Kailash