Skip to content

Conversation

DO1JLR
Copy link
Contributor

@DO1JLR DO1JLR commented Jul 31, 2023

Ansible won't find the package qemu-kvm on my debian host. See Issue #68 So I changed the package name to qemu-system-x86 and it works fine.

(Tested with debian bullseye and bookworm)

For Package Details, have a look at https://packages.debian.org/bookworm/qemu-kvm

@DO1JLR DO1JLR requested a review from a team as a code owner July 31, 2023 10:41
Ansible won't find the package qemu-kvm on my debian host. See Issue stackhpc#68
So I changed the package name to qemu-system-x86 and it works fine.

*(Tested with debian bullseye and bookworm)*

For Package Details, have a look at https://packages.debian.org/bookworm/qemu-kvm
@priteau
Copy link
Member

priteau commented Sep 15, 2025

Strange, we use this role on Ubuntu and I am not aware that we have seen this issue before.

@mnasiadka
Copy link
Member

Strange, we use this role on Ubuntu and I am not aware that we have seen this issue before.

Since Ubuntu Noble and Debian Bookworm (probably also Bullseye) - there's no qemu-kvm - you should use emu-system

libvirt_host_libvirt_packages_common:
- qemu-kvm
- qemu-system-x86
# - qemu-system-arm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the commented out lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants