Skip to content

Commit a996e43

Browse files
committed
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
1 parent 01d7fa4 commit a996e43

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/en-US/hypervisor-host-install-libvirt.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
<para>On RHEL or CentOS modify <filename>/etc/sysconfig/libvirtd</filename>:</para>
4141
<para>Uncomment the following line:</para>
4242
<programlisting>#LIBVIRTD_ARGS="--listen"</programlisting>
43-
<para>On Ubuntu: modify <filename>/etc/init/libvirt-bin.conf</filename></para>
44-
<para>Change the following line (at the end of the file):</para>
45-
<programlisting>exec /usr/sbin/libvirtd -d</programlisting>
46-
<para>to (just add -l)</para>
47-
<programlisting>exec /usr/sbin/libvirtd -d -l</programlisting>
43+
<para>On Ubuntu: modify <filename>/etc/default/libvirt-bin</filename></para>
44+
<para>Add "-l" to the following line::</para>
45+
<programlisting>libvirtd_opts="-d"</programlisting>
46+
<para>so it looks like:</para>
47+
<programlisting>libvirtd_opts="-d -l"</programlisting>
4848
</listitem>
4949
<listitem>
5050
<para>Restart libvirt</para>

0 commit comments

Comments
 (0)