Updated Branches: refs/heads/4.0 a9042c316 -> 8a6c173e9
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 <[email protected]> Reported-by: Logan McNaughton <[email protected]> Signed-off-by: Wido den Hollander <[email protected]> 1360178633 +0100 Conflicts: docs/en-US/hypervisor-host-install-libvirt.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8a6c173e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8a6c173e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8a6c173e Branch: refs/heads/4.0 Commit: 8a6c173e90e67f658ae9c99a929082990c9d168c Parents: a9042c3 Author: Wido den Hollander <[email protected]> Authored: Wed Feb 6 20:23:53 2013 +0100 Committer: Joe Brockmeier <[email protected]> Committed: Wed Feb 13 13:37:03 2013 -0600 ---------------------------------------------------------------------- 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/8a6c173e/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 c19a65a..b2e2d91 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> <para>You will also want to edit <filename>/etc/libvirt/qemu.conf</filename> and make sure that "vnc_listen = 0.0.0.0" is uncommented.</para> </listitem> <listitem>
