No space left on device
In order to know how much space you have on a Linux machine, run the following command :
df -h
This will show you the space available and used for every mounted partition
Another command can be usefull, indeed sometimes you found that you have some space left but in fact your inode tables could be full even more on an ext-3 filesystem, so run the following to check :
df -i