You are not logged in.
Hello, I've been having trouble getting the Brother DCP-7055W network printer to print files from my Arch installation. I can print to it from my Android phone, so it's not the printer.
Here's how the printer was setup:
sudo lpadmin -p Brother_DCP-7055W -v "ipp://192.168.1.83/ipp/print" -E -i /opt/brother/Printers/DCP7055W/cupswrapper/brother-DCP-7055W-cups-en.ppdI'm 100% sure about the IP-address there, as it's reported by the printer. The ppd in that command comes from the AUR:
yay -Syu brother-dcp7055w-cups-bin brother-dcp7055w-lpr-binAfter enabling the CUPS debug loglevel as mentioned on the Arch wiki, and attempting to print a small textfile, like so:
lp -d Brother_DCP-7055W /tmp/foo.txt, the error log file is filled with the following lines:
oliver / etc cups SIGINT tail -n 0 -F /var/log/cups/error_log
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Server address is "/run/cups/cups.sock".
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Accepted from localhost (Domain)
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Waiting for request.
D [04/Feb/2024:14:35:37 +0100] cupsdAddCert: Adding certificate for PID 0
D [04/Feb/2024:14:35:37 +0100] Report: clients=1
D [04/Feb/2024:14:35:37 +0100] Report: jobs=49
D [04/Feb/2024:14:35:37 +0100] Report: jobs-active=0
D [04/Feb/2024:14:35:37 +0100] Report: printers=2
D [04/Feb/2024:14:35:37 +0100] Report: stringpool-string-count=1167
D [04/Feb/2024:14:35:37 +0100] Report: stringpool-alloc-bytes=9920
D [04/Feb/2024:14:35:37 +0100] Report: stringpool-total-bytes=21648
D [04/Feb/2024:14:35:37 +0100] [Client 1259] POST / HTTP/1.1
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Read: status=200, state=6
D [04/Feb/2024:14:35:37 +0100] [Client 1259] No authentication data provided.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] 2.0 Get-Printer-Attributes 1
D [04/Feb/2024:14:35:37 +0100] Get-Printer-Attributes ipp://localhost:631/printers/Brother_DCP-7055W
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:631/printers/Brother_DCP-7055W) from localhost.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Content-Length: 1467
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] con->http=0x623ddd750770
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1467, response=0x623ddd775dc0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] bytes=0, http_state=0, data_remaining=1467
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Flushing write buffer.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] New state is HTTP_STATE_WAITING
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Waiting for request.
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] POST / HTTP/1.1
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Read: status=200, state=6
D [04/Feb/2024:14:35:37 +0100] [Client 1259] No authentication data provided.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] 2.0 Get-Printer-Attributes 2
D [04/Feb/2024:14:35:37 +0100] Get-Printer-Attributes ipp://localhost:631/printers/Brother_DCP-7055W
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:631/printers/Brother_DCP-7055W) from localhost.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Content-Length: 1467
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] con->http=0x623ddd750770
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1467, response=0x623ddd7437d0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] bytes=0, http_state=0, data_remaining=1467
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Flushing write buffer.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] New state is HTTP_STATE_WAITING
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Waiting for request.
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] POST /printers/Brother_DCP-7055W HTTP/1.1
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Read: status=200, state=6
D [04/Feb/2024:14:35:37 +0100] [Client 1259] No authentication data provided.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] 2.0 Get-Printer-Attributes 3
D [04/Feb/2024:14:35:37 +0100] Get-Printer-Attributes ipp://localhost/printers/Brother_DCP-7055W
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/Brother_DCP-7055W) from localhost.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Content-Length: 13497
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] con->http=0x623ddd750770
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=13497, response=0x623ddd775dc0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] bytes=0, http_state=0, data_remaining=13497
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Flushing write buffer.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] New state is HTTP_STATE_WAITING
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Waiting for request.
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] POST /printers/Brother_DCP-7055W HTTP/1.1
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Read: status=200, state=6
D [04/Feb/2024:14:35:37 +0100] [Client 1259] No authentication data provided.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] 2.0 Create-Job 4
D [04/Feb/2024:14:35:37 +0100] Create-Job ipp://localhost/printers/Brother_DCP-7055W
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Applying default options...
D [04/Feb/2024:14:35:37 +0100] add_job: requesting-user-name="oliver"
I [04/Feb/2024:14:35:37 +0100] [Job 83] Adding start banner page "none".
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-created event...
I [04/Feb/2024:14:35:37 +0100] [Job 83] Queued on "Brother_DCP-7055W" by "oliver".
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Returning IPP successful-ok for Create-Job (ipp://localhost/printers/Brother_DCP-7055W) from localhost.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Content-Length: 200
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] con->http=0x623ddd750770
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=200, response=0x623ddd759920(IPP_STATE_IDLE), pipe_pid=0, file=-1
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] bytes=0, http_state=0, data_remaining=200
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Flushing write buffer.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] New state is HTTP_STATE_WAITING
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Waiting for request.
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] POST /printers/Brother_DCP-7055W HTTP/1.1
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Read: status=200, state=6
D [04/Feb/2024:14:35:37 +0100] [Client 1259] No authentication data provided.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] 2.0 Send-Document 5
D [04/Feb/2024:14:35:37 +0100] Send-Document ipp://localhost:631/printers/Brother_DCP-7055W
D [04/Feb/2024:14:35:37 +0100] cupsdIsAuthorized: requesting-user-name="oliver"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Auto-typing file...
D [04/Feb/2024:14:35:37 +0100] [Job 83] Request file type is text/plain.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [04/Feb/2024:14:35:37 +0100] [Job 83] File of type text/plain queued by "oliver".
I [04/Feb/2024:14:35:37 +0100] [Job 83] Adding end banner page "none".
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] time-at-processing=1707053737
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] 3 filters for job:
D [04/Feb/2024:14:35:37 +0100] [Job 83] - (text/plain to application/vnd.universal-input, cost 0)
D [04/Feb/2024:14:35:37 +0100] [Job 83] universal (application/vnd.universal-input to application/vnd.cups-postscript, cost 0)
D [04/Feb/2024:14:35:37 +0100] [Job 83] brother_lpdwrapper_DCP7055W (application/vnd.cups-postscript to printer/Brother_DCP-7055W, cost 0)
D [04/Feb/2024:14:35:37 +0100] [Job 83] job-sheets=none,none
D [04/Feb/2024:14:35:37 +0100] [Job 83] argv[0]="Brother_DCP-7055W"
D [04/Feb/2024:14:35:37 +0100] [Job 83] argv[1]="83"
D [04/Feb/2024:14:35:37 +0100] [Job 83] argv[2]="oliver"
D [04/Feb/2024:14:35:37 +0100] [Job 83] argv[3]="foo.txt"
D [04/Feb/2024:14:35:37 +0100] [Job 83] argv[4]="1"
D [04/Feb/2024:14:35:37 +0100] [Job 83] argv[5]="finishings=3 number-up=1 print-color-mode=monochrome job-uuid=urn:uuid:0bb2996d-df3f-3901-5ca4-f57bd4bc1a47 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1707053737 time-at-processing=1707053737 document-name-supplied=foo.txt"
D [04/Feb/2024:14:35:37 +0100] [Job 83] argv[6]="/var/spool/cups/d00083-001"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[3]="CUPS_REQUESTROOT=/var/spool/cups"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[4]="CUPS_SERVERBIN=/usr/lib/cups"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[5]="CUPS_SERVERROOT=/etc/cups"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[6]="CUPS_STATEDIR=/run/cups"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[7]="HOME=/var/spool/cups/tmp"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[9]="SERVER_ADMIN=root@armstrong"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[10]="SOFTWARE=CUPS/2.4.7"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[12]="USER=root"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[13]="CUPS_MAX_MESSAGE=2047"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[14]="CUPS_SERVER=/run/cups/cups.sock"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[16]="IPP_PORT=631"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[17]="CHARSET=utf-8"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[18]="LANG=en_US.UTF-8"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[19]="PPD=/etc/cups/ppd/Brother_DCP-7055W.ppd"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[20]="CONTENT_TYPE=text/plain"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[21]="DEVICE_URI=ipp://192.168.1.83/ipp/print"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[22]="PRINTER_INFO=Brother_DCP-7055W"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[23]="PRINTER_LOCATION=home office"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[24]="PRINTER=Brother_DCP-7055W"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[25]="PRINTER_STATE_REASONS=none"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[26]="CUPS_FILETYPE=document"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[27]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [04/Feb/2024:14:35:37 +0100] [Job 83] envp[28]="AUTH_I****"
I [04/Feb/2024:14:35:37 +0100] [Job 83] Started filter /usr/lib/cups/filter/universal (PID 1026878)
I [04/Feb/2024:14:35:37 +0100] [Job 83] Started filter /usr/lib/cups/filter/brother_lpdwrapper_DCP7055W (PID 1026879)
I [04/Feb/2024:14:35:37 +0100] [Job 83] Started backend /usr/lib/cups/backend/ipp (PID 1026880)
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Returning IPP successful-ok for Send-Document (ipp://localhost:631/printers/Brother_DCP-7055W) from localhost.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Content-Length: 170
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] con->http=0x623ddd750770
D [04/Feb/2024:14:35:37 +0100] [Client 1259] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=170, response=0x623ddd73f4d0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:14:35:37 +0100] [Client 1259] bytes=0, http_state=0, data_remaining=170
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Flushing write buffer.
D [04/Feb/2024:14:35:37 +0100] [Client 1259] New state is HTTP_STATE_WAITING
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Waiting for request.
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Client 1259] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [04/Feb/2024:14:35:37 +0100] [Client 1259] Closing connection.
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Sending stdin for job...
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: +connecting-to-device
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Looking up \"192.168.1.83\"...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -connecting-to-device
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] 192.168.1.83=192.168.1.83
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterLoadPPD: Color profile qualifier determined from job and PPD data \'..600dpi\'
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterLoadPPD: No ICC profiles specified in PPD
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterLoadPPD: Searching for profile \"600dpi/-\"...
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterLoadPPD: Last filter determined by the PPD: brother_lpdwrapper_DCP7055W; Final data MIME type: application/vnd.cups-postscript => PDF filter will not log pages in page_log.
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterUniversal: \"*cupsFilter(2): ...\" lines in the PPD file:
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterUniversal: application/vnd.cups-raw application/octet-stream 0 -
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterUniversal: application/vnd.cups-postscript 0 brother_lpdwrapper_DCP7055W
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterUniversal: PPD uses \"*cupsFilter: ...\" lines, so we always convert to format given by FINAL_CONTENT_TYPE
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterUniversal: Converting from text/plain to application/vnd.cups-postscript
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: Running filter: universal
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: Running filter: universal", current level=INFO
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: Running filter: pdftops
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: Running filter: pdftops", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: universal (PID 1026902) started.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: universal (PID 1026902) started.", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterUniversal: Converting from text/plain to application/vnd.cups-pdf
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterUniversal: Final output format for job: application/vnd.cups-postscript
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterUniversal: Adding texttopdf to chain
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterUniversal: Adding pdftopdf to chain
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: Running filter: texttopdf
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: Running filter: texttopdf", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: Running filter: pdftopdf
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: Running filter: pdftopdf", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: pdftops (PID 1026903) started.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: pdftops (PID 1026903) started.", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: texttopdf (PID 1026904) started.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: texttopdf (PID 1026904) started.", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: Copying input to temp file \"/var/spool/cups/tmp/fab5765c4c71b\"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Color space requested: Default
D [04/Feb/2024:14:35:37 +0100] [Job 83] Final output format: CUPS Raster
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: pdftopdf (PID 1026906) started.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: pdftopdf (PID 1026906) started.", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterPDFToPDF: Suppressed page logging selected by options.
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: texttopdf completed with status 0.
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterPDFToPDF: Processing PDF input with QPDF: Page-ranges, page-set, number-up, booklet, size adjustment, ...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterPDFToPDF: \"print-scaling\" IPP attribute: auto
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterPDFToPDF: Print scaling mode: Do not scale, center, crop if needed
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterPDFToPDF: After Cropping: 595.000000 842.000000 595.275574 841.889771
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: texttopdf (PID 1026904) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: texttopdf (PID 1026904) exited with no errors.", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: pdftopdf completed with status 0.
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: Printer make and model: Brother DCP-7055W for CUPS
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: Switching to Poppler\'s pdftops instead of Ghostscript for Brother, Minolta, Konica Minolta, Dell, and Apple LaserWriter printers to work around bugs in the printer\'s PS interpreters
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: Using image rendering resolution 600 dpi
D [04/Feb/2024:14:35:37 +0100] [Job 83] WARN: ppdFilterPDFToPS: Grayscale/monochrome printing requested for this job but Poppler is not able to convert to grayscale/monochrome PostScript.
D [04/Feb/2024:14:35:37 +0100] [Job 83] WARN: ppdFilterPDFToPS: Use \"pdftops-renderer\" option (see cups-filters README.md file) to use Ghostscript or MuPDF for the PDF -> PostScript conversion.
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: Running command line for pdftops: pdftops -level2 -origpagesizes -nocenter -r 600 /var/spool/cups/tmp/fab5765c4c71b -
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: Started filter pdftops (PID 1026918)
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: pdftopdf (PID 1026906) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: pdftopdf (PID 1026906) exited with no errors.", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] DEBUG: cfFilterChain: universal completed with status 0.ppdFilterPDFToPS: Started filter pstops (PID 1026919)
D [04/Feb/2024:14:35:37 +0100] [Job 83] Page = 595x842; 12,12 to 583,830
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: slow_collate=0, slow_duplex=0, slow_order=0
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: universal (PID 1026902) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: universal (PID 1026902) exited with no errors.", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: Before copy_comments - %!PS-Adobe-3.0
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %!PS-Adobe-3.0
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %Produced by poppler pdftops version: 24.01.0 (http://poppler.freedesktop.org)
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %%Creator: texttopdf/2.0.0
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %%LanguageLevel: 2
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %%DocumentSuppliedResources: (atend)
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %%DocumentMedia: A4 595 842 0 () ()
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %%BoundingBox: 0 0 596 842
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %%Pages: 1
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: %%EndComments
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: Before copy_prolog - %%BeginProlog
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: Before copy_setup - %%BeginSetup
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: Before page loop - %%Page: 1 1
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: Copying page 1...
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: pagew = 571.0, pagel = 818.0
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: PageLeft = 12.0, PageRight = 583.0
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: PageTop = 830.0, PageBottom = 12.0
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: PageWidth = 595.0, PageLength = 842.0
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPSToPS: Wrote 1 pages...
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: PID 1026918 (pdftops) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: PID 1026919 (pstops) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] [Job 83] ppdFilterPDFToPS: Closing files ...
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: pdftops completed with status 0.
D [04/Feb/2024:14:35:37 +0100] [Job 83] cfFilterChain: pdftops (PID 1026903) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] Set job-printer-state-message to "cfFilterChain: pdftops (PID 1026903) exited with no errors.", current level=INFO
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-progress event...
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] PID 1026878 (/usr/lib/cups/filter/universal) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] [Job 83] PID 1026879 (/usr/lib/cups/filter/brother_lpdwrapper_DCP7055W) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] [Job 83] ATTR: marker-colors=#000000,#000000
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(P----)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] ATTR: marker-names=\'\"Black Toner Cartridge\"\',\'\"Drum Unit\"\'
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(P----)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] ATTR: marker-types=toner,opc
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(P----)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] ATTR: marker-levels=-1,79
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(P----)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] [Job 83] new_supply_state=0, change_state=ffff
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -developer-low-report
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -developer-empty-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -marker-supply-low-report
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -marker-supply-empty-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -opc-near-eol-report
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -opc-life-over-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -toner-low-report
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -toner-empty-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -waste-receptacle-almost-full-report
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -waste-receptacle-full-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -cleaner-life-almost-over-report
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -cleaner-life-over-warning
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] [Job 83] new_state=0, change_state=ffff
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -media-empty-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -door-open-report
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -media-jam-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -input-tray-missing-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -output-tray-missing-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -marker-supply-missing-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -output-area-almost-full-report
D [04/Feb/2024:14:35:37 +0100] [Job 83] STATE: -output-area-full-warning
D [04/Feb/2024:14:35:37 +0100] [Job 83] backendWaitLoop(snmp_fd=5, addr=0x5849a47d4268, side_cb=0x5849a40d2b40)
D [04/Feb/2024:14:35:37 +0100] [Job 83] PID 1026880 (/usr/lib/cups/backend/ipp) exited with no errors.
D [04/Feb/2024:14:35:37 +0100] [Job 83] time-at-completed=1707053737
D [04/Feb/2024:14:35:37 +0100] Discarding unused job-completed event...
I [04/Feb/2024:14:35:37 +0100] [Job 83] Job completed.
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:37 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:14:35:37 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:14:35:37 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:14:35:38 +0100] [Job 83] Unloading...According to lpstat, that job was successfull.
oliver ~ lpstat -W completed -o Brother_DCP-7055W | head -n1
Brother_DCP-7055W-83 oliver 1024 Sun 04 Feb 2024 02:35:37 PM CET. But the printer did nothing as far as I can see. The earlier log also does not give any indication of what was wrong.
Note that these are the results of today. Yesterday I attempted a multitude of things (I finally "sat down") as the logs did report "Filter failed" (but nothing more), and on inspecting a few of the filters, /usr/lib/cups/filter/brother_lpdwrapper_DCP7055W in particular, and reading a bit on Gentoo forums, someone suggested that some of the filters and preprocessors might be designed for 32-bit architectures.
More facts about the system setup:
lpinfo -v
network http
network beh
network lpd
network ipp
network https
network ipps
network socket
network smb
network dnssd://Brother%20DCP-7055W._pdl-datastream._tcp.local/
network lpd://o2.box/BINARY_P1After noticing the above, and thinking to myself I saw some lines with ipp there yesterday, I went ahead and created a new printer in the CUPS interface using the dnssd interface:
$ lpstat -v
device for Brother_DCP-7055W: ipp://192.168.1.83/ipp/print
device for Brother_DCP-7055W_dnssd: dnssd://Brother%20DCP-7055W._pdl-datastream._tcp.local/
device for dataminded: ipp://192.168.42.18/ipp/printAvahi options were modified to resolve the .local domain, as a first print job for that printer showed in the logs "Unable to locate printer \"BRN008092C3427A.local\"". But then after restarting both Avahi and CUPS, the print jobs for that dnssd-enabled printer are reported as successful, even though I still don't see the printer do anything. Logs for that attempt (using a pdf this time, not a simple text file):
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [04/Feb/2024:15:17:50 +0100] [Client 26] Server address is "/run/cups/cups.sock".
D [04/Feb/2024:15:17:50 +0100] [Client 26] Accepted from localhost (Domain)
D [04/Feb/2024:15:17:50 +0100] [Client 26] Waiting for request.
D [04/Feb/2024:15:17:50 +0100] Report: clients=1
D [04/Feb/2024:15:17:50 +0100] Report: jobs=67
D [04/Feb/2024:15:17:50 +0100] Report: jobs-active=0
D [04/Feb/2024:15:17:50 +0100] Report: printers=3
D [04/Feb/2024:15:17:50 +0100] Report: stringpool-string-count=1557
D [04/Feb/2024:15:17:50 +0100] Report: stringpool-alloc-bytes=10104
D [04/Feb/2024:15:17:50 +0100] Report: stringpool-total-bytes=29688
D [04/Feb/2024:15:17:50 +0100] [Client 26] POST / HTTP/1.1
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=200, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] No authentication data provided.
D [04/Feb/2024:15:17:50 +0100] [Client 26] 2.0 Get-Printer-Attributes 1
D [04/Feb/2024:15:17:50 +0100] Get-Printer-Attributes ipp://localhost:631/printers/Brother_DCP-7055W_dnssd
D [04/Feb/2024:15:17:50 +0100] [Client 26] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:631/printers/Brother_DCP-7055W_dnssd) from localhost.
D [04/Feb/2024:15:17:50 +0100] [Client 26] Content-Length: 1495
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] con->http=0x59e6b0abcc20
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1495, response=0x59e6b0aaffe0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [04/Feb/2024:15:17:50 +0100] [Client 26] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] bytes=0, http_state=0, data_remaining=1495
D [04/Feb/2024:15:17:50 +0100] [Client 26] Flushing write buffer.
D [04/Feb/2024:15:17:50 +0100] [Client 26] New state is HTTP_STATE_WAITING
D [04/Feb/2024:15:17:50 +0100] [Client 26] Waiting for request.
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [04/Feb/2024:15:17:50 +0100] [Client 26] POST / HTTP/1.1
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=200, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] No authentication data provided.
D [04/Feb/2024:15:17:50 +0100] [Client 26] 2.0 Get-Printer-Attributes 2
D [04/Feb/2024:15:17:50 +0100] Get-Printer-Attributes ipp://localhost:631/printers/Brother_DCP-7055W_dnssd
D [04/Feb/2024:15:17:50 +0100] [Client 26] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost:631/printers/Brother_DCP-7055W_dnssd) from localhost.
D [04/Feb/2024:15:17:50 +0100] [Client 26] Content-Length: 1495
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] con->http=0x59e6b0abcc20
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1495, response=0x59e6b0a86ca0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [04/Feb/2024:15:17:50 +0100] [Client 26] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] bytes=0, http_state=0, data_remaining=1495
D [04/Feb/2024:15:17:50 +0100] [Client 26] Flushing write buffer.
D [04/Feb/2024:15:17:50 +0100] [Client 26] New state is HTTP_STATE_WAITING
D [04/Feb/2024:15:17:50 +0100] [Client 26] Waiting for request.
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [04/Feb/2024:15:17:50 +0100] [Client 26] POST /printers/Brother_DCP-7055W_dnssd HTTP/1.1
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=200, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] No authentication data provided.
D [04/Feb/2024:15:17:50 +0100] [Client 26] 2.0 Get-Printer-Attributes 3
D [04/Feb/2024:15:17:50 +0100] Get-Printer-Attributes ipp://localhost/printers/Brother_DCP-7055W_dnssd
D [04/Feb/2024:15:17:50 +0100] [Client 26] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/Brother_DCP-7055W_dnssd) from localhost.
D [04/Feb/2024:15:17:50 +0100] [Client 26] Content-Length: 13609
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] con->http=0x59e6b0abcc20
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=13609, response=0x59e6b09c39b0(IPP_STATE_DATA), pipe_pid=0, file=-1
D [04/Feb/2024:15:17:50 +0100] [Client 26] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] bytes=0, http_state=0, data_remaining=13609
D [04/Feb/2024:15:17:50 +0100] [Client 26] Flushing write buffer.
D [04/Feb/2024:15:17:50 +0100] [Client 26] New state is HTTP_STATE_WAITING
D [04/Feb/2024:15:17:50 +0100] [Client 26] Waiting for request.
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
D [04/Feb/2024:15:17:50 +0100] [Client 26] POST /printers/Brother_DCP-7055W_dnssd HTTP/1.1
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=200, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] No authentication data provided.
D [04/Feb/2024:15:17:50 +0100] [Client 26] 2.0 Create-Job 4
D [04/Feb/2024:15:17:50 +0100] Create-Job ipp://localhost/printers/Brother_DCP-7055W_dnssd
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Applying default options...
D [04/Feb/2024:15:17:50 +0100] add_job: requesting-user-name="oliver"
I [04/Feb/2024:15:17:50 +0100] [Job 90] Adding start banner page "none".
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-created event...
I [04/Feb/2024:15:17:50 +0100] [Job 90] Queued on "Brother_DCP-7055W_dnssd" by "oliver".
D [04/Feb/2024:15:17:50 +0100] [Client 26] Returning IPP successful-ok for Create-Job (ipp://localhost/printers/Brother_DCP-7055W_dnssd) from localhost.
D [04/Feb/2024:15:17:50 +0100] [Client 26] Content-Length: 200
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] con->http=0x59e6b0abcc20
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=200, response=0x59e6b0aa8a90(IPP_STATE_IDLE), pipe_pid=0, file=-1
D [04/Feb/2024:15:17:50 +0100] [Client 26] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] bytes=0, http_state=0, data_remaining=200
D [04/Feb/2024:15:17:50 +0100] [Client 26] Flushing write buffer.
D [04/Feb/2024:15:17:50 +0100] [Client 26] New state is HTTP_STATE_WAITING
D [04/Feb/2024:15:17:50 +0100] [Client 26] Waiting for request.
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:15:17:50 +0100] [Client 26] POST /printers/Brother_DCP-7055W_dnssd HTTP/1.1
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=200, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] No authentication data provided.
D [04/Feb/2024:15:17:50 +0100] [Client 26] 2.0 Send-Document 5
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] [Client 26] Read: status=100, state=6
D [04/Feb/2024:15:17:50 +0100] Send-Document ipp://localhost:631/printers/Brother_DCP-7055W_dnssd
D [04/Feb/2024:15:17:50 +0100] cupsdIsAuthorized: requesting-user-name="oliver"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Auto-typing file...
D [04/Feb/2024:15:17:50 +0100] [Job 90] Request file type is application/pdf.
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [04/Feb/2024:15:17:50 +0100] [Job 90] File of type application/pdf queued by "oliver".
I [04/Feb/2024:15:17:50 +0100] [Job 90] Adding end banner page "none".
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] time-at-processing=1707056270
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] 3 filters for job:
D [04/Feb/2024:15:17:50 +0100] [Job 90] - (application/pdf to application/vnd.universal-input, cost 0)
D [04/Feb/2024:15:17:50 +0100] [Job 90] universal (application/vnd.universal-input to application/vnd.cups-postscript, cost 0)
D [04/Feb/2024:15:17:50 +0100] [Job 90] brother_lpdwrapper_DCP7055W (application/vnd.cups-postscript to printer/Brother_DCP-7055W_dnssd, cost 0)
D [04/Feb/2024:15:17:50 +0100] [Job 90] job-sheets=none,none
D [04/Feb/2024:15:17:50 +0100] [Job 90] argv[0]="Brother_DCP-7055W_dnssd"
D [04/Feb/2024:15:17:50 +0100] [Job 90] argv[1]="90"
D [04/Feb/2024:15:17:50 +0100] [Job 90] argv[2]="oliver"
D [04/Feb/2024:15:17:50 +0100] [Job 90] argv[3]="grundstuck_w_garden-1.pdf"
D [04/Feb/2024:15:17:50 +0100] [Job 90] argv[4]="1"
D [04/Feb/2024:15:17:50 +0100] [Job 90] argv[5]="finishings=3 number-up=1 print-color-mode=monochrome job-uuid=urn:uuid:1c2e2a01-ede2-38a6-63f9-d6eeb54ba86f job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1707056270 time-at-processing=1707056270 document-name-supplied=grundstuck_w_garden-1.pdf"
D [04/Feb/2024:15:17:50 +0100] [Job 90] argv[6]="/var/spool/cups/d00090-001"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[3]="CUPS_REQUESTROOT=/var/spool/cups"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[4]="CUPS_SERVERBIN=/usr/lib/cups"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[5]="CUPS_SERVERROOT=/etc/cups"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[6]="CUPS_STATEDIR=/run/cups"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[7]="HOME=/var/spool/cups/tmp"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[9]="SERVER_ADMIN=root@armstrong"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[10]="SOFTWARE=CUPS/2.4.7"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[12]="USER=root"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[13]="CUPS_MAX_MESSAGE=2047"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[14]="CUPS_SERVER=/run/cups/cups.sock"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[16]="IPP_PORT=631"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[17]="CHARSET=utf-8"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[18]="LANG=en_US.UTF-8"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[19]="PPD=/etc/cups/ppd/Brother_DCP-7055W_dnssd.ppd"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[20]="CONTENT_TYPE=application/pdf"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[21]="DEVICE_URI=dnssd://Brother%20DCP-7055W._pdl-datastream._tcp.local/"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[22]="PRINTER_INFO=Brother DCP-7055W"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[23]="PRINTER_LOCATION="
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[24]="PRINTER=Brother_DCP-7055W_dnssd"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[25]="PRINTER_STATE_REASONS=none"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[26]="CUPS_FILETYPE=document"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[27]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [04/Feb/2024:15:17:50 +0100] [Job 90] envp[28]="AUTH_I****"
I [04/Feb/2024:15:17:50 +0100] [Job 90] Started filter /usr/lib/cups/filter/universal (PID 1050008)
I [04/Feb/2024:15:17:50 +0100] [Job 90] Started filter /usr/lib/cups/filter/brother_lpdwrapper_DCP7055W (PID 1050009)
I [04/Feb/2024:15:17:50 +0100] [Job 90] Started backend /usr/lib/cups/backend/dnssd (PID 1050010)
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Client 26] Returning IPP successful-ok for Send-Document (ipp://localhost:631/printers/Brother_DCP-7055W_dnssd) from localhost.
D [04/Feb/2024:15:17:50 +0100] [Client 26] Content-Length: 170
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] con->http=0x59e6b0abcc20
D [04/Feb/2024:15:17:50 +0100] [Client 26] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=170, response=0x59e6b0a7c670(IPP_STATE_DATA), pipe_pid=0, file=-1
D [04/Feb/2024:15:17:50 +0100] [Client 26] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [04/Feb/2024:15:17:50 +0100] [Client 26] bytes=0, http_state=0, data_remaining=170
D [04/Feb/2024:15:17:50 +0100] [Client 26] Flushing write buffer.
D [04/Feb/2024:15:17:50 +0100] [Client 26] New state is HTTP_STATE_WAITING
D [04/Feb/2024:15:17:50 +0100] [Client 26] Waiting for request.
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients and dirty files"
D [04/Feb/2024:15:17:50 +0100] [Client 26] HTTP_STATE_WAITING Closing for error 32 (Broken pipe)
D [04/Feb/2024:15:17:50 +0100] [Client 26] Closing connection.
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Resolving \"Brother DCP-7055W._pdl-datastream._tcp.local\"...
D [04/Feb/2024:15:17:50 +0100] [Job 90] STATE: +connecting-to-device
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Resolving \"Brother DCP-7055W\", regtype=\"_pdl-datastream._tcp\", domain=\"local.\"...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterLoadPPD: Color profile qualifier determined from job and PPD data \'..600dpi\'
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterLoadPPD: No ICC profiles specified in PPD
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterLoadPPD: Searching for profile \"600dpi/-\"...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterLoadPPD: Last filter determined by the PPD: brother_lpdwrapper_DCP7055W; Final data MIME type: application/vnd.cups-postscript => PDF filter will not log pages in page_log.
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterUniversal: \"*cupsFilter(2): ...\" lines in the PPD file:
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterUniversal: application/vnd.cups-raw application/octet-stream 0 -
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterUniversal: application/vnd.cups-postscript 0 brother_lpdwrapper_DCP7055W
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterUniversal: PPD uses \"*cupsFilter: ...\" lines, so we always convert to format given by FINAL_CONTENT_TYPE
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterUniversal: Converting from application/pdf to application/vnd.cups-postscript
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: Running filter: universal
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: Running filter: universal", current level=INFO
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: Running filter: pdftops
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: Running filter: pdftops", current level=INFO
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-progress event...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: universal (PID 1050031) started.
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: universal (PID 1050031) started.", current level=INFO
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-progress event...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterUniversal: Converting from application/pdf to application/vnd.cups-pdf
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterUniversal: Final output format for job: application/vnd.cups-postscript
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterUniversal: Adding pdftopdf to chain
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: Running filter: pdftopdf
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: Running filter: pdftopdf", current level=INFO
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-progress event...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: pdftops (PID 1050032) started.
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: pdftops (PID 1050032) started.", current level=INFO
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-progress event...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: Copying input to temp file \"/var/spool/cups/tmp/1005b065c70038\"
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: pdftopdf (PID 1050033) started.
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: pdftopdf (PID 1050033) started.", current level=INFO
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-progress event...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterPDFToPDF: Suppressed page logging selected by options.
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterPDFToPDF: Processing PDF input with QPDF: Page-ranges, page-set, number-up, booklet, size adjustment, ...
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterPDFToPDF: \"print-scaling\" IPP attribute: auto
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterPDFToPDF: Print scaling mode: Do not scale, center, crop if needed
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterPDFToPDF: After Cropping: 576.000000 824.880005 595.275574 841.889771
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: pdftopdf completed with status 0.
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: Printer make and model: Brother DCP-7055W for CUPS
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: Switching to Poppler\'s pdftops instead of Ghostscript for Brother, Minolta, Konica Minolta, Dell, and Apple LaserWriter printers to work around bugs in the printer\'s PS interpreters
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: Using image rendering resolution 600 dpi
D [04/Feb/2024:15:17:50 +0100] [Job 90] WARN: ppdFilterPDFToPS: Grayscale/monochrome printing requested for this job but Poppler is not able to convert to grayscale/monochrome PostScript.
D [04/Feb/2024:15:17:50 +0100] [Job 90] WARN: ppdFilterPDFToPS: Use \"pdftops-renderer\" option (see cups-filters README.md file) to use Ghostscript or MuPDF for the PDF -> PostScript conversion.
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: Running command line for pdftops: pdftops -level2 -origpagesizes -nocenter -r 600 /var/spool/cups/tmp/1005b065c70038 -
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: Started filter pdftops (PID 1050039)
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: pdftopdf (PID 1050033) exited with no errors.
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: pdftopdf (PID 1050033) exited with no errors.", current level=INFO
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: universal completed with status 0.
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-progress event...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: Started filter pstops (PID 1050040)
D [04/Feb/2024:15:17:50 +0100] [Job 90] Page = 595x842; 12,12 to 583,830
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: slow_collate=0, slow_duplex=0, slow_order=0
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: universal (PID 1050031) exited with no errors.
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: universal (PID 1050031) exited with no errors.", current level=INFO
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-progress event...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: Before copy_comments - %!PS-Adobe-3.0
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: %!PS-Adobe-3.0
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: %Produced by poppler pdftops version: 24.01.0 (http://poppler.freedesktop.org)
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: %%LanguageLevel: 2
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: %%DocumentSuppliedResources: (atend)
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: %%DocumentMedia: A4 595 842 0 () ()
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: %%BoundingBox: 0 0 596 842
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: %%Pages: 1
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: %%EndComments
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: Before copy_prolog - %%BeginProlog
D [04/Feb/2024:15:17:50 +0100] [Job 90] Resolved as \"socket://BRN008092C3427A.local:9100/\"...
D [04/Feb/2024:15:17:50 +0100] [Job 90] STATE: -connecting-to-device,offline-report
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Executing backend \"/usr/lib/cups/backend/socket\"...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: Before copy_setup - %%BeginSetup
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: Before page loop - %%Page: 1 1
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: Copying page 1...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: pagew = 571.0, pagel = 818.0
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: PageLeft = 12.0, PageRight = 583.0
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: PageTop = 830.0, PageBottom = 12.0
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: PageWidth = 595.0, PageLength = 842.0
D [04/Feb/2024:15:17:50 +0100] [Job 90] STATE: +connecting-to-device
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Looking up \"BRN008092C3427A.local\"...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPSToPS: Wrote 1 pages...
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: PID 1050039 (pdftops) exited with no errors.
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: PID 1050040 (pstops) exited with no errors.
D [04/Feb/2024:15:17:50 +0100] [Job 90] ppdFilterPDFToPS: Closing files ...
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: pdftops completed with status 0.
D [04/Feb/2024:15:17:50 +0100] [Job 90] cfFilterChain: pdftops (PID 1050032) exited with no errors.
D [04/Feb/2024:15:17:50 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:50 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:50 +0100] [Job 90] Set job-printer-state-message to "cfFilterChain: pdftops (PID 1050032) exited with no errors.", current level=INFO
D [04/Feb/2024:15:17:50 +0100] Discarding unused job-progress event...
D [04/Feb/2024:15:17:50 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:50 +0100] [Job 90] PID 1050008 (/usr/lib/cups/filter/universal) exited with no errors.
D [04/Feb/2024:15:17:51 +0100] [Job 90] PID 1050009 (/usr/lib/cups/filter/brother_lpdwrapper_DCP7055W) exited with no errors.
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -connecting-to-device
D [04/Feb/2024:15:17:55 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:55 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [04/Feb/2024:15:17:55 +0100] [Job 90] BRN008092C3427A.local=192.168.1.83
D [04/Feb/2024:15:17:55 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:55 +0100] [Job 90] ATTR: marker-colors=#000000,#000000
D [04/Feb/2024:15:17:55 +0100] cupsdMarkDirty(P----)
D [04/Feb/2024:15:17:55 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:55 +0100] [Job 90] ATTR: marker-names=\'\"Black Toner Cartridge\"\',\'\"Drum Unit\"\'
D [04/Feb/2024:15:17:55 +0100] cupsdMarkDirty(P----)
D [04/Feb/2024:15:17:55 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:55 +0100] [Job 90] ATTR: marker-types=toner,opc
D [04/Feb/2024:15:17:55 +0100] cupsdMarkDirty(P----)
D [04/Feb/2024:15:17:55 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:55 +0100] [Job 90] ATTR: marker-levels=-1,79
D [04/Feb/2024:15:17:55 +0100] cupsdMarkDirty(P----)
D [04/Feb/2024:15:17:55 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:55 +0100] [Job 90] new_supply_state=0, change_state=ffff
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -developer-low-report
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -developer-empty-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -marker-supply-low-report
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -marker-supply-empty-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -opc-near-eol-report
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -opc-life-over-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -toner-low-report
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -toner-empty-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -waste-receptacle-almost-full-report
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -waste-receptacle-full-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -cleaner-life-almost-over-report
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -cleaner-life-over-warning
D [04/Feb/2024:15:17:55 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:55 +0100] [Job 90] new_state=0, change_state=ffff
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -media-empty-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -door-open-report
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -media-jam-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -input-tray-missing-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -output-tray-missing-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -marker-supply-missing-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -output-area-almost-full-report
D [04/Feb/2024:15:17:55 +0100] [Job 90] STATE: -output-area-full-warning
D [04/Feb/2024:15:17:55 +0100] [Job 90] backendWaitLoop(snmp_fd=5, addr=0x609fa8263e48, side_cb=0x609fa6c614f0)
D [04/Feb/2024:15:17:55 +0100] [Job 90] PID 1050010 (/usr/lib/cups/backend/dnssd) exited with no errors.
D [04/Feb/2024:15:17:55 +0100] [Job 90] time-at-completed=1707056275
D [04/Feb/2024:15:17:55 +0100] Discarding unused job-completed event...
I [04/Feb/2024:15:17:55 +0100] [Job 90] Job completed.
D [04/Feb/2024:15:17:55 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:55 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:55 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:55 +0100] Discarding unused printer-state-changed event...
D [04/Feb/2024:15:17:55 +0100] cupsdMarkDirty(---J-)
D [04/Feb/2024:15:17:55 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [04/Feb/2024:15:17:56 +0100] [Job 90] Unloading...Does anyone have advice on what I can still do to print from my Arch system?
Last edited by owl2 (2024-02-25 13:43:06)
Offline
Have you tried adding the printer through the CUPS web interface using IPP Everywhere (driverless) instead of using CUPS filters? If your Avahi settings are correct, you should see your printer name under the Discovered Printer section above the various protocols.
Offline
When I select to "add a printer", under the Administration tab of the CUPS web interface, the following list appears next to the "discovered network printers" section: (I took the HTML values of each option, since these show more info):
"dnssd://Brother%20DCP-7055W._pdl-datastream._tcp.local/"
"dnssd://Brother%20DCP-7055W%20%40%20armstrong._ipp._tcp.local/cups?uuid=95bb2689-7925-3d4d-6013-ef3b9b8dfe90
"dnssd://Brother_DCP-7055W%20%40%20armstrong._ipp._tcp.local/cups?uuid=dacd0d4a-bdd8-3525-5190-907e03549951|Brother Brother DCP-7055W series"
"dnssd://HP%20Color%20LaserJet%20MFP%20M476dw%20%40%20armstrong._ipp._tcp.local/cups?uuid=4e865cd7-91a5-3b81-597d-a1bd69162b89|Color Color LaserJet MFP M476dw"
"lpd://o2.box/BINARY_P1|Brother DCP-7055W"
Those are the same values I get from `lpinfo -v` by the way:
lpinfo -v
network ipp
network http
network https
network beh
network ipps
network lpd
network socket
network smb
network dnssd://Brother%20DCP-7055W._pdl-datastream._tcp.local/
network dnssd://Brother%20DCP-7055W%20%40%20armstrong._ipp._tcp.local/cups?uuid=95bb2689-7925-3d4d-6013-ef3b9b8dfe90
network dnssd://Brother_DCP-7055W%20%40%20armstrong._ipp._tcp.local/cups?uuid=dacd0d4a-bdd8-3525-5190-907e03549951
network dnssd://HP%20Color%20LaserJet%20MFP%20M476dw%20%40%20armstrong._ipp._tcp.local/cups?uuid=4e865cd7-91a5-3b81-597d-a1bd69162b89
network lpd://o2.box/BINARY_P1(you might notice some differences with the first post in this thread, since I tried several more things).
Number 4 is a printer at the work place. Works fine.
The 5th one I don't understand, since the printer is not hooked up with a USB cable to the local router (from the German ISP "O2"). Maybe it autorecognized something on the network, as my wife (using MacOS) has no problems to use the printer.
When I select the ipp option in the "Other network printers" and enter the IP address the printer tells me with the ipp:// protocol prefix, I can add it alright, but when I send it a test job, it simply reports "job completed".
Any other thoughts? Willing to try anything. :-)
Offline
I just installed the brlaser driver from the AUR and followed along with this Medium blog post:
1. install the brlaser driver (Brother DCP-7055W is listed on its GitHub page explicitly)
2. restarted the CUPS service
3. Added a printer (took the one that was detected dnssd://Brother%20DCP-7055W._pdl-datastream._tcp.local/) and selected the "Brother" make and then found the DCP-7055W brlaser driver in the list.
Test page came out fine. Today I'm a happy camper.
Offline