"/usr/lib/cups/filter/pstops Failed"

Sri harsha harsha2006 at gmail.com
Mon Jul 5 03:16:16 PDT 2010


> Sri harsha wrote:
>
> > For some the documents i am getting "/usr/lib/cups/filter/pstops Failed".
> > I am using hpijs 3.10.2rc1.9 drivers. I am using samba for these printers
> > to print from windows.Please help me.
> >
> > Thanks in Advance,
> > Sriharsha.
>
> Please provide more information for diagnostic:
> -  set loging to debug (cupsctl --debug-logging)
> -  print a job that exhibits the issue
> -  post the respective section of the cups error_log
> -  post (an URL to) the file that caused the error.
>
> Helge
>

################################################################################
################# This is my cupsd.conf file ################

LogLevel debug
Port 631
Listen /var/run/cups/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseRemoteProtocols CUPS
BrowseAddress @LOCAL
BrowseLocalProtocols CUPS
DefaultAuthType Basic
<Location />
  Order allow,deny
  Allow @LOCAL
</Location>
<Location /admin>
  Order allow,deny
  Allow @LOCAL
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
  Allow @LOCAL
</Location>
<Policy default>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
<Policy authenticated>
  <Limit Create-Job Print-Job Print-URI>
  AuthType Default
  Order deny,allow
</Limit>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
  AuthType Default
  Require user @SYSTEM
  Order deny,allow
    </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
      </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
      AuthType Default
      Require user @OWNER @SYSTEM
      Order deny,allow
        </Limit>
  <Limit All>
        Order deny,allow
          </Limit>
</Policy>
            mime.convs:
            application/octet-stream application/vnd.cups-raw 0 -
            application/pdf application/postscript  33      pdftops
            application/postscript application/vnd.cups-postscript 66      pstops
            application/vnd.hp-HPGL application/postscript  66      hpgltops
            application/x-cshell application/postscript  33      texttops
            application/x-perl application/postscript  33      texttops
            application/x-shell application/postscript  33      texttops
            mime.types:
            application/octet-stream
            MaxLogSize 500m
            PreserveJobHistory Yes


##############################################################################

Respective error.log

D [05/Jul/2010:15:43:13 +0530] cupsdAcceptClient: 10 from localhost (Domain)
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 10 POST / HTTP/1.1
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Active clients
D [05/Jul/2010:15:43:13 +0530] cupsdAuthorize: No authentication data provided.
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 10 1.1 Get-Printer-Attributes 1
D [05/Jul/2010:15:43:13 +0530] Get-Printer-Attributes ipp://localhost/printers/OSI-PRINT-03
D [05/Jul/2010:15:43:13 +0530] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/OSI-PRINT-03) from localhost
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Not busy
D [05/Jul/2010:15:43:13 +0530] cupsdAcceptClient: 11 from localhost (Domain)
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 10 WAITING Closing on EOF
D [05/Jul/2010:15:43:13 +0530] cupsdCloseClient: 10
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 11 POST / HTTP/1.1
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Active clients
D [05/Jul/2010:15:43:13 +0530] cupsdAuthorize: No authentication data provided.
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 11 1.1 Get-Jobs 1
D [05/Jul/2010:15:43:13 +0530] Get-Jobs ipp://localhost/printers/OSI-PRINT-03
D [05/Jul/2010:15:43:13 +0530] Returning IPP successful-ok for Get-Jobs (ipp://localhost/printers/OSI-PRINT-03) from localhost
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Not busy
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 11 POST / HTTP/1.1
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Active clients
D [05/Jul/2010:15:43:13 +0530] cupsdAuthorize: No authentication data provided.
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 11 1.1 Get-Printer-Attributes 1
D [05/Jul/2010:15:43:13 +0530] Get-Printer-Attributes ipp://localhost/printers/OSI-PRINT-03
D [05/Jul/2010:15:43:13 +0530] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/OSI-PRINT-03) from localhost
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Not busy
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 11 WAITING Closing on EOF
D [05/Jul/2010:15:43:13 +0530] cupsdCloseClient: 11
D [05/Jul/2010:15:43:13 +0530] cupsdAcceptClient: 10 from localhost (Domain)
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 10 POST /printers/OSI-PRINT-03 HTTP/1.1
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Active clients
D [05/Jul/2010:15:43:13 +0530] cupsdAuthorize: No authentication data provided.
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 10 1.1 Print-Job 1
D [05/Jul/2010:15:43:13 +0530] Print-Job ipp://localhost/printers/OSI-PRINT-03
D [05/Jul/2010:15:43:13 +0530] [Job ???] Auto-typing file...
I [05/Jul/2010:15:43:13 +0530] [Job ???] Request file type is application/postscript.
D [05/Jul/2010:15:43:13 +0530] cupsdMarkDirty(----J-)
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Active clients and dirty files
D [05/Jul/2010:15:43:13 +0530] add_job: requesting-user-name="nobody"
I [05/Jul/2010:15:43:13 +0530] [Job 2139] Adding start banner page "none".
D [05/Jul/2010:15:43:13 +0530] Discarding unused job-created event...
D [05/Jul/2010:15:43:13 +0530] cupsdMarkDirty(----J-)
I [05/Jul/2010:15:43:13 +0530] [Job 2139] Adding end banner page "none".
I [05/Jul/2010:15:43:13 +0530] [Job 2139] File of type application/postscript queued by "nobody".
D [05/Jul/2010:15:43:13 +0530] [Job 2139] hold_until=0
I [05/Jul/2010:15:43:13 +0530] [Job 2139] Queued on "OSI-PRINT-03" by "nobody".
D [05/Jul/2010:15:43:13 +0530] cupsdMarkDirty(----J-)
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Active clients, printing jobs, and dirty files
D [05/Jul/2010:15:43:13 +0530] Discarding unused printer-state-changed event...
D [05/Jul/2010:15:43:13 +0530] [Job 2139] job-sheets=none,none
D [05/Jul/2010:15:43:13 +0530] [Job 2139] argv[0]="OSI-PRINT-03"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] argv[1]="2139"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] argv[2]="nobody"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] argv[3]="smbprn.00000668 ApplicationforRegenerationofPasswords.pdf"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] argv[4]="1"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] argv[5]="job-originating-host-name=192.168.110.220 job-uuid=urn:uuid:f272bc10-7093-3f50-7975-957309dd4021"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] argv[6]="/var/spool/cups/d02139-001"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[2]="CUPS_DOCROOT=/usr/share/doc/cups"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[8]="HOME=/var/spool/cups/tmp"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[10]="SERVER_ADMIN=root at pdc.osiind.com"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[11]="SOFTWARE=CUPS/1.4.3"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[13]="TZ=Asia/Calcutta"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[14]="USER=root"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[17]="IPP_PORT=631"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[18]="CHARSET=utf-8"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[19]="LANG=en_US.UTF-8"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[20]="PPD=/etc/cups/ppd/OSI-PRINT-03.ppd"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[21]="RIP_MAX_CACHE=8m"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[22]="CONTENT_TYPE=application/postscript"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[23]="DEVICE_URI=socket://192.168.110.13:9100"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[24]="PRINTER_INFO=HP 1320n"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[25]="PRINTER_LOCATION=NEAR SANTA ANA"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[26]="PRINTER=OSI-PRINT-03"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[27]="CUPS_FILETYPE=document"
D [05/Jul/2010:15:43:13 +0530] [Job 2139] envp[28]="FINAL_CONTENT_TYPE=printer/OSI-PRINT-03"
I [05/Jul/2010:15:43:13 +0530] [Job 2139] Started filter /usr/lib/cups/filter/pstops (PID 32410)
I [05/Jul/2010:15:43:13 +0530] [Job 2139] Started filter /usr/lib/cups/filter/foomatic-rip-hplip (PID 32411)
I [05/Jul/2010:15:43:13 +0530] [Job 2139] Started backend /usr/lib/cups/backend/socket (PID 32412)
D [05/Jul/2010:15:43:13 +0530] Discarding unused job-state-changed event...
D [05/Jul/2010:15:43:13 +0530] Returning IPP successful-ok for Print-Job (ipp://localhost/printers/OSI-PRINT-03) from localhost
D [05/Jul/2010:15:43:13 +0530] cupsdSetBusyState: Printing jobs and dirty files
D [05/Jul/2010:15:43:13 +0530] cupsdReadClient: 10 WAITING Closing on EOF
D [05/Jul/2010:15:43:13 +0530] cupsdCloseClient: 10
D [05/Jul/2010:15:43:13 +0530] [Job 2139] Page = 612x792; 18,14 to 594,778
D [05/Jul/2010:15:43:13 +0530] [Job 2139] slow_collate=0, slow_duplex=0, slow_order=0
D [05/Jul/2010:15:43:13 +0530] [Job 2139] Before copy_comments - %!PS-Adobe-3.0
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %!PS-Adobe-3.0
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %cupsJobTicket: job-hold-until=no-hold
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %cupsJobTicket: job-sheets=none,none
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %!PS-Adobe-3.0
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %%Title: ApplicationforRegenerationofPasswords.pdf
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %%Creator: PScript5.dll Version 5.2.2
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %%CreationDate: 7/5/2010 15:43:20
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %%For: nobody
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %%BoundingBox: (atend)
D [05/Jul/2010:15:43:13 +0530] [Job 2139] %%Pages: (atend)
D [05/Jul/2010:15:43:13 +0530] [Job 2139] Before copy_prolog -
D [05/Jul/2010:15:43:13 +0530] [Job 2139] STATE: +connecting-to-device
D [05/Jul/2010:15:43:13 +0530] Discarding unused printer-state-changed event...
D [05/Jul/2010:15:43:13 +0530] [Job 2139] Looking up "192.168.110.13"...
D [05/Jul/2010:15:43:13 +0530] [Job 2139] Connecting to 192.168.110.13:9100
I [05/Jul/2010:15:43:13 +0530] [Job 2139] Connecting to printer...
D [05/Jul/2010:15:43:13 +0530] Discarding unused printer-state-changed event...
D [05/Jul/2010:15:43:13 +0530] Discarding unused job-progress event...
D [05/Jul/2010:15:43:14 +0530] [Job 2139] STATE: -connecting-to-device
I [05/Jul/2010:15:43:14 +0530] [Job 2139] Connected to printer...
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Connected to 192.168.110.13:9100 (IPv4)...
D [05/Jul/2010:15:43:14 +0530] Discarding unused printer-state-changed event...
D [05/Jul/2010:15:43:14 +0530] Discarding unused job-progress event...
D [05/Jul/2010:15:43:14 +0530] [Job 2139] foomatic-rip version $Revision=3.0.2.131$ running...
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Parsing PPD file ...
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option ColorSpace
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option Resolution
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option PageSize
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option Model
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option PrintoutMode
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option InputSlot
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option Duplex
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option Quality
D [05/Jul/2010:15:43:14 +0530] [Job 2139] *cupsFilter: "application/vnd.cups-postscript 100 foomatic-rip-hplip"
D [05/Jul/2010:15:43:14 +0530] [Job 2139] *cupsFilter: "application/vnd.cups-pdf 0 foomatic-rip-hplip"
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option PageRegion
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option ImageableArea
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option PaperDimension
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Added option Font
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Parameter Summary
D [05/Jul/2010:15:43:14 +0530] [Job 2139] -----------------
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Spooler: cups
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Printer: OSI-PRINT-03
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Shell: /bin/sh
D [05/Jul/2010:15:43:14 +0530] [Job 2139] PPD file: /etc/cups/ppd/OSI-PRINT-03.ppd
D [05/Jul/2010:15:43:14 +0530] [Job 2139] ATTR file:
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Printer model: HP LaserJet 1320 hpijs, 3.10.2rc1.9
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Job title: smbprn.00000668 ApplicationforRegenerationofPasswords.pdf
D [05/Jul/2010:15:43:14 +0530] [Job 2139] File(s) to be printed:
D [05/Jul/2010:15:43:14 +0530] [Job 2139] <STDIN>
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Pondering option 'job-originating-host-name=192.168.110.220'
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Unknown option job-originating-host-name=192.168.110.220.
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Pondering option 'job-uuid=urn:uuid:f272bc10-7093-3f50-7975-957309dd4021'
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Unknown option job-uuid=urn:uuid:f272bc10-7093-3f50-7975-957309dd4021.
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] ================================================
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] File: <STDIN>
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] ================================================
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Reading PostScript input ...
D [05/Jul/2010:15:43:14 +0530] [Job 2139] --> This document is DSC-conforming!
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %RBINumCopies: 1
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Job claims to be DSC-conforming, but "%%BeginProlog" was missing before first line with another "%%Begin..." comment (is this a TeX/LaTeX/dvips-generated PostScript file?). Assuming start of "Prolog" here.
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] -----------
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginProlog
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Before copy_setup -
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Before page loop - %%Page: 1 1
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Copying page 1...
D [05/Jul/2010:15:43:14 +0530] [Job 2139] pagew = 576.0, pagel = 763.2
D [05/Jul/2010:15:43:14 +0530] [Job 2139] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792
D [05/Jul/2010:15:43:14 +0530] [Job 2139] PageLeft = 18.0, PageRight = 594.0
D [05/Jul/2010:15:43:14 +0530] [Job 2139] PageTop = 777.6, PageBottom = 14.4
D [05/Jul/2010:15:43:14 +0530] [Job 2139] PageWidth = 612.0, PageLength = 792.0
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%EndProlog
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] -----------
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginSetup
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *PageSize Letter
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: PageSize=Letter --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: PageSize=Letter
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: PageSize=Letter --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *PrintoutMode Normal
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: PrintoutMode=Normal --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: PrintoutMode=Normal --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *InputSlot Default
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: InputSlot=Default --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: InputSlot=Default
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: InputSlot=Default --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *Quality FromPrintoutMode
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Quality=FromPrintoutMode --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Quality=FromPrintoutMode --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *Duplex None
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Duplex=None --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: Duplex=None
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Duplex=None --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *PrintoutMode Normal
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: PrintoutMode=Normal --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: PrintoutMode=Normal --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *PageSize Letter
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: PageSize=Letter --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: PageSize=Letter
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: PageSize=Letter --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *Quality FromPrintoutMode
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Quality=FromPrintoutMode --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Quality=FromPrintoutMode --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *Duplex None
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Duplex=None --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %% FoomaticRIPOptionSetting: Duplex=None
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Duplex=None --> Setting option
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginFeature: *Resolution 600dpi
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Option: Resolution=600dpi --> Option will be set by PostScript interpreter
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%EndSetup
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Inserting PostScript code for CUPS' page accounting
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] -----------
D [05/Jul/2010:15:43:14 +0530] [Job 2139] New page:  1 1
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginPageSetup
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Inserting option code into "PageSetup" section.
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%EndPageSetup
D [05/Jul/2010:15:43:14 +0530] [Job 2139] End of page header
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%BeginPageSetup
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Inserting option code into "PageSetup" section.
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: %%EndPageSetup
D [05/Jul/2010:15:43:14 +0530] [Job 2139] End of page header
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Embedded document, nesting level now: 1
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Stopping search for page header options
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Found: /space <1C60D8A8C9B854D00D> |-
D [05/Jul/2010:15:43:14 +0530] [Job 2139] --> Output goes directly to the renderer now.
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Starting renderer
D [05/Jul/2010:15:43:14 +0530] [Job 2139] JCL: <job data>
D [05/Jul/2010:15:43:14 +0530] [Job 2139]
D [05/Jul/2010:15:43:14 +0530] [Job 2139] renderer PID kid4=32417
D [05/Jul/2010:15:43:14 +0530] [Job 2139] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="HP LaserJet" -dDuplex=false -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMode=0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7 -dIjsUseOutputFD -sOutputFile=- -
D [05/Jul/2010:15:43:14 +0530] [Job 2139] Starting process 32418: "foomatic-gswrapper -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEV..."
D [05/Jul/2010:15:43:14 +0530] [Job 2139] foomatic-gswrapper: gs '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' '-dDEVICEWIDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792' '-sDeviceManufacturer=HEWLETT-PACKARD' '-sDeviceModel=HP LaserJet' '-dDuplex=false' '-r300' '-sIjsParams=Quality:Quality=0,Quality:ColorMode=0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7' '-dIjsUseOutputFD' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
D [05/Jul/2010:15:43:15 +0530] [Job 2139] %%[ ProductName: GNU Ghostscript ]%%
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Unrecoverable error: undefined in cupsWrite
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Operand stack:
D [05/Jul/2010:15:43:15 +0530] [Job 2139] DefaultColorRendering  0  true  1  PAGE:
D [05/Jul/2010:15:43:15 +0530] [Job 2139]
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Unexpected interpreter error -21.
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Error object: (d84)name(0x87ef350#7151)cupsWrite
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Operand stack at 0x84fced0:
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f1534: 0x0d name -nS------ 0x07b2 0x0854b174 = DefaultColorRendering
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f153c: 0x0b int  --F------ 0x0015 0x00000000 = 0
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f1544: 0x01 bool --F------ 0x0001 0x00000001 = true
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f154c: 0x0b int  --F------ 0x0001 0x00000001 = 1
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f1554: 0x12 str  --Lwrx--- 0x0006 0x0882ca88 = PAGE:
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Execution stack at 0x84fce94:
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2e9c: 0x0f oper --F---e-- 0x0000 0x021c7a8b = %interp_exit
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2ea4: 0x0d name --S---e-- 0x0375 0x084e0df0 = .runexec2
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2eac: 0x03 file --G-rx--- 0x0001 0x0870e510
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2eb4: 0x05 mpry --G-rxe-- 0x0006 0x08531a6e
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2ebc: 0x0e null --F---e-- 0x0003 0x021d538a
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2ec4: 0x0e null --F------ 0x084d 0x084dbf1c
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2ecc: 0x0b int  --F------ 0x0000 0x00000002 = 2
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2ed4: 0x0f oper --F---e-- 0x0000 0x021d4c95 = %stopped_push
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2edc: 0x03 file --G-rxe-- 0x0001 0x0870e510
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2ee4: 0x05 mpry --G-rxe-- 0x0002 0x08532384
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2eec: 0x06 spry --G-rxe-- 0x0002 0x0853230a
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2ef4: 0x04 arry --L-rxe-- 0x0003 0x08712698
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2efc: 0x04 arry --L-rxe-- 0x001c 0x0871255c
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f04: 0x0e null --F---e-- 0x0000 0x021c9f5b
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f0c: 0x0b int  --F------ 0x0000 0x00000001 = 1
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f14: 0x0b int  --F------ 0x0000 0x00000006 = 6
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f1c: 0x0f oper --F---e-- 0x0000 0x021c9f47 = %oparray_pop
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f24: 0x05 mpry --G-rxe-- 0x0005 0x08531b62
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f2c: 0x0e null --F---e-- 0x0000 0x021c9f5b
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f34: 0x0b int  --F------ 0x0000 0x00000002 = 2
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f3c: 0x0b int  --F------ 0x0000 0x00000006 = 6
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f44: 0x0f oper --F---e-- 0x0000 0x021c9f47 = %oparray_pop
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f4c: 0x05 mpry --G-rxe-- 0x0007 0x08571e9e
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f54: 0x0b int  --F------ 0x0861 0x00000005 = 5
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f5c: 0x04 arry --L-rxe-- 0x000e 0x0882ae14
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84f2f64: 0x05 mpry --G-rxe-- 0x0039 0x0853279a
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Dictionary stack at 0x84fce3c:
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84fcb3c: 0x02 dict --Gwrx--- 0x0000 0x084e368c
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84fcb44: 0x02 dict --Gwrx--- 0x0000 0x08543418
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84fcb4c: 0x02 dict --Lwrx--- 0x0000 0x084ed0e4
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84fcb54: 0x02 dict --Gwrx--- 0x0000 0x084e368c
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84fcb5c: 0x02 dict --Lwrx--- 0x0000 0x084edcd0
D [05/Jul/2010:15:43:15 +0530] [Job 2139] 0x84fcb64: 0x02 dict --Lwrx--- 0x0000 0x085f05bc
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Process 32418 ending: "foomatic-gswrapper -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEV..."
D [05/Jul/2010:15:43:15 +0530] [Job 2139] renderer return value: 255
D [05/Jul/2010:15:43:15 +0530] [Job 2139] renderer received signal: 255
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Process dying with "Caught termination signal: Job canceled", exit stat: 0
D [05/Jul/2010:15:43:15 +0530] [Job 2139] error: Broken pipe (32)
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Cleaning up ...
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Killing process 32416 (KID3) with signal 15
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Process dying with "Caught termination signal: Job canceled", exit stat: 0
D [05/Jul/2010:15:43:15 +0530] [Job 2139] error: Illegal seek (29)
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Cleaning up ...
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Killing process 32417 (KID4) with signal 15
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Process dying with "Caught termination signal: Job canceled", exit stat: 0
D [05/Jul/2010:15:43:15 +0530] [Job 2139] error:  (0)
D [05/Jul/2010:15:43:15 +0530] [Job 2139] Cleaning up ...
D [05/Jul/2010:15:43:17 +0530] [Job 2139] prtGeneralCurrentLocalization type is 0, expected 2!
D [05/Jul/2010:15:43:17 +0530] [Job 2139] backendRunLoop(print_fd=0, device_fd=5, snmp_fd=6, addr=0x807a824, use_bc=1, side_cb=0xcfa110)
D [05/Jul/2010:15:43:18 +0530] [Job 2139]
D [05/Jul/2010:15:43:18 +0530] [Job 2139] Closing foomatic-rip.
D [05/Jul/2010:15:43:19 +0530] [Job 2139] Killing process 32417 (KID4) with signal 9
D [05/Jul/2010:15:43:19 +0530] [Job 2139]
D [05/Jul/2010:15:43:19 +0530] [Job 2139] Closing foomatic-rip.
D [05/Jul/2010:15:43:20 +0530] [Job 2139] Killing process 32416 (KID3) with signal 9
D [05/Jul/2010:15:43:20 +0530] [Job 2139] Caught termination signal: Job canceled
D [05/Jul/2010:15:43:20 +0530] [Job 2139]
D [05/Jul/2010:15:43:20 +0530] [Job 2139] Closing foomatic-rip.
D [05/Jul/2010:15:43:20 +0530] PID 32411 (/usr/lib/cups/filter/foomatic-rip-hplip) exited with no errors.
E [05/Jul/2010:15:43:20 +0530] PID 32410 (/usr/lib/cups/filter/pstops) crashed on signal 13!

############

Please help me..

Thanks in Advance,
Sriharsha Kalluru.







More information about the cups mailing list