Finally got around to updating the man pages for nmbd and smbd to reflect
[samba.git] / docs / manpages / nmbd.8
index 484d7dba67ac044ace9eeede84c30a63f053bb62..7d61560aecc06cc3ba9e4ff6b7b6828ce8f853d1 100644 (file)
@@ -1,4 +1,4 @@
-.TH NMBD 8 "30 Oct 1997" "nmbd 1.9.18alpha8"
+.TH NMBD 8 "08 Jan 1998" "nmbd 1.9.18"
 .SH NAME
 nmbd \- provide netbios nameserver support to clients
 .SH SYNOPSIS
@@ -190,7 +190,14 @@ This option allows you to override the Netbios name that Samba uses for itself.
 
 .RS 3
 If this parameter is specified, the log files will be appended to with each 
-new connection. By default, the log files will be overwritten.
+new connection.  This is the default.
+.RE
+
+.B \-o
+
+.RS 3
+Overwrite existing log files instead of appending to them.  (This was the
+default until version 2.0.0.)
 .RE
 
 .B \-p
@@ -216,6 +223,17 @@ See
 .BR smb.conf (5)
 for more information.
 .RE
+.SH SIGNALS
+
+In version 1.9.18 and above, nmbd will accept SIGHUP, which will cause it to dump out
+it's namelists into the file namelist.debug in the SAMBA/var/locks directory. This
+will also cause nmbd to dump out it's server database in the log.nmb file.
+Also new in version 1.9.18 and above is the ability to raise the debug log
+level of nmbd by sending it a SIGUSR1 (kill -USR1 <nmbd-pid>) and to lower
+the nmbd log level by sending it a SIGUSR2 (kill -USR2 <nmbd-pid>). This
+is to allow transient problems to be diagnosed, whilst still running at
+a normally low log level.
+
 .SH VERSION
 
 This man page is (mostly) correct for version 1.9.16 of the Samba