Skip to content
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

"sudo runc run <container_id>" generates error #953

Closed
amorphid opened this issue Jul 18, 2016 · 5 comments
Closed

"sudo runc run <container_id>" generates error #953

amorphid opened this issue Jul 18, 2016 · 5 comments

Comments

@amorphid
Copy link

Summary

$ sudo runc run <container_id> generates error

Tracked it down to commit 8dd3d634556427c22769125ef2b0aa2ce613a2a7

$ sudo runc run fresh_debian_jessie_install
process_linux.go:258: applying cgroup configuration for process caused "invalid path for memory cgroups: &{root:/sys/fs/cgroup innerPath:/fresh_debian_jessie_install config:0xc820011950 pid:12368}"

boots to container just fine on previous commit 9d7831e41d3ef428b67685eeb27f2b4a22a92391

$ sudo runc run fresh_debian_jessie_install 
# 
(^^^ container command prompt)

Reproducing

Setup

Steps to reproduce

$ cd ~
$ sudo mkdir -p containers/jessie
$ sudo debootstrap jessie containers/jessie/rootfs
$ cd containers/jessie
$ sudo runc spec
$ sudo runc run fresh_debian_jessie_install
@crosbymichael
Copy link
Member

ping @vishh

@crosbymichael
Copy link
Member

@amorphid thanks for bisecting the commits for us

@vishh
Copy link
Contributor

vishh commented Jul 18, 2016

I will look at this issue today.

@cyphar
Copy link
Member

cyphar commented Jul 19, 2016

I think we have another issue caused by the same commit. Should we revert it until it's fixed? #946

@hqhq
Copy link
Contributor

hqhq commented Oct 31, 2016

Codes caused this issue was reverted by #961 and fixed by #962 afterward.

@hqhq hqhq closed this as completed Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants