/tmp is usually shared between all users on a VM/hardware server. HEMTT creates a /tmp/hemtt/ directory there with 755 permissions. This results in following errors for other users:
INFO Config loaded for Dynamic Operations 0.2.1.1-69c2dc82
INFO Creating `build` version
error: IO Error: Permission denied (os error 13)
Possible solution: ensure /tmp/hemtt permissions are 777 + add one more level of directory with UID (/tmp/hemtt/12345), to avoid possible collisions
/tmp
is usually shared between all users on a VM/hardware server. HEMTT creates a/tmp/hemtt/
directory there with 755 permissions. This results in following errors for other users:Possible solution: ensure
/tmp/hemtt
permissions are777
+ add one more level of directory with UID (/tmp/hemtt/12345
), to avoid possible collisions