summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/Portability.sgml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-04 16:36:40 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-04 16:36:40 +0000
commit42efc1092dcb3042724e280c0bb18e813b3aac98 (patch)
tree21ff9b7b39f8b390a54deb08ed6e24f56eaed57f /docs/docbook/projdoc/Portability.sgml
parent502a960354717bb1d7a2d001cbd1ad918a2f7a33 (diff)
downloadsamba-42efc1092dcb3042724e280c0bb18e813b3aac98.tar.gz
samba-42efc1092dcb3042724e280c0bb18e813b3aac98.tar.bz2
samba-42efc1092dcb3042724e280c0bb18e813b3aac98.zip
Convert GOTCHAS to SGML
(This used to be commit c48207ef0e219680d4e4102256c76189aaf73ebc)
Diffstat (limited to 'docs/docbook/projdoc/Portability.sgml')
-rw-r--r--docs/docbook/projdoc/Portability.sgml23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/Portability.sgml b/docs/docbook/projdoc/Portability.sgml
index f2fe66b9dd..88527cbe62 100644
--- a/docs/docbook/projdoc/Portability.sgml
+++ b/docs/docbook/projdoc/Portability.sgml
@@ -145,4 +145,27 @@ You should then remove the line:
<para>from the DNIX section of <filename>includes.h</filename></para>
</sect1>
+
+<sect1>
+<title>RedHat Linux Rembrandt-II</title>
+
+<para>
+By default RedHat Rembrandt-II during installation adds an
+entry to /etc/hosts as follows:
+<programlisting>
+ 127.0.0.1 loopback "hostname"."domainname"
+</programlisting>
+</para>
+
+<para>
+This causes Samba to loop back onto the loopback interface.
+The result is that Samba fails to communicate correctly with
+the world and therefor may fail to correctly negotiate who
+is the master browse list holder and who is the master browser.
+</para>
+
+<para>
+Corrective Action: Delete the entry after the word loopback
+ in the line starting 127.0.0.1
+</para>
</chapter>