cupsdAuthorize: No authentication data provided- error_log

Chris Hasler chrishasler at alliantenergy.com
Wed Feb 9 16:06:15 PST 2011


Thanks Johannes for your reply.

I assumed that since I had removed the printer redirection from the 10.201.133.159 host (ion) and had removed all the CUPS jobs on that host and even stopped the CUPS service on that host that nothing should be trying to talk to the CUPS print server (coffee) which was logging the connection messages.

Running lsof -i -P and grepping for the name of the CUPS print host showed several processes which were print jobs still attempting to transfer from one CUPS host to the print server CUPS host.

# lsof -i -P | grep coffee
ipp        1644    root    6u  IPv4 422714006       TCP ion.wpl.com:19788->coffee.wpl.com:631 (CLOSE_WAIT)
ipp        2342    root    6u  IPv4 422714468       TCP ion.wpl.com:19792->coffee.wpl.com:631 (ESTABLISHED)
ipp       22221    root    6u  IPv4 422714292       TCP ion.wpl.com:19791->coffee.wpl.com:631 (ESTABLISHED)
ipp       24687    root    6u  IPv4 422714075       TCP ion.wpl.com:19789->coffee.wpl.com:631 (ESTABLISHED)
ipp       30196    root    6u  IPv4 422714258       TCP ion.wpl.com:19790->coffee.wpl.com:631 (ESTABLISHED)
ipp       32665    root    6u  IPv4 422713668       TCP ion.wpl.com:19787->coffee.wpl.com:631 (CLOSE_WAIT)

# ps -ef | grep 1644
root      1644     1  0 Feb07 ?        00:00:02 ipp://coffee.wpl.com:631/printers/JANDDC-IRC3080-1 112 a04566 1628.ps 1 job-hold-until=no-hold job-priority=50 number-up=1 job-uuid=urn:uuid:d0b67483-cd13-304c-65b9-64c3c6d3a85c job-sheets=none,none lease-duration=300 /var/spool/cups/d00112-001

I had cleared (or thought I did) all the jobs inthe /var/spool/cups subdirectory on ion but the processes were still there. I killed those processes off and the connection messages stopped.

So thanks again for your help.
Chris H.

>
> Hello,
>
> On Feb 8 15:21 Chris Hasler wrote (shortened):
> > ... the messages keep rolling in every few milliseconds.
> > How can I make this stop?!!!
> ....
> >> D [08/Feb/2011:16:55:20 -0600] cupsdAcceptClient: 11 from 10.201.133.159:631 (IPv4)
> ....
> >> D [08/Feb/2011:16:55:20 -0600] cupsdAcceptClient: 11 from 10.201.133.159:631 (IPv4)
> >> D [08/Feb/2011:16:55:20 -0600] cupsdAcceptClient: 12 from 10.201.133.159:631 (IPv4)
> ....
> >> D [08/Feb/2011:16:55:25 -0600] cupsdAcceptClient: 11 from 10.201.133.159:631 (IPv4)
> ....
> >> D [08/Feb/2011:16:55:25 -0600] cupsdAcceptClient: 11 from 10.201.133.159:631 (IPv4)
> >> D [08/Feb/2011:16:55:25 -0600] cupsdAcceptClient: 12 from 10.201.133.159:631 (IPv4)
>
> A client program on a host with IP 10.201.133.159
> makes connections to the cupsd every 5 seconds.
> To stop this, stop those client program.
>
> To stop only the messages, swich off the debugging messages
> and use a LogLevel in cupsd.conf which is not meant for debugging
> e.g. "info" or the default LogLevel "warn", see
> http://www.cups.org/documentation.php/doc-1.4/ref-cupsd-conf.html
>
>
> Kind Regards
> Johannes Meixner
> --
> SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
> AG Nuernberg, HRB 16746, GF: Markus Rex
>





More information about the cups mailing list