Skip to main content
Topic: KVM install (Read 3115 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

KVM install

Hello, can someone help me installing KVM and virt-manager on Artix? I'm new to this distro and couldn't install it by myself. Thanks!


Re: KVM install

Reply #2
I don't know how to enable/start/restart services with runit. I'm familiar with systemd's systemctl and yet don't know the alternative to this



Re: KVM install

Reply #5
I think so, but I don't use kvm / virt-manager or runit.

In any case, it will not work if the services are not activated and running.  ;)

Re: KVM install

Reply #6
I couldn't get it working. Do you have any alternatives for virtualization on Artix?

 

Re: KVM install

Reply #7
I've got KVM running on Artix with runit, and can confirm it works flawlessly.

For KVM on runit install package libvirt-runit

To start the services run:

ln -s /etc/runit/sv/libvirtd /run/runit/service
sv up libvirtd

ln -s /etc/runit/sv/virtlogd /run/runit/service
sv up virtlogd

In case you have issues/questions just update this thread.

Re: KVM install

Reply #8
I've got KVM running on Artix with runit, and can confirm it works flawlessly.

For KVM on runit install package libvirt-runit

To start the services run:

ln -s /etc/runit/sv/libvirtd /run/runit/service
sv up libvirtd

ln -s /etc/runit/sv/virtlogd /run/runit/service
sv up virtlogd

In case you have issues/questions just update this thread.

Hello, i have tried "sv up virtlogd"  but i get the following:
"warning: libvirtd: unable to open supervise/ok: file does not exist"

Is there any complete tutorial for Artix i can search to instal KVM? or how do i solve that?