WEI

Results 18 comments of WEI

@jodh-intel it is the same machine with the `cc-check` failed. I've changed the configuration file to `/usr/share/defaults/clear-containers/configuration.toml` ``` $sudo cc-runtime cc-env [Meta] Version = "1.0.3" [Runtime] [Runtime.Version] Semver = "3.0.0"...

@jodh-intel ``` $for m in vhost vhost_net; do sudo modprobe $m; done modprobe: FATAL: Module vhost not found. modprobe: FATAL: Module vhost_net not found. ``` Why I can ran CC...

@sameo After upgraded my kernel, vhost and vhost_net modules was loaded, then I found another error, please take a look at https://github.com/clearcontainers/runtime/issues/642 Thanks

@jodh-intel, I tried with CC 3.0.0, but it cannot started qemu. Would you please take a look at https://github.com/clearcontainers/runtime/issues/637?

I've seen same error in my local host, is there have any solution to this problem? ``` 2017-08-15T08:37:28.123239Z:19805:cc-oci-runtime:debug:arg: 'local,id=workload9p,path=/usr/local/var/run/cc-oci-runtime/66e94784fb461909920d4a72932a3a2541206fd7bef92e5af79594d0b1410b76/workload,security_model=none' 2017-08-15T08:37:28.123819Z:19803:cc-oci-runtime:debug:child setup successful 2017-08-15T08:39:27.950011Z:19806:cc-oci-runtime:critical:failed to read proxy socket fd ``` https://github.com/01org/cc-oci-runtime/issues/1058

Hi guys, I encountered the same issue in my local ubuntu machine. The error is same: "cc-oci-runtime:critical:failed to read proxy socket fd", no other error reported/ And I tested my...

Hi @vinay-y , I guess that issue is not same as this one, the error is also not same, we didn't found clear root cause of that issue, but probably...

@mcastelino , is there have any simpler way to check the machine lacks Unrestricted Guest mode? I have some issue with @vinay-y , the qemu command didn't print anything.

Thanks @laijs for quick reply. I built newest hyperstart and runv as you said, but still started failed, no error message. ``` $./runv --version runv version 0.8.1, commit: v1.0.0-rc2-14-g99936bd $file...