Code: Select all
[2006/11/10 15:34:01, 0] printing/pcap.c:pcap_cache_reload(159)
Unable to open printcap file /etc/printcap for read!Code: Select all
[2006/11/10 15:34:01, 0] printing/pcap.c:pcap_cache_reload(159)
Unable to open printcap file /etc/printcap for read!I take this to mean that it's trying to check the printcap file to see if the named sections are printers. But why would it do this if I compiled without cups support? Can I get away with setting:If a [printers] section occurs in the configuration file, users are able to connect to any printer specified in the local host's printcap file.
When a connection request is made, the existing sections are scanned. If a match is found, it is used. If no match is found, but a [homes] section exists, it is used as described above. Otherwise, the requested section name is treated as a printer name and the appropriate printcap file is scanned to see if the requested section name is a valid printer share name. If a match is found, a new printer share is created by cloning the [printers] section.
Code: Select all
printcap file = /dev/null
Code: Select all
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes