-
Notifications
You must be signed in to change notification settings - Fork 68
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
Could not delete created temporary path #63
Comments
A few things will help us debug this:
Thanks! |
/tmp dir info:
Exec
Exec
When I commit these changes and try to delete the temporary directory:
|
Could this be also because of tmp is losing 777t in overlay #6 ? |
I also tried it with AlmaLinux 9 and it didn't reproduce the problem. Do you have any debugging experience to share? |
So it seems that
indicates that overlayfs's in-flight work is getting no perms at all, which seems odd. (Though I've never checked to see what overlayfs does with it, and I believe it's always empty by the time I've committed.) These logs don't quite cover all of our bases---what's |
Hi , $HOME is an ordinary directory,
This doesn't seem to be related to $HOME, changing $HOME to /tmp/ has the same result. |
Just wanted to be sure that What kernel version are you running? |
kernel is the default version provided by Ubuntu: kernel version and /proc/cmdline :
|
Huh. I'm seeing something similar in the (failing) test case of #66, which tells me that cleaning these up is not trivial and/or something is weird in overlayfs's workdir. |
Okay: work for this will proceed in #93, so I'm marking this as a duplicate. |
OS info:
Minimal Reproducible Script:
Output logs:
The file path operated by the try command will remain, and then cannot be deleted by the current user.
The text was updated successfully, but these errors were encountered: