LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   cups-lpd: "Numerical result out of range" (https://www.linuxquestions.org/questions/linux-general-1/cups-lpd-numerical-result-out-of-range-222233/)

ramz 08-25-2004 10:56 AM

cups-lpd: "Numerical result out of range"
 
So, I'm in the home stretch in resolving all of my network printing issues and need a little help with one in particular. I have some systems that I would like to use lpr with to print to some CUPS-enabled printers on one of my Linux boxes. I modified my /etc/xinetd.d/cups-lpd configuration file and told it not to disable cups-lpd. I then restarted xinetd. Now, the remote system is successful at submitting the lpr job to the server, but I get what appears to be an overflow error in my syslog:

Aug 25 11:40:48 ossus cups-lpd[24134]: Connection from 172.20.0.21 (172.20.0.21)
Aug 25 11:40:48 ossus cups-lpd[24134]: Receive print job for hp_laserjet3200
Aug 25 11:40:48 ossus cups-lpd[24134]: Error while reading file - Numerical result out of range
Aug 25 11:40:48 ossus cups-lpd[24134]: Closing connection

I don't get any other useful information from the logs (but I have included some cups log output with LogLevel debug2 in cupsd.conf) or any other resource and the remote system is completely unaware that anything has gone awry. If I use the same remote system and the same printer and the same print server, I can print to the printers just fine using SAMBA, but LPR printing is currently a no-go. Thanks!

Thanks in advance for your assistance!

/var/log/cups/error_log (with LogLevel debug2):

Code:

d [25/Aug/2004:11:52:27 -0400] AcceptClient(lis=0x80878f8) 0 NumClients = 0
D [25/Aug/2004:11:52:27 -0400] AcceptClient: 5 from localhost:631.
d [25/Aug/2004:11:52:27 -0400] AcceptClient: Adding fd 5 to InputSet...
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
D [25/Aug/2004:11:52:27 -0400] ReadClient() 5 POST / HTTP/1.1
d [25/Aug/2004:11:52:27 -0400] decode_auth(0x40384008): Authorization string = ""
d [25/Aug/2004:11:52:27 -0400] decode_auth() 5 username=""
d [25/Aug/2004:11:52:27 -0400] IsAuthorized: con->uri = "/"
d [25/Aug/2004:11:52:27 -0400] FindBest: uri = "/"...
d [25/Aug/2004:11:52:27 -0400] FindBest: Location / Limit 7f
d [25/Aug/2004:11:52:27 -0400] FindBest: Location /admin Limit 7f
d [25/Aug/2004:11:52:27 -0400] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [25/Aug/2004:11:52:27 -0400] FindBest: best = "/"
d [25/Aug/2004:11:52:27 -0400] IsAuthorized: auth = 0, satisfy=0...
d [25/Aug/2004:11:52:27 -0400] POST /
d [25/Aug/2004:11:52:27 -0400] CONTENT_TYPE = application/ipp
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 137, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 129, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 95, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 61, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=23, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 24, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest(0x40384008[5]): operation_id = 4002
d [25/Aug/2004:11:52:27 -0400] get_printers(0x40384008[5], 0)
d [25/Aug/2004:11:52:27 -0400] add_printer_state_reasons(0x40384008[5], 0x8095b78[hp_laserjet3200])
d [25/Aug/2004:11:52:27 -0400] add_queued_job_count(0x40384008[5], 0x8095b78[hp_laserjet3200])
d [25/Aug/2004:11:52:27 -0400] copy_attrs(0x8204cb8, 0x80934b8, 0x8206708, 0)
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8204cb8, 0x8093620[printer-name,4,42])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8204cb8, 0x8093870[job-sheets-default,4,42])
d [25/Aug/2004:11:52:27 -0400] copy_attrs(0x8204cb8, 0x808a930, 0x8206708, 0)
d [25/Aug/2004:11:52:27 -0400] add_printer_state_reasons(0x40384008[5], 0x8095680[hp_photosmart7600])
d [25/Aug/2004:11:52:27 -0400] add_queued_job_count(0x40384008[5], 0x8095680[hp_photosmart7600])
d [25/Aug/2004:11:52:27 -0400] copy_attrs(0x8204cb8, 0x80a6da0, 0x8206708, 0)
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8204cb8, 0x80998f0[printer-name,4,42])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8204cb8, 0x80997b8[job-sheets-default,4,42])
d [25/Aug/2004:11:52:27 -0400] copy_attrs(0x8204cb8, 0x808a930, 0x8206708, 0)
D [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest: 5 status_code=1
d [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest: Adding fd 5 to OutputSet...
d [25/Aug/2004:11:52:27 -0400] WriteClient: Removing fd 5 from OutputSet...
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient: httpGets returned EOF...
D [25/Aug/2004:11:52:27 -0400] CloseClient() 5
d [25/Aug/2004:11:52:27 -0400] CloseClient: Removing fd 5 from InputSet and OutputSet...
d [25/Aug/2004:11:52:27 -0400] AcceptClient(lis=0x80878f8) 0 NumClients = 0
D [25/Aug/2004:11:52:27 -0400] AcceptClient: 5 from localhost:631.
d [25/Aug/2004:11:52:27 -0400] AcceptClient: Adding fd 5 to InputSet...
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
D [25/Aug/2004:11:52:27 -0400] ReadClient() 5 POST / HTTP/1.1
d [25/Aug/2004:11:52:27 -0400] decode_auth(0x40384008): Authorization string = ""
d [25/Aug/2004:11:52:27 -0400] decode_auth() 5 username=""
d [25/Aug/2004:11:52:27 -0400] IsAuthorized: con->uri = "/"
d [25/Aug/2004:11:52:27 -0400] FindBest: uri = "/"...
d [25/Aug/2004:11:52:27 -0400] FindBest: Location / Limit 7f
d [25/Aug/2004:11:52:27 -0400] FindBest: Location /admin Limit 7f
d [25/Aug/2004:11:52:27 -0400] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [25/Aug/2004:11:52:27 -0400] FindBest: best = "/"
d [25/Aug/2004:11:52:27 -0400] IsAuthorized: auth = 0, satisfy=0...
d [25/Aug/2004:11:52:27 -0400] POST /
d [25/Aug/2004:11:52:27 -0400] CONTENT_TYPE = application/ipp
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 137, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 129, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 95, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 61, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=23, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 24, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest(0x40384008[5]): operation_id = 4005
d [25/Aug/2004:11:52:27 -0400] get_printers(0x40384008[5], 1)
D [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest: 5 status_code=1
d [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest: Adding fd 5 to OutputSet...
d [25/Aug/2004:11:52:27 -0400] WriteClient: Removing fd 5 from OutputSet...
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient: httpGets returned EOF...
D [25/Aug/2004:11:52:27 -0400] CloseClient() 5
d [25/Aug/2004:11:52:27 -0400] CloseClient: Removing fd 5 from InputSet and OutputSet...
d [25/Aug/2004:11:52:27 -0400] AcceptClient(lis=0x80878f8) 0 NumClients = 0
D [25/Aug/2004:11:52:27 -0400] AcceptClient: 5 from localhost:631.
d [25/Aug/2004:11:52:27 -0400] AcceptClient: Adding fd 5 to InputSet...
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
D [25/Aug/2004:11:52:27 -0400] ReadClient() 5 POST / HTTP/1.1
d [25/Aug/2004:11:52:27 -0400] decode_auth(0x40384008): Authorization string = ""
d [25/Aug/2004:11:52:27 -0400] decode_auth() 5 username=""
d [25/Aug/2004:11:52:27 -0400] IsAuthorized: con->uri = "/"
d [25/Aug/2004:11:52:27 -0400] FindBest: uri = "/"...
d [25/Aug/2004:11:52:27 -0400] FindBest: Location / Limit 7f
d [25/Aug/2004:11:52:27 -0400] FindBest: Location /admin Limit 7f
d [25/Aug/2004:11:52:27 -0400] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [25/Aug/2004:11:52:27 -0400] FindBest: best = "/"
d [25/Aug/2004:11:52:27 -0400] IsAuthorized: auth = 0, satisfy=0...
d [25/Aug/2004:11:52:27 -0400] POST /
d [25/Aug/2004:11:52:27 -0400] CONTENT_TYPE = application/ipp
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 77, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 69, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 35, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5 con->data_encoding = length, con->data_remaining = 1, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest(0x40384008[5]): operation_id = 4001
d [25/Aug/2004:11:52:27 -0400] get_default(0x40384008[5])
d [25/Aug/2004:11:52:27 -0400] copy_attrs(0x8206d80, 0x80934b8, (nil), 0)
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80934e0[printer-uri-supported,4,45])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8093558[uri-authentication-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80935c8[uri-security-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8093620[printer-name,4,42])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8093678[printer-location,4,41])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80936e0[printer-info,4,41])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8093748[printer-more-info,4,45])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80937b8[job-quota-period,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80937f8[job-k-limit,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8093830[job-page-limit,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8093870[job-sheets-default,4,42])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80938d8[device-uri,4,45])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80a6e78[color-supported,4,22])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80a6668[pages-per-minute,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80a7540[printer-make-and-model,4,41])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8093928[media-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x809d5f8[media-default,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80a2d88[finishings-supported,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80a7418[finishings-default,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80a6458[printer-type,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attrs(0x8206d80, 0x808a930, (nil), 0)
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80968e0[pdl-override-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096480[ipp-versions-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80a66c0[operations-supported,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096770[multiple-document-jobs-supported,4,22])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096748[multiple-operation-time-out,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096238[multiple-document-handling-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096600[charset-configured,4,47])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096048[charset-supported,4,47])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80965c0[natural-language-configured,4,48])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096580[generated-natural-language-supported,4,48])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096538[document-format-default,4,49])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80962e0[document-format-supported,4,80000049])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x808a980[compression-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80964f0[job-priority-supported,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096278[job-priority-default,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096210[copies-supported,4,33])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80961b8[copies-default,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x808f360[page-ranges-supported,4,22])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096648[number-up-supported,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x808f338[number-up-default,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8096700[orientation-requested-supported,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x808f210[orientation-requested-default,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x80967c0[job-hold-until-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x808a958[job-hold-until-default,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8206d80, 0x8099848[job-sheets-supported,4,42])
D [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest: 5 status_code=0
d [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest: Adding fd 5 to OutputSet...
d [25/Aug/2004:11:52:27 -0400] WriteClient: Removing fd 5 from OutputSet...
d [25/Aug/2004:11:52:27 -0400] AcceptClient(lis=0x80878f8) 0 NumClients = 1
D [25/Aug/2004:11:52:27 -0400] AcceptClient: 7 from localhost:631.
d [25/Aug/2004:11:52:27 -0400] AcceptClient: Adding fd 7 to InputSet...
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7, used=0, file=-1
D [25/Aug/2004:11:52:27 -0400] ReadClient() 7 POST / HTTP/1.1
d [25/Aug/2004:11:52:27 -0400] decode_auth(0x40386c3c): Authorization string = ""
d [25/Aug/2004:11:52:27 -0400] decode_auth() 7 username=""
d [25/Aug/2004:11:52:27 -0400] IsAuthorized: con->uri = "/"
d [25/Aug/2004:11:52:27 -0400] FindBest: uri = "/"...
d [25/Aug/2004:11:52:27 -0400] FindBest: Location / Limit 7f
d [25/Aug/2004:11:52:27 -0400] FindBest: Location /admin Limit 7f
d [25/Aug/2004:11:52:27 -0400] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [25/Aug/2004:11:52:27 -0400] FindBest: best = "/"
d [25/Aug/2004:11:52:27 -0400] IsAuthorized: auth = 0, satisfy=0...
d [25/Aug/2004:11:52:27 -0400] POST /
d [25/Aug/2004:11:52:27 -0400] CONTENT_TYPE = application/ipp
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7 con->data_encoding = length, con->data_remaining = 183, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7 con->data_encoding = length, con->data_remaining = 175, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7 con->data_encoding = length, con->data_remaining = 141, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7 con->data_encoding = length, con->data_remaining = 107, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7 con->data_encoding = length, con->data_remaining = 51, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7 con->data_encoding = length, con->data_remaining = 1, con->file = -1
d [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest(0x40386c3c[7]): operation_id = 000b
d [25/Aug/2004:11:52:27 -0400] get_printer_attrs(0x40386c3c[7], ipp://localhost/printers/hp_laserjet3200)
d [25/Aug/2004:11:52:27 -0400] add_printer_state_reasons(0x40386c3c[7], 0x8095b78[hp_laserjet3200])
d [25/Aug/2004:11:52:27 -0400] add_queued_job_count(0x40386c3c[7], 0x8095b78[hp_laserjet3200])
d [25/Aug/2004:11:52:27 -0400] copy_attrs(0x8205ea0, 0x80934b8, (nil), 0)
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80934e0[printer-uri-supported,4,45])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8093558[uri-authentication-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80935c8[uri-security-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8093620[printer-name,4,42])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8093678[printer-location,4,41])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80936e0[printer-info,4,41])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8093748[printer-more-info,4,45])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80937b8[job-quota-period,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80937f8[job-k-limit,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8093830[job-page-limit,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8093870[job-sheets-default,4,42])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80938d8[device-uri,4,45])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80a6e78[color-supported,4,22])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80a6668[pages-per-minute,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80a7540[printer-make-and-model,4,41])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8093928[media-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x809d5f8[media-default,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80a2d88[finishings-supported,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80a7418[finishings-default,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80a6458[printer-type,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attrs(0x8205ea0, 0x808a930, (nil), 0)
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80968e0[pdl-override-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096480[ipp-versions-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80a66c0[operations-supported,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096770[multiple-document-jobs-supported,4,22])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096748[multiple-operation-time-out,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096238[multiple-document-handling-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096600[charset-configured,4,47])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096048[charset-supported,4,47])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80965c0[natural-language-configured,4,48])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096580[generated-natural-language-supported,4,48])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096538[document-format-default,4,49])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80962e0[document-format-supported,4,80000049])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x808a980[compression-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80964f0[job-priority-supported,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096278[job-priority-default,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096210[copies-supported,4,33])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80961b8[copies-default,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x808f360[page-ranges-supported,4,22])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096648[number-up-supported,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x808f338[number-up-default,4,21])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8096700[orientation-requested-supported,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x808f210[orientation-requested-default,4,23])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x80967c0[job-hold-until-supported,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x808a958[job-hold-until-default,4,44])
d [25/Aug/2004:11:52:27 -0400] copy_attribute(0x8205ea0, 0x8099848[job-sheets-supported,4,42])
D [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest: 7 status_code=0
d [25/Aug/2004:11:52:27 -0400] ProcessIPPRequest: Adding fd 7 to OutputSet...
d [25/Aug/2004:11:52:27 -0400] WriteClient: Removing fd 7 from OutputSet...
d [25/Aug/2004:11:52:27 -0400] ReadClient() 7, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient: httpGets returned EOF...
D [25/Aug/2004:11:52:27 -0400] CloseClient() 7
d [25/Aug/2004:11:52:27 -0400] CloseClient: Removing fd 7 from InputSet and OutputSet...
d [25/Aug/2004:11:52:27 -0400] ReadClient() 5, used=0, file=-1
d [25/Aug/2004:11:52:27 -0400] ReadClient: httpGets returned EOF...
D [25/Aug/2004:11:52:27 -0400] CloseClient() 5
d [25/Aug/2004:11:52:27 -0400] CloseClient: Removing fd 5 from InputSet and OutputSet...


pgs 11-20-2004 11:18 AM

In case anyone is still interested in a possible solution:

Try enabling lpr byte count for the queue on your Windows machine.

mjfrazer 07-27-2006 09:46 AM

Thank you for the solution
 
Only in windows would something so obtuse as turning on byte counting fix the freaking printer.

I will now return to get my 2 hours of work done after spending 3 hours fighting with windows...


All times are GMT -5. The time now is 04:02 AM.