Hello,
I’m following the Manjaro Virt-manager wiki page.
My project with this is to use KVM to make a windows virtual machine for firmware updates and so on.
However, at the ‘Install virt-manager, qemu and all dependencies’ section, I have the following message :
~ sudo systemctl enable libvirtd.service 1 ✘
~ sudo systemctl start libvirtd.service ✔
Job for libvirtd.service failed because the control process exited with error code.
See "systemctl status libvirtd.service" and "journalctl -xeu libvirtd.service" for details.
~ systemctl status libvirtd.service 1 ✘
× libvirtd.service - Virtualization daemon
Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Sat 2022-10-15 02:32:04 WEST; 15s ago
TriggeredBy: × libvirtd.socket
× libvirtd-ro.socket
× libvirtd-admin.socket
Docs: man:libvirtd(8)
https://libvirt.org
Process: 5421 ExecStart=/usr/bin/libvirtd $LIBVIRTD_ARGS (code=exited, status=1/FAILURE)
Main PID: 5421 (code=exited, status=1/FAILURE)
CPU: 8ms
out 15 02:32:04 jorge-ms7c35 systemd[1]: libvirtd.service: Scheduled restart job, restart counter is at 5.
out 15 02:32:04 jorge-ms7c35 systemd[1]: Stopped Virtualization daemon.
out 15 02:32:04 jorge-ms7c35 systemd[1]: libvirtd.service: Start request repeated too quickly.
out 15 02:32:04 jorge-ms7c35 systemd[1]: libvirtd.service: Failed with result 'exit-code'.
out 15 02:32:04 jorge-ms7c35 systemd[1]: Failed to start Virtualization daemon.
~ journalctl -xeu libvirtd.service 3 ✘
░░ A stop job for unit libvirtd.service has finished.
░░
░░ The job identifier is 3232 and the job result is done.
out 15 02:32:04 jorge-ms7c35 systemd[1]: Starting Virtualization daemon...
░░ Subject: A start job for unit libvirtd.service has begun execution
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ A start job for unit libvirtd.service has begun execution.
░░
░░ The job identifier is 3232.
out 15 02:32:04 jorge-ms7c35 libvirtd[5421]: 2022-10-15 01:32:04.643+0000: 5421: info : libvirt version: 8.8.0
out 15 02:32:04 jorge-ms7c35 libvirtd[5421]: 2022-10-15 01:32:04.643+0000: 5421: info : hostname: jorge-ms7c35
out 15 02:32:04 jorge-ms7c35 libvirtd[5421]: 2022-10-15 01:32:04.643+0000: 5421: error : main:918 : Can't load config file: configuration file syntax error: /etc/libvirt/libvirtd.conf:142: expecting an assignment: /etc/libvirt/libvirtd.conf
out 15 02:32:04 jorge-ms7c35 systemd[1]: libvirtd.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ An ExecStart= process belonging to unit libvirtd.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 1.
out 15 02:32:04 jorge-ms7c35 systemd[1]: libvirtd.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ The unit libvirtd.service has entered the 'failed' state with result 'exit-code'.
out 15 02:32:04 jorge-ms7c35 systemd[1]: Failed to start Virtualization daemon.
░░ Subject: A start job for unit libvirtd.service has failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ A start job for unit libvirtd.service has finished with a failure.
░░
░░ The job identifier is 3232 and the job result is failed.
out 15 02:32:04 jorge-ms7c35 systemd[1]: libvirtd.service: Scheduled restart job, restart counter is at 5.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ Automatic restarting of the unit libvirtd.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
out 15 02:32:04 jorge-ms7c35 systemd[1]: Stopped Virtualization daemon.
░░ Subject: A stop job for unit libvirtd.service has finished
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ A stop job for unit libvirtd.service has finished.
░░
░░ The job identifier is 3321 and the job result is done.
out 15 02:32:04 jorge-ms7c35 systemd[1]: libvirtd.service: Start request repeated too quickly.
out 15 02:32:04 jorge-ms7c35 systemd[1]: libvirtd.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ The unit libvirtd.service has entered the 'failed' state with result 'exit-code'.
out 15 02:32:04 jorge-ms7c35 systemd[1]: Failed to start Virtualization daemon.
░░ Subject: A start job for unit libvirtd.service has failed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ A start job for unit libvirtd.service has finished with a failure.
░░
░░ The job identifier is 3321 and the job result is failed.
``