LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   samba connecting to non existent CUPS (https://www.linuxquestions.org/questions/slackware-14/samba-connecting-to-non-existent-cups-494721/)

ardya 10-22-2006 08:59 PM

samba connecting to non existent CUPS
 
Slackware 11, new install, samba config:

[global]
workgroup = TUBESGROUP
server string = Samba Server
username map = /etc/samba/users.map
log file = /var/log/samba.%m
max log size = 50
load printers = No
dns proxy = No
wins server = 192.168.1.1
ldap ssl = no

[mp3]
path = /mnt/ntfs/mp3
valid users = xxxxxxx, xxxxxxxx
browseable = No

smbd daemon is flooding syslog with:

Oct 22 21:53:34 daw1 smbd[19484]: [2006/10/22 21:52:52, 0] printing/print_cups.c:cups_cache_reload(85)
Oct 22 21:53:34 daw1 smbd[19484]: Unable to connect to CUPS server localhost - Connection refused
Oct 22 21:53:34 daw1 smbd[19484]: [2006/10/22 21:52:52, 0] printing/print_cups.c:cups_cache_reload(85)
Oct 22 21:53:34 daw1 smbd[19484]: Unable to connect to CUPS server localhost - Connection refused
Oct 22 21:54:34 daw1 smbd[1126]: [2006/10/22 21:53:52, 0] printing/print_cups.c:cups_cache_reload(85)
Oct 22 21:54:34 daw1 smbd[1126]: Unable to connect to CUPS server localhost - Connection refused
Oct 22 21:54:34 daw1 smbd[1126]: [2006/10/22 21:53:52, 0] printing/print_cups.c:cups_cache_reload(85)
Oct 22 21:54:34 daw1 smbd[1126]: Unable to connect to CUPS server localhost - Connection refused

I don't run CUPS, or have a printer. Is there a way to have samba stop trying to contact CUPS?

titopoquito 10-23-2006 04:18 AM

I think this will be an issue with other settings in smb.conf. I never had to set up my network printer with samba, but my smb.conf has these lines:
Code:

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
load printers = yes

Maybe if you change it to "no" ...

Alien Bob 10-23-2006 12:43 PM

Perhaps this blurb will help: using_samba_without_installing_cups

Eric


All times are GMT -5. The time now is 11:40 PM.