-
Notifications
You must be signed in to change notification settings - Fork 638
Failure restoring container 1.9 experimental cr-combined #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same procedure succeeds when using stlalpha/experimental-dbonly image. This image has no sshd and no apache daemon in it. Same base plus apache fails, same base plus ssh fails. |
Can you show full restore log, please? And which version (gitid?) version of criu do you play with? |
criu git id: 0ac4c13 Full restore log of stlalpha/experimental from above procedure: |
The file /tmp/sshd-stdout---supervisor-f77QHv.log inside container is missing. |
I'll mod supervisord to not reference the file - so I can understand - how did you make that determination from the logs? Thank-you! |
$ cat restore.log | fgrep Err :) |
lol - retrying |
Thank-you - after explicitey remapping stderr and stdout for the offending child processes to something outside of /tmp (the default) - it checkpoints and restores fine. |
Running boucher's docker 1.9 experimental cr-combined fork.
$ docker -v
Docker version 1.9.0-dev, build 2791165-dirty, experimental
$
Success:
All on same host:
Failure:
All on same host:
Results in the following errors in /tmp/restore.log:
https://gist.github.com/stlalpha/bdafa07af3bfc2d654be
The image I am working with is available on dockerhub (stlalpha/experimental).
Please let me know if I can provide any further detail. Thank-you!
-jm
The text was updated successfully, but these errors were encountered: