You are not logged in.
I can't print using my RICOH_SP_C260DNw printer (I can on another arch install). I'm getting the following error in my cups error log:
RICOH_SP_C260DNw: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directoryAny tips?
Tom
Last edited by anthillsocial (2020-05-13 14:00:24)
Offline
It needs to be rebuilt against the new qpdf
Online
what needs to be rebuilt?
Cups? or the driver?
Offline
It seems something has to be rebuilt after the extra/qpdf update. What’s the version of your extra/cups-filters?
--- edit: oh, Scimmia was faster. ![]()
Last edited by mpan (2020-05-12 16:30:22)
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
It seems something has to be rebuilt after the extra/qpdf update. What’s the version of your extra/cups-filters?
--- edit: oh, Scimmia was faster.
Cheers
pacman -Q cups-filters: 1.27.4-1
Offline
Do you have any packages related to cups that you’ve built yourself? I do not have a Ricoh printer myself to test, but I see Arch Wiki mentions Ricoh requires special stuff. Since those are things you built yourself, you must rebuild them when dependencies are changed (which is what Scimmia has said).
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
I built "ricoh-sp-c260series-ppd" using trizen. I also just rebuilt it and the error is still there...
Offline
Consider building it the normal way. I do not know what trizen does.
If that doesn’t help, install community/pacman-contrib, use pactree to find what depends on qpdf (the --reverse option) and rebuild the things that were built by you.
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
I'm not sure what I'm looking for exactly but this is the output of:
pactree qpdf
$ pactree qpdf
qpdf
├─libjpeg-turbo
├─zlib
│ └─glibc
│ ├─linux-api-headers provides linux-api-headers>=4.10
│ ├─tzdata
│ └─filesystem
│ └─iana-etc
└─gnutls
├─gcc-libs
│ └─glibc provides glibc>=2.27
├─libtasn1
│ └─glibc
├─readline
│ ├─glibc
│ ├─ncurses
│ │ ├─glibc
│ │ └─gcc-libs
│ └─ncurses provides libncursesw.so=6-64
├─zlib
├─nettle
│ └─gmp
│ ├─gcc-libs
│ └─bash provides sh
│ ├─readline provides readline>=7.0
│ ├─glibc
│ └─ncurses
├─p11-kit
│ ├─libp11-kit provides libp11-kit=0.23.20-5
│ │ ├─glibc
│ │ ├─libtasn1
│ │ └─libffi
│ │ └─glibc
│ ├─coreutils
│ │ ├─glibc
│ │ ├─acl
│ │ │ └─attr
│ │ │ └─glibc
│ │ ├─attr
│ │ ├─gmp
│ │ ├─libcap
│ │ │ ├─glibc
│ │ │ └─attr
│ │ └─openssl
│ │ └─perl
│ │ ├─gdbm provides gdbm>=1.17
│ │ │ ├─glibc
│ │ │ └─bash provides sh
│ │ ├─db
│ │ │ ├─gcc-libs
│ │ │ └─bash provides sh
│ │ └─glibc
│ ├─libp11-kit provides libp11-kit.so=0-64
│ └─systemd-libs provides libsystemd.so=0-64
│ ├─glibc
│ ├─libcap
│ ├─libgcrypt
│ │ └─libgpg-error
│ │ ├─glibc
│ │ └─bash provides sh
│ ├─lz4
│ │ └─glibc
│ └─xz
│ └─bash provides sh
├─libidn2
│ └─libunistring
│ └─glibc
├─libidn2 provides libidn2.so=0-64
└─libunistringOffline
the --reverse option
Online
And here is my latest cups error log after trying to print:
D [13/May/2020:14:29:23 +0100] [Job 24] printer-state=3(idle)
D [13/May/2020:14:29:23 +0100] [Job 24] printer-state-message="Waiting for printer to finish."
D [13/May/2020:14:29:23 +0100] [Job 24] printer-state-reasons=none
E [13/May/2020:14:35:30 +0100] [Job 25] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [13/May/2020:14:35:30 +0100] [Job 25] The following messages were recorded from 14:35:29 to 14:35:30
D [13/May/2020:14:35:30 +0100] [Job 25] Applying default options...
D [13/May/2020:14:35:30 +0100] [Job 25] Adding start banner page "none".
D [13/May/2020:14:35:30 +0100] [Job 25] Adding end banner page "none".
D [13/May/2020:14:35:30 +0100] [Job 25] File of type application/vnd.cups-pdf-banner queued by "anonymous".
D [13/May/2020:14:35:30 +0100] [Job 25] hold_until=0
D [13/May/2020:14:35:30 +0100] [Job 25] Queued on "RICOH_SP_C260DNw" by "anonymous".
D [13/May/2020:14:35:30 +0100] [Job 25] time-at-processing=1589376929
D [13/May/2020:14:35:30 +0100] [Job 25] 4 filters for job:
D [13/May/2020:14:35:30 +0100] [Job 25] bannertopdf (application/vnd.cups-pdf-banner to application/pdf, cost 32)
D [13/May/2020:14:35:30 +0100] [Job 25] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [13/May/2020:14:35:30 +0100] [Job 25] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [13/May/2020:14:35:30 +0100] [Job 25] rastertoricoh260 (application/vnd.cups-raster to printer/RICOH_SP_C260DNw, cost 0)
D [13/May/2020:14:35:30 +0100] [Job 25] job-sheets=none,none
D [13/May/2020:14:35:30 +0100] [Job 25] argv[0]="RICOH_SP_C260DNw"
D [13/May/2020:14:35:30 +0100] [Job 25] argv[1]="25"
D [13/May/2020:14:35:30 +0100] [Job 25] argv[2]="anonymous"
D [13/May/2020:14:35:30 +0100] [Job 25] argv[3]="Test Page"
D [13/May/2020:14:35:30 +0100] [Job 25] argv[4]="1"
D [13/May/2020:14:35:30 +0100] [Job 25] argv[5]="job-uuid=urn:uuid:2a025515-2f27-35b1-67ed-5dd4828f2781 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1589376929 time-at-processing=1589376929"
D [13/May/2020:14:35:30 +0100] [Job 25] argv[6]="/var/spool/cups/d00025-001"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[7]="CUPS_STATEDIR=/run/cups"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[8]="HOME=/var/spool/cups/tmp"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[10]="SERVER_ADMIN=root@bug"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[11]="SOFTWARE=CUPS/2.3.3"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[13]="USER=root"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[14]="CUPS_MAX_MESSAGE=2047"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[17]="IPP_PORT=631"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[18]="CHARSET=utf-8"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[19]="LANG=en_US.UTF-8"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[20]="PPD=/etc/cups/ppd/RICOH_SP_C260DNw.ppd"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[21]="RIP_MAX_CACHE=128m"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[22]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[23]="DEVICE_URI=socket://192.168.1.78"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[24]="PRINTER_INFO=RICOHcolour"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[25]="PRINTER_LOCATION=Local Printer"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[26]="PRINTER=RICOH_SP_C260DNw"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[27]="PRINTER_STATE_REASONS=none"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[28]="CUPS_FILETYPE=document"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [13/May/2020:14:35:30 +0100] [Job 25] envp[30]="AUTH_I****"
D [13/May/2020:14:35:30 +0100] [Job 25] Started filter /usr/lib/cups/filter/bannertopdf (PID 1908)
D [13/May/2020:14:35:30 +0100] [Job 25] Started filter /usr/lib/cups/filter/pdftopdf (PID 1909)
D [13/May/2020:14:35:30 +0100] [Job 25] Started filter /usr/lib/cups/filter/gstoraster (PID 1910)
D [13/May/2020:14:35:30 +0100] [Job 25] Started filter /usr/lib/cups/filter/rastertoricoh260 (PID 1911)
D [13/May/2020:14:35:30 +0100] [Job 25] Started backend /usr/lib/cups/backend/socket (PID 1912)
D [13/May/2020:14:35:30 +0100] [Job 25] RICOH_SP_C260DNw: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [13/May/2020:14:35:30 +0100] [Job 25] RICOH_SP_C260DNw: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [13/May/2020:14:35:30 +0100] [Job 25] RICOH_SP_C260DNw: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [13/May/2020:14:35:30 +0100] [Job 25] PID 1908 (/usr/lib/cups/filter/bannertopdf) stopped with status 127 (File too large)
D [13/May/2020:14:35:30 +0100] [Job 25] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/May/2020:14:35:30 +0100] [Job 25] PID 1909 (/usr/lib/cups/filter/pdftopdf) stopped with status 127 (File too large)
D [13/May/2020:14:35:30 +0100] [Job 25] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/May/2020:14:35:30 +0100] [Job 25] PID 1910 (/usr/lib/cups/filter/gstoraster) stopped with status 127 (File too large)
D [13/May/2020:14:35:30 +0100] [Job 25] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: +connecting-to-device
D [13/May/2020:14:35:30 +0100] [Job 25] Looking up \"192.168.1.78\"...
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -connecting-to-device
D [13/May/2020:14:35:30 +0100] [Job 25] 192.168.1.78=192.168.1.78
D [13/May/2020:14:35:30 +0100] [Job 25] hrDeviceDesc=\"RICOH SP C260DNw\"
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerColorantValue.1.1 = \"Cyan\"
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerColorantValue.1.2 = \"Magenta\"
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerColorantValue.1.3 = \"Yellow\"
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerColorantValue.1.4 = \"Black\"
D [13/May/2020:14:35:30 +0100] [Job 25] PID 1911 (/usr/lib/cups/filter/rastertoricoh260) exited with no errors.
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerColorantValue.1.5 = \"Other\"
D [13/May/2020:14:35:30 +0100] [Job 25] ATTR: marker-colors=#00FFFF,#FF00FF,#FFFF00,#000000,none
D [13/May/2020:14:35:30 +0100] [Job 25] ATTR: marker-names=\'\"Cyan Cartridge\"\',\'\"Magenta Cartridge\"\',\'\"Yellow Cartridge\"\',\'\"Black Cartridge\"\',\'\"Waste Cartridge\"\'
D [13/May/2020:14:35:30 +0100] [Job 25] ATTR: marker-types=toner,toner,toner,toner,waste-toner
D [13/May/2020:14:35:30 +0100] [Job 25] ATTR: marker-levels=-1,-1,-1,-1,-1
D [13/May/2020:14:35:30 +0100] [Job 25] new_supply_state=0, change_state=ffff
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -developer-low-report
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -developer-empty-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -marker-supply-low-report
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -marker-supply-empty-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -opc-near-eol-report
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -opc-life-over-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -toner-low-report
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -toner-empty-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -waste-receptacle-almost-full-report
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -waste-receptacle-full-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -cleaner-life-almost-over-report
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -cleaner-life-over-warning
D [13/May/2020:14:35:30 +0100] [Job 25] new_state=0, change_state=ffff
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -media-empty-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -door-open-report
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -media-jam-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -input-tray-missing-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -output-tray-missing-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -marker-supply-missing-warning
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -output-area-almost-full-report
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -output-area-full-warning
D [13/May/2020:14:35:30 +0100] [Job 25] backendWaitLoop(snmp_fd=6, addr=0x564e63628b58, side_cb=0x564e63136e60)
D [13/May/2020:14:35:30 +0100] [Job 25] Connecting to 192.168.1.78:9100
D [13/May/2020:14:35:30 +0100] [Job 25] Connecting to printer.
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: -connecting-to-device
D [13/May/2020:14:35:30 +0100] [Job 25] Connected to printer.
D [13/May/2020:14:35:30 +0100] [Job 25] Connected to 192.168.1.78:9100...
D [13/May/2020:14:35:30 +0100] [Job 25] backendRunLoop(print_fd=0, device_fd=7, snmp_fd=6, addr=0x564e63628b58, use_bc=1, side_cb=0x564e63136e60)
D [13/May/2020:14:35:30 +0100] [Job 25] Read 20 bytes of print data...
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.1 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.2 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.3 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.4 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.5 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] ATTR: marker-levels=-1,-1,-1,-1,-1
D [13/May/2020:14:35:30 +0100] [Job 25] new_supply_state=0, change_state=0
D [13/May/2020:14:35:30 +0100] [Job 25] new_state=0, change_state=0
D [13/May/2020:14:35:30 +0100] [Job 25] Wrote 20 bytes of print data...
D [13/May/2020:14:35:30 +0100] [Job 25] STATE: +cups-waiting-for-job-completed
D [13/May/2020:14:35:30 +0100] [Job 25] Waiting for printer to finish.
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.1 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.2 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.3 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.4 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] prtMarkerSuppliesLevel.1.5 = -3
D [13/May/2020:14:35:30 +0100] [Job 25] ATTR: marker-levels=-1,-1,-1,-1,-1
D [13/May/2020:14:35:30 +0100] [Job 25] new_supply_state=0, change_state=0
D [13/May/2020:14:35:30 +0100] [Job 25] new_state=0, change_state=0
D [13/May/2020:14:35:30 +0100] [Job 25] PID 1912 (/usr/lib/cups/backend/socket) exited with no errors.
D [13/May/2020:14:35:30 +0100] [Job 25] End of messages
D [13/May/2020:14:35:30 +0100] [Job 25] printer-state=3(idle)
D [13/May/2020:14:35:30 +0100] [Job 25] printer-state-message="Waiting for printer to finish."
D [13/May/2020:14:35:30 +0100] [Job 25] printer-state-reasons=none
E [13/May/2020:14:47:24 +0100] [Job 26] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [13/May/2020:14:47:24 +0100] [Job 26] The following messages were recorded from 14:47:23 to 14:47:24
D [13/May/2020:14:47:24 +0100] [Job 26] Applying default options...
D [13/May/2020:14:47:24 +0100] [Job 26] Adding start banner page "none".
D [13/May/2020:14:47:24 +0100] [Job 26] Adding end banner page "none".
D [13/May/2020:14:47:24 +0100] [Job 26] File of type application/vnd.cups-pdf-banner queued by "anonymous".
D [13/May/2020:14:47:24 +0100] [Job 26] hold_until=0
D [13/May/2020:14:47:24 +0100] [Job 26] Queued on "RICOH_SP_C260DNw" by "anonymous".
D [13/May/2020:14:47:24 +0100] [Job 26] time-at-processing=1589377643
D [13/May/2020:14:47:24 +0100] [Job 26] 4 filters for job:
D [13/May/2020:14:47:24 +0100] [Job 26] bannertopdf (application/vnd.cups-pdf-banner to application/pdf, cost 32)
D [13/May/2020:14:47:24 +0100] [Job 26] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [13/May/2020:14:47:24 +0100] [Job 26] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [13/May/2020:14:47:24 +0100] [Job 26] rastertoricoh260 (application/vnd.cups-raster to printer/RICOH_SP_C260DNw, cost 0)
D [13/May/2020:14:47:24 +0100] [Job 26] job-sheets=none,none
D [13/May/2020:14:47:24 +0100] [Job 26] argv[0]="RICOH_SP_C260DNw"
D [13/May/2020:14:47:24 +0100] [Job 26] argv[1]="26"
D [13/May/2020:14:47:24 +0100] [Job 26] argv[2]="anonymous"
D [13/May/2020:14:47:24 +0100] [Job 26] argv[3]="Test Page"
D [13/May/2020:14:47:24 +0100] [Job 26] argv[4]="1"
D [13/May/2020:14:47:24 +0100] [Job 26] argv[5]="job-uuid=urn:uuid:5c53af28-0d99-3399-6947-94ee5214a2ef job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1589377643 time-at-processing=1589377643"
D [13/May/2020:14:47:24 +0100] [Job 26] argv[6]="/var/spool/cups/d00026-001"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[7]="CUPS_STATEDIR=/run/cups"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[8]="HOME=/var/spool/cups/tmp"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[10]="SERVER_ADMIN=root@bug"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[11]="SOFTWARE=CUPS/2.3.3"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[13]="USER=root"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[14]="CUPS_MAX_MESSAGE=2047"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[17]="IPP_PORT=631"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[18]="CHARSET=utf-8"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[19]="LANG=en_US.UTF-8"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[20]="PPD=/etc/cups/ppd/RICOH_SP_C260DNw.ppd"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[21]="RIP_MAX_CACHE=128m"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[22]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[23]="DEVICE_URI=socket://192.168.1.78"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[24]="PRINTER_INFO=RICOHcolour"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[25]="PRINTER_LOCATION=Local Printer"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[26]="PRINTER=RICOH_SP_C260DNw"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[27]="PRINTER_STATE_REASONS=none"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[28]="CUPS_FILETYPE=document"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [13/May/2020:14:47:24 +0100] [Job 26] envp[30]="AUTH_I****"
D [13/May/2020:14:47:24 +0100] [Job 26] Started filter /usr/lib/cups/filter/bannertopdf (PID 1950)
D [13/May/2020:14:47:24 +0100] [Job 26] Started filter /usr/lib/cups/filter/pdftopdf (PID 1951)
D [13/May/2020:14:47:24 +0100] [Job 26] Started filter /usr/lib/cups/filter/gstoraster (PID 1952)
D [13/May/2020:14:47:24 +0100] [Job 26] Started filter /usr/lib/cups/filter/rastertoricoh260 (PID 1953)
D [13/May/2020:14:47:24 +0100] [Job 26] Started backend /usr/lib/cups/backend/socket (PID 1954)
D [13/May/2020:14:47:24 +0100] [Job 26] RICOH_SP_C260DNw: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [13/May/2020:14:47:24 +0100] [Job 26] RICOH_SP_C260DNw: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [13/May/2020:14:47:24 +0100] [Job 26] PID 1951 (/usr/lib/cups/filter/pdftopdf) stopped with status 127 (File too large)
D [13/May/2020:14:47:24 +0100] [Job 26] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/May/2020:14:47:24 +0100] [Job 26] PID 1952 (/usr/lib/cups/filter/gstoraster) stopped with status 127 (File too large)
D [13/May/2020:14:47:24 +0100] [Job 26] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/May/2020:14:47:24 +0100] [Job 26] RICOH_SP_C260DNw: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [13/May/2020:14:47:24 +0100] [Job 26] PID 1950 (/usr/lib/cups/filter/bannertopdf) stopped with status 127 (File too large)
D [13/May/2020:14:47:24 +0100] [Job 26] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: +connecting-to-device
D [13/May/2020:14:47:24 +0100] [Job 26] Looking up \"192.168.1.78\"...
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -connecting-to-device
D [13/May/2020:14:47:24 +0100] [Job 26] 192.168.1.78=192.168.1.78
D [13/May/2020:14:47:24 +0100] [Job 26] hrDeviceDesc=\"RICOH SP C260DNw\"
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerColorantValue.1.1 = \"Cyan\"
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerColorantValue.1.2 = \"Magenta\"
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerColorantValue.1.3 = \"Yellow\"
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerColorantValue.1.4 = \"Black\"
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerColorantValue.1.5 = \"Other\"
D [13/May/2020:14:47:24 +0100] [Job 26] ATTR: marker-colors=#00FFFF,#FF00FF,#FFFF00,#000000,none
D [13/May/2020:14:47:24 +0100] [Job 26] ATTR: marker-names=\'\"Cyan Cartridge\"\',\'\"Magenta Cartridge\"\',\'\"Yellow Cartridge\"\',\'\"Black Cartridge\"\',\'\"Waste Cartridge\"\'
D [13/May/2020:14:47:24 +0100] [Job 26] ATTR: marker-types=toner,toner,toner,toner,waste-toner
D [13/May/2020:14:47:24 +0100] [Job 26] ATTR: marker-levels=-1,-1,-1,-1,-1
D [13/May/2020:14:47:24 +0100] [Job 26] new_supply_state=0, change_state=ffff
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -developer-low-report
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -developer-empty-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -marker-supply-low-report
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -marker-supply-empty-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -opc-near-eol-report
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -opc-life-over-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -toner-low-report
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -toner-empty-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -waste-receptacle-almost-full-report
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -waste-receptacle-full-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -cleaner-life-almost-over-report
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -cleaner-life-over-warning
D [13/May/2020:14:47:24 +0100] [Job 26] new_state=0, change_state=ffff
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -media-empty-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -door-open-report
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -media-jam-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -input-tray-missing-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -output-tray-missing-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -marker-supply-missing-warning
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -output-area-almost-full-report
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -output-area-full-warning
D [13/May/2020:14:47:24 +0100] [Job 26] backendWaitLoop(snmp_fd=6, addr=0x5593824bbb58, side_cb=0x559381143e60)
D [13/May/2020:14:47:24 +0100] [Job 26] Connecting to 192.168.1.78:9100
D [13/May/2020:14:47:24 +0100] [Job 26] PID 1953 (/usr/lib/cups/filter/rastertoricoh260) exited with no errors.
D [13/May/2020:14:47:24 +0100] [Job 26] Connecting to printer.
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: -connecting-to-device
D [13/May/2020:14:47:24 +0100] [Job 26] Connected to printer.
D [13/May/2020:14:47:24 +0100] [Job 26] Connected to 192.168.1.78:9100...
D [13/May/2020:14:47:24 +0100] [Job 26] backendRunLoop(print_fd=0, device_fd=7, snmp_fd=6, addr=0x5593824bbb58, use_bc=1, side_cb=0x559381143e60)
D [13/May/2020:14:47:24 +0100] [Job 26] Read 224 bytes of print data...
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.1 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.2 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.3 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.4 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.5 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] ATTR: marker-levels=-1,-1,-1,-1,-1
D [13/May/2020:14:47:24 +0100] [Job 26] new_supply_state=0, change_state=0
D [13/May/2020:14:47:24 +0100] [Job 26] new_state=0, change_state=0
D [13/May/2020:14:47:24 +0100] [Job 26] Wrote 224 bytes of print data...
D [13/May/2020:14:47:24 +0100] [Job 26] STATE: +cups-waiting-for-job-completed
D [13/May/2020:14:47:24 +0100] [Job 26] Waiting for printer to finish.
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.1 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.2 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.3 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.4 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] prtMarkerSuppliesLevel.1.5 = -3
D [13/May/2020:14:47:24 +0100] [Job 26] ATTR: marker-levels=-1,-1,-1,-1,-1
D [13/May/2020:14:47:24 +0100] [Job 26] new_supply_state=0, change_state=0
D [13/May/2020:14:47:24 +0100] [Job 26] new_state=0, change_state=0
D [13/May/2020:14:47:24 +0100] [Job 26] PID 1954 (/usr/lib/cups/backend/socket) exited with no errors.
D [13/May/2020:14:47:24 +0100] [Job 26] End of messages
D [13/May/2020:14:47:24 +0100] [Job 26] printer-state=3(idle)
D [13/May/2020:14:47:24 +0100] [Job 26] printer-state-message="Waiting for printer to finish."
D [13/May/2020:14:47:24 +0100] [Job 26] printer-state-reasons=noneOffline
pactree --reverse qpdf
qpdf
└─cups-filters
└─cups
├─cups-pdf
├─ricoh-sp-c260series-ppd
└─turboprintOffline
So I rebuilt turboprint and all is working!!
Thanks everybody - I learnt a little more on my linux journey:)
Offline
pacman -Q qpdf cups cups-filters cups-pdf
Did you btw. restart cups or reboot after the qpdf update?
Last edited by seth (2020-05-13 14:01:10)
Online
pacman -Q qpdf cups cups-filters cups-pdf
Did you btw. restart cups or reboot after the qpdf update?
Yes I did reboot. It was rebuilding turboprint that fixed the issue - I think you may have missed my last reply.
Offline
Yes, thus the edit ;-)
Online