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

Documentation about shared directory leads to permission issues #986

Open
cymon opened this issue Aug 6, 2024 · 0 comments
Open

Documentation about shared directory leads to permission issues #986

cymon opened this issue Aug 6, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@cymon
Copy link

cymon commented Aug 6, 2024

Bug description

Followed the instructions to add a shared folder:

Users cannot write new notebooks to shared dir /srv/scratch because they do not have the correct permission on the .ipynb_checkpoints dir in /srv/scratch

How to reproduce

  1. Follow these instructions:
    https://tljh.jupyter.org/en/latest/howto/content/share-data.html#option-3-create-a-directory-for-users-to-share-notebooks-and-other-files
  2. Have a second user log in and try to create notebook in the shared users dir.
  3. Gives an "undefined error" or similar

Expected behaviour

All users should be able to write new notebooks to the /srv/scratch shared dir.

Actual behaviour

They cannot without first changing group permission to write on /src/scatch/.ipynb_checkpoints

Your personal set up

  • OS:
    Ubuntu 22.04.4 LTS
    Python 3.10.12
@cymon cymon added the bug Something isn't working label Aug 6, 2024
@consideRatio consideRatio changed the title .ipynb_checkpoints in shared data directory Documentation about shared directory leads to permission issues Oct 20, 2024
@consideRatio consideRatio added the help wanted Extra attention is needed label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants