Updated Branches: refs/heads/master 01d7fa4be -> a996e43bb
Summary: Document the procedure for TCP listening of libvirt on Ubuntu 12.04 Detail: This is now controlled by a variable in /etc/default/libvirt-bin BUG-ID: CLOUDSTACK-1150 Bugfix-for: Reviewed-by: Wido den Hollander <w...@widodh.nl> Reported-by: Logan McNaughton <lo...@bacoosta.com> Signed-off-by: Wido den Hollander <w...@widodh.nl> 1360178633 +0100 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a996e43b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a996e43b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a996e43b Branch: refs/heads/master Commit: a996e43bbd259867d2a7a69231978d9ba8d12e13 Parents: 01d7fa4 Author: Wido den Hollander <w...@widodh.nl> Authored: Wed Feb 6 20:23:53 2013 +0100 Committer: Wido den Hollander <w...@widodh.nl> Committed: Wed Feb 6 20:23:53 2013 +0100 ---------------------------------------------------------------------- docs/en-US/hypervisor-host-install-libvirt.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a996e43b/docs/en-US/hypervisor-host-install-libvirt.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml index 8ba2fe9..4649d85 100644 --- a/docs/en-US/hypervisor-host-install-libvirt.xml +++ b/docs/en-US/hypervisor-host-install-libvirt.xml @@ -40,11 +40,11 @@ <para>On RHEL or CentOS modify <filename>/etc/sysconfig/libvirtd</filename>:</para> <para>Uncomment the following line:</para> <programlisting>#LIBVIRTD_ARGS="--listen"</programlisting> - <para>On Ubuntu: modify <filename>/etc/init/libvirt-bin.conf</filename></para> - <para>Change the following line (at the end of the file):</para> - <programlisting>exec /usr/sbin/libvirtd -d</programlisting> - <para>to (just add -l)</para> - <programlisting>exec /usr/sbin/libvirtd -d -l</programlisting> + <para>On Ubuntu: modify <filename>/etc/default/libvirt-bin</filename></para> + <para>Add "-l" to the following line::</para> + <programlisting>libvirtd_opts="-d"</programlisting> + <para>so it looks like:</para> + <programlisting>libvirtd_opts="-d -l"</programlisting> </listitem> <listitem> <para>Restart libvirt</para>