From c8af938a0a7ec15c38076fc11d164f55737318f1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 24 Apr 2001 19:09:42 +0000 Subject: syncing up changes in 2.2 (This used to be commit ffbbe67dbfde7f7ce4bb70becfc696c395dbf6b2) --- docs/htmldocs/smbd.8.html | 50 +++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 23 deletions(-) (limited to 'docs/htmldocs/smbd.8.html') diff --git a/docs/htmldocs/smbd.8.html b/docs/htmldocs/smbd.8.html index 33af0242e5..35520b05af 100644 --- a/docs/htmldocs/smbd.8.html +++ b/docs/htmldocs/smbd.8.html @@ -36,7 +36,7 @@ NAME="AEN8" >smbd [-D] [-a] [-o] [-P] [-h] [-V] [-d <debug level>] [-l <log file>] [-p <port number>] [-O <socket option>] [-s <configuration file>]

[-D] [-a] [-o] [-P] [-h] [-V] [-d <debug level>] [-l <log file>] [-p <port number>] [-O <socket option>] [-s <configuration file>]

.

-d <debug level>
-d <debug level>

debuglevel is an integer @@ -214,12 +214,11 @@ CLASS="FILENAME" > file.

-l <log file>
-l <log file>

If specified, log fileIf specified, log file specifies a log filename into which informational and debug messages from the running server will be logged. The log @@ -240,7 +239,7 @@ CLASS="FILENAME" file name is specified at compile time.

-O <socket options>
-O <socket options>

See the file for details.

-p <port number>
-p <port number>

port number is a positive integer @@ -285,7 +284,7 @@ CLASS="FILENAME" in the above situation.

-s <configuration file>
-s <configuration file>

The file specified contains the @@ -574,14 +573,12 @@ NAME="AEN179" >RUNNING THE SERVER AS A DAEMON

To run the server as a daemon from the command - line, simply put the -D-D option on the command line. There is no need to place an ampersand at - the end of the command line - the -D-D option causes the server to detach itself from the tty anyway.

If the options used at compile time are appropriate for - your system, all parameters except -D-D may be omitted. See the section OPTIONS above.

Lastly, edit the configuration file to provide suitable services. To start with, the following two services should be all you need:

	
 	

This will allow you to connect to your home directory and print to any printer supported by the host (user privileges @@ -848,9 +853,8 @@ CLASS="FILENAME" that SIGKILL (-9) NOT NOT be used, except as a last resort, as this may leave the shared memory area in an inconsistent state. The safe way to terminate @@ -860,11 +864,11 @@ CLASS="EMPHASIS" >The debug log level of smbd may be raised by sending it a SIGUSR1 (kill -USR1 <smbd-pid>kill -USR1 <smbd-pid>) and lowered by sending it a SIGUSR2 (kill -USR2 <smbd-pid> +>kill -USR2 <smbd-pid> ). This is to allow transient problems to be diagnosed, whilst still running at a normally low log level.