How to verify your smb.conf for all options, including the defaulted values
testparm -v
Errors in dmesg about unable to connect to CUPS server
Using blastwave packages, you may get the following messages in your dmesg even though you don't plan on running a CUPS server:
Nov 8 10:21:53 vmsge smbd[20226]: [ID 702911 daemon.error] [2006/11/08 10:21:53, 0] printing/print_cups.c:(85)
Nov 8 10:21:53 vmsge smbd[20226]: [ID 702911 daemon.error] Unable to connect to CUPS server localhost - Network is unreachable
To get rid of these messages, add the following lines to your smb.conf:
load printers = no
printcap name = /dev/null
printing =
Errors in dmesg about FAM file change notifications not available
Nov 8 10:46:23 vmsge smbd[21913]: [ID 702911 daemon.error] [2006/11/08 10:46:23, 0] smbd/notify_fam.c:(455)
Nov 8 10:46:23 vmsge smbd[21913]: [ID 702911 daemon.error] FAM file change notifications not available
To get rid of these messages, add this line to your smb.conf
fam change notify = no
--
JesseSuen - 08 Nov 2006