-
Notifications
You must be signed in to change notification settings - Fork 0
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
Caches that point to a folder with a dash in it somewhere do not work correctly #6
Comments
Thanks for the report on this, sorry it's taken me a few days to get around to it. @bravoman In your case, is it the cache path having dashes that's causing the issue or is it the mount point within the container having dashes? Or both? @Vmadmax, I see in your screenshot that the second-to-last cache (the one with "m-w" visible) does indicate "In Use". Is it only certain caches with dashes that seem to have this problem? |
I'm not able to reproduce locally. If you can share an example configuration that can reproduce the issue, that should make it fairly easy to suss out. Another possibility could be that the |
@xenoscopic What specific configs are you looking for? |
The cache path contained the dash. The mount path in the container does not contain any dashes in my config. So no experience with that yet. The UID/GID was not changed to fix my issue (it was both 0 and still is both 0). |
@bravoman I'll be doing some additional work on the extension this weekend, so I'll try a variety of configurations and see if I can figure out what might be causing the problem. But thank you for the additional information, that will be helpful. |
I've spent some time trying to reproduce this problem without any success. I've also looked through the code quite thoroughly, but I don't see anything that would selectively cause issues with Given that the screenshot provided seems to show some of the caches with Would it be possible to run I think that's the next most logical debugging step. If you'd like to hop on a call to discuss/debug, I'm happy to do that as well. |
I could not get the caches to work for certain folders where a dash was inside the foldername. So something like:
would not work until I used an underscore for the foldername instead of the dashes.
It's not so much that I could not create a cache of the folders (with dash in the path somewhere). It's more that they were never really used (shown as 'in use' in the mutagen dashboard) until I renamed the folders to use an underscore instead of dash. Even though I made sure that the correct context was used using: '--context=desktop-linux-mutagen'.
The text was updated successfully, but these errors were encountered: