Hi.

I'm running cups 1.14 on a current Mandrake Linux cooker.  Since I've
updated to 1.14, I cannot print from my Windows 2000 machine anymore :(

In /etc/cups/cupsd.conf, I've got:

#########################################
LogLevel debug2

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.11.12.*
Allow From 172.17.30.*
</Location>

<Location /admin>

AuthType Basic
AuthClass System

Order Allow,Deny
Allow From All
</Location>

TempDir /var/spool/cups/tmp
Listen 127.0.0.1:631
Listen 10.11.12.13:631
Listen 172.17.30.1:631
BrowseAddress 10.11.12.255
BrowseAddress 10.0.0.255
BrowseOrder Deny,Allow
BrowseDeny All
BrowseAllow 127.0.0.1
BrowseAllow 10.11.12.*
BrowseAllow 172.17.30.*
###########################################

My LAN has IPs in the 10.11.12. net; the Windows 2000 machine is
10.11.12.11 the server is 10.11.12.13.

When I try to setup the printer in the Windows 2000 printer wizard,
Windows 2000 just says "Druckerverbindung konnte nicht hergestellt
werden." (Cannot connect to printer server (?)).

What strikes me, is this line in the logs:

E [10/Mar/2002:17:14:55 +0100] ProcessIPPRequest: missing printer-uri or job-uri 
attribute!

Well, in the printer wizard, I've tried to connect to a "network
printer" at http://teich:631/printers/hpijs.  "teich" resolves via my
local bind to 10.11.12.13.  And that's also what used to work with the
older CUPS.

Any ideas about what I did do wrong?

These are my logs:

access_log:

10.11.12.11 - - [10/Mar/2002:17:14:55 +0100] "POST /printers/hpijs HTTP/1.1" 200 122
10.11.12.11 - - [10/Mar/2002:17:14:55 +0100] "POST /printers/hpijs HTTP/1.1" 200 75
10.11.12.11 - - [10/Mar/2002:17:14:55 +0100] "POST /printers/hpijs HTTP/1.1" 200 122

error_log:

d [10/Mar/2002:17:14:55 +0100] AcceptClient(0807cf98) 2 NumClients = 0
D [10/Mar/2002:17:14:55 +0100] AcceptClient() 5 from 10.11.12.11:631.
d [10/Mar/2002:17:14:55 +0100] AcceptClient: Adding fd 5 to InputSet...
D [10/Mar/2002:17:14:55 +0100] ReadClient() 5 POST /printers/hpijs HTTP/1.1
d [10/Mar/2002:17:14:55 +0100] decode_auth(402e9008): Authorization string = ""
d [10/Mar/2002:17:14:55 +0100] decode_auth() 5 username=""
d [10/Mar/2002:17:14:55 +0100] IsAuthorized: con->uri = "/printers/hpijs"
d [10/Mar/2002:17:14:55 +0100] FindBest: uri = "/printers/hpijs"...
d [10/Mar/2002:17:14:55 +0100] FindBest: Location / Limit 7f
d [10/Mar/2002:17:14:55 +0100] FindBest: Location /admin Limit 7f
d [10/Mar/2002:17:14:55 +0100] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [10/Mar/2002:17:14:55 +0100] FindBest: best = "/"
d [10/Mar/2002:17:14:55 +0100] IsAuthorized: auth = 0, satisfy=0...
d [10/Mar/2002:17:14:55 +0100] POST /printers/hpijs
d [10/Mar/2002:17:14:55 +0100] CONTENT_TYPE = application/ipp
d [10/Mar/2002:17:14:55 +0100] ReadClient() 5 con->data_encoding = length, 
con->data_remaining = 122, con->file = 0
d [10/Mar/2002:17:14:55 +0100] ProcessIPPRequest(0x402e9008[5]): operation_id = 000b
d [10/Mar/2002:17:14:55 +0100] get_printer_attrs(0x402e9008[5], 
http://teich:631/printers/hpijs)
d [10/Mar/2002:17:14:55 +0100] add_printer_state_reasons(0x402e9008[5], 
0x80b1d98[hpijs])
d [10/Mar/2002:17:14:55 +0100] add_queued_job_count(0x402e9008[5], 0x80b1d98[hpijs])
d [10/Mar/2002:17:14:55 +0100] copy_attrs(0x80d3f80, 0x80baa78, (nil), 0)
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80baaa0[printer-uri-supported,4,45])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bab10[uri-authentication-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bab80[uri-security-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 0x80babc8[printer-name,4,42])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bac18[printer-location,4,41])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 0x80bac78[printer-info,4,41])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bace0[printer-more-info,4,45])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bad48[pdl-override-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bada8[ipp-versions-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bae18[operations-supported,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80baf98[multiple-document-jobs-supported,4,22])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bafe8[multiple-operation-time-out,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb030[multiple-document-handling-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb0e8[charset-configured,4,47])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb138[charset-supported,4,47])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb4a8[natural-language-configured,4,48])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb500[generated-natural-language-supported,4,48])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb568[document-format-default,4,49])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb5d0[document-format-supported,4,80000049])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb780[compression-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb7d8[job-priority-supported,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb820[job-priority-default,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb868[copies-supported,4,33])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb8a8[copies-default,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb8e8[page-ranges-supported,4,22])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb930[number-up-supported,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb988[number-up-default,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bb9c8[orientation-requested-supported,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bba38[orientation-requested-default,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bba88[job-quota-period,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 0x80bbac8[job-k-limit,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bbb00[job-page-limit,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bbb40[job-sheets-supported,4,42])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bbc50[job-sheets-default,4,42])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 0x80bbcb8[device-uri,4,45])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80b4970[color-supported,4,22])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80b4998[pages-per-minute,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80b49d8[printer-make-and-model,4,41])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80b4a48[media-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 0x80b4b88[media-default,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bbd10[finishings-supported,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 
0x80bbd58[finishings-default,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x80d3f80, 0x80bbd98[printer-type,4,23])
d [10/Mar/2002:17:14:55 +0100] WriteClient: Removing fd 5 from OutputSet...
D [10/Mar/2002:17:14:55 +0100] ReadClient() 5 POST /printers/hpijs HTTP/1.1
d [10/Mar/2002:17:14:55 +0100] decode_auth(402e9008): Authorization string = ""
d [10/Mar/2002:17:14:55 +0100] decode_auth() 5 username=""
d [10/Mar/2002:17:14:55 +0100] IsAuthorized: con->uri = "/printers/hpijs"
d [10/Mar/2002:17:14:55 +0100] FindBest: uri = "/printers/hpijs"...
d [10/Mar/2002:17:14:55 +0100] FindBest: Location / Limit 7f
d [10/Mar/2002:17:14:55 +0100] FindBest: Location /admin Limit 7f
d [10/Mar/2002:17:14:55 +0100] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [10/Mar/2002:17:14:55 +0100] FindBest: best = "/"
d [10/Mar/2002:17:14:55 +0100] IsAuthorized: auth = 0, satisfy=0...
d [10/Mar/2002:17:14:55 +0100] POST /printers/hpijs
d [10/Mar/2002:17:14:55 +0100] CONTENT_TYPE = application/ipp
d [10/Mar/2002:17:14:55 +0100] ReadClient() 5 con->data_encoding = length, 
con->data_remaining = 75, con->file = 0
d [10/Mar/2002:17:14:55 +0100] ProcessIPPRequest(0x402e9008[5]): operation_id = 4000
E [10/Mar/2002:17:14:55 +0100] ProcessIPPRequest: missing printer-uri or job-uri 
attribute!
D [10/Mar/2002:17:14:55 +0100] Request attributes follow...
D [10/Mar/2002:17:14:55 +0100] attr "attributes-charset": group_tag = 1, value_tag = 47
D [10/Mar/2002:17:14:55 +0100] attr "attributes-natural-language": group_tag = 1, 
value_tag = 48
D [10/Mar/2002:17:14:55 +0100] End of attributes...
d [10/Mar/2002:17:14:55 +0100] send_ipp_error(0x402e9008[5], 400)
D [10/Mar/2002:17:14:55 +0100] Sending error: client-error-bad-request
d [10/Mar/2002:17:14:55 +0100] WriteClient: Removing fd 5 from OutputSet...
D [10/Mar/2002:17:14:55 +0100] ReadClient() 5 POST /printers/hpijs HTTP/1.1
d [10/Mar/2002:17:14:55 +0100] decode_auth(402e9008): Authorization string = ""
d [10/Mar/2002:17:14:55 +0100] decode_auth() 5 username=""
d [10/Mar/2002:17:14:55 +0100] IsAuthorized: con->uri = "/printers/hpijs"
d [10/Mar/2002:17:14:55 +0100] FindBest: uri = "/printers/hpijs"...
d [10/Mar/2002:17:14:55 +0100] FindBest: Location / Limit 7f
d [10/Mar/2002:17:14:55 +0100] FindBest: Location /admin Limit 7f
d [10/Mar/2002:17:14:55 +0100] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [10/Mar/2002:17:14:55 +0100] FindBest: best = "/"
d [10/Mar/2002:17:14:55 +0100] IsAuthorized: auth = 0, satisfy=0...
d [10/Mar/2002:17:14:55 +0100] POST /printers/hpijs
d [10/Mar/2002:17:14:55 +0100] CONTENT_TYPE = application/ipp
d [10/Mar/2002:17:14:55 +0100] ReadClient() 5 con->data_encoding = length, 
con->data_remaining = 122, con->file = 0
d [10/Mar/2002:17:14:55 +0100] ProcessIPPRequest(0x402e9008[5]): operation_id = 000b
d [10/Mar/2002:17:14:55 +0100] get_printer_attrs(0x402e9008[5], 
http://teich:631/printers/hpijs)
d [10/Mar/2002:17:14:55 +0100] add_printer_state_reasons(0x402e9008[5], 
0x80b1d98[hpijs])
d [10/Mar/2002:17:14:55 +0100] add_queued_job_count(0x402e9008[5], 0x80b1d98[hpijs])
d [10/Mar/2002:17:14:55 +0100] copy_attrs(0x811f7d8, 0x80baa78, (nil), 0)
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80baaa0[printer-uri-supported,4,45])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bab10[uri-authentication-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bab80[uri-security-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 0x80babc8[printer-name,4,42])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bac18[printer-location,4,41])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 0x80bac78[printer-info,4,41])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bace0[printer-more-info,4,45])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bad48[pdl-override-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bada8[ipp-versions-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bae18[operations-supported,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80baf98[multiple-document-jobs-supported,4,22])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bafe8[multiple-operation-time-out,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb030[multiple-document-handling-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb0e8[charset-configured,4,47])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb138[charset-supported,4,47])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb4a8[natural-language-configured,4,48])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb500[generated-natural-language-supported,4,48])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb568[document-format-default,4,49])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb5d0[document-format-supported,4,80000049])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb780[compression-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb7d8[job-priority-supported,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb820[job-priority-default,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb868[copies-supported,4,33])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb8a8[copies-default,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb8e8[page-ranges-supported,4,22])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb930[number-up-supported,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb988[number-up-default,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bb9c8[orientation-requested-supported,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bba38[orientation-requested-default,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bba88[job-quota-period,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 0x80bbac8[job-k-limit,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bbb00[job-page-limit,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bbb40[job-sheets-supported,4,42])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bbc50[job-sheets-default,4,42])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 0x80bbcb8[device-uri,4,45])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80b4970[color-supported,4,22])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80b4998[pages-per-minute,4,21])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80b49d8[printer-make-and-model,4,41])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80b4a48[media-supported,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 0x80b4b88[media-default,4,44])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bbd10[finishings-supported,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 
0x80bbd58[finishings-default,4,23])
d [10/Mar/2002:17:14:55 +0100] copy_attribute(0x811f7d8, 0x80bbd98[printer-type,4,23])
d [10/Mar/2002:17:14:55 +0100] WriteClient: Removing fd 5 from OutputSet...

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.iso-top.de      |     Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
                       Uptime: 8 days 8 hours 2 minutes

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to