LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-11-2019, 06:11 AM   #1
byebyemrgates
Member
 
Registered: Nov 2017
Location: Blue Mountains, Australia!
Distribution: Mint 20, Ubuntu 20
Posts: 164

Rep: Reputation: Disabled
Usb printer stops printing after one job


Hi there! I described my journey installing Epso Acculaser with Linux Mint 19 in my previous post https://www.linuxquestions.org/quest...39#post6035139

I still have an issue a weird intermittent one.
I can clear it by restarting the printer, but it re-appears after one or two print jobs, seems like mostly PDF.
I can't exactly work out when it occurs. I might be able to print; then if I print from PDF file, I might be able to print one page; then printing another page throws an error with some output in error log; then after that if I send a job to print, it will show in the queue, printer "data" light will flash, but nothing happens as job disappears from queue, and no error message, nothing in log (I have LogLevel for CUPS log set to "error"). I can't seem to print multiple pages from a PDF.
Usually I can print again after restarting printer (actually, just unplugging and re-plugging the USB seems to clear the error) - but only one page of a PDF, then the error is back.Or it might show an error - job just disappears. After that, I can't print at all from any program sometimes.
Perhaps I messed up on installation - please see my other post above. It was quite involved, and I am a TOTAL newbie, even to IT generally...
I had to do things like run "configure" and "make install"; I had to add a few missing libraries including 32 bit; and I ended up moving a bunch of files into usr/bin which somehow allowed me to print - but with this crazy issue...
Attaching error log file (first few lines is error I get restarting cups, not sure if it helps)
Code:
E [11/Sep/2019:20:38:42 +1000] Unknown directive JobPrivateAccess on line 126 of /etc/cups/cupsd.conf.
E [11/Sep/2019:20:38:42 +1000] Unknown directive JobPrivateValues on line 127 of /etc/cups/cupsd.conf.
E [11/Sep/2019:20:38:42 +1000] Unknown directive SubscriptionPrivateAccess on line 128 of /etc/cups/cupsd.conf.
E [11/Sep/2019:20:38:42 +1000] Unknown directive SubscriptionPrivateValues on line 129 of /etc/cups/cupsd.conf.
E [11/Sep/2019:20:41:08 +1000] [Job 200] Job stopped due to filter errors; please consult the error_log file for details.
D [11/Sep/2019:20:41:08 +1000] [Job 200] The following messages were recorded from 20:40:59 to 20:41:08
D [11/Sep/2019:20:41:08 +1000] [Job 200] Applying default options...
D [11/Sep/2019:20:41:08 +1000] [Job 200] Adding start banner page "none".
D [11/Sep/2019:20:41:08 +1000] [Job 200] Adding end banner page "none".
D [11/Sep/2019:20:41:08 +1000] [Job 200] File of type application/pdf queued by "bekor".
D [11/Sep/2019:20:41:08 +1000] [Job 200] hold_until=0
D [11/Sep/2019:20:41:08 +1000] [Job 200] Queued on "EPSON-AL-C1100" by "bekor".
D [11/Sep/2019:20:41:08 +1000] [Job 200] time-at-processing=1568198459
D [11/Sep/2019:20:41:08 +1000] [Job 200] 3 filters for job:
D [11/Sep/2019:20:41:08 +1000] [Job 200] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [11/Sep/2019:20:41:08 +1000] [Job 200] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100)
D [11/Sep/2019:20:41:08 +1000] [Job 200] foomatic-rip (application/vnd.cups-postscript to printer/EPSON-AL-C1100, cost 0)
D [11/Sep/2019:20:41:08 +1000] [Job 200] job-sheets=none,none
D [11/Sep/2019:20:41:08 +1000] [Job 200] argv[0]="EPSON-AL-C1100"
D [11/Sep/2019:20:41:08 +1000] [Job 200] argv[1]="200"
D [11/Sep/2019:20:41:08 +1000] [Job 200] argv[2]="bekor"
D [11/Sep/2019:20:41:08 +1000] [Job 200] argv[3]="Transfer receipt.pdf"
D [11/Sep/2019:20:41:08 +1000] [Job 200] argv[4]="1"
D [11/Sep/2019:20:41:08 +1000] [Job 200] argv[5]="number-up=1 noCollate TonerSave=Default PageSize=A4 Duplex=DuplexNoTumble Resolution=300dpi InputSlot=autoselection Color=color MediaType=normal job-uuid=urn:uuid:c41f6bbd-23f0-3657-52da-38efd4632a67 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1568198459 time-at-processing=1568198459"
D [11/Sep/2019:20:41:08 +1000] [Job 200] argv[6]="/var/spool/cups/d00200-001"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[7]="CUPS_STATEDIR=/run/cups"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[8]="HOME=/var/spool/cups/tmp"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[10]="SERVER_ADMIN=root@Linux1"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[11]="SOFTWARE=CUPS/2.2.7"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[13]="USER=root"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[14]="CUPS_MAX_MESSAGE=2047"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[17]="IPP_PORT=631"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[18]="CHARSET=utf-8"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[19]="LANG=en_AU.UTF-8"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[20]="PPD=/etc/cups/ppd/EPSON-AL-C1100.ppd"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[21]="RIP_MAX_CACHE=128m"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[22]="CONTENT_TYPE=application/pdf"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[23]="DEVICE_URI=usb://EPSON/AL-C1100?serial=31PF9FZ12399561123"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[24]="PRINTER_INFO=EPSON AL-C1100"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[25]="PRINTER_LOCATION=Linux1"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[26]="PRINTER=EPSON-AL-C1100"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[27]="PRINTER_STATE_REASONS=none"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[28]="CUPS_FILETYPE=document"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [11/Sep/2019:20:41:08 +1000] [Job 200] envp[30]="AUTH_I****"
D [11/Sep/2019:20:41:08 +1000] [Job 200] Started filter /usr/lib/cups/filter/pdftopdf (PID 9500)
D [11/Sep/2019:20:41:08 +1000] [Job 200] Started filter /usr/lib/cups/filter/pdftops (PID 9501)
D [11/Sep/2019:20:41:08 +1000] [Job 200] Started filter /usr/lib/cups/filter/foomatic-rip (PID 9502)
D [11/Sep/2019:20:41:08 +1000] [Job 200] Started backend /usr/lib/cups/backend/usb (PID 9503)
D [11/Sep/2019:20:41:08 +1000] [Job 200] pdftops - copying to temp print file \"/tmp/0251d5d848b4c\"
D [11/Sep/2019:20:41:08 +1000] [Job 200] Calling FindDeviceById(cups-EPSON-AL-C1100)
D [11/Sep/2019:20:41:08 +1000] [Job 200] Loading USB quirks from \"/usr/share/cups/usb\".
D [11/Sep/2019:20:41:08 +1000] [Job 200] Loaded 159 quirks.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Printing on printer with URI: usb://EPSON/AL-C1100?serial=31PF9FZ12399561123
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found device /org/freedesktop/ColorManager/devices/cups_EPSON_AL_C1100
D [11/Sep/2019:20:41:08 +1000] [Job 200] Calling org.freedesktop.ColorManager.Device.Get(ProfilingInhibitors)
D [11/Sep/2019:20:41:08 +1000] [Job 200] pdftopdf: Last filter determined by the PPD: foomatic-rip; FINAL_CONTENT_TYPE: application/vnd.cups-postscript => pdftopdf will log pages in page_log.
D [11/Sep/2019:20:41:08 +1000] [Job 200] \'CM Color Calibration\' Mode in SPOOLER-LESS: Off
D [11/Sep/2019:20:41:08 +1000] [Job 200] Getting input from file 
D [11/Sep/2019:20:41:08 +1000] [Job 200] foomatic-rip version 1.20.2 running...
D [11/Sep/2019:20:41:08 +1000] [Job 200] Parsing PPD file ...
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option ColorSpace
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option PageSize
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option ImageableArea
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option PaperDimension
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option MediaType
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option Color
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option Duplex
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option TonerSave
D [11/Sep/2019:20:41:08 +1000] [Job 200] PAGE: 1 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] PAGE: 2 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option Resolution
D [11/Sep/2019:20:41:08 +1000] [Job 200] PAGE: 3 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option InputSlot
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option Collate
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option Copies
D [11/Sep/2019:20:41:08 +1000] [Job 200] libusb_get_device_list=9
D [11/Sep/2019:20:41:08 +1000] [Job 200] STATE: +connecting-to-device
D [11/Sep/2019:20:41:08 +1000] [Job 200] STATE: -connecting-to-device
D [11/Sep/2019:20:41:08 +1000] [Job 200] Printer found with device ID: MFG:EPSON;CMD:EJL,ESCPAGES-03,D4L3;MDL:AL-C1100;CLS:PRINTER;DES:EPSON AL-C1100; Device URI: usb://EPSON/AL-C1100?serial=31PF9FZ12399561123
D [11/Sep/2019:20:41:08 +1000] [Job 200] Device protocol: 2
D [11/Sep/2019:20:41:08 +1000] [Job 200] Sending data to printer.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Set job-printer-state-message to "Sending data to printer.", current level=INFO
D [11/Sep/2019:20:41:08 +1000] [Job 200] Added option Font
D [11/Sep/2019:20:41:08 +1000] [Job 200] Parameter Summary
D [11/Sep/2019:20:41:08 +1000] [Job 200] -----------------
D [11/Sep/2019:20:41:08 +1000] [Job 200] Spooler: cups
D [11/Sep/2019:20:41:08 +1000] [Job 200] Printer: EPSON-AL-C1100
D [11/Sep/2019:20:41:08 +1000] [Job 200] Shell: /bin/sh
D [11/Sep/2019:20:41:08 +1000] [Job 200] PPD file: /etc/cups/ppd/EPSON-AL-C1100.ppd
D [11/Sep/2019:20:41:08 +1000] [Job 200] ATTR file: 
D [11/Sep/2019:20:41:08 +1000] [Job 200] Printer model: EPSON AL-C1100, ESC/PageS Filter
D [11/Sep/2019:20:41:08 +1000] [Job 200] Job title: Transfer receipt.pdf
D [11/Sep/2019:20:41:08 +1000] [Job 200] File(s) to be printed:
D [11/Sep/2019:20:41:08 +1000] [Job 200] <STDIN>
D [11/Sep/2019:20:41:08 +1000] [Job 200] Ghostscript extra search path (\'GS_LIB\'): /usr/share/cups/fonts
D [11/Sep/2019:20:41:08 +1000] [Job 200] Printing system options:
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'number-up=1\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Unknown option number-up=1.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'job-uuid=urn:uuid:c41f6bbd-23f0-3657-52da-38efd4632a67\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Unknown option job-uuid=urn:uuid:c41f6bbd-23f0-3657-52da-38efd4632a67.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'job-originating-host-name=localhost\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Unknown option job-originating-host-name=localhost.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'date-time-at-creation=\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Unknown option date-time-at-creation=.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'date-time-at-processing=\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Unknown option date-time-at-processing=.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'time-at-creation=1568198459\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Unknown option time-at-creation=1568198459.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'time-at-processing=1568198459\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Unknown option time-at-processing=1568198459.
D [11/Sep/2019:20:41:08 +1000] [Job 200] CM Color Calibration Mode in CUPS: Off
D [11/Sep/2019:20:41:08 +1000] [Job 200] Options from the PPD file:
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'noCollate\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'TonerSave=Default\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] invalid choice \"Default\", using \"false\" instead
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'PageSize=A4\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'Duplex=DuplexNoTumble\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'Resolution=300dpi\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'InputSlot=autoselection\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'Color=color\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Pondering option \'MediaType=normal\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] ================================================
D [11/Sep/2019:20:41:08 +1000] [Job 200] File: <STDIN>
D [11/Sep/2019:20:41:08 +1000] [Job 200] ================================================
D [11/Sep/2019:20:41:08 +1000] [Job 200] PID 9500 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Printer make and model: Epson ESC/PageS Filter
D [11/Sep/2019:20:41:08 +1000] [Job 200] Running command line for pstops: pstops 200 bekor \'Transfer receipt.pdf\' 1 \'TonerSave=Default PageSize=A4 Duplex=DuplexNoTumble Resolution=300dpi InputSlot=autoselection Color=color MediaType=normal job-uuid=urn:uuid:c41f6bbd-23f0-3657-52da-38efd4632a67 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1568198459 time-at-processing=1568198459\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] Using image rendering resolution 300 dpi
D [11/Sep/2019:20:41:08 +1000] [Job 200] Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -dNOMEDIAATTRS -sDEVICE=ps2write -dShowAcroForm -sOUTPUTFILE=%stdout -dLanguageLevel=3 -r300 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c \'save pop\' -f /tmp/0251d5d848b4c
D [11/Sep/2019:20:41:08 +1000] [Job 200] Started filter gs (PID 9509)
D [11/Sep/2019:20:41:08 +1000] [Job 200] Started filter pstops (PID 9510)
D [11/Sep/2019:20:41:08 +1000] [Job 200] Page = 595x842; 0,0 to 595,842
D [11/Sep/2019:20:41:08 +1000] [Job 200] slow_collate=0, slow_duplex=0, slow_order=0
D [11/Sep/2019:20:41:08 +1000] [Job 200] Before copy_comments - %!PS-Adobe-3.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] %!PS-Adobe-3.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] %%BoundingBox: 0 0 596 842
D [11/Sep/2019:20:41:08 +1000] [Job 200] %%HiResBoundingBox: 0 0 596.00 842.00
D [11/Sep/2019:20:41:08 +1000] [Job 200] %%Creator: GPL Ghostscript 926 (ps2write)
D [11/Sep/2019:20:41:08 +1000] [Job 200] %%LanguageLevel: 2
D [11/Sep/2019:20:41:08 +1000] [Job 200] %%CreationDate: D:20190911204059+10\'00\'
D [11/Sep/2019:20:41:08 +1000] [Job 200] %%Pages: 3
D [11/Sep/2019:20:41:08 +1000] [Job 200] %%EndComments
D [11/Sep/2019:20:41:08 +1000] [Job 200] Before copy_prolog - %%BeginProlog
D [11/Sep/2019:20:41:08 +1000] [Job 200] Filetype: PostScript
D [11/Sep/2019:20:41:08 +1000] [Job 200] Reading PostScript input ...
D [11/Sep/2019:20:41:08 +1000] [Job 200] --> This document is DSC-conforming!
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found %RBINumCopies: 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] -----------
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginProlog
D [11/Sep/2019:20:41:08 +1000] [Job 200] Before copy_setup - %%Page: 1 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Before page loop - %%Page: 1 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Copying page 1...
D [11/Sep/2019:20:41:08 +1000] [Job 200] pagew = 595.0, pagel = 842.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageLeft = 0.0, PageRight = 595.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageTop = 842.0, PageBottom = 0.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageWidth = 595.0, PageLength = 842.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] Copying page 2...
D [11/Sep/2019:20:41:08 +1000] [Job 200] pagew = 595.0, pagel = 842.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageLeft = 0.0, PageRight = 595.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageTop = 842.0, PageBottom = 0.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageWidth = 595.0, PageLength = 842.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] Copying page 3...
D [11/Sep/2019:20:41:08 +1000] [Job 200] pagew = 595.0, pagel = 842.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageLeft = 0.0, PageRight = 595.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageTop = 842.0, PageBottom = 0.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] PageWidth = 595.0, PageLength = 842.0
D [11/Sep/2019:20:41:08 +1000] [Job 200] Wrote 3 pages...
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%EndProlog
D [11/Sep/2019:20:41:08 +1000] [Job 200] -----------
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginSetup
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *Collate on
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Collate=on
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: Collate=on
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Collate=on
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *Copies 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Copies=1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: Copies=1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Copies=1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *InputSlot autoselection
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: InputSlot=autoselection
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: InputSlot=autoselection
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: InputSlot=autoselection
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *MediaType normal
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: MediaType=normal
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: MediaType=normal
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: MediaType=normal
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *PageSize a4
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: PageSize=a4
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: PageSize=a4
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: PageSize=a4
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *TonerSave false
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: TonerSave=false
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: TonerSave=false
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: TonerSave=false
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *Resolution 300dpi
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Resolution=300dpi
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: Resolution=300dpi
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Resolution=300dpi
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *Color color
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Color=color
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: Color=color
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Color=color
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginFeature: *Duplex DuplexNoTumble
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Duplex=DuplexNoTumble
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %% FoomaticRIPOptionSetting: Duplex=DuplexNoTumble
D [11/Sep/2019:20:41:08 +1000] [Job 200] Option: Duplex=DuplexNoTumble
D [11/Sep/2019:20:41:08 +1000] [Job 200] Setting option
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%EndSetup
D [11/Sep/2019:20:41:08 +1000] [Job 200] -----------
D [11/Sep/2019:20:41:08 +1000] [Job 200] New page: %%Page: 1 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] \"Setup\" section is missing, inserting it.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%BeginPageSetup
D [11/Sep/2019:20:41:08 +1000] [Job 200] Inserting option code into \"PageSetup\" section.
D [11/Sep/2019:20:41:08 +1000] [Job 200] New page found but previous not printed, print it now.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Found: %%Page: 2 2
D [11/Sep/2019:20:41:08 +1000] [Job 200] --> Output goes directly to the renderer now.
D [11/Sep/2019:20:41:08 +1000] [Job 200] PID 9510 (pstops) exited with no errors.
D [11/Sep/2019:20:41:08 +1000] [Job 200] PID 9509 (gs) exited with no errors.
D [11/Sep/2019:20:41:08 +1000] [Job 200] PID 9501 (/usr/lib/cups/filter/pdftops) exited with no errors.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Starting renderer with command: \"pstoalc1100.sh  Copies=1 Collate=on InputSlot=autoselection TonerSave=false MediaType=normal PageSize=a4 XY600=4960x7016 Resolution=300dpi Color=color Duplex=DuplexNoTumble\"
D [11/Sep/2019:20:41:08 +1000] [Job 200] Starting process \"kid3\" (generation 1)
D [11/Sep/2019:20:41:08 +1000] [Job 200] Starting process \"kid4\" (generation 2)
D [11/Sep/2019:20:41:08 +1000] [Job 200] Starting process \"renderer\" (generation 2)
D [11/Sep/2019:20:41:08 +1000] [Job 200] JCL: \033%-12345X@PJL
D [11/Sep/2019:20:41:08 +1000] [Job 200] <job data> 
D [11/Sep/2019:20:41:08 +1000] [Job 200] Usage: pstops job-id user title copies options [file]
D [11/Sep/2019:20:41:08 +1000] [Job 200] renderer exited with status 0
D [11/Sep/2019:20:41:08 +1000] [Job 200] kid4 exited with status 0
D [11/Sep/2019:20:41:08 +1000] [Job 200] kid3 finished
D [11/Sep/2019:20:41:08 +1000] [Job 200] Process is dying with \"Encountered error Broken pipe during fwrite\", exit stat 1
D [11/Sep/2019:20:41:08 +1000] [Job 200] Cleaning up...
D [11/Sep/2019:20:41:08 +1000] [Job 200] Killing kid3
D [11/Sep/2019:20:41:08 +1000] [Job 200] Process is dying with \"Caught termination signal: Job canceled
D [11/Sep/2019:20:41:08 +1000] [Job 200] \", exit stat 0
D [11/Sep/2019:20:41:08 +1000] [Job 200] Cleaning up...
D [11/Sep/2019:20:41:08 +1000] [Job 200] Sent 0 bytes...
D [11/Sep/2019:20:41:08 +1000] [Job 200] PID 9502 (/usr/lib/cups/filter/foomatic-rip) stopped with status 1.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Hint: Try setting the LogLevel to "debug" to find out more.
D [11/Sep/2019:20:41:08 +1000] [Job 200] Waiting for read thread to exit...
D [11/Sep/2019:20:41:08 +1000] [Job 200] PID 9503 (/usr/lib/cups/backend/usb) exited with no errors.
D [11/Sep/2019:20:41:08 +1000] [Job 200] End of messages
D [11/Sep/2019:20:41:08 +1000] [Job 200] printer-state=3(idle)
D [11/Sep/2019:20:41:08 +1000] [Job 200] printer-state-message="Filter failed"
D [11/Sep/2019:20:41:08 +1000] [Job 200] printer-state-reasons=none

Last edited by byebyemrgates; 09-11-2019 at 07:43 AM.
 
Old 09-11-2019, 07:25 PM   #2
byebyemrgates
Member
 
Registered: Nov 2017
Location: Blue Mountains, Australia!
Distribution: Mint 20, Ubuntu 20
Posts: 164

Original Poster
Rep: Reputation: Disabled
another clue?
lpinfo -v before and afterthe error
error occured when tried to print two pages of a PDF document
there was something in the error log (as above)
but sometimes, after one page, no error message, nothing in error log - just nothing is printed. and same out put of lpinfo -v as below after error - no printer detected

Code:
bekor@Linux1:~$ !!
lpinfo -v
network https
file cups-brf:/
network beh
serial serial:/dev/ttyS0?baud=115200
serial serial:/dev/ttyS4?baud=115200
network http
network socket
network ipp
network lpd
network ipps
direct hp
direct usb://EPSON/AL-C1100?serial=31PF9FZ12399561123
direct hpfax
bekor@Linux1:~$ !!
lpinfo -v
network https
file cups-brf:/
network beh
network socket
network http
serial serial:/dev/ttyS0?baud=115200
serial serial:/dev/ttyS4?baud=115200
network ipps
network lpd
direct hp
network ipp
direct hpfax
bekor@Linux1:~$

Last edited by byebyemrgates; 09-11-2019 at 07:31 PM.
 
Old 09-12-2019, 10:10 AM   #3
byebyemrgates
Member
 
Registered: Nov 2017
Location: Blue Mountains, Australia!
Distribution: Mint 20, Ubuntu 20
Posts: 164

Original Poster
Rep: Reputation: Disabled
SOLUTION to stopping after one job:

sudo lpadmin -p EPSON-AL-C1100 -o usb-no-reattach-default=true
 
Old 09-12-2019, 02:57 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Thanks for the update and solution.
 
  


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
USB printer was working but after cancelling a job, 'usb' does not appear in CUPS VeggyDawson Linux - Hardware 2 06-08-2009 08:37 AM
Network Printer shows job still printing after it is finished wiseacre108 Linux - Networking 0 05-12-2007 03:57 PM
"USB device stops working after a time" 'fix' stops cdrom device mount/readability adamben Slackware 6 04-18-2007 01:18 PM
USB printer problem. Printing stops arubin Linux - Hardware 7 12-28-2005 04:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:52 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