> Couple of small typos: > > http://people.apache.org/~ke4qqq/runbook/sect-Runbook-KVM-Installation.html > s/service libvirt restart/service libvirtd restart
I actually decided to remove this - we restart libvirt below as well - no need to do it twice IMO - and it reduces the number of steps. > > http://people.apache.org/~ke4qqq/runbook/sect-Runbook-KVM-Installation.html > s/tcp_port = 16059/tcp_port = "16059" (yeah, missing quotes freaks out > libvirtd) > Good catch - I fixed this in the main Install guide as well and republished the runbook to people.a.o. commit 5582a30b6ad60de5cc7c0d61a60925c9efb6dab4 Author: David Nalley <da...@gnsa.us> Date: Tue Jan 29 13:45:23 2013 -0500 Fixing a config file typo (thanks to Nux! <n...@li.nux.ro> for finding it) and removing a libvirtd restart commit 74efaada271879b62b0317ebb3b0c76a995c8ece Author: David Nalley <da...@gnsa.us> Date: Tue Jan 29 13:50:11 2013 -0500 Missing quotes in libvirt configuration instructions. Thanks to Nux! <n...@li.nux.ro> for finding the issue Thanks --David