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 <wido@widodh.nl>
Reported-by: Logan McNaughton <logan@bacoosta.com>
Signed-off-by: Wido den Hollander <wido@widodh.nl> 1360178633 +0100
This commit is contained in:
Wido den Hollander 2013-02-06 20:23:53 +01:00
parent 01d7fa4bed
commit a996e43bbd
1 changed files with 5 additions and 5 deletions

View File

@ -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>