telala

Results 18 comments of telala

@bergwolf got a lot of errors while compiling the kernel while running "make kernel-local". But I can compile the kernel successfully by myself locally. I changed the dockerfile.x86_64 a little...

@bergwolf after replace hyperctl to docker I can build the kernel and initrd successfully. I noticed that a modules.tar file is created too. How to use the modules.tar?

@bergwolf when using the built local kernel to start a container got error: Log file created at: 2018/04/11 19:03:24 Running on machine: localhost Binary: Built with gc go1.8.3 for linux/amd64...

@bergwolf yes. I just tried to use the original initrd and kernel to start runv it worked.

@bergwolf I tried to use the default kernel 4.12.4 in the Dockerfile and it worked. The local kernel can be started successfully by runv. It should be the kernel config...

@bergwolf From the above message I can see the minor 0 for the gpu device. Now I can run command insmod nvidia.ko in hyperstart. Still there are no /dev/nvidia0 and...

localhost#ls -l /dev | grep nvidia crw-rw-rw- 1 root root 195, 0 May 15 20:36 nvidia0 crw-rw-rw- 1 root root 195, 1 May 15 20:36 nvidia1 crw-rw-rw- 1 root root...

@bergwolf @gnawux I added all the user level nvidia files to a container image and now I can run nvidia command nvidia-smi in container now and the /dev/nvidia0 and /dev/nvidiactl...

got the same error while using runv:1.0.0 with docker-ce-18.03 in centos 7: set winsize failed, rpc error: code = Unavailable desc = all SubConns are in TransientFailure /var/log/messages: time="2018-04-25T23:47:46+08:00" level=warning...

I used to use docker ce 17.09 and it is ok with runv. Recently I updated docker ce to 18.03 for I had to use nvidia docker2 which need docker...