Erik Schamper
Erik Schamper
@daddycocoaman will you be contributing your findings?
> @Schamper any response? I've brought this PR up internally with the team several weeks ago as I don't have much time to look into this until the new year,...
> This is not blocking but the function `iterdir` works fine but when using `glob` the FS entries do not exist, which results in the exception `FileNotFoundError`: https://github.com/fox-it/dissect.target/pull/698/files#diff-b1b22daa6721c32ea013bfb6fcaabe0e1fc80d9d38988451a01e44503c7ac220R84-R86. > >...
I can't reproduce, should the unit test trigger this already? I made some small other changes but I don't think those should affect this.
Weird, but okay. If you address that last comment then this is good to go.
Hi @martindurant, thanks for reaching out! Apologies for the delayed response, I also saw the other thread where Dissect was mentioned and wanted to give an in-depth reply there, but...
Maybe a path is attempted to be mapped on an already existing path (that was not detected as a directory). E.g.: ``` path/to/file path/to/file/oops ``` `path/to/file` [would be mapped as](https://github.com/fox-it/dissect.target/blob/90fa8ae95a0b605e1d2298928bd48b6972ba2b23/dissect/target/filesystems/zip.py#L58)...
Thanks, it's indeed what I expected: ``` checkdir error: uploads/auto/etc/xdg/systemd/user exists but is not directory unable to process uploads/auto/etc/xdg/systemd/user/sockets.target.wants/dirmngr.socket. checkdir error: uploads/auto/etc/xdg/systemd/user exists but is not directory unable to process...
They are stored as symlinks in the tar archive.
Hi @Paradoxis, I was so in awe by your TED talk that it took me 5 months to recover and be able to reply to your PR! While a nice...