summaryrefslogtreecommitdiffstats
path: root/docs/htmldocs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/htmldocs')
-rw-r--r--docs/htmldocs/nmbd.8.html21
-rw-r--r--docs/htmldocs/smb.conf.5.html57
-rw-r--r--docs/htmldocs/smbd.8.html17
-rw-r--r--docs/htmldocs/swat.8.html101
4 files changed, 180 insertions, 16 deletions
diff --git a/docs/htmldocs/nmbd.8.html b/docs/htmldocs/nmbd.8.html
index 76fd5de6ba2..828ebb13a42 100644
--- a/docs/htmldocs/nmbd.8.html
+++ b/docs/htmldocs/nmbd.8.html
@@ -601,6 +601,23 @@ CLASS="REFSECT1"
NAME="AEN194"
></A
><H2
+>TROUBLESHOOTING</H2
+><P
+> One of the common causes of difficulty when installing Samba and SWAT
+ is the existsnece of some type of firewall or port filtering software
+ on the Samba server. Make sure that the appropriate ports
+ outlined in this man page are available on the server and are not currently
+ being blocked by some type of security software such as iptables or
+ "port sentry". For more troubleshooting information, refer to the additional
+ documentation included in the Samba distribution.
+ </P
+></DIV
+><DIV
+CLASS="REFSECT1"
+><A
+NAME="AEN197"
+></A
+><H2
>VERSION</H2
><P
>This man page is correct for version 2.2 of
@@ -609,7 +626,7 @@ NAME="AEN194"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN197"
+NAME="AEN200"
></A
><H2
>SEE ALSO</H2
@@ -674,7 +691,7 @@ TARGET="_top"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN214"
+NAME="AEN217"
></A
><H2
>AUTHOR</H2
diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html
index 2d7358330f4..83fd2a410a1 100644
--- a/docs/htmldocs/smb.conf.5.html
+++ b/docs/htmldocs/smb.conf.5.html
@@ -3129,6 +3129,18 @@ CLASS="PARAMETER"
><LI
><P
><A
+HREF="#BLOCKSIZE"
+><TT
+CLASS="PARAMETER"
+><I
+>block size</I
+></TT
+></A
+></P
+></LI
+><LI
+><P
+><A
HREF="#BROWSABLE"
><TT
CLASS="PARAMETER"
@@ -4559,7 +4571,7 @@ CLASS="PARAMETER"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN1488"
+NAME="AEN1492"
></A
><H2
>EXPLANATION OF EACH PARAMETER</H2
@@ -5423,6 +5435,41 @@ CLASS="COMMAND"
></DD
><DT
><A
+NAME="BLOCKSIZE"
+></A
+>block size (S)</DT
+><DD
+><P
+>This parameter controls the behavior of <A
+HREF="smbd.8.html"
+TARGET="_top"
+>smbd(8)</A
+> when reporting disk free sizes.
+ By default, this reports a disk block size of 1024 bytes.</P
+><P
+>Changing this parameter may have some effect on the
+ efficiency of client writes, this is not yet confirmed. This
+ parameter was added to allow advanced administrators to change
+ it (usually to a higher value) and test the effect it has on
+ client write performance without re-compiling the code. As this
+ is an experimental option it may be removed in a future release.
+ </P
+><P
+>Changing this option does not change the disk free reporting
+ size, just the block size unit reported to the client.</P
+><P
+>Default: <B
+CLASS="COMMAND"
+>block size = 1024</B
+></P
+><P
+>Example: <B
+CLASS="COMMAND"
+>block size = 65536</B
+></P
+></DD
+><DT
+><A
NAME="BLOCKINGLOCKS"
></A
>blocking locks (S)</DT
@@ -19590,7 +19637,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6192"
+NAME="AEN6208"
></A
><H2
>WARNINGS</H2
@@ -19620,7 +19667,7 @@ TARGET="_top"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6198"
+NAME="AEN6214"
></A
><H2
>VERSION</H2
@@ -19631,7 +19678,7 @@ NAME="AEN6198"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6201"
+NAME="AEN6217"
></A
><H2
>SEE ALSO</H2
@@ -19710,7 +19757,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN6221"
+NAME="AEN6237"
></A
><H2
>AUTHOR</H2
diff --git a/docs/htmldocs/smbd.8.html b/docs/htmldocs/smbd.8.html
index 368b3d7925e..e1ea92b986a 100644
--- a/docs/htmldocs/smbd.8.html
+++ b/docs/htmldocs/smbd.8.html
@@ -575,7 +575,16 @@ CLASS="REFSECT1"
NAME="AEN180"
></A
><H2
->DIAGNOSTICS</H2
+>TROUBLESHOOTING</H2
+><P
+> One of the common causes of difficulty when installing Samba and SWAT
+ is the existsnece of some type of firewall or port filtering software
+ on the Samba server. Make sure that the appropriate ports
+ outlined in this man page are available on the server and are not currently
+ being blocked by some type of security software such as iptables or
+ "port sentry". For more troubleshooting information, refer to the additional
+ documentation included in the Samba distribution.
+ </P
><P
>Most diagnostics issued by the server are logged
in a specified log file. The log file name is specified
@@ -595,7 +604,7 @@ NAME="AEN180"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN185"
+NAME="AEN186"
></A
><H2
>SIGNALS</H2
@@ -660,7 +669,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN202"
+NAME="AEN203"
></A
><H2
>SEE ALSO</H2
@@ -726,7 +735,7 @@ TARGET="_top"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN219"
+NAME="AEN220"
></A
><H2
>AUTHOR</H2
diff --git a/docs/htmldocs/swat.8.html b/docs/htmldocs/swat.8.html
index 386fe5bc7af..374a1423463 100644
--- a/docs/htmldocs/swat.8.html
+++ b/docs/htmldocs/swat.8.html
@@ -252,6 +252,64 @@ CLASS="REFSECT2"
NAME="AEN78"
></A
><H3
+>Xinetd Installation</H3
+><P
+>Newer Linux systems ship with a more secure implementation
+ of the inetd meta-daemon. The <B
+CLASS="COMMAND"
+>xinetd</B
+> daemon
+ can read configuration inf9ormation from a single file (i.e.
+ <TT
+CLASS="FILENAME"
+>/etc/xinetd.conf</TT
+>) or from a collection
+ of service control files in the <TT
+CLASS="FILENAME"
+>xinetd.d/</TT
+> directory.
+ These directions assume the latter configuration.
+ </P
+><P
+> The following file should be created as <TT
+CLASS="FILENAME"
+>/etc/xientd.d/swat</TT
+>.
+ It is then be neccessary cause the meta-daemon to reload its configuration files.
+ Refer to the xinetd man page for details on how to accomplish this.
+ </P
+><P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><PRE
+CLASS="PROGRAMLISTING"
+>## /etc/xinetd.d/swat
+service swat
+{
+ port = 901
+ socket_type = stream
+ wait = no
+ only_from = localhost
+ user = root
+ server = /usr/local/samba/bin/swat
+ log_on_failure += USERID
+ disable = No
+}</PRE
+></TD
+></TR
+></TABLE
+></P
+></DIV
+><DIV
+CLASS="REFSECT2"
+><A
+NAME="AEN88"
+></A
+><H3
>Launching</H3
><P
>To launch SWAT just run your favorite web browser and
@@ -266,7 +324,24 @@ NAME="AEN78"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN82"
+NAME="AEN92"
+></A
+><H2
+>TROUBLESHOOTING</H2
+><P
+> One of the common causes of difficulty when installing Samba and SWAT
+ is the existsnece of some type of firewall or port filtering software
+ on the Samba server. Make sure that the appropriate ports
+ outlined in this man page are available on the server and are not currently
+ being blocked by some type of security software such as iptables or
+ "port sentry". For more troubleshooting information, refer to the additional
+ documentation included in the Samba distribution.
+ </P
+></DIV
+><DIV
+CLASS="REFSECT1"
+><A
+NAME="AEN95"
></A
><H2
>FILES</H2
@@ -288,6 +363,19 @@ CLASS="FILENAME"
><DT
><TT
CLASS="FILENAME"
+>/etc/xinetd.d/swat</TT
+></DT
+><DD
+><P
+>This file must contain suitable startup
+ information for the <B
+CLASS="COMMAND"
+>xinetd</B
+> meta-daemon.</P
+></DD
+><DT
+><TT
+CLASS="FILENAME"
>/etc/services</TT
></DT
><DD
@@ -324,7 +412,7 @@ CLASS="FILENAME"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN103"
+NAME="AEN122"
></A
><H2
>WARNINGS</H2
@@ -356,7 +444,7 @@ CLASS="FILENAME"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN111"
+NAME="AEN130"
></A
><H2
>VERSION</H2
@@ -367,7 +455,7 @@ NAME="AEN111"
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN114"
+NAME="AEN133"
></A
><H2
>SEE ALSO</H2
@@ -388,13 +476,16 @@ CLASS="COMMAND"
HREF="smb.conf.5.html"
TARGET="_top"
>smb.conf(5)</A
+>, <B
+CLASS="COMMAND"
+>xinetd(8)</B
>
</P
></DIV
><DIV
CLASS="REFSECT1"
><A
-NAME="AEN121"
+NAME="AEN141"
></A
><H2
>AUTHOR</H2