-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
runc run from 1.0.0-rc1 release is not working for a previously working config.json #955
Comments
The config file you've specified appears to work for me on
It also appears to work for me after checking out |
|
Config given by @sumitsanghrajka doesn't work for me either.
|
Oh and another weird part is:
The container is in |
Can you do a |
Attached end snippet of 2 logs with strace -f. runc-1.0.0-rc1-log.txt is the one from 1.0.0-rc1 version which never calls runc-bd1d3ac-log.txt is the one from current head which is calling @cyphar can you post a similar log for runc-1.0.0-rc1 which seems to be working. |
On Tue, Jul 19, 2016 at 10:31:05PM -0700, sumitsanghrajka wrote:
‘git bisect …’? |
So i think it's the problem with We are upgrading the golang version as a workaround, so please feel free to close the ticket. |
Oh right, yeah a couple of the recent changes may require you using Go 1.6. |
that version of The requirement is gone on master as it now uses a pipe instead. |
@mlaventure is correct. You should be able to use |
thanks guys! that explains why master was working but not |
Thanks guys. |
I have a simple config (attached) which works fine with 0.1.1 release of runc using
runc start
command.Same config does not work as expected with 1.0.0-rc1 release using either
runc run
command orrunc create && runc start
commands.With 0.1.1 release the pid #1 inside the container is the
sleep infinity
program as specified in the config file.With 1.0.0-rc1 the pid #1 becomes the
runc init
program and it seems likesleep infinity
is never launched.Am I am doing something wrong here with 1.0.0-rc1 version?
config.txt
The text was updated successfully, but these errors were encountered: