Results 314 comments of Yashodhan

Hey @lengrongfu , I have also encountered somewhat similar errors in other mount tests when I was running locally. The Root Cause for them was that the `/tmp` dir is...

> @YJDoc2 I found that it has nothing to do with the /tmp directory. It may be related to the mount option. Hey, yes that's what I meant : the...

Hey @lengrongfu , did you find out anything on this?

> I'm not sure if this is correct, because runc implementation is similar. but runc can't success running the test. https://github.com/opencontainers/runc/blob/18c313be729dd02b17934af41e32116a28b4b3bf/libcontainer/specconv/spec_linux.go#L125 Yes, you are right. From what I checked it...

You can check the crun code for help : checkpoint : https://github.com/opencontainers/runc/blob/main/checkpoint.go restore : https://github.com/opencontainers/runc/blob/main/restore.go

> After resolving the mentioned No such file or directory error, Hey, can you mention what what the issue behind this error, and how did you resolve it? > I'd...

There is indeed some issue in checkpoint impl, as same error also occurs on my system as well. There is an issue open on criu that has similar to error...

> CRIU RPC request failed with message:Error (criu/files-reg.c:1815): Can't lookup mount=26 for fd=0 path=/dev/pts/5 @adrianreber can you help us with some suggestions regarding this error in checkpointing ? I saw...

Hey, sorry if I wasn't clear : while trying out the current implementation of youki's checkpoint both @anti-entropy123 and me are getting error from criu `CRIU RPC request failed with...