Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

A couple of time an hour, these lines show up in syslog

Feb 19 09:20:11 KISE-055 smbd[5685]: [2013/02/19 09:20:11.609603,  0] printing/print_cups.c:110(cups_connect)
Feb 19 09:20:11 KISE-055 smbd[5685]:   Unable to connect to CUPS server localhost:631 - Connection refused
Feb 19 09:20:11 KISE-055 smbd[1081]: [2013/02/19 09:20:11.610113,  0] printing/print_cups.c:487(cups_async_callback)
Feb 19 09:20:11 KISE-055 smbd[1081]:   failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL

Now this computer is the client and server for Mythtv (Mythbuntu), There are no printers attached, nor does any use of the HTPC require a printer. I do use occasionally print to PDF.

What do I need to do to stop samba from performing this query and producing these messages in syslog ?

share|improve this question

1 Answer

Well 1st and unexpected is that Mythbuntu does not install CUPS by default, so the soultion was simple, install CUPS from Ubuntu software. smbd can now connect to CUPS, although no printers are used.

CUPS can be maintained by using http://localhost:631/ in a browser, not mention in info on Unbuntu software

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.