[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/14.1/libraries/libvirt/
 
Current bandwidth utilization 1494.85 Mbit/s
Bandwidth utilization bar
Contents of README:
libvirt - The virtualization API

libvirt is a toolkit to interact with the virtualization
capabilities of recent versions of Linux (and other OSes).

Most optional dependencies are autodetected and having the required
libs in place will build the respective features automatically.

The group can be specified at build time like this:
VIRTGROUP=somegroup ./libvirt.SlackBuild (default: users)
You'll want to keep this in sync with what qemu uses (it also
defaults to the "users" group).

If you want to start the libvirt daemon at boot, add this
to /etc/rc.d/rc.local

  # Start libvirt:
  if [ -x /etc/rc.d/rc.libvirt ]; then
    /etc/rc.d/rc.libvirt start
  fi
and if you want it to stop at shutdown add this to
/etc/rc.d/rc.local_shutdown

  # Stop libvirt:
  if [ -x /etc/rc.d/rc.libvirt ]; then
    /etc/rc.d/rc.libvirt stop
  fi

Have a look at the commented part of rc.libvirt for some gotchas.

netcat-openbsd is an optional dependency (needed if you want
to connect from a remote host using virt-manager).  Other optional
dependencies include avahi, libcap-ng, libssh2, and xen.

Icon  Name                                      Last modified      Size  
[DIR] Parent Directory - [TXT] README 25-Dec-2014 09:17 1.1K [   ] doinst.sh 26-Nov-2013 10:57 599 [   ] libvirt.SlackBuild 14-Nov-2015 01:12 3.5K [   ] libvirt.info 14-Nov-2015 01:12 288 [TXT] rc.libvirt 25-Dec-2014 09:17 2.5K [TXT] slack-desc 26-Nov-2013 10:57 765

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!