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

groupadd fails (VSC-1360) #1201

Closed
1 task done
powerteqtpitman opened this issue May 23, 2024 · 2 comments · Fixed by #1200
Closed
1 task done

groupadd fails (VSC-1360) #1201

powerteqtpitman opened this issue May 23, 2024 · 2 comments · Fixed by #1200
Labels
bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)

Comments

@powerteqtpitman
Copy link

OS

Windows

Operating System version

Windows 10

Visual Studio Code version

1.89.1

ESP-IDF version

latest

Python version

3.10

Doctor command output

I don't know how to get this

Extension

No response

Description

I am following this tutorial: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/using-docker-container.md

When I get to the step of opening the dev container I get the following output and then a dialog that says it failed:

https://pastebin.com/p847zTaS

Debug Message

I am not getting this far

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@powerteqtpitman powerteqtpitman added the bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue) label May 23, 2024
@github-actions github-actions bot changed the title groupadd fails groupadd fails (VSC-1360) May 23, 2024
@brianignacio5
Copy link
Collaborator

brianignacio5 commented May 24, 2024

Open your project .devcontainer directory Dockerfile and change ARG USER_UID=1000 to ARG USER_UID=1050 or other number

@powerteqtpitman
Copy link
Author

That fixed it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants