====== Nefunkční tisk fotek v Linuxu na Epson L800 ====== * Tiskárnu se podařilo nainstalovat celkem relativně hravě, funguje, tiskne. Netiskne ale fotky. * Když dám tisknout nějakou fotku přes celou stránku, tak se to po načtení papíru kousne ===== Pokus 3 (28.2.2015) ===== * díval jsem se na web Epsonu a driver je pořád ve stejné verzi. Neočekávám, že to někdy opraví. Že by to všem ostatním fungovalo? * na webu jsou drivery ve formě rpm balíčku. Já jsem ten binární rpm balíček přes alien převedl na deb a nainstaloval. * všiml jsem si, že tam mají i src rpm balíček včetně spec souboru. * v balíčku jsou dva archívy: * epson-injjet-printer-l800-1.0.0.tar.gz (binární, 2 epson proprietární knihovny, nějaké datové soubory) * epson-inkjet-printer-filter-1.0.0.tar.gz (zdrojáky, kompilvatelný) * druhý archív jsem zkoušel zkompilovat. Šlo to docela hladce. * musel jsem doinstalovat libcupsimage2-dev, který instaloval i nějakou binárku * configure vyžadoval zadat PREFIX. Je to cesta, kam se pak instaluje výsledný epson_inkjet_printer_filter * ano, správně, výsledkem kompilace je soubor epson_inkjet_printer_filter, který mi podle logu z pokusu 2 havaroval s kódem 1 :) Minimálně to teď mohu debugovat :) * prefix jsem při kompilaci nastavil na /usr/local. Při make uninstall (bez install) to pak psalo, že nemůže smazat epson_inkjet_printer_filter v /PATH=/usr/local/lib/cups/filter' * jako install zkusím na začátek jen přepsat tu binárku locate epson_inkjet_printer_filter /opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter * stále ladím binárku, prefix musí být /configure --prefix=/opt/epson-inkjet-printer-l800 --enable-debug * posunul jsem se trochu dál, ale stejně to chcípá :) * potřeboval bych nějak zapnout ten debug trace, ale nedaří se mi :) určitě to ale jde [[http://forums.gentoo.org/viewtopic-t-867435.html|instalace epsonu v gentoo]], [[http://forums.gentoo.org/viewtopic-t-904700-view-next.html?sid=4b226e3d8289efa1fbfc78a3206a95b0|a tady]] * poslední stav: * funkce epcgStartJob z Epson knihovny vraci -1000 a chova se to stejne jako na tom linku z gentoo * backtrace main - printJob - * konečně mi funguje ten debug.. musel jsem předělat debuglog funkci, aby používala syslog s LOG_INFO. Nevím proč, ale zápis do souboru mi vůbec nefungoval :) Mar 1 00:23:22 Pharaon exampleprog[18009]: l800: started Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [printJob:488] TRACE IN Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [load_core_library:165] TRACE IN Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [get_ppd_attr:140] PPD Attribute epcgCoreLibrary -> libEpson_l800.so.1.0.0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [load_core_library:230] Model name : L800 Series Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [load_core_library:247] TRACE OUT=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:254] TRACE IN Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [get_ppd_attr:140] PPD Attribute epcgResourceData -> Epson_l800.1.data Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:302] Job Options =CDDVDPrintPosUpDown=0.0mm Rotate180=Off PrintQuality=BestPhoto DensityWatermark=Level4 SizeWatermark=70 BrightnessValue=0 CDDVDInnerPrintPosition=43mm Watermark=None PageSize=Custom.595.28x841.89 YellowValue=0 InputSlot=Sheet ReduceEnlarge=ByOutputPaperSize MirrorImage=Off OutputPaper=A4 CyanValue=0 PositionWatermark=Center PosterPrinting=Off GammaValue=2.2 ScaleRatio=100 Color=Color MediaType=EULTRAGLOSSY ContrastValue=0 MagentaValue=0 ColurWatermark=Red SaturationValue=0 CDDVDPrintPosLeftRight=0.0mm CorrectionColor=EPSONVivid Borderless=On job-uuid=urn:uuid:6a9465f9-49ca-3b86-7d27-91cd25c7d586 job-originating-host-name=localhost time-at-creation=1425160518 time-at-processing=1425165802 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=MediaType Choice=EULTRAGLOSSY Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=PrintQuality Choice=BestPhoto Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=PageSize Choice=Custom.595.28x841.89 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=InputSlot Choice=Sheet Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=Color Choice=Color Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=Borderless Choice=On Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=ReduceEnlarge Choice=ByOutputPaperSize Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=OutputPaper Choice=A4 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=ScaleRatio Choice=100 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=CDDVDInnerPrintPosition Choice=43mm Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=CDDVDPrintPosUpDown Choice=0.0mm Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=CDDVDPrintPosLeftRight Choice=0.0mm Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=CorrectionColor Choice=EPSONVivid Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=GammaValue Choice=2.2 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=BrightnessValue Choice=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=ContrastValue Choice=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=SaturationValue Choice=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=CyanValue Choice=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=MagentaValue Choice=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:315] Option=YellowValue Choice=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [setup_option:332] TRACE OUT=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [printJob:507] Job name : 59 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [printJob:511] epcgStartJob returned -1000 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [unload_core_library:339] TRACE IN Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [unload_core_library:347] TRACE OUT=0 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [printJob:535] TRACE OUT=-1000 Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [eps_heap_usage_end:42] ============================================================= Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [eps_heap_usage_end:43] HEAP USAGE : max(160 bytes) leak(0 bytes) Mar 1 00:23:23 Pharaon exampleprog[18009]: l800: [eps_heap_usage_end:44] ============================================================= * tak už mě opět nic nenapadá :) * je dost možné, že jsem se teď dostal do stejného mista jako s originálním binárním souborem. Kontroloval jsem ppd a zjístil, že je umístěn v /usr/share/ppd/Epson/... * možná má problém jen s nějakým parametrem v ppd souboru? :) * takže, teď mi z toho vyjela i fotka :) * celá záhada je tedy možná vyřešena. Vypadá to, že problém byl jen s parametrem borderless * když jsem ten parametr zrušil, tak to začalo tisknout v poho * blbý je, že mi to netiskne až ke kraji.. * zkoušel jsem použít a4 bez okrajů a dopadlo to tak, ze se mi asi potiskl válec :) * nahoře a vlevo je bílý okraj, dole a vpravo je to až ke kraji, ale oříznuté o ten bílý okraj ===== Pokus 2 (6.1.2014) ===== * všechno smazat, ať tam nejsou zastaralé věci apt-get purge cups apt-get --purge autoremove apt-get install cups * + nějaké další purge spojené s cups :) * je třeba zajímavé, že jsem měl nainstlaován jak cups, tak cups-bsd * tak.. pokus nevyšel... * tisk selže... * zkoušel jsem tisknout malou fotku na plain papír a to prošlo v pohodě * ale na fotopapír, borderless, přes celou stránku.. to už ne :) * chtělo by to asi přepnout na debug :) jestli to na sebe něco praskne E [06/Jan/2014:22:41:16 +0100] [Job 3] Job stopped due to filter errors; please consult the error_log file for details. D [06/Jan/2014:22:41:16 +0100] [Job 3] The following messages were recorded from 22:41:03 to 22:41:16 D [06/Jan/2014:22:41:16 +0100] [Job 3] Adding start banner page "none". D [06/Jan/2014:22:41:16 +0100] [Job 3] Adding end banner page "none". D [06/Jan/2014:22:41:16 +0100] [Job 3] File of type application/pdf queued by "djbuldog". D [06/Jan/2014:22:41:16 +0100] [Job 3] hold_until=0 D [06/Jan/2014:22:41:16 +0100] [Job 3] Queued on "L800" by "djbuldog". D [06/Jan/2014:22:41:16 +0100] [Job 3] time-at-processing=1389044463 D [06/Jan/2014:22:41:16 +0100] [Job 3] 3 filters for job: D [06/Jan/2014:22:41:16 +0100] [Job 3] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66) D [06/Jan/2014:22:41:16 +0100] [Job 3] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99) D [06/Jan/2014:22:41:16 +0100] [Job 3] /opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter (application/vnd.cups-raster to printer/L800, cost 0) D [06/Jan/2014:22:41:16 +0100] [Job 3] job-sheets=none,none D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[0]="L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[1]="3" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[2]="djbuldog" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[3]="DSC05837.JPG" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[4]="1" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[5]="CDDVDPrintPosUpDown=0.0mm Rotate180=Off PrintQuality=BestPhoto DensityWatermark=Level4 SizeWatermark=70 BrightnessValue=0 CDDVDInnerPrintPosition=43mm Watermark=None PageSize=Custom.595.28x841.89 YellowValue=0 InputSlot=Sheet ReduceEnlarge=ByOutputPaperSize MirrorImage=Off OutputPaper=A4 CyanValue=0 PositionWatermark=Center PosterPrinting=Off GammaValue=2.2 ScaleRatio=100 Color=Color MediaType=EULTRAGLOSSY ContrastValue=0 MagentaValue=0 ColurWatermark=Red SaturationValue=0 CDDVDPrintPosLeftRight=0.0mm CorrectionColor=EPSONVivid Borderless=On job-uuid=urn:uuid:515fd202-e785-3129-670a-320df9a026c2 job-originating-host-name=localhost time-at-creation=1389044463 time-at-processing=1389044463" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[6]="/var/spool/cups/d00003-001" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[0]="CUPS_CACHEDIR=/var/cache/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[1]="CUPS_DATADIR=/usr/share/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[4]="CUPS_REQUESTROOT=/var/spool/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[5]="CUPS_SERVERBIN=/usr/lib/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[6]="CUPS_SERVERROOT=/etc/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[7]="CUPS_STATEDIR=/var/run/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[8]="HOME=/var/spool/cups/tmp" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[10]="SERVER_ADMIN=root@Pharaon" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[11]="SOFTWARE=CUPS/1.6.4" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[12]="TMPDIR=/var/spool/cups/tmp" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[13]="TZ=Europe/Prague" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[14]="USER=root" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[15]="CUPS_MAX_MESSAGE=2047" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[16]="CUPS_SERVER=/var/run/cups/cups.sock" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[17]="CUPS_ENCRYPTION=IfRequested" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[18]="IPP_PORT=631" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[19]="CHARSET=utf-8" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[20]="LANG=cs_CZ.UTF-8" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[21]="PPD=/etc/cups/ppd/L800.ppd" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[22]="RIP_MAX_CACHE=128m" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[23]="CONTENT_TYPE=application/pdf" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[24]="DEVICE_URI=usb://EPSON/L800?serial=5138344B3031373961" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[25]="PRINTER_INFO=EPSON L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[26]="PRINTER_LOCATION=Pharaon" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[27]="PRINTER=L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[28]="PRINTER_STATE_REASONS=none" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[29]="CUPS_FILETYPE=document" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[30]="FINAL_CONTENT_TYPE=printer/L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[31]="AUTH_I****" D [06/Jan/2014:22:41:16 +0100] [Job 3] Started filter /usr/lib/cups/filter/pdftopdf (PID 29404) D [06/Jan/2014:22:41:16 +0100] [Job 3] Started filter /usr/lib/cups/filter/gstoraster (PID 29405) D [06/Jan/2014:22:41:16 +0100] [Job 3] Started filter /opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter (PID 29406) D [06/Jan/2014:22:41:16 +0100] [Job 3] Started backend /usr/lib/cups/backend/usb (PID 29407) D [06/Jan/2014:22:41:16 +0100] [Job 3] Loading USB quirks from "/usr/share/cups/usb". D [06/Jan/2014:22:41:16 +0100] [Job 3] Loaded 67 quirks. D [06/Jan/2014:22:41:16 +0100] [Job 3] Printing on printer with URI: usb://EPSON/L800?serial=5138344B3031373961 D [06/Jan/2014:22:41:16 +0100] [Job 3] libusb_get_device_list=16 D [06/Jan/2014:22:41:16 +0100] [Job 3] STATE: +connecting-to-device D [06/Jan/2014:22:41:16 +0100] [Job 3] STATE: -connecting-to-device D [06/Jan/2014:22:41:16 +0100] [Job 3] Printer found with device ID: MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX;MDL:L800;CLS:PRINTER;DES:EPSON L800;CID:EpsonStd2; Device URI: usb://EPSON/L800?serial=5138344B3031373961 D [06/Jan/2014:22:41:16 +0100] [Job 3] Device protocol: 2 D [06/Jan/2014:22:41:16 +0100] [Job 3] Sending data to printer. D [06/Jan/2014:22:41:16 +0100] [Job 3] Set job-printer-state-message to "Sending data to printer.", current level=INFO D [06/Jan/2014:22:41:16 +0100] [Job 3] PID 29404 (/usr/lib/cups/filter/pdftopdf) exited with no errors. D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling FindDeviceById(cups-L800) D [06/Jan/2014:22:41:16 +0100] [Job 3] Found device /org/freedesktop/ColorManager/devices/cups_L800 D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling org.freedesktop.ColorManager.Device.Get(ProfilingInhibitors) D [06/Jan/2014:22:41:16 +0100] [Job 3] PPD uses qualifier 'RGB.EULTRAGLOSSY.' D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling FindDeviceById(cups-L800) D [06/Jan/2014:22:41:16 +0100] [Job 3] Found device /org/freedesktop/ColorManager/devices/cups_L800 D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling GetProfileForQualifiers(RGB.EULTRAGLOSSY....) D [06/Jan/2014:22:41:16 +0100] [Job 3] Found profile /org/freedesktop/ColorManager/profiles/L800_RGB__ D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling org.freedesktop.ColorManager.Profile.Get(Filename) D [06/Jan/2014:22:41:16 +0100] [Job 3] Use profile filename: '' D [06/Jan/2014:22:41:16 +0100] [Job 3] Using ICC Profile '' D [06/Jan/2014:22:41:16 +0100] [Job 3] Ghostscript command line: /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout -r720x720 -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=841 -dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=1 -dcupsCompression=1 -scupsPageSizeName=Custom -I/usr/share/cups/fonts -c '<>setpagedevice' -f -_ D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[0]="CUPS_CACHEDIR=/var/cache/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[1]="CUPS_DATADIR=/usr/share/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[4]="CUPS_REQUESTROOT=/var/spool/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[5]="CUPS_SERVERBIN=/usr/lib/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[6]="CUPS_SERVERROOT=/etc/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[7]="CUPS_STATEDIR=/var/run/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[8]="HOME=/var/spool/cups/tmp" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[10]="SERVER_ADMIN=root@Pharaon" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[11]="SOFTWARE=CUPS/1.6.4" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[12]="TMPDIR=/var/spool/cups/tmp" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[13]="TZ=Europe/Prague" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[14]="USER=root" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[15]="CUPS_MAX_MESSAGE=2047" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[16]="CUPS_SERVER=/var/run/cups/cups.sock" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[17]="CUPS_ENCRYPTION=IfRequested" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[18]="IPP_PORT=631" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[19]="CHARSET=utf-8" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[20]="LANG=cs_CZ.UTF-8" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[21]="PPD=/etc/cups/ppd/L800.ppd" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[22]="RIP_MAX_CACHE=128m" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[23]="CONTENT_TYPE=application/pdf" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[24]="DEVICE_URI=usb://EPSON/L800?serial=5138344B3031373961" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[25]="PRINTER_INFO=EPSON L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[26]="PRINTER_LOCATION=Pharaon" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[27]="PRINTER=L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[28]="PRINTER_STATE_REASONS=none" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[29]="CUPS_FILETYPE=document" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[30]="FINAL_CONTENT_TYPE=printer/L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[31]="AUTH_INFO_REQUIRED=none" D [06/Jan/2014:22:41:16 +0100] [Job 3] Start rendering... D [06/Jan/2014:22:41:16 +0100] [Job 3] Set job-printer-state-message to "Start rendering...", current level=INFO D [06/Jan/2014:22:41:16 +0100] [Job 3] Processing page 1... D [06/Jan/2014:22:41:16 +0100] [Job 3] Set job-printer-state-message to "Processing page 1...", current level=INFO D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] PID 29406 (/opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter) stopped with status 1. D [06/Jan/2014:22:41:16 +0100] [Job 3] Hint: Try setting the LogLevel to "debug" to find out more. D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Processing page 2... D [06/Jan/2014:22:41:16 +0100] [Job 3] Rendering completed D [06/Jan/2014:22:41:16 +0100] [Job 3] PID 29405 (/usr/lib/cups/filter/gstoraster) exited with no errors. D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 94 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 94 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Sent 65630 bytes... D [06/Jan/2014:22:41:16 +0100] [Job 3] Waiting for read thread to exit... D [06/Jan/2014:22:41:16 +0100] [Job 3] PID 29407 (/usr/lib/cups/backend/usb) exited with no errors. D [06/Jan/2014:22:41:16 +0100] [Job 3] End of messages D [06/Jan/2014:22:41:16 +0100] [Job 3] printer-state=3(idle) D [06/Jan/2014:22:41:16 +0100] [Job 3] printer-state-message="Rendering completed" D [06/Jan/2014:22:41:16 +0100] [Job 3] printer-state-reasons=none