Gerald (Jerry) Carter schrieb:
This is a release candidate of the Samba 3.0.12 code base and is provided for testing only. While close to the final stable release, this snapshot is *not* intended for production servers. If all goes well, this this version (or something very similar) will become the final 3.0.12 stable release.
Compiled with cups. If defining
printing = lprng
print command = chmod 666 %s; name="`echo '%J' | sed "s/^.*- //"`"; if [ "$name" = "" ]; then name="%s"; fi; /usr/bin/lpr -P%p -J"$name" %s; rm %s
lpq command = /usr/bin/lpq -P%p -L
lprm command = /usr/bin/lprm -P%p %j
lppause command = /usr/sbin/lpc hold %p %j
lpresume command = /usr/sbin/lpc release %p %j
queuepause command = /usr/sbin/lpc stop %p
queueresume command = /usr/sbin/lpc start %p
in [global] and not using 'printing = cups' in one of my printers the following messages are shown in log.smbd:
[2005/03/12 19:26:24, 0] smbd/server.c:main(798) smbd version 3.0.12rc1 started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2005/03/12 19:26:24, 0] printing/print_cups.c:cups_cache_reload(85) Unable to connect to CUPS server localhost - Connection refused [2005/03/12 19:26:24, 0] printing/print_cups.c:cups_cache_reload(85) Unable to connect to CUPS server localhost - Connection refused
I think it is better to discard this message, if cups is not used. There are many installations with cups linked samba and using other printing systems, because it is possible then to use which printing system ever (cups or an other one).
der tom -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
