LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-14-2018, 12:05 PM   #16
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656

Maybe have a look at this topic. You may be running into the same segfault issue chrisVV was. That was fixed by applying this patch that ponce found and reported in that thread. It seems to have fixed chrisVV's issue.
 
Old 09-15-2018, 02:45 AM   #17
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
It is still impossible to print with the new hplip-3.18.7-x86_64-3

I come back again to hplip-3.18.6 which works
 
Old 09-15-2018, 05:34 AM   #18
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Toutatis --

Cups default ErrorPolicy ( stop-printer ) is annoying, especially for a Business Environment where people are printing all day ...

Something we do on all our systems is set all instances of ErrorPolicy to retry-job:
Code:
1. /etc/rc.d/rc.cups stop       # IMPORTANT !  otherwise cups will overwrite all the following edits !
2. edit /etc/cups/cupsd.conf    # replace ErrorPolicy stop-printer with ErrorPolicy retry-job ; save and exit

3. edit /etc/cups/printers.conf # for each printer:  replace ErrorPolicy stop-printer with ErrorPolicy retry-job ; save and exit
4. /etc/rc.d/rc.cups start
I know this can be done in the Your Cups WebApp Interface but it is MUCH quicker from the commandline, especially when you've got 10's of printers to fix.

OBTW...Q: does anyone know how to enable cups to allow initial connections via the https protocol instead of http ?

Anyhow ... HTH.

-- kjh
 
1 members found this post helpful.
Old 09-15-2018, 05:47 AM   #19
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
@kjhambrick

this does not work. The error log :


Quote:
E [15/Sep/2018:12:39:50 +0200] [Job 180] Job stopped due to filter errors; please consult the error_log file for details.
D [15/Sep/2018:12:39:50 +0200] [Job 180] The following messages were recorded from 12:39:50 to 12:39:50
D [15/Sep/2018:12:39:50 +0200] [Job 180] Applying default options...
D [15/Sep/2018:12:39:50 +0200] [Job 180] Adding start banner page "none".
D [15/Sep/2018:12:39:50 +0200] [Job 180] Queued on "HP_LaserJet_Professional_P1102" by "jmdr".
D [15/Sep/2018:12:39:50 +0200] [Job 180] Auto-typing file...
D [15/Sep/2018:12:39:50 +0200] [Job 180] Request file type is application/postscript.
D [15/Sep/2018:12:39:50 +0200] [Job 180] File of type application/postscript queued by "jmdr".
D [15/Sep/2018:12:39:50 +0200] [Job 180] Adding end banner page "none".
D [15/Sep/2018:12:39:50 +0200] [Job 180] time-at-processing=1537007990
D [15/Sep/2018:12:39:50 +0200] [Job 180] 4 filters for job:
D [15/Sep/2018:12:39:50 +0200] [Job 180] gstopdf (application/postscript to application/pdf, cost 0)
D [15/Sep/2018:12:39:50 +0200] [Job 180] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [15/Sep/2018:12:39:50 +0200] [Job 180] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [15/Sep/2018:12:39:50 +0200] [Job 180] hpcups (application/vnd.cups-raster to printer/HP_LaserJet_Professional_P1102, cost 0)
D [15/Sep/2018:12:39:50 +0200] [Job 180] job-sheets=none,none
D [15/Sep/2018:12:39:50 +0200] [Job 180] Mapping media to Pagesize=Letter
D [15/Sep/2018:12:39:50 +0200] [Job 180] After mapping finishings PageSize=Letter
D [15/Sep/2018:12:39:50 +0200] [Job 180] argv[0]="HP_LaserJet_Professional_P1102"
D [15/Sep/2018:12:39:50 +0200] [Job 180] argv[1]="180"
D [15/Sep/2018:12:39:50 +0200] [Job 180] argv[2]="jmdr"
D [15/Sep/2018:12:39:50 +0200] [Job 180] argv[3]="PARES.pdf"
D [15/Sep/2018:12:39:50 +0200] [Job 180] argv[4]="1"
D [15/Sep/2018:12:39:50 +0200] [Job 180] argv[5]="Collate finishings=3 fit-to-page job-billing media=Letter number-up=1 number-up-layout=lrtb outputorder=normal page-bottom=16 page-left=18 page-right=18 page-top=16 portrait sides=one-sided job-uuid=urn:uuid:d7806833-bba7-304d-5992-93c24c6e54a8 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1537007990 time-at-processing=1537007990 document-name-supplied=okular_VcpfVV.ps PageSize=Letter"
D [15/Sep/2018:12:39:50 +0200] [Job 180] argv[6]="/var/spool/cups/d00180-001"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[2]="CUPS_DOCROOT=/usr/share/doc/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[5]="CUPS_SERVERBIN=/usr/lib64/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[8]="HOME=/var/spool/cups/tmp"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[9]="PATH=/usr/lib64/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[10]="SERVER_ADMIN=root@Minerve.Minerve"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[11]="SOFTWARE=CUPS/2.2.8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[13]="USER=root"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[14]="CUPS_MAX_MESSAGE=2047"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[17]="IPP_PORT=631"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[18]="CHARSET=utf-8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[19]="LANG=fr_FR.UTF-8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1102.ppd"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[21]="RIP_MAX_CACHE=128m"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[22]="CONTENT_TYPE=application/postscript"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[23]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1102?serial=000000000Q8717MXPR1a"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[24]="PRINTER_INFO=HP LaserJet Professional P1102"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[25]="PRINTER_LOCATION="
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[26]="PRINTER=HP_LaserJet_Professional_P1102"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[27]="PRINTER_STATE_REASONS=none"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[28]="CUPS_FILETYPE=document"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[30]="AUTH_I****"
D [15/Sep/2018:12:39:50 +0200] [Job 180] Started filter /usr/lib64/cups/filter/gstopdf (PID 17659)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Started filter /usr/lib64/cups/filter/pdftopdf (PID 17660)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Started filter /usr/lib64/cups/filter/gstoraster (PID 17661)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Started filter /usr/lib64/cups/filter/hpcups (PID 17662)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Started backend /usr/lib64/cups/backend/hp (PID 17663)
D [15/Sep/2018:12:39:50 +0200] [Job 180] HP_LaserJet_Professional_P1102: error while loading shared libraries: libImageProcessor.so: cannot open shared object file: No such file or directory
D [15/Sep/2018:12:39:50 +0200] [Job 180] PID 17662 (/usr/lib64/cups/filter/hpcups) stopped with status 127 (File too large)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Hint: Try setting the LogLevel to "debug" to find out more.
D [15/Sep/2018:12:39:50 +0200] [Job 180] prnt/backend/hp.c 919: ERROR: null print job total=0
D [15/Sep/2018:12:39:50 +0200] [Job 180] gstopdf argv[6] = 180 jmdr PARES.pdf 1 Collate finishings=3 fit-to-page job-billing media=Letter number-up=1 number-up-layout=lrtb outputorder=normal page-bottom=16 page-left=18 page-right=18 page-top=16 portrait sides=one-sided job-uuid=urn:uuid:d7806833-bba7-304d-5992-93c24c6e54a8 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1537007990 time-at-processing=1537007990 document-name-supplied=okular_VcpfVV.ps PageSize=Letter /var/spool/cups/d00180-001
D [15/Sep/2018:12:39:50 +0200] [Job 180] PPD: /etc/cups/ppd/HP_LaserJet_Professional_P1102.ppd
D [15/Sep/2018:12:39:50 +0200] [Job 180] PID 17663 (/usr/lib64/cups/backend/hp) exited with no errors.
D [15/Sep/2018:12:39:50 +0200] [Job 180] OUTFORMAT="(null)", so output format will be CUPS/PWG Raster
D [15/Sep/2018:12:39:50 +0200] [Job 180] OUTFORMAT="PDF", so output format will be PDF
D [15/Sep/2018:12:39:50 +0200] [Job 180] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [15/Sep/2018:12:39:50 +0200] [Job 180] Color Manager: Calibration Mode/Off
D [15/Sep/2018:12:39:50 +0200] [Job 180] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1102)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [15/Sep/2018:12:39:50 +0200] [Job 180] Failed to get find device cups-HP_LaserJet_Professional_P1102
D [15/Sep/2018:12:39:50 +0200] [Job 180] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1102)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [15/Sep/2018:12:39:50 +0200] [Job 180] Failed to get device cups-HP_LaserJet_Professional_P1102
D [15/Sep/2018:12:39:50 +0200] [Job 180] Color Manager: no profiles specified in PPD
D [15/Sep/2018:12:39:50 +0200] [Job 180] Color Manager: ICC Profile: None
D [15/Sep/2018:12:39:50 +0200] [Job 180] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [15/Sep/2018:12:39:50 +0200] [Job 180] Ghostscript command line: gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoRotatePages=/None -dAutoFilterColorImages=false -dNOPLATFONTS -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/printer -dColorConversionStrategy=/LeaveColorUnchanged -r600x600 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -I/usr/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[0]="OUTFORMAT=PDF"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[1]="CUPS_DOCROOT=/usr/share/doc/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[2]="CUPS_CACHEDIR=/var/cache/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[3]="LANG=fr_FR.UTF-8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[4]="CUPS_ENCRYPTION=IfRequested"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[5]="PRINTER_INFO=HP LaserJet Professional P1102"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[6]="CUPS_FILETYPE=document"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[7]="CUPS_REQUESTROOT=/var/spool/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[8]="SERVER_ADMIN=root@Minerve.Minerve"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[9]="CUPS_SERVERBIN=/usr/lib64/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[10]="CUPS_MAX_MESSAGE=2047"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[11]="USER=root"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[12]="CUPS_DATADIR=/usr/share/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[13]="PWD=/"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[14]="HOME=/var/spool/cups/tmp"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[15]="PRINTER_LOCATION="
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[16]="RIP_MAX_CACHE=128m"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[17]="CONTENT_TYPE=application/postscript"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[18]="CHARSET=utf-8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[19]="IPP_PORT=631"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[20]="TMPDIR=/var/spool/cups/tmp"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[21]="CUPS_STATEDIR=/var/run/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[22]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[23]="CUPS_SERVERROOT=/etc/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[24]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1102.ppd"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[25]="SOFTWARE=CUPS/2.2.8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[26]="CUPS_SERVER=/var/run/cups/cups.sock"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[27]="SHLVL=1"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[28]="PRINTER=HP_LaserJet_Professional_P1102"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[30]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1102?serial=000000000Q8717MXPR1a"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[31]="PATH=/usr/lib64/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[32]="AUTH_INFO_REQUIRED=none"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[33]="PRINTER_STATE_REASONS=none"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[34]="_=/usr/lib64/cups/filter/gstoraster"
D [15/Sep/2018:12:39:50 +0200] [Job 180] PID 17659 (/usr/lib64/cups/filter/gstopdf) exited with no errors.
D [15/Sep/2018:12:39:50 +0200] [Job 180] PID 17660 (/usr/lib64/cups/filter/pdftopdf) exited with no errors.
D [15/Sep/2018:12:39:50 +0200] [Job 180] Color Manager: Calibration Mode/Off
D [15/Sep/2018:12:39:50 +0200] [Job 180] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1102)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [15/Sep/2018:12:39:50 +0200] [Job 180] Failed to get find device cups-HP_LaserJet_Professional_P1102
D [15/Sep/2018:12:39:50 +0200] [Job 180] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1102)
D [15/Sep/2018:12:39:50 +0200] [Job 180] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [15/Sep/2018:12:39:50 +0200] [Job 180] Failed to get device cups-HP_LaserJet_Professional_P1102
D [15/Sep/2018:12:39:50 +0200] [Job 180] Color Manager: no profiles specified in PPD
D [15/Sep/2018:12:39:50 +0200] [Job 180] Color Manager: ICC Profile: None
D [15/Sep/2018:12:39:50 +0200] [Job 180] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [15/Sep/2018:12:39:50 +0200] [Job 180] Ghostscript command line: gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/usr/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[2]="CUPS_DOCROOT=/usr/share/doc/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[5]="CUPS_SERVERBIN=/usr/lib64/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[8]="HOME=/var/spool/cups/tmp"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[9]="PATH=/usr/lib64/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[10]="SERVER_ADMIN=root@Minerve.Minerve"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[11]="SOFTWARE=CUPS/2.2.8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[13]="USER=root"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[14]="CUPS_MAX_MESSAGE=2047"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[17]="IPP_PORT=631"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[18]="CHARSET=utf-8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[19]="LANG=fr_FR.UTF-8"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1102.ppd"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[21]="RIP_MAX_CACHE=128m"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[22]="CONTENT_TYPE=application/postscript"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[23]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1102?serial=000000000Q8717MXPR1a"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[24]="PRINTER_INFO=HP LaserJet Professional P1102"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[25]="PRINTER_LOCATION="
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[26]="PRINTER=HP_LaserJet_Professional_P1102"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[27]="PRINTER_STATE_REASONS=none"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[28]="CUPS_FILETYPE=document"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [15/Sep/2018:12:39:50 +0200] [Job 180] envp[30]="AUTH_INFO_REQUIRED=none"
D [15/Sep/2018:12:39:50 +0200] [Job 180] Start rendering...
D [15/Sep/2018:12:39:50 +0200] [Job 180] Processing page 1...
D [15/Sep/2018:12:39:50 +0200] [Job 180] Error: /ioerror in --showpage--
D [15/Sep/2018:12:39:50 +0200] [Job 180] Operand stack:
D [15/Sep/2018:12:39:50 +0200] [Job 180] true (/var/spool/cups/tmp/gs_3aUvcV) --nostringval-- 1 true
D [15/Sep/2018:12:39:50 +0200] [Job 180] Execution stack:
D [15/Sep/2018:12:39:50 +0200] [Job 180] %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 2015 2 3 %oparray_pop 2014 2 3 %oparray_pop 1998 2 3 %oparray_pop --nostringval-- --nostringval-- --nostringval-- 2 1 1 --nostringval-- %for_pos_int_continue --nostringval-- --nostringval-- 1890 3 9 %oparray_pop --nostringval-- --nostringval--
D [15/Sep/2018:12:39:50 +0200] [Job 180] Dictionary stack:
D [15/Sep/2018:12:39:50 +0200] [Job 180] --dict:982/1684(ro)(G)-- --dict:1/20(G)-- --dict:83/200(L)-- --dict:83/200(L)-- --dict:133/256(ro)(G)-- --dict:311/450(ro)(G)-- --dict:33/64(L)-- --dict:6/9(L)-- --dict:6/20(L)--
D [15/Sep/2018:12:39:50 +0200] [Job 180] Current allocation mode is local
D [15/Sep/2018:12:39:50 +0200] [Job 180] Last OS error: Broken pipe
D [15/Sep/2018:12:39:50 +0200] [Job 180] GPL Ghostscript 9.25: Unrecoverable error, exit code 1
D [15/Sep/2018:12:39:50 +0200] [Job 180] Rendering completed
D [15/Sep/2018:12:39:50 +0200] [Job 180] PID 17661 (/usr/lib64/cups/filter/gstoraster) stopped with status 1.
D [15/Sep/2018:12:39:50 +0200] [Job 180] Hint: Try setting the LogLevel to "debug" to find out more.
D [15/Sep/2018:12:39:50 +0200] [Job 180] End of messages
D [15/Sep/2018:12:39:50 +0200] [Job 180] printer-state=3(idle)
D [15/Sep/2018:12:39:50 +0200] [Job 180] printer-state-message="Rendering completed"
D [15/Sep/2018:12:39:50 +0200] [Job 180] printer-state-reasons=none
 
Old 09-15-2018, 06:00 AM   #20
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Toutatis --

You're correct.

The cups ErrorPolicy won't fix the ghostscript error that you posted ...

We set ErrorPolicy retry-job for working printers for when they run out of paper -or- jam -or- do whatever they do so that when the physical printer issue is addressed, then all the queued print jobs will start printing automatically without having log in as root to run: cupsenable <<FormerlyBorkedPrinter>>

Getting our Customer's printers to work is sometimes quite a trick

-- kjh

Code:
D [15/Sep/2018:12:39:50 +0200] [Job 180] Start rendering...
D [15/Sep/2018:12:39:50 +0200] [Job 180] Processing page 1...
D [15/Sep/2018:12:39:50 +0200] [Job 180] Error: /ioerror in --showpage--
D [15/Sep/2018:12:39:50 +0200] [Job 180] Operand stack:
D [15/Sep/2018:12:39:50 +0200] [Job 180] true (/var/spool/cups/tmp/gs_3aUvcV) --nostringval-- 1 true
D [15/Sep/2018:12:39:50 +0200] [Job 180] Execution stack:
D [15/Sep/2018:12:39:50 +0200] [Job 180] %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 2015 2 3 %oparray_pop 2014 2 3 %oparray_pop 1998 2 3 %oparray_pop --nostringval-- --nostringval-- --nostringval-- 2 1 1 --nostringval-- %for_pos_int_continue --nostringval-- --nostringval-- 1890 3 9 %oparray_pop --nostringval-- --nostringval--
D [15/Sep/2018:12:39:50 +0200] [Job 180] Dictionary stack:
D [15/Sep/2018:12:39:50 +0200] [Job 180] --dict:982/1684(ro)(G)-- --dict:1/20(G)-- --dict:83/200(L)-- --dict:83/200(L)-- --dict:133/256(ro)(G)-- --dict:311/450(ro)(G)-- --dict:33/64(L)-- --dict:6/9(L)-- --dict:6/20(L)--
D [15/Sep/2018:12:39:50 +0200] [Job 180] Current allocation mode is local
D [15/Sep/2018:12:39:50 +0200] [Job 180] Last OS error: Broken pipe
D [15/Sep/2018:12:39:50 +0200] [Job 180] GPL Ghostscript 9.25: Unrecoverable error, exit code 1
D [15/Sep/2018:12:39:50 +0200] [Job 180] Rendering completed
 
Old 09-16-2018, 01:44 AM   #21
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Original Poster
Rep: Reputation: Disabled
Now I can print with the new hplip-3.18.7-x86_64-4
 
3 members found this post helpful.
Old 09-16-2018, 04:07 AM   #22
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Quote:
Originally Posted by Toutatis View Post
Now I can print with the new hplip-3.18.7-x86_64-4
Thanks for the update, Toutatis !

-- kjh

P.S. And thanks to ponce and the team for the fix for hplip ( now I can update my Wife's 14.2 +current laptop )

Code:
Sat Sep 15 21:19:23 UTC 2018
<<snip>>
ap/hplip-3.18.7-x86_64-4.txz:  Rebuilt.
  Applied fixed patch - this has a better chance of working now. I've checked
  and hpcups no longer links to libImageProcessor. Which, by the way, the
  previous build dumped onto my main system (not even in "make install"),
  but not into the package itself. I no longer own an HP printer and will
  never buy another one, so if there are any remaining problems please report.
  Thanks to Matteo Bernardini.
<<snip>>

Last edited by kjhambrick; 09-16-2018 at 04:14 AM. Reason: append the -current ChangeLog entry
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Printer problems, can't find a printer that is attached to a windows network. ahalfapint Linux - Networking 2 04-12-2006 04:29 PM
printer problems ungua Linux - Hardware 10 06-12-2005 06:51 AM
Printer Problems svoltmer Linux - Hardware 5 10-07-2004 03:50 AM
Problems with printer snakeo2 Linux - Newbie 8 04-26-2004 05:21 PM
Printer Problems tied2 Linux - Newbie 1 06-15-2002 07:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration