ezri
ezri
Thanks for the report! Could you please try the branch [mount-fix](https://github.com/binpash/try/tree/mount-fix) and let me know if it works on your setup.
I agree, does it work if you unmount `/tmp/.mount_desktoysblPB` ? @skorokithakis
Old error: `/tmp/tmp.0wS2EKl09A: line 4: cd: /tmp/try: No such file or directory` New error: `/tmp/tmp.HKiE92wdmR: line 4: cd: /home/stavros: No such file or directory` What happens if you try running...
Exiting the innermost unshare after launching it with `./try bash` seems to break the change detector, user would also have to `exit` twice for the two unshares. ``` root@pashtest:~/try2# exit...
Adding exec in the first(inner) unshare did not change anything, I'd either have to `exit` out or `fg` to bring it out. ``` ubuntu@pashtest:~/try$ ./try bash + NO_COMMIT=interactive + getopts...
Running `./try bash -i` did not seem to change it, with or without the exec on the first unshare. Adding a wait under the outer unshare also did not seem...
> Before we go down the rabbit hole of managing a pty ourselves, we should see if `trap - TTIN TTOU` in the `try` script is enough to fix this,...
> `trap '' TTIN TTOU` That did something, instead of sending try to the background, unshare choose "Not committing" and exited. ``` + echo /tmp/tmp.tsWxX0YiTL/upperdir/home/ubuntu/.bash_history (modified/added) /tmp/tmp.tsWxX0YiTL/upperdir/home/ubuntu/.bash_history (modified/added) + IFS=...
setting -m in try fixes the issue for me, tho im not sure why— Eric ZhuOn Jun 26, 2023, at 15:46, Martijn Braam ***@***.***> wrote: I have no idea at...
Should we still add in a `try explore` command (may conflict if user has a binary named explore), or just mention in the readme that they can also run `try...