Run out of disk space?
Check if there is some reserved. \\
Check how much reserved there is (replace the /dev/xvda1 with your filesystem):
tune2fs -l /dev/xvda1 | grep 'Reserved block count'
\\
The following command will free up some space:
tune2fs -m 1 /dev/xvda1