I installed from usb stick a new install of Debian 12 about a week ago. I installed KVM/QEMU today and libvirt will not start:
output of sudo service libvirtd status;
I noticed that my /etc/passwd file does not have a user "swtpm" whereas my old ubuntu system did have this user. I do have packages swtpm and swtpm-tools installed and reinstalled. I have not been able to find and help on how to install this user. Any Help with this?
output of sudo service libvirtd status;
Code:
sudo service libvirtd status○ libvirtd.service - Virtualization daemon Loaded: loaded (/lib/systemd/system/libvirtd.service; enabled; preset: enabled) Active: inactive (dead) since Mon 2024-04-01 10:48:25 EDT; 22s ago Duration: 56msTriggeredBy: ● libvirtd-ro.socket ● libvirtd.socket ● libvirtd-admin.socket Docs: man:libvirtd(8) https://libvirt.org Process: 5177 ExecStart=/usr/sbin/libvirtd $LIBVIRTD_ARGS (code=exited, status=0/SUCCESS) Main PID: 5177 (code=exited, status=0/SUCCESS) CPU: 113msApr 01 10:48:25 napali-server systemd[1]: Starting libvirtd.service - Virtualization daemon...Apr 01 10:48:25 napali-server systemd[1]: Started libvirtd.service - Virtualization daemon.Apr 01 10:48:25 napali-server libvirtd[5177]: libvirt version: 9.0.0, package: 9.0.0-4 (Debian)Apr 01 10:48:25 napali-server libvirtd[5177]: hostname: napali-serverApr 01 10:48:25 napali-server libvirtd[5177]: invalid argument: Failed to parse user 'swtpm'Apr 01 10:48:25 napali-server libvirtd[5177]: Initialization of QEMU state driver failed: invalid argument: Failed to parse user 'swtpm'Apr 01 10:48:25 napali-server libvirtd[5177]: Driver state initialization failedApr 01 10:48:25 napali-server systemd[1]: libvirtd.service: Deactivated successfully.
Statistics: Posted by leoaloha — 2024-04-01 15:21 — Replies 1 — Views 34