Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with temporary directory space in shared environment #788

Closed
ocaisa opened this issue Dec 12, 2013 · 3 comments
Closed

Problems with temporary directory space in shared environment #788

ocaisa opened this issue Dec 12, 2013 · 3 comments

Comments

@ocaisa
Copy link
Member

ocaisa commented Dec 12, 2013

When I try a toolchain, eb doesn't clean up the .eb files it created in /tmp, regardless of whether the build was successful or not. In our case we have a group of people using EB on our system, which means if someone else tries to build the same software later they can't because they can't overwrite the created .eb file.

@wpoely86
Copy link
Member

#695 can help fix this. We just need to generate a random unique prefix in $EASYBUILD_TMPDIR or use $EASYBUILD_TMPDIR/$USER/

@wpoely86
Copy link
Member

Should be fixed in #695

We use a random directory in $EASYBUILD_TMPDIR (which defaults to /tmp).

@boegel
Copy link
Member

boegel commented Dec 17, 2013

Fixed by #695, thanks @wpoely86!

@boegel boegel closed this as completed Dec 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants