Service Status showing /tmp as full but its empty

johnburk

Well-Known Member
Jun 23, 2006
241
0
166
In Home »Server Status »Service Status it shows /tmp as using 2.86 of the 3.00 GB.

With SSH using the command

Running tmpwatch only removed 1M of data
/usr/sbin/tmpwatch --mtime --all 24 /tmp

du -sh /tmp only shows 12M

Looking at the files in /tmp then there are no large files or folders.
But on Server Status it is still 1.86GB full.

Why is Server Status showing /tmp as full?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

Please post the output from the following command:

Code:
df -h
Thank you.
 

johnburk

Well-Known Member
Jun 23, 2006
241
0
166
For anyone with the same problem:

Run lsof /tmp

Kill the process that has been deleted but is still locked and using lots of space.
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
I am happy to see the issue is now resolved. Thank you for updating us with the outcome.