-
Notifications
You must be signed in to change notification settings - Fork 1.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
Permission denied when accessing .docker-root/overlay2 #10108
Comments
@csweichel would you have any insight as to why we might be getting this error? |
I guess this problem is related to seccomp notify. gitpod/components/workspacekit/pkg/seccomp/notify.go Lines 426 to 451 in e24461c
|
From another customer via Front:
|
This matter has appeared since May 5 when the gen44 was shipped. |
It appears that I do not have enough permissions to set the attribute user.overlay.impure.
|
@utam0k can you share a repo and test results for starting a regular workspace from a prebuild, where there are both before and init tasks defined, both of which depend on I was talking with @aledbf , and he shared some interesting questions.
|
Hey @utam0k , also, I am curious, what is the impact if |
Hi, @kylos101 and @aledbf. Frankly, I just figured out the cause and have no idea what the implementation will be. However, the points you raised are quite important to consider. And it seems difficult. This is an excellent point. I too have questions about this, but haven't fully explored the details yet. Perhaps it may be best to ignore it and update the user documentation.
|
And if users have no complaints about the current behavior, it may be safe to ignore it. |
We received one more report of this issue: https://app.frontapp.com/inboxes/teams/views/142058954/open/42064138762 It seems the issue also occurs when restarting workspaces after executing certain commands in the workspace. |
@utam0k we should wait for |
@utam0k here is an explanation for |
In case it's helpful, here's another one: https://discord.com/channels/816244985187008514/909791731619344494/974263437767110676 |
I'm still seeing this error:
This is with the prebuild from muze-nl/federated-timesheets-tests#2 |
Hey @michielbdejong , we're hoping to resolve in #11183, which now has a concrete set of steps for us to reproduce the problem, as well as prevent other related regressions. Please subscribe to #11183 for updates? |
Bug description
I see a lot (40k in last 3 hours) errors like this in SaaS:
Link to logs: https://cloudlogging.app.goo.gl/mZg3N1J2w58wm7fLA
This might be related to an issue customer is having as well:
https://app.frontapp.com/inboxes/teammates/9932874/inbox/open/41825492426
Potentially related issue: #9263
Would like to understand why we are getting those errors and what is the impact.
Steps to reproduce
One potential repro case:
This seems to do with running
docker-compose pull
anddocker-compose build
in init task.Workspace affected
tracthq-tractweb-xtjbxw26gqh
Expected behavior
We shouldn't be getting permission denied errors when accessing .docker-root I think.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: