Peng Tao
Peng Tao
Are you using latest centos image? I am seeing a different error and it is because cpio open got EACESS (https://github.com/hyperhq/hyperstart/issues/74#issuecomment-216864809) ``` [root@hyperpublic ~]# hyperctl pull centos Using default tag:...
Switching on `cache=loose` does not solve the rpmdb checksum error.
In overlayfs, opening a file RO first then RW later would cause data inconsistency in the reader part because of data copy up. yum has added ovl plugin to work...
yes, it should be fixed on the host side.
I think so. I'll look into it. Possibly we need some change in the qemu 9p server.
@telala yes that is the right way. And it depends on [hyperd](https://github.com/hyperhq/hyperd) to build the kernel. If you do not have that installed locally, you can change `hyperctl` to `docker`...
`gcc: internal compiler error: Killed (program cc1)` @telala it looks like gcc got oom-killed. Are you using `hyperd` to build? You might want to try `docker` instead. I've given the...
@telala `module.tar` is included in the initrd file created by `make initrd-local`.
@telala are you able to run with the kernel and initrd in hyperstart w/o modification? If you can, I'd suspect your kernel config options.
@telala There are certain kernel config options required for the hyperstart guest to boot. Please try to use the kernel config in hyperstart and enable other options you need in...