[Samba] 3 simple questions

Josh Kelley joshkel at gmail.com
Mon Feb 20 14:23:31 GMT 2006


On 2/19/06, Peter <petermatulis at yahoo.ca> wrote:
> 2. I have disabled printing using:
>
>    disable spoolss = yes
>
> My logs are filling up with messages (every 30 minutes):
>
> printing/print_cups.c:cups_cache_reload(85)
>   Unable to connect to CUPS server localhost - Connection refused
>
> How can I stop this from happening?

"disable spoolss" doesn't disable printing completely, it just
disables the newer SPOOLSS style of printing.  To disable printing
completely:

    load printers = no
    printing = bsd
    printcap name = /dev/null

Josh Kelley


More information about the samba mailing list