I use sponge in scripts that process a succession of files, and run into this error occasionally. It will fail in parallel instances at the same time, so I guess some call is getting the wrong response. Maybe just try again? Cheers, David
David Liontooth wrote: sponge uses temp files in the standard place, eg /tmp or where TMPDIR points. If that is a small filesystem (such as a /tmp on a ramdisk), then it can be short on space while the main system disk is not full.