apple / cups

Apple CUPS Sources
https://www.cups.org
Apache License 2.0
1.87k stars 458 forks source link

A job submitted via Samba is printed in monochrome if the backend is IPP #5743

Closed akorobkin closed 3 years ago

akorobkin commented 4 years ago

A printer on CUPS 2.2.13 is connected via IPP as follows: ipp://theprinter:631/ipp

When a job is submitted via Linux client, it prints in color as expected. However, when a job is submitted via Samba, it's always printed in grayscale. I noticed that changing the URL to socket:// fixes the problem, and decided to look into IPP logs. There I found these lines:

[Job 37099] ---- job-attributes-tag ----
[Job 37099] print-color-mode keyword auto-monochrome

I assume it means that the printer is asked to use monochrome color model.

I can't figure out where this comes from. Perhaps the printer tells CUPS that it supports various color modes via IPP, and CUPS decides to ask it to use auto-monochrome?

Submitting a job via ipptool results in proper color output: ipptool -v -tf pdf-test.pdf -d filetype=application/octet-stream -I ipp://theprinter:631/ipp /usr/share/cups/ipptool/print-job.test

    Print-Job:
        attributes-charset (charset) = utf-8
        attributes-natural-language (naturalLanguage) = en
        printer-uri (uri) = ipp://theprinter:631/ipp
        requesting-user-name (nameWithoutLanguage) = alexk
        document-format (mimeMediaType) = application/octet-stream
        copies (integer) = 1
    Print file using Print-Job                                           [PASS]
        RECEIVED: 313 bytes in response
        status-code = successful-ok (successful-ok)
        attributes-charset (charset) = utf-8
        attributes-natural-language (naturalLanguage) = en-us
        status-message (textWithoutLanguage) = successful-ok
        job-uri (uri) = ipp://192.168.1.1/ipp/963
        job-id (integer) = 963
        job-state (enum) = completed
        job-state-reasons (keyword) = job-completed-successfully
        job-state-message (textWithoutLanguage) = job-completed-successfully
        number-of-intervening-jobs (integer) = 0

Here is whole job log:

D [20/Feb/2020:15:43:39 +0000] [Job 37099] Applying default options...
I [20/Feb/2020:15:43:39 +0000] [Job 37099] Adding start banner page "none".
I [20/Feb/2020:15:43:39 +0000] [Job 37099] Adding end banner page "none".
I [20/Feb/2020:15:43:39 +0000] [Job 37099] File of type application/vnd.cups-raw queued by "alexk".
D [20/Feb/2020:15:43:39 +0000] [Job 37099] hold_until=0
I [20/Feb/2020:15:43:39 +0000] [Job 37099] Queued on "theprinter" by "alexk".
D [20/Feb/2020:15:43:39 +0000] [Job 37099] time-at-processing=1582213419
D [20/Feb/2020:15:43:39 +0000] [Job 37099] 2 filters for job:
D [20/Feb/2020:15:43:39 +0000] [Job 37099] - (application/vnd.cups-raw to printer/theprinter/application/octet-stream, cost 0)
D [20/Feb/2020:15:43:39 +0000] [Job 37099] - (printer/theprinter/application/octet-stream to printer/theprinter, cost 0)
D [20/Feb/2020:15:43:39 +0000] [Job 37099] job-sheets=none,none
D [20/Feb/2020:15:43:39 +0000] [Job 37099] argv[0]="theprinter"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] argv[1]="37099"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] argv[2]="alexk"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] argv[3]="smbprn.00000004 PDF Test Page"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] argv[4]="1"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] argv[5]="job-originating-host-name=1000:a:a:a:a:fd64 job-uuid=urn:uuid:ccf22b45-1e0b-3ed6-71ea-1ab6201b8b71 date-time-at-creation= date-time-at-processing= time-at-creation=1582213419 time-at-processing=1582213419"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] argv[6]="/var/spool/cups/d37099-001"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[7]="CUPS_STATEDIR=/run/cups"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[8]="HOME=/var/spool/cups/tmp"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[10]="SERVER_ADMIN=admin-team@acme.com"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[11]="SOFTWARE=CUPS/2.2.13"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[13]="USER=root"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[14]="CUPS_MAX_MESSAGE=2047"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[17]="IPP_PORT=631"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[18]="CHARSET=utf-8"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[19]="LANG=en_US.UTF-8"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[20]="PPD=/etc/cups/ppd/theprinter.ppd"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[21]="RIP_MAX_CACHE=128m"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[22]="CONTENT_TYPE=application/vnd.cups-raw"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[23]="DEVICE_URI=ipp://theprinter.acme.com:631/ipp"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[24]="PRINTER_INFO=MP C3003"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[25]="PRINTER_LOCATION=CH-ZRH-152-1-106"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[26]="PRINTER=theprinter"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[27]="PRINTER_STATE_REASONS=none"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[28]="CUPS_FILETYPE=document"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[29]="FINAL_CONTENT_TYPE=application/octet-stream"
D [20/Feb/2020:15:43:39 +0000] [Job 37099] envp[30]="AUTH_I****"
I [20/Feb/2020:15:43:39 +0000] [Job 37099] Started backend /usr/lib/cups/backend/ipp (PID 125998)
D [20/Feb/2020:15:43:40 +0000] [Job 37099] 1 files to send in job...
D [20/Feb/2020:15:43:40 +0000] [Job 37099] STATE: +connecting-to-device
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Looking up \"theprinter.acme.com\"...
D [20/Feb/2020:15:43:40 +0000] [Job 37099] STATE: -connecting-to-device
D [20/Feb/2020:15:43:40 +0000] [Job 37099] theprinter.acme.com=192.168.1.1
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Connecting to theprinter.acme.com:631
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Connecting to printer.
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Set job-printer-state-message to "Connecting to printer.", current level=INFO
D [20/Feb/2020:15:43:40 +0000] [Job 37099] update_reasons(attr=0(), s=\"-cups-certificate-error\")
D [20/Feb/2020:15:43:40 +0000] [Job 37099] update_reasons(attr=0(), s=\"-connecting-to-device\")
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Connected to printer.
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Set job-printer-state-message to "Connected to printer.", current level=INFO
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Connected to 192.168.1.1:631...
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Getting supported attributes...
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:40 +0000] [Job 37099] copies-supported=1-255
D [20/Feb/2020:15:43:40 +0000] [Job 37099] document-format-supported (5 values)
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [0] = \"application/pdf\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [1] = \"application/octet-stream\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [2] = \"image/jpeg\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [3] = \"image/urf\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [4] = \"application/postscript\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] media-col-supported (7 values)
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [0] = \"media-left-margin\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [1] = \"media-right-margin\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [2] = \"media-top-margin\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [3] = \"media-bottom-margin\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [4] = \"media-type\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [5] = \"media-source\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [6] = \"media-size\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] operations-supported (12 values)
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [0] = Print-Job
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [1] = Validate-Job
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [2] = Cancel-Job
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [3] = Get-Job-Attributes
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [4] = Get-Jobs
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [5] = Get-Printer-Attributes
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [6] = Create-Job
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [7] = Send-Document
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [8] = Pause-Printer
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [9] = Resume-Printer
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [10] = Purge-Jobs
D [20/Feb/2020:15:43:40 +0000] [Job 37099] [11] = Identify-Printer
D [20/Feb/2020:15:43:40 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:43:40 +0000] [Job 37099] STATE: +media-empty-error
D [20/Feb/2020:15:43:40 +0000] [Job 37099] STATE: -none
D [20/Feb/2020:15:43:40 +0000] [Job 37099] final_content_type=\"application/octet-stream\", document_format=\"application/octet-stream\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] retryable=0
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Validate-Job IPP/2.0
D [20/Feb/2020:15:43:40 +0000] [Job 37099] printer-uri=\"ipp://theprinter.acme.com:631/ipp\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] requesting-user-name=\"alexk\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] job-name=\"smbprn.00000004 PDF Test Page\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] document-format=\"application/octet-stream\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Adding standard IPP operation/job attributes.
D [20/Feb/2020:15:43:40 +0000] [Job 37099] IPP/2.0 Validate-Job #2
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:40 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:40 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:40 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:40 +0000] [Job 37099] job-name nameWithoutLanguage smbprn.00000004 PDF Test Page
D [20/Feb/2020:15:43:40 +0000] [Job 37099] document-format mimeMediaType application/octet-stream
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- job-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] output-bin keyword default
D [20/Feb/2020:15:43:40 +0000] [Job 37099] print-color-mode keyword auto-monochrome
D [20/Feb/2020:15:43:40 +0000] [Job 37099] sides keyword two-sided-long-edge
D [20/Feb/2020:15:43:40 +0000] [Job 37099] multiple-document-handling keyword separate-documents-collated-copies
D [20/Feb/2020:15:43:40 +0000] [Job 37099] finishings enum none
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] IPP/2.0 Get-Printer-Attributes #3
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:40 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:40 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:40 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:40 +0000] [Job 37099] requested-attributes 1setOf keyword compression-supported,copies-supported,cups-version,document-format-supported,job-password-encryption-supported,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,media-col-supported,multiple-document-handling-supported,operations-supported,print-color-mode-supported,printer-alert,printer-alert-description,printer-is-accepting-jobs,printer-mandatory-job-attributes,printer-state,printer-state-message,printer-state-reasons
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Validate-Job: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:40 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:40 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- unsupported-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] output-bin unsupported unsupported
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Create-Job IPP/2.0
D [20/Feb/2020:15:43:40 +0000] [Job 37099] printer-uri=\"ipp://theprinter.acme.com:631/ipp\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] requesting-user-name=\"alexk\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] job-name=\"smbprn.00000004 PDF Test Page\"
D [20/Feb/2020:15:43:40 +0000] [Job 37099] Adding standard IPP operation/job attributes.
D [20/Feb/2020:15:43:40 +0000] [Job 37099] IPP/2.0 Create-Job #4
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:40 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:40 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:40 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:40 +0000] [Job 37099] job-name nameWithoutLanguage smbprn.00000004 PDF Test Page
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- job-attributes-tag ----
D [20/Feb/2020:15:43:40 +0000] [Job 37099] output-bin keyword default
D [20/Feb/2020:15:43:40 +0000] [Job 37099] print-color-mode keyword auto-monochrome
D [20/Feb/2020:15:43:40 +0000] [Job 37099] sides keyword two-sided-long-edge
D [20/Feb/2020:15:43:40 +0000] [Job 37099] multiple-document-handling keyword separate-documents-collated-copies
D [20/Feb/2020:15:43:40 +0000] [Job 37099] finishings enum none
D [20/Feb/2020:15:43:40 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:44 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:43:44 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:44 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:44 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:44 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:44 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:43:44 +0000] [Job 37099] ---- printer-attributes-tag ----
D [20/Feb/2020:15:43:44 +0000] [Job 37099] compression-supported 1setOf keyword none,gzip
D [20/Feb/2020:15:43:44 +0000] [Job 37099] copies-supported rangeOfInteger 1-255
D [20/Feb/2020:15:43:44 +0000] [Job 37099] document-format-supported 1setOf mimeMediaType application/pdf,application/octet-stream,image/jpeg,image/urf,application/postscript
D [20/Feb/2020:15:43:44 +0000] [Job 37099] marker-colors 1setOf nameWithoutLanguage #000000,#00FFFF,#FF00FF,#FFFF00,none
D [20/Feb/2020:15:43:44 +0000] [Job 37099] marker-high-levels 1setOf integer 100,100,100,100,100
D [20/Feb/2020:15:43:44 +0000] [Job 37099] marker-levels 1setOf integer 20,30,40,40,100
D [20/Feb/2020:15:43:44 +0000] [Job 37099] marker-low-levels 1setOf integer 10,10,10,10,10
D [20/Feb/2020:15:43:44 +0000] [Job 37099] marker-names 1setOf nameWithoutLanguage Black Toner,Cyan Toner,Magenta Toner,Yellow Toner,staples
D [20/Feb/2020:15:43:44 +0000] [Job 37099] marker-types 1setOf keyword toner,toner,toner,toner,staples
D [20/Feb/2020:15:43:44 +0000] [Job 37099] media-col-supported 1setOf keyword media-left-margin,media-right-margin,media-top-margin,media-bottom-margin,media-type,media-source,media-size
D [20/Feb/2020:15:43:44 +0000] [Job 37099] multiple-document-handling-supported 1setOf keyword separate-documents-collated-copies,separate-documents-uncollated-copies,single-document
D [20/Feb/2020:15:43:44 +0000] [Job 37099] operations-supported 1setOf enum Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Pause-Printer,Resume-Printer,Purge-Jobs,Identify-Printer
D [20/Feb/2020:15:43:44 +0000] [Job 37099] print-color-mode-supported 1setOf keyword auto,monochrome,color,process-monochrome,auto-monochrome
D [20/Feb/2020:15:43:44 +0000] [Job 37099] printer-is-accepting-jobs boolean true
D [20/Feb/2020:15:43:44 +0000] [Job 37099] printer-state enum idle
D [20/Feb/2020:15:43:44 +0000] [Job 37099] printer-state-reasons keyword media-empty-error
D [20/Feb/2020:15:43:44 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:45 +0000] [Job 37099] Create-Job: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:45 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:45 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:45 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:45 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:43:45 +0000] [Job 37099] ---- unsupported-attributes-tag ----
D [20/Feb/2020:15:43:45 +0000] [Job 37099] output-bin unsupported unsupported
D [20/Feb/2020:15:43:45 +0000] [Job 37099] ---- job-attributes-tag ----
D [20/Feb/2020:15:43:45 +0000] [Job 37099] job-uri uri ipp://192.168.1.1/ipp/961
D [20/Feb/2020:15:43:45 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:43:45 +0000] [Job 37099] job-state enum processing
D [20/Feb/2020:15:43:45 +0000] [Job 37099] job-state-reasons keyword job-incoming
D [20/Feb/2020:15:43:45 +0000] [Job 37099] job-state-message textWithoutLanguage job-incoming
D [20/Feb/2020:15:43:45 +0000] [Job 37099] number-of-intervening-jobs integer 0
D [20/Feb/2020:15:43:45 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:45 +0000] [Job 37099] Print job accepted - job ID 961.
D [20/Feb/2020:15:43:45 +0000] [Job 37099] Sending file 1 using chunking...
D [20/Feb/2020:15:43:45 +0000] [Job 37099] IPP/2.0 Send-Document #5
D [20/Feb/2020:15:43:45 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:45 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:45 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:45 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:45 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:43:45 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:45 +0000] [Job 37099] last-document boolean true
D [20/Feb/2020:15:43:45 +0000] [Job 37099] document-format mimeMediaType application/octet-stream
D [20/Feb/2020:15:43:45 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:45 +0000] [Job 37099] IPP/2.0 Get-Printer-Attributes #6
D [20/Feb/2020:15:43:45 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:45 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:45 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:45 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:45 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:45 +0000] [Job 37099] requested-attributes 1setOf keyword compression-supported,copies-supported,cups-version,document-format-supported,job-password-encryption-supported,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,media-col-supported,multiple-document-handling-supported,operations-supported,print-color-mode-supported,printer-alert,printer-alert-description,printer-is-accepting-jobs,printer-mandatory-job-attributes,printer-state,printer-state-message,printer-state-reasons
D [20/Feb/2020:15:43:45 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:48 +0000] [Job 37099] Send-Document: successful-ok (successful-ok)
D [20/Feb/2020:15:43:48 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:48 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:48 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:48 +0000] [Job 37099] status-message textWithoutLanguage successful-ok
D [20/Feb/2020:15:43:48 +0000] [Job 37099] ---- job-attributes-tag ----
D [20/Feb/2020:15:43:48 +0000] [Job 37099] job-uri uri ipp://192.168.1.1/ipp/961
D [20/Feb/2020:15:43:48 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:43:48 +0000] [Job 37099] job-state enum processing
D [20/Feb/2020:15:43:48 +0000] [Job 37099] job-state-reasons keyword none
D [20/Feb/2020:15:43:48 +0000] [Job 37099] job-state-message textWithoutLanguage none
D [20/Feb/2020:15:43:48 +0000] [Job 37099] number-of-intervening-jobs integer 0
D [20/Feb/2020:15:43:48 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:48 +0000] [Job 37099] PAGE: 1 1
D [20/Feb/2020:15:43:48 +0000] [Job 37099] STATE: +cups-waiting-for-job-completed
D [20/Feb/2020:15:43:48 +0000] [Job 37099] Waiting for job to complete.
D [20/Feb/2020:15:43:48 +0000] [Job 37099] Set job-printer-state-message to "Waiting for job to complete.", current level=INFO
D [20/Feb/2020:15:43:48 +0000] [Job 37099] IPP/2.0 Get-Printer-Attributes #7
D [20/Feb/2020:15:43:48 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:48 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:48 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:48 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:48 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:48 +0000] [Job 37099] requested-attributes 1setOf keyword compression-supported,copies-supported,cups-version,document-format-supported,job-password-encryption-supported,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,media-col-supported,multiple-document-handling-supported,operations-supported,print-color-mode-supported,printer-alert,printer-alert-description,printer-is-accepting-jobs,printer-mandatory-job-attributes,printer-state,printer-state-message,printer-state-reasons
D [20/Feb/2020:15:43:48 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:49 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:43:49 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:49 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:49 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:49 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:49 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:43:49 +0000] [Job 37099] ---- printer-attributes-tag ----
D [20/Feb/2020:15:43:49 +0000] [Job 37099] compression-supported 1setOf keyword none,gzip
D [20/Feb/2020:15:43:49 +0000] [Job 37099] copies-supported rangeOfInteger 1-255
D [20/Feb/2020:15:43:49 +0000] [Job 37099] document-format-supported 1setOf mimeMediaType application/pdf,application/octet-stream,image/jpeg,image/urf,application/postscript
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-colors 1setOf nameWithoutLanguage #000000,#00FFFF,#FF00FF,#FFFF00,none
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-high-levels 1setOf integer 100,100,100,100,100
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-levels 1setOf integer 20,30,40,40,100
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-low-levels 1setOf integer 10,10,10,10,10
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-names 1setOf nameWithoutLanguage Black Toner,Cyan Toner,Magenta Toner,Yellow Toner,staples
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-types 1setOf keyword toner,toner,toner,toner,staples
D [20/Feb/2020:15:43:49 +0000] [Job 37099] media-col-supported 1setOf keyword media-left-margin,media-right-margin,media-top-margin,media-bottom-margin,media-type,media-source,media-size
D [20/Feb/2020:15:43:49 +0000] [Job 37099] multiple-document-handling-supported 1setOf keyword separate-documents-collated-copies,separate-documents-uncollated-copies,single-document
D [20/Feb/2020:15:43:49 +0000] [Job 37099] operations-supported 1setOf enum Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Pause-Printer,Resume-Printer,Purge-Jobs,Identify-Printer
D [20/Feb/2020:15:43:49 +0000] [Job 37099] print-color-mode-supported 1setOf keyword auto,monochrome,color,process-monochrome,auto-monochrome
D [20/Feb/2020:15:43:49 +0000] [Job 37099] printer-is-accepting-jobs boolean true
D [20/Feb/2020:15:43:49 +0000] [Job 37099] printer-state enum idle
D [20/Feb/2020:15:43:49 +0000] [Job 37099] printer-state-reasons keyword media-empty-error
D [20/Feb/2020:15:43:49 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:49 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:43:49 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:49 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:49 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:49 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:49 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:43:49 +0000] [Job 37099] ---- printer-attributes-tag ----
D [20/Feb/2020:15:43:49 +0000] [Job 37099] compression-supported 1setOf keyword none,gzip
D [20/Feb/2020:15:43:49 +0000] [Job 37099] copies-supported rangeOfInteger 1-255
D [20/Feb/2020:15:43:49 +0000] [Job 37099] document-format-supported 1setOf mimeMediaType application/pdf,application/octet-stream,image/jpeg,image/urf,application/postscript
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-colors 1setOf nameWithoutLanguage #000000,#00FFFF,#FF00FF,#FFFF00,none
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-high-levels 1setOf integer 100,100,100,100,100
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-levels 1setOf integer 20,30,40,40,100
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-low-levels 1setOf integer 10,10,10,10,10
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-names 1setOf nameWithoutLanguage Black Toner,Cyan Toner,Magenta Toner,Yellow Toner,staples
D [20/Feb/2020:15:43:49 +0000] [Job 37099] marker-types 1setOf keyword toner,toner,toner,toner,staples
D [20/Feb/2020:15:43:49 +0000] [Job 37099] media-col-supported 1setOf keyword media-left-margin,media-right-margin,media-top-margin,media-bottom-margin,media-type,media-source,media-size
D [20/Feb/2020:15:43:49 +0000] [Job 37099] multiple-document-handling-supported 1setOf keyword separate-documents-collated-copies,separate-documents-uncollated-copies,single-document
D [20/Feb/2020:15:43:49 +0000] [Job 37099] operations-supported 1setOf enum Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Pause-Printer,Resume-Printer,Purge-Jobs,Identify-Printer
D [20/Feb/2020:15:43:49 +0000] [Job 37099] print-color-mode-supported 1setOf keyword auto,monochrome,color,process-monochrome,auto-monochrome
D [20/Feb/2020:15:43:49 +0000] [Job 37099] printer-is-accepting-jobs boolean true
D [20/Feb/2020:15:43:49 +0000] [Job 37099] printer-state enum idle
D [20/Feb/2020:15:43:49 +0000] [Job 37099] printer-state-reasons keyword media-empty-error
D [20/Feb/2020:15:43:49 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:49 +0000] [Job 37099] IPP/2.0 Get-Job-Attributes #9
D [20/Feb/2020:15:43:49 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:49 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:49 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:49 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:49 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:43:49 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:49 +0000] [Job 37099] requested-attributes 1setOf keyword job-id,job-impressions-completed,job-media-sheets-completed,job-name,job-originating-user-name,job-state,job-state-reasons
D [20/Feb/2020:15:43:49 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:50 +0000] [Job 37099] (monitor) Get-Job-Attributes: successful-ok (successful-ok)
D [20/Feb/2020:15:43:50 +0000] [Job 37099] (monitor) job-state = processing
D [20/Feb/2020:15:43:50 +0000] [Job 37099] (monitor) job-state = processing
D [20/Feb/2020:15:43:50 +0000] [Job 37099] Get-Job-Attributes: successful-ok (successful-ok)
D [20/Feb/2020:15:43:50 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:50 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:50 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:50 +0000] [Job 37099] status-message textWithoutLanguage successful-ok
D [20/Feb/2020:15:43:50 +0000] [Job 37099] ---- job-attributes-tag ----
D [20/Feb/2020:15:43:50 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:43:50 +0000] [Job 37099] job-impressions-completed integer 0
D [20/Feb/2020:15:43:50 +0000] [Job 37099] job-media-sheets-completed integer 0
D [20/Feb/2020:15:43:50 +0000] [Job 37099] job-name nameWithoutLanguage smbprn.00000004 PDF Test Page
D [20/Feb/2020:15:43:50 +0000] [Job 37099] job-originating-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:50 +0000] [Job 37099] job-state enum processing
D [20/Feb/2020:15:43:50 +0000] [Job 37099] job-state-reasons keyword none
D [20/Feb/2020:15:43:50 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:50 +0000] [Job 37099] PAGE: total 0
D [20/Feb/2020:15:43:51 +0000] [Job 37099] IPP/2.0 Get-Printer-Attributes #10
D [20/Feb/2020:15:43:51 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:51 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:51 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:51 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:51 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:51 +0000] [Job 37099] requested-attributes 1setOf keyword compression-supported,copies-supported,cups-version,document-format-supported,job-password-encryption-supported,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,media-col-supported,multiple-document-handling-supported,operations-supported,print-color-mode-supported,printer-alert,printer-alert-description,printer-is-accepting-jobs,printer-mandatory-job-attributes,printer-state,printer-state-message,printer-state-reasons
D [20/Feb/2020:15:43:51 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:51 +0000] [Job 37099] IPP/2.0 Get-Printer-Attributes #11
D [20/Feb/2020:15:43:51 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:51 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:51 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:51 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:51 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:51 +0000] [Job 37099] requested-attributes 1setOf keyword compression-supported,copies-supported,cups-version,document-format-supported,job-password-encryption-supported,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,media-col-supported,multiple-document-handling-supported,operations-supported,print-color-mode-supported,printer-alert,printer-alert-description,printer-is-accepting-jobs,printer-mandatory-job-attributes,printer-state,printer-state-message,printer-state-reasons
D [20/Feb/2020:15:43:51 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:56 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:43:56 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:56 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:56 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:56 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:56 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:43:56 +0000] [Job 37099] ---- printer-attributes-tag ----
D [20/Feb/2020:15:43:56 +0000] [Job 37099] compression-supported 1setOf keyword none,gzip
D [20/Feb/2020:15:43:56 +0000] [Job 37099] copies-supported rangeOfInteger 1-255
D [20/Feb/2020:15:43:56 +0000] [Job 37099] document-format-supported 1setOf mimeMediaType application/pdf,application/octet-stream,image/jpeg,image/urf,application/postscript
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-colors 1setOf nameWithoutLanguage #000000,#00FFFF,#FF00FF,#FFFF00,none
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-high-levels 1setOf integer 100,100,100,100,100
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-levels 1setOf integer 20,30,40,40,100
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-low-levels 1setOf integer 10,10,10,10,10
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-names 1setOf nameWithoutLanguage Black Toner,Cyan Toner,Magenta Toner,Yellow Toner,staples
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-types 1setOf keyword toner,toner,toner,toner,staples
D [20/Feb/2020:15:43:56 +0000] [Job 37099] media-col-supported 1setOf keyword media-left-margin,media-right-margin,media-top-margin,media-bottom-margin,media-type,media-source,media-size
D [20/Feb/2020:15:43:56 +0000] [Job 37099] multiple-document-handling-supported 1setOf keyword separate-documents-collated-copies,separate-documents-uncollated-copies,single-document
D [20/Feb/2020:15:43:56 +0000] [Job 37099] operations-supported 1setOf enum Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Pause-Printer,Resume-Printer,Purge-Jobs,Identify-Printer
D [20/Feb/2020:15:43:56 +0000] [Job 37099] print-color-mode-supported 1setOf keyword auto,monochrome,color,process-monochrome,auto-monochrome
D [20/Feb/2020:15:43:56 +0000] [Job 37099] printer-is-accepting-jobs boolean true
D [20/Feb/2020:15:43:56 +0000] [Job 37099] printer-state enum idle
D [20/Feb/2020:15:43:56 +0000] [Job 37099] printer-state-reasons keyword media-empty-error
D [20/Feb/2020:15:43:56 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:56 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:43:56 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:56 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:56 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:56 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:56 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:43:56 +0000] [Job 37099] ---- printer-attributes-tag ----
D [20/Feb/2020:15:43:56 +0000] [Job 37099] compression-supported 1setOf keyword none,gzip
D [20/Feb/2020:15:43:56 +0000] [Job 37099] copies-supported rangeOfInteger 1-255
D [20/Feb/2020:15:43:56 +0000] [Job 37099] document-format-supported 1setOf mimeMediaType application/pdf,application/octet-stream,image/jpeg,image/urf,application/postscript
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-colors 1setOf nameWithoutLanguage #000000,#00FFFF,#FF00FF,#FFFF00,none
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-high-levels 1setOf integer 100,100,100,100,100
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-levels 1setOf integer 20,30,40,40,100
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-low-levels 1setOf integer 10,10,10,10,10
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-names 1setOf nameWithoutLanguage Black Toner,Cyan Toner,Magenta Toner,Yellow Toner,staples
D [20/Feb/2020:15:43:56 +0000] [Job 37099] marker-types 1setOf keyword toner,toner,toner,toner,staples
D [20/Feb/2020:15:43:56 +0000] [Job 37099] media-col-supported 1setOf keyword media-left-margin,media-right-margin,media-top-margin,media-bottom-margin,media-type,media-source,media-size
D [20/Feb/2020:15:43:56 +0000] [Job 37099] multiple-document-handling-supported 1setOf keyword separate-documents-collated-copies,separate-documents-uncollated-copies,single-document
D [20/Feb/2020:15:43:56 +0000] [Job 37099] operations-supported 1setOf enum Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Pause-Printer,Resume-Printer,Purge-Jobs,Identify-Printer
D [20/Feb/2020:15:43:56 +0000] [Job 37099] print-color-mode-supported 1setOf keyword auto,monochrome,color,process-monochrome,auto-monochrome
D [20/Feb/2020:15:43:56 +0000] [Job 37099] printer-is-accepting-jobs boolean true
D [20/Feb/2020:15:43:56 +0000] [Job 37099] printer-state enum idle
D [20/Feb/2020:15:43:56 +0000] [Job 37099] printer-state-reasons keyword media-empty-error
D [20/Feb/2020:15:43:56 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:56 +0000] [Job 37099] IPP/2.0 Get-Job-Attributes #13
D [20/Feb/2020:15:43:56 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:56 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:56 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:56 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:56 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:43:56 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:56 +0000] [Job 37099] requested-attributes 1setOf keyword job-id,job-impressions-completed,job-media-sheets-completed,job-name,job-originating-user-name,job-state,job-state-reasons
D [20/Feb/2020:15:43:56 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:57 +0000] [Job 37099] (monitor) Get-Job-Attributes: successful-ok (successful-ok)
D [20/Feb/2020:15:43:57 +0000] [Job 37099] (monitor) job-state = processing
D [20/Feb/2020:15:43:57 +0000] [Job 37099] (monitor) job-state = processing
D [20/Feb/2020:15:43:57 +0000] [Job 37099] Get-Job-Attributes: successful-ok (successful-ok)
D [20/Feb/2020:15:43:57 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:57 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:57 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:57 +0000] [Job 37099] status-message textWithoutLanguage successful-ok
D [20/Feb/2020:15:43:57 +0000] [Job 37099] ---- job-attributes-tag ----
D [20/Feb/2020:15:43:57 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:43:57 +0000] [Job 37099] job-impressions-completed integer 0
D [20/Feb/2020:15:43:57 +0000] [Job 37099] job-media-sheets-completed integer 0
D [20/Feb/2020:15:43:57 +0000] [Job 37099] job-name nameWithoutLanguage smbprn.00000004 PDF Test Page
D [20/Feb/2020:15:43:57 +0000] [Job 37099] job-originating-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:57 +0000] [Job 37099] job-state enum processing
D [20/Feb/2020:15:43:57 +0000] [Job 37099] job-state-reasons keyword none
D [20/Feb/2020:15:43:57 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:57 +0000] [Job 37099] PAGE: total 0
D [20/Feb/2020:15:43:58 +0000] [Job 37099] IPP/2.0 Get-Printer-Attributes #14
D [20/Feb/2020:15:43:58 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:58 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:58 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:58 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:58 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:58 +0000] [Job 37099] requested-attributes 1setOf keyword compression-supported,copies-supported,cups-version,document-format-supported,job-password-encryption-supported,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,media-col-supported,multiple-document-handling-supported,operations-supported,print-color-mode-supported,printer-alert,printer-alert-description,printer-is-accepting-jobs,printer-mandatory-job-attributes,printer-state,printer-state-message,printer-state-reasons
D [20/Feb/2020:15:43:58 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:59 +0000] [Job 37099] IPP/2.0 Get-Printer-Attributes #15
D [20/Feb/2020:15:43:59 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:59 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:59 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:59 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:59 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:59 +0000] [Job 37099] requested-attributes 1setOf keyword compression-supported,copies-supported,cups-version,document-format-supported,job-password-encryption-supported,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,media-col-supported,multiple-document-handling-supported,operations-supported,print-color-mode-supported,printer-alert,printer-alert-description,printer-is-accepting-jobs,printer-mandatory-job-attributes,printer-state,printer-state-message,printer-state-reasons
D [20/Feb/2020:15:43:59 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:59 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:43:59 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:43:59 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:59 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:59 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:59 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:43:59 +0000] [Job 37099] ---- printer-attributes-tag ----
D [20/Feb/2020:15:43:59 +0000] [Job 37099] compression-supported 1setOf keyword none,gzip
D [20/Feb/2020:15:43:59 +0000] [Job 37099] copies-supported rangeOfInteger 1-255
D [20/Feb/2020:15:43:59 +0000] [Job 37099] document-format-supported 1setOf mimeMediaType application/pdf,application/octet-stream,image/jpeg,image/urf,application/postscript
D [20/Feb/2020:15:43:59 +0000] [Job 37099] marker-colors 1setOf nameWithoutLanguage #000000,#00FFFF,#FF00FF,#FFFF00,none
D [20/Feb/2020:15:43:59 +0000] [Job 37099] marker-high-levels 1setOf integer 100,100,100,100,100
D [20/Feb/2020:15:43:59 +0000] [Job 37099] marker-levels 1setOf integer 20,30,40,40,100
D [20/Feb/2020:15:43:59 +0000] [Job 37099] marker-low-levels 1setOf integer 10,10,10,10,10
D [20/Feb/2020:15:43:59 +0000] [Job 37099] marker-names 1setOf nameWithoutLanguage Black Toner,Cyan Toner,Magenta Toner,Yellow Toner,staples
D [20/Feb/2020:15:43:59 +0000] [Job 37099] marker-types 1setOf keyword toner,toner,toner,toner,staples
D [20/Feb/2020:15:43:59 +0000] [Job 37099] media-col-supported 1setOf keyword media-left-margin,media-right-margin,media-top-margin,media-bottom-margin,media-type,media-source,media-size
D [20/Feb/2020:15:43:59 +0000] [Job 37099] multiple-document-handling-supported 1setOf keyword separate-documents-collated-copies,separate-documents-uncollated-copies,single-document
D [20/Feb/2020:15:43:59 +0000] [Job 37099] operations-supported 1setOf enum Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Pause-Printer,Resume-Printer,Purge-Jobs,Identify-Printer
D [20/Feb/2020:15:43:59 +0000] [Job 37099] print-color-mode-supported 1setOf keyword auto,monochrome,color,process-monochrome,auto-monochrome
D [20/Feb/2020:15:43:59 +0000] [Job 37099] printer-is-accepting-jobs boolean true
D [20/Feb/2020:15:43:59 +0000] [Job 37099] printer-state enum idle
D [20/Feb/2020:15:43:59 +0000] [Job 37099] printer-state-reasons keyword media-empty-error
D [20/Feb/2020:15:43:59 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:43:59 +0000] [Job 37099] IPP/2.0 Get-Job-Attributes #16
D [20/Feb/2020:15:43:59 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:43:59 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:43:59 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:43:59 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:43:59 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:43:59 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:43:59 +0000] [Job 37099] requested-attributes 1setOf keyword job-id,job-impressions-completed,job-media-sheets-completed,job-name,job-originating-user-name,job-state,job-state-reasons
D [20/Feb/2020:15:43:59 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:44:00 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:44:00 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:44:00 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:44:00 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:44:00 +0000] [Job 37099] ---- printer-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] compression-supported 1setOf keyword none,gzip
D [20/Feb/2020:15:44:00 +0000] [Job 37099] copies-supported rangeOfInteger 1-255
D [20/Feb/2020:15:44:00 +0000] [Job 37099] document-format-supported 1setOf mimeMediaType application/pdf,application/octet-stream,image/jpeg,image/urf,application/postscript
D [20/Feb/2020:15:44:00 +0000] [Job 37099] marker-colors 1setOf nameWithoutLanguage #000000,#00FFFF,#FF00FF,#FFFF00,none
D [20/Feb/2020:15:44:00 +0000] [Job 37099] marker-high-levels 1setOf integer 100,100,100,100,100
D [20/Feb/2020:15:44:00 +0000] [Job 37099] marker-levels 1setOf integer 20,30,40,40,100
D [20/Feb/2020:15:44:00 +0000] [Job 37099] marker-low-levels 1setOf integer 10,10,10,10,10
D [20/Feb/2020:15:44:00 +0000] [Job 37099] marker-names 1setOf nameWithoutLanguage Black Toner,Cyan Toner,Magenta Toner,Yellow Toner,staples
D [20/Feb/2020:15:44:00 +0000] [Job 37099] marker-types 1setOf keyword toner,toner,toner,toner,staples
D [20/Feb/2020:15:44:00 +0000] [Job 37099] media-col-supported 1setOf keyword media-left-margin,media-right-margin,media-top-margin,media-bottom-margin,media-type,media-source,media-size
D [20/Feb/2020:15:44:00 +0000] [Job 37099] multiple-document-handling-supported 1setOf keyword separate-documents-collated-copies,separate-documents-uncollated-copies,single-document
D [20/Feb/2020:15:44:00 +0000] [Job 37099] operations-supported 1setOf enum Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Pause-Printer,Resume-Printer,Purge-Jobs,Identify-Printer
D [20/Feb/2020:15:44:00 +0000] [Job 37099] print-color-mode-supported 1setOf keyword auto,monochrome,color,process-monochrome,auto-monochrome
D [20/Feb/2020:15:44:00 +0000] [Job 37099] printer-is-accepting-jobs boolean true
D [20/Feb/2020:15:44:00 +0000] [Job 37099] printer-state enum idle
D [20/Feb/2020:15:44:00 +0000] [Job 37099] printer-state-reasons keyword media-empty-error
D [20/Feb/2020:15:44:00 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] Get-Job-Attributes: successful-ok (successful-ok)
D [20/Feb/2020:15:44:00 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:44:00 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:44:00 +0000] [Job 37099] status-message textWithoutLanguage successful-ok
D [20/Feb/2020:15:44:00 +0000] [Job 37099] ---- job-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] job-id integer 961
D [20/Feb/2020:15:44:00 +0000] [Job 37099] job-impressions-completed integer 2
D [20/Feb/2020:15:44:00 +0000] [Job 37099] job-media-sheets-completed integer 2
D [20/Feb/2020:15:44:00 +0000] [Job 37099] job-name nameWithoutLanguage smbprn.00000004 PDF Test Page
D [20/Feb/2020:15:44:00 +0000] [Job 37099] job-originating-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:44:00 +0000] [Job 37099] job-state enum completed
D [20/Feb/2020:15:44:00 +0000] [Job 37099] job-state-reasons keyword job-completed-successfully
D [20/Feb/2020:15:44:00 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] PAGE: total 2
D [20/Feb/2020:15:44:00 +0000] [Job 37099] IPP/2.0 Get-Printer-Attributes #18
D [20/Feb/2020:15:44:00 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:44:00 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:44:00 +0000] [Job 37099] printer-uri uri ipp://theprinter.acme.com:631/ipp
D [20/Feb/2020:15:44:00 +0000] [Job 37099] requesting-user-name nameWithoutLanguage alexk
D [20/Feb/2020:15:44:00 +0000] [Job 37099] requested-attributes 1setOf keyword compression-supported,copies-supported,cups-version,document-format-supported,job-password-encryption-supported,marker-colors,marker-high-levels,marker-levels,marker-low-levels,marker-message,marker-names,marker-types,media-col-supported,multiple-document-handling-supported,operations-supported,print-color-mode-supported,printer-alert,printer-alert-description,printer-is-accepting-jobs,printer-mandatory-job-attributes,printer-state,printer-state-message,printer-state-reasons
D [20/Feb/2020:15:44:00 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:44:00 +0000] [Job 37099] (monitor) Get-Job-Attributes: successful-ok (successful-ok)
D [20/Feb/2020:15:44:00 +0000] [Job 37099] (monitor) job-state = completed
D [20/Feb/2020:15:44:00 +0000] [Job 37099] (monitor) job-state = completed
D [20/Feb/2020:15:44:01 +0000] [Job 37099] update_reasons(attr=1(media-empty-error), s=\"(null)\")
D [20/Feb/2020:15:44:01 +0000] [Job 37099] Get-Printer-Attributes: successful-ok-ignored-or-substituted-attributes (successful-ok-ignored-or-substituted-attributes)
D [20/Feb/2020:15:44:01 +0000] [Job 37099] ---- operation-attributes-tag ----
D [20/Feb/2020:15:44:01 +0000] [Job 37099] attributes-charset charset utf-8
D [20/Feb/2020:15:44:01 +0000] [Job 37099] attributes-natural-language naturalLanguage en-us
D [20/Feb/2020:15:44:01 +0000] [Job 37099] status-message textWithoutLanguage successful-ok-ignored-or-substituted-attributes
D [20/Feb/2020:15:44:01 +0000] [Job 37099] ---- printer-attributes-tag ----
D [20/Feb/2020:15:44:01 +0000] [Job 37099] compression-supported 1setOf keyword none,gzip
D [20/Feb/2020:15:44:01 +0000] [Job 37099] copies-supported rangeOfInteger 1-255
D [20/Feb/2020:15:44:01 +0000] [Job 37099] document-format-supported 1setOf mimeMediaType application/pdf,application/octet-stream,image/jpeg,image/urf,application/postscript
D [20/Feb/2020:15:44:01 +0000] [Job 37099] marker-colors 1setOf nameWithoutLanguage #000000,#00FFFF,#FF00FF,#FFFF00,none
D [20/Feb/2020:15:44:01 +0000] [Job 37099] marker-high-levels 1setOf integer 100,100,100,100,100
D [20/Feb/2020:15:44:01 +0000] [Job 37099] marker-levels 1setOf integer 20,30,40,40,100
D [20/Feb/2020:15:44:01 +0000] [Job 37099] marker-low-levels 1setOf integer 10,10,10,10,10
D [20/Feb/2020:15:44:01 +0000] [Job 37099] marker-names 1setOf nameWithoutLanguage Black Toner,Cyan Toner,Magenta Toner,Yellow Toner,staples
D [20/Feb/2020:15:44:01 +0000] [Job 37099] marker-types 1setOf keyword toner,toner,toner,toner,staples
D [20/Feb/2020:15:44:01 +0000] [Job 37099] media-col-supported 1setOf keyword media-left-margin,media-right-margin,media-top-margin,media-bottom-margin,media-type,media-source,media-size
D [20/Feb/2020:15:44:01 +0000] [Job 37099] multiple-document-handling-supported 1setOf keyword separate-documents-collated-copies,separate-documents-uncollated-copies,single-document
D [20/Feb/2020:15:44:01 +0000] [Job 37099] operations-supported 1setOf enum Print-Job,Validate-Job,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Create-Job,Send-Document,Pause-Printer,Resume-Printer,Purge-Jobs,Identify-Printer
D [20/Feb/2020:15:44:01 +0000] [Job 37099] print-color-mode-supported 1setOf keyword auto,monochrome,color,process-monochrome,auto-monochrome
D [20/Feb/2020:15:44:01 +0000] [Job 37099] printer-is-accepting-jobs boolean true
D [20/Feb/2020:15:44:01 +0000] [Job 37099] printer-state enum idle
D [20/Feb/2020:15:44:01 +0000] [Job 37099] printer-state-reasons keyword media-empty-error
D [20/Feb/2020:15:44:01 +0000] [Job 37099] ---- end-of-attributes-tag ----
D [20/Feb/2020:15:44:01 +0000] [Job 37099] ATTR: auth-info-required=none
D [20/Feb/2020:15:44:01 +0000] [Job 37099] PID 125998 (/usr/lib/cups/backend/ipp) exited with no errors.
D [20/Feb/2020:15:44:01 +0000] [Job 37099] time-at-completed=1582213441
I [20/Feb/2020:15:44:01 +0000] [Job 37099] Job completed.
D [20/Feb/2020:15:44:02 +0000] [Job 37099] Unloading...
michaelrsweet commented 3 years ago

OK, so two things: the SMB print job is coming as raw, and the default ColorModel for the queue is probably Gray.

If you are still experiencing this issue, please report this to the OpenPrinting CUPS project.