Debian User writes: > Can't create temporary file, errno= 30 Looks like it's trying to create a file in a read only file system (EROFS). Do you know where it's creating the temp file? If so, then check to see if you can write to the mount on which the temp file is being created.
Andrew.