On Mon, 04 Dec 2006 17:05:39 +0100 Peer-Joachim Koch <[EMAIL PROTECTED]> wrote:

PJK> Hi,

PJK> is it possible to disable the whole printing subsystem ?
PJK> When our cups server is hanging, the samba print server is also not 
working,
PJK> but the file server (which is not printing and also not sharing any 
PJK> printer) is
PJK> looking for the printer list ....

PJK> It's a Novell SLES 9 running samba-3.0.20b-3.4.

PJK> Bye, Peer

compile with option --disable-cups (this is what I do) 


 or put the following in your smb.conf

        load printers = no
        printing = bsd
        printcap name = /dev/null
        show add printer wizard = no
        disable spoolss = yes


printing = bsd is probably sufficient



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to