I tried the instructions here : https://getlabsdone.com/10-easy-step...dows-10-KVM-VM When I tried to create a VM I got an error: see attached. any help would be appreciated.
Announcement
Collapse
No announcement yet.
Installing KVM
Collapse
This topic is closed.
X
X
-
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu -
Your link won't let me in and I won't drop my adblocker.
https://www.techrepublic.com/article...linux-machine/"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
-
- Top
- Bottom
Comment
-
Originally posted by steve7233 View Post... When I tried to create a VM I got an error: see attached. any help would be appreciated.
- Top
- Bottom
Comment
-
Originally posted by GreyGeek View PostYour link won't let me in and I won't drop my adblocker.
https://www.techrepublic.com/article...linux-machine/Originally posted by oshunluvr View Post"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
I can not get libvirtd daemon to run and https://www.tecmint.com/install-kvm-on-ubuntu/ fails to tell me how.
Code:steve7233@steve7233-Z68XP-UD3:~$ sudo systemctl enable --now libvirtd Failed to enable unit: Unit file /etc/systemd/system/libvirtd.service is masked. steve7233@steve7233-Z68XP-UD3:~$ lsmod | grep -i kvm kvm_intel 282624 0 kvm 663552 1 kvm_intel
Last edited by steve7233; Aug 13, 2020, 08:41 PM.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Progress but still not working:
Code:steve7233@steve7233-Z68XP-UD3:~$ sudo systemctl status libvirtd Unit libvirtd.service could not be found.
ibvirtd is installed but not running. Start the libvirtd service to manage virtualization on this host.
A virtualization connection can be manually added via File->Add Connection
Now, what do I try? Google searches aren't much help.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
I've been meaning to get into this stuff so I installed qemu-kvm, bridge-utils, and virt-manager, and apt started the daemon. Several reboots later, and it seems to be running fine.
This suggests that your install didn't work. I suggest checking /var/log/apt/term.log (or if it was a while ago, the term.log.*.gz files) to review what happened. On my Kubuntu, there were 75 packages pulled in and so a lot of output, 363 lines; it would be easy to miss errors.Regards, John Little
- Top
- Bottom
Comment
-
Is it possible that the name libvirtd was changed? Or maybe Kubuntu and Ubuntu have different packages?Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
I found the solution!
Code:sudo apt install libvirt-daemon-system sudo systemctl start libvirtd
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
Comment