summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/NetworkBrowsing.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-05-08 07:40:57 +0000
committerJohn Terpstra <jht@samba.org>2003-05-08 07:40:57 +0000
commit949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3 (patch)
tree15ce560b97577a2bb235b1c1b20f350269ebeb09 /docs/docbook/projdoc/NetworkBrowsing.xml
parent243b831de606f3c2dcc4111e2d7b5e30347676a9 (diff)
downloadsamba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.tar.gz
samba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.tar.bz2
samba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.zip
Another set of updates.
(This used to be commit 5fc92d4596956ad7a2f099276fb529d0ba28d10b)
Diffstat (limited to 'docs/docbook/projdoc/NetworkBrowsing.xml')
-rw-r--r--docs/docbook/projdoc/NetworkBrowsing.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/NetworkBrowsing.xml b/docs/docbook/projdoc/NetworkBrowsing.xml
index 29768ea42a..6327bde30a 100644
--- a/docs/docbook/projdoc/NetworkBrowsing.xml
+++ b/docs/docbook/projdoc/NetworkBrowsing.xml
@@ -1283,6 +1283,32 @@ If either router R1 or R2 fails the following will occur:
</orderedlist>
</sect3>
</sect2>
+</sect1>
+
+<sect1>
+<title>Common Errors</title>
+
+<para>
+Many questions are sked on the mailing lists regarding browsing. The majority of browsing
+problems originate out of incorrect configuration of NetBIOS name resolution. Some are of
+particular note.
+</para>
+<sect2>
+<title>How can one flush the Samba NetBIOS name cache without restarting samba?</title>
+
+<para>
+Sambas' nmbd process controls all browse list handling. Under normal circumstances it is
+safe to restart nmbd. This will effectively flush the samba NetBIOS name cache and cause it
+to be rebuilt. Note that this does NOT make certain that a rogue machine name will not re-appear
+in the browse list. When nmbd is taken out of service another machine on the network will
+become the browse master. This new list may still have the rogue entry in it. If you really
+want to clear a rogue machine from the list then every machine on the network will need to be
+shut down and restarted at after all machines are down. Failing a complete restart, the only
+other thing you can do is wait until the entry times out and is then flushed from the list.
+This may take a long time on some networks (months).
+</para>
+
+</sect2>
</sect1>
</chapter>