You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/02/07 21:04:12 UTC

[28/51] [abbrv] git commit: refs/heads/ui-plugins - Summary: Document the procedure for TCP listening of libvirt on Ubuntu 12.04

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 <wi...@widodh.nl>
Reported-by: Logan McNaughton <lo...@bacoosta.com>
Signed-off-by: Wido den Hollander <wi...@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/ui-plugins
Commit: a996e43bbd259867d2a7a69231978d9ba8d12e13
Parents: 01d7fa4
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Wed Feb 6 20:23:53 2013 +0100
Committer: Wido den Hollander <wi...@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>