From 556d1ca2d20c42c7ee5934631331f0a019203f06 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 22 Nov 2002 00:32:24 +0000 Subject: Sync docbook directory with HEAD. Sorry but there are way too many changes to track down all the commit messages and list them here. Most of the changes look like updates and cleanups from Jelmer though. (This used to be commit 75615648d0ace3bde6a2ef2dad562094f1b25d00) --- docs/docbook/projdoc/UNIX_INSTALL.sgml | 39 ++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'docs/docbook/projdoc/UNIX_INSTALL.sgml') diff --git a/docs/docbook/projdoc/UNIX_INSTALL.sgml b/docs/docbook/projdoc/UNIX_INSTALL.sgml index c307636d5f..1ff735a656 100644 --- a/docs/docbook/projdoc/UNIX_INSTALL.sgml +++ b/docs/docbook/projdoc/UNIX_INSTALL.sgml @@ -3,15 +3,17 @@ How to Install and Test SAMBA - Step 0: Read the man pages + Read the man pages The man pages distributed with SAMBA contain lots of useful info that will help to get you started. If you don't know how to read man pages then try something like: - $ nroff -man smbd.8 | more - + $ man smbd.8 + or + $ nroff -man smbd.8 | more + on older unixes. Other sources of information are pointed to by the Samba web site, @@ -19,7 +21,7 @@ - Step 1: Building the Binaries + Building the Binaries To do this, first run the program ./configure in the source directory. This should automatically @@ -62,7 +64,7 @@ - Step 2: The all important step + The all important step At this stage you must fetch yourself a coffee or other drink you find stimulating. Getting the rest @@ -74,7 +76,7 @@ - Step 3: Create the smb configuration file. + Create the smb configuration file. There are sample configuration files in the examples subdirectory in the distribution. I suggest you read them @@ -91,7 +93,7 @@ [homes] guest ok = no read only = no - + which would allow connections by anyone with an account on the server, using either their login name or @@ -111,7 +113,7 @@ - Step 4: Test your config file with + <title>Test your config file with <command>testparm</command> It's important that you test the validity of your @@ -122,10 +124,13 @@ Make sure it runs OK and that the services look reasonable before proceeding. + Always run testparm again when you change + smb.conf! + - Step 5: Starting the smbd and nmbd + Starting the smbd and nmbd You must choose to start smbd and nmbd either as daemons or from inetd. Don't try @@ -144,7 +149,7 @@ request. - Step 5a: Starting from inetd.conf + Starting from inetd.conf NOTE; The following will be different if you use NIS or NIS+ to distributed services maps. @@ -196,7 +201,7 @@ - Step 5b. Alternative: starting it as a daemon + Alternative: starting it as a daemon To start the server as a daemon you should create a script something like this one, perhaps calling @@ -225,7 +230,7 @@ - Step 6: Try listing the shares available on your + <title>Try listing the shares available on your server $ smbclient -L @@ -245,7 +250,7 @@ - Step 7: Try connecting with the unix client + Try connecting with the unix client $ smbclient //yourhostname/aservice @@ -265,7 +270,7 @@ - Step 8: Try connecting from a DOS, WfWg, Win9x, WinNT, + <title>Try connecting from a DOS, WfWg, Win9x, WinNT, Win2k, OS/2, etc... client Try mounting disks. eg: @@ -305,8 +310,8 @@ Diagnosing Problems - If you have installation problems then go to - DIAGNOSIS.txt to try to find the + If you have installation problems then go to the + Diagnosis chapter to try to find the problem. @@ -424,6 +429,8 @@ its open. A client may ask for DENY_NONE, DENY_READ, DENY_WRITE or DENY_ALL. There are also special compatibility modes called DENY_FCB and DENY_DOS. + + -- cgit