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

docker dev env - rsync fails when starting container, permission denied to /home/labdev/jupyterlab/ #15654

Open
pipilacha opened this issue Jan 17, 2024 · 7 comments
Assignees

Comments

@pipilacha
Copy link

Description

start.sh fails when trying to run the container. rsync: [Receiver] mkdir "/home/labdev/jupyterlab/node_modules" failed: Permission denied (13)
image

Going into the container and checking permissions /home/labdev/jupyterlab/ belongs to root.
image

Reproduce

  1. Run start.sh
  2. rsync fails and container exits

Expected behavior

rsync copies files and container runs succesfully

Context

  • Operating System and version:
  • Browser and version:
  • JupyterLab version:
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.
@pipilacha pipilacha added the bug label Jan 17, 2024
@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to new issues that need triage label Jan 17, 2024
Copy link

welcome bot commented Jan 17, 2024

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@FoSuCloud
Copy link
Contributor

Hello, I verified that it was successful.My computer is a macOs and the version is 14.0

@JasonWeill
Copy link
Contributor

@trungleduc Any suggestions about how to mitigate or fix this?

@JasonWeill JasonWeill removed the status:Needs Triage Applied to new issues that need triage label Jan 23, 2024
@trungleduc trungleduc self-assigned this Jan 23, 2024
@trungleduc
Copy link
Member

I'll take a look at it.

@trungleduc
Copy link
Member

I can not reproduce the issue

docker

@trungleduc
Copy link
Member

@pipilacha could you try this PR #15699 to see if it fixes your issue?

@pipilacha
Copy link
Author

pipilacha commented Jan 30, 2024

I still get permission errors using that PR.
image

I only face this issue using docker desktop, if I switch to docker engine only it runs fine.

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

5 participants