You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for this useful library, it proved to be very useful in my work. 👍
I'm using fchroot to change root to a mounted directory, and sometimes*, I get the error:
chroot: does not exist (No such file or directory)
Now, I checked, the directory to chroot to does exist and works, and re-trying fchroot after a delay doesn't work either. Note that I do a few subsequent fchroot's on the same directory, maybe that's the cause?
* By sometimes I mean, if I re-run the whole program once again, it might or might nor throw an error
The text was updated successfully, but these errors were encountered:
I tried but I couldn't find out what was the cause of the problem, I tried with different settings but couldn't reproduce it in a minimal sample, if I get to find out the reason, I will let you know. 👍
Hi,
First, thanks for this useful library, it proved to be very useful in my work. 👍
I'm using
fchroot
to change root to a mounted directory, and sometimes*, I get the error:Now, I checked, the directory to chroot to does exist and works, and re-trying
fchroot
after a delay doesn't work either. Note that I do a few subsequentfchroot
's on the same directory, maybe that's the cause?* By sometimes I mean, if I re-run the whole program once again, it might or might nor throw an error
The text was updated successfully, but these errors were encountered: