/tmp 100% full, but disk space is not full

  • January 25, 2013
  • 0 Comments
When you run "php -v", it will return this message: 
Unable to create lock file: No space left on device
Failed to start up concurrent users module!
This means that your tmp folder is full, not necessarily that the disk is full.

What you need to do is to run: /usr/sbin/tmpwatch -am 12 /tmp (this will clean your /tmp folder which are 12 hours old)

How helpful was this article to you?

Posting has been disabled.