Is this group referred to in /etc/libvirt/virtqemud.conf and not in /etc/group?
On my F38 system, there is no such group, so other question: are there any .rpmnew files in this folder?
Reinstall the related package and restore the default configs:
sudo mv -f /etc/libvirt/qemu.conf{,.bak}
sudo mv -f /etc/libvirt/virtqemud.conf{,.bak}
sudo dnf -y install libvirt-daemon-driver-qemu
sudo dnf -y reinstall libvirt-daemon-driver-qemu
If the issue persists, check the output:
sudo grep -e "^#*group" /etc/libvirt/qemu.conf
id qemu; cat /etc/os-release
1 Like
Sorry it did not work. here is the output
#group = "qemu"
uid=107(qemu) gid=107(qemu) groups=107(qemu)
NAME="Fedora Linux"
VERSION="38 (Workstation Edition)"
ID=fedora
VERSION_ID=38
VERSION_CODENAME=""
PLATFORM_ID="platform:f38"
PRETTY_NAME="Fedora Linux 38 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:38"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=38
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=38
SUPPORT_END=2024-05-14
VARIANT="Workstation Edition"
VARIANT_ID=workstation
OK - nevermind. It’s kind working but I can get tot he GUI console view. When I try to do that I get,
ValueError: Host does not support virtualization type 'hvm' for architecture 'x86_64'
OK a reboot fixed that. THANK YOU @vgaetera!