-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Bug]: stat: cannot statx '/var/run/docker.sock': No such file or directory #4933
Comments
Instead of
try with
Worked for me. |
If shaxxx's solution doesn't work, this may be a permission issue. |
No, but this workaround was needed to get it working in Docker terminal bash shell. |
hi thanks for the tip it seems if i include the as follows:
however when it opens up it doesn't actually show the working directory, i get the "What do you want to build?" message i can confirm |
so yea i cant open local working directory, and i also tried to open a repo via github at which point the IDE loaded and threw this error:
seems similar to the original error |
@avonian can you try this. After you set your WORKSPACE_BASE to a path you want.
|
Also the initial "What do you want to build" will always show. Even if you specify a workspace. |
thanks again for the quick reply i did as you suggested, and asked a question to open up the IDE, and the working folder is empty either way appreciate everyones help here |
Just want to make sure that when you provided WORKSPACE_BASE, you provided an absolute path that exists? |
yep, absolute path, and when i do an echo it appears correctly, and i can cd to it exactly as its printed or by doing |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for over 30 days with no activity. |
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Running linux mint 22 and docker 27
When I start the container with the boilerplate instructions it works fine:
but if i try to provide a working directory, i get the aforementioned error
here's how i'm doing it:
any ideas what the problem might be?
OpenHands Installation
Docker command in README
OpenHands Version
0.13
Operating System
Linux
Logs, Errors, Screenshots, and Additional Context
0.13: Pulling from all-hands-ai/openhands
Digest: sha256:5444b2c3667898163db4ce052717dd59e5040cdd05d2e9621d9018215865ae86
Status: Image is up to date for docker.all-hands.dev/all-hands-ai/openhands:0.13
Starting OpenHands...
Setting up enduser with id 1000
stat: cannot statx '/var/run/docker.sock': No such file or directory
The text was updated successfully, but these errors were encountered: