-
Notifications
You must be signed in to change notification settings - Fork 156
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
cgroupfs-mount script shows segmentation fault error #13
Comments
As I mentioned via email, the script isn't much more than checking |
Thanks for your response. after running some similar commands to check cgroups, it seems some configurations, like Pid , is not enables on my kernel. i found it by extracting the config.gz file. Do you know how can i modify this file, or is it possible? |
You'll have to recompile your kernel -- if it's not compiled in, that's not
something that can be added at runtime, as far as I know.
|
OMG :) , i am not low level guy. no idea about it, |
I am working on Android and tried to run this script to start docker daemon. but running script returns segmentation fault. it is not bounded to only one part of the code. i tried to comment one part and test next commands. on mounting commands it gives me segmentation fault.
Please help me through this issue,
thanks
The text was updated successfully, but these errors were encountered: