diff options
author | John Terpstra <jht@samba.org> | 2003-05-08 07:40:21 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-05-08 07:40:21 +0000 |
commit | 8210b69406f8b3b213cb7d9fdc5c58986f80a56b (patch) | |
tree | d657efe0234bba25f7cd7ab9f82c197e45db12fc /docs/docbook/projdoc/NetworkBrowsing.xml | |
parent | 53f0ebc82b27347264c0ebc972487c6f62eb8933 (diff) | |
download | samba-8210b69406f8b3b213cb7d9fdc5c58986f80a56b.tar.gz samba-8210b69406f8b3b213cb7d9fdc5c58986f80a56b.tar.bz2 samba-8210b69406f8b3b213cb7d9fdc5c58986f80a56b.zip |
Another set of updates to the docs.
(This used to be commit 9abe3b23836ae75bd31fd2af4c7d82f34c27f52a)
Diffstat (limited to 'docs/docbook/projdoc/NetworkBrowsing.xml')
-rw-r--r-- | docs/docbook/projdoc/NetworkBrowsing.xml | 26 |
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> |