runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Cannot run cc-runtime which was compiled manually

Open jovizhangwei opened this issue 8 years ago • 2 comments

I just compiled cc-runtime manually

$./cc-runtime cc-env
cannot determine proxy config

And I replaced current /usr/bin/cc-runtime to this new generated cc-runtime, it reported cannot start qemu, and /var/lib/clear-containers/runtime/runtime.log have no logs about new cc-runtime.

How to test new compiled cc-runtime?

jovizhangwei avatar Sep 28 '17 09:09 jovizhangwei

This error suggests your configuration file is either invalid (missing proxy details) or is not readable by your current user.

Also, please don't just copy the compiled binary into /usr/bin - run sudo make install as documented:

  • https://github.com/clearcontainers/runtime/blob/master/docs/developers-clear-containers-install.md#build-and-install-components

jodh-intel avatar Sep 28 '17 10:09 jodh-intel

Hi @jovizhangwei - Is this still an issue for you?

jodh-intel avatar Oct 19 '17 09:10 jodh-intel