My bank creates pdf files which gs/hplip refuses to print

Asked by Rainer

Hello,

my bank generates pdf files which gs/hplip refuse to print (using kpdf), because /usr/lib/cups/filter/foomatic-rip failed. An example of these files is here:

http://bokomoko.de/~rd/uncompressed.pdf

I uncompressed the original file using "pdftk KKA-DKB.pdf output uncompressed.pdf uncompress" and changed the credit card data.

The full ipp report from CUPS is attached to that question.

Florian Kuenzer helped on debian-user to do some analysis which point somewhat to a hplip problem:

-> foomatic-rip produces pcl code and an error log:

rd@blackbox:~/tmp.nobackup$ foomatic-rip -v --ppd /etc/cups/ppd/hplj6p.ppd uncompressed.pdf > foomatic-rip.log 2> foomatic-rip.err
echo $?
rd@blackbox:~/tmp.nobackup$ echo $?
0
rd@blackbox:~/tmp.nobackup$

foomatic-rip.log and foomatic-rip.err are available here

http://bokomoko.de/~rd/foomatic-rip.log
http://bokomoko.de/~rd/foomatic-rip.err

The file can be made to print using

1) gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -o fixed.pdf uncompressed.pdf
    and print the rewritten fixed.pdf

   This also implies gs can read the pdf file and rewrite with the pdfwrite backend.

2) Use Adobe Acrobat (on Linux) to print the file

Also somebody tested the file with Adobe Acrobat Professional and at least no errors in the pdf file have been detected.

http://lists.debian.org/debian-user/2008/07/msg00413.html

Is this worth a hplip bug report?

I am happy to provide more details, if required please let me know.

The entire thread on debian-user (started in May, therefore scattered over 3 months):

http://lists.debian.org/debian-user/2008/05/msg01692.html
http://lists.debian.org/debian-user/2008/06/msg00023.html
http://lists.debian.org/debian-user/2008/07/msg00413.html

Thanks,
Rainer

Full IPP report of CUPS when trying to print uncompressed.pdf:

Attribute
Value
job-more-info
ipp://localhost:631/jobs/153
job-preserved
Wahr
job-printer-up-time
Sun Jul 6 17:36:20 2008
job-state-reasons
job-stopped
job-uri
ipp://localhost:631/jobs/153
printer-uri
ipp://localhost/printers/hplj6p
job-originating-user-name
rd
job-name
uncompressed.pdf
document-format
application/postscript
copies
1
orientation-requested
0x3
job-priority
50
job-uuid
urn:uuid:ea4a92d7-ed22-3376-5b14-8cc5a223e508
job-originating-host-name
localhost
time-at-creation
Sun Jul 6 17:36:06 2008
time-at-processing
Sun Jul 6 17:36:06 2008
time-at-completed

job-id
153
job-state
0x6
job-media-sheets-completed
0
job-printer-uri
ipp://blackbox.bokomoko.net:631/printers/hplj6p
job-name
uncompressed.pdf
job-k-octets
101
job-hold-until
no-hold
job-sheets
none
none
job-printer-state-message
/usr/lib/cups/filter/foomatic-rip failed
job-printer-state-reasons
none

Question information

Language:
English Edit question
Status:
Expired
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
John Hosszu (john-hosszu) said :
#1

Good Day

Could you post the output to,

$ hp-check -t

Also could you put CUPS error log into debug mode and post back your log when you try and print that pdf?

Thanks

jh

Revision history for this message
Rainer (rdorsch) said :
#2

Hi John,

thanks for the quick reply. This is the ouput of hp-check -t and the error_log of cups.

Rainer

****************BEGIN Output of hp-check -t***************************************

rd@blackbox:~/.kde/share/apps/konqueror$ hp-check -t

HP Linux Imaging and Printing System (ver. 2.8.6)
Dependency/Version Check Utility ver. 14.0

Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies are installed to
successfully compile HPLIP.
2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball has the proper
dependencies installed to successfully run.
3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases (both compile- and run-time dependencies).

Saving output in log file: hp-check.log

Initializing. Please wait...

---------------
| SYSTEM INFO |
---------------

Basic system information:
Linux blackbox 2.6.24-1-686 #1 SMP Thu May 8 02:16:39 UTC 2008 i686 GNU/Linux

Distribution:
debian testing

HPOJ running?
No, HPOJ is not running (OK).

Checking Python version...
OK, version 2.5.2 installed

Checking PyQt version...
OK, version 3.17 installed.

Checking SIP version...
error: SIP not installed or version not found.

Checking for CUPS...
Status: scheduler is running
error: Version: (Not available. CUPS may not be installed or not running.)

Checking for dbus/python-dbus...
dbus daemon is running.
python-dbus version: 0.82.4

------------------------------------
| COMPILE AND RUNTIME DEPENDENCIES |
------------------------------------

note: To check for compile-time only dependencies, re-run hp-check with the -c parameter (ie, hp-check -c).
note: To check for run-time only dependencies, re-run hp-check with the -r parameter (ie, hp-check -r).

Checking for dependency: cups - Common Unix Printing System...
OK, found.

Checking for dependency: cups-ddk - CUPS driver development kit...
OK, found.

Checking for dependency: cups-devel- Common Unix Printing System development files...
error: NOT FOUND! This is a REQUIRED/COMPILE TIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
su -c "apt-get install --force-yes -y libcupsys2-dev cupsys-bsd"

Checking for dependency: dbus - Message bus system...
OK, found.

Checking for dependency: gcc - GNU Project C and C++ Compiler...
OK, found.

Checking for dependency: GhostScript - PostScript and PDF language interpreter and previewer...
OK, found.

Checking for dependency: libcrypto - OpenSSL cryptographic library...
OK, found.

Checking for dependency: libjpeg - JPEG library...
OK, found.

Checking for dependency: libnetsnmp-devel - SNMP networking library development files...
error: NOT FOUND! This is a REQUIRED dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
su -c "apt-get install --force-yes -y libsnmp-dev"

Checking for dependency: libpthread - POSIX threads library...
OK, found.

Checking for dependency: libtool - Library building support services...
OK, found.

Checking for dependency: libusb - USB library...
OK, found.

Checking for dependency: make - GNU make utility to maintain groups of programs...
OK, found.

Checking for dependency: PIL - Python Imaging Library (required for commandline scanning with hp-scan)...
OK, found.

Checking for dependency: ppdev - Parallel port support kernel module....
OK, found.

Checking for dependency: PyQt - Qt interface for Python...
OK, found.

Checking for dependency: python-ctypes - A foreign function library for Python...
OK, found.

Checking for dependency: python-dbus - Python bindings for dbus...
OK, found.

Checking for dependency: python-devel - Python development files...
error: NOT FOUND! This is a REQUIRED/COMPILE TIME ONLY dependency. Please make sure that this dependency is installed before installing or running HPLIP.
To install this dependency, execute this command:
su -c "apt-get install --force-yes -y python-dev"

Checking for dependency: Python 2.3 or greater - Required for fax functionality...
OK, found.

Checking for dependency: Python 2.2 or greater - Python programming language...
OK, found.

Checking for dependency: Reportlab - PDF library for Python...
OK, found.

Checking for dependency: SANE - Scanning library...
OK, found.

Checking for dependency: SANE - Scanning library development files...
OK, found.

Checking for dependency: scanimage - Shell scanning program...
OK, found.

Checking for dependency: xsane - Graphical scanner frontend for SANE...
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP functionality may not function properly.
To install this dependency, execute this command:
su -c "apt-get install --force-yes -y sane"

----------------------
| HPLIP INSTALLATION |
----------------------

Currently installed HPLIP version...
HPLIP 2.8.6 currently installed in '/usr/share/hplip'.

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf. Generated from hplip.conf.in by configure.

[hplip]
version=2.8.6

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hpijs/HP
ppdbase=/usr/share/ppd/hpijs
doc=/usr/share/doc/hplip-doc/HTML
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
foomatic-drv-install=yes
foomatic-ppd-install=no
foomatic-rip-hplip-install=no
internal-tag=2.8.6.20

-------------------------------
| DISCOVERED PARALLEL DEVICES |
-------------------------------

  Device URI Model
  ------------------------------------------- -----------------------------------
  hp:/par/HP_LaserJet_6P?device=/dev/parport0 HP LaserJet 6P

--------------------------
| DISCOVERED USB DEVICES |
--------------------------

No devices found.

---------------------------------
| INSTALLED CUPS PRINTER QUEUES |
---------------------------------

hplj6p
------
Type: Unknown
Installed in HPLIP?: No, not using the hp: or hpfax: CUPS backend.
Device URI: parallel:/dev/lp0
PPD: /etc/cups/ppd/hplj6p.ppd
PPD Description: HP LaserJet 6P Foomatic/hpijs, hpijs 2.8.4.2 - HPLIP 2.8.4
Printer status: printer hplj6p is idle. enabled since Sun 01 Jun 2008 05:56:59 PM CEST
warning: Printer is not HPLIP installed. Printers must use the hp: or hpfax: CUPS backend to function in HPLIP.

----------------------
| SANE CONFIGURATION |
----------------------

'hpaio' in '/etc/sane.d/dll.conf'...
error: Not found. SANE backend 'hpaio' NOT properly setup (needs to be added to /etc/sane.d/dll.conf).

Checking output of 'scanimage -L'...

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).

---------------------
| PYTHON EXTENSIONS |
---------------------

Checking 'cupsext' CUPS extension...
OK, found.

Checking 'pcardext' Photocard extension...
OK, found.

Checking 'hpmudext' I/O extension...
OK, found.

Checking 'scanext' SANE scanning extension...
error: NOT FOUND OR FAILED TO LOAD! Please reinstall HPLIP and check for the proper installation of scanext.

-----------------
| USB I/O SETUP |
-----------------

Checking for permissions of USB attached printers...

-----------
| SUMMARY |
-----------

error: 9 errors and/or warnings.

Summary of needed commands to run to satisfy missing dependencies:
su -c "apt-get install --force-yes -y libcupsys2-dev cupsys-bsd"
su -c "apt-get install --force-yes -y libsnmp-dev"
su -c "apt-get install --force-yes -y python-dev"
su -c "apt-get install --force-yes -y sane"

Please refer to the installation instructions at:
http://hplip.sourceforge.net/install/index.html

Done.
rd@blackbox:~/.kde/share/apps/konqueror$

****************END Output of hp-check -t***************************************

**** BEGIN Output to /var/log/cups/error_log***************************************
D [07/Jul/2008:22:44:23 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:44:23 +0200] Report: clients=1
D [07/Jul/2008:22:44:23 +0200] Report: jobs=151
D [07/Jul/2008:22:44:23 +0200] Report: jobs-active=0
D [07/Jul/2008:22:44:23 +0200] Report: printers=1
D [07/Jul/2008:22:44:23 +0200] Report: printers-implicit=0
D [07/Jul/2008:22:44:23 +0200] Report: stringpool-string-count=614
D [07/Jul/2008:22:44:23 +0200] Report: stringpool-alloc-bytes=7288
D [07/Jul/2008:22:44:23 +0200] Report: stringpool-total-bytes=8920
D [07/Jul/2008:22:44:23 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:44:25 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:44:25 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:44:26 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:44:26 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:44:26 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:44:26 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:44:26 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:44:26 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Default
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:44:26 +0200] cupsdProcessIPPRequest: 9 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:44:26 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:44:26 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:44:26 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:44:26 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:44:26 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:44:26 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:44:26 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:44:26 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:44:26 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Default
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:44:26 +0200] cupsdProcessIPPRequest: 9 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:44:26 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:26 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:44:26 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:44:26 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:44:28 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:44:28 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:44:28 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:44:28 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:44:28 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:44:28 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:49:09 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:49:09 +0200] Report: clients=1
D [07/Jul/2008:22:49:09 +0200] Report: jobs=151
D [07/Jul/2008:22:49:09 +0200] Report: jobs-active=0
D [07/Jul/2008:22:49:09 +0200] Report: printers=1
D [07/Jul/2008:22:49:09 +0200] Report: printers-implicit=0
D [07/Jul/2008:22:49:09 +0200] Report: stringpool-string-count=614
D [07/Jul/2008:22:49:09 +0200] Report: stringpool-alloc-bytes=7288
D [07/Jul/2008:22:49:09 +0200] Report: stringpool-total-bytes=8920
D [07/Jul/2008:22:49:09 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:49:09 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:49:09 +0200] cupsdReadClient: 9 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:09 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:09 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:09 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:09 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:49:09 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:49:09 +0200] cupsdReadClient: 9 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:09 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:09 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:09 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:09 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:49:09 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:49:09 +0200] cupsdReadClient: 9 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:09 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:09 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:09 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:09 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:49:09 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:49:09 +0200] cupsdReadClient: 9 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:09 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:09 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:09 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:09 +0200] cupsdProcessIPPRequest: 9 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:09 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:49:09 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:49:09 +0200] cupsdReadClient: 9 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:09 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:09 +0200] Get-Printer-Attributes ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:09 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:09 +0200] cupsdCloseClient: 9
D [07/Jul/2008:22:49:10 +0200] cupsdAcceptClient: 9 from localhost (Domain)
D [07/Jul/2008:22:49:10 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [07/Jul/2008:22:49:10 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:10 +0200] Get-Printer-Attributes ipp://localhost/printers/hplj6p
D [07/Jul/2008:22:49:10 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:10 +0200] cupsdReadClient: 9 GET /printers/hplj6p.ppd HTTP/1.1
D [07/Jul/2008:22:49:10 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:10 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:10 +0200] cupsdReadClient: 11 POST /printers/hplj6p HTTP/1.1
D [07/Jul/2008:22:49:10 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:10 +0200] Print-Job ipp://localhost/printers/hplj6p
D [07/Jul/2008:22:49:10 +0200] print_job: auto-typing file...
D [07/Jul/2008:22:49:10 +0200] add_job: requesting-user-name="rd"
D [07/Jul/2008:22:49:10 +0200] Adding default job-sheets values "none,none"...
I [07/Jul/2008:22:49:10 +0200] [Job 154] Adding start banner page "none".
D [07/Jul/2008:22:49:10 +0200] Discarding unused job-created event...
I [07/Jul/2008:22:49:10 +0200] [Job 154] Adding job file of type application/postscript.
I [07/Jul/2008:22:49:10 +0200] [Job 154] Adding end banner page "none".
I [07/Jul/2008:22:49:10 +0200] [Job 154] Queued on "hplj6p" by "rd".
D [07/Jul/2008:22:49:10 +0200] [Job 154] hold_until = 0
D [07/Jul/2008:22:49:10 +0200] Discarding unused printer-state-changed event...
D [07/Jul/2008:22:49:10 +0200] [Job 154] job-sheets=none,none
D [07/Jul/2008:22:49:10 +0200] [Job 154] banner_page = 0
D [07/Jul/2008:22:49:10 +0200] [Job 154] argv[0]="hplj6p"
D [07/Jul/2008:22:49:10 +0200] [Job 154] argv[1]="154"
D [07/Jul/2008:22:49:10 +0200] [Job 154] argv[2]="rd"
D [07/Jul/2008:22:49:10 +0200] [Job 154] argv[3]="uncompressed.pdf"
D [07/Jul/2008:22:49:10 +0200] [Job 154] argv[4]="1"
D [07/Jul/2008:22:49:10 +0200] [Job 154] argv[5]="orientation-requested=3 job-uuid=urn:uuid:b35b51a7-5b85-3dde-6a74-d9eed0c6f14c"
D [07/Jul/2008:22:49:10 +0200] [Job 154] argv[6]="/var/spool/cups/d00154-001"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[9]="<email address hidden>"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[10]="SOFTWARE=CUPS/1.3.7"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[12]="TZ=Europe/Berlin"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[13]="USER=root"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[14]="CUPS_SERVER=/var/run/cups/cups.sock"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[16]="IPP_PORT=631"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[17]="CHARSET=utf-8"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[18]="LANG=en_US.UTF8"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[19]="PPD=/etc/cups/ppd/hplj6p.ppd"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[20]="RIP_MAX_CACHE=8m"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[21]="CONTENT_TYPE=application/postscript"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[22]="DEVICE_URI=parallel:/dev/lp0"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[23]="PRINTER=hplj6p"
D [07/Jul/2008:22:49:10 +0200] [Job 154] envp[24]="FINAL_CONTENT_TYPE=printer/hplj6p"
I [07/Jul/2008:22:49:10 +0200] [Job 154] Started filter /usr/lib/cups/filter/pstops (PID 7482)
I [07/Jul/2008:22:49:10 +0200] [Job 154] Started filter /usr/lib/cups/filter/foomatic-rip (PID 7485)
I [07/Jul/2008:22:49:10 +0200] [Job 154] Started backend /usr/lib/cups/backend/parallel (PID 7486)
D [07/Jul/2008:22:49:10 +0200] Discarding unused job-state-changed event...
D [07/Jul/2008:22:49:10 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:10 +0200] [Job 154] Page = 595x842; 18,14 to 577,828
D [07/Jul/2008:22:49:10 +0200] [Job 154] slow_collate=0, slow_duplex=0, slow_order=0
D [07/Jul/2008:22:49:10 +0200] [Job 154] Before copy_comments - %!PS-Adobe-3.0
D [07/Jul/2008:22:49:10 +0200] [Job 154] %!PS-Adobe-3.0
D [07/Jul/2008:22:49:10 +0200] [Job 154] %%Creator: DocBridge Mill/cpcold 2.05.01 (Apr 3 2008)
D [07/Jul/2008:22:49:10 +0200] [Job 154] %%Title: uncompressed.pdf
D [07/Jul/2008:22:49:10 +0200] [Job 154] %%LanguageLevel: 2
D [07/Jul/2008:22:49:10 +0200] [Job 154] %%DocumentSuppliedResources: (atend)
D [07/Jul/2008:22:49:10 +0200] [Job 154] %%DocumentMedia: plain 595 842 0 () ()
D [07/Jul/2008:22:49:10 +0200] [Job 154] %%BoundingBox: 0 0 595 842
D [07/Jul/2008:22:49:10 +0200] [Job 154] %%Pages: 2
D [07/Jul/2008:22:49:10 +0200] [Job 154] %%EndComments
D [07/Jul/2008:22:49:10 +0200] [Job 154] Before copy_prolog - %%BeginDefaults
D [07/Jul/2008:22:49:10 +0200] [Job 154] Before copy_setup - %%BeginSetup
D [07/Jul/2008:22:49:10 +0200] [Job 154] Before page loop - %%Page: 1 1
D [07/Jul/2008:22:49:10 +0200] [Job 154] Copying page 1...
D [07/Jul/2008:22:49:10 +0200] [Job 154] pagew = 559.0, pagel = 813.2
D [07/Jul/2008:22:49:10 +0200] [Job 154] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [07/Jul/2008:22:49:10 +0200] [Job 154] PageLeft = 18.0, PageRight = 577.0
D [07/Jul/2008:22:49:10 +0200] [Job 154] PageTop = 827.6, PageBottom = 14.4
D [07/Jul/2008:22:49:10 +0200] [Job 154] PageWidth = 595.0, PageLength = 842.0
D [07/Jul/2008:22:49:10 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] Discarding unused printer-state-changed event...
D [07/Jul/2008:22:49:11 +0200] [Job 154] backendRunLoop(print_fd=0, device_fd=5, use_bc=0, side_cb=0x8049660)
D [07/Jul/2008:22:49:11 +0200] Discarding unused printer-state-changed event...
D [07/Jul/2008:22:49:11 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:11 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:11 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:11 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:11 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:11 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:11 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:11 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:11 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:11 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:11 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:11 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:11 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:11 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:11 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:11 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:11 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:11 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:11 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:11 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:11 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:11 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:11 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:11 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:11 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:11 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:11 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:11 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:11 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:11 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:11 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:11 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:11 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:11 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:11 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:11 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:11 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:11 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] [Job 154] foomatic-rip version $Revision$ running...
D [07/Jul/2008:22:49:11 +0200] [Job 154] Parsing PPD file ...
D [07/Jul/2008:22:49:11 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:11 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:11 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:11 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:11 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:11 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option ColorSpace
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option PageSize
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option Model
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option PrintoutMode
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option InputSlot
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option Duplex
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option Quality
D [07/Jul/2008:22:49:11 +0200] [Job 154] *cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option PageRegion
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option ImageableArea
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option PaperDimension
D [07/Jul/2008:22:49:11 +0200] [Job 154] Added option Font
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] Parameter Summary
D [07/Jul/2008:22:49:11 +0200] [Job 154] -----------------
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] Spooler: cups
D [07/Jul/2008:22:49:11 +0200] [Job 154] Printer: hplj6p
D [07/Jul/2008:22:49:11 +0200] [Job 154] Shell: /bin/sh
D [07/Jul/2008:22:49:11 +0200] [Job 154] PPD file: /etc/cups/ppd/hplj6p.ppd
D [07/Jul/2008:22:49:11 +0200] [Job 154] ATTR file:
D [07/Jul/2008:22:49:11 +0200] [Job 154] Printer model: HP LaserJet 6P Foomatic/hpijs, hpijs 2.8.4.2 - HPLIP 2.8.4
D [07/Jul/2008:22:49:11 +0200] [Job 154] Job title: uncompressed.pdf
D [07/Jul/2008:22:49:11 +0200] [Job 154] File(s) to be printed:
D [07/Jul/2008:22:49:11 +0200] [Job 154] <STDIN>
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
D [07/Jul/2008:22:49:11 +0200] [Job 154] Pondering option 'orientation-requested=3'
D [07/Jul/2008:22:49:11 +0200] [Job 154] Unknown option orientation-requested=3.
D [07/Jul/2008:22:49:11 +0200] [Job 154] Pondering option 'job-uuid=urn:uuid:b35b51a7-5b85-3dde-6a74-d9eed0c6f14c'
D [07/Jul/2008:22:49:11 +0200] [Job 154] Unknown option job-uuid=urn:uuid:b35b51a7-5b85-3dde-6a74-d9eed0c6f14c.
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] ================================================
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] File: <STDIN>
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] ================================================
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] Reading PostScript input ...
D [07/Jul/2008:22:49:11 +0200] [Job 154] --> This document is DSC-conforming!
D [07/Jul/2008:22:49:11 +0200] [Job 154] 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 [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] -----------
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%BeginProlog
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%EndProlog
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] -----------
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%BeginSetup
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%BeginFeature: *PageRegion A4
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: PageRegion=A4 --> Option will be set by PostScript interpreter
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %% FoomaticRIPOptionSetting: PageSize=A4
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: PageSize=A4 --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%BeginFeature: *PrintoutMode Normal
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: PrintoutMode=Normal --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: PrintoutMode=Normal --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%BeginFeature: *InputSlot Default
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: InputSlot=Default --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %% FoomaticRIPOptionSetting: InputSlot=Default
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: InputSlot=Default --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%BeginFeature: *Quality FromPrintoutMode
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: Quality=FromPrintoutMode --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: Quality=FromPrintoutMode --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%BeginFeature: *Duplex None
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: Duplex=None --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %% FoomaticRIPOptionSetting: Duplex=None
D [07/Jul/2008:22:49:11 +0200] [Job 154] Option: Duplex=None --> Setting option
D [07/Jul/2008:22:49:11 +0200] [Job 154] Copying page 2...
D [07/Jul/2008:22:49:11 +0200] [Job 154] pagew = 559.0, pagel = 813.2
D [07/Jul/2008:22:49:11 +0200] [Job 154] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [07/Jul/2008:22:49:11 +0200] [Job 154] PageLeft = 18.0, PageRight = 577.0
D [07/Jul/2008:22:49:11 +0200] [Job 154] PageTop = 827.6, PageBottom = 14.4
D [07/Jul/2008:22:49:11 +0200] [Job 154] PageWidth = 595.0, PageLength = 842.0
D [07/Jul/2008:22:49:11 +0200] [Job 154] Wrote 2 pages...
D [07/Jul/2008:22:49:11 +0200] PID 7482 (/usr/lib/cups/filter/pstops) exited with no errors.
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%EndSetup
D [07/Jul/2008:22:49:11 +0200] [Job 154] Inserting PostScript code for CUPS' page accounting
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] -----------
D [07/Jul/2008:22:49:11 +0200] [Job 154] New page: 1 1
D [07/Jul/2008:22:49:11 +0200] [Job 154] Inserting option code into "PageSetup" section.
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%BeginPageSetup
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: %%EndPageSetup
D [07/Jul/2008:22:49:11 +0200] [Job 154] End of page header
D [07/Jul/2008:22:49:11 +0200] [Job 154] Stopping search for page header options
D [07/Jul/2008:22:49:11 +0200] [Job 154] Found: 0 Tr
D [07/Jul/2008:22:49:11 +0200] [Job 154] --> Output goes directly to the renderer now.
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] Starting renderer
D [07/Jul/2008:22:49:11 +0200] [Job 154] JCL: <job data>
D [07/Jul/2008:22:49:11 +0200] [Job 154]
D [07/Jul/2008:22:49:11 +0200] [Job 154] renderer PID kid4=7491
D [07/Jul/2008:22:49:11 +0200] [Job 154] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=842 -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 [07/Jul/2008:22:49:11 +0200] [Job 154] foomatic-gswrapper: gs '-sstdout=%stderr' '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' '-dDEVICEWIDTHPOINTS=595' '-dDEVICEHEIGHTPOINTS=842' '-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=%stdout' '-_'
D [07/Jul/2008:22:49:12 +0200] [Job 154] Error: /undefined in 65657865630dacfee94a97d7885511407709beab969bbdec114e26bb2653e449
D [07/Jul/2008:22:49:12 +0200] [Job 154] Operand stack:
D [07/Jul/2008:22:49:12 +0200] [Job 154] --dict:7/10(L)-- --nostringval--
D [07/Jul/2008:22:49:12 +0200] [Job 154] Execution stack:
D [07/Jul/2008:22:49:12 +0200] [Job 154] %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1905 1 3 %oparray_pop 1904 1 3 %oparray_pop 1888 1 3 %oparray_pop 1771 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
D [07/Jul/2008:22:49:12 +0200] [Job 154] Dictionary stack:
D [07/Jul/2008:22:49:12 +0200] [Job 154] --dict:1163/1684(ro)(G)-- --dict:0/20(G)-- --dict:99/200(L)-- --dict:65/75(L)--
D [07/Jul/2008:22:49:12 +0200] [Job 154] Current allocation mode is local
D [07/Jul/2008:22:49:12 +0200] [Job 154] Last OS error: 2
D [07/Jul/2008:22:49:12 +0200] [Job 154] GPL Ghostscript 8.62: Unrecoverable error, exit code 1
D [07/Jul/2008:22:49:12 +0200] [Job 154] renderer return value: 1
D [07/Jul/2008:22:49:12 +0200] [Job 154] renderer received signal: 1
D [07/Jul/2008:22:49:12 +0200] [Job 154] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
D [07/Jul/2008:22:49:12 +0200] [Job 154] error: Illegal seek (29)
D [07/Jul/2008:22:49:12 +0200] [Job 154] Possible error on renderer command line or PostScript error. Check options.
D [07/Jul/2008:22:49:12 +0200] [Job 154] tail process done writing data to STDOUT
D [07/Jul/2008:22:49:12 +0200] [Job 154] KID4 finished
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%PageTrailer
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Continue DSC parsing now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%Page: 2 2
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Continue DSC parsing now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] -----------
D [07/Jul/2008:22:49:12 +0200] [Job 154] New page: 2 2
D [07/Jul/2008:22:49:12 +0200] [Job 154] Inserting option code into "PageSetup" section.
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%Page: 2 2
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Output goes to the FIFO buffer now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%BeginPageSetup
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%EndPageSetup
D [07/Jul/2008:22:49:12 +0200] [Job 154] End of page header
D [07/Jul/2008:22:49:12 +0200] [Job 154] Stopping search for page header options
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: h
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Output goes directly to the renderer now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%PageTrailer
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Continue DSC parsing now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%Trailer
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Continue DSC parsing now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%DocumentSuppliedResources:
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Continue DSC parsing now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%Pages: 2
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Continue DSC parsing now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%BoundingBox: 0 0 595 842
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Continue DSC parsing now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Found: %%EOF
D [07/Jul/2008:22:49:12 +0200] [Job 154] --> Continue DSC parsing now.
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154]
D [07/Jul/2008:22:49:12 +0200] [Job 154] Closing renderer
D [07/Jul/2008:22:49:12 +0200] [Job 154] KID3 exited with status 3
D [07/Jul/2008:22:49:12 +0200] [Job 154] Renderer exit stat: 3
D [07/Jul/2008:22:49:12 +0200] [Job 154] Renderer process finished
D [07/Jul/2008:22:49:12 +0200] [Job 154] Killing process 7490 (KID3)
D [07/Jul/2008:22:49:12 +0200] [Job 154] Process dying with "Error closing renderer", exit stat: 3
D [07/Jul/2008:22:49:12 +0200] [Job 154] error: Illegal seek (29)
D [07/Jul/2008:22:49:12 +0200] [Job 154] Error closing renderer
E [07/Jul/2008:22:49:12 +0200] PID 7485 (/usr/lib/cups/filter/foomatic-rip) stopped with status 3!
D [07/Jul/2008:22:49:12 +0200] PID 7486 (/usr/lib/cups/backend/parallel) exited with no errors.
D [07/Jul/2008:22:49:12 +0200] [Job 154] File 0 is complete.
E [07/Jul/2008:22:49:12 +0200] [Job 154] Job stopped due to filter errors.
D [07/Jul/2008:22:49:12 +0200] Discarding unused printer-state-changed event...
D [07/Jul/2008:22:49:12 +0200] Discarding unused job-stopped event...
D [07/Jul/2008:22:49:13 +0200] [Job 154] Unloading...
D [07/Jul/2008:22:49:16 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:16 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:16 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:16 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:16 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:16 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:16 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:16 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:16 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:16 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:16 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:16 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:16 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:16 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:16 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:16 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:16 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:16 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:16 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:16 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:16 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:16 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:16 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:16 +0200] [Job 154] Loading attributes...
D [07/Jul/2008:22:49:16 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:16 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:21 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:21 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:21 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:21 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:21 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:21 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:21 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:21 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:21 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:21 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:21 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:21 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:21 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:21 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:21 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:21 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:21 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:21 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:21 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:21 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:21 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:21 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:21 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:21 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:21 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:26 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:26 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:26 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:26 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:26 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:26 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:26 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:26 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:26 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:26 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:26 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:26 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:26 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:26 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:26 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:26 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:26 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:26 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:26 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:26 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:26 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:26 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:31 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:31 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:31 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:31 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:31 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:31 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:31 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:31 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:31 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:31 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:31 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:31 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:31 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:31 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:31 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:31 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:31 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:31 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:31 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:31 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:31 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:31 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:31 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:31 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:31 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:36 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:36 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:36 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:36 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:36 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:36 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:36 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:36 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:36 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:36 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:36 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:36 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:36 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:36 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:36 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:36 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:36 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:36 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:36 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:36 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:36 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:36 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:36 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:36 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:36 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:41 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:41 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:41 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:41 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:41 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:41 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:41 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:41 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:41 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:41 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:41 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:41 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:41 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:41 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:41 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:41 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:41 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:41 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:41 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:41 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:41 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:41 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:41 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:41 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:41 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:46 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:46 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:46 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:46 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:46 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:46 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:46 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:46 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:46 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:46 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:46 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:46 +0200] cupsdAcceptClient: 12 from localhost (Domain)
D [07/Jul/2008:22:49:46 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:46 +0200] cupsdReadClient: 12 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:46 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:46 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:46 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:46 +0200] cupsdProcessIPPRequest: 12 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:46 +0200] cupsdCloseClient: 12
D [07/Jul/2008:22:49:46 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:46 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:46 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:46 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:46 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:46 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:51 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:51 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:51 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:51 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:51 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:51 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:51 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:51 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:51 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:51 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:51 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:51 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:51 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:51 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:51 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:51 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:51 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:51 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:51 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:51 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:51 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:51 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:51 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:51 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:51 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:56 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:56 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:56 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:56 +0200] CUPS-Get-Printers
D [07/Jul/2008:22:49:56 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:56 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:56 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:56 +0200] cupsdReadClient: 11 POST /classes/ HTTP/1.1
D [07/Jul/2008:22:49:56 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:56 +0200] CUPS-Get-Classes
D [07/Jul/2008:22:49:56 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:56 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:56 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:56 +0200] cupsdReadClient: 11 POST /printers/ HTTP/1.1
D [07/Jul/2008:22:49:56 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:56 +0200] CUPS-Get-Default
D [07/Jul/2008:22:49:56 +0200] CUPS-Get-Default client-error-not-found: No default printer
D [07/Jul/2008:22:49:56 +0200] cupsdProcessIPPRequest: 11 status_code=406 (client-error-not-found)
D [07/Jul/2008:22:49:56 +0200] cupsdCloseClient: 11
D [07/Jul/2008:22:49:56 +0200] cupsdAcceptClient: 11 from localhost (Domain)
D [07/Jul/2008:22:49:56 +0200] cupsdReadClient: 11 POST / HTTP/1.1
D [07/Jul/2008:22:49:56 +0200] cupsdAuthorize: No authentication data provided.
D [07/Jul/2008:22:49:56 +0200] Get-Jobs ipp://localhost:631/printers/hplj6p
D [07/Jul/2008:22:49:56 +0200] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [07/Jul/2008:22:49:56 +0200] cupsdCloseClient: 11
blackbox:~#

**** END Output to /var/log/cups/error_log***************************************

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#3

Are you able to print other pdf's correctly?

A

Revision history for this message
Rainer (rdorsch) said :
#4

I printed many pdfs before and I still can print pdfs.

I can even print this one with hplip after preprocessing it with the pdfwrite backend of gs:

http://lists.debian.org/debian-user/2008/06/msg00126.html

Were you able to print the pdf successfully with the hplip backend?

If yes, which gs/hplip version did you use?

Thanks,
Rainer

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#5

I can print the pdf you linked to using a photosmart printer, however the second page of the pdf is printing to the very top edge of the paper. The photosmart that I tested it with will print edge to edge. The problem is that the laserjets in most cases will not--so it's printing outside the printable area for the laserjet you are using and wont print.

I'm using 2.8.6 as well.

To solve this you could try to set the printer settings to "fit to page", which should adjust the margins automatically.

hp-toolbox
print settings
scroll down to fit to page, change to yes, re-test.

If this doesn't work you could try contacting the bank and telling them that they are making the pdf incorrectly..but I can't promise you'll get any sort of results...it is a bank. :)

Hope this helps.

Aaron

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#6

Also after looking over the cups error log this is consistent because the first page is being processed correctly and there is an error with cups processing the second page.

A

Revision history for this message
Rainer (rdorsch) said :
#7

Aaron,

sorry for the slow response, but I do not get

hp-toolbox

detecting my installed printer.

It always tells me "No Installed HP Deviced Found"

Since I can print on the HP LJ6P, the printer is known to my system (!).

How can I tell hp-toolbox what printer to select?

Alternatively can I change that in any config file or use a command line tool to change that?

I am also surprised that gs crashes in CUPS without notifying the user, when just the page tries to print something outside the printable range.

Would that be worth a bug report to give the user a more elaborate error message?

(I am not confirming yet, that this is the root cause of the problem though).

Thanks,
Rainer

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#8

Make sure to run hp-setup to configure the printer. Looking at your previous hp-check there is no printer queue configure to use the hp:/ backend. The hp-toolbox will then not detect the printer. Running hp-setup will configure the printer correctly. (should anyway).

Hope this helps.

Aaron

Revision history for this message
Rainer (rdorsch) said :
#9

Aaron,

thanks for that pointer, my printer was configures as parallel port printer parallel:/dev/lp0 . I followed your comments, setup a new printer queue, run hp-toolbox, changed fit to page to yes and rerun the test:

I see no improvement:

D [03/Sep/2008:22:39:02 +0200] [Job 236] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPO
INTS=792 -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="HP LaserJet" -dDuplex=false -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMo
de=0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7 -dIjsUseOutputFD -sOutputFile=- -
D [03/Sep/2008:22:39:02 +0200] [Job 236] foomatic-gswrapper: gs '-sstdout=%stderr' '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' '-dDEVICEW
IDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792' '-sDeviceManufacturer=HEWLETT-PACKARD' '-sDeviceModel=HP LaserJet' '-dDuplex=false' '-r300' '-sIjsParams=Quality:Quality=0,Quality:Colo
rMode=0,Quality:MediaType=0,Quality:PenSet=0,PS:MediaPosition=7' '-dIjsUseOutputFD' '-sOutputFile=%stdout' '-_'
D [03/Sep/2008:22:39:02 +0200] [Job 236] Error: /undefined in 65657865630dacfee94a97d7885511407709beab969bbdec114e26bb2653e449
D [03/Sep/2008:22:39:02 +0200] [Job 236] Operand stack:
D [03/Sep/2008:22:39:02 +0200] [Job 236] --dict:7/10(L)-- --nostringval--
D [03/Sep/2008:22:39:02 +0200] [Job 236] Execution stack:
D [03/Sep/2008:22:39:02 +0200] [Job 236] %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval--
--nostringval-- false 1 %stopped_push 1905 1 3 %oparray_pop 1904 1 3 %oparray_pop 1888 1 3 %oparray_pop 1771 1 3 %oparray_pop --nostringva
l-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
D [03/Sep/2008:22:39:02 +0200] [Job 236] Dictionary stack:
D [03/Sep/2008:22:39:02 +0200] [Job 236] --dict:1163/1684(ro)(G)-- --dict:0/20(G)-- --dict:93/200(L)-- --dict:65/75(L)--
D [03/Sep/2008:22:39:02 +0200] [Job 236] Current allocation mode is local
D [03/Sep/2008:22:39:02 +0200] [Job 236] Last OS error: 2
D [03/Sep/2008:22:39:02 +0200] [Job 236] GPL Ghostscript 8.62: Unrecoverable error, exit code 1
D [03/Sep/2008:22:39:02 +0200] [Job 236] renderer return value: 1
D [03/Sep/2008:22:39:02 +0200] [Job 236] renderer received signal: 1
D [03/Sep/2008:22:39:02 +0200] [Job 236] tail process done writing data to STDOUT
D [03/Sep/2008:22:39:02 +0200] [Job 236] KID4 finished
D [03/Sep/2008:22:39:02 +0200] [Job 236] Found: %%PageTrailer
D [03/Sep/2008:22:39:02 +0200] [Job 236] --> Continue DSC parsing now.
D [03/Sep/2008:22:39:02 +0200] [Job 236]
D [03/Sep/2008:22:39:02 +0200] [Job 236] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
D [03/Sep/2008:22:39:02 +0200] [Job 236] error: Illegal seek (29)
D [03/Sep/2008:22:39:02 +0200] [Job 236] Possible error on renderer command line or PostScript error. Check options.
D [03/Sep/2008:22:39:02 +0200] [Job 236] Found: %%Page: 2 2
D [03/Sep/2008:22:39:02 +0200] [Job 236] --> Continue DSC parsing now.

I am happy to contact the bank for the incorrect pdf, but I think it would be extremely helpful, if I would know what is wrong in the pdf.

Why do you think the pdf is wrong?

As mentioned in the debian-user thread, the pdfwrite backend of gs works fine, e.g.

gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -o fixed.pdf uncompressed.pdf

Only the hpijs backend is known to crash. The fixed.pdf can even be printed correctly by the hpijs backend.

Can you prove that it is a pdf problem and not a hpijs backend problem?

Thanks,
Rainer

Revision history for this message
Launchpad Janitor (janitor) said :
#10

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Rainer (rdorsch) said :
#11

Am Freitag, 19. September 2008 schrieb Launchpad Janitor:
> Your question #38386 on HPLIP changed:
> https://answers.launchpad.net/hplip/+question/38386
>
> Status: Open => Expired
>
> Launchpad Janitor expired the question:
> This question was expired because it remained in the 'Open' state
> without activity for the last 15 days.

I still have the problem, can I provide further information?

Thanks,
Rainer

--
Rainer Dorsch
Lärchenstr. 6
D-72135 Dettenhausen
07157-734133
email: <email address hidden>
jabber: <email address hidden>
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F 8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/

Revision history for this message
Launchpad Janitor (janitor) said :
#12

This question was expired because it remained in the 'Open' state without activity for the last 15 days.