Re: F9 - cups - windows shared printer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Craig White wrote:
I returned my inkjet printer to service after some time and hadn't used
this printer with Linux since F7 if not before F7.

In 'Administration => Printing', I can print test page no problem
(obviously as root). But as a user, I get an error that seems to be
authentication but I can't fix it.

cups in LogLevel debug...

D [18/Jul/2008:09:24:49 -0700] cupsdAcceptClient: 8 from localhost:631
(IPv4)
D [18/Jul/2008:09:24:49 -0700] cupsdReadClient: 8 POST / HTTP/1.1
D [18/Jul/2008:09:24:49 -0700] cupsdAuthorize: No authentication data
provided.
D [18/Jul/2008:09:24:49 -0700] CUPS-Get-Printers
D [18/Jul/2008:09:24:49 -0700] cupsdProcessIPPRequest: 8 status_code=0
(successful-ok)
D [18/Jul/2008:09:24:49 -0700] cupsdReadClient: 8 POST / HTTP/1.1
D [18/Jul/2008:09:24:49 -0700] cupsdAuthorize: No authentication data
provided.
D [18/Jul/2008:09:24:49 -0700] CUPS-Get-Classes
D [18/Jul/2008:09:24:49 -0700] cupsdProcessIPPRequest: 8 status_code=0
(successful-ok)
D [18/Jul/2008:09:24:49 -0700] cupsdReadClient: 8 POST / HTTP/1.1
D [18/Jul/2008:09:24:49 -0700] cupsdAuthorize: No authentication data
provided.
D [18/Jul/2008:09:24:49 -0700] CUPS-Get-Default
D [18/Jul/2008:09:24:49 -0700] cupsdProcessIPPRequest: 8 status_code=0
(successful-ok)
D [18/Jul/2008:09:24:52 -0700] cupsdReadClient: 8
POST /printers/officejet HTTP/1.1
D [18/Jul/2008:09:24:52 -0700] cupsdAuthorize: No authentication data
provided.
D [18/Jul/2008:09:24:52 -0700] Print-Job
ipp://localhost/printers/officejet
D [18/Jul/2008:09:24:52 -0700] print_job: auto-typing file...
E [18/Jul/2008:09:24:52 -0700] Print-Job: Unauthorized
D [18/Jul/2008:09:24:52 -0700] cupsdSendError: 8 code=401 (Unauthorized)
D [18/Jul/2008:09:24:52 -0700] cupsdSendHeader: WWW-Authenticate:
Negotiate



and appropriate section of cupsd.conf...

<Location /printers/officejet>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.2.0
AuthType None
</Location>

which clearly tells me that no authentication should be necessary

How do I fix this?

i am not using f9, nor windows. i do use cups under another system, but
not this one so i can not look at conf files.

from above, i have a question. what would happen if you changed above
to read;

 <Location /printers/officejet>
 Order Allow,Deny
 Allow From 127.0.0.1
 Allow From 192.168.2.0
 Deny From All
 AuthType None
 </Location>

this is logic order of 'host' allow then deny.

just a thought.

--

tc,hago.

g
.

in a free world without fences, who needs gates.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux