Open wskorodecki opened 5 years ago
@wskorodecki you should run VM snapshot on host with the same qemu version as one used to build the image.
@vania-pooh This is the same qemu version. I have installed it only once. The problem is only when I'm trying to run the VM snapshot via docker -> entrypoint.sh > xvfb-run.
Summon @aandryashin .
@vania-pooh Ok, I have figured it out. The problem was not QEMU installed on host but the one installed in guest (Ubuntu). I've supposed that the Dockerfile will install the latest one (4.1) but instead it is installing very old version 2.11. QEMU 4.1 installed from sources has resolved the problem.
@wskorodecki great! Feel free to close the issue if resolved.
[ 6/14] RUN service xvfb start: 0 0.246 /etc/init.d/xvfb: 4: /etc/init.d/xvfb: Syntax error: word unexpected (expecting "in")
Host: ArchLinux Kernel: 5.3.1 QEMU: 4.1.0 Docker: 19.03.2-ce, build 6a30dfca03 Windows: 10 x64
There is some problem when running the snapshot via
xvfb-run
:But the problem does not occur when I run the qemu command available in
entrypoint.sh
directly without using xvfb.