[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:emulators:libvirt_config_methods [2022/04/28 12:18 (UTC)] – [Libvirt config, settings and method for Slackware] zeebrahowtos:emulators:libvirt_config_methods [2022/05/03 04:52 (UTC)] – [Libvirt config, settings and method for Slackware] zeebra
Line 104: Line 104:
 === /etc/rc.d === === /etc/rc.d ===
  
-Content will be added here+To start libvirtd and virtlogd on boot (as root), you can add them to /etc/rc.d/rc.local: 
 +<code> 
 +/usr/local/sbin/libvirtd -d 
 +/usr/local/sbin/virtlogd -d 
 +</code>
  
 === udev === === udev ===
  
-To change /dev/kvm group and permissions on boot, add a file /etc/udev/rules.d/90-kvm-override.rules and add the following content:+To change /dev/kvm group and permissions on boot, add a file /etc/udev/rules.d/90-kvm-override.rules and add the following content:\\ 
 +<code>
 # /etc/udev/rules.d/90-kvm-override.rules # /etc/udev/rules.d/90-kvm-override.rules
 # #
Line 117: Line 122:
 # Set kvm device writable by kvm group # Set kvm device writable by kvm group
 KERNEL=="kvm", GROUP:="kvm", MODE:="0660" KERNEL=="kvm", GROUP:="kvm", MODE:="0660"
 +</code>
  
 +Once you reboot you can verify the changes:
 +<code>
 +ls -la /dev/kvm
 +crw-rw---- root kvm
 +</code>
 === Appendage === === Appendage ===
  
Line 128: Line 139:
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must remove the tag-word "template" below before saving your new page --> <!-- You must remove the tag-word "template" below before saving your new page -->
-{{tag>howtos template}}+{{tag>howtos, emulators, qemu, libvirt, kvm, virt-manager}}
 howtos:emulators:libvirt_config_methods ()