[gem5-users] Re: Error Building the Disk Image SPEC CPU2017 using packer

2021-06-02 Thread Hoa Nguyen via gem5-users
Hi Ange-Thierry, The logs and the packer script seem fine to me. The installation process might get stuck somewhere and it doesn't show here. You can use VNC to inspect the process as detailed here: https://gem5art.readthedocs.io/en/latest/main-doc/disks.html#ii-inspect-the-building-process The

[gem5-users] Re: Error Building the Disk Image SPEC CPU2017 using packer

2021-06-02 Thread Ange via gem5-users
Hi, I have attached the PACKER_LOG as a link to an image because, as I mentioned earlier, it stalls the whole VM, and I can't do anything. >From the last 3 logs, it stalls when the build is looking for an image format, >but I checked the spec-2017.json(attached below) file, and it clearly state

[gem5-users] Re: Error Building the Disk Image SPEC CPU2017 using packer

2021-05-31 Thread Ange via gem5-users
Hi Hoa, Thank you for your response. I tried your solution, and I also followed this tutorial for KVM installation (https://help.ubuntu.com/community/KVM/Installation), and both passed the step, but now when the build is on the step below "qemu: Overriding default Qemu arguments with qemuargs

[gem5-users] Re: Error Building the Disk Image SPEC CPU2017 using packer

2021-05-30 Thread Hoa Nguyen via gem5-users
Hi, The log seems to indicate that QEMU cannot use KVM on your machine. To resolve this problem, you can either enable KVM, or choose not to use KVM for creating the disk image. To not to use KVM, you'll need to remove the line: "accelerator": "kvm" in this file: https://gem5.googlesource.com