Package Details: lexmark-inkjet-legacy 1.0_1-8

Package Base: lexmark-inkjet-legacy
Description: Inkjet drivers for Lexmark printers & multifunction
Upstream URL: http://www.lexmark.com
Category: system
Licenses: custom
Submitter: None
Maintainer: atamisk
Last Packager: atamisk
Votes: 8
First Submitted: 2011-09-15 20:39
Last Updated: 2014-09-06 15:53

Dependencies (7)

Required by (0)

Sources

Latest Comments

Comment by atamisk

2014-09-06 15:55

Picked up package and added libusb-compat as a dependancy. libusb-compat is required for scanner functionality.

Anonymous comment

2014-01-28 21:31

I'm disowning this package, I don't have anymore a Lexmark printer. Thanks everybody for your feedback and help!

Comment by dmoebius

2013-10-14 10:41

Works fine with Lexmark Pro 805. Thanks for the good work!

However, the process "demond" is spamming up the systemd journal with entries such as
Okt 11 04:58:42 demond[1692]: src/discovery.c : 158 getHidDevices -- failed in opening HIDDEV file: /dev/hiddev1. No such file or directory

Those entries appear a 100 times every 15 seconds and quickly fill up the journal. I found a way to shut up demond:

Replace /usr/local/lexmark/legacy/bin/demond with a wrapper script that sets ENABLE_D_LOG=0 and then calls the original demond.

#!/bin/sh
export ENABLE_D_LOG=0
demond $@

Would be nice if you can add this to PKGBUILD. Thanks!

Comment by calvarr

2013-09-25 17:19

work fine with Lexmark pro209

Comment by qwertzdenek

2013-05-01 19:58

Thank you lto. This https://bugs.launchpad.net/ubuntu/+source/cups/+bug/902535 Ubuntu bug seems to be relevant. It looks like a problem with newer CUPS. I will try wired connection.

Anonymous comment

2013-05-01 19:43

Hello, as I wrote in the lx.install file this package doesn't support USB printing, because I had no success trying to get it working. You should switch to wired/wireless connection in order to enjoy this package

Comment by qwertzdenek

2013-05-01 09:15

Hi. I want to be sure. USB printing doesn't work and will not work, or I am the only? Printer is detected, errorlog says only some filter error. Frustrating is that I have got some test pages, but not everytime. My printer is S305 and 64bit Manjaro (same as Arch).

Comment by sxty

2013-04-06 03:19

After spending many unfruitful hours trying to unpackage the .deb from Lexmark's site and install this manually, I finally noticed that you had already made a PKGBUILD!

I will note that I had to run lx-postinstall.sh as sudo, and not root.

Anonymous comment

2012-09-16 23:20

Ok, I tried running lx-postinstall.sh and lxtoolbox under openbox and everything is fine. It turned out to be a problem with xmonad and java. Here is a workaround: http://www.haskell.org/haskellwiki/Xmonad/Frequently_asked_questions#Problems_with_Java_applications.2C_Applet_java_console

Anonymous comment

2012-09-13 21:36

@meszka
I'm not able to reproduce your issue ... however try rebuild the package, I've done some small change. Also be sure to start cups before running lx-postinstall.sh

Anonymous comment

2012-09-07 07:12

I'm also getting randomly "404 error" when trying to download the debs...The lexmark server seems to be having problems ...

Comment by srl

2012-09-06 23:04

Correction - I think it's just that the URL for 64-bit downloads is different from what the PKGBUILD generates. Sorry for the noise.

Comment by srl

2012-09-06 23:00

The associated tarball is now a 404 - is it still available somewhere else?

Anonymous comment

2012-09-05 15:58

I've got a problem with running lx-postinstall.sh and lxtoolbox with the included JRE - all I get is a blank gray window.
It works fine with openjdk6 (if I override the java path with JAVA_CMD="/usr/bin/java") but also doesn't work with jre7-openjdk.

Anonymous comment

2012-06-12 13:44

Bah i had to have cupsd runnning before i executed lx-postinstall.sh

Anonymous comment

2012-06-12 09:13

When i'm running lx-postinstall.sh as root it just keeps asking for my root user pass when i click "finish" after i found my printer and the screen proclaims i was successful (s305). Even if i write in the root pass it sais it was wrong and asks for it again. No, no caps involved... The pass is correct written, but maybe there is some write permission problems goin' on? Don't know what files lx-postinstall.sh/"the java program" wanna touch though.

Anonymous comment

2012-04-30 15:52

Aaaaah!! Thank you a lot for this package!!! I'm happy with my Arch box now ;)

Anonymous comment

2012-04-12 19:32

@caskale13c

glad you got it working :)

Anonymous comment

2012-04-12 15:59

OK, running lx-postinstall with kdesu rather than using su to root worked. Thanks for the thoughts.

Anonymous comment

2012-04-12 14:47

so, I use kde. will try with kdesu to see, since I don't have gksu. Will let you know what results. Your thoughts make me wonder if maybe there is a gnome requirement that I have not met.

Anonymous comment

2012-04-12 11:51

@caskale13c
not sure about it, but it seems a permission issue...
instead of switching to root you can try running lx-postinstall.sh with 'gksu'

Anonymous comment

2012-04-11 19:50

I get this message when I try to run lx-postinstall.sh:

root@cockfosters> lx-postinstall.sh ~
No protocol specified
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
at sun.awt.X11.XToolkit.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.Toolkit$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
at sun.swing.SwingUtilities2$AATextInfo.getAATextInfo(Unknown Source)
at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(Unknown Source)
at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(Unknown Source)
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(Unknown Source)
at javax.swing.UIManager.setLookAndFeel(Unknown Source)
at javax.swing.UIManager.setLookAndFeel(Unknown Source)
at mdwapclss.apps.ui.framework.Wizard.<clinit>(Wizard.java:92)
at mdwapclss.apps.postinstall.PostInstaller.main(PostInstaller.java:35)

Any thoughts. Thanks in advance

Comment by festerman

2012-04-09 16:04

Updated to the latest version (trying out yaourt, which I just found ...) and the postinstall script now works, even though my java is in /opt/java.
Can also confirm that the LANG workround works.

Anonymous comment

2012-03-31 09:43

If lxtoolbox fails to detect your printer, complaining about "print queue not supported" try this workaround:

$ env -u LANG lxtoolbox

It works for me

Anonymous comment

2012-02-05 17:30

thanks for your feedback festerman, I'll add xmessage to the depends array.
About java path in postinstall.sh I think "/usr/bin/java" should be ok for most users ... where is located your java executable and which java package did you install ?

Comment by festerman

2012-02-04 11:19

Got it working, but needed a hack to the post-install script, which has 4 possible paths to the java binary, none correct for my system.
Also, the post-install script uses xmessage, in case of an error ...

Anonymous comment

2011-11-26 20:47

Fixed symlinks creation, hope this helps solving your problems :-)

Anonymous comment

2011-11-26 08:05

I've a Lexmark Impact S305 (multifunctional). I installed that package, but
1. the scanner works well,
2. the printer does not works at all,
3. at boot i receive the following messages:

Wed Nov 23 07:15:44 2011: :: Starting UDev Daemon [BUSY] [DONE]
Wed Nov 23 07:15:44 2011: :: Triggering UDev uevents [BUSY] [DONE]
Wed Nov 23 07:15:44 2011: :: Waiting for UDev uevents to be processed [BUSY] udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-10.rules:7

Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-10.rules:7'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-10.rules:8
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-10.rules:8'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-10.rules:9
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-10.rules:9'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-10.rules:10
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-10.rules:10'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-10.rules:11
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-10.rules:11'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-util.rules:7
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-util.rules:7'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-util.rules:8
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-util.rules:8'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-util.rules:9
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-util.rules:9'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-util.rules:10
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-util.rules:10'
Wed Nov 23 07:15:44 2011: udevd[236]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/99-lexmarklegacy-util.rules:11
Wed Nov 23 07:15:44 2011: udevd[236]: invalid rule '/etc/udev/rules.d/99-lexmarklegacy-util.rules:11'
Wed Nov 23 07:15:44 2011: [DONE]


I hope in your help.

Anonymous comment

2011-11-26 05:22

[02/Nov/2011:11:32:07 +0100] [Job 1] FWPLUGIN: dlopen() Error: /usr/share/lexmark/legacy/lib/liblxkns09hpec: cannot open shared object file: No such file or directory

It should be noted that i cleared this error by making a symlink from liblxkns09hpec.so to liblxkns09hpec in the above listed directory. this is a hack, so if someone has a source-related solution, that'd be fantastic.

Cheers,
- Aaron

Anonymous comment

2011-11-20 10:30

It works perfectly, thank you.
(Just a detail - perhaps obvious for experts but I'm not :-P - the daemon cupsd should be started before running lx-install.sh)

Anonymous comment

2011-11-02 22:22

I've uploaded a new version that (hopefully) should work better ... let me know

Comment by ajes

2011-11-02 10:34

E [02/Nov/2011:11:30:49 +0100] Unable to open listen socket for address [v1.::1]:631 - Address family not supported by protocol.
E [02/Nov/2011:11:31:09 +0100] [cups-deviced] PID 9569 (snmp) stopped with status 1!
E [02/Nov/2011:11:32:07 +0100] PID 9984 (/usr/share/lexmark/legacy/bin/printfilter) crashed on signal 11.
E [02/Nov/2011:11:32:07 +0100] [Job 1] Job stopped due to filter errors; please consult the error_log file for details.
D [02/Nov/2011:11:32:07 +0100] [Job 1] The following messages were recorded from 11:32:00 to 11:32:07
D [02/Nov/2011:11:32:07 +0100] [Job 1] Adding start banner page "none".
D [02/Nov/2011:11:32:07 +0100] [Job 1] Adding end banner page "none".
D [02/Nov/2011:11:32:07 +0100] [Job 1] File of type application/vnd.cups-banner queued by "root".
D [02/Nov/2011:11:32:07 +0100] [Job 1] hold_until=0
D [02/Nov/2011:11:32:07 +0100] [Job 1] Queued on "lexmark" by "root".
D [02/Nov/2011:11:32:07 +0100] [Job 1] job-sheets=none,none
D [02/Nov/2011:11:32:07 +0100] [Job 1] argv[0]="lexmark"
D [02/Nov/2011:11:32:07 +0100] [Job 1] argv[1]="1"
D [02/Nov/2011:11:32:07 +0100] [Job 1] argv[2]="root"
D [02/Nov/2011:11:32:07 +0100] [Job 1] argv[3]="Test Page"
D [02/Nov/2011:11:32:07 +0100] [Job 1] argv[4]="1"
D [02/Nov/2011:11:32:07 +0100] [Job 1] argv[5]="job-uuid=urn:uuid:795fff6b-84ab-3b72-4e4f-d53a04f9f6a2 job-originating-host-name=localhost time-at-creation=1320229920 time-at-processing=1320229920 AP_D_InputSlot="
D [02/Nov/2011:11:32:07 +0100] [Job 1] argv[6]="/var/spool/cups/d00001-001"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[8]="HOME=/var/spool/cups/tmp"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[10]="SERVER_ADMIN=root@asus"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[11]="SOFTWARE=CUPS/1.5.0"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[13]="USER=root"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[14]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[16]="IPP_PORT=631"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[17]="CHARSET=utf-8"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[18]="LANG=pl.UTF-8"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[19]="PPD=/etc/cups/ppd/lexmark.ppd"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[20]="RIP_MAX_CACHE=128m"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[21]="CONTENT_TYPE=application/vnd.cups-banner"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[22]="DEVICE_URI=socket://10.0.0.7"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[23]="PRINTER_INFO="
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[24]="PRINTER_LOCATION="
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[25]="PRINTER=lexmark"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[26]="PRINTER_STATE_REASONS=none"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[27]="CUPS_FILETYPE=document"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[28]="FINAL_CONTENT_TYPE=printer/lexmark"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[29]="AUTH_I****"
D [02/Nov/2011:11:32:07 +0100] [Job 1] Started filter /usr/lib/cups/filter/bannertops (PID 9981)
D [02/Nov/2011:11:32:07 +0100] [Job 1] Started filter /usr/lib/cups/filter/pstops (PID 9982)
D [02/Nov/2011:11:32:07 +0100] [Job 1] Started filter /usr/lib/cups/filter/gstoraster (PID 9983)
D [02/Nov/2011:11:32:07 +0100] [Job 1] Started filter /usr/share/lexmark/legacy/bin/printfilter (PID 9984)
D [02/Nov/2011:11:32:07 +0100] [Job 1] Started backend /usr/lib/cups/backend/socket (PID 9985)
D [02/Nov/2011:11:32:07 +0100] [Job 1] STATE: +connecting-to-device
D [02/Nov/2011:11:32:07 +0100] [Job 1] Looking up "10.0.0.7"...
D [02/Nov/2011:11:32:07 +0100] [Job 1] load_banner(filename="/var/spool/cups/d00001-001")
D [02/Nov/2011:11:32:07 +0100] [Job 1] 1 #CUPS-BANNER
D [02/Nov/2011:11:32:07 +0100] [Job 1] 2 Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area
D [02/Nov/2011:11:32:07 +0100] [Job 1] 3 Header Printer Test Page
D [02/Nov/2011:11:32:07 +0100] [Job 1] 4 Footer Printer Test Page
D [02/Nov/2011:11:32:07 +0100] [Job 1] 5 Notice CUPS 1.5.0.
D [02/Nov/2011:11:32:07 +0100] [Job 1] 6 Image images/cups.png
D [02/Nov/2011:11:32:07 +0100] [Job 1] 7 Image images/color-wheel.png
D [02/Nov/2011:11:32:07 +0100] [Job 1] Page = 595x842; 10,36 to 586,837
D [02/Nov/2011:11:32:07 +0100] [Job 1] Page = 595x842; 10,36 to 586,837
D [02/Nov/2011:11:32:07 +0100] [Job 1] slow_collate=0, slow_duplex=0, slow_order=0
D [02/Nov/2011:11:32:07 +0100] [Job 1] Before copy_comments - %!PS-Adobe-3.0
D [02/Nov/2011:11:32:07 +0100] [Job 1] %!PS-Adobe-3.0
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%BoundingBox: 10 36 586 837
D [02/Nov/2011:11:32:07 +0100] [Job 1] %cupsRotation: 0
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%Creator: bannertops/CUPS v1.5.0
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%CreationDate: Wed Nov 2 11:32:00 2011
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%LanguageLevel: 2
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%DocumentData: Clean7Bit
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%Title: (Test Page)
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%For: (root)
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%Pages: 1
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%DocumentSuppliedResources: font Monospace
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%+ font Monospace-Bold
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%+ font Monospace-BoldOblique
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%+ font Monospace-Oblique
D [02/Nov/2011:11:32:07 +0100] [Job 1] %%EndComments
D [02/Nov/2011:11:32:07 +0100] [Job 1] Before copy_prolog - %%BeginProlog
D [02/Nov/2011:11:32:07 +0100] [Job 1] PNG image: 128x128x8, color_type=6 (RGB+ALPHA)
D [02/Nov/2011:11:32:07 +0100] [Job 1] PNG image: 192x128x8, color_type=2 (RGB)
D [02/Nov/2011:11:32:07 +0100] [Job 1] Before copy_setup - %%Page: coverpage 1
D [02/Nov/2011:11:32:07 +0100] [Job 1] Before page loop - %%Page: coverpage 1
D [02/Nov/2011:11:32:07 +0100] [Job 1] Copying page 1...
D [02/Nov/2011:11:32:07 +0100] [Job 1] pagew = 576.0, pagel = 801.0
D [02/Nov/2011:11:32:07 +0100] [Job 1] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 841
D [02/Nov/2011:11:32:07 +0100] [Job 1] PageLeft = 9.6, PageRight = 585.6
D [02/Nov/2011:11:32:07 +0100] [Job 1] PageTop = 837.0, PageBottom = 36.0
D [02/Nov/2011:11:32:07 +0100] [Job 1] PageWidth = 595.2, PageLength = 841.8
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 1 pages...
D [02/Nov/2011:11:32:07 +0100] [Job 1] PPD uses qualifier 'AllColors.Automatic.'
D [02/Nov/2011:11:32:07 +0100] [Job 1] Calling FindDeviceById(lexmark)
D [02/Nov/2011:11:32:07 +0100] [Job 1] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [02/Nov/2011:11:32:07 +0100] [Job 1] Failed to get profile filename!
D [02/Nov/2011:11:32:07 +0100] [Job 1] no profiles specified in PPD
D [02/Nov/2011:11:32:07 +0100] [Job 1] Set job-printer-state-message to "no profiles specified in PPD", current level=INFO
D [02/Nov/2011:11:32:07 +0100] [Job 1] Ghostscript command line: /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout -I/usr/share/cups/fonts -c -f -_
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[8]="HOME=/var/spool/cups/tmp"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[10]="SERVER_ADMIN=root@asus"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[11]="SOFTWARE=CUPS/1.5.0"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[13]="USER=root"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[14]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[16]="IPP_PORT=631"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[17]="CHARSET=utf-8"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[18]="LANG=pl.UTF-8"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[19]="PPD=/etc/cups/ppd/lexmark.ppd"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[20]="RIP_MAX_CACHE=128m"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[21]="CONTENT_TYPE=application/vnd.cups-banner"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[22]="DEVICE_URI=socket://10.0.0.7"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[23]="PRINTER_INFO="
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[24]="PRINTER_LOCATION="
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[25]="PRINTER=lexmark"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[26]="PRINTER_STATE_REASONS=none"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[27]="CUPS_FILETYPE=document"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[28]="FINAL_CONTENT_TYPE=printer/lexmark"
D [02/Nov/2011:11:32:07 +0100] [Job 1] envp[29]="AUTH_INFO_REQUIRED=none"
D [02/Nov/2011:11:32:07 +0100] [Job 1] Start rendering...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Set job-printer-state-message to "Start rendering...", current level=INFO
D [02/Nov/2011:11:32:07 +0100] [Job 1] Processing page 1...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [02/Nov/2011:11:32:07 +0100] [Job 1] hrDeviceDesc="Unknown"
D [02/Nov/2011:11:32:07 +0100] [Job 1] prtGeneralCurrentLocalization type is 0, expected 2!
D [02/Nov/2011:11:32:07 +0100] [Job 1] backendWaitLoop(snmp_fd=5, addr=0x7f4d55adf988, side_cb=0x7f4d555b2ce0)
D [02/Nov/2011:11:32:07 +0100] [Job 1] Connecting to 10.0.0.7:9100
D [02/Nov/2011:11:32:07 +0100] [Job 1] Connecting to printer.
D [02/Nov/2011:11:32:07 +0100] [Job 1] Set job-printer-state-message to "Connecting to printer.", current level=INFO
D [02/Nov/2011:11:32:07 +0100] [Job 1] STATE: -connecting-to-device
D [02/Nov/2011:11:32:07 +0100] [Job 1] Connected to printer.
D [02/Nov/2011:11:32:07 +0100] [Job 1] Set job-printer-state-message to "Connected to printer.", current level=INFO
D [02/Nov/2011:11:32:07 +0100] [Job 1] Connected to 10.0.0.7:9100...
D [02/Nov/2011:11:32:07 +0100] [Job 1] backendRunLoop(print_fd=0, device_fd=6, snmp_fd=5, addr=0x7f4d55adf988, use_bc=1, side_cb=0x7f4d555b2ce0)
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 9 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 939 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 9 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 9 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 18 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 8 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 8 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 939 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 10 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 10 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 15 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 10 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 10 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 15 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 16 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 16 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 18 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 9 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 9 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 18 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 12 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 12 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 17 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 10 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 10 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 23 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 8 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 8 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 17 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 13 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 13 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 22 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] Read 9 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Wrote 9 bytes of print data...
D [02/Nov/2011:11:32:07 +0100] [Job 1] Received 18 bytes of back-channel data
D [02/Nov/2011:11:32:07 +0100] [Job 1] FWPLUGIN: dlopen() Error: /usr/share/lexmark/legacy/lib/liblxkns09hpec: cannot open shared object file: No such file or directory
D [02/Nov/2011:11:32:07 +0100] [Job 1] Waiting for printer to finish.
D [02/Nov/2011:11:32:07 +0100] [Job 1] Set job-printer-state-message to "Waiting for printer to finish.", current level=INFO
D [02/Nov/2011:11:32:07 +0100] [Job 1] Ready to print.
D [02/Nov/2011:11:32:07 +0100] [Job 1] End of messages
D [02/Nov/2011:11:32:07 +0100] [Job 1] printer-state=3(idle)
D [02/Nov/2011:11:32:07 +0100] [Job 1] printer-state-message="Ready to print."
D [02/Nov/2011:11:32:07 +0100] [Job 1] printer-state-reasons=none