I've gone by everything step by step that that post says, but I keep on getting stuck on the same part. Where is says to put into console "systemctl enable libvirtd.service" That never works. It displays the error "No such file or directory" I don't know if me using Ubuntu Gnome might be the problem. I do have virt-manager and QEmu-kvm installed.
"systemctl enable libvirtd.service" doesn't work because versions of Ubuntu up to 14.10 use Upstart instead of systemd. So you would have to run:
/etc/init.d/libvirtd start
to start libvirtd. To check to see if libvirtd is running, just type:
/etc/init.d/libvirtd status
It is still saying the same thing... I reinstalled both virt manager and QEmu-kvm and it is still not working.
I have found a file named "libvirtd.bin" I can open it. But there is no "libvirtd"
I did find this in the coding(This is not all of that section):
check_start_libvirtd_option() {
if [ ! "$start_libvirtd" = "yes" ]; then
log_warning_msg "Not starting libvirt management daemon libvirtd, disabled via /etc/default/libvirt-bin"
Going to bed, I won't be responding for the next 8/9 hours.
Did you get any errors when installing virt-manager?
I have gotten no errors, I can run virt-manager perfectly fine.