summaryrefslogtreecommitdiff
path: root/docs/yodldocs/nmbd.8.yo
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yodldocs/nmbd.8.yo')
-rw-r--r--docs/yodldocs/nmbd.8.yo56
1 files changed, 29 insertions, 27 deletions
diff --git a/docs/yodldocs/nmbd.8.yo b/docs/yodldocs/nmbd.8.yo
index f24aa1ff4f..c0949d2677 100644
--- a/docs/yodldocs/nmbd.8.yo
+++ b/docs/yodldocs/nmbd.8.yo
@@ -26,21 +26,21 @@ SMB/CIFS clients, when they start up, may wish to locate an SMB/CIFS
server. That is, they wish to know what IP number a specified host is
using.
-Amongst other services, this program will listen for such requests,
+Amongst other services, bf(nmbd) will listen for such requests,
and if its own NetBIOS name is specified it will respond with the IP
number of the host it is running on. Its "own NetBIOS name" is by
default the primary DNS name of the host it is running on, but this
-can be overriden with the bf(-n) option (see em(OPTIONS) below). Thus
-nmbd will reply to broadcast queries for its own name(s). Additional
-names for nmbd to respond on can be set via parameters in the
-bf(smb.conf (5)) configuration file.
+can be overridden with the bf(-n) option (see link(OPTIONS)(OPTIONS) below). Thus
+bf(nmbd) will reply to broadcast queries for its own name(s). Additional
+names for bf(nmbd) to respond on can be set via parameters in the
+url(bf(smb.conf(5)))(smb.conf.5.html) configuration file.
-nmbd can also be used as a WINS (Windows Internet Name Server)
+bf(nmbd) can also be used as a WINS (Windows Internet Name Server)
server. What this basically means is that it will act as a WINS
database server, creating a database from name registration requests
that it receives and replying to queries from clients for these names.
-In addition, nmbd can act as a WINS proxy, relaying broadcast queries
+In addition, bf(nmbd) can act as a WINS proxy, relaying broadcast queries
from clients that do not understand how to talk the WINS protocol to a
WIN server.
@@ -50,9 +50,9 @@ manpageoptions()
startdit()
label(minusD)
-dit(bf(-D)) If specified, this parameter causes the server to operate
+dit(bf(-D)) If specified, this parameter causes bf(nmbd) to operate
as a daemon. That is, it detaches itself and runs in the background,
-fielding requests on the appropriate port. By default, the server will
+fielding requests on the appropriate port. By default, bf(nmbd) will
NOT operate as a daemon. nmbd can also be operated from the inetd
meta-daemon, although this is not recommended.
@@ -70,16 +70,17 @@ dit(bf(-H filename)) NetBIOS lmhosts file.
The lmhosts file is a list of NetBIOS names to IP addresses that is
loaded by the nmbd server and used via the name resolution mechanism
-em(name resolve order) described in bf(smbd.conf (5)) to resolve any
+url(bf(name resolve order))(smb.conf.5.html#nameresolveorder) described in
+url(bf(smb.conf (5)))(smb.conf.5.html) to resolve any
NetBIOS name queries needed by the server. Note that the contents of
-this file are em(NOT) used by nmbd to answer any name queries, adding
+this file are em(NOT) used by bf(nmbd) to answer any name queries. Adding
a line to this file affects name NetBIOS resolution from this host
em(ONLY).
The default path to this file is compiled into Samba as part of the
build process. Common defaults are em(/usr/local/samba/lib/lmhosts),
-em(/usr/samba/lib/lmhosts) or em(/etc/lmhosts). See the bf(lmhosts
-(5)) man page for details on the contents of this file.
+em(/usr/samba/lib/lmhosts) or em(/etc/lmhosts). See the
+url(bf(lmhosts (5)))(lmhosts.5.html) man page for details on the contents of this file.
label(minusd)
dit(bf(-d debuglevel)) debuglevel is an integer from 0 to 10.
@@ -109,7 +110,7 @@ extension ".nmb" to the specified base name. For example, if the name
specified was "log" then the file log.nmb would contain the debugging
data.
-The default log file path is is compiled into Samba as part of the
+The default log file path is compiled into Samba as part of the
build process. Common defaults are em(/usr/local/samba/var/log.nmb),
em(/usr/samba/var/log.nmb) or em(/var/log/log.nmb).
@@ -124,7 +125,7 @@ label(minusp)
dit(bf(-p UDP port number)) UDP port number is a positive integer value.
This option changes the default UDP port number (normally 137) that
-nmbd responds to name queries on. Don't use this option unless you are
+bf(nmbd) responds to name queries on. Don't use this option unless you are
an expert, in which case you won't need help!
label(minuss)
@@ -136,7 +137,7 @@ The file specified contains the configuration details required by the
server. See url(bf(smb.conf (5)))(smb.conf.5.html) for more information.
label(minusi)
-dit(bf(-i scope)) This specifies a NetBIOS scope that the server will use
+dit(bf(-i scope)) This specifies a NetBIOS scope that bf(nmbd) will use
to communicate with when generating NetBIOS names. For details on the
use of NetBIOS scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes
are em(very) rarely used, only set this parameter if you are the
@@ -144,7 +145,7 @@ system administrator in charge of all the NetBIOS systems you
communicate with.
label(minush)
-dit(bf(-h)) Prints the help information (usage) for nmbd.
+dit(bf(-h)) Prints the help information (usage) for bf(nmbd).
endit()
@@ -158,14 +159,15 @@ contain suitable startup information for the meta-daemon.
bf(/etc/rc)
-(or whatever initialisation script your system uses).
+(or whatever initialization script your system uses).
If running the server as a daemon at startup, this file will need to
contain an appropriate startup sequence for the server.
bf(/usr/local/samba/lib/smb.conf)
-This is the default location of the em(smb.conf) server configuration
+This is the default location of the
+url(bf(smb.conf))(smb.conf.5.html) server configuration
file. Other common places that systems install this file are
em(/usr/samba/lib/smb.conf) and em(/etc/smb.conf).
@@ -182,18 +184,18 @@ configured under wherever Samba was configured to install itself.
label(SIGNALS)
manpagesection(SIGNALS)
-To shut down an nmbd process it is recommended that SIGKILL (-9)
+To shut down an bf(nmbd) process it is recommended that SIGKILL (-9)
em(NOT) be used, except as a last resort, as this may leave the name
-database in an inconsistant state. The correct way to terminate
-nmbd is to send it a SIGTERM (-15) signal and wait for it to die on
+database in an inconsistent state. The correct way to terminate
+bf(nmbd) is to send it a SIGTERM (-15) signal and wait for it to die on
its own.
-nmbd will accept SIGHUP, which will cause it to dump out it's
-namelists into the file namelist.debug in the
+bf(nmbd) will accept SIGHUP, which will cause it to dump out it's
+namelists into the file tt(namelist.debug) in the
em(/usr/local/samba/var/locks) directory (or the em(var/locks)
directory configured under wherever Samba was configured to install
-itself). This will also cause nmbd to dump out it's server database in
-the log.nmb file. In addition, the the debug log level of nmbd may be raised
+itself). This will also cause bf(nmbd) to dump out it's server database in
+the log.nmb file. In addition, the debug log level of nmbd may be raised
by sending it a SIGUSR1 (tt(kill -USR1 <nmbd-pid>)) and lowered by sending it a
SIGUSR2 (tt(kill -USR2 <nmbd-pid>)). This is to allow transient
problems to be diagnosed, whilst still running at a normally low log
@@ -219,7 +221,7 @@ label(AUTHOR)
manpageauthor()
The original Samba software and related utilities were created by
-Andrew Tridgell (samba-bugs@samba.anu.edu.au). Samba is now developed
+Andrew Tridgell email(samba-bugs@samba.anu.edu.au). Samba is now developed
by the Samba Team as an Open Source project similar to the way the
Linux kernel is developed.