You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/libvirt/files
root b4134d1a3a
Sync with portage [Tue May 21 00:03:51 MSK 2019].
5 years ago
..
README.gentoo-r2 Sync with portage [Sun Jan 22 23:45:57 MSK 2017]. 7 years ago
libvirt-1.2.16-fix_paths_in_libvirt-guests_sh.patch Sync with portage [Thu Jun 25 09:17:47 MSK 2015]. 9 years ago
libvirt-3.10.0-r2-fix_paths_for_apparmor.patch Sync with portage [Wed Jan 31 00:48:56 MSK 2018]. 6 years ago
libvirt-4.5.0-do_not_use_sysconf.patch Sync with portage [Fri Jun 29 10:00:34 MSK 2018]. 6 years ago
libvirt-5.0.0-do-not-use-sysconf.patch Sync with portage [Sun Jan 13 12:14:48 MSK 2019]. 5 years ago
libvirt-5.0.0-fix-paths-for-apparmor.patch Sync with portage [Sun Jan 13 12:14:48 MSK 2019]. 5 years ago
libvirt-5.1.0-do-not-use-sysconf.patch Sync with portage [Mon Mar 18 09:09:52 MSK 2019]. 5 years ago
libvirt-5.2.0-do-not-use-sysconf.patch Sync with portage [Mon Mar 18 09:09:52 MSK 2019]. 5 years ago
libvirt-5.2.0-md-clear.patch Sync with portage [Tue May 21 00:03:51 MSK 2019]. 5 years ago
libvirt-guests.confd Sync with portage [Wed Sep 2 21:28:25 MSK 2015]. 9 years ago
libvirt-guests.init-r3 Sync with portage [Mon Aug 20 10:30:07 MSK 2018]. 6 years ago
libvirtd.confd-r5 Sync with portage [Fri Sep 11 23:19:27 MSK 2015]. 9 years ago
libvirtd.init-r16 Sync with portage [Tue May 21 00:03:51 MSK 2019]. 5 years ago
libvirtd.init-r17 Sync with portage [Tue May 21 00:03:51 MSK 2019]. 5 years ago
libvirtd.service.conf Sync with portage [Mon Nov 3 13:25:46 MSK 2014]. 10 years ago
libvirtd.tmpfiles.conf Sync with portage [Sun Apr 19 22:17:39 MSK 2015]. 9 years ago
virtlockd.init-r1 Sync with portage [Tue May 21 00:03:51 MSK 2019]. 5 years ago
virtlogd.init-r1 Sync with portage [Tue May 21 00:03:51 MSK 2019]. 5 years ago

README.gentoo-r2

Important: The openrc libvirtd init script is now broken up into two

separate services: libvirtd, that solely handles the daemon, and
libvirt-guests, that takes care of clients during shutdown/restart of the
host. In order to reenable client handling, edit /etc/conf.d/libvirt-guests
and enable the service and start it:

$ rc-update add libvirt-guests
$ service libvirt-guests start


For the basic networking support (bridged and routed networks) you don't
need any extra software. For more complex network modes including but not
limited to NATed network, you can enable the 'virt-network' USE flag. It
will pull in required runtime dependencies


If you are using dnsmasq on your system, you will have to configure
/etc/dnsmasq.conf to enable the following settings:

bind-interfaces
interface or except-interface

Otherwise you might have issues with your existing DNS server.


For openrc users:

Please use /etc/conf.d/libvirtd to control the '--listen' parameter for
libvirtd.

Use /etc/init.d/libvirt-guests to manage clients on restart/shutdown of
the host. The default configuration will suspend and resume running kvm
guests with 'managedsave'. This behavior can be changed under
/etc/conf.d/libvirt-guests


For systemd users:

Please use /etc/systemd/system/libvirtd.service.d/00gentoo.conf
to control the '--listen' parameter for libvirtd.

The configuration for the 'libvirt-guests.service' is found under
/etc/libvirt/libvirt-guests.conf"


If you have built libvirt with policykit support, a new group "libvirt" has
been created. Simply add a user to the libvirt group in order to grant
administrative access to libvirtd. Alternatively, drop a custom policykit
rule into /etc/polkit-1/rules.d.

If you have built libvirt without policykit support (USE=-policykit), you
must change the unix sock group and/or perms in /etc/libvirt/libvirtd.conf
in order to allow normal users to connect to libvirtd.


If libvirtd is built with USE=caps, libvirt will now start qemu/kvm VMs
with non-root privileges. Ensure any resources your VMs use are accessible
by qemu:qemu.