No space left on device - wrong size
Solution 1:
- perhaps, you clean up
apache
's logs recently? if so, try to restartapache
after that as well and you should regain your space back. - run
fsck
as your filesystem may be corrupted.
few ways to clean up your logs:
- setup logrorate (better way).
-
echo > $FILE
(dirty way).