Remote printing to HP LaserJet 5L requires manual form feed.

Leland Best drdent42 at comcast.net
Tue Aug 29 18:54:11 PDT 2006


Hello,

  I have two Linux boxes ('harry' and 'hermione', both kernel 2.6.17.9 and Debian "testing" as of Sunday August 27) both with CUPS 1.2.2 installed.  I have two printers set up on 'harry'.  One (hplj5l) is an HP LaserJet 5L directly connected to the parallel port.  The other (hpclj5net) is an HP Color LaserJet 5 connected via ethernet.  'hermione' has no manually added printers but finds out about the two on 'harry' automatically (via 'browsing' I guess)at start up.  All printing on 'harry' works fine.  Printing to 'hpclj5net' from 'hermione' works fine but printing to 'hplj5l' does not.  I have to press the button on the printer (there is only one!) to get it to print each page.  I tried directly connecting 'hplj5l' to 'hermione' and then the situation is reversed.  Printing from 'hermione' works fine but printing from 'harry' requires a manual form feed/page eject to print each page.

  Below I have copied the relevant portions of the error_log from the two machines (with logging at level 'debug') but I see no errors other than some complaints about the locale.  I've also copied the cupsd.conf files from the machines, and the PPD file.  I don't see any way to attach the PDF file I've been testing with.  BTW the exact same result ocurrs with plain Postscript.  Any help/info would be appreciated.

Yours
Leland


cupsd.conf on 'harry':

--------
#
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.
#
#   Copyright 1997-2005 by Easy Software Products, all rights reserved.
#
#   These coded instructions, statements, and computer programs are the
#   property of Easy Software Products and are protected by Federal
#   copyright law.  Distribution and use rights are outlined in the file
#   "LICENSE.txt" which should have been included with this file.  If this
#   file is missing or damaged please contact Easy Software Products
#   at:
#
#       Attn: CUPS Licensing Information
#       Easy Software Products
#       44141 Airport View Drive, Suite 204
#       Hollywood, Maryland 20636 USA
#
#       Voice: (301) 373-9600
#       EMail: cups-info at cups.org
#         WWW: http://www.cups.org
#

########################################################################
#                                                                      #
# This is the CUPS configuration file.  If you are familiar with       #
# Apache or any of the other popular web servers, we've followed the   #
# same format.  Any configuration variable used here has the same      #
# semantics as the corresponding variable in Apache.  If we need       #
# different functionality then a different name is used to avoid       #
# confusion...                                                         #
#                                                                      #
########################################################################


########
######## Server Identity
########

#
# ServerName: the hostname of your server, as advertised to the world.
# By default CUPS will use the hostname of the system.
#
# To set the default server used by clients, see the client.conf file.
#

#ServerName myhost.domain.com

#
# ServerAdmin: the email address to send all complaints/problems to.
# By default CUPS will use "root at hostname".
#

#ServerAdmin root at your.domain.com


########
######## Server Options
########

#
# AccessLog: the access log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/access_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#AccessLog /var/log/cups/access_log

#
# Classification: the classification level of the server.  If set, this
# classification is displayed on all pages, and raw printing is disabled.
# The default is the empty string.
#

#Classification classified
#Classification confidential
#Classification secret
#Classification topsecret
#Classification unclassified

#
# ClassifyOverride: whether to allow users to override the classification
# on printouts. If enabled, users can limit banner pages to before or
# after the job, and can change the classification of a job, but cannot
# completely eliminate the classification or banners.
#
# The default is off.
#

#ClassifyOverride off

#
# DataDir: the root directory for the CUPS data files.
# By default "/usr/share/cups".
#

#DataDir /usr/share/cups

#
# DefaultCharset: the default character set to use. If not specified,
# defaults to "utf-8".  Note that this can also be overridden in
# HTML documents...
#

DefaultCharset notused

#
# DefaultLanguage: the default language if not specified by the browser.
# If not specified, the current locale is used.
#

#DefaultLanguage en

#
# DocumentRoot: the root directory for HTTP documents that are served.
# By default "/usr/share/cups/doc-root".
#

#DocumentRoot /usr/share/cups/doc-root

#
# ErrorLog: the error log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/error_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#ErrorLog /var/log/cups/error_log

#
# FileDevice: determines whether the scheduler will allow new printers
# to be added using device URIs of the form "file:/foo/bar". The default
# is not to allow file devices due to the potential security vulnerability
# and due to the fact that file devices do not support raw printing.
#

#FileDevice No


#
# FontPath: the path to locate all font files (currently only for pstoraster)
# By default "/usr/share/cups/fonts".
#

#FontPath /usr/share/cups/fonts

#
# LogLevel: controls the number of messages logged to the ErrorLog
# file and can be one of the following:
#
#     debug2	Log everything.
#     debug	Log almost everything.
#     info      Log all requests and state changes.
#     warn      Log errors and warnings.
#     error     Log only errors.
#     none      Log nothing.
#

#LogLevel info
LogLevel debug

#
# MaxLogSize: controls the maximum size of each log file before they are
# rotated.  Defaults to 1048576 (1MB).  Set to 0 to disable log rotating.
#

#MaxLogSize 0

#
# PageLog: the page log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/page_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#PageLog /var/log/cups/page_log

#
# PreserveJobHistory: whether or not to preserve the job history after a
# job is completed, cancelled, or stopped.  Default is Yes.
#

#PreserveJobHistory Yes

#
# PreserveJobFiles: whether or not to preserve the job files after a
# job is completed, cancelled, or stopped.  Default is No.
#

#PreserveJobFiles No

#
# AutoPurgeJobs: automatically purge jobs when not needed for quotas.
# Default is No.
#

#AutoPurgeJobs No

#
# MaxCopies: maximum number of copies that a user can request. Default is
# 100.
#

#MaxCopies 100

#
# MaxJobs: maximum number of jobs to keep in memory (active and completed.)
# Default is 500; the value 0 is used for no limit.
#

#MaxJobs 500

#
# MaxJobsPerPrinter: maximum number of active jobs per printer. The default
# is 0 for no limit.
#

#MaxJobsPerPrinter 0

#
# MaxJobsPerUser: maximum number of active jobs per user. The default
# is 0 for no limit.
#

#MaxJobsPerUser 0

#
# MaxPrinterHistory: controls the maximum number of history collections
# in the printer-state-history attribute.  Set to 0 to disable history
# data.
#

#MaxPrinterHistory 10

#
# Printcap: the name of the printcap file.  Default is /etc/printcap.
# Leave blank to disable printcap file generation.
#

Printcap /var/run/cups/printcap

#
# PrintcapFormat: the format of the printcap file, currently either
# BSD or Solaris.  The default is "BSD".
#

#PrintcapFormat BSD
#PrintcapFormat Solaris

#
# PrintcapGUI: the name of the GUI options panel program to associate
# with print queues under IRIX.  The default is "/usr/bin/glpoptions"
# from ESP Print Pro.
#
# This option is only used under IRIX; the options panel program
# must accept the "-d printer" and "-o options" options and write
# the selected printer options back to stdout on completion.
#

#PrintcapGUI /usr/bin/glpoptions

#
# RequestRoot: the directory where request files are stored.
# By default "/var/spool/cups".
#

#RequestRoot /var/spool/cups

#
# RemoteRoot: the name of the user assigned to unauthenticated accesses
# from remote systems.  By default "remroot".
#

#RemoteRoot remroot

#
# ServerBin: the root directory for the scheduler executables.
# By default "/usr/lib/cups".
#

#ServerBin /usr/lib/cups

#
# ServerRoot: the root directory for the scheduler.
# By default "/etc/cups".
#

#ServerRoot /etc/cups


#
# ServerTokens: specifies what information in provided in the Server
# header of HTTP responses. The default is Minor.
#
# ServerTokens None
# ServerTokens ProductOnly       CUPS
# ServerTokens Major             CUPS/1
# ServerTokens Minor             CUPS/1.1
# ServerTokens Minimal           CUPS/1.1.23
# ServerTokens OS                CUPS/1.1.23 (uname)
# ServerTokens Full              CUPS/1.1.23 (uname) IPP/1.1
#

#ServerTokens Minor


########
######## Fax Support
########

#
# FaxRetryLimit: the number of times a fax job is retried.
# The default is 5 times.
#

#FaxRetryLimit 5

#
# FaxRetryInterval: the number of seconds between fax job retries.
# The default is 300 seconds/5 minutes.
#

#FaxRetryInterval 300


########
######## Encryption Support
########

#
# ServerCertificate: the file to read containing the server's certificate.
# Defaults to "/etc/cups/ssl/server.crt".
#

#ServerCertificate /etc/cups/ssl/server.crt

#
# ServerKey: the file to read containing the server's key.
# Defaults to "/etc/cups/ssl/server.key".
#

#ServerKey /etc/cups/ssl/server.key


########
######## Filter Options
########

#
# User/Group: the user and group the server runs under.  Normally this
# must be lp and lpadmin, however you can configure things for another
# user or group as needed.
#
# Note: the server must be run initially as root to support the
# default IPP port of 631.  It changes users whenever an external
# program is run, or if the RunAsUser directive is specified...
#

#User lp
#Group lpadmin

#
# RIPCache: the amount of memory that each RIP should use to cache
# bitmaps.  The value can be any real number followed by "k" for
# kilobytes, "m" for megabytes, "g" for gigabytes, or "t" for tiles
# (1 tile = 256x256 pixels.)  Defaults to "8m" (8 megabytes).
#

#RIPCache 8m

#
# TempDir: the directory to put temporary files in.  This directory must be
# writable by the user defined above!  Defaults to "/var/spool/cups/tmp" or
# the value of the TMPDIR environment variable.
#

#TempDir /var/spool/cups/tmp

#
# FilterLimit: sets the maximum cost of all job filters that can be run
# at the same time.  A limit of 0 means no limit.  A typical job may need
# a filter limit of at least 200; limits less than the minimum required
# by a job force a single job to be printed at any time.
#
# The default limit is 0 (unlimited).
#

#FilterLimit 0

########
######## Network Options
########

#
# Ports/addresses that we listen to.  The default port 631 is reserved
# for the Internet Printing Protocol (IPP) and is what we use here.
#
# You can have multiple Port/Listen lines to listen to more than one
# port or address, or to restrict access:
#
#    Port 80
#    Port 631
#    Listen hostname
#    Listen hostname:80
#    Listen hostname:631
#    Listen 1.2.3.4
#    Listen 1.2.3.4:631
#
# NOTE: Unfortunately, most web browsers don't support TLS or HTTP Upgrades
# for encryption.  If you want to support web-based encryption you'll
# probably need to listen on port 443 (the "https" port...)
#
# NOTE 2: In order for the command-line and web interfaces to work, you
# must have at least one Port or Listen line that allows access from the
# local loopback address (localhost).
#

#Port 80
#Port 443
#Port 631
Listen 127.0.0.1:631
Listen harry.hogwarts.net:631

#
# HostNameLookups: whether or not to do lookups on IP addresses to get a
# fully-qualified hostname.  This defaults to Off for performance reasons...
#

HostNameLookups On

#
# KeepAlive: whether or not to support the Keep-Alive connection
# option.  Default is on.
#

#KeepAlive On

#
# KeepAliveTimeout: the timeout before Keep-Alive connections are
# automatically closed.  Default is 60 seconds.
#

#KeepAliveTimeout 60

#
# MaxClients: controls the maximum number of simultaneous clients that
# will be handled.  Defaults to 100.
#

#MaxClients 100

#
# MaxClientsPerHost: controls the maximum number of simultaneous clients that
# will be handled from a specific host.  Defaults to 10 or 1/10th of the
# MaxClients setting, whichever is larger.  A value of 0 specifies the
# automatic (10 or 1/10th) setting.
#

#MaxClientsPerHost 0

#
# MaxRequestSize: controls the maximum size of HTTP requests and print files.
# Set to 0 to disable this feature (defaults to 0.)
#

#MaxRequestSize 0

#
# Timeout: the timeout before requests time out.  Default is 300 seconds.
#

#Timeout 300


########
######## Browsing Options
########

#
# Browsing: whether or not to broadcast and/or listen for CUPS printer
# information on the network.  Enabled by default.
#

#Browsing On

#
# BrowseProtocols: which protocols to use for browsing.  Can be
# any of the following separated by whitespace and/or commas:
#
#     all  - Use all supported protocols.
#     cups - Use the CUPS browse protocol.
#     slp  - Use the SLPv2 protocol.
#
# The default is "cups".
#
# NOTE: If you choose to use SLPv2, it is *strongly* recommended that
#       you have at least one SLP Directory Agent (DA) on your
#       network.  Otherwise, browse updates can take several seconds,
#       during which the scheduler will not respond to client
#       requests.
#

#BrowseProtocols cups

#
# BrowseAddress: specifies a broadcast address to be used.  By
# default browsing information is not sent!
#
# Note: HP-UX does not properly handle broadcast unless you have a
# Class A, B, C, or D netmask (i.e. no CIDR support).
#
# Note: Using the "global" broadcast address (255.255.255.255) will
# activate a Linux demand-dial link with the default configuration.
# If you have a LAN as well as the dial-up link, use the LAN's
# broadcast address.
#
# The @LOCAL address broadcasts to all non point-to-point interfaces.
# For example, if you have a LAN and a dial-up link, @LOCAL would
# send printer updates to the LAN but not to the dial-up link.
# Similarly, the @IF(name) address sends to the named network
# interface, e.g. @IF(eth0) under Linux.  Interfaces are refreshed
# automatically (no more than once every 60 seconds), so they can
# be used on dynamically-configured interfaces, e.g. PPP, 802.11, etc.
#

#BrowseAddress x.y.z.255
#BrowseAddress x.y.255.255
#BrowseAddress x.255.255.255
#BrowseAddress 255.255.255.255
#BrowseAddress @LOCAL
#BrowseAddress @IF(name)
BrowseAddress 192.168.1.255

#
# BrowseShortNames: whether or not to use "short" names for remote printers
# when possible (e.g. "printer" instead of "printer at host".)  Enabled by
# default.
#

#BrowseShortNames Yes

#
# BrowseAllow: specifies an address mask to allow for incoming browser
# packets. The default is to allow packets from all addresses.
#
# BrowseDeny: specifies an address mask to deny for incoming browser
# packets. The default is to deny packets from no addresses.
#
# Both "BrowseAllow" and "BrowseDeny" accept the following notations for
# addresses:
#
#     All
#     None
#     *.domain.com
#     .domain.com
#     host.domain.com
#     nnn.*
#     nnn.nnn.*
#     nnn.nnn.nnn.*
#     nnn.nnn.nnn.nnn
#     nnn.nnn.nnn.nnn/mm
#     nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
#     @LOCAL
#     @IF(name)
#
# The hostname/domainname restrictions only work if you have turned hostname
# lookups on!
#

#BrowseAllow address
#BrowseDeny address
BrowseAllow 192.168.1.0/255.255.255.0
BrowseDeny All

#
# BrowseInterval: the time between browsing updates in seconds.  Default
# is 30 seconds.
#
# Note that browsing information is sent whenever a printer's state changes
# as well, so this represents the maximum time between updates.
#
# Set this to 0 to disable outgoing broadcasts so your local printers are
# not advertised but you can still see printers on other hosts.
#

#BrowseInterval 30

#
# BrowseOrder: specifies the order of BrowseAllow/BrowseDeny comparisons.
#

#BrowseOrder allow,deny
#BrowseOrder deny,allow
BrowseOrder deny,allow

#
# BrowsePoll: poll the named server(s) for printers
#

#BrowsePoll address:port

#
# BrowsePort: the port used for UDP broadcasts.  By default this is
# the IPP port; if you change this you need to do it on all servers.
# Only one BrowsePort is recognized.
#

#BrowsePort 631

#
# BrowseRelay: relay browser packets from one address/network to another.
#

#BrowseRelay source-address destination-address
#BrowseRelay @IF(src) @IF(dst)

#
# BrowseTimeout: the timeout for network printers - if we don't
# get an update within this time the printer will be removed
# from the printer list.  This number definitely should not be
# less the BrowseInterval value for obvious reasons.  Defaults
# to 300 seconds.
#

#BrowseTimeout 300

#
# ImplicitClasses: whether or not to use implicit classes.
#
# Printer classes can be specified explicitly in the classes.conf
# file, implicitly based upon the printers available on the LAN, or
# both.
#
# When ImplicitClasses is On, printers on the LAN with the same name
# (e.g. Acme-LaserPrint-1000) will be put into a class with the same
# name. This allows you to setup multiple redundant queues on a LAN
# without a lot of administrative difficulties.  If a user sends a
# job to Acme-LaserPrint-1000, the job will go to the first available
# queue.
#
# Enabled by default.
#

#ImplicitClasses On

#
# ImplicitAnyClasses: whether or not to create "AnyPrinter" implicit
# classes.
#
# When ImplicitAnyClasses is On and a local queue of the same name
# exists, e.g. "printer", "printer at server1", "printer at server1", then
# an implicit class called "Anyprinter" is created instead.
#
# When ImplicitAnyClasses is Off, implicit classes are not created
# when there is a local queue of the same name.
#
# Disabled by default.
#

#ImplicitAnyCLasses Off

#
# HideImplicitMembers: whether or not to show the members of an
# implicit class.
#
# When HideImplicitMembers is On, any remote printers that are
# part of an implicit class are hidden from the user, who will
# then only see a single queue even though many queues will be
# supporting the implicit class.
#
# Enabled by default.
#

#HideImplicitMembers On


########
######## Security Options
########

#
# SystemGroup: the group name for "System" (printer administration)
# access.  The default varies depending on the operating system, but
# will be "sys", "system", or "root" (checked for in that order.)
#
# Debian: The default CUPS group is "lpadmin".
#

#SystemGroup lpadmin

#
# RootCertDuration: How frequently the root certificate is regenerated.
# Defaults to 300 seconds.
#

#RootCertDuration 300

#
# Access permissions for each directory served by the scheduler.
# Locations are relative to DocumentRoot...
#
# AuthType: the authorization to use:
#
#    None   - Perform no authentication
#    Basic  - Perform authentication using the HTTP Basic method.
#    Digest - Perform authentication using the HTTP Digest method.
#
#    (Note: local certificate authentication can be substituted by
#           the client for Basic or Digest when connecting to the
#           localhost interface)
#
# AuthClass: the authorization class; currently only "Anonymous", "User",
# "System" (valid user belonging to group SystemGroup), and "Group"
# (valid user belonging to the specified group) are supported.
#
# AuthGroupName: the group name for "Group" authorization.
#
# Order: the order of Allow/Deny processing.
#
# Allow: allows access from the specified hostname, domain, IP address,
# network, or interface.
#
# Deny: denies access from the specified hostname, domain, IP address,
# network, or interface.
#
# Both "Allow" and "Deny" accept the following notations for addresses:
#
#     All
#     None
#     *.domain.com
#     .domain.com
#     host.domain.com
#     nnn.*
#     nnn.nnn.*
#     nnn.nnn.nnn.*
#     nnn.nnn.nnn.nnn
#     nnn.nnn.nnn.nnn/mm
#     nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
#     @LOCAL
#     @IF(name)
#
# The host and domain address require that you enable hostname lookups
# with "HostNameLookups On" above.
#
# The @LOCAL address allows or denies from all non point-to-point
# interfaces.  For example, if you have a LAN and a dial-up link,
# @LOCAL could allow connections from the LAN but not from the dial-up
# link.  Similarly, the @IF(name) address allows or denies from the
# named network interface, e.g. @IF(eth0) under Linux.  Interfaces are
# refreshed automatically (no more than once every 60 seconds), so
# they can be used on dynamically-configured interfaces, e.g. PPP,
# 802.11, etc.
#
# Encryption: whether or not to use encryption; this depends on having
# the OpenSSL library linked into the CUPS library and scheduler.
#
# Possible values:
#
#     Always       - Always use encryption (SSL)
#     Never        - Never use encryption
#     Required     - Use TLS encryption upgrade
#     IfRequested  - Use encryption if the server requests it
#
# The default value is "IfRequested".
#

<Location />
Order Deny,Allow
Allow From 127.0.0.1
Allow From @IF(eth0)
#Deny From All
</Location>

<Location /classes>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

AuthType Basic
AuthClass User
</Location>

<Location /classes/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

AuthType Basic
AuthClass User
</Location>

<Location /jobs>
#
# You may wish to limit access to job operations, either with Allow
# and Deny lines, or by requiring a username and password.
#
AuthType Basic
AuthClass User
</Location>

<Location /printers>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

Order Deny,Allow
Allow From 127.0.0.1
Allow From @IF(eth0)
#Deny From All
</Location>

<Location /printers/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

## Anonymous access (default)
#AuthType None

## Require a username and password (Basic authentication)
#AuthType Basic
#AuthClass User

## Require a username and password (Digest/MD5 authentication)
#AuthType Digest
#AuthClass User

## Restrict access to local domain
#Order Deny,Allow
#Deny From All
#Allow From .mydomain.com
Order Deny,Allow
Allow From 127.0.0.1
Allow From @IF(eth0)
#Deny From All
</Location>

<Location /admin>
#
# You definitely will want to limit access to the administration functions.
# The default configuration requires a local connection from a user who
# is a member of the system group to do any admin tasks.  You can change
# the group name using the SystemGroup directive.
#

AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Allow From 127.0.0.1
Allow From @IF(eth0)
#Deny From All
#Encryption Required
</Location>

#
#
--------

error_log on 'harry':

--------
D [29/Aug/2006:12:55:52 -0600] cupsdAcceptClient: 8 from hermione.hogwarts.net:631 (IPv4)
D [29/Aug/2006:12:55:52 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:55:52 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:55:52 -0600] Get-Printer-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:55:52 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:55:52 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:55:52 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:55:52 -0600] Print-Job ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:55:52 -0600] print_job: request file type is application/pdf.
D [29/Aug/2006:12:55:52 -0600] add_job: requesting-user-name="lbest"
I [29/Aug/2006:12:55:52 -0600] Adding start banner page "none" to job 1990.
D [29/Aug/2006:12:55:52 -0600] Discarding unused job-created event...
I [29/Aug/2006:12:55:52 -0600] Adding end banner page "none" to job 1990.
I [29/Aug/2006:12:55:52 -0600] Job 1990 queued on "hplj5l" by "lbest".
D [29/Aug/2006:12:55:52 -0600] Job 1990 hold_until = 0
D [29/Aug/2006:12:55:52 -0600] Discarding unused printer-state-changed event...
D [29/Aug/2006:12:55:52 -0600] job-sheets=none,none
D [29/Aug/2006:12:55:52 -0600] banner_page = 0
D [29/Aug/2006:12:55:52 -0600] [Job 1990] argv[0]="hplj5l"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] argv[1]="1990"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] argv[2]="lbest"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] argv[3]="SigProcPhD.pdf"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] argv[4]="1"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] argv[5]="outputorder=normal number-up=1 nowrap position=center HPLJDensity=3 Economode=Standard Dithering=FSDithered MPTray=First Resolution=600 REt=Dark InputSlot=Manual PageSize=Letter job-uuid=urn:uuid:15f2bffb-b190-3b14-67ec-b839446a0eab lease-duration=300"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] argv[6]="/var/spool/cups/d01990-001"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[9]="SERVER_ADMIN=root at harry"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[10]="SOFTWARE=CUPS/1.2.2"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[12]="TZ=US/Mountain"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[13]="USER=root"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[14]="CUPS_SERVER=localhost"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[16]="IPP_PORT=631"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[17]="CHARSET=utf-8"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[18]="LANG=en"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[19]="PPD=/etc/cups/ppd/hplj5l.ppd"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[20]="RIP_MAX_CACHE=8m"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[21]="CONTENT_TYPE=application/pdf"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[22]="DEVICE_URI=parallel:/dev/lp0"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[23]="PRINTER=hplj5l"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] envp[24]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
I [29/Aug/2006:12:55:52 -0600] Started filter /usr/lib/cups/filter/pdftops (PID 4758) for job 1990.
I [29/Aug/2006:12:55:52 -0600] Started filter /usr/lib/cups/filter/pstops (PID 4759) for job 1990.
I [29/Aug/2006:12:55:52 -0600] Started filter /usr/lib/cups/filter/cupsomatic (PID 4760) for job 1990.
I [29/Aug/2006:12:55:52 -0600] Started backend /usr/lib/cups/backend/parallel (PID 4761) for job 1990.
D [29/Aug/2006:12:55:52 -0600] Discarding unused job-state event...
D [29/Aug/2006:12:55:52 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:55:52 -0600] [Job 1990] perl: warning: Setting locale failed.
D [29/Aug/2006:12:55:52 -0600] [Job 1990] perl: warning: Please check that your locale settings:
D [29/Aug/2006:12:55:52 -0600] [Job 1990] LANGUAGE = (unset),
D [29/Aug/2006:12:55:52 -0600] [Job 1990] LC_ALL = (unset),
D [29/Aug/2006:12:55:52 -0600] [Job 1990] LANG = "en"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] are supported and installed on your system.
D [29/Aug/2006:12:55:52 -0600] [Job 1990] perl: warning: Falling back to the standard locale ("C").
D [29/Aug/2006:12:55:52 -0600] [Job 1990] perl: warning: Setting locale failed.
D [29/Aug/2006:12:55:52 -0600] [Job 1990] perl: warning: Please check that your locale settings:
D [29/Aug/2006:12:55:52 -0600] [Job 1990] LANGUAGE = (unset),
D [29/Aug/2006:12:55:52 -0600] [Job 1990] LC_ALL = (unset),
D [29/Aug/2006:12:55:52 -0600] [Job 1990] LANG = "en"
D [29/Aug/2006:12:55:52 -0600] [Job 1990] are supported and installed on your system.
D [29/Aug/2006:12:55:52 -0600] [Job 1990] perl: warning: Falling back to the standard locale ("C").
D [29/Aug/2006:12:55:52 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:55:52 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:55:52 -0600] Get-Job-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:55:52 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:55:52 -0600] [Job 1990] backendRunLoop(print_fd=0, device_fd=4, use_bc=1)
E [29/Aug/2006:12:55:52 -0600] [Job 1990] pdftops-options: -cfg /etc/cups/pdftops.conf
D [29/Aug/2006:12:55:52 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:55:52 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:55:52 -0600] Get-Printer-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:55:52 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:55:52 -0600] [Job 1990] Page = 612x792; 0,0 to 612,792
D [29/Aug/2006:12:55:52 -0600] [Job 1990] slow_collate=0, slow_duplex=0, slow_order=0
D [29/Aug/2006:12:55:52 -0600] [Job 1990] Before copy_comments - %!PS-Adobe-3.0
D [29/Aug/2006:12:55:52 -0600] [Job 1990] %!PS-Adobe-3.0
D [29/Aug/2006:12:55:52 -0600] [Job 1990] %%Creator: xpdf/pdftops 3.01
D [29/Aug/2006:12:55:52 -0600] [Job 1990] %%LanguageLevel: 2
D [29/Aug/2006:12:55:52 -0600] [Job 1990] %%DocumentSuppliedResources: (atend)
D [29/Aug/2006:12:55:52 -0600] [Job 1990] %%DocumentMedia: plain 612 792 0 () ()
D [29/Aug/2006:12:55:52 -0600] [Job 1990] %%BoundingBox: 0 0 612 792
D [29/Aug/2006:12:55:52 -0600] [Job 1990] %%Pages: 2
D [29/Aug/2006:12:55:52 -0600] [Job 1990] %%EndComments
D [29/Aug/2006:12:55:52 -0600] [Job 1990] Before copy_prolog - %%BeginDefaults
D [29/Aug/2006:12:55:52 -0600] [Job 1990] Before copy_setup - %%BeginSetup
D [29/Aug/2006:12:55:53 -0600] [Job 1990] Before page loop - %%Page: 1 1
D [29/Aug/2006:12:55:53 -0600] [Job 1990] Copying page 1...
D [29/Aug/2006:12:55:53 -0600] [Job 1990] pagew = 612.0, pagel = 792.0
D [29/Aug/2006:12:55:53 -0600] [Job 1990] bboxw = 612, bboxl = 792
D [29/Aug/2006:12:55:53 -0600] [Job 1990] PageLeft = 0.0, PageRight = 612.0
D [29/Aug/2006:12:55:53 -0600] [Job 1990] PageTop = 792.0, PageBottom = 0.0
D [29/Aug/2006:12:55:53 -0600] [Job 1990] PageWidth = 612.0, PageLength = 792.0
D [29/Aug/2006:12:55:53 -0600] [Job 1990] Copying page 2...
D [29/Aug/2006:12:55:53 -0600] [Job 1990] pagew = 612.0, pagel = 792.0
D [29/Aug/2006:12:55:53 -0600] [Job 1990] bboxw = 612, bboxl = 792
D [29/Aug/2006:12:55:53 -0600] [Job 1990] PageLeft = 0.0, PageRight = 612.0
D [29/Aug/2006:12:55:53 -0600] [Job 1990] PageTop = 792.0, PageBottom = 0.0
D [29/Aug/2006:12:55:53 -0600] [Job 1990] PageWidth = 612.0, PageLength = 792.0
D [29/Aug/2006:12:55:53 -0600] [Job 1990] Wrote 2 pages...
D [29/Aug/2006:12:55:53 -0600] PID 4759 (/usr/lib/cups/filter/pstops) exited with no errors.
D [29/Aug/2006:12:55:53 -0600] PID 4758 (/usr/lib/cups/filter/pdftops) exited with no errors.
D [29/Aug/2006:12:55:53 -0600] [Job 1990] Read 472 bytes of print data...
D [29/Aug/2006:12:55:55 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:55:55 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:55:55 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:55:55 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:55:55 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:55:56 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:55:56 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:55:56 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:55:56 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:55:56 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:55:56 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:55:56 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:00 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:00 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:00 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:00 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:00 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:00 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:00 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:00 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:01 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:01 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:01 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:01 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:02 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:02 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:02 -0600] Get-Job-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:02 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:02 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:02 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:02 -0600] Get-Printer-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:02 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:05 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:05 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:05 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:05 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:05 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:05 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:05 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:05 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:06 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:06 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:06 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:06 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:10 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:10 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:10 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:10 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:10 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:10 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:10 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:10 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:11 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:11 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:11 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:11 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:12 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:12 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:12 -0600] Get-Job-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:12 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:12 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:13 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:13 -0600] Get-Printer-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:13 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Wrote 472 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:13 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:14 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:15 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:15 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:15 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:15 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:15 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:15 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:15 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:15 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:16 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:16 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:16 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:16 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:17 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:18 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:19 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:20 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:20 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:20 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:20 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:20 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:20 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:20 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:20 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:21 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:21 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:21 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:21 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:21 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:21 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:21 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:21 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:21 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:21 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:23 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:23 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:23 -0600] Get-Job-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:23 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:23 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:23 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:23 -0600] Get-Printer-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:23 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:25 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:25 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:25 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:25 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:25 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:25 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:25 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:25 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:26 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:26 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:26 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:26 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:30 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:30 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:30 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:30 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:30 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:30 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:30 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:30 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:31 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:31 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:31 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:31 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:33 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:33 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:33 -0600] Get-Job-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:33 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:33 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:33 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:33 -0600] Get-Printer-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:33 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:35 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:35 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:35 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:35 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:35 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:35 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:35 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:35 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:36 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:36 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:36 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:36 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:40 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:40 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:40 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:40 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:40 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:40 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:40 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:40 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:41 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:41 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:41 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:41 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:43 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:43 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:43 -0600] Get-Job-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:43 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:43 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:43 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:43 -0600] Get-Printer-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:43 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:45 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:45 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:45 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:45 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:45 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:45 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:45 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:45 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:46 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:46 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:46 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:46 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:50 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:50 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:50 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:50 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:50 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:50 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:50 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:50 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:51 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:51 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:51 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:51 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:53 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:53 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:53 -0600] Get-Job-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:53 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:53 -0600] cupsdReadClient: 8 POST /printers/hplj5l HTTP/1.1
D [29/Aug/2006:12:56:53 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:53 -0600] Get-Printer-Attributes ipp://harry:631/printers/hplj5l
D [29/Aug/2006:12:56:53 -0600] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:55 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:55 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:55 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:56:55 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:55 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:55 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:55 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:56:55 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:56 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:56:56 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:56:56 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:56:56 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:58 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:56:59 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:00 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:00 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:00 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:00 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:00 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:57:00 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:57:00 -0600] CUPS-Get-Printers
D [29/Aug/2006:12:57:00 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:57:00 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:57:00 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:57:00 -0600] Get-Printer-Attributes ipp://localhost/printers/hpclj5net
D [29/Aug/2006:12:57:00 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:57:01 -0600] cupsdReadClient: 7 POST / HTTP/1.1
D [29/Aug/2006:12:57:01 -0600] cupsdAuthorize: No authentication data provided.
D [29/Aug/2006:12:57:01 -0600] Get-Printer-Attributes ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:57:01 -0600] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:01 -0600] PID 4760 (/usr/lib/cups/filter/cupsomatic) exited with no errors.
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:02 -0600] [Job 1990] Read 8192 bytes of print data...
D [29/Aug/2006:12:57:03 -0600] [Job 1990] Wrote 8192 bytes of print data...
D [29/Aug/2006:12:57:03 -0600] [Job 1990] Read 7968 bytes of print data...
D [29/Aug/2006:12:57:03 -0600] [Job 1990] Wrote 7968 bytes of print data...
D [29/Aug/2006:12:57:03 -0600] PID 4761 (/usr/lib/cups/backend/parallel) exited with no errors.
D [29/Aug/2006:12:57:03 -0600] [Job 1990] File 0 is complete.
--------


cupsd.conf on hermione:

--------
#
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.
#
#   Copyright 1997-2005 by Easy Software Products, all rights reserved.
#
#   These coded instructions, statements, and computer programs are the
#   property of Easy Software Products and are protected by Federal
#   copyright law.  Distribution and use rights are outlined in the file
#   "LICENSE.txt" which should have been included with this file.  If this
#   file is missing or damaged please contact Easy Software Products
#   at:
#
#       Attn: CUPS Licensing Information
#       Easy Software Products
#       44141 Airport View Drive, Suite 204
#       Hollywood, Maryland 20636 USA
#
#       Voice: (301) 373-9600
#       EMail: cups-info at cups.org
#         WWW: http://www.cups.org
#

########################################################################
#                                                                      #
# This is the CUPS configuration file.  If you are familiar with       #
# Apache or any of the other popular web servers, we've followed the   #
# same format.  Any configuration variable used here has the same      #
# semantics as the corresponding variable in Apache.  If we need       #
# different functionality then a different name is used to avoid       #
# confusion...                                                         #
#                                                                      #
########################################################################


########
######## Server Identity
########

#
# ServerName: the hostname of your server, as advertised to the world.
# By default CUPS will use the hostname of the system.
#
# To set the default server used by clients, see the client.conf file.
#

#ServerName myhost.domain.com

#
# ServerAdmin: the email address to send all complaints/problems to.
# By default CUPS will use "root at hostname".
#

ServerAdmin lbest at harry.hogwarts.net


########
######## Server Options
########

#
# AccessLog: the access log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/access_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#AccessLog /var/log/cups/access_log

#
# Classification: the classification level of the server.  If set, this
# classification is displayed on all pages, and raw printing is disabled.
# The default is the empty string.
#

#Classification classified
#Classification confidential
#Classification secret
#Classification topsecret
#Classification unclassified

#
# ClassifyOverride: whether to allow users to override the classification
# on printouts. If enabled, users can limit banner pages to before or
# after the job, and can change the classification of a job, but cannot
# completely eliminate the classification or banners.
#
# The default is off.
#

#ClassifyOverride off

#
# DataDir: the root directory for the CUPS data files.
# By default "/usr/share/cups".
#

#DataDir /usr/share/cups

#
# DefaultCharset: the default character set to use. If not specified,
# defaults to "utf-8".  Note that this can also be overridden in
# HTML documents...
#

DefaultCharset notused

#
# DefaultLanguage: the default language if not specified by the browser.
# If not specified, the current locale is used.
#

#DefaultLanguage en

#
# DocumentRoot: the root directory for HTTP documents that are served.
# By default "/usr/share/cups/doc-root".
#

#DocumentRoot /usr/share/cups/doc-root

#
# ErrorLog: the error log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/error_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#ErrorLog /var/log/cups/error_log

#
# FileDevice: determines whether the scheduler will allow new printers
# to be added using device URIs of the form "file:/foo/bar". The default
# is not to allow file devices due to the potential security vulnerability
# and due to the fact that file devices do not support raw printing.
#

#FileDevice No


#
# FontPath: the path to locate all font files (currently only for pstoraster)
# By default "/usr/share/cups/fonts".
#

#FontPath /usr/share/cups/fonts

#
# LogLevel: controls the number of messages logged to the ErrorLog
# file and can be one of the following:
#
#     debug2	Log everything.
#     debug	Log almost everything.
#     info      Log all requests and state changes.
#     warn      Log errors and warnings.
#     error     Log only errors.
#     none      Log nothing.
#

LogLevel info
#LogLevel debug

#
# MaxLogSize: controls the maximum size of each log file before they are
# rotated.  Defaults to 1048576 (1MB).  Set to 0 to disable log rotating.
#

#MaxLogSize 0

#
# PageLog: the page log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# "/var/log/cups/page_log"
#
# You can also use the special name "syslog" to send the output to the
# syslog file or daemon.
#

#PageLog /var/log/cups/page_log

#
# PreserveJobHistory: whether or not to preserve the job history after a
# job is completed, cancelled, or stopped.  Default is Yes.
#

#PreserveJobHistory Yes

#
# PreserveJobFiles: whether or not to preserve the job files after a
# job is completed, cancelled, or stopped.  Default is No.
#

#PreserveJobFiles No

#
# AutoPurgeJobs: automatically purge jobs when not needed for quotas.
# Default is No.
#

#AutoPurgeJobs No

#
# MaxCopies: maximum number of copies that a user can request. Default is
# 100.
#

#MaxCopies 100

#
# MaxJobs: maximum number of jobs to keep in memory (active and completed.)
# Default is 500; the value 0 is used for no limit.
#

#MaxJobs 500

#
# MaxJobsPerPrinter: maximum number of active jobs per printer. The default
# is 0 for no limit.
#

#MaxJobsPerPrinter 0

#
# MaxJobsPerUser: maximum number of active jobs per user. The default
# is 0 for no limit.
#

#MaxJobsPerUser 0

#
# MaxPrinterHistory: controls the maximum number of history collections
# in the printer-state-history attribute.  Set to 0 to disable history
# data.
#

#MaxPrinterHistory 10

#
# Printcap: the name of the printcap file.  Default is /etc/printcap.
# Leave blank to disable printcap file generation.
#

Printcap /var/run/cups/printcap

#
# PrintcapFormat: the format of the printcap file, currently either
# BSD or Solaris.  The default is "BSD".
#

#PrintcapFormat BSD
#PrintcapFormat Solaris

#
# PrintcapGUI: the name of the GUI options panel program to associate
# with print queues under IRIX.  The default is "/usr/bin/glpoptions"
# from ESP Print Pro.
#
# This option is only used under IRIX; the options panel program
# must accept the "-d printer" and "-o options" options and write
# the selected printer options back to stdout on completion.
#

#PrintcapGUI /usr/bin/glpoptions

#
# RequestRoot: the directory where request files are stored.
# By default "/var/spool/cups".
#

#RequestRoot /var/spool/cups

#
# RemoteRoot: the name of the user assigned to unauthenticated accesses
# from remote systems.  By default "remroot".
#

#RemoteRoot remroot

#
# ServerBin: the root directory for the scheduler executables.
# By default "/usr/lib/cups".
#

#ServerBin /usr/lib/cups

#
# ServerRoot: the root directory for the scheduler.
# By default "/etc/cups".
#

#ServerRoot /etc/cups


#
# ServerTokens: specifies what information in provided in the Server
# header of HTTP responses. The default is Minor.
#
# ServerTokens None
# ServerTokens ProductOnly       CUPS
# ServerTokens Major             CUPS/1
# ServerTokens Minor             CUPS/1.1
# ServerTokens Minimal           CUPS/1.1.23
# ServerTokens OS                CUPS/1.1.23 (uname)
# ServerTokens Full              CUPS/1.1.23 (uname) IPP/1.1
#

#ServerTokens Minor


########
######## Fax Support
########

#
# FaxRetryLimit: the number of times a fax job is retried.
# The default is 5 times.
#

#FaxRetryLimit 5

#
# FaxRetryInterval: the number of seconds between fax job retries.
# The default is 300 seconds/5 minutes.
#

#FaxRetryInterval 300


########
######## Encryption Support
########

#
# ServerCertificate: the file to read containing the server's certificate.
# Defaults to "/etc/cups/ssl/server.crt".
#

#ServerCertificate /etc/cups/ssl/server.crt

#
# ServerKey: the file to read containing the server's key.
# Defaults to "/etc/cups/ssl/server.key".
#

#ServerKey /etc/cups/ssl/server.key


########
######## Filter Options
########

#
# User/Group: the user and group the server runs under.  Normally this
# must be lp and lpadmin, however you can configure things for another
# user or group as needed.
#
# Note: the server must be run initially as root to support the
# default IPP port of 631.  It changes users whenever an external
# program is run, or if the RunAsUser directive is specified...
#

#User lp
#Group lpadmin

#
# RIPCache: the amount of memory that each RIP should use to cache
# bitmaps.  The value can be any real number followed by "k" for
# kilobytes, "m" for megabytes, "g" for gigabytes, or "t" for tiles
# (1 tile = 256x256 pixels.)  Defaults to "8m" (8 megabytes).
#

#RIPCache 8m

#
# TempDir: the directory to put temporary files in.  This directory must be
# writable by the user defined above!  Defaults to "/var/spool/cups/tmp" or
# the value of the TMPDIR environment variable.
#

#TempDir /var/spool/cups/tmp

#
# FilterLimit: sets the maximum cost of all job filters that can be run
# at the same time.  A limit of 0 means no limit.  A typical job may need
# a filter limit of at least 200; limits less than the minimum required
# by a job force a single job to be printed at any time.
#
# The default limit is 0 (unlimited).
#

#FilterLimit 0

########
######## Network Options
########

#
# Ports/addresses that we listen to.  The default port 631 is reserved
# for the Internet Printing Protocol (IPP) and is what we use here.
#
# You can have multiple Port/Listen lines to listen to more than one
# port or address, or to restrict access:
#
#    Port 80
#    Port 631
#    Listen hostname
#    Listen hostname:80
#    Listen hostname:631
#    Listen 1.2.3.4
#    Listen 1.2.3.4:631
#
# NOTE: Unfortunately, most web browsers don't support TLS or HTTP Upgrades
# for encryption.  If you want to support web-based encryption you'll
# probably need to listen on port 443 (the "https" port...)
#
# NOTE 2: In order for the command-line and web interfaces to work, you
# must have at least one Port or Listen line that allows access from the
# local loopback address (localhost).
#

#Port 80
#Port 443
#Port 631
Listen 127.0.0.1:631
Listen hermione.hogwarts.net:631

#
# HostNameLookups: whether or not to do lookups on IP addresses to get a
# fully-qualified hostname.  This defaults to Off for performance reasons...
#

HostNameLookups On

#
# KeepAlive: whether or not to support the Keep-Alive connection
# option.  Default is on.
#

#KeepAlive On

#
# KeepAliveTimeout: the timeout before Keep-Alive connections are
# automatically closed.  Default is 60 seconds.
#

#KeepAliveTimeout 60

#
# MaxClients: controls the maximum number of simultaneous clients that
# will be handled.  Defaults to 100.
#

#MaxClients 100

#
# MaxClientsPerHost: controls the maximum number of simultaneous clients that
# will be handled from a specific host.  Defaults to 10 or 1/10th of the
# MaxClients setting, whichever is larger.  A value of 0 specifies the
# automatic (10 or 1/10th) setting.
#

#MaxClientsPerHost 0

#
# MaxRequestSize: controls the maximum size of HTTP requests and print files.
# Set to 0 to disable this feature (defaults to 0.)
#

#MaxRequestSize 0

#
# Timeout: the timeout before requests time out.  Default is 300 seconds.
#

#Timeout 300


########
######## Browsing Options
########

#
# Browsing: whether or not to broadcast and/or listen for CUPS printer
# information on the network.  Enabled by default.
#

#Browsing On

#
# BrowseProtocols: which protocols to use for browsing.  Can be
# any of the following separated by whitespace and/or commas:
#
#     all  - Use all supported protocols.
#     cups - Use the CUPS browse protocol.
#     slp  - Use the SLPv2 protocol.
#
# The default is "cups".
#
# NOTE: If you choose to use SLPv2, it is *strongly* recommended that
#       you have at least one SLP Directory Agent (DA) on your
#       network.  Otherwise, browse updates can take several seconds,
#       during which the scheduler will not respond to client
#       requests.
#

#BrowseProtocols cups

#
# BrowseAddress: specifies a broadcast address to be used.  By
# default browsing information is not sent!
#
# Note: HP-UX does not properly handle broadcast unless you have a
# Class A, B, C, or D netmask (i.e. no CIDR support).
#
# Note: Using the "global" broadcast address (255.255.255.255) will
# activate a Linux demand-dial link with the default configuration.
# If you have a LAN as well as the dial-up link, use the LAN's
# broadcast address.
#
# The @LOCAL address broadcasts to all non point-to-point interfaces.
# For example, if you have a LAN and a dial-up link, @LOCAL would
# send printer updates to the LAN but not to the dial-up link.
# Similarly, the @IF(name) address sends to the named network
# interface, e.g. @IF(eth0) under Linux.  Interfaces are refreshed
# automatically (no more than once every 60 seconds), so they can
# be used on dynamically-configured interfaces, e.g. PPP, 802.11, etc.
#

#BrowseAddress x.y.z.255
#BrowseAddress x.y.255.255
#BrowseAddress x.255.255.255
#BrowseAddress 255.255.255.255
#BrowseAddress @LOCAL
#BrowseAddress @IF(name)
#BrowseAddress @IF(eth0)
BrowseAddress 192.168.1.255

#
# BrowseShortNames: whether or not to use "short" names for remote printers
# when possible (e.g. "printer" instead of "printer at host".)  Enabled by
# default.
#

#BrowseShortNames Yes

#
# BrowseAllow: specifies an address mask to allow for incoming browser
# packets. The default is to allow packets from all addresses.
#
# BrowseDeny: specifies an address mask to deny for incoming browser
# packets. The default is to deny packets from no addresses.
#
# Both "BrowseAllow" and "BrowseDeny" accept the following notations for
# addresses:
#
#     All
#     None
#     *.domain.com
#     .domain.com
#     host.domain.com
#     nnn.*
#     nnn.nnn.*
#     nnn.nnn.nnn.*
#     nnn.nnn.nnn.nnn
#     nnn.nnn.nnn.nnn/mm
#     nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
#     @LOCAL
#     @IF(name)
#
# The hostname/domainname restrictions only work if you have turned hostname
# lookups on!
#

#BrowseAllow address
#BrowseDeny address
BrowseAllow 192.168.1.0/255.255.255.0
BrowseDeny All

#
# BrowseInterval: the time between browsing updates in seconds.  Default
# is 30 seconds.
#
# Note that browsing information is sent whenever a printer's state changes
# as well, so this represents the maximum time between updates.
#
# Set this to 0 to disable outgoing broadcasts so your local printers are
# not advertised but you can still see printers on other hosts.
#

#BrowseInterval 30

#
# BrowseOrder: specifies the order of BrowseAllow/BrowseDeny comparisons.
#

#BrowseOrder allow,deny
#BrowseOrder deny,allow
BrowseOrder deny,allow

#
# BrowsePoll: poll the named server(s) for printers
#

#BrowsePoll address:port

#
# BrowsePort: the port used for UDP broadcasts.  By default this is
# the IPP port; if you change this you need to do it on all servers.
# Only one BrowsePort is recognized.
#

#BrowsePort 631

#
# BrowseRelay: relay browser packets from one address/network to another.
#

#BrowseRelay source-address destination-address
#BrowseRelay @IF(src) @IF(dst)

#
# BrowseTimeout: the timeout for network printers - if we don't
# get an update within this time the printer will be removed
# from the printer list.  This number definitely should not be
# less the BrowseInterval value for obvious reasons.  Defaults
# to 300 seconds.
#

#BrowseTimeout 300

#
# ImplicitClasses: whether or not to use implicit classes.
#
# Printer classes can be specified explicitly in the classes.conf
# file, implicitly based upon the printers available on the LAN, or
# both.
#
# When ImplicitClasses is On, printers on the LAN with the same name
# (e.g. Acme-LaserPrint-1000) will be put into a class with the same
# name. This allows you to setup multiple redundant queues on a LAN
# without a lot of administrative difficulties.  If a user sends a
# job to Acme-LaserPrint-1000, the job will go to the first available
# queue.
#
# Enabled by default.
#

#ImplicitClasses On

#
# ImplicitAnyClasses: whether or not to create "AnyPrinter" implicit
# classes.
#
# When ImplicitAnyClasses is On and a local queue of the same name
# exists, e.g. "printer", "printer at server1", "printer at server1", then
# an implicit class called "Anyprinter" is created instead.
#
# When ImplicitAnyClasses is Off, implicit classes are not created
# when there is a local queue of the same name.
#
# Disabled by default.
#

#ImplicitAnyCLasses Off

#
# HideImplicitMembers: whether or not to show the members of an
# implicit class.
#
# When HideImplicitMembers is On, any remote printers that are
# part of an implicit class are hidden from the user, who will
# then only see a single queue even though many queues will be
# supporting the implicit class.
#
# Enabled by default.
#

#HideImplicitMembers On


########
######## Security Options
########

#
# SystemGroup: the group name for "System" (printer administration)
# access.  The default varies depending on the operating system, but
# will be "sys", "system", or "root" (checked for in that order.)
#
# Debian: The default CUPS group is "lpadmin".
#

#SystemGroup lpadmin

#
# RootCertDuration: How frequently the root certificate is regenerated.
# Defaults to 300 seconds.
#

#RootCertDuration 300

#
# Access permissions for each directory served by the scheduler.
# Locations are relative to DocumentRoot...
#
# AuthType: the authorization to use:
#
#    None   - Perform no authentication
#    Basic  - Perform authentication using the HTTP Basic method.
#    Digest - Perform authentication using the HTTP Digest method.
#
#    (Note: local certificate authentication can be substituted by
#           the client for Basic or Digest when connecting to the
#           localhost interface)
#
# AuthClass: the authorization class; currently only "Anonymous", "User",
# "System" (valid user belonging to group SystemGroup), and "Group"
# (valid user belonging to the specified group) are supported.
#
# AuthGroupName: the group name for "Group" authorization.
#
# Order: the order of Allow/Deny processing.
#
# Allow: allows access from the specified hostname, domain, IP address,
# network, or interface.
#
# Deny: denies access from the specified hostname, domain, IP address,
# network, or interface.
#
# Both "Allow" and "Deny" accept the following notations for addresses:
#
#     All
#     None
#     *.domain.com
#     .domain.com
#     host.domain.com
#     nnn.*
#     nnn.nnn.*
#     nnn.nnn.nnn.*
#     nnn.nnn.nnn.nnn
#     nnn.nnn.nnn.nnn/mm
#     nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
#     @LOCAL
#     @IF(name)
#
# The host and domain address require that you enable hostname lookups
# with "HostNameLookups On" above.
#
# The @LOCAL address allows or denies from all non point-to-point
# interfaces.  For example, if you have a LAN and a dial-up link,
# @LOCAL could allow connections from the LAN but not from the dial-up
# link.  Similarly, the @IF(name) address allows or denies from the
# named network interface, e.g. @IF(eth0) under Linux.  Interfaces are
# refreshed automatically (no more than once every 60 seconds), so
# they can be used on dynamically-configured interfaces, e.g. PPP,
# 802.11, etc.
#
# Encryption: whether or not to use encryption; this depends on having
# the OpenSSL library linked into the CUPS library and scheduler.
#
# Possible values:
#
#     Always       - Always use encryption (SSL)
#     Never        - Never use encryption
#     Required     - Use TLS encryption upgrade
#     IfRequested  - Use encryption if the server requests it
#
# The default value is "IfRequested".
#

<Location />
Order Deny,Allow
Allow From 127.0.0.1
Allow From @IF(eth0)
#Deny From All
</Location>

#<Location /classes>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
#</Location>

<Location /classes/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
AuthType Basic
AuthClass User
</Location>

<Location /jobs>
#
# You may wish to limit access to job operations, either with Allow
# and Deny lines, or by requiring a username and password.
#
AuthType Basic
AuthClass User
</Location>

<Location /printers>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

Order Deny,Allow
Allow From 127.0.0.1
Allow From @IF(eth0)
#Deny From All
</Location>

<Location /printers/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

## Anonymous access (default)
#AuthType None

## Require a username and password (Basic authentication)
#AuthType Basic
#AuthClass User

## Require a username and password (Digest/MD5 authentication)
#AuthType Digest
#AuthClass User

## Restrict access to local domain
#Order Deny,Allow
#Deny From All
#Allow From .mydomain.com
Order Deny,Allow
Allow From 127.0.0.1
Allow From @IF(eth0)
#Deny From All
</Location>

<Location /admin>
#
# You definitely will want to limit access to the administration functions.
# The default configuration requires a local connection from a user who
# is a member of the system group to do any admin tasks.  You can change
# the group name using the SystemGroup directive.
#

AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Allow From 127.0.0.1
Allow From @IF(eth0)
#Deny From All

#Encryption Required
</Location>

#
#
--------

error_log on hermione:

--------
D [29/Aug/2006:12:55:52 -0600] Print-Job ipp://localhost/printers/hplj5l
D [29/Aug/2006:12:55:52 -0600] print_job: auto-typing file...
D [29/Aug/2006:12:55:52 -0600] print_job: request file type is application/pdf.
D [29/Aug/2006:12:55:52 -0600] add_job: requesting-user-name="lbest"
D [29/Aug/2006:12:55:52 -0600] Discarding unused job-created event...
I [29/Aug/2006:12:55:52 -0600] Job 12 queued on "hplj5l" by "lbest".
D [29/Aug/2006:12:55:52 -0600] Job 12 hold_until = 0
D [29/Aug/2006:12:55:52 -0600] [Job 12] Sending job to queue tagged as raw...
D [29/Aug/2006:12:55:52 -0600] No job-sheets attribute.
D [29/Aug/2006:12:55:52 -0600] ... but someone added one without setting job_sheets!
D [29/Aug/2006:12:55:52 -0600] banner_page = 0
D [29/Aug/2006:12:55:52 -0600] [Job 12] argv[0]="hplj5l"
D [29/Aug/2006:12:55:52 -0600] [Job 12] argv[1]="12"
D [29/Aug/2006:12:55:52 -0600] [Job 12] argv[2]="lbest"
D [29/Aug/2006:12:55:52 -0600] [Job 12] argv[3]="SigProcPhD.pdf"
D [29/Aug/2006:12:55:52 -0600] [Job 12] argv[4]="1"
D [29/Aug/2006:12:55:52 -0600] [Job 12] argv[5]="outputorder=normal number-up=1 nowrap position=center HPLJDensity=3 Economode=Standard Dithering=FSDithered MPTray=First Resolution=600 REt=Dark InputSlot=Manual PageSize=Letter job-priority=50 job-uuid=urn:uuid:15f2bffb-b190-3b14-67ec-b839446a0eab job-sheets=none,none lease-duration=300 job-hold-until=no-hold"
D [29/Aug/2006:12:55:52 -0600] [Job 12] argv[6]="/var/spool/cups/d00012-001"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[9]="SERVER_ADMIN=lbest at harry.hogwarts.net"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[10]="SOFTWARE=CUPS/1.2.2"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[12]="TZ=US/Mountain"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[13]="USER=root"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[14]="CUPS_SERVER=localhost"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[16]="IPP_PORT=631"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[17]="CHARSET=utf-8"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[18]="LANG=en"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[19]="PPD=/etc/cups/ppd/hplj5l.ppd"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[20]="RIP_MAX_CACHE=8m"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[21]="CONTENT_TYPE=application/pdf"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[22]="DEVICE_URI=ipp://harry:631/printers/hplj5l"
D [29/Aug/2006:12:55:52 -0600] [Job 12] envp[23]="PRINTER=hplj5l"
I [29/Aug/2006:12:55:52 -0600] Started backend /usr/lib/cups/backend/ipp (PID 2248) for job 12.
D [29/Aug/2006:12:55:52 -0600] Discarding unused job-state event...
D [29/Aug/2006:12:55:52 -0600] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [29/Aug/2006:12:55:52 -0600] [Job 12] 1 files to send in job...
D [29/Aug/2006:12:55:52 -0600] [Job 12] Getting supported attributes...
D [29/Aug/2006:12:55:52 -0600] [Job 12] document-format-supported (27 values)
D [29/Aug/2006:12:55:52 -0600] [0] = "application/octet-stream"
D [29/Aug/2006:12:55:52 -0600] [1] = "application/pdf"
D [29/Aug/2006:12:55:52 -0600] [2] = "application/postscript"
D [29/Aug/2006:12:55:52 -0600] [3] = "application/vnd.cups-postscript"
D [29/Aug/2006:12:55:52 -0600] [4] = "application/vnd.cups-raw"
D [29/Aug/2006:12:55:52 -0600] [5] = "application/vnd.hp-hpgl"
D [29/Aug/2006:12:55:52 -0600] [6] = "application/x-cshell"
D [29/Aug/2006:12:55:52 -0600] [7] = "application/x-csource"
D [29/Aug/2006:12:55:52 -0600] [8] = "application/x-perl"
D [29/Aug/2006:12:55:52 -0600] [9] = "application/x-shell"
D [29/Aug/2006:12:55:52 -0600] [10] = "image/gif"
D [29/Aug/2006:12:55:52 -0600] [11] = "image/jpeg"
D [29/Aug/2006:12:55:52 -0600] [12] = "image/png"
D [29/Aug/2006:12:55:52 -0600] [13] = "image/tiff"
D [29/Aug/2006:12:55:52 -0600] [14] = "image/x-bitmap"
D [29/Aug/2006:12:55:52 -0600] [15] = "image/x-photocd"
D [29/Aug/2006:12:55:52 -0600] [16] = "image/x-portable-anymap"
D [29/Aug/2006:12:55:52 -0600] [17] = "image/x-portable-bitmap"
D [29/Aug/2006:12:55:52 -0600] [18] = "image/x-portable-graymap"
D [29/Aug/2006:12:55:52 -0600] [19] = "image/x-portable-pixmap"
D [29/Aug/2006:12:55:52 -0600] [20] = "image/x-sgi-rgb"
D [29/Aug/2006:12:55:52 -0600] [21] = "image/x-sun-raster"
D [29/Aug/2006:12:55:52 -0600] [22] = "image/x-xbitmap"
D [29/Aug/2006:12:55:52 -0600] [23] = "image/x-xpixmap"
D [29/Aug/2006:12:55:52 -0600] [24] = "text/html"
D [29/Aug/2006:12:55:52 -0600] [25] = "text/plain"
D [29/Aug/2006:12:55:52 -0600] [26] = ""
D [29/Aug/2006:12:55:52 -0600] [Job 12] printer-uri = "ipp://harry:631/printers/hplj5l"
D [29/Aug/2006:12:55:52 -0600] [Job 12] requesting-user-name = "lbest"
D [29/Aug/2006:12:55:52 -0600] [Job 12] job-name = "SigProcPhD.pdf"
D [29/Aug/2006:12:55:52 -0600] cupsdCloseClient: 10
N [29/Aug/2006:12:55:52 -0600] [Job 12] Print file accepted - job ID 1990.
D [29/Aug/2006:12:55:52 -0600] Discarding unused job-progress event...
D [29/Aug/2006:12:56:32 -0600] cupsdNetIFUpdate: "lo" = hermione...
D [29/Aug/2006:12:56:32 -0600] cupsdNetIFUpdate: "eth0" = hermione.hogwarts.net...
D [29/Aug/2006:12:56:32 -0600] cupsdNetIFUpdate: "lo" = ip6-localhost...
D [29/Aug/2006:12:56:32 -0600] cupsdNetIFUpdate: "eth0" = fe80::209:5bff:fe8e:1547%eth0...
D [29/Aug/2006:12:56:46 -0600] cupsdCloseClient: 7
D [29/Aug/2006:12:56:46 -0600] cupsdCloseClient: 11
D [29/Aug/2006:12:57:03 -0600] Discarding unused job-progress event...
D [29/Aug/2006:12:57:03 -0600] PID 2248 (/usr/lib/cups/backend/ipp) exited with no errors.
D [29/Aug/2006:12:57:03 -0600] [Job 12] File 0 is complete.
D [29/Aug/2006:12:57:03 -0600] Discarding unused job-completed event...
--------


The PPD file:

--------
*PPD-Adobe: "4.3"
*%
*% For information on using this, and to obtain the required backend
*% script, consult http://www.linuxprinting.org/ppd-doc.html
*%
*% PPD-O-MATIC generated this PPD file. It is for use with all programs
*% and environments which use PPD files for dealing with printer capabilty
*% information. The printer must be configured with a Foomatic backend
*% filter script. This file and the backend filter script work together to
*% support PPD-controlled printer driver option access with arbitrary free
*% software printer drivers and printing spoolers.
*%
*% You may save this file as 'HP-LaserJet_5L-ljet4.ppd'
*%
*%
*FormatVersion:	"4.3"
*FileVersion:	"1.1"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName:	"LJET4.PPD"
*Manufacturer:	"HP (Local)"
*Product:	"HP LaserJet 5L"
*cupsVersion:	1.0
*cupsManualCopies: True
*cupsModelNumber:  2
*cupsFilter:	"application/vnd.cups-postscript 0 cupsomatic"
*ModelName:     "HP LaserJet 5L"
*NickName:      "HP LaserJet 5L, Foomatic/ljet4 (local) (recommended)"
*ShortNickName: "HP LaserJet 5L ljet4"
*PSVersion:	"(3010.000) 550"
*PSVersion:	"(3010.000) 651"
*PSVersion:	"(3010.000) 652"
*PSVersion:	"(3010.000) 653"
*PSVersion:	"(3010.000) 704"
*PSVersion:	"(3010.000) 705"
*LanguageLevel:	"3"
*ColorDevice:	True
*DefaultColorSpace: Gray
*FileSystem:	False
*Throughput:	"1"
*LandscapeOrientation: Plus90
*TTRasterizer:	Type42


*VariablePaperSize: False


*OpenUI *PageSize/Page Size: PickOne
*OrderDependency: 100 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter/US Letter: "%% FoomaticRIPOptionSetting: PageSize=Letter
(<<) cvx exec
    /PageSize[612 792] /ImagingBBox null /PageOffset [-6 3]
(>>) cvx exec setpagedevice"
*End
*PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
*PageSize 11x17/11x17: "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
*PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
*PageSize A5/A5: "<</PageSize[421 595]/ImagingBBox null>>setpagedevice"
*PageSize B5/B5 (JIS): "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
*PageSize Env10/Envelope #10: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
*PageSize EnvC5/Envelope C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
*PageSize EnvDL/Envelope DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
*PageSize EnvISOB5/Envelope B5: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
*PageSize EnvMonarch/Envelope Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
*PageSize Executive/Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
*PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
*CloseUI: *PageSize

*OpenUI *PageRegion: PickOne
*OrderDependency: 100 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter/US Letter: "%% FoomaticRIPOptionSetting: PageSize=Letter
(<<) cvx exec
    /PageSize[612 792] /ImagingBBox null /PageOffset [-6 3]
(>>) cvx exec setpagedevice"
*End
*PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
*PageRegion 11x17/11x17: "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
*PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
*PageRegion A5/A5: "<</PageSize[421 595]/ImagingBBox null>>setpagedevice"
*PageRegion B5/B5 (JIS): "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
*PageRegion Env10/Envelope #10: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
*PageRegion EnvC5/Envelope C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
*PageRegion EnvDL/Envelope DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
*PageRegion EnvISOB5/Envelope B5: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
*PageRegion EnvMonarch/Envelope Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
*PageRegion Executive/Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
*PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
*CloseUI: *PageRegion

*DefaultImageableArea: Letter
*ImageableArea Letter/US Letter: "0 0 612 792"
*ImageableArea A4/A4: "0 0 595 842"
*ImageableArea 11x17/11x17: "0 0 792 1224"
*ImageableArea A3/A3: "0 0 842 1191"
*ImageableArea A5/A5: "0 0 421 595"
*ImageableArea B5/B5 (JIS): "0 0 516 729"
*ImageableArea Env10/Envelope #10: "0 0 297 684"
*ImageableArea EnvC5/Envelope C5: "0 0 459 649"
*ImageableArea EnvDL/Envelope DL: "0 0 312 624"
*ImageableArea EnvISOB5/Envelope B5: "0 0 499 709"
*ImageableArea EnvMonarch/Envelope Monarch: "0 0 279 540"
*ImageableArea Executive/Executive: "0 0 522 756"
*ImageableArea Legal/US Legal: "0 0 612 1008"

*DefaultPaperDimension: Letter
*PaperDimension Letter/US Letter: "612 792"
*PaperDimension A4/A4: "595 842"
*PaperDimension 11x17/11x17: "792 1224"
*PaperDimension A3/A3: "842 1191"
*PaperDimension A5/A5: "421 595"
*PaperDimension B5/B5 (JIS): "516 729"
*PaperDimension Env10/Envelope #10: "297 684"
*PaperDimension EnvC5/Envelope C5: "459 649"
*PaperDimension EnvDL/Envelope DL: "312 624"
*PaperDimension EnvISOB5/Envelope B5: "499 709"
*PaperDimension EnvMonarch/Envelope Monarch: "279 540"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension Legal/US Legal: "612 1008"

*OpenUI *InputSlot/Media Source: PickOne
*OrderDependency: 100 AnySetup *InputSlot
*DefaultInputSlot: Manual
*InputSlot Default/Printer default: "%% FoomaticOpt: InputSlot=Default"
*InputSlot Tray1/Tray 1: "%% FoomaticOpt: InputSlot=Tray1"
*InputSlot Tray2/Tray 2: "%% FoomaticOpt: InputSlot=Tray2"
*InputSlot Tray3/Tray 3: "%% FoomaticOpt: InputSlot=Tray3"
*InputSlot Tray4/Tray 4: "%% FoomaticOpt: InputSlot=Tray4"
*InputSlot Envelope/Envelope Feeder: "%% FoomaticOpt: InputSlot=Envelope"
*InputSlot Manual/Manual Feeder: "%% FoomaticOpt: InputSlot=Manual"
*CloseUI: *InputSlot

*OpenUI *Manualfeed/Manual Feed of Paper: PickOne
*OrderDependency: 100 AnySetup *Manualfeed
*DefaultManualfeed: Off
*Manualfeed Off/Off: "%% FoomaticOpt: Manualfeed=Off"
*Manualfeed On/On: "%% FoomaticOpt: Manualfeed=On"
*CloseUI: *Manualfeed

*OpenUI *Resolution/Resolution: PickOne
*OrderDependency: 110 AnySetup *Resolution
*DefaultResolution: 600
*Resolution 75/75 DPI: "<</HWResolution[75 75]>>setpagedevice"
*Resolution 150/150 DPI: "<</HWResolution[150 150]>>setpagedevice"
*Resolution 300/300 DPI: "<</HWResolution[300 300]>>setpagedevice"
*Resolution 600/600 DPI: "<</HWResolution[600 600]>>setpagedevice"
*CloseUI: *Resolution

*OpenUI *Dithering/Floyd-Steinberg Dithering: PickOne
*OrderDependency: 100 AnySetup *Dithering
*DefaultDithering: FSDithered
*Dithering Normal/Standard printing: "%% FoomaticOpt: Dithering=Normal"
*Dithering FSDithered/Floyd-Steinberg dithered printing: "%% FoomaticOpt: Dithering=FSDithered"
*CloseUI: *Dithering

*OpenUI *REt/REt Setting: PickOne
*OrderDependency: 100 AnySetup *REt
*DefaultREt: Dark
*REt Dark/Dark: "%% FoomaticOpt: REt=Dark"
*REt Light/Light: "%% FoomaticOpt: REt=Light"
*REt Medium/Medium: "%% FoomaticOpt: REt=Medium"
*REt Off/Off: "%% FoomaticOpt: REt=Off"
*CloseUI: *REt

*OpenUI *HPLJDensity/Density: PickOne
*OrderDependency: 100 AnySetup *HPLJDensity
*DefaultHPLJDensity: 5
*HPLJDensity 1/1: "%% FoomaticOpt: HPLJDensity=1"
*HPLJDensity 2/2: "%% FoomaticOpt: HPLJDensity=2"
*HPLJDensity 3/3: "%% FoomaticOpt: HPLJDensity=3"
*HPLJDensity 4/4: "%% FoomaticOpt: HPLJDensity=4"
*HPLJDensity 5/5: "%% FoomaticOpt: HPLJDensity=5"
*CloseUI: *HPLJDensity

*OpenUI *Copies/Number of Copies: PickOne
*OrderDependency: 100 AnySetup *Copies
*DefaultCopies: 1
*Copies 1/1: "%% FoomaticOpt: Copies=1"
*Copies 2/2: "%% FoomaticOpt: Copies=2"
*Copies 3/3: "%% FoomaticOpt: Copies=3"
*Copies 4/4: "%% FoomaticOpt: Copies=4"
*Copies 5/5: "%% FoomaticOpt: Copies=5"
*Copies 6/6: "%% FoomaticOpt: Copies=6"
*Copies 7/7: "%% FoomaticOpt: Copies=7"
*Copies 8/8: "%% FoomaticOpt: Copies=8"
*Copies 9/9: "%% FoomaticOpt: Copies=9"
*Copies 10/10: "%% FoomaticOpt: Copies=10"
*Copies 11/11: "%% FoomaticOpt: Copies=11"
*Copies 12/12: "%% FoomaticOpt: Copies=12"
*Copies 13/13: "%% FoomaticOpt: Copies=13"
*Copies 14/14: "%% FoomaticOpt: Copies=14"
*Copies 15/15: "%% FoomaticOpt: Copies=15"
*Copies 16/16: "%% FoomaticOpt: Copies=16"
*Copies 17/17: "%% FoomaticOpt: Copies=17"
*Copies 18/18: "%% FoomaticOpt: Copies=18"
*Copies 19/19: "%% FoomaticOpt: Copies=19"
*Copies 20/20: "%% FoomaticOpt: Copies=20"
*Copies 21/21: "%% FoomaticOpt: Copies=21"
*Copies 22/22: "%% FoomaticOpt: Copies=22"
*Copies 23/23: "%% FoomaticOpt: Copies=23"
*Copies 24/24: "%% FoomaticOpt: Copies=24"
*Copies 25/25: "%% FoomaticOpt: Copies=25"
*Copies 26/26: "%% FoomaticOpt: Copies=26"
*Copies 27/27: "%% FoomaticOpt: Copies=27"
*Copies 28/28: "%% FoomaticOpt: Copies=28"
*Copies 29/29: "%% FoomaticOpt: Copies=29"
*Copies 30/30: "%% FoomaticOpt: Copies=30"
*Copies 31/31: "%% FoomaticOpt: Copies=31"
*Copies 32/32: "%% FoomaticOpt: Copies=32"
*Copies 33/33: "%% FoomaticOpt: Copies=33"
*Copies 34/34: "%% FoomaticOpt: Copies=34"
*Copies 35/35: "%% FoomaticOpt: Copies=35"
*Copies 36/36: "%% FoomaticOpt: Copies=36"
*Copies 37/37: "%% FoomaticOpt: Copies=37"
*Copies 38/38: "%% FoomaticOpt: Copies=38"
*Copies 39/39: "%% FoomaticOpt: Copies=39"
*Copies 40/40: "%% FoomaticOpt: Copies=40"
*Copies 41/41: "%% FoomaticOpt: Copies=41"
*Copies 42/42: "%% FoomaticOpt: Copies=42"
*Copies 43/43: "%% FoomaticOpt: Copies=43"
*Copies 44/44: "%% FoomaticOpt: Copies=44"
*Copies 45/45: "%% FoomaticOpt: Copies=45"
*Copies 46/46: "%% FoomaticOpt: Copies=46"
*Copies 47/47: "%% FoomaticOpt: Copies=47"
*Copies 48/48: "%% FoomaticOpt: Copies=48"
*Copies 49/49: "%% FoomaticOpt: Copies=49"
*Copies 50/50: "%% FoomaticOpt: Copies=50"
*Copies 51/51: "%% FoomaticOpt: Copies=51"
*Copies 52/52: "%% FoomaticOpt: Copies=52"
*Copies 53/53: "%% FoomaticOpt: Copies=53"
*Copies 54/54: "%% FoomaticOpt: Copies=54"
*Copies 55/55: "%% FoomaticOpt: Copies=55"
*Copies 56/56: "%% FoomaticOpt: Copies=56"
*Copies 57/57: "%% FoomaticOpt: Copies=57"
*Copies 58/58: "%% FoomaticOpt: Copies=58"
*Copies 59/59: "%% FoomaticOpt: Copies=59"
*Copies 60/60: "%% FoomaticOpt: Copies=60"
*Copies 61/61: "%% FoomaticOpt: Copies=61"
*Copies 62/62: "%% FoomaticOpt: Copies=62"
*Copies 63/63: "%% FoomaticOpt: Copies=63"
*Copies 64/64: "%% FoomaticOpt: Copies=64"
*Copies 65/65: "%% FoomaticOpt: Copies=65"
*Copies 66/66: "%% FoomaticOpt: Copies=66"
*Copies 67/67: "%% FoomaticOpt: Copies=67"
*Copies 68/68: "%% FoomaticOpt: Copies=68"
*Copies 69/69: "%% FoomaticOpt: Copies=69"
*Copies 70/70: "%% FoomaticOpt: Copies=70"
*Copies 71/71: "%% FoomaticOpt: Copies=71"
*Copies 72/72: "%% FoomaticOpt: Copies=72"
*Copies 73/73: "%% FoomaticOpt: Copies=73"
*Copies 74/74: "%% FoomaticOpt: Copies=74"
*Copies 75/75: "%% FoomaticOpt: Copies=75"
*Copies 76/76: "%% FoomaticOpt: Copies=76"
*Copies 77/77: "%% FoomaticOpt: Copies=77"
*Copies 78/78: "%% FoomaticOpt: Copies=78"
*Copies 79/79: "%% FoomaticOpt: Copies=79"
*Copies 80/80: "%% FoomaticOpt: Copies=80"
*Copies 81/81: "%% FoomaticOpt: Copies=81"
*Copies 82/82: "%% FoomaticOpt: Copies=82"
*Copies 83/83: "%% FoomaticOpt: Copies=83"
*Copies 84/84: "%% FoomaticOpt: Copies=84"
*Copies 85/85: "%% FoomaticOpt: Copies=85"
*Copies 86/86: "%% FoomaticOpt: Copies=86"
*Copies 87/87: "%% FoomaticOpt: Copies=87"
*Copies 88/88: "%% FoomaticOpt: Copies=88"
*Copies 89/89: "%% FoomaticOpt: Copies=89"
*Copies 90/90: "%% FoomaticOpt: Copies=90"
*Copies 91/91: "%% FoomaticOpt: Copies=91"
*Copies 92/92: "%% FoomaticOpt: Copies=92"
*Copies 93/93: "%% FoomaticOpt: Copies=93"
*Copies 94/94: "%% FoomaticOpt: Copies=94"
*Copies 95/95: "%% FoomaticOpt: Copies=95"
*Copies 96/96: "%% FoomaticOpt: Copies=96"
*Copies 97/97: "%% FoomaticOpt: Copies=97"
*Copies 98/98: "%% FoomaticOpt: Copies=98"
*Copies 99/99: "%% FoomaticOpt: Copies=99"
*Copies 100/100: "%% FoomaticOpt: Copies=100"
*Copies 101/101: "%% FoomaticOpt: Copies=101"
*Copies 102/102: "%% FoomaticOpt: Copies=102"
*Copies 103/103: "%% FoomaticOpt: Copies=103"
*Copies 104/104: "%% FoomaticOpt: Copies=104"
*Copies 105/105: "%% FoomaticOpt: Copies=105"
*Copies 106/106: "%% FoomaticOpt: Copies=106"
*Copies 107/107: "%% FoomaticOpt: Copies=107"
*Copies 108/108: "%% FoomaticOpt: Copies=108"
*Copies 109/109: "%% FoomaticOpt: Copies=109"
*Copies 110/110: "%% FoomaticOpt: Copies=110"
*Copies 111/111: "%% FoomaticOpt: Copies=111"
*Copies 112/112: "%% FoomaticOpt: Copies=112"
*Copies 113/113: "%% FoomaticOpt: Copies=113"
*Copies 114/114: "%% FoomaticOpt: Copies=114"
*Copies 115/115: "%% FoomaticOpt: Copies=115"
*Copies 116/116: "%% FoomaticOpt: Copies=116"
*Copies 117/117: "%% FoomaticOpt: Copies=117"
*Copies 118/118: "%% FoomaticOpt: Copies=118"
*Copies 119/119: "%% FoomaticOpt: Copies=119"
*Copies 120/120: "%% FoomaticOpt: Copies=120"
*Copies 121/121: "%% FoomaticOpt: Copies=121"
*Copies 122/122: "%% FoomaticOpt: Copies=122"
*Copies 123/123: "%% FoomaticOpt: Copies=123"
*Copies 124/124: "%% FoomaticOpt: Copies=124"
*Copies 125/125: "%% FoomaticOpt: Copies=125"
*Copies 126/126: "%% FoomaticOpt: Copies=126"
*Copies 127/127: "%% FoomaticOpt: Copies=127"
*Copies 128/128: "%% FoomaticOpt: Copies=128"
*Copies 129/129: "%% FoomaticOpt: Copies=129"
*Copies 130/130: "%% FoomaticOpt: Copies=130"
*Copies 131/131: "%% FoomaticOpt: Copies=131"
*Copies 132/132: "%% FoomaticOpt: Copies=132"
*Copies 133/133: "%% FoomaticOpt: Copies=133"
*Copies 134/134: "%% FoomaticOpt: Copies=134"
*Copies 135/135: "%% FoomaticOpt: Copies=135"
*Copies 136/136: "%% FoomaticOpt: Copies=136"
*Copies 137/137: "%% FoomaticOpt: Copies=137"
*Copies 138/138: "%% FoomaticOpt: Copies=138"
*Copies 139/139: "%% FoomaticOpt: Copies=139"
*Copies 140/140: "%% FoomaticOpt: Copies=140"
*Copies 141/141: "%% FoomaticOpt: Copies=141"
*Copies 142/142: "%% FoomaticOpt: Copies=142"
*Copies 143/143: "%% FoomaticOpt: Copies=143"
*Copies 144/144: "%% FoomaticOpt: Copies=144"
*Copies 145/145: "%% FoomaticOpt: Copies=145"
*Copies 146/146: "%% FoomaticOpt: Copies=146"
*Copies 147/147: "%% FoomaticOpt: Copies=147"
*Copies 148/148: "%% FoomaticOpt: Copies=148"
*Copies 149/149: "%% FoomaticOpt: Copies=149"
*Copies 150/150: "%% FoomaticOpt: Copies=150"
*Copies 151/151: "%% FoomaticOpt: Copies=151"
*Copies 152/152: "%% FoomaticOpt: Copies=152"
*Copies 153/153: "%% FoomaticOpt: Copies=153"
*Copies 154/154: "%% FoomaticOpt: Copies=154"
*Copies 155/155: "%% FoomaticOpt: Copies=155"
*Copies 156/156: "%% FoomaticOpt: Copies=156"
*Copies 157/157: "%% FoomaticOpt: Copies=157"
*Copies 158/158: "%% FoomaticOpt: Copies=158"
*Copies 159/159: "%% FoomaticOpt: Copies=159"
*Copies 160/160: "%% FoomaticOpt: Copies=160"
*Copies 161/161: "%% FoomaticOpt: Copies=161"
*Copies 162/162: "%% FoomaticOpt: Copies=162"
*Copies 163/163: "%% FoomaticOpt: Copies=163"
*Copies 164/164: "%% FoomaticOpt: Copies=164"
*Copies 165/165: "%% FoomaticOpt: Copies=165"
*Copies 166/166: "%% FoomaticOpt: Copies=166"
*Copies 167/167: "%% FoomaticOpt: Copies=167"
*Copies 168/168: "%% FoomaticOpt: Copies=168"
*Copies 169/169: "%% FoomaticOpt: Copies=169"
*Copies 170/170: "%% FoomaticOpt: Copies=170"
*Copies 171/171: "%% FoomaticOpt: Copies=171"
*Copies 172/172: "%% FoomaticOpt: Copies=172"
*Copies 173/173: "%% FoomaticOpt: Copies=173"
*Copies 174/174: "%% FoomaticOpt: Copies=174"
*Copies 175/175: "%% FoomaticOpt: Copies=175"
*Copies 176/176: "%% FoomaticOpt: Copies=176"
*Copies 177/177: "%% FoomaticOpt: Copies=177"
*Copies 178/178: "%% FoomaticOpt: Copies=178"
*Copies 179/179: "%% FoomaticOpt: Copies=179"
*Copies 180/180: "%% FoomaticOpt: Copies=180"
*Copies 181/181: "%% FoomaticOpt: Copies=181"
*Copies 182/182: "%% FoomaticOpt: Copies=182"
*Copies 183/183: "%% FoomaticOpt: Copies=183"
*Copies 184/184: "%% FoomaticOpt: Copies=184"
*Copies 185/185: "%% FoomaticOpt: Copies=185"
*Copies 186/186: "%% FoomaticOpt: Copies=186"
*Copies 187/187: "%% FoomaticOpt: Copies=187"
*Copies 188/188: "%% FoomaticOpt: Copies=188"
*Copies 189/189: "%% FoomaticOpt: Copies=189"
*Copies 190/190: "%% FoomaticOpt: Copies=190"
*Copies 191/191: "%% FoomaticOpt: Copies=191"
*Copies 192/192: "%% FoomaticOpt: Copies=192"
*Copies 193/193: "%% FoomaticOpt: Copies=193"
*Copies 194/194: "%% FoomaticOpt: Copies=194"
*Copies 195/195: "%% FoomaticOpt: Copies=195"
*Copies 196/196: "%% FoomaticOpt: Copies=196"
*Copies 197/197: "%% FoomaticOpt: Copies=197"
*Copies 198/198: "%% FoomaticOpt: Copies=198"
*Copies 199/199: "%% FoomaticOpt: Copies=199"
*Copies 200/200: "%% FoomaticOpt: Copies=200"
*Copies 201/201: "%% FoomaticOpt: Copies=201"
*Copies 202/202: "%% FoomaticOpt: Copies=202"
*Copies 203/203: "%% FoomaticOpt: Copies=203"
*Copies 204/204: "%% FoomaticOpt: Copies=204"
*Copies 205/205: "%% FoomaticOpt: Copies=205"
*Copies 206/206: "%% FoomaticOpt: Copies=206"
*Copies 207/207: "%% FoomaticOpt: Copies=207"
*Copies 208/208: "%% FoomaticOpt: Copies=208"
*Copies 209/209: "%% FoomaticOpt: Copies=209"
*Copies 210/210: "%% FoomaticOpt: Copies=210"
*Copies 211/211: "%% FoomaticOpt: Copies=211"
*Copies 212/212: "%% FoomaticOpt: Copies=212"
*Copies 213/213: "%% FoomaticOpt: Copies=213"
*Copies 214/214: "%% FoomaticOpt: Copies=214"
*Copies 215/215: "%% FoomaticOpt: Copies=215"
*Copies 216/216: "%% FoomaticOpt: Copies=216"
*Copies 217/217: "%% FoomaticOpt: Copies=217"
*Copies 218/218: "%% FoomaticOpt: Copies=218"
*Copies 219/219: "%% FoomaticOpt: Copies=219"
*Copies 220/220: "%% FoomaticOpt: Copies=220"
*Copies 221/221: "%% FoomaticOpt: Copies=221"
*Copies 222/222: "%% FoomaticOpt: Copies=222"
*Copies 223/223: "%% FoomaticOpt: Copies=223"
*Copies 224/224: "%% FoomaticOpt: Copies=224"
*Copies 225/225: "%% FoomaticOpt: Copies=225"
*Copies 226/226: "%% FoomaticOpt: Copies=226"
*Copies 227/227: "%% FoomaticOpt: Copies=227"
*Copies 228/228: "%% FoomaticOpt: Copies=228"
*Copies 229/229: "%% FoomaticOpt: Copies=229"
*Copies 230/230: "%% FoomaticOpt: Copies=230"
*Copies 231/231: "%% FoomaticOpt: Copies=231"
*Copies 232/232: "%% FoomaticOpt: Copies=232"
*Copies 233/233: "%% FoomaticOpt: Copies=233"
*Copies 234/234: "%% FoomaticOpt: Copies=234"
*Copies 235/235: "%% FoomaticOpt: Copies=235"
*Copies 236/236: "%% FoomaticOpt: Copies=236"
*Copies 237/237: "%% FoomaticOpt: Copies=237"
*Copies 238/238: "%% FoomaticOpt: Copies=238"
*Copies 239/239: "%% FoomaticOpt: Copies=239"
*Copies 240/240: "%% FoomaticOpt: Copies=240"
*Copies 241/241: "%% FoomaticOpt: Copies=241"
*Copies 242/242: "%% FoomaticOpt: Copies=242"
*Copies 243/243: "%% FoomaticOpt: Copies=243"
*Copies 244/244: "%% FoomaticOpt: Copies=244"
*Copies 245/245: "%% FoomaticOpt: Copies=245"
*Copies 246/246: "%% FoomaticOpt: Copies=246"
*Copies 247/247: "%% FoomaticOpt: Copies=247"
*Copies 248/248: "%% FoomaticOpt: Copies=248"
*Copies 249/249: "%% FoomaticOpt: Copies=249"
*Copies 250/250: "%% FoomaticOpt: Copies=250"
*Copies 251/251: "%% FoomaticOpt: Copies=251"
*Copies 252/252: "%% FoomaticOpt: Copies=252"
*Copies 253/253: "%% FoomaticOpt: Copies=253"
*Copies 254/254: "%% FoomaticOpt: Copies=254"
*Copies 255/255: "%% FoomaticOpt: Copies=255"
*Copies 256/256: "%% FoomaticOpt: Copies=256"
*Copies 257/257: "%% FoomaticOpt: Copies=257"
*Copies 258/258: "%% FoomaticOpt: Copies=258"
*Copies 259/259: "%% FoomaticOpt: Copies=259"
*Copies 260/260: "%% FoomaticOpt: Copies=260"
*Copies 261/261: "%% FoomaticOpt: Copies=261"
*Copies 262/262: "%% FoomaticOpt: Copies=262"
*Copies 263/263: "%% FoomaticOpt: Copies=263"
*Copies 264/264: "%% FoomaticOpt: Copies=264"
*Copies 265/265: "%% FoomaticOpt: Copies=265"
*Copies 266/266: "%% FoomaticOpt: Copies=266"
*Copies 267/267: "%% FoomaticOpt: Copies=267"
*Copies 268/268: "%% FoomaticOpt: Copies=268"
*Copies 269/269: "%% FoomaticOpt: Copies=269"
*Copies 270/270: "%% FoomaticOpt: Copies=270"
*Copies 271/271: "%% FoomaticOpt: Copies=271"
*Copies 272/272: "%% FoomaticOpt: Copies=272"
*Copies 273/273: "%% FoomaticOpt: Copies=273"
*Copies 274/274: "%% FoomaticOpt: Copies=274"
*Copies 275/275: "%% FoomaticOpt: Copies=275"
*Copies 276/276: "%% FoomaticOpt: Copies=276"
*Copies 277/277: "%% FoomaticOpt: Copies=277"
*Copies 278/278: "%% FoomaticOpt: Copies=278"
*Copies 279/279: "%% FoomaticOpt: Copies=279"
*Copies 280/280: "%% FoomaticOpt: Copies=280"
*Copies 281/281: "%% FoomaticOpt: Copies=281"
*Copies 282/282: "%% FoomaticOpt: Copies=282"
*Copies 283/283: "%% FoomaticOpt: Copies=283"
*Copies 284/284: "%% FoomaticOpt: Copies=284"
*Copies 285/285: "%% FoomaticOpt: Copies=285"
*Copies 286/286: "%% FoomaticOpt: Copies=286"
*Copies 287/287: "%% FoomaticOpt: Copies=287"
*Copies 288/288: "%% FoomaticOpt: Copies=288"
*Copies 289/289: "%% FoomaticOpt: Copies=289"
*Copies 290/290: "%% FoomaticOpt: Copies=290"
*Copies 291/291: "%% FoomaticOpt: Copies=291"
*Copies 292/292: "%% FoomaticOpt: Copies=292"
*Copies 293/293: "%% FoomaticOpt: Copies=293"
*Copies 294/294: "%% FoomaticOpt: Copies=294"
*Copies 295/295: "%% FoomaticOpt: Copies=295"
*Copies 296/296: "%% FoomaticOpt: Copies=296"
*Copies 297/297: "%% FoomaticOpt: Copies=297"
*Copies 298/298: "%% FoomaticOpt: Copies=298"
*Copies 299/299: "%% FoomaticOpt: Copies=299"
*Copies 300/300: "%% FoomaticOpt: Copies=300"
*Copies 301/301: "%% FoomaticOpt: Copies=301"
*Copies 302/302: "%% FoomaticOpt: Copies=302"
*Copies 303/303: "%% FoomaticOpt: Copies=303"
*Copies 304/304: "%% FoomaticOpt: Copies=304"
*Copies 305/305: "%% FoomaticOpt: Copies=305"
*Copies 306/306: "%% FoomaticOpt: Copies=306"
*Copies 307/307: "%% FoomaticOpt: Copies=307"
*Copies 308/308: "%% FoomaticOpt: Copies=308"
*Copies 309/309: "%% FoomaticOpt: Copies=309"
*Copies 310/310: "%% FoomaticOpt: Copies=310"
*Copies 311/311: "%% FoomaticOpt: Copies=311"
*Copies 312/312: "%% FoomaticOpt: Copies=312"
*Copies 313/313: "%% FoomaticOpt: Copies=313"
*Copies 314/314: "%% FoomaticOpt: Copies=314"
*Copies 315/315: "%% FoomaticOpt: Copies=315"
*Copies 316/316: "%% FoomaticOpt: Copies=316"
*Copies 317/317: "%% FoomaticOpt: Copies=317"
*Copies 318/318: "%% FoomaticOpt: Copies=318"
*Copies 319/319: "%% FoomaticOpt: Copies=319"
*Copies 320/320: "%% FoomaticOpt: Copies=320"
*Copies 321/321: "%% FoomaticOpt: Copies=321"
*Copies 322/322: "%% FoomaticOpt: Copies=322"
*Copies 323/323: "%% FoomaticOpt: Copies=323"
*Copies 324/324: "%% FoomaticOpt: Copies=324"
*Copies 325/325: "%% FoomaticOpt: Copies=325"
*Copies 326/326: "%% FoomaticOpt: Copies=326"
*Copies 327/327: "%% FoomaticOpt: Copies=327"
*Copies 328/328: "%% FoomaticOpt: Copies=328"
*Copies 329/329: "%% FoomaticOpt: Copies=329"
*Copies 330/330: "%% FoomaticOpt: Copies=330"
*Copies 331/331: "%% FoomaticOpt: Copies=331"
*Copies 332/332: "%% FoomaticOpt: Copies=332"
*Copies 333/333: "%% FoomaticOpt: Copies=333"
*Copies 334/334: "%% FoomaticOpt: Copies=334"
*Copies 335/335: "%% FoomaticOpt: Copies=335"
*Copies 336/336: "%% FoomaticOpt: Copies=336"
*Copies 337/337: "%% FoomaticOpt: Copies=337"
*Copies 338/338: "%% FoomaticOpt: Copies=338"
*Copies 339/339: "%% FoomaticOpt: Copies=339"
*Copies 340/340: "%% FoomaticOpt: Copies=340"
*Copies 341/341: "%% FoomaticOpt: Copies=341"
*Copies 342/342: "%% FoomaticOpt: Copies=342"
*Copies 343/343: "%% FoomaticOpt: Copies=343"
*Copies 344/344: "%% FoomaticOpt: Copies=344"
*Copies 345/345: "%% FoomaticOpt: Copies=345"
*Copies 346/346: "%% FoomaticOpt: Copies=346"
*Copies 347/347: "%% FoomaticOpt: Copies=347"
*Copies 348/348: "%% FoomaticOpt: Copies=348"
*Copies 349/349: "%% FoomaticOpt: Copies=349"
*Copies 350/350: "%% FoomaticOpt: Copies=350"
*Copies 351/351: "%% FoomaticOpt: Copies=351"
*Copies 352/352: "%% FoomaticOpt: Copies=352"
*Copies 353/353: "%% FoomaticOpt: Copies=353"
*Copies 354/354: "%% FoomaticOpt: Copies=354"
*Copies 355/355: "%% FoomaticOpt: Copies=355"
*Copies 356/356: "%% FoomaticOpt: Copies=356"
*Copies 357/357: "%% FoomaticOpt: Copies=357"
*Copies 358/358: "%% FoomaticOpt: Copies=358"
*Copies 359/359: "%% FoomaticOpt: Copies=359"
*Copies 360/360: "%% FoomaticOpt: Copies=360"
*Copies 361/361: "%% FoomaticOpt: Copies=361"
*Copies 362/362: "%% FoomaticOpt: Copies=362"
*Copies 363/363: "%% FoomaticOpt: Copies=363"
*Copies 364/364: "%% FoomaticOpt: Copies=364"
*Copies 365/365: "%% FoomaticOpt: Copies=365"
*Copies 366/366: "%% FoomaticOpt: Copies=366"
*Copies 367/367: "%% FoomaticOpt: Copies=367"
*Copies 368/368: "%% FoomaticOpt: Copies=368"
*Copies 369/369: "%% FoomaticOpt: Copies=369"
*Copies 370/370: "%% FoomaticOpt: Copies=370"
*Copies 371/371: "%% FoomaticOpt: Copies=371"
*Copies 372/372: "%% FoomaticOpt: Copies=372"
*Copies 373/373: "%% FoomaticOpt: Copies=373"
*Copies 374/374: "%% FoomaticOpt: Copies=374"
*Copies 375/375: "%% FoomaticOpt: Copies=375"
*Copies 376/376: "%% FoomaticOpt: Copies=376"
*Copies 377/377: "%% FoomaticOpt: Copies=377"
*Copies 378/378: "%% FoomaticOpt: Copies=378"
*Copies 379/379: "%% FoomaticOpt: Copies=379"
*Copies 380/380: "%% FoomaticOpt: Copies=380"
*Copies 381/381: "%% FoomaticOpt: Copies=381"
*Copies 382/382: "%% FoomaticOpt: Copies=382"
*Copies 383/383: "%% FoomaticOpt: Copies=383"
*Copies 384/384: "%% FoomaticOpt: Copies=384"
*Copies 385/385: "%% FoomaticOpt: Copies=385"
*Copies 386/386: "%% FoomaticOpt: Copies=386"
*Copies 387/387: "%% FoomaticOpt: Copies=387"
*Copies 388/388: "%% FoomaticOpt: Copies=388"
*Copies 389/389: "%% FoomaticOpt: Copies=389"
*Copies 390/390: "%% FoomaticOpt: Copies=390"
*Copies 391/391: "%% FoomaticOpt: Copies=391"
*Copies 392/392: "%% FoomaticOpt: Copies=392"
*Copies 393/393: "%% FoomaticOpt: Copies=393"
*Copies 394/394: "%% FoomaticOpt: Copies=394"
*Copies 395/395: "%% FoomaticOpt: Copies=395"
*Copies 396/396: "%% FoomaticOpt: Copies=396"
*Copies 397/397: "%% FoomaticOpt: Copies=397"
*Copies 398/398: "%% FoomaticOpt: Copies=398"
*Copies 399/399: "%% FoomaticOpt: Copies=399"
*Copies 400/400: "%% FoomaticOpt: Copies=400"
*Copies 401/401: "%% FoomaticOpt: Copies=401"
*Copies 402/402: "%% FoomaticOpt: Copies=402"
*Copies 403/403: "%% FoomaticOpt: Copies=403"
*Copies 404/404: "%% FoomaticOpt: Copies=404"
*Copies 405/405: "%% FoomaticOpt: Copies=405"
*Copies 406/406: "%% FoomaticOpt: Copies=406"
*Copies 407/407: "%% FoomaticOpt: Copies=407"
*Copies 408/408: "%% FoomaticOpt: Copies=408"
*Copies 409/409: "%% FoomaticOpt: Copies=409"
*Copies 410/410: "%% FoomaticOpt: Copies=410"
*Copies 411/411: "%% FoomaticOpt: Copies=411"
*Copies 412/412: "%% FoomaticOpt: Copies=412"
*Copies 413/413: "%% FoomaticOpt: Copies=413"
*Copies 414/414: "%% FoomaticOpt: Copies=414"
*Copies 415/415: "%% FoomaticOpt: Copies=415"
*Copies 416/416: "%% FoomaticOpt: Copies=416"
*Copies 417/417: "%% FoomaticOpt: Copies=417"
*Copies 418/418: "%% FoomaticOpt: Copies=418"
*Copies 419/419: "%% FoomaticOpt: Copies=419"
*Copies 420/420: "%% FoomaticOpt: Copies=420"
*Copies 421/421: "%% FoomaticOpt: Copies=421"
*Copies 422/422: "%% FoomaticOpt: Copies=422"
*Copies 423/423: "%% FoomaticOpt: Copies=423"
*Copies 424/424: "%% FoomaticOpt: Copies=424"
*Copies 425/425: "%% FoomaticOpt: Copies=425"
*Copies 426/426: "%% FoomaticOpt: Copies=426"
*Copies 427/427: "%% FoomaticOpt: Copies=427"
*Copies 428/428: "%% FoomaticOpt: Copies=428"
*Copies 429/429: "%% FoomaticOpt: Copies=429"
*Copies 430/430: "%% FoomaticOpt: Copies=430"
*Copies 431/431: "%% FoomaticOpt: Copies=431"
*Copies 432/432: "%% FoomaticOpt: Copies=432"
*Copies 433/433: "%% FoomaticOpt: Copies=433"
*Copies 434/434: "%% FoomaticOpt: Copies=434"
*Copies 435/435: "%% FoomaticOpt: Copies=435"
*Copies 436/436: "%% FoomaticOpt: Copies=436"
*Copies 437/437: "%% FoomaticOpt: Copies=437"
*Copies 438/438: "%% FoomaticOpt: Copies=438"
*Copies 439/439: "%% FoomaticOpt: Copies=439"
*Copies 440/440: "%% FoomaticOpt: Copies=440"
*Copies 441/441: "%% FoomaticOpt: Copies=441"
*Copies 442/442: "%% FoomaticOpt: Copies=442"
*Copies 443/443: "%% FoomaticOpt: Copies=443"
*Copies 444/444: "%% FoomaticOpt: Copies=444"
*Copies 445/445: "%% FoomaticOpt: Copies=445"
*Copies 446/446: "%% FoomaticOpt: Copies=446"
*Copies 447/447: "%% FoomaticOpt: Copies=447"
*Copies 448/448: "%% FoomaticOpt: Copies=448"
*Copies 449/449: "%% FoomaticOpt: Copies=449"
*Copies 450/450: "%% FoomaticOpt: Copies=450"
*Copies 451/451: "%% FoomaticOpt: Copies=451"
*Copies 452/452: "%% FoomaticOpt: Copies=452"
*Copies 453/453: "%% FoomaticOpt: Copies=453"
*Copies 454/454: "%% FoomaticOpt: Copies=454"
*Copies 455/455: "%% FoomaticOpt: Copies=455"
*Copies 456/456: "%% FoomaticOpt: Copies=456"
*Copies 457/457: "%% FoomaticOpt: Copies=457"
*Copies 458/458: "%% FoomaticOpt: Copies=458"
*Copies 459/459: "%% FoomaticOpt: Copies=459"
*Copies 460/460: "%% FoomaticOpt: Copies=460"
*Copies 461/461: "%% FoomaticOpt: Copies=461"
*Copies 462/462: "%% FoomaticOpt: Copies=462"
*Copies 463/463: "%% FoomaticOpt: Copies=463"
*Copies 464/464: "%% FoomaticOpt: Copies=464"
*Copies 465/465: "%% FoomaticOpt: Copies=465"
*Copies 466/466: "%% FoomaticOpt: Copies=466"
*Copies 467/467: "%% FoomaticOpt: Copies=467"
*Copies 468/468: "%% FoomaticOpt: Copies=468"
*Copies 469/469: "%% FoomaticOpt: Copies=469"
*Copies 470/470: "%% FoomaticOpt: Copies=470"
*Copies 471/471: "%% FoomaticOpt: Copies=471"
*Copies 472/472: "%% FoomaticOpt: Copies=472"
*Copies 473/473: "%% FoomaticOpt: Copies=473"
*Copies 474/474: "%% FoomaticOpt: Copies=474"
*Copies 475/475: "%% FoomaticOpt: Copies=475"
*Copies 476/476: "%% FoomaticOpt: Copies=476"
*Copies 477/477: "%% FoomaticOpt: Copies=477"
*Copies 478/478: "%% FoomaticOpt: Copies=478"
*Copies 479/479: "%% FoomaticOpt: Copies=479"
*Copies 480/480: "%% FoomaticOpt: Copies=480"
*Copies 481/481: "%% FoomaticOpt: Copies=481"
*Copies 482/482: "%% FoomaticOpt: Copies=482"
*Copies 483/483: "%% FoomaticOpt: Copies=483"
*Copies 484/484: "%% FoomaticOpt: Copies=484"
*Copies 485/485: "%% FoomaticOpt: Copies=485"
*Copies 486/486: "%% FoomaticOpt: Copies=486"
*Copies 487/487: "%% FoomaticOpt: Copies=487"
*Copies 488/488: "%% FoomaticOpt: Copies=488"
*Copies 489/489: "%% FoomaticOpt: Copies=489"
*Copies 490/490: "%% FoomaticOpt: Copies=490"
*Copies 491/491: "%% FoomaticOpt: Copies=491"
*Copies 492/492: "%% FoomaticOpt: Copies=492"
*Copies 493/493: "%% FoomaticOpt: Copies=493"
*Copies 494/494: "%% FoomaticOpt: Copies=494"
*Copies 495/495: "%% FoomaticOpt: Copies=495"
*Copies 496/496: "%% FoomaticOpt: Copies=496"
*Copies 497/497: "%% FoomaticOpt: Copies=497"
*Copies 498/498: "%% FoomaticOpt: Copies=498"
*Copies 499/499: "%% FoomaticOpt: Copies=499"
*Copies 500/500: "%% FoomaticOpt: Copies=500"
*Copies 501/501: "%% FoomaticOpt: Copies=501"
*Copies 502/502: "%% FoomaticOpt: Copies=502"
*Copies 503/503: "%% FoomaticOpt: Copies=503"
*Copies 504/504: "%% FoomaticOpt: Copies=504"
*Copies 505/505: "%% FoomaticOpt: Copies=505"
*Copies 506/506: "%% FoomaticOpt: Copies=506"
*Copies 507/507: "%% FoomaticOpt: Copies=507"
*Copies 508/508: "%% FoomaticOpt: Copies=508"
*Copies 509/509: "%% FoomaticOpt: Copies=509"
*Copies 510/510: "%% FoomaticOpt: Copies=510"
*Copies 511/511: "%% FoomaticOpt: Copies=511"
*Copies 512/512: "%% FoomaticOpt: Copies=512"
*Copies 513/513: "%% FoomaticOpt: Copies=513"
*Copies 514/514: "%% FoomaticOpt: Copies=514"
*Copies 515/515: "%% FoomaticOpt: Copies=515"
*Copies 516/516: "%% FoomaticOpt: Copies=516"
*Copies 517/517: "%% FoomaticOpt: Copies=517"
*Copies 518/518: "%% FoomaticOpt: Copies=518"
*Copies 519/519: "%% FoomaticOpt: Copies=519"
*Copies 520/520: "%% FoomaticOpt: Copies=520"
*Copies 521/521: "%% FoomaticOpt: Copies=521"
*Copies 522/522: "%% FoomaticOpt: Copies=522"
*Copies 523/523: "%% FoomaticOpt: Copies=523"
*Copies 524/524: "%% FoomaticOpt: Copies=524"
*Copies 525/525: "%% FoomaticOpt: Copies=525"
*Copies 526/526: "%% FoomaticOpt: Copies=526"
*Copies 527/527: "%% FoomaticOpt: Copies=527"
*Copies 528/528: "%% FoomaticOpt: Copies=528"
*Copies 529/529: "%% FoomaticOpt: Copies=529"
*Copies 530/530: "%% FoomaticOpt: Copies=530"
*Copies 531/531: "%% FoomaticOpt: Copies=531"
*Copies 532/532: "%% FoomaticOpt: Copies=532"
*Copies 533/533: "%% FoomaticOpt: Copies=533"
*Copies 534/534: "%% FoomaticOpt: Copies=534"
*Copies 535/535: "%% FoomaticOpt: Copies=535"
*Copies 536/536: "%% FoomaticOpt: Copies=536"
*Copies 537/537: "%% FoomaticOpt: Copies=537"
*Copies 538/538: "%% FoomaticOpt: Copies=538"
*Copies 539/539: "%% FoomaticOpt: Copies=539"
*Copies 540/540: "%% FoomaticOpt: Copies=540"
*Copies 541/541: "%% FoomaticOpt: Copies=541"
*Copies 542/542: "%% FoomaticOpt: Copies=542"
*Copies 543/543: "%% FoomaticOpt: Copies=543"
*Copies 544/544: "%% FoomaticOpt: Copies=544"
*Copies 545/545: "%% FoomaticOpt: Copies=545"
*Copies 546/546: "%% FoomaticOpt: Copies=546"
*Copies 547/547: "%% FoomaticOpt: Copies=547"
*Copies 548/548: "%% FoomaticOpt: Copies=548"
*Copies 549/549: "%% FoomaticOpt: Copies=549"
*Copies 550/550: "%% FoomaticOpt: Copies=550"
*Copies 551/551: "%% FoomaticOpt: Copies=551"
*Copies 552/552: "%% FoomaticOpt: Copies=552"
*Copies 553/553: "%% FoomaticOpt: Copies=553"
*Copies 554/554: "%% FoomaticOpt: Copies=554"
*Copies 555/555: "%% FoomaticOpt: Copies=555"
*Copies 556/556: "%% FoomaticOpt: Copies=556"
*Copies 557/557: "%% FoomaticOpt: Copies=557"
*Copies 558/558: "%% FoomaticOpt: Copies=558"
*Copies 559/559: "%% FoomaticOpt: Copies=559"
*Copies 560/560: "%% FoomaticOpt: Copies=560"
*Copies 561/561: "%% FoomaticOpt: Copies=561"
*Copies 562/562: "%% FoomaticOpt: Copies=562"
*Copies 563/563: "%% FoomaticOpt: Copies=563"
*Copies 564/564: "%% FoomaticOpt: Copies=564"
*Copies 565/565: "%% FoomaticOpt: Copies=565"
*Copies 566/566: "%% FoomaticOpt: Copies=566"
*Copies 567/567: "%% FoomaticOpt: Copies=567"
*Copies 568/568: "%% FoomaticOpt: Copies=568"
*Copies 569/569: "%% FoomaticOpt: Copies=569"
*Copies 570/570: "%% FoomaticOpt: Copies=570"
*Copies 571/571: "%% FoomaticOpt: Copies=571"
*Copies 572/572: "%% FoomaticOpt: Copies=572"
*Copies 573/573: "%% FoomaticOpt: Copies=573"
*Copies 574/574: "%% FoomaticOpt: Copies=574"
*Copies 575/575: "%% FoomaticOpt: Copies=575"
*Copies 576/576: "%% FoomaticOpt: Copies=576"
*Copies 577/577: "%% FoomaticOpt: Copies=577"
*Copies 578/578: "%% FoomaticOpt: Copies=578"
*Copies 579/579: "%% FoomaticOpt: Copies=579"
*Copies 580/580: "%% FoomaticOpt: Copies=580"
*Copies 581/581: "%% FoomaticOpt: Copies=581"
*Copies 582/582: "%% FoomaticOpt: Copies=582"
*Copies 583/583: "%% FoomaticOpt: Copies=583"
*Copies 584/584: "%% FoomaticOpt: Copies=584"
*Copies 585/585: "%% FoomaticOpt: Copies=585"
*Copies 586/586: "%% FoomaticOpt: Copies=586"
*Copies 587/587: "%% FoomaticOpt: Copies=587"
*Copies 588/588: "%% FoomaticOpt: Copies=588"
*Copies 589/589: "%% FoomaticOpt: Copies=589"
*Copies 590/590: "%% FoomaticOpt: Copies=590"
*Copies 591/591: "%% FoomaticOpt: Copies=591"
*Copies 592/592: "%% FoomaticOpt: Copies=592"
*Copies 593/593: "%% FoomaticOpt: Copies=593"
*Copies 594/594: "%% FoomaticOpt: Copies=594"
*Copies 595/595: "%% FoomaticOpt: Copies=595"
*Copies 596/596: "%% FoomaticOpt: Copies=596"
*Copies 597/597: "%% FoomaticOpt: Copies=597"
*Copies 598/598: "%% FoomaticOpt: Copies=598"
*Copies 599/599: "%% FoomaticOpt: Copies=599"
*Copies 600/600: "%% FoomaticOpt: Copies=600"
*Copies 601/601: "%% FoomaticOpt: Copies=601"
*Copies 602/602: "%% FoomaticOpt: Copies=602"
*Copies 603/603: "%% FoomaticOpt: Copies=603"
*Copies 604/604: "%% FoomaticOpt: Copies=604"
*Copies 605/605: "%% FoomaticOpt: Copies=605"
*Copies 606/606: "%% FoomaticOpt: Copies=606"
*Copies 607/607: "%% FoomaticOpt: Copies=607"
*Copies 608/608: "%% FoomaticOpt: Copies=608"
*Copies 609/609: "%% FoomaticOpt: Copies=609"
*Copies 610/610: "%% FoomaticOpt: Copies=610"
*Copies 611/611: "%% FoomaticOpt: Copies=611"
*Copies 612/612: "%% FoomaticOpt: Copies=612"
*Copies 613/613: "%% FoomaticOpt: Copies=613"
*Copies 614/614: "%% FoomaticOpt: Copies=614"
*Copies 615/615: "%% FoomaticOpt: Copies=615"
*Copies 616/616: "%% FoomaticOpt: Copies=616"
*Copies 617/617: "%% FoomaticOpt: Copies=617"
*Copies 618/618: "%% FoomaticOpt: Copies=618"
*Copies 619/619: "%% FoomaticOpt: Copies=619"
*Copies 620/620: "%% FoomaticOpt: Copies=620"
*Copies 621/621: "%% FoomaticOpt: Copies=621"
*Copies 622/622: "%% FoomaticOpt: Copies=622"
*Copies 623/623: "%% FoomaticOpt: Copies=623"
*Copies 624/624: "%% FoomaticOpt: Copies=624"
*Copies 625/625: "%% FoomaticOpt: Copies=625"
*Copies 626/626: "%% FoomaticOpt: Copies=626"
*Copies 627/627: "%% FoomaticOpt: Copies=627"
*Copies 628/628: "%% FoomaticOpt: Copies=628"
*Copies 629/629: "%% FoomaticOpt: Copies=629"
*Copies 630/630: "%% FoomaticOpt: Copies=630"
*Copies 631/631: "%% FoomaticOpt: Copies=631"
*Copies 632/632: "%% FoomaticOpt: Copies=632"
*Copies 633/633: "%% FoomaticOpt: Copies=633"
*Copies 634/634: "%% FoomaticOpt: Copies=634"
*Copies 635/635: "%% FoomaticOpt: Copies=635"
*Copies 636/636: "%% FoomaticOpt: Copies=636"
*Copies 637/637: "%% FoomaticOpt: Copies=637"
*Copies 638/638: "%% FoomaticOpt: Copies=638"
*Copies 639/639: "%% FoomaticOpt: Copies=639"
*Copies 640/640: "%% FoomaticOpt: Copies=640"
*Copies 641/641: "%% FoomaticOpt: Copies=641"
*Copies 642/642: "%% FoomaticOpt: Copies=642"
*Copies 643/643: "%% FoomaticOpt: Copies=643"
*Copies 644/644: "%% FoomaticOpt: Copies=644"
*Copies 645/645: "%% FoomaticOpt: Copies=645"
*Copies 646/646: "%% FoomaticOpt: Copies=646"
*Copies 647/647: "%% FoomaticOpt: Copies=647"
*Copies 648/648: "%% FoomaticOpt: Copies=648"
*Copies 649/649: "%% FoomaticOpt: Copies=649"
*Copies 650/650: "%% FoomaticOpt: Copies=650"
*Copies 651/651: "%% FoomaticOpt: Copies=651"
*Copies 652/652: "%% FoomaticOpt: Copies=652"
*Copies 653/653: "%% FoomaticOpt: Copies=653"
*Copies 654/654: "%% FoomaticOpt: Copies=654"
*Copies 655/655: "%% FoomaticOpt: Copies=655"
*Copies 656/656: "%% FoomaticOpt: Copies=656"
*Copies 657/657: "%% FoomaticOpt: Copies=657"
*Copies 658/658: "%% FoomaticOpt: Copies=658"
*Copies 659/659: "%% FoomaticOpt: Copies=659"
*Copies 660/660: "%% FoomaticOpt: Copies=660"
*Copies 661/661: "%% FoomaticOpt: Copies=661"
*Copies 662/662: "%% FoomaticOpt: Copies=662"
*Copies 663/663: "%% FoomaticOpt: Copies=663"
*Copies 664/664: "%% FoomaticOpt: Copies=664"
*Copies 665/665: "%% FoomaticOpt: Copies=665"
*Copies 666/666: "%% FoomaticOpt: Copies=666"
*Copies 667/667: "%% FoomaticOpt: Copies=667"
*Copies 668/668: "%% FoomaticOpt: Copies=668"
*Copies 669/669: "%% FoomaticOpt: Copies=669"
*Copies 670/670: "%% FoomaticOpt: Copies=670"
*Copies 671/671: "%% FoomaticOpt: Copies=671"
*Copies 672/672: "%% FoomaticOpt: Copies=672"
*Copies 673/673: "%% FoomaticOpt: Copies=673"
*Copies 674/674: "%% FoomaticOpt: Copies=674"
*Copies 675/675: "%% FoomaticOpt: Copies=675"
*Copies 676/676: "%% FoomaticOpt: Copies=676"
*Copies 677/677: "%% FoomaticOpt: Copies=677"
*Copies 678/678: "%% FoomaticOpt: Copies=678"
*Copies 679/679: "%% FoomaticOpt: Copies=679"
*Copies 680/680: "%% FoomaticOpt: Copies=680"
*Copies 681/681: "%% FoomaticOpt: Copies=681"
*Copies 682/682: "%% FoomaticOpt: Copies=682"
*Copies 683/683: "%% FoomaticOpt: Copies=683"
*Copies 684/684: "%% FoomaticOpt: Copies=684"
*Copies 685/685: "%% FoomaticOpt: Copies=685"
*Copies 686/686: "%% FoomaticOpt: Copies=686"
*Copies 687/687: "%% FoomaticOpt: Copies=687"
*Copies 688/688: "%% FoomaticOpt: Copies=688"
*Copies 689/689: "%% FoomaticOpt: Copies=689"
*Copies 690/690: "%% FoomaticOpt: Copies=690"
*Copies 691/691: "%% FoomaticOpt: Copies=691"
*Copies 692/692: "%% FoomaticOpt: Copies=692"
*Copies 693/693: "%% FoomaticOpt: Copies=693"
*Copies 694/694: "%% FoomaticOpt: Copies=694"
*Copies 695/695: "%% FoomaticOpt: Copies=695"
*Copies 696/696: "%% FoomaticOpt: Copies=696"
*Copies 697/697: "%% FoomaticOpt: Copies=697"
*Copies 698/698: "%% FoomaticOpt: Copies=698"
*Copies 699/699: "%% FoomaticOpt: Copies=699"
*Copies 700/700: "%% FoomaticOpt: Copies=700"
*Copies 701/701: "%% FoomaticOpt: Copies=701"
*Copies 702/702: "%% FoomaticOpt: Copies=702"
*Copies 703/703: "%% FoomaticOpt: Copies=703"
*Copies 704/704: "%% FoomaticOpt: Copies=704"
*Copies 705/705: "%% FoomaticOpt: Copies=705"
*Copies 706/706: "%% FoomaticOpt: Copies=706"
*Copies 707/707: "%% FoomaticOpt: Copies=707"
*Copies 708/708: "%% FoomaticOpt: Copies=708"
*Copies 709/709: "%% FoomaticOpt: Copies=709"
*Copies 710/710: "%% FoomaticOpt: Copies=710"
*Copies 711/711: "%% FoomaticOpt: Copies=711"
*Copies 712/712: "%% FoomaticOpt: Copies=712"
*Copies 713/713: "%% FoomaticOpt: Copies=713"
*Copies 714/714: "%% FoomaticOpt: Copies=714"
*Copies 715/715: "%% FoomaticOpt: Copies=715"
*Copies 716/716: "%% FoomaticOpt: Copies=716"
*Copies 717/717: "%% FoomaticOpt: Copies=717"
*Copies 718/718: "%% FoomaticOpt: Copies=718"
*Copies 719/719: "%% FoomaticOpt: Copies=719"
*Copies 720/720: "%% FoomaticOpt: Copies=720"
*Copies 721/721: "%% FoomaticOpt: Copies=721"
*Copies 722/722: "%% FoomaticOpt: Copies=722"
*Copies 723/723: "%% FoomaticOpt: Copies=723"
*Copies 724/724: "%% FoomaticOpt: Copies=724"
*Copies 725/725: "%% FoomaticOpt: Copies=725"
*Copies 726/726: "%% FoomaticOpt: Copies=726"
*Copies 727/727: "%% FoomaticOpt: Copies=727"
*Copies 728/728: "%% FoomaticOpt: Copies=728"
*Copies 729/729: "%% FoomaticOpt: Copies=729"
*Copies 730/730: "%% FoomaticOpt: Copies=730"
*Copies 731/731: "%% FoomaticOpt: Copies=731"
*Copies 732/732: "%% FoomaticOpt: Copies=732"
*Copies 733/733: "%% FoomaticOpt: Copies=733"
*Copies 734/734: "%% FoomaticOpt: Copies=734"
*Copies 735/735: "%% FoomaticOpt: Copies=735"
*Copies 736/736: "%% FoomaticOpt: Copies=736"
*Copies 737/737: "%% FoomaticOpt: Copies=737"
*Copies 738/738: "%% FoomaticOpt: Copies=738"
*Copies 739/739: "%% FoomaticOpt: Copies=739"
*Copies 740/740: "%% FoomaticOpt: Copies=740"
*Copies 741/741: "%% FoomaticOpt: Copies=741"
*Copies 742/742: "%% FoomaticOpt: Copies=742"
*Copies 743/743: "%% FoomaticOpt: Copies=743"
*Copies 744/744: "%% FoomaticOpt: Copies=744"
*Copies 745/745: "%% FoomaticOpt: Copies=745"
*Copies 746/746: "%% FoomaticOpt: Copies=746"
*Copies 747/747: "%% FoomaticOpt: Copies=747"
*Copies 748/748: "%% FoomaticOpt: Copies=748"
*Copies 749/749: "%% FoomaticOpt: Copies=749"
*Copies 750/750: "%% FoomaticOpt: Copies=750"
*Copies 751/751: "%% FoomaticOpt: Copies=751"
*Copies 752/752: "%% FoomaticOpt: Copies=752"
*Copies 753/753: "%% FoomaticOpt: Copies=753"
*Copies 754/754: "%% FoomaticOpt: Copies=754"
*Copies 755/755: "%% FoomaticOpt: Copies=755"
*Copies 756/756: "%% FoomaticOpt: Copies=756"
*Copies 757/757: "%% FoomaticOpt: Copies=757"
*Copies 758/758: "%% FoomaticOpt: Copies=758"
*Copies 759/759: "%% FoomaticOpt: Copies=759"
*Copies 760/760: "%% FoomaticOpt: Copies=760"
*Copies 761/761: "%% FoomaticOpt: Copies=761"
*Copies 762/762: "%% FoomaticOpt: Copies=762"
*Copies 763/763: "%% FoomaticOpt: Copies=763"
*Copies 764/764: "%% FoomaticOpt: Copies=764"
*Copies 765/765: "%% FoomaticOpt: Copies=765"
*Copies 766/766: "%% FoomaticOpt: Copies=766"
*Copies 767/767: "%% FoomaticOpt: Copies=767"
*Copies 768/768: "%% FoomaticOpt: Copies=768"
*Copies 769/769: "%% FoomaticOpt: Copies=769"
*Copies 770/770: "%% FoomaticOpt: Copies=770"
*Copies 771/771: "%% FoomaticOpt: Copies=771"
*Copies 772/772: "%% FoomaticOpt: Copies=772"
*Copies 773/773: "%% FoomaticOpt: Copies=773"
*Copies 774/774: "%% FoomaticOpt: Copies=774"
*Copies 775/775: "%% FoomaticOpt: Copies=775"
*Copies 776/776: "%% FoomaticOpt: Copies=776"
*Copies 777/777: "%% FoomaticOpt: Copies=777"
*Copies 778/778: "%% FoomaticOpt: Copies=778"
*Copies 779/779: "%% FoomaticOpt: Copies=779"
*Copies 780/780: "%% FoomaticOpt: Copies=780"
*Copies 781/781: "%% FoomaticOpt: Copies=781"
*Copies 782/782: "%% FoomaticOpt: Copies=782"
*Copies 783/783: "%% FoomaticOpt: Copies=783"
*Copies 784/784: "%% FoomaticOpt: Copies=784"
*Copies 785/785: "%% FoomaticOpt: Copies=785"
*Copies 786/786: "%% FoomaticOpt: Copies=786"
*Copies 787/787: "%% FoomaticOpt: Copies=787"
*Copies 788/788: "%% FoomaticOpt: Copies=788"
*Copies 789/789: "%% FoomaticOpt: Copies=789"
*Copies 790/790: "%% FoomaticOpt: Copies=790"
*Copies 791/791: "%% FoomaticOpt: Copies=791"
*Copies 792/792: "%% FoomaticOpt: Copies=792"
*Copies 793/793: "%% FoomaticOpt: Copies=793"
*Copies 794/794: "%% FoomaticOpt: Copies=794"
*Copies 795/795: "%% FoomaticOpt: Copies=795"
*Copies 796/796: "%% FoomaticOpt: Copies=796"
*Copies 797/797: "%% FoomaticOpt: Copies=797"
*Copies 798/798: "%% FoomaticOpt: Copies=798"
*Copies 799/799: "%% FoomaticOpt: Copies=799"
*Copies 800/800: "%% FoomaticOpt: Copies=800"
*Copies 801/801: "%% FoomaticOpt: Copies=801"
*Copies 802/802: "%% FoomaticOpt: Copies=802"
*Copies 803/803: "%% FoomaticOpt: Copies=803"
*Copies 804/804: "%% FoomaticOpt: Copies=804"
*Copies 805/805: "%% FoomaticOpt: Copies=805"
*Copies 806/806: "%% FoomaticOpt: Copies=806"
*Copies 807/807: "%% FoomaticOpt: Copies=807"
*Copies 808/808: "%% FoomaticOpt: Copies=808"
*Copies 809/809: "%% FoomaticOpt: Copies=809"
*Copies 810/810: "%% FoomaticOpt: Copies=810"
*Copies 811/811: "%% FoomaticOpt: Copies=811"
*Copies 812/812: "%% FoomaticOpt: Copies=812"
*Copies 813/813: "%% FoomaticOpt: Copies=813"
*Copies 814/814: "%% FoomaticOpt: Copies=814"
*Copies 815/815: "%% FoomaticOpt: Copies=815"
*Copies 816/816: "%% FoomaticOpt: Copies=816"
*Copies 817/817: "%% FoomaticOpt: Copies=817"
*Copies 818/818: "%% FoomaticOpt: Copies=818"
*Copies 819/819: "%% FoomaticOpt: Copies=819"
*Copies 820/820: "%% FoomaticOpt: Copies=820"
*Copies 821/821: "%% FoomaticOpt: Copies=821"
*Copies 822/822: "%% FoomaticOpt: Copies=822"
*Copies 823/823: "%% FoomaticOpt: Copies=823"
*Copies 824/824: "%% FoomaticOpt: Copies=824"
*Copies 825/825: "%% FoomaticOpt: Copies=825"
*Copies 826/826: "%% FoomaticOpt: Copies=826"
*Copies 827/827: "%% FoomaticOpt: Copies=827"
*Copies 828/828: "%% FoomaticOpt: Copies=828"
*Copies 829/829: "%% FoomaticOpt: Copies=829"
*Copies 830/830: "%% FoomaticOpt: Copies=830"
*Copies 831/831: "%% FoomaticOpt: Copies=831"
*Copies 832/832: "%% FoomaticOpt: Copies=832"
*Copies 833/833: "%% FoomaticOpt: Copies=833"
*Copies 834/834: "%% FoomaticOpt: Copies=834"
*Copies 835/835: "%% FoomaticOpt: Copies=835"
*Copies 836/836: "%% FoomaticOpt: Copies=836"
*Copies 837/837: "%% FoomaticOpt: Copies=837"
*Copies 838/838: "%% FoomaticOpt: Copies=838"
*Copies 839/839: "%% FoomaticOpt: Copies=839"
*Copies 840/840: "%% FoomaticOpt: Copies=840"
*Copies 841/841: "%% FoomaticOpt: Copies=841"
*Copies 842/842: "%% FoomaticOpt: Copies=842"
*Copies 843/843: "%% FoomaticOpt: Copies=843"
*Copies 844/844: "%% FoomaticOpt: Copies=844"
*Copies 845/845: "%% FoomaticOpt: Copies=845"
*Copies 846/846: "%% FoomaticOpt: Copies=846"
*Copies 847/847: "%% FoomaticOpt: Copies=847"
*Copies 848/848: "%% FoomaticOpt: Copies=848"
*Copies 849/849: "%% FoomaticOpt: Copies=849"
*Copies 850/850: "%% FoomaticOpt: Copies=850"
*Copies 851/851: "%% FoomaticOpt: Copies=851"
*Copies 852/852: "%% FoomaticOpt: Copies=852"
*Copies 853/853: "%% FoomaticOpt: Copies=853"
*Copies 854/854: "%% FoomaticOpt: Copies=854"
*Copies 855/855: "%% FoomaticOpt: Copies=855"
*Copies 856/856: "%% FoomaticOpt: Copies=856"
*Copies 857/857: "%% FoomaticOpt: Copies=857"
*Copies 858/858: "%% FoomaticOpt: Copies=858"
*Copies 859/859: "%% FoomaticOpt: Copies=859"
*Copies 860/860: "%% FoomaticOpt: Copies=860"
*Copies 861/861: "%% FoomaticOpt: Copies=861"
*Copies 862/862: "%% FoomaticOpt: Copies=862"
*Copies 863/863: "%% FoomaticOpt: Copies=863"
*Copies 864/864: "%% FoomaticOpt: Copies=864"
*Copies 865/865: "%% FoomaticOpt: Copies=865"
*Copies 866/866: "%% FoomaticOpt: Copies=866"
*Copies 867/867: "%% FoomaticOpt: Copies=867"
*Copies 868/868: "%% FoomaticOpt: Copies=868"
*Copies 869/869: "%% FoomaticOpt: Copies=869"
*Copies 870/870: "%% FoomaticOpt: Copies=870"
*Copies 871/871: "%% FoomaticOpt: Copies=871"
*Copies 872/872: "%% FoomaticOpt: Copies=872"
*Copies 873/873: "%% FoomaticOpt: Copies=873"
*Copies 874/874: "%% FoomaticOpt: Copies=874"
*Copies 875/875: "%% FoomaticOpt: Copies=875"
*Copies 876/876: "%% FoomaticOpt: Copies=876"
*Copies 877/877: "%% FoomaticOpt: Copies=877"
*Copies 878/878: "%% FoomaticOpt: Copies=878"
*Copies 879/879: "%% FoomaticOpt: Copies=879"
*Copies 880/880: "%% FoomaticOpt: Copies=880"
*Copies 881/881: "%% FoomaticOpt: Copies=881"
*Copies 882/882: "%% FoomaticOpt: Copies=882"
*Copies 883/883: "%% FoomaticOpt: Copies=883"
*Copies 884/884: "%% FoomaticOpt: Copies=884"
*Copies 885/885: "%% FoomaticOpt: Copies=885"
*Copies 886/886: "%% FoomaticOpt: Copies=886"
*Copies 887/887: "%% FoomaticOpt: Copies=887"
*Copies 888/888: "%% FoomaticOpt: Copies=888"
*Copies 889/889: "%% FoomaticOpt: Copies=889"
*Copies 890/890: "%% FoomaticOpt: Copies=890"
*Copies 891/891: "%% FoomaticOpt: Copies=891"
*Copies 892/892: "%% FoomaticOpt: Copies=892"
*Copies 893/893: "%% FoomaticOpt: Copies=893"
*Copies 894/894: "%% FoomaticOpt: Copies=894"
*Copies 895/895: "%% FoomaticOpt: Copies=895"
*Copies 896/896: "%% FoomaticOpt: Copies=896"
*Copies 897/897: "%% FoomaticOpt: Copies=897"
*Copies 898/898: "%% FoomaticOpt: Copies=898"
*Copies 899/899: "%% FoomaticOpt: Copies=899"
*Copies 900/900: "%% FoomaticOpt: Copies=900"
*Copies 901/901: "%% FoomaticOpt: Copies=901"
*Copies 902/902: "%% FoomaticOpt: Copies=902"
*Copies 903/903: "%% FoomaticOpt: Copies=903"
*Copies 904/904: "%% FoomaticOpt: Copies=904"
*Copies 905/905: "%% FoomaticOpt: Copies=905"
*Copies 906/906: "%% FoomaticOpt: Copies=906"
*Copies 907/907: "%% FoomaticOpt: Copies=907"
*Copies 908/908: "%% FoomaticOpt: Copies=908"
*Copies 909/909: "%% FoomaticOpt: Copies=909"
*Copies 910/910: "%% FoomaticOpt: Copies=910"
*Copies 911/911: "%% FoomaticOpt: Copies=911"
*Copies 912/912: "%% FoomaticOpt: Copies=912"
*Copies 913/913: "%% FoomaticOpt: Copies=913"
*Copies 914/914: "%% FoomaticOpt: Copies=914"
*Copies 915/915: "%% FoomaticOpt: Copies=915"
*Copies 916/916: "%% FoomaticOpt: Copies=916"
*Copies 917/917: "%% FoomaticOpt: Copies=917"
*Copies 918/918: "%% FoomaticOpt: Copies=918"
*Copies 919/919: "%% FoomaticOpt: Copies=919"
*Copies 920/920: "%% FoomaticOpt: Copies=920"
*Copies 921/921: "%% FoomaticOpt: Copies=921"
*Copies 922/922: "%% FoomaticOpt: Copies=922"
*Copies 923/923: "%% FoomaticOpt: Copies=923"
*Copies 924/924: "%% FoomaticOpt: Copies=924"
*Copies 925/925: "%% FoomaticOpt: Copies=925"
*Copies 926/926: "%% FoomaticOpt: Copies=926"
*Copies 927/927: "%% FoomaticOpt: Copies=927"
*Copies 928/928: "%% FoomaticOpt: Copies=928"
*Copies 929/929: "%% FoomaticOpt: Copies=929"
*Copies 930/930: "%% FoomaticOpt: Copies=930"
*Copies 931/931: "%% FoomaticOpt: Copies=931"
*Copies 932/932: "%% FoomaticOpt: Copies=932"
*Copies 933/933: "%% FoomaticOpt: Copies=933"
*Copies 934/934: "%% FoomaticOpt: Copies=934"
*Copies 935/935: "%% FoomaticOpt: Copies=935"
*Copies 936/936: "%% FoomaticOpt: Copies=936"
*Copies 937/937: "%% FoomaticOpt: Copies=937"
*Copies 938/938: "%% FoomaticOpt: Copies=938"
*Copies 939/939: "%% FoomaticOpt: Copies=939"
*Copies 940/940: "%% FoomaticOpt: Copies=940"
*Copies 941/941: "%% FoomaticOpt: Copies=941"
*Copies 942/942: "%% FoomaticOpt: Copies=942"
*Copies 943/943: "%% FoomaticOpt: Copies=943"
*Copies 944/944: "%% FoomaticOpt: Copies=944"
*Copies 945/945: "%% FoomaticOpt: Copies=945"
*Copies 946/946: "%% FoomaticOpt: Copies=946"
*Copies 947/947: "%% FoomaticOpt: Copies=947"
*Copies 948/948: "%% FoomaticOpt: Copies=948"
*Copies 949/949: "%% FoomaticOpt: Copies=949"
*Copies 950/950: "%% FoomaticOpt: Copies=950"
*Copies 951/951: "%% FoomaticOpt: Copies=951"
*Copies 952/952: "%% FoomaticOpt: Copies=952"
*Copies 953/953: "%% FoomaticOpt: Copies=953"
*Copies 954/954: "%% FoomaticOpt: Copies=954"
*Copies 955/955: "%% FoomaticOpt: Copies=955"
*Copies 956/956: "%% FoomaticOpt: Copies=956"
*Copies 957/957: "%% FoomaticOpt: Copies=957"
*Copies 958/958: "%% FoomaticOpt: Copies=958"
*Copies 959/959: "%% FoomaticOpt: Copies=959"
*Copies 960/960: "%% FoomaticOpt: Copies=960"
*Copies 961/961: "%% FoomaticOpt: Copies=961"
*Copies 962/962: "%% FoomaticOpt: Copies=962"
*Copies 963/963: "%% FoomaticOpt: Copies=963"
*Copies 964/964: "%% FoomaticOpt: Copies=964"
*Copies 965/965: "%% FoomaticOpt: Copies=965"
*Copies 966/966: "%% FoomaticOpt: Copies=966"
*Copies 967/967: "%% FoomaticOpt: Copies=967"
*Copies 968/968: "%% FoomaticOpt: Copies=968"
*Copies 969/969: "%% FoomaticOpt: Copies=969"
*Copies 970/970: "%% FoomaticOpt: Copies=970"
*Copies 971/971: "%% FoomaticOpt: Copies=971"
*Copies 972/972: "%% FoomaticOpt: Copies=972"
*Copies 973/973: "%% FoomaticOpt: Copies=973"
*Copies 974/974: "%% FoomaticOpt: Copies=974"
*Copies 975/975: "%% FoomaticOpt: Copies=975"
*Copies 976/976: "%% FoomaticOpt: Copies=976"
*Copies 977/977: "%% FoomaticOpt: Copies=977"
*Copies 978/978: "%% FoomaticOpt: Copies=978"
*Copies 979/979: "%% FoomaticOpt: Copies=979"
*Copies 980/980: "%% FoomaticOpt: Copies=980"
*Copies 981/981: "%% FoomaticOpt: Copies=981"
*Copies 982/982: "%% FoomaticOpt: Copies=982"
*Copies 983/983: "%% FoomaticOpt: Copies=983"
*Copies 984/984: "%% FoomaticOpt: Copies=984"
*Copies 985/985: "%% FoomaticOpt: Copies=985"
*Copies 986/986: "%% FoomaticOpt: Copies=986"
*Copies 987/987: "%% FoomaticOpt: Copies=987"
*Copies 988/988: "%% FoomaticOpt: Copies=988"
*Copies 989/989: "%% FoomaticOpt: Copies=989"
*Copies 990/990: "%% FoomaticOpt: Copies=990"
*Copies 991/991: "%% FoomaticOpt: Copies=991"
*Copies 992/992: "%% FoomaticOpt: Copies=992"
*Copies 993/993: "%% FoomaticOpt: Copies=993"
*Copies 994/994: "%% FoomaticOpt: Copies=994"
*Copies 995/995: "%% FoomaticOpt: Copies=995"
*Copies 996/996: "%% FoomaticOpt: Copies=996"
*Copies 997/997: "%% FoomaticOpt: Copies=997"
*Copies 998/998: "%% FoomaticOpt: Copies=998"
*Copies 999/999: "%% FoomaticOpt: Copies=999"
*CloseUI: *Copies

*OpenUI *Economode/Economy mode: PickOne
*OrderDependency: 100 AnySetup *Economode
*DefaultEconomode: Standard
*Economode Economy/Economy Mode: "%% FoomaticOpt: Economode=Economy"
*Economode Standard/Standard Mode: "%% FoomaticOpt: Economode=Standard"
*CloseUI: *Economode

*OpenUI *MPTray/MP Tray: PickOne
*OrderDependency: 100 AnySetup *MPTray
*DefaultMPTray: First
*MPTray Cassette/Cassette: "%% FoomaticOpt: MPTray=Cassette"
*MPTray First/First: "%% FoomaticOpt: MPTray=First"
*CloseUI: *MPTray


*% Generic boilerplate PPD stuff as standard PostScript fonts and so on



*DefaultFont: Courier
*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
*Font Bookman-Light: Standard "(001.004S)" Standard ROM
*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
*Font Courier: Standard "(002.004S)" Standard ROM
*Font Courier-Bold: Standard "(002.004S)" Standard ROM
*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
*Font Helvetica: Standard "(001.006S)" Standard ROM
*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
*Font Symbol: Special "(001.007S)" Special ROM
*Font Times-Bold: Standard "(001.007S)" Standard ROM
*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
*Font Times-Italic: Standard "(001.007S)" Standard ROM
*Font Times-Roman: Standard "(001.007S)" Standard ROM
*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
*Font ZapfDingbats: Special "(001.004S)" Standard ROM

*% What follows is a dumped representation of the internal Perl data
*% structure representing one entry in the Linux Printing Database.
*% This can be used by frontends to give advanced features which are
*% beyond the possibilities which can be defined by Adobe-compliant PPDs.
*% The lines are comment lines, so that programs which require
*% Adobe-compliant PPD files can handle this file. They simply ignore
*% this additional information.
*%
*% COMDATA #$VAR1 = {
*% COMDATA #  'type' => 'G',
*% COMDATA #  'pcmodel' => undef,
*% COMDATA #  'usb_des' => undef,
*% COMDATA #  'pjl' => '',
*% COMDATA #  'pnp_mfg' => 'Hewlett-Packard',
*% COMDATA #  'args_byname' => {
*% COMDATA #    'InputSlot' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        'Tray1' => {
*% COMDATA #          'comment' => 'Tray 1',
*% COMDATA #          'idx' => 'ev/PCL-4-5-InputSlot-Tray1',
*% COMDATA #          'value' => 'Tray1',
*% COMDATA #          'driverval' => '\\x1b&l8H'
*% COMDATA #        },
*% COMDATA #        'Tray2' => {
*% COMDATA #          'comment' => 'Tray 2',
*% COMDATA #          'idx' => 'ev/PCL-4-5-InputSlot-Tray2',
*% COMDATA #          'value' => 'Tray2',
*% COMDATA #          'driverval' => '\\x1b&l1H'
*% COMDATA #        },
*% COMDATA #        'Tray3' => {
*% COMDATA #          'comment' => 'Tray 3',
*% COMDATA #          'idx' => 'ev/PCL-4-5-InputSlot-Tray3',
*% COMDATA #          'value' => 'Tray3',
*% COMDATA #          'driverval' => '\\x1b&l4H'
*% COMDATA #        },
*% COMDATA #        'Tray4' => {
*% COMDATA #          'comment' => 'Tray 4',
*% COMDATA #          'idx' => 'ev/PCL-4-5-InputSlot-Tray4',
*% COMDATA #          'value' => 'Tray4',
*% COMDATA #          'driverval' => '\\x1b&l5H'
*% COMDATA #        },
*% COMDATA #        'Default' => {
*% COMDATA #          'comment' => 'Printer default',
*% COMDATA #          'idx' => 'ev/PCL-4-5-InputSlot-Default',
*% COMDATA #          'value' => 'Default',
*% COMDATA #          'driverval' => ''
*% COMDATA #        },
*% COMDATA #        'Envelope' => {
*% COMDATA #          'comment' => 'Envelope Feeder',
*% COMDATA #          'idx' => 'ev/PCL-4-5-InputSlot-Envelope',
*% COMDATA #          'value' => 'Envelope',
*% COMDATA #          'driverval' => '\\x1b&l3H'
*% COMDATA #        },
*% COMDATA #        'Manual' => {
*% COMDATA #          'comment' => 'Manual Feeder',
*% COMDATA #          'idx' => 'ev/PCL-4-5-InputSlot-Manual',
*% COMDATA #          'value' => 'Manual',
*% COMDATA #          'driverval' => '\\x1b&l2H'
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'required' => 1,
*% COMDATA #      'style' => 'C',
*% COMDATA #      'name' => 'InputSlot',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'Media Source',
*% COMDATA #      'proto' => '%s',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 'Default',
*% COMDATA #      'idx' => 'opt/PCL-4-5-InputSlot',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'E'
*% COMDATA #    },
*% COMDATA #    'Manualfeed' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        'Off' => {
*% COMDATA #          'comment' => 'Off',
*% COMDATA #          'idx' => 'ev/699',
*% COMDATA #          'value' => 'Off',
*% COMDATA #          'driverval' => 'OFF'
*% COMDATA #        },
*% COMDATA #        'On' => {
*% COMDATA #          'comment' => 'On',
*% COMDATA #          'idx' => 'ev/698',
*% COMDATA #          'value' => 'On',
*% COMDATA #          'driverval' => 'ON'
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'style' => 'J',
*% COMDATA #      'name' => 'Manualfeed',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'Manual Feed of Paper',
*% COMDATA #      'proto' => 'SET MANUALFEED=%s',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 'Off',
*% COMDATA #      'idx' => 'opt/90',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'A'
*% COMDATA #    },
*% COMDATA #    'Copies' => {
*% COMDATA #      'vals_byname' => {},
*% COMDATA #      'style' => 'J',
*% COMDATA #      'name' => 'Copies',
*% COMDATA #      'type' => 'int',
*% COMDATA #      'comment' => 'Number of Copies',
*% COMDATA #      'min' => 1,
*% COMDATA #      'proto' => 'SET COPIES=%s',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 1,
*% COMDATA #      'idx' => 'opt/93',
*% COMDATA #      'vals' => [],
*% COMDATA #      'max' => 999,
*% COMDATA #      'spot' => 'A'
*% COMDATA #    },
*% COMDATA #    'Resolution' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        300 => {
*% COMDATA #          'comment' => '300 DPI',
*% COMDATA #          'idx' => 'ev/130',
*% COMDATA #          'value' => 300,
*% COMDATA #          'driverval' => '300 300'
*% COMDATA #        },
*% COMDATA #        75 => {
*% COMDATA #          'comment' => '75 DPI',
*% COMDATA #          'idx' => 'ev/132',
*% COMDATA #          'value' => 75,
*% COMDATA #          'driverval' => '75 75'
*% COMDATA #        },
*% COMDATA #        150 => {
*% COMDATA #          'comment' => '150 DPI',
*% COMDATA #          'idx' => 'ev/131',
*% COMDATA #          'value' => 150,
*% COMDATA #          'driverval' => '150 150'
*% COMDATA #        },
*% COMDATA #        600 => {
*% COMDATA #          'comment' => '600 DPI',
*% COMDATA #          'idx' => 'ev/129',
*% COMDATA #          'value' => 600,
*% COMDATA #          'driverval' => '600 600'
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'style' => 'G',
*% COMDATA #      'name' => 'Resolution',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'Resolution',
*% COMDATA #      'proto' => '<</HWResolution[%s]>>setpagedevice',
*% COMDATA #      'order' => 110,
*% COMDATA #      'default' => 600,
*% COMDATA #      'idx' => 'opt/6',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'Z'
*% COMDATA #    },
*% COMDATA #    'PageSize' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        'Letter' => {
*% COMDATA #          'comment' => 'US Letter',
*% COMDATA #          'idx' => 'ev/1',
*% COMDATA #          'value' => 'Letter',
*% COMDATA #          'driverval' => '612 792'
*% COMDATA #        },
*% COMDATA #        'EnvMonarch' => {
*% COMDATA #          'comment' => 'Envelope Monarch',
*% COMDATA #          'idx' => 'ev/902',
*% COMDATA #          'value' => 'EnvMonarch',
*% COMDATA #          'driverval' => '279 540'
*% COMDATA #        },
*% COMDATA #        'EnvC5' => {
*% COMDATA #          'comment' => 'Envelope C5',
*% COMDATA #          'idx' => 'ev/900',
*% COMDATA #          'value' => 'EnvC5',
*% COMDATA #          'driverval' => '459 649'
*% COMDATA #        },
*% COMDATA #        '11x17' => {
*% COMDATA #          'comment' => '11x17',
*% COMDATA #          'idx' => 'ev/880',
*% COMDATA #          'value' => '11x17',
*% COMDATA #          'driverval' => '792 1224'
*% COMDATA #        },
*% COMDATA #        'Executive' => {
*% COMDATA #          'comment' => 'Executive',
*% COMDATA #          'idx' => 'ev/895',
*% COMDATA #          'value' => 'Executive',
*% COMDATA #          'driverval' => '522 756'
*% COMDATA #        },
*% COMDATA #        'A3' => {
*% COMDATA #          'comment' => 'A3',
*% COMDATA #          'idx' => 'ev/115',
*% COMDATA #          'value' => 'A3',
*% COMDATA #          'driverval' => '842 1191'
*% COMDATA #        },
*% COMDATA #        'A4' => {
*% COMDATA #          'comment' => 'A4',
*% COMDATA #          'idx' => 'ev/3',
*% COMDATA #          'value' => 'A4',
*% COMDATA #          'driverval' => '595 842'
*% COMDATA #        },
*% COMDATA #        'Legal' => {
*% COMDATA #          'comment' => 'US Legal',
*% COMDATA #          'idx' => 'ev/2',
*% COMDATA #          'value' => 'Legal',
*% COMDATA #          'driverval' => '612 1008'
*% COMDATA #        },
*% COMDATA #        'A5' => {
*% COMDATA #          'comment' => 'A5',
*% COMDATA #          'idx' => 'ev/896',
*% COMDATA #          'value' => 'A5',
*% COMDATA #          'driverval' => '421 595'
*% COMDATA #        },
*% COMDATA #        'B5' => {
*% COMDATA #          'comment' => 'B5 (JIS)',
*% COMDATA #          'idx' => 'ev/897',
*% COMDATA #          'value' => 'B5',
*% COMDATA #          'driverval' => '516 729'
*% COMDATA #        },
*% COMDATA #        'EnvDL' => {
*% COMDATA #          'comment' => 'Envelope DL',
*% COMDATA #          'idx' => 'ev/901',
*% COMDATA #          'value' => 'EnvDL',
*% COMDATA #          'driverval' => '312 624'
*% COMDATA #        },
*% COMDATA #        'Env10' => {
*% COMDATA #          'comment' => 'Envelope #10',
*% COMDATA #          'idx' => 'ev/899',
*% COMDATA #          'value' => 'Env10',
*% COMDATA #          'driverval' => '297 684'
*% COMDATA #        },
*% COMDATA #        'EnvISOB5' => {
*% COMDATA #          'comment' => 'Envelope B5',
*% COMDATA #          'idx' => 'ev/898',
*% COMDATA #          'value' => 'EnvISOB5',
*% COMDATA #          'driverval' => '499 709'
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'style' => 'G',
*% COMDATA #      'name' => 'PageSize',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'Page Size',
*% COMDATA #      'proto' => '<</PageSize[%s]/ImagingBBox null>>setpagedevice',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 'Letter',
*% COMDATA #      'idx' => 'opt/2',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'Z'
*% COMDATA #    },
*% COMDATA #    'Economode' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        'Standard' => {
*% COMDATA #          'comment' => 'Standard Mode',
*% COMDATA #          'idx' => 'ev/680',
*% COMDATA #          'value' => 'Standard',
*% COMDATA #          'driverval' => 'OFF'
*% COMDATA #        },
*% COMDATA #        'Economy' => {
*% COMDATA #          'comment' => 'Economy Mode',
*% COMDATA #          'idx' => 'ev/679',
*% COMDATA #          'value' => 'Economy',
*% COMDATA #          'driverval' => 'ON'
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'style' => 'J',
*% COMDATA #      'name' => 'Economode',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'Economy mode',
*% COMDATA #      'proto' => 'SET ECONOMODE=%s',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 'Standard',
*% COMDATA #      'idx' => 'opt/87',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'A'
*% COMDATA #    },
*% COMDATA #    'REt' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        'Light' => {
*% COMDATA #          'comment' => 'Light',
*% COMDATA #          'idx' => 'ev/694',
*% COMDATA #          'value' => 'Light',
*% COMDATA #          'driverval' => 'LIGHT'
*% COMDATA #        },
*% COMDATA #        'Medium' => {
*% COMDATA #          'comment' => 'Medium',
*% COMDATA #          'idx' => 'ev/695',
*% COMDATA #          'value' => 'Medium',
*% COMDATA #          'driverval' => 'MEDIUM'
*% COMDATA #        },
*% COMDATA #        'Dark' => {
*% COMDATA #          'comment' => 'Dark',
*% COMDATA #          'idx' => 'ev/696',
*% COMDATA #          'value' => 'Dark',
*% COMDATA #          'driverval' => 'DARK'
*% COMDATA #        },
*% COMDATA #        'Off' => {
*% COMDATA #          'comment' => 'Off',
*% COMDATA #          'idx' => 'ev/693',
*% COMDATA #          'value' => 'Off',
*% COMDATA #          'driverval' => 'OFF'
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'style' => 'J',
*% COMDATA #      'name' => 'REt',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'REt Setting',
*% COMDATA #      'proto' => 'SET RET=%s',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 'Medium',
*% COMDATA #      'idx' => 'opt/89',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'A'
*% COMDATA #    },
*% COMDATA #    'MPTray' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        'First' => {
*% COMDATA #          'comment' => 'First',
*% COMDATA #          'idx' => 'ev/956',
*% COMDATA #          'value' => 'First',
*% COMDATA #          'driverval' => 'FIRST'
*% COMDATA #        },
*% COMDATA #        'Cassette' => {
*% COMDATA #          'comment' => 'Cassette',
*% COMDATA #          'idx' => 'ev/957',
*% COMDATA #          'value' => 'Cassette',
*% COMDATA #          'driverval' => 'CASSETTE'
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'style' => 'J',
*% COMDATA #      'name' => 'MPTray',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'MP Tray',
*% COMDATA #      'proto' => 'SET MPTRAY=%s',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 'First',
*% COMDATA #      'idx' => 'opt/187',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'A'
*% COMDATA #    },
*% COMDATA #    'Dithering' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        'Normal' => {
*% COMDATA #          'comment' => 'Standard printing',
*% COMDATA #          'idx' => 'ev/153',
*% COMDATA #          'value' => 'Normal',
*% COMDATA #          'driverval' => 'ljet4'
*% COMDATA #        },
*% COMDATA #        'FSDithered' => {
*% COMDATA #          'comment' => 'Floyd-Steinberg dithered printing',
*% COMDATA #          'idx' => 'ev/152',
*% COMDATA #          'value' => 'FSDithered',
*% COMDATA #          'driverval' => 'lj4dith'
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'required' => 1,
*% COMDATA #      'style' => 'C',
*% COMDATA #      'name' => 'Dithering',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'Floyd-Steinberg Dithering',
*% COMDATA #      'proto' => ' -sDEVICE=%s',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 'Normal',
*% COMDATA #      'idx' => 'opt/12',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'B'
*% COMDATA #    },
*% COMDATA #    'HPLJDensity' => {
*% COMDATA #      'vals_byname' => {
*% COMDATA #        1 => {
*% COMDATA #          'comment' => 1,
*% COMDATA #          'idx' => 'ev/813',
*% COMDATA #          'value' => 1,
*% COMDATA #          'driverval' => 1
*% COMDATA #        },
*% COMDATA #        2 => {
*% COMDATA #          'comment' => 2,
*% COMDATA #          'idx' => 'ev/814',
*% COMDATA #          'value' => 2,
*% COMDATA #          'driverval' => 2
*% COMDATA #        },
*% COMDATA #        3 => {
*% COMDATA #          'comment' => 3,
*% COMDATA #          'idx' => 'ev/815',
*% COMDATA #          'value' => 3,
*% COMDATA #          'driverval' => 3
*% COMDATA #        },
*% COMDATA #        4 => {
*% COMDATA #          'comment' => 4,
*% COMDATA #          'idx' => 'ev/816',
*% COMDATA #          'value' => 4,
*% COMDATA #          'driverval' => 4
*% COMDATA #        },
*% COMDATA #        5 => {
*% COMDATA #          'comment' => 5,
*% COMDATA #          'idx' => 'ev/817',
*% COMDATA #          'value' => 5,
*% COMDATA #          'driverval' => 5
*% COMDATA #        }
*% COMDATA #      },
*% COMDATA #      'style' => 'J',
*% COMDATA #      'name' => 'HPLJDensity',
*% COMDATA #      'type' => 'enum',
*% COMDATA #      'comment' => 'Density',
*% COMDATA #      'proto' => 'SET DENSITY=%s',
*% COMDATA #      'order' => 100,
*% COMDATA #      'default' => 3,
*% COMDATA #      'idx' => 'opt/127',
*% COMDATA #      'vals' => [
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {},
*% COMDATA #        {}
*% COMDATA #      ],
*% COMDATA #      'spot' => 'A'
*% COMDATA #    }
*% COMDATA #  },
*% COMDATA #  'ascii' => 1,
*% COMDATA #  'pnp_mdl' => 'HP LaserJet 5L',
*% COMDATA #  'driver' => 'ljet4',
*% COMDATA #  'compiled-at' => 'Wed Nov 13 23:19:39 2002',
*% COMDATA #  'drivernopjl' => '0',
*% COMDATA #  'snmp_cmd' => undef,
*% COMDATA #  'model' => 'LaserJet 5L',
*% COMDATA #  'url' => 'http://www.cs.wisc.edu/~ghost/doc/printer.htm',
*% COMDATA #  'cmd' => 'gs -q -dBATCH -dPARANOIDSAFER -dNOPAUSE%B%A%Z -sOutputFile=- - | perl -e "while (\\$line = <>) { my \\$b = \\"%E\\"; \\$match |= ( \\$line =~ s/\\x1b&l\\d+A/\\$&\\$b/ ); \\$line =~ s/\\x1b&l0H/\\$b/g; print \\$line }"',
*% COMDATA #  'snmp_des' => undef,
*% COMDATA #  'par_mfg' => 'Hewlett-Packard',
*% COMDATA #  'make' => 'HP',
*% COMDATA #  'par_mdl' => 'HP LaserJet 5L',
*% COMDATA #  'color' => '0',
*% COMDATA #  'pcdriver' => undef,
*% COMDATA #  'pnp_cmd' => 'HP ENHANCED PCL5,PJL',
*% COMDATA #  'usb_mfg' => undef,
*% COMDATA #  'usb_mdl' => undef,
*% COMDATA #  'pnp_des' => 'Hewlett-Packard LaserJet 5L Printer',
*% COMDATA #  'maxspot' => 'Z',
*% COMDATA #  'args' => [
*% COMDATA #    {},
*% COMDATA #    {},
*% COMDATA #    {},
*% COMDATA #    {},
*% COMDATA #    {},
*% COMDATA #    {},
*% COMDATA #    {},
*% COMDATA #    {},
*% COMDATA #    {},
*% COMDATA #    {}
*% COMDATA #  ],
*% COMDATA #  'id' => 62720,
*% COMDATA #  'comment' => '
*% COMDATA #    Ghostscript\'s HP LaserJet 4 (PCL 5) driver.<p>
*% COMDATA #
*% COMDATA #    Note that many printers listed as supported by this driver also
*% COMDATA #    understand PCL-XL and so they can be used with the
*% COMDATA #    "lj5gray"/"lj5mono" and
*% COMDATA #    "pxlmono"/"pxlcolor" drivers which give a much
*% COMDATA #    higher output quality and resolutions up to 1200 dpi,
*% COMDATA #  ',
*% COMDATA #  'timestamp' => '1037247579',
*% COMDATA #  'compiled-by' => 'www-data at poblano',
*% COMDATA #  'par_cmd' => 'HP ENHANCED PCL5,PJL',
*% COMDATA #  'snmp_mfg' => undef,
*% COMDATA #  'snmp_mdl' => undef,
*% COMDATA #  'usb_cmd' => undef,
*% COMDATA #  'par_des' => 'Hewlett-Packard LaserJet 5L Printer'
*% COMDATA #};
*% COMDATA #$VAR1->{'args_byname'}{'InputSlot'}{'vals'}[0] = $VAR1->{'args_byname'}{'InputSlot'}{'vals_byname'}{'Default'};
*% COMDATA #$VAR1->{'args_byname'}{'InputSlot'}{'vals'}[1] = $VAR1->{'args_byname'}{'InputSlot'}{'vals_byname'}{'Tray1'};
*% COMDATA #$VAR1->{'args_byname'}{'InputSlot'}{'vals'}[2] = $VAR1->{'args_byname'}{'InputSlot'}{'vals_byname'}{'Tray2'};
*% COMDATA #$VAR1->{'args_byname'}{'InputSlot'}{'vals'}[3] = $VAR1->{'args_byname'}{'InputSlot'}{'vals_byname'}{'Tray3'};
*% COMDATA #$VAR1->{'args_byname'}{'InputSlot'}{'vals'}[4] = $VAR1->{'args_byname'}{'InputSlot'}{'vals_byname'}{'Tray4'};
*% COMDATA #$VAR1->{'args_byname'}{'InputSlot'}{'vals'}[5] = $VAR1->{'args_byname'}{'InputSlot'}{'vals_byname'}{'Envelope'};
*% COMDATA #$VAR1->{'args_byname'}{'InputSlot'}{'vals'}[6] = $VAR1->{'args_byname'}{'InputSlot'}{'vals_byname'}{'Manual'};
*% COMDATA #$VAR1->{'args_byname'}{'Manualfeed'}{'vals'}[0] = $VAR1->{'args_byname'}{'Manualfeed'}{'vals_byname'}{'Off'};
*% COMDATA #$VAR1->{'args_byname'}{'Manualfeed'}{'vals'}[1] = $VAR1->{'args_byname'}{'Manualfeed'}{'vals_byname'}{'On'};
*% COMDATA #$VAR1->{'args_byname'}{'Resolution'}{'vals'}[0] = $VAR1->{'args_byname'}{'Resolution'}{'vals_byname'}{75};
*% COMDATA #$VAR1->{'args_byname'}{'Resolution'}{'vals'}[1] = $VAR1->{'args_byname'}{'Resolution'}{'vals_byname'}{150};
*% COMDATA #$VAR1->{'args_byname'}{'Resolution'}{'vals'}[2] = $VAR1->{'args_byname'}{'Resolution'}{'vals_byname'}{300};
*% COMDATA #$VAR1->{'args_byname'}{'Resolution'}{'vals'}[3] = $VAR1->{'args_byname'}{'Resolution'}{'vals_byname'}{600};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[0] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'Letter'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[1] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'A4'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[2] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'11x17'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[3] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'A3'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[4] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'A5'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[5] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'B5'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[6] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'Env10'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[7] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'EnvC5'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[8] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'EnvDL'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[9] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'EnvISOB5'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[10] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'EnvMonarch'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[11] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'Executive'};
*% COMDATA #$VAR1->{'args_byname'}{'PageSize'}{'vals'}[12] = $VAR1->{'args_byname'}{'PageSize'}{'vals_byname'}{'Legal'};
*% COMDATA #$VAR1->{'args_byname'}{'Economode'}{'vals'}[0] = $VAR1->{'args_byname'}{'Economode'}{'vals_byname'}{'Economy'};
*% COMDATA #$VAR1->{'args_byname'}{'Economode'}{'vals'}[1] = $VAR1->{'args_byname'}{'Economode'}{'vals_byname'}{'Standard'};
*% COMDATA #$VAR1->{'args_byname'}{'REt'}{'vals'}[0] = $VAR1->{'args_byname'}{'REt'}{'vals_byname'}{'Dark'};
*% COMDATA #$VAR1->{'args_byname'}{'REt'}{'vals'}[1] = $VAR1->{'args_byname'}{'REt'}{'vals_byname'}{'Light'};
*% COMDATA #$VAR1->{'args_byname'}{'REt'}{'vals'}[2] = $VAR1->{'args_byname'}{'REt'}{'vals_byname'}{'Medium'};
*% COMDATA #$VAR1->{'args_byname'}{'REt'}{'vals'}[3] = $VAR1->{'args_byname'}{'REt'}{'vals_byname'}{'Off'};
*% COMDATA #$VAR1->{'args_byname'}{'MPTray'}{'vals'}[0] = $VAR1->{'args_byname'}{'MPTray'}{'vals_byname'}{'Cassette'};
*% COMDATA #$VAR1->{'args_byname'}{'MPTray'}{'vals'}[1] = $VAR1->{'args_byname'}{'MPTray'}{'vals_byname'}{'First'};
*% COMDATA #$VAR1->{'args_byname'}{'Dithering'}{'vals'}[0] = $VAR1->{'args_byname'}{'Dithering'}{'vals_byname'}{'Normal'};
*% COMDATA #$VAR1->{'args_byname'}{'Dithering'}{'vals'}[1] = $VAR1->{'args_byname'}{'Dithering'}{'vals_byname'}{'FSDithered'};
*% COMDATA #$VAR1->{'args_byname'}{'HPLJDensity'}{'vals'}[0] = $VAR1->{'args_byname'}{'HPLJDensity'}{'vals_byname'}{1};
*% COMDATA #$VAR1->{'args_byname'}{'HPLJDensity'}{'vals'}[1] = $VAR1->{'args_byname'}{'HPLJDensity'}{'vals_byname'}{2};
*% COMDATA #$VAR1->{'args_byname'}{'HPLJDensity'}{'vals'}[2] = $VAR1->{'args_byname'}{'HPLJDensity'}{'vals_byname'}{3};
*% COMDATA #$VAR1->{'args_byname'}{'HPLJDensity'}{'vals'}[3] = $VAR1->{'args_byname'}{'HPLJDensity'}{'vals_byname'}{4};
*% COMDATA #$VAR1->{'args_byname'}{'HPLJDensity'}{'vals'}[4] = $VAR1->{'args_byname'}{'HPLJDensity'}{'vals_byname'}{5};
*% COMDATA #$VAR1->{'args'}[0] = $VAR1->{'args_byname'}{'PageSize'};
*% COMDATA #$VAR1->{'args'}[1] = $VAR1->{'args_byname'}{'InputSlot'};
*% COMDATA #$VAR1->{'args'}[2] = $VAR1->{'args_byname'}{'Manualfeed'};
*% COMDATA #$VAR1->{'args'}[3] = $VAR1->{'args_byname'}{'Resolution'};
*% COMDATA #$VAR1->{'args'}[4] = $VAR1->{'args_byname'}{'Dithering'};
*% COMDATA #$VAR1->{'args'}[5] = $VAR1->{'args_byname'}{'REt'};
*% COMDATA #$VAR1->{'args'}[6] = $VAR1->{'args_byname'}{'HPLJDensity'};
*% COMDATA #$VAR1->{'args'}[7] = $VAR1->{'args_byname'}{'Copies'};
*% COMDATA #$VAR1->{'args'}[8] = $VAR1->{'args_byname'}{'Economode'};
*% COMDATA #$VAR1->{'args'}[9] = $VAR1->{'args_byname'}{'MPTray'};

--------






More information about the cups mailing list