Corbin Champion
Corbin Champion
I saw those commit when looking through how stale UserLAnd proot was yesterday. I don't see statx being called though, but I should catch up. Here is the interesting part...
I am wondering if they compiled coreutils with `READDIR_LIES_ABOUT_MOUNTPOINT_D_INO`. `ls` will fail if the `ino` returned by `readir/getdents` doesn't match the real `ino` in that case. I will try catching...
That is not it. The inodes returned are the same as what you get from calling stat. We running with the `hidden_files` extension, but the issue shows up when we...
I can confirm this is already fixed in the latest code base. I have a little more work to merge, but it does look like this issue is solved.
Btw... Thanks for looking into this.
@michalbednarski I finished up the merge ( https://github.com/CypherpunkArmory/proot/tree/merge-it ). I mostly went with what you had, except for a couple of differences related to specific bugs users encountered. It looks...
Any thoughts on this @michalbednarski ? Maybe I will just merge the statx part of this right now, but I do want to get all merged up in the near...
Before bringing this up, I did confirm that the prootshm file was getting created. I will work through the other suggestions and see where I end up. Thank you!
@michalbednarski I finally got back to debugging this. This is related to UserLAnd targeting Android 10. See this behavior change: ``` Shared memory Ashmem has changed the format of dalvik...
In the same branch I have been playing with ( https://github.com/CypherpunkArmory/proot/tree/merge-it ) it looks to be mostly working now, but very little testing so far. Had to do the following,...