Arc Forumnew | comments | leaders | submitlogin
2 points by shader 3623 days ago | link | parent

That's a bug I'm currently fixing. It happens because arc uses the pattern of creating a temporary file and then moving it, instead of directly writing to an existing file. The only problem is that the /tmp directory on the rhcloud gears is not on the same file system. So it fails to move the file.

I'll push the fix as soon as I finish it.