-
Notifications
You must be signed in to change notification settings - Fork 374
QMP command failed: 'pc-dimm' is not a valid device model name #1245
Comments
cc @Weichen81 |
Yes, this is a
~$ kata-containers.runtime kata-env
[Meta]
Version = "1.0.20"
[Runtime]
Debug = false
Trace = false
DisableGuestSeccomp = true
DisableNewNetNs = false
Path = "/snap/kata-containers/33/usr/bin/kata-runtime"
[Runtime.Version]
Semver = "1.5.0"
Commit = "5f7fcd773089a615b776862f92217e987f06df0a-dirty"
OCI = "1.0.1-dev"
[Runtime.Config]
Path = "/snap/kata-containers/33/usr/share/defaults/kata-containers/configuration.toml"
[Hypervisor]
MachineType = "virt"
Version = "QEMU emulator version 2.11.0\nCopyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers"
Path = "/snap/kata-containers/33/usr/bin/qemu-system-aarch64"
BlockDeviceDriver = "virtio-scsi"
EntropySource = "/dev/urandom"
Msize9p = 8192
MemorySlots = 10
Debug = false
UseVSock = false
[Image]
Path = ""
[Kernel]
Path = "/snap/kata-containers/33/usr/share/kata-containers/vmlinuz-4.14.67.container"
Parameters = ""
[Initrd]
Path = "/snap/kata-containers/33/usr/share/kata-containers/kata-containers-initrd.img"
[Proxy]
Type = "kataProxy"
Version = "kata-proxy version 1.5.0-9e77a0b1925d1ab3afda7d46ec256be8a9cff222"
Path = "/snap/kata-containers/current/usr/libexec/kata-containers/kata-proxy"
Debug = false
[Shim]
Type = "kataShim"
Version = "kata-shim version 1.5.0-efbf3bb25065ce89099630b753d218cdc678e758"
Path = "/snap/kata-containers/33/usr/libexec/kata-containers/kata-shim"
Debug = false
[Agent]
Type = "kata"
[Host]
Kernel = "4.9.0-8-arm64"
Architecture = "arm64"
VMContainerCapable = true
SupportVSocks = false
[Host.Distro]
Name = "Debian GNU/Linux"
Version = "9"
[Host.CPU]
Vendor = "3rd Party Limited"
Model = "v8"
[Netmon]
Version = "kata-netmon version 1.5.0"
Path = "/snap/kata-containers/current/usr/libexec/kata-containers/kata-netmon"
Debug = false
Enable = false
Thank to you for having a look at it. Please, let me know whether I can provide any further info or run any other test. |
Hi~ @umarcor Sorry for the missing feature on ARM Platform. For now, |
Thanks @Pennyzct! Nonetheless, this is not critical for me. I found it incidentally, as kata was setup as the default runtime in this specific server and that broke some existing builds. I am using BTW, do you think that the clock skew issue mentioned there is worth a separate issue here? |
Hi~@umarcor Could you please offer specific bug info about
and we have already resolved it with this PR packaging#239. So if you use the default kernel config provided by kata, you shouldn't meet above errors. ;) |
The issue is related to building either ghdl/ghdl or DynamoRIO/dynamorio by running either
If I execute |
Hi~@umarcor so sorry for the delay. |
Description of problem
Expected result
I expected
kata-runtime
to accept option-m
.Actual result
The following error is shown:
docker: Error response from daemon: OCI runtime create failed: QMP command failed: 'pc-dimm' is not a valid device model name: unknown.
kata-collect-data.sh
is not found on the host.The text was updated successfully, but these errors were encountered: