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

Unable to acquire lock when home directory is mounted with NFS #3669

Open
rawlik opened this issue Dec 12, 2023 · 2 comments
Open

Unable to acquire lock when home directory is mounted with NFS #3669

rawlik opened this issue Dec 12, 2023 · 2 comments
Labels
kind/bug status/triage Issue needs to be triaged

Comments

@rawlik
Copy link

rawlik commented Dec 12, 2023

Renku doesn’t work if the home directory is mounted with NFS. It fails with a message:

Unable to acquire lock.
Hint: Please wait for another renku process to finish and then try again.

May be caused by a bug in a library that renku uses: wolph/portalocker#92

@rawlik rawlik added kind/bug status/triage Issue needs to be triaged labels Dec 12, 2023
@rawlik
Copy link
Author

rawlik commented Dec 12, 2023

I found a workaround. Setting the home directory to be some local directory for the renku command works.

$ HOME=/scratch/mrawlik renku

@jkminder
Copy link

jkminder commented Apr 5, 2024

Should you be on a system that has only NFS mounted drives you can fall back to the /dev/shm mount. It should be there on most linux distros and is writeable by all users.

HOME=/dev/shm/ renku status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug status/triage Issue needs to be triaged
Projects
Status: Backlog
Development

No branches or pull requests

2 participants