[Pkg-cups-devel] Bug#406594: cupsys: Can print testpage but not normal print

sawfish zxtan at mails.ciae.ac.cn
Sun Jan 14 03:42:39 CET 2007


The printer is attached with a windows 2000 box, I print throught samba

I have checked the error_log of cups and can't find something, the warning is 
same, but now I can print. See the job 6 is print test page, and no warnning, 
job 5 to job 12 is with version 1.2.7-2 and can't be complete. With the same 
configure downgrade to 1.2.7-1, warnning is same ,but it does work.

see the files






在 星期六 13 一月 2007 08:33,Roger Leigh 写道:
> notfound 406594 1.2.7-1
> found 406594 1.2.7-2
> tags 406594 + moreinfo
> thanks
>
> sawfish <zxtan at mails.ciae.ac.cn> writes:
> > After upgrade to 1.2.7-2, cups print system can print testpage
> > through samba on :631, but normal print job will be result a 56 byte
> > job in windows print job list. Try reinstall several samba and cups
> > system , I find after downgrade cupsys to 1.2.7-1 print job work
> > fine.
>
> Are you printing from a Windows system to a printer on your Debian
> system running Samba, or from your Debian system to a printer attached
> to some other system which Samba is talking to such as Windows or
> another Samba server?  Either way, please attach your cupsd.conf,
> printers.conf and smb.conf.  If you set LogLevel to debug in
> cupsd.conf, restart cupsd and then try to print, what happens will be
> logged in /var/log/cups/error_log.  Try this for both CUPS versions,
> and see if there are any differences in the logs; if in doubt, please
> attach them as well.  Also, check the Samba logfiles.  Do they shed
> any light on the problem?
>
> Please provide a comprehensive description of the setup and what is
> not working; the description above contains insufficient detail to
> help you with your problem.
>
>
> Regards,
> Roger
-------------- next part --------------
#
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel warning

# Administrator user group...
SystemGroup lpadmin

# Only listen for connections from the local machine.
Listen localhost:631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow localhost
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow localhost
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost
</Location>

# Set the default printer/job policies...
<Policy default>
  # Job-related operations must be done by the owner or an adminstrator...
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

  # All administration operations require an adminstrator to authenticate...
  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
  </Limit>

  # Only the owner or an administrator can cancel or authenticate a job...
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

#
#
-------------- next part --------------
# Printer configuration file for CUPS v1.2.4
# Written by cupsd on 2006-10-17 09:37
<DefaultPrinter LAN>
Info LAN
DeviceURI smb://LANXIAOFEI/打印机2
State Idle
StateTime 1161049048
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>
-------------- next part --------------
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which 
# are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentary and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic 
# errors. 
#

#======================= Global Settings =======================

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
   workgroup = JG81

# server string is the equivalent of the NT Description field
   server string = %h server (Samba %v)

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
   wins support = true

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = 10.10.4.72

# This will prevent nmbd to search for NetBIOS names through DNS.
   dns proxy = yes

# What naming service and in what order should we use to resolve host names
# to IP addresses
   name resolve order = lmhosts host wins bcast

#### Networking ####

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
;   interfaces = 127.0.0.0/8 eth0
;interfaces = 10.10.4.73/8 eth0

# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself.  However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
;   bind interfaces only = true



#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
   max log size = 1000

# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
;   syslog only = no

# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
   syslog = 0

# Do something sensible when Samba crashes: mail the admin a backtrace
   panic action = /usr/share/samba/panic-action %d


####### Authentication #######

# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba-HOWTO-Collection/ServerType.html
# in the samba-doc package for details.
;   security = user

# You may wish to use password encryption.  See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
   encrypt passwords = true

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.  
   passdb backend = tdbsam

   obey pam restrictions = yes

;   guest account = nobody
   invalid users = root

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
;   unix password sync = no

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan at informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
;   pam password change = no

########## Domains ###########

# Is this machine able to authenticate users. Both PDC and BDC
# must have this setting enabled. If you are the BDC you must
# change the 'domain master' setting to no
#
;   domain logons = yes
#
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of the user's profile directory
# from the client point of view)
# The following required a [profiles] share to be setup on the
# samba server (see below)
;   logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
;   logon path = \\%N\%U\profile

# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
;   logon drive = H:
;   logon home = \\%N\%U

# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
;   logon script = logon.cmd

# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe.  The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u

########## Printing ##########

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
;   load printers = yes

# lpr(ng) printing. You may wish to override the location of the
# printcap file
;   printing = bsd
;   printcap name = /etc/printcap

# CUPS printing.  See also the cupsaddsmb(8) manpage in the
# cupsys-client package.
;   printing = cups
;   printcap name = cups

# When using [print$], root is implicitly a 'printer admin', but you can
# also give this right to other users to add drivers and set printer
# properties
;   printer admin = @ntadmin


############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /home/samba/etc/smb.conf.%m

# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html
# for details
# You may want to add the following on a Linux system:
#         SO_RCVBUF=8192 SO_SNDBUF=8192
   socket options = TCP_NODELAY

# The following parameter is useful only if you have the linpopup package
# installed. The samba maintainer and the linpopup maintainer are
# working to ease installation and configuration of linpopup and samba.
;   message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &

# Domain Master specifies Samba to be the Domain Master Browser. If this
# machine will be configured as a BDC (a secondary logon server), you
# must set this to 'no'; otherwise, the default behavior is recommended.
   domain master = auto

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
;   idmap uid = 10000-20000
;   idmap gid = 10000-20000
;   template shell = /bin/bash

#======================= Share Definitions =======================

[homes]
   comment = Home Directories
   browseable = no

# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
   writable = no

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
   create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0700

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no

# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
;   comment = Users profiles
;   path = /home/samba/profiles
;   guest ok = no
;   browseable = no
;   create mask = 0600
;   directory mask = 0700

[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   public = no
   writable = no
   create mode = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# Replace 'ntadmin' with the name of the group your admin users are
# members of.
;   write list = root, @ntadmin

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#	cdrom share is accesed. For this to work /etc/fstab must contain
#	an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#	is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom

-------------- next part --------------
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=1...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{ORDER?", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:29:20 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:29:20 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?which_jobs=" at 17, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?printer_name=" at 42, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?printer_name=" at 211, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{which_jobs=all" at 349, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?printer_name=" at 374, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?printer_name=" at 543, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?printer_name=" at 681, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?printer_name=", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?printer_name=" at 823, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?printer_name=", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{total=0" at 983, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{total=1", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{total=0", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:29:20 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:29:20 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{PREVURL?", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:29:20 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:29:20 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{#job_id=0" at 11, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:29:20 +0800] [CGI] Looping on "job_id" at 277, count=2...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?job_name=", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=8", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=7", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=6", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=5", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=4", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=3", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=4", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=3", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state<7", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{?job_name=", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=8", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=7", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=6", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=5", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=4", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=3", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=4", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state=3", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{job_state<7", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{#job_id=0", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:29:20 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:29:20 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{PREVURL?", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:29:20 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:29:20 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e483a0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:29:20 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:29:20 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:29:20 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:29:20 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:29:33 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:29:33 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:29:33 +0800] cupsdReadClient: 7 GET /admin HTTP/1.1
D [09/Jan/2007:20:29:33 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:29:33 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:29:33 +0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16739
I [09/Jan/2007:20:29:33 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16739)
D [09/Jan/2007:20:29:33 +0800] cupsdSendCommand: 7 file=11
D [09/Jan/2007:20:29:33 +0800] [CGI] admin.cgi started...
D [09/Jan/2007:20:29:33 +0800] [CGI] http=0x8077038
D [09/Jan/2007:20:29:33 +0800] [CGI] No form data, showing main menu...
D [09/Jan/2007:20:29:33 +0800] cupsdAcceptClient: 13 from localhost (Domain)
D [09/Jan/2007:20:29:33 +0800] cupsdReadClient: 13 POST / HTTP/1.1
D [09/Jan/2007:20:29:33 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:29:33 +0800] CUPS-Get-Printers
D [09/Jan/2007:20:29:33 +0800] cupsdProcessIPPRequest: 13 status_code=0 (successful-ok)
D [09/Jan/2007:20:29:33 +0800] cupsdReadClient: 13 POST / HTTP/1.1
D [09/Jan/2007:20:29:33 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:29:33 +0800] CUPS-Get-Devices
D [09/Jan/2007:20:29:33 +0800] CGI /usr/lib/cups/daemon/cups-deviced started - PID = 16740
I [09/Jan/2007:20:29:33 +0800] Started "/usr/lib/cups/daemon/cups-deviced" (pid=16740)
D [09/Jan/2007:20:29:33 +0800] cupsdSendCommand: 13 file=14
D [09/Jan/2007:20:29:33 +0800] PID 16740 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
D [09/Jan/2007:20:29:33 +0800] [cups-deviced] Added device "smb"...
D [09/Jan/2007:20:29:33 +0800] [CGI] perl: warning: Setting locale failed.
D [09/Jan/2007:20:29:33 +0800] [CGI] perl: warning: Please check that your locale settings:
D [09/Jan/2007:20:29:33 +0800] [CGI] LANGUAGE = (unset),
D [09/Jan/2007:20:29:33 +0800] [CGI] LC_ALL = (unset),
D [09/Jan/2007:20:29:33 +0800] [CGI] LANG = "zh.UTF-8"
D [09/Jan/2007:20:29:33 +0800] [CGI] are supported and installed on your system.
D [09/Jan/2007:20:29:33 +0800] [CGI] perl: warning: Falling back to the standard locale ("C").
D [09/Jan/2007:20:29:33 +0800] [cups-deviced] Added device "beh"...
D [09/Jan/2007:20:29:33 +0800] [cups-deviced] Added device "ipp"...
D [09/Jan/2007:20:29:33 +0800] [cups-deviced] Added device "http"...
D [09/Jan/2007:20:29:33 +0800] [cups-deviced] Added device "lpd"...
D [09/Jan/2007:20:29:33 +0800] [cups-deviced] Added device "parallel:/dev/lp0"...
D [09/Jan/2007:20:29:33 +0800] [cups-deviced] Added device "socket"...
D [09/Jan/2007:20:29:33 +0800] PID 16739 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
D [09/Jan/2007:20:29:33 +0800] [CGI] /usr/share/cups/drivers/pscript5.dll: No such file or directory
D [09/Jan/2007:20:29:33 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:29:33 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:29:33 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{refresh_page?", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=1...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:29:33 +0800] cupsdCloseClient: 13
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{SECTION=admin", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{SECTION=classes", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{SECTION=help", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{SECTION=printers", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:29:33 +0800] [CGI] cgiCopyTemplateLang(tmpl="admin.tmpl")
D [09/Jan/2007:20:29:33 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:29:33 +0800] [CGI] Template file is "/usr/share/cups/templates/admin.tmpl"...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{have_samba?" at 384, result=0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 384...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 512 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 512...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 513 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{have_samba?", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{#device_uri=0" at 535, result=1...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 536 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 536...
D [09/Jan/2007:20:29:33 +0800] [CGI] Looping on "device_uri" at 586, count=0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 586...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{device_options}" at 642...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{device_make_and_model}" at 772...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{device_info}" at 787...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 795 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished looping on "device_uri"...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 801 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{#device_uri=0", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting "{SETTINGS_ERROR?" at 1850, result=0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 1850...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{SETTINGS_MESSAGE}" at 1871...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{SETTINGS_ERROR}" at 1904...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 1918 on character ':'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 1918...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{?remote_printers}" at 2117...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{?share_printers}" at 2223...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{?remote_admin}" at 2337...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{?user_cancel_any}" at 2435...
D [09/Jan/2007:20:29:33 +0800] [CGI] "{?debug_logging}" at 2552...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 2706 on character '}'...
D [09/Jan/2007:20:29:33 +0800] [CGI] Finished "{SETTINGS_ERROR?", out=0xb7dd43a0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 2728 on EOF...
D [09/Jan/2007:20:29:33 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:29:33 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:29:33 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:29:33 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:29:33 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:29:34 +0800] cupsdCloseClient: 8
D [09/Jan/2007:20:29:34 +0800] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [09/Jan/2007:20:29:34 +0800] cupsdReadClient: 8 GET /admin/log/error_log HTTP/1.1
D [09/Jan/2007:20:29:34 +0800] cupsdReadClient: 8 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:29:34 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:29:34 +0800] write_file: 8 file=11
D [09/Jan/2007:20:29:59 +0800] cupsdAcceptClient: 11 from localhost:631 (IPv4)
D [09/Jan/2007:20:29:59 +0800] cupsdReadClient: 11 GET /admin/log/page_log HTTP/1.1
D [09/Jan/2007:20:29:59 +0800] cupsdReadClient: 11 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:29:59 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:29:59 +0800] cupsdSendError: 11 code=404 (Not Found)
D [09/Jan/2007:20:29:59 +0800] cupsdCloseClient: 11
D [09/Jan/2007:20:30:03 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:30:03 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:30:03 +0800] cupsdReadClient: 7 GET /admin/log/access_log HTTP/1.1
D [09/Jan/2007:20:30:03 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:30:03 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:30:03 +0800] write_file: 7 file=11
D [09/Jan/2007:20:30:21 +0800] Unloading job 3...
D [09/Jan/2007:20:30:21 +0800] Unloading job 4...
D [09/Jan/2007:20:30:21 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:30:23 +0800] cupsdAcceptClient: 10 from localhost:631 (IPv4)
D [09/Jan/2007:20:30:23 +0800] cupsdReadClient: 10 GET /jobs/ HTTP/1.1
D [09/Jan/2007:20:30:23 +0800] cupsdReadClient: 10 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:30:23 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:30:23 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16761
I [09/Jan/2007:20:30:23 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16761)
D [09/Jan/2007:20:30:23 +0800] cupsdSendCommand: 10 file=11
D [09/Jan/2007:20:30:23 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:30:23 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{refresh_page?", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:30:23 +0800] cupsdAcceptClient: 13 from localhost (Domain)
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{SECTION=help", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] cupsdReadClient: 13 POST / HTTP/1.1
D [09/Jan/2007:20:30:23 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:30:23 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:30:23 +0800] cupsdProcessIPPRequest: 13 status_code=0 (successful-ok)
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:30:23 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:30:23 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{ORDER?", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] cupsdCloseClient: 13
D [09/Jan/2007:20:30:23 +0800] PID 16761 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{ORDER?", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:30:23 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:30:23 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?which_jobs=" at 17, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?printer_name=", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?printer_name=", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{which_jobs=all" at 349, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{which_jobs=all", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{total=0" at 983, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{which_jobs=all", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?which_jobs=", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{total=1", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{total=0", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:30:23 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:30:23 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{#job_id=0" at 11, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:30:23 +0800] [CGI] Looping on "job_id" at 277, count=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{?job_name=" at 400, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{?job_name=", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state=8", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state=7", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state=6", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state=5", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state=4", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state=3", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_preserved>0" at 903, result=1...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_preserved>0", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state=4", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state=3", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:30:23 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{job_state<7", out=(nil)...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:30:23 +0800] [CGI] Finished "{#job_id=0", out=0xb7e693a0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:30:23 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:30:23 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:30:23 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:23 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:30:24 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:30:24 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:30:24 +0800] cupsdReadClient: 7 GET /jobs?which_jobs=completed HTTP/1.1
D [09/Jan/2007:20:30:24 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:30:24 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:30:24 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16765
I [09/Jan/2007:20:30:24 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16765)
D [09/Jan/2007:20:30:24 +0800] cupsdSendCommand: 7 file=11
D [09/Jan/2007:20:30:24 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:30:24 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{refresh_page?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:30:24 +0800] cupsdAcceptClient: 13 from localhost (Domain)
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{SECTION=help", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] cupsdReadClient: 13 POST / HTTP/1.1
D [09/Jan/2007:20:30:24 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:30:24 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:30:24 +0800] Loading attributes for job 3...
D [09/Jan/2007:20:30:24 +0800] Loading attributes for job 4...
D [09/Jan/2007:20:30:24 +0800] cupsdProcessIPPRequest: 13 status_code=0 (successful-ok)
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:30:24 +0800] cupsdCloseClient: 13
D [09/Jan/2007:20:30:24 +0800] PID 16765 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:30:24 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:30:24 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{ORDER?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{ORDER?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:30:24 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:30:24 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?which_jobs=" at 17, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{which_jobs=all" at 349, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?printer_name=", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?printer_name=", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{total=0" at 983, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{total=1", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{total=0", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:30:24 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:30:24 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{PREVURL?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:30:24 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:30:24 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{#job_id=0" at 11, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:30:24 +0800] [CGI] Looping on "job_id" at 277, count=2...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?job_name=", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=8", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=7", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=6", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=5", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=4", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=3", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=4", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=3", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state<7", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{?job_name=", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=8", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=7", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=6", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=5", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=4", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=3", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=4", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state=3", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{job_state<7", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{#job_id=0", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:30:24 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:30:24 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{PREVURL?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:30:24 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Output second part...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:30:24 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e613a0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:30:24 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:30:24 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:30:24 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:30:24 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:30:35 +0800] cupsdCloseClient: 8
D [09/Jan/2007:20:31:22 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:31:22 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:31:41 +0800] Unloading job 3...
D [09/Jan/2007:20:31:41 +0800] Unloading job 4...
D [09/Jan/2007:20:31:51 +0800] cupsdAcceptClient: 7 from localhost (Domain)
D [09/Jan/2007:20:31:51 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:31:51 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:31:51 +0800] CUPS-Get-Printers
D [09/Jan/2007:20:31:51 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:31:51 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:31:51 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:31:51 +0800] CUPS-Get-Classes
D [09/Jan/2007:20:31:51 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:31:51 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:31:51 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:31:51 +0800] CUPS-Get-Default
D [09/Jan/2007:20:31:51 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:31:51 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:31:51 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:31:51 +0800] Get-Printer-Attributes ipp://localhost/printers/lan
D [09/Jan/2007:20:31:51 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:31:51 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:31:51 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:31:51 +0800] Get-Jobs ipp://localhost/printers/lan
D [09/Jan/2007:20:31:51 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:31:51 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:31 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:31 +0800] cupsdReadClient: 7 GET /jobs?which_jobs=all HTTP/1.1
D [09/Jan/2007:20:32:31 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:31 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:31 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16787
I [09/Jan/2007:20:32:31 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16787)
D [09/Jan/2007:20:32:31 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:31 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:31 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:31 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:31 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:31 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Finished "{refresh_page?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:31 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:31 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:31 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:31 +0800] [CGI] Finished "{SECTION=admin", out=0xb7eca3a0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Finished "{SECTION=classes", out=0xb7eca3a0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Finished "{SECTION=help", out=0xb7eca3a0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:32:31 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:31 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:31 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:31 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:32:31 +0800] Loading attributes for job 3...
D [09/Jan/2007:20:32:31 +0800] Loading attributes for job 4...
D [09/Jan/2007:20:32:31 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7eca3a0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:31 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:31 +0800] [CGI] Finished "{SECTION=printers", out=0xb7eca3a0...
D [09/Jan/2007:20:32:31 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:32 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:32 +0800] PID 16787 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:32:32 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:32:32 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:32 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{ORDER?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{SECTION=classes", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{ORDER?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:32:32 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:32:32 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:32 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{?which_jobs=" at 17, result=0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{which_jobs=all" at 349, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{?printer_name=", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{?printer_name=", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{which_jobs=all", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{?which_jobs=", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{total=0" at 983, result=0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{which_jobs=all", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{?which_jobs=", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{total=1", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{total=0", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:32:32 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:32 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:32 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{PREVURL?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Finished "{ORDER=dec", out=0xb7eca3a0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:32 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:32 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:32 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:32 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:32 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{NEXTURL?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:33 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:32:33 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:33 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{#job_id=0" at 11, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:32:33 +0800] [CGI] Looping on "job_id" at 277, count=2...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{?job_name=", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=8", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=7", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=6", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=5", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=4", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=3", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_preserved>0", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=4", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=3", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state<7", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{?job_name=", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=8", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=7", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=6", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=5", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=4", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=3", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_preserved>0", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=4", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state=3", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{job_state<7", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{#job_id=0", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:32:33 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:33 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:33 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{PREVURL?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{ORDER=dec", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:33 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:33 +0800] [CGI] Finished "{NEXTURL?", out=0xb7eca3a0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:33 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:33 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:33 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:33 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:33 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:32:37 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:37 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:37 +0800] cupsdReadClient: 7 GET /jobs/?WHICH_JOBS=all&ORDER=dec HTTP/1.1
D [09/Jan/2007:20:32:37 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:37 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:37 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16791
I [09/Jan/2007:20:32:37 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16791)
D [09/Jan/2007:20:32:37 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:37 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:37 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{refresh_page?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:37 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{SECTION=help", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:37 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:37 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:32:37 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:37 +0800] PID 16791 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:32:37 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:37 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:32:37 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{ORDER?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{ORDER?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:32:37 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:32:37 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?which_jobs=" at 17, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{which_jobs=all" at 349, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?printer_name=", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?printer_name=", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{total=0" at 983, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{total=1", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{total=0", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:32:37 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:37 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{PREVURL?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:37 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:32:37 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{#job_id=0" at 11, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:32:37 +0800] [CGI] Looping on "job_id" at 277, count=2...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?job_name=", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=8", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=7", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=6", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=5", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=4", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=3", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=4", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=3", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state<7", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{?job_name=", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=8", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=7", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=6", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=5", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=4", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=3", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=4", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state=3", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{job_state<7", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{#job_id=0", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:32:37 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:37 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{PREVURL?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:37 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:37 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e0c3a0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:37 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:37 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:37 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:37 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:32:39 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:39 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:39 +0800] cupsdReadClient: 7 GET /jobs?which_jobs=completed HTTP/1.1
D [09/Jan/2007:20:32:39 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:39 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:39 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16795
I [09/Jan/2007:20:32:39 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16795)
D [09/Jan/2007:20:32:39 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:39 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:39 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{refresh_page?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:39 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{SECTION=help", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:39 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:39 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:32:39 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:39 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:39 +0800] PID 16795 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:32:39 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:32:39 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{ORDER?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{ORDER?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:32:39 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:32:39 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?which_jobs=" at 17, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{which_jobs=all" at 349, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?printer_name=", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?printer_name=", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{total=0" at 983, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{total=1", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{total=0", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:32:39 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:39 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{PREVURL?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:39 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:32:39 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{#job_id=0" at 11, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:32:39 +0800] [CGI] Looping on "job_id" at 277, count=2...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?job_name=", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=8", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=7", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=6", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=5", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=4", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=3", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=4", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=3", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state<7", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{?job_name=", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=8", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=7", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=6", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=5", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=4", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=3", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=4", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state=3", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{job_state<7", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{#job_id=0", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:32:39 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:39 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{PREVURL?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:39 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:39 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e823a0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:39 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:39 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:39 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:39 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:32:42 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:42 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:42 +0800] cupsdReadClient: 7 GET /jobs?which_jobs=all HTTP/1.1
D [09/Jan/2007:20:32:42 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:42 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:42 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16799
I [09/Jan/2007:20:32:42 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16799)
D [09/Jan/2007:20:32:42 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:42 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:42 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{refresh_page?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:42 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{SECTION=admin", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{SECTION=classes", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{SECTION=help", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:42 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:42 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:32:42 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{SECTION=printers", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:42 +0800] PID 16799 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:32:42 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:42 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:32:42 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{ORDER?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{SECTION=classes", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{ORDER?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:32:42 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:32:42 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?which_jobs=" at 17, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{which_jobs=all" at 349, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?printer_name=", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?printer_name=", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{which_jobs=all", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?which_jobs=", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{total=0" at 983, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{which_jobs=all", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?which_jobs=", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{total=1", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{total=0", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:32:42 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:42 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{PREVURL?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{ORDER=dec", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{NEXTURL?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:42 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:32:42 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{#job_id=0" at 11, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:32:42 +0800] [CGI] Looping on "job_id" at 277, count=2...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?job_name=", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=8", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=7", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=6", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=5", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=4", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=3", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_preserved>0", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=4", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=3", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state<7", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{?job_name=", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=8", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=7", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=6", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=5", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=4", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=3", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_preserved>0", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=4", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state=3", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{job_state<7", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{#job_id=0", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:32:42 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:42 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{PREVURL?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{ORDER=dec", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:42 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:42 +0800] [CGI] Finished "{NEXTURL?", out=0xb7dff3a0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:42 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:42 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:42 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:42 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:32:45 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:45 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:45 +0800] cupsdReadClient: 7 GET /jobs HTTP/1.1
D [09/Jan/2007:20:32:45 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:45 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:45 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16803
I [09/Jan/2007:20:32:45 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16803)
D [09/Jan/2007:20:32:45 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:45 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:45 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{refresh_page?", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:45 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{SECTION=help", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:45 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:45 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:32:45 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:45 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:45 +0800] PID 16803 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:32:45 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:32:45 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{ORDER?", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{ORDER?", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:32:45 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:32:45 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?which_jobs=" at 17, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?printer_name=", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?printer_name=", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{which_jobs=all" at 349, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{which_jobs=all", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{total=0" at 983, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{which_jobs=all", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?which_jobs=", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{total=1", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{total=0", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:32:45 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:32:45 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{#job_id=0" at 11, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:32:45 +0800] [CGI] Looping on "job_id" at 277, count=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{?job_name=" at 400, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{?job_name=", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state=8", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state=7", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state=6", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state=5", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state=4", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state=3", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_preserved>0" at 903, result=1...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_preserved>0", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state=4", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state=3", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:45 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{job_state<7", out=(nil)...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:32:45 +0800] [CGI] Finished "{#job_id=0", out=0xb7e4b3a0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:32:45 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:45 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:45 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:45 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:32:46 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:46 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:46 +0800] cupsdReadClient: 7 GET /jobs?which_jobs=completed HTTP/1.1
D [09/Jan/2007:20:32:46 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:46 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:46 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16804
I [09/Jan/2007:20:32:46 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16804)
D [09/Jan/2007:20:32:46 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:46 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:46 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{refresh_page?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:46 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{SECTION=help", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:46 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:46 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:32:46 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:46 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:46 +0800] PID 16804 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:32:46 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:32:46 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{ORDER?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{ORDER?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:32:46 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:32:46 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?which_jobs=" at 17, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{which_jobs=all" at 349, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?printer_name=", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?printer_name=", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{total=0" at 983, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{which_jobs=all", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{total=1", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{total=0", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:32:46 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:46 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{PREVURL?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:46 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:32:46 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{#job_id=0" at 11, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:32:46 +0800] [CGI] Looping on "job_id" at 277, count=2...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?job_name=", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=8", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=7", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=6", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=5", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=4", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=3", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=4", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=3", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state<7", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{?job_name=" at 400, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{?job_name=", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=8", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=7", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=6", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=5", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=4", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=3", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_preserved>0" at 903, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_preserved>0", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=4", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state=3", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{job_state<7", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{#job_id=0", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:32:46 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:46 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{PREVURL?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{ORDER=dec" at 247, result=1...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:46 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:46 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e2a3a0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:46 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:46 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:46 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:46 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:32:51 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:51 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:51 +0800] cupsdReadClient: 7 GET /jobs/ HTTP/1.1
D [09/Jan/2007:20:32:51 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:51 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:51 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16808
I [09/Jan/2007:20:32:51 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16808)
D [09/Jan/2007:20:32:51 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:51 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:51 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{refresh_page?", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:51 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{SECTION=help", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:51 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:51 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:32:51 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:51 +0800] PID 16808 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:32:51 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:32:51 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{ORDER?", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{ORDER?", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:32:51 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:32:51 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?which_jobs=" at 17, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?printer_name=", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?printer_name=", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{which_jobs=all" at 349, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{which_jobs=all", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?which_jobs=", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{total=0" at 983, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{which_jobs=all", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?which_jobs=", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{total=1", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{total=0", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:32:51 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:32:51 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{#job_id=0" at 11, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:32:51 +0800] [CGI] Looping on "job_id" at 277, count=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{?job_name=" at 400, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{?job_name=", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state=8", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state=7", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state=6", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state=5", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state=4", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state=3", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_preserved>0" at 903, result=1...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_preserved>0", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state=4", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state=3", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:32:51 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{job_state<7", out=(nil)...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:32:51 +0800] [CGI] Finished "{#job_id=0", out=0xb7e803a0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:32:51 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:51 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:51 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:51 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:32:53 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:53 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:53 +0800] cupsdReadClient: 7 GET /printers/ HTTP/1.1
D [09/Jan/2007:20:32:53 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:53 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:53 +0800] CGI /usr/lib/cups/cgi-bin/printers.cgi started - PID = 16809
I [09/Jan/2007:20:32:53 +0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=16809)
D [09/Jan/2007:20:32:53 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:53 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:53 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:53 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:53 +0800] CUPS-Get-Default
D [09/Jan/2007:20:32:53 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:54 +0800] [CGI] show_all_printers(http=0x8070df8, user="root")
D [09/Jan/2007:20:32:54 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:54 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{refresh_page?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:54 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:54 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:54 +0800] CUPS-Get-Printers
D [09/Jan/2007:20:32:54 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{SECTION=help", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=1...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:54 +0800] PID 16809 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
D [09/Jan/2007:20:32:54 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:32:54 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{ORDER?" at 137, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{ORDER?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{ORDER?" at 513, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{ORDER?" at 541, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{ORDER?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:32:54 +0800] [CGI] cgiCopyTemplateLang(tmpl="printers-header.tmpl")
D [09/Jan/2007:20:32:54 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Template file is "/usr/share/cups/templates/printers-header.tmpl"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{total=0" at 27, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 27...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 39 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 39...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{#printer_name}" at 62...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{total}" at 73...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{total=1" at 90, result=1...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 90...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 91 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 91...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 93 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{total=1", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 94 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{total=0", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 100 on EOF...
D [09/Jan/2007:20:32:54 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:54 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{PREVURL?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{ORDER=dec" at 247, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:54 +0800] [CGI] cgiCopyTemplateLang(tmpl="printers.tmpl")
D [09/Jan/2007:20:32:54 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Template file is "/usr/share/cups/templates/printers.tmpl"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_type?" at 14, result=1...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 14...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 15 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 15...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 16 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_type?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{#printer_name=0" at 33, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 33...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 34 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 34...
D [09/Jan/2007:20:32:54 +0800] [CGI] Looping on "printer_name" at 50, count=1...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 50...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_uri_supported}" at 101...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 117...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{default_name=lan" at 150, result=1...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 150...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 169 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 169...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 170 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{default_name=lan", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{?printer_state_message=" at 196, result=1...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 196...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 197 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 197...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_state_message}" at 243...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 252 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{?printer_state_message=", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 349...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_uri_supported}" at 406...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_state=3" at 452, result=1...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 452...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 457 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 457...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_state=4" at 474, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 474...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 485 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 485...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 493 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_state=4", out=(nil)...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 494 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_state=3", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_info}" at 584...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_location}" at 624...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_make_and_model}" at 676...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_state=3" at 720, result=1...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 720...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 725 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 725...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_state=4" at 742, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 742...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 753 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 753...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 761 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_state=4", out=(nil)...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 762 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_state=3", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_is_accepting_jobs=0" at 793, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 793...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 808 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 808...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 823 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_is_accepting_jobs=0", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_is_shared=0" at 846, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 846...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 850 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 850...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 851 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_is_shared=0", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{?device_uri=" at 877, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 877...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 878 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 878...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{device_uri}" at 913...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 914 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{?device_uri=", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_uri_supported}" at 952...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{?cupscommand=1" at 1078, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1078...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_uri_supported}" at 1110...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_uri_supported}" at 1258...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1383 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1383...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1384 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{?cupscommand=1", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_state=5" at 1402, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1402...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 1423...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 1473...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1561 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1561...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 1582...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 1631...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1717 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_state=5", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_is_accepting_jobs=0" at 1747, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 1768...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 1816...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 1900 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 1900...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 1921...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 1969...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 2053 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_is_accepting_jobs=0", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_uri_supported}" at 2086...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 2132...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 2235...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 2282...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{printer_is_shared=0" at 2394, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 2394...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 2415...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 2463...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 2568 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 2568...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 2589...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 2637...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 2746 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{printer_is_shared=0", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 2767...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 2818...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 2927...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 2983...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 3102...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 3153...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 3262...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 3313...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{admin_uri}" at 3422...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{printer_name}" at 3476...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 3598 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished looping on "printer_name"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 3599 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{#printer_name=0", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 3600 on EOF...
D [09/Jan/2007:20:32:54 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:32:54 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{PREVURL?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{ORDER=dec" at 247, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{ORDER=dec", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:32:54 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:32:54 +0800] [CGI] Finished "{NEXTURL?", out=0xb7e053a0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:32:54 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:54 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:54 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:54 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:32:58 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:32:58 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:32:58 +0800] cupsdReadClient: 7 GET /printers/lan?op=move-jobs&printer_name=lan HTTP/1.1
D [09/Jan/2007:20:32:58 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:32:58 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:32:58 +0800] CGI /usr/lib/cups/cgi-bin/printers.cgi started - PID = 16813
I [09/Jan/2007:20:32:58 +0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=16813)
D [09/Jan/2007:20:32:58 +0800] cupsdSendCommand: 7 file=8
D [09/Jan/2007:20:32:58 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:32:58 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:32:58 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:32:58 +0800] CUPS-Get-Printers
D [09/Jan/2007:20:32:58 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:32:59 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:32:59 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:59 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{refresh_page?", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:32:59 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:32:59 +0800] PID 16813 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{SECTION=admin", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{SECTION=classes", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{SECTION=help", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=1...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{SECTION=printers", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:32:59 +0800] [CGI] cgiCopyTemplateLang(tmpl="job-move.tmpl")
D [09/Jan/2007:20:32:59 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:59 +0800] [CGI] Template file is "/usr/share/cups/templates/job-move.tmpl"...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{SECTION}" at 38...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{job_id?" at 47, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 47...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{printer_name}" at 62...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 63 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{job_id?", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{op}" at 108...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{job_id?" at 119, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 119...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{job_id}" at 169...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 172 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 172...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 173 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{job_id?", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{job_id?" at 201, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 201...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{job_id}" at 218...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 219 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 219...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 233 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{job_id?", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Looping on "job_printer_uri" at 358, count=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 358...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{job_printer_uri}" at 390...
D [09/Jan/2007:20:32:59 +0800] [CGI] "{job_printer_name}" at 410...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 411 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished looping on "job_printer_uri"...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{job_id?" at 509, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 509...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 510 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 510...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 512 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{job_id?", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting "{job_id?" at 539, result=0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 540 on character ':'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Output second part...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 540...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 542 on character '}'...
D [09/Jan/2007:20:32:59 +0800] [CGI] Finished "{job_id?", out=0xb7eac3a0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 574 on EOF...
D [09/Jan/2007:20:32:59 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:32:59 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:32:59 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:32:59 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:32:59 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:33:09 +0800] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [09/Jan/2007:20:33:09 +0800] cupsdReadClient: 8 GET /admin/?op=purge-jobs&printer_name=lan HTTP/1.1
D [09/Jan/2007:20:33:09 +0800] cupsdReadClient: 8 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:33:09 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:33:09 +0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16819
I [09/Jan/2007:20:33:09 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16819)
D [09/Jan/2007:20:33:09 +0800] cupsdSendCommand: 8 file=10
D [09/Jan/2007:20:33:09 +0800] [CGI] admin.cgi started...
D [09/Jan/2007:20:33:09 +0800] [CGI] http=0x8077038
D [09/Jan/2007:20:33:09 +0800] [CGI] op="purge-jobs"...
D [09/Jan/2007:20:33:09 +0800] cupsdAcceptClient: 11 from localhost (Domain)
D [09/Jan/2007:20:33:09 +0800] cupsdReadClient: 11 POST /admin/ HTTP/1.1
D [09/Jan/2007:20:33:09 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:33:09 +0800] Purge-Jobs ipp://localhost/printers/lan
E [09/Jan/2007:20:33:09 +0800] Purge-Jobs: Unauthorized
D [09/Jan/2007:20:33:09 +0800] cupsdSendError: 11 code=401 (Unauthorized)
D [09/Jan/2007:20:33:10 +0800] cupsdCloseClient: 11
D [09/Jan/2007:20:33:10 +0800] cupsdAcceptClient: 11 from localhost (Domain)
D [09/Jan/2007:20:33:10 +0800] cupsdReadClient: 11 POST /admin/ HTTP/1.1
D [09/Jan/2007:20:33:10 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:33:10 +0800] Purge-Jobs ipp://localhost/printers/lan
D [09/Jan/2007:20:33:10 +0800] Discarding unused job-completed event...
D [09/Jan/2007:20:33:10 +0800] Discarding unused job-completed event...
I [09/Jan/2007:20:33:10 +0800] All jobs on "lan" were purged by "root".
D [09/Jan/2007:20:33:10 +0800] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [09/Jan/2007:20:33:10 +0800] PID 16819 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
D [09/Jan/2007:20:33:10 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:33:10 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:10 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:10 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting "{refresh_page?" at 374, result=1...
D [09/Jan/2007:20:33:10 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:33:10 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Finished "{refresh_page?", out=0xb7e8c3a0...
D [09/Jan/2007:20:33:10 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:33:10 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=1...
D [09/Jan/2007:20:33:10 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:33:10 +0800] cupsdCloseClient: 11
D [09/Jan/2007:20:33:10 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e8c3a0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e8c3a0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Finished "{SECTION=help", out=0xb7e8c3a0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e8c3a0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e8c3a0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:33:10 +0800] [CGI] cgiCopyTemplateLang(tmpl="printer-purge.tmpl")
D [09/Jan/2007:20:33:10 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:10 +0800] [CGI] Template file is "/usr/share/cups/templates/printer-purge.tmpl"...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting "{is_class?" at 13, result=0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 13...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 19 on character ':'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 19...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 27 on character '}'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Finished "{is_class?", out=0xb7e8c3a0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting "{is_class?" at 48, result=0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 56 on character ':'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 56...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 65 on character '}'...
D [09/Jan/2007:20:33:10 +0800] [CGI] Finished "{is_class?", out=0xb7e8c3a0...
D [09/Jan/2007:20:33:10 +0800] [CGI] "{printer_name}" at 80...
D [09/Jan/2007:20:33:10 +0800] [CGI] "{printer_name}" at 96...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 134 on EOF...
D [09/Jan/2007:20:33:10 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:33:10 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:10 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:33:10 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:10 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:33:13 +0800] cupsdCloseClient: 8
D [09/Jan/2007:20:33:13 +0800] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [09/Jan/2007:20:33:13 +0800] cupsdReadClient: 8 GET /jobs/ HTTP/1.1
D [09/Jan/2007:20:33:13 +0800] cupsdReadClient: 8 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:33:13 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:33:13 +0800] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 16823
I [09/Jan/2007:20:33:13 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16823)
D [09/Jan/2007:20:33:13 +0800] cupsdSendCommand: 8 file=10
D [09/Jan/2007:20:33:13 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:33:13 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:13 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:13 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:33:13 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Finished "{refresh_page?", out=0xb7df53a0...
D [09/Jan/2007:20:33:13 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:33:13 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Finished "{SECTION=admin", out=0xb7df53a0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Finished "{SECTION=classes", out=0xb7df53a0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Finished "{SECTION=help", out=0xb7df53a0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=1...
D [09/Jan/2007:20:33:13 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:13 +0800] cupsdAcceptClient: 11 from localhost (Domain)
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7df53a0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:13 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:33:13 +0800] [CGI] Finished "{SECTION=printers", out=0xb7df53a0...
D [09/Jan/2007:20:33:13 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:33:13 +0800] cupsdReadClient: 11 POST / HTTP/1.1
D [09/Jan/2007:20:33:13 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:33:13 +0800] Get-Jobs ipp://localhost/jobs
D [09/Jan/2007:20:33:13 +0800] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [09/Jan/2007:20:33:14 +0800] PID 16823 (/usr/lib/cups/cgi-bin/jobs.cgi) exited with no errors.
D [09/Jan/2007:20:33:14 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:33:14 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{ORDER?" at 137, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{ORDER?", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] cupsdCloseClient: 11
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{SECTION=classes", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{ORDER?" at 513, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{ORDER?" at 541, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{ORDER?", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:33:14 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs-header.tmpl")
D [09/Jan/2007:20:33:14 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs-header.tmpl"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?which_jobs=" at 17, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 17...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?printer_name=" at 42, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 42...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 48 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 48...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{printer_uri_supported}" at 71...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 72 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?printer_name=", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?printer_name=" at 211, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 211...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 217 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 217...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{printer_uri_supported}" at 240...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 241 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?printer_name=", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 333 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 333...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{which_jobs=all" at 349, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 349...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?printer_name=" at 374, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 380 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 380...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{printer_uri_supported}" at 403...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 404 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?printer_name=" at 543, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 543...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 549 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 549...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{printer_uri_supported}" at 572...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 573 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 656 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 656...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?printer_name=" at 681, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 681...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 687 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 687...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{printer_uri_supported}" at 710...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 711 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?printer_name=" at 823, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 823...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 829 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 829...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{printer_uri_supported}" at 852...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 853 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?printer_name=", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 945 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{which_jobs=all", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 946 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?which_jobs=", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{total=0" at 983, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 991 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 991...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{#job_id}" at 1008...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{total}" at 1019...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?which_jobs=" at 1034, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1034...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1041 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1041...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{which_jobs=all" at 1057, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1057...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1058 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1058...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1068 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{which_jobs=all", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1069 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?which_jobs=", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{total=1" at 1082, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1082...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1083 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1083...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1085 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{total=1", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1086 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{total=0", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1092 on EOF...
D [09/Jan/2007:20:33:14 +0800] [CGI] cgiCopyTemplateLang(tmpl="jobs.tmpl")
D [09/Jan/2007:20:33:14 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Template file is "/usr/share/cups/templates/jobs.tmpl"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{#job_id=0" at 11, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 11...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 12 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 12...
D [09/Jan/2007:20:33:14 +0800] [CGI] Looping on "job_id" at 277, count=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 277...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_printer_uri}" at 339...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_printer_name}" at 359...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_id}" at 372...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{?job_name=" at 400, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 400...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 408 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 408...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_name}" at 418...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 419 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{?job_name=", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_originating_user_name}" at 462...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_k_octets}" at 492...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_media_sheets_completed=0" at 539, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 539...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 547 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 547...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{?job_media_sheets_completed}" at 576...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 577 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_media_sheets_completed=0", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state=3" at 600, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 600...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{time_at_creation}" at 635...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 636 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 636...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state=4" at 649, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 649...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{time_at_creation}" at 681...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 682 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 682...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state=5" at 696, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 696...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{time_at_processing}" at 736...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 737 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 737...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state=6" at 750, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 750...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 758 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 758...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state=7" at 772, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 772...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{time_at_completed}" at 806...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 807 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 807...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state=8" at 820, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 820...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 828 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 828...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{time_at_completed}" at 863...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 864 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state=8", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 865 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state=7", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 866 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state=6", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 867 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state=5", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 868 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state=4", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 869 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state=3", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_preserved>0" at 903, result=1...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 903...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_id}" at 954...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_printer_uri}" at 992...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1075 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1075...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1076 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_preserved>0", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state=4" at 1090, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1090...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_id}" at 1141...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_printer_uri}" at 1179...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1262 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1262...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1263 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state=4", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state=3" at 1277, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1277...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_id}" at 1325...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_printer_uri}" at 1363...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1440 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1440...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1441 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state=3", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting "{job_state<7" at 1455, result=0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1455...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_id}" at 1505...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_printer_uri}" at 1543...
D [09/Jan/2007:20:33:14 +0800] [CGI] "{job_id}" at 1671...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1747 on character ':'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1748 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{job_state<7", out=(nil)...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1768 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished looping on "job_id"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1779 on character '}'...
D [09/Jan/2007:20:33:14 +0800] [CGI] Finished "{#job_id=0", out=0xb7df53a0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 1780 on EOF...
D [09/Jan/2007:20:33:14 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:33:14 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:33:14 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:14 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:33:16 +0800] cupsdCloseClient: 8
D [09/Jan/2007:20:33:16 +0800] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [09/Jan/2007:20:33:16 +0800] cupsdReadClient: 8 GET /printers/ HTTP/1.1
D [09/Jan/2007:20:33:16 +0800] cupsdReadClient: 8 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:33:16 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:33:16 +0800] CGI /usr/lib/cups/cgi-bin/printers.cgi started - PID = 16827
I [09/Jan/2007:20:33:16 +0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=16827)
D [09/Jan/2007:20:33:16 +0800] cupsdSendCommand: 8 file=10
D [09/Jan/2007:20:33:16 +0800] cupsdAcceptClient: 11 from localhost (Domain)
D [09/Jan/2007:20:33:16 +0800] cupsdReadClient: 11 POST / HTTP/1.1
D [09/Jan/2007:20:33:16 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:33:16 +0800] CUPS-Get-Default
D [09/Jan/2007:20:33:16 +0800] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [09/Jan/2007:20:33:16 +0800] [CGI] show_all_printers(http=0x8070df8, user="root")
D [09/Jan/2007:20:33:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:33:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{refresh_page?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:33:16 +0800] cupsdReadClient: 11 POST / HTTP/1.1
D [09/Jan/2007:20:33:16 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:33:16 +0800] CUPS-Get-Printers
D [09/Jan/2007:20:33:16 +0800] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{SECTION=admin", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{SECTION=classes", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{SECTION=help", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=1...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{SECTION=printers", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:33:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="search.tmpl")
D [09/Jan/2007:20:33:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Template file is "/usr/share/cups/templates/search.tmpl"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{SECTION}" at 24...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{?SEARCH_DEST}" at 39...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{WHICH_JOBS?" at 67, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 67...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{WHICH_JOBS}" at 125...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 128 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] cupsdCloseClient: 11
D [09/Jan/2007:20:33:16 +0800] PID 16827 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 128...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 129 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{ORDER?" at 137, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 137...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{ORDER}" at 185...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 188 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 188...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 189 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{ORDER?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{SEARCH_DEST?" at 235, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 235...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{SEARCH_DEST}" at 248...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 249 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 249...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{SECTION=classes" at 266, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 266...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 274 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 274...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{SECTION=jobs" at 288, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 288...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 293 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 293...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 302 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 303 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{SECTION=classes", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 304 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{SEARCH_DEST?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{?QUERY}" at 357...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{SECTION}" at 455...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{?SEARCH_DEST}" at 470...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{WHICH_JOBS?" at 482, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 482...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{WHICH_JOBS}" at 506...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{ORDER?" at 513, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 513...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{ORDER}" at 531...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 532 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 532...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 533 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{ORDER?", out=(nil)...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 534 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 534...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{ORDER?" at 541, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 541...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{ORDER}" at 555...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 556 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 556...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 557 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{ORDER?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 558 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{WHICH_JOBS?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 641 on EOF...
D [09/Jan/2007:20:33:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="printers-header.tmpl")
D [09/Jan/2007:20:33:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Template file is "/usr/share/cups/templates/printers-header.tmpl"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{total=0" at 27, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 27...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 39 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 39...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{#printer_name}" at 62...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{total}" at 73...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{total=1" at 90, result=1...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 90...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 91 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 91...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 93 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{total=1", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 94 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{total=0", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 100 on EOF...
D [09/Jan/2007:20:33:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:33:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{PREVURL?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{ORDER=dec" at 247, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{ORDER=dec", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{NEXTURL?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:33:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="printers.tmpl")
D [09/Jan/2007:20:33:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Template file is "/usr/share/cups/templates/printers.tmpl"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_type?" at 14, result=1...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 14...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 15 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 15...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 16 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_type?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{#printer_name=0" at 33, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 33...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 34 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 34...
D [09/Jan/2007:20:33:16 +0800] [CGI] Looping on "printer_name" at 50, count=1...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 50...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_uri_supported}" at 101...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 117...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{default_name=lan" at 150, result=1...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 150...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 169 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 169...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 170 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{default_name=lan", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{?printer_state_message=" at 196, result=1...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 196...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 197 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 197...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_state_message}" at 243...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 252 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{?printer_state_message=", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 349...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_uri_supported}" at 406...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_state=3" at 452, result=1...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 452...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 457 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 457...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_state=4" at 474, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 474...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 485 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 485...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 493 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_state=4", out=(nil)...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 494 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_state=3", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_info}" at 584...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_location}" at 624...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_make_and_model}" at 676...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_state=3" at 720, result=1...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 720...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 725 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 725...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_state=4" at 742, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 742...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 753 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 753...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 761 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_state=4", out=(nil)...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 762 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_state=3", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_is_accepting_jobs=0" at 793, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 793...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 808 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 808...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 823 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_is_accepting_jobs=0", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_is_shared=0" at 846, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 846...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 850 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 850...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 851 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_is_shared=0", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{?device_uri=" at 877, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 877...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 878 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 878...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{device_uri}" at 913...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 914 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{?device_uri=", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_uri_supported}" at 952...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{?cupscommand=1" at 1078, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1078...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_uri_supported}" at 1110...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_uri_supported}" at 1258...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1383 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1383...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1384 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{?cupscommand=1", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_state=5" at 1402, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1402...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 1423...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 1473...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1561 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1561...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 1582...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 1631...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1717 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_state=5", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_is_accepting_jobs=0" at 1747, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1747...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 1768...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 1816...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 1900 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 1900...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 1921...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 1969...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 2053 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_is_accepting_jobs=0", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_uri_supported}" at 2086...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 2132...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 2235...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 2282...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{printer_is_shared=0" at 2394, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 2394...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 2415...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 2463...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 2568 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 2568...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 2589...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 2637...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 2746 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{printer_is_shared=0", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 2767...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 2818...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 2927...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 2983...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 3102...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 3153...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 3262...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 3313...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{admin_uri}" at 3422...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{printer_name}" at 3476...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 3598 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished looping on "printer_name"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 3599 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{#printer_name=0", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 3600 on EOF...
D [09/Jan/2007:20:33:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="pager.tmpl")
D [09/Jan/2007:20:33:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Template file is "/usr/share/cups/templates/pager.tmpl"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{PREVURL?" at 87, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 87...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{PREVURL}" at 105...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 191 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 191...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 198 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{PREVURL?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{ORDER=dec" at 247, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 247...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{THISURL}" at 265...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 367 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 367...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{THISURL}" at 385...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 489 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{ORDER=dec", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting "{NEXTURL?" at 535, result=0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:33:16 +0800] [CGI] "{NEXTURL}" at 553...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 631 on character ':'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 631...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 638 on character '}'...
D [09/Jan/2007:20:33:16 +0800] [CGI] Finished "{NEXTURL?", out=0xb7dd33a0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 659 on EOF...
D [09/Jan/2007:20:33:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:33:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:33:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:16 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:33:22 +0800] cupsdCloseClient: 8
D [09/Jan/2007:20:33:22 +0800] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [09/Jan/2007:20:33:22 +0800] cupsdReadClient: 8 GET /admin/?op=modify-printer&printer_name=lan HTTP/1.1
D [09/Jan/2007:20:33:22 +0800] cupsdReadClient: 8 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:33:22 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:33:22 +0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16831
I [09/Jan/2007:20:33:22 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16831)
D [09/Jan/2007:20:33:22 +0800] cupsdSendCommand: 8 file=10
D [09/Jan/2007:20:33:22 +0800] [CGI] admin.cgi started...
D [09/Jan/2007:20:33:22 +0800] [CGI] http=0x8077038
D [09/Jan/2007:20:33:22 +0800] [CGI] op="modify-printer"...
D [09/Jan/2007:20:33:22 +0800] [CGI] do_am_printer: DEVICE_URI="(null)"
D [09/Jan/2007:20:33:22 +0800] cupsdAcceptClient: 11 from localhost (Domain)
D [09/Jan/2007:20:33:22 +0800] cupsdReadClient: 11 POST / HTTP/1.1
D [09/Jan/2007:20:33:22 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:33:22 +0800] Get-Printer-Attributes ipp://localhost/printers/lan
D [09/Jan/2007:20:33:22 +0800] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [09/Jan/2007:20:33:23 +0800] PID 16831 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
D [09/Jan/2007:20:33:23 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:33:23 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:23 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Finished "{refresh_page?", out=0xb7ed03a0...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=1...
D [09/Jan/2007:20:33:23 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:33:23 +0800] cupsdCloseClient: 11
D [09/Jan/2007:20:33:23 +0800] [CGI] Finished "{SECTION=admin", out=0xb7ed03a0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Finished "{SECTION=classes", out=0xb7ed03a0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Finished "{SECTION=help", out=0xb7ed03a0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7ed03a0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Finished "{SECTION=printers", out=0xb7ed03a0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:33:23 +0800] [CGI] cgiCopyTemplateLang(tmpl="modify-printer.tmpl")
D [09/Jan/2007:20:33:23 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:23 +0800] [CGI] Template file is "/usr/share/cups/templates/modify-printer.tmpl"...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{op}" at 79...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting "{?device_uri=" at 96, result=0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 96...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 97 on character ':'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 97...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{device_uri}" at 163...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 166 on character '}'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Finished "{?device_uri=", out=0xb7ed03a0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting "{?printer_make_and_model=" at 193, result=0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 193...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 194 on character ':'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 194...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{printer_make_and_model}" at 276...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 279 on character '}'...
D [09/Jan/2007:20:33:23 +0800] [CGI] Finished "{?printer_make_and_model=", out=0xb7ed03a0...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{printer_name}" at 328...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{printer_name}" at 443...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{printer_name}" at 459...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{?printer_location}" at 582...
D [09/Jan/2007:20:33:23 +0800] [CGI] "{?printer_info}" at 789...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 1031 on EOF...
D [09/Jan/2007:20:33:23 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:33:23 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:23 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:33:23 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:23 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:33:27 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:33:27 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:33:27 +0800] cupsdReadClient: 7 GET /admin/?op=set-printer-options&printer_name=lan HTTP/1.1
D [09/Jan/2007:20:33:27 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:33:27 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:33:27 +0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16835
I [09/Jan/2007:20:33:27 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16835)
D [09/Jan/2007:20:33:27 +0800] cupsdSendCommand: 7 file=10
D [09/Jan/2007:20:33:27 +0800] [CGI] admin.cgi started...
D [09/Jan/2007:20:33:27 +0800] [CGI] http=0x8077038
D [09/Jan/2007:20:33:27 +0800] [CGI] op="set-printer-options"...
D [09/Jan/2007:20:33:27 +0800] [CGI] do_config_printer(http=0x8077038)
D [09/Jan/2007:20:33:27 +0800] [CGI] printer="lan", uri="ipp://localhost/printers/lan"...
D [09/Jan/2007:20:33:27 +0800] cupsdAcceptClient: 11 from localhost (Domain)
D [09/Jan/2007:20:33:27 +0800] cupsdReadClient: 11 POST / HTTP/1.1
D [09/Jan/2007:20:33:27 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:33:27 +0800] Get-Printer-Attributes ipp://localhost/printers/lan
D [09/Jan/2007:20:33:27 +0800] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [09/Jan/2007:20:33:28 +0800] cupsdReadClient: 11 GET /printers/lan.ppd HTTP/1.1
D [09/Jan/2007:20:33:28 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:33:28 +0800] write_file: 11 file=13
D [09/Jan/2007:20:33:28 +0800] [CGI] Got PPD file: "/var/spool/cups/tmp/45a38b988983e"
D [09/Jan/2007:20:33:28 +0800] [CGI] Showing options...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{refresh_page?", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{SECTION=help", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="set-printer-options-header.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/set-printer-options-header.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{printer_name}" at 99...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{op}" at 144...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 147 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-header.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-header.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{printer_name}" at 32...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{group}" at 41...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 56 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=2...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=normal" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=normal", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=normal" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=normal", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=2...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1200x600dpi" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1200x600dpi", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1200x600dpi" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1200x600dpi", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=11...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=A4" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=A4", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=6...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Auto" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Auto", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Auto" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Auto", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Auto" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Auto", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Auto" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Auto", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Auto" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Auto", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Auto" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Auto", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=7...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Standard" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Standard", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Standard" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Standard", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Standard" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Standard", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Standard" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Standard", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Standard" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Standard", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Standard" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Standard", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=Standard" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] cupsdReadClient: 11 POST / HTTP/1.1
D [09/Jan/2007:20:33:28 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:33:28 +0800] Get-Printer-Attributes ipp://localhost/printers/lan
D [09/Jan/2007:20:33:28 +0800] cupsdProcessIPPRequest: 11 status_code=0 (successful-ok)
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=Standard", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=100...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-trailer.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-trailer.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 131 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-header.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-header.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{printer_name}" at 32...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{group}" at 41...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 56 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=3...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1up" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1up", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1up" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1up", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=1up" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=1up", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=3...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=port" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=port", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=port" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=port", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=port" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=port", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-trailer.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-trailer.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 131 on EOF...
D [09/Jan/2007:20:33:28 +0800] PID 16835 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-header.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-header.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{printer_name}" at 32...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{group}" at 41...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 56 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=7...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] cupsdCloseClient: 11
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=7...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=none" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=none", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-trailer.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-trailer.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 131 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-header.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-header.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{printer_name}" at 32...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{group}" at 41...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 56 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=3...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=stop-printer" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=stop-printer", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=stop-printer" at 165, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=stop-printer", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=stop-printer" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=stop-printer", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-pickone.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-pickone.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{conflicted=1" at 36, result=0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 36...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 54 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 55 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{conflicted=1", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 74...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keytext}" at 85...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{keyword}" at 123...
D [09/Jan/2007:20:33:28 +0800] [CGI] Looping on "choices" at 136, count=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 136...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting "{choices=default" at 165, result=1...
D [09/Jan/2007:20:33:28 +0800] [CGI] Output first part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 165...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 174 on character ':'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 174...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 175 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished "{choices=default", out=0xb7e343a0...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{choices}" at 192...
D [09/Jan/2007:20:33:28 +0800] [CGI] "{text}" at 200...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 201 on character '}'...
D [09/Jan/2007:20:33:28 +0800] [CGI] Finished looping on "choices"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 223 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="option-trailer.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/option-trailer.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 131 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="set-printer-options-trailer.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/set-printer-options-trailer.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 8 on EOF...
D [09/Jan/2007:20:33:28 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:33:28 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:33:28 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:33:28 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:34:16 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:34:16 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:34:16 +0800] cupsdReadClient: 7 GET /help/ HTTP/1.1
D [09/Jan/2007:20:34:16 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:34:16 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:34:16 +0800] CGI /usr/lib/cups/cgi-bin/help.cgi started - PID = 16839
I [09/Jan/2007:20:34:16 +0800] Started "/usr/lib/cups/cgi-bin/help.cgi" (pid=16839)
D [09/Jan/2007:20:34:16 +0800] cupsdSendCommand: 7 file=10
D [09/Jan/2007:20:34:16 +0800] PID 16839 (/usr/lib/cups/cgi-bin/help.cgi) exited with no errors.
D [09/Jan/2007:20:34:16 +0800] [CGI] helpLoadIndex(filename="/var/cache/cups/help.index", directory="/usr/share/cups/doc-root/help")
D [09/Jan/2007:20:34:16 +0800] [CGI] 940 nodes in help index...
D [09/Jan/2007:20:34:16 +0800] [CGI] argv[0]="/usr/lib/cups/cgi-bin/help.cgi"
D [09/Jan/2007:20:34:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:34:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:34:16 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{refresh_page?", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{SECTION=admin", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{SECTION=classes", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{SECTION=help" at 1938, result=1...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{SECTION=help", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{SECTION=printers", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:34:16 +0800] [CGI] query="(null)", topic="(null)"
D [09/Jan/2007:20:34:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="help-header.tmpl")
D [09/Jan/2007:20:34:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:34:16 +0800] [CGI] Template file is "/usr/share/cups/templates/help-header.tmpl"...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{?HELPFILE}" at 31...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{TOPIC?" at 54, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{TOPIC}" at 102...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 105 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 105...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 106 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{TOPIC?", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{HELPTITLE?" at 150, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 150...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{HELPTITLE}" at 161...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 162 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 162...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{TOPIC?" at 169, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 169...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{TOPIC}" at 176...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 177 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 177...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 191 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{TOPIC?", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 192 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{HELPTITLE?", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{?QUERY}" at 245...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{?HELPFILE}" at 350...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{QUERY?" at 357, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 357...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{TOPIC?" at 364, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 364...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{TOPIC}" at 378...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 379 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 379...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 380 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{TOPIC?", out=(nil)...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 381 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 381...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 382 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{QUERY?", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{QUERY?" at 590, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 590...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{QUERY}" at 604...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 605 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 605...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 606 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{QUERY?", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Looping on "BMTEXT" at 645, count=5...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished looping on "BMTEXT"...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{QUERY?" at 721, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 721...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{HELPFILE?" at 752, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 752...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{HELPTITLE}" at 763...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 764 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 764...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{TOPIC?" at 771, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 771...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{TOPIC}" at 778...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 779 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 779...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 793 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{TOPIC?", out=(nil)...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 794 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{HELPFILE?", out=(nil)...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{QTEXT?" at 808, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 808...
D [09/Jan/2007:20:34:16 +0800] [CGI] Looping on "QTEXT" at 821, count=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 821...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{QLINK}" at 841...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{QTEXT}" at 850...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{QPTEXT?" at 862, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 862...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{QPLINK}" at 887...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{QPTEXT}" at 897...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 907 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 907...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 908 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{QPTEXT?", out=(nil)...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 914 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished looping on "QTEXT"...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{QTEXT?" at 922, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 922...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 928 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 928...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 929 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{QTEXT?", out=(nil)...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 931 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 931...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 956 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{QTEXT?", out=(nil)...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 970 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 970...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 971 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{QUERY?", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting "{HELPTITLE?" at 983, result=0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{HELPTITLE}" at 998...
D [09/Jan/2007:20:34:16 +0800] [CGI] "{HELPFILE}" at 1024...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1163 on character ':'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 1163...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1749 on character '}'...
D [09/Jan/2007:20:34:16 +0800] [CGI] Finished "{HELPTITLE?", out=0xb7df03a0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 1750 on EOF...
D [09/Jan/2007:20:34:16 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:34:16 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:34:16 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:34:16 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:34:16 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:34:19 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:34:19 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:34:19 +0800] cupsdReadClient: 7 GET /help/overview.html HTTP/1.1
D [09/Jan/2007:20:34:19 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:34:19 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:34:19 +0800] CGI /usr/lib/cups/cgi-bin/help.cgi started - PID = 16843
I [09/Jan/2007:20:34:19 +0800] Started "/usr/lib/cups/cgi-bin/help.cgi" (pid=16843)
D [09/Jan/2007:20:34:19 +0800] cupsdSendCommand: 7 file=10
D [09/Jan/2007:20:34:19 +0800] [CGI] helpLoadIndex(filename="/var/cache/cups/help.index", directory="/usr/share/cups/doc-root/help")
D [09/Jan/2007:20:34:19 +0800] PID 16843 (/usr/lib/cups/cgi-bin/help.cgi) exited with no errors.
D [09/Jan/2007:20:34:19 +0800] [CGI] 940 nodes in help index...
D [09/Jan/2007:20:34:19 +0800] [CGI] argv[0]="/usr/lib/cups/cgi-bin/help.cgi"
D [09/Jan/2007:20:34:19 +0800] [CGI] helpfile="overview.html", filename="/usr/share/cups/doc-root/help/overview.html"
D [09/Jan/2007:20:34:19 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:34:19 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:34:19 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{refresh_page?", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{SECTION=help" at 1938, result=1...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{SECTION=help", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{SECTION=printers", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:34:19 +0800] [CGI] query="(null)", topic="(null)"
D [09/Jan/2007:20:34:19 +0800] [CGI] cgiCopyTemplateLang(tmpl="help-header.tmpl")
D [09/Jan/2007:20:34:19 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:34:19 +0800] [CGI] Template file is "/usr/share/cups/templates/help-header.tmpl"...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{?HELPFILE}" at 31...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{TOPIC?" at 54, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 54...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{TOPIC}" at 102...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 105 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 105...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 106 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{TOPIC?", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{HELPTITLE?" at 150, result=1...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 150...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{HELPTITLE}" at 161...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 162 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 162...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{TOPIC?" at 169, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 169...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{TOPIC}" at 176...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 177 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 177...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 191 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{TOPIC?", out=(nil)...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 192 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{HELPTITLE?", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{?QUERY}" at 245...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{?HELPFILE}" at 350...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{QUERY?" at 357, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 357...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{TOPIC?" at 364, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 364...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{TOPIC}" at 378...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 379 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 379...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 380 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{TOPIC?", out=(nil)...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 381 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 381...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 382 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{QUERY?", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{QUERY?" at 590, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 590...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{QUERY}" at 604...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 605 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 605...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 606 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{QUERY?", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Looping on "BMTEXT" at 645, count=5...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 645...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMINDENT}" at 666...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMLINK}" at 685...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{BMTEXT}" at 695...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 705 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished looping on "BMTEXT"...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{QUERY?" at 721, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 721...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{HELPFILE?" at 752, result=1...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 752...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{HELPTITLE}" at 763...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 764 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 764...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{TOPIC?" at 771, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 771...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{TOPIC}" at 778...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 779 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 779...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 793 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{TOPIC?", out=(nil)...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 794 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{HELPFILE?", out=(nil)...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{QTEXT?" at 808, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 808...
D [09/Jan/2007:20:34:19 +0800] [CGI] Looping on "QTEXT" at 821, count=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 821...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{QLINK}" at 841...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{QTEXT}" at 850...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{QPTEXT?" at 862, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 862...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{QPLINK}" at 887...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{QPTEXT}" at 897...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 907 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 907...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 908 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{QPTEXT?", out=(nil)...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 914 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished looping on "QTEXT"...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{QTEXT?" at 922, result=0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 922...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 928 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 928...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 929 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{QTEXT?", out=(nil)...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 931 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 931...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 956 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{QTEXT?", out=(nil)...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 970 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 970...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 971 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{QUERY?", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting "{HELPTITLE?" at 983, result=1...
D [09/Jan/2007:20:34:19 +0800] [CGI] Output first part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 983...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{HELPTITLE}" at 998...
D [09/Jan/2007:20:34:19 +0800] [CGI] "{HELPFILE}" at 1024...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1163 on character ':'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 1163...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1749 on character '}'...
D [09/Jan/2007:20:34:19 +0800] [CGI] Finished "{HELPTITLE?", out=0xb7e6f3a0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 1750 on EOF...
D [09/Jan/2007:20:34:19 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:34:19 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:34:19 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:34:19 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:34:19 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:34:53 +0800] cupsdCloseClient: 7
I [09/Jan/2007:20:35:17 +0800] Scheduler shutting down normally.
D [09/Jan/2007:20:35:17 +0800] cupsdCloseClient: 8
I [09/Jan/2007:20:35:17 +0800] Saving remote.cache...
I [09/Jan/2007:20:35:17 +0800] Saving job cache file "/var/cache/cups/job.cache"...
I [09/Jan/2007:20:35:19 +0800] Listening to 127.0.0.1:631 (IPv4)
I [09/Jan/2007:20:35:19 +0800] Listening to /var/run/cups/cups.sock (Domain)
I [09/Jan/2007:20:35:19 +0800] Loaded configuration file "/etc/cups/cupsd.conf"
I [09/Jan/2007:20:35:19 +0800] Using default TempDir of /var/spool/cups/tmp...
I [09/Jan/2007:20:35:19 +0800] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [09/Jan/2007:20:35:19 +0800] Configured for up to 100 clients.
I [09/Jan/2007:20:35:19 +0800] Allowing up to 100 client connections per host.
I [09/Jan/2007:20:35:19 +0800] Using policy "default" as the default!
I [09/Jan/2007:20:35:19 +0800] Full reload is required.
I [09/Jan/2007:20:35:19 +0800] Loaded MIME database from '/etc/cups': 34 types, 38 filters...
D [09/Jan/2007:20:35:19 +0800] Loading printer lan...
I [09/Jan/2007:20:35:19 +0800] Loading job cache file "/var/cache/cups/job.cache"...
I [09/Jan/2007:20:35:19 +0800] Full reload complete.
I [09/Jan/2007:20:35:19 +0800] Listening to 127.0.0.1:631 on fd 2...
I [09/Jan/2007:20:35:19 +0800] Listening to /var/run/cups/cups.sock on fd 3...
D [09/Jan/2007:20:35:23 +0800] cupsdAcceptClient: 7 from localhost (Domain)
D [09/Jan/2007:20:35:23 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:35:23 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:35:23 +0800] CUPS-Get-Printers
D [09/Jan/2007:20:35:23 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:35:23 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:35:23 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:35:23 +0800] CUPS-Get-Classes
D [09/Jan/2007:20:35:23 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:35:23 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:35:23 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:35:23 +0800] CUPS-Get-Default
D [09/Jan/2007:20:35:23 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:35:23 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:35:23 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:35:23 +0800] Get-Printer-Attributes ipp://localhost/printers/lan
D [09/Jan/2007:20:35:23 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:35:23 +0800] cupsdReadClient: 7 POST / HTTP/1.1
D [09/Jan/2007:20:35:23 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:35:23 +0800] Get-Jobs ipp://localhost/printers/lan
D [09/Jan/2007:20:35:23 +0800] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [09/Jan/2007:20:35:23 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:40:18 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:40:18 +0800] cupsdReadClient: 7 GET /admin HTTP/1.1
D [09/Jan/2007:20:40:18 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:40:18 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:40:18 +0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16919
I [09/Jan/2007:20:40:18 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16919)
D [09/Jan/2007:20:40:18 +0800] cupsdSendCommand: 7 file=9
D [09/Jan/2007:20:40:18 +0800] [CGI] admin.cgi started...
D [09/Jan/2007:20:40:18 +0800] [CGI] http=0x8077038
D [09/Jan/2007:20:40:18 +0800] [CGI] No form data, showing main menu...
D [09/Jan/2007:20:40:18 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:40:18 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:40:18 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:40:18 +0800] CUPS-Get-Printers
D [09/Jan/2007:20:40:18 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:40:19 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:40:19 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:40:19 +0800] CUPS-Get-Devices
D [09/Jan/2007:20:40:19 +0800] CGI /usr/lib/cups/daemon/cups-deviced started - PID = 16920
I [09/Jan/2007:20:40:19 +0800] Started "/usr/lib/cups/daemon/cups-deviced" (pid=16920)
D [09/Jan/2007:20:40:19 +0800] cupsdSendCommand: 10 file=11
D [09/Jan/2007:20:40:19 +0800] PID 16920 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
D [09/Jan/2007:20:40:19 +0800] [cups-deviced] Added device "smb"...
D [09/Jan/2007:20:40:19 +0800] [CGI] perl: warning: Setting locale failed.
D [09/Jan/2007:20:40:19 +0800] [CGI] perl: warning: Please check that your locale settings:
D [09/Jan/2007:20:40:19 +0800] [CGI] LANGUAGE = (unset),
D [09/Jan/2007:20:40:19 +0800] [CGI] LC_ALL = (unset),
D [09/Jan/2007:20:40:19 +0800] [CGI] LANG = "zh.UTF-8"
D [09/Jan/2007:20:40:19 +0800] [CGI] are supported and installed on your system.
D [09/Jan/2007:20:40:19 +0800] [CGI] perl: warning: Falling back to the standard locale ("C").
D [09/Jan/2007:20:40:19 +0800] [cups-deviced] Added device "beh"...
D [09/Jan/2007:20:40:19 +0800] [cups-deviced] Added device "ipp"...
D [09/Jan/2007:20:40:19 +0800] [cups-deviced] Added device "http"...
D [09/Jan/2007:20:40:19 +0800] [cups-deviced] Added device "lpd"...
D [09/Jan/2007:20:40:19 +0800] [cups-deviced] Added device "parallel:/dev/lp0"...
D [09/Jan/2007:20:40:19 +0800] [cups-deviced] Added device "socket"...
D [09/Jan/2007:20:40:19 +0800] [CGI] /usr/share/cups/drivers/pscript5.dll: No such file or directory
D [09/Jan/2007:20:40:19 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:40:19 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:40:19 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{refresh_page?", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=1...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:40:19 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:40:19 +0800] PID 16919 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{SECTION=admin", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{SECTION=classes", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{SECTION=help", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{SECTION=printers", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:40:19 +0800] [CGI] cgiCopyTemplateLang(tmpl="admin.tmpl")
D [09/Jan/2007:20:40:19 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:40:19 +0800] [CGI] Template file is "/usr/share/cups/templates/admin.tmpl"...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{have_samba?" at 384, result=0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 384...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 512 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 512...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 513 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{have_samba?", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{#device_uri=0" at 535, result=1...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 536 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 536...
D [09/Jan/2007:20:40:19 +0800] [CGI] Looping on "device_uri" at 586, count=0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 586...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{device_options}" at 642...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{device_make_and_model}" at 772...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{device_info}" at 787...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 795 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished looping on "device_uri"...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 801 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{#device_uri=0", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting "{SETTINGS_ERROR?" at 1850, result=0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 1850...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{SETTINGS_MESSAGE}" at 1871...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{SETTINGS_ERROR}" at 1904...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 1918 on character ':'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Output second part...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 1918...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{?remote_printers}" at 2117...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{?share_printers}" at 2223...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{?remote_admin}" at 2337...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{?user_cancel_any}" at 2435...
D [09/Jan/2007:20:40:19 +0800] [CGI] "{?debug_logging}" at 2552...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 2706 on character '}'...
D [09/Jan/2007:20:40:19 +0800] [CGI] Finished "{SETTINGS_ERROR?", out=0xb7ea73a0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 2728 on EOF...
D [09/Jan/2007:20:40:19 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:40:19 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:40:19 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:40:19 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:40:19 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:40:21 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:40:21 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:40:21 +0800] cupsdReadClient: 7 GET /admin/log/error_log HTTP/1.1
D [09/Jan/2007:20:40:21 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:40:21 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:40:21 +0800] write_file: 7 file=9
D [09/Jan/2007:20:41:22 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:43:36 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:43:36 +0800] cupsdReadClient: 7 GET / HTTP/1.1
D [09/Jan/2007:20:43:36 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:43:36 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:43:36 +0800] cupsdSendError: 7 code=304 (Not Modified)
D [09/Jan/2007:20:43:43 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:43:43 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:43:43 +0800] cupsdReadClient: 7 GET /admin HTTP/1.1
D [09/Jan/2007:20:43:43 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:43:43 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:43:43 +0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16967
I [09/Jan/2007:20:43:43 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16967)
D [09/Jan/2007:20:43:43 +0800] cupsdSendCommand: 7 file=9
D [09/Jan/2007:20:43:43 +0800] [CGI] admin.cgi started...
D [09/Jan/2007:20:43:43 +0800] [CGI] http=0x8077038
D [09/Jan/2007:20:43:43 +0800] [CGI] No form data, showing main menu...
D [09/Jan/2007:20:43:43 +0800] cupsdAcceptClient: 10 from localhost (Domain)
D [09/Jan/2007:20:43:43 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:43:43 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:43:43 +0800] CUPS-Get-Printers
D [09/Jan/2007:20:43:43 +0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
D [09/Jan/2007:20:43:44 +0800] cupsdReadClient: 10 POST / HTTP/1.1
D [09/Jan/2007:20:43:44 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:43:44 +0800] CUPS-Get-Devices
D [09/Jan/2007:20:43:44 +0800] CGI /usr/lib/cups/daemon/cups-deviced started - PID = 16968
I [09/Jan/2007:20:43:44 +0800] Started "/usr/lib/cups/daemon/cups-deviced" (pid=16968)
D [09/Jan/2007:20:43:44 +0800] cupsdSendCommand: 10 file=11
D [09/Jan/2007:20:43:44 +0800] PID 16968 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
D [09/Jan/2007:20:43:44 +0800] [cups-deviced] Added device "smb"...
D [09/Jan/2007:20:43:44 +0800] [CGI] perl: warning: Setting locale failed.
D [09/Jan/2007:20:43:44 +0800] [CGI] perl: warning: Please check that your locale settings:
D [09/Jan/2007:20:43:44 +0800] [CGI] LANGUAGE = (unset),
D [09/Jan/2007:20:43:44 +0800] [CGI] LC_ALL = (unset),
D [09/Jan/2007:20:43:44 +0800] [CGI] LANG = "zh.UTF-8"
D [09/Jan/2007:20:43:44 +0800] [CGI] are supported and installed on your system.
D [09/Jan/2007:20:43:44 +0800] [CGI] perl: warning: Falling back to the standard locale ("C").
D [09/Jan/2007:20:43:44 +0800] [cups-deviced] Added device "beh"...
D [09/Jan/2007:20:43:44 +0800] [cups-deviced] Added device "ipp"...
D [09/Jan/2007:20:43:44 +0800] [cups-deviced] Added device "http"...
D [09/Jan/2007:20:43:44 +0800] [cups-deviced] Added device "lpd"...
D [09/Jan/2007:20:43:44 +0800] [cups-deviced] Added device "parallel:/dev/lp0"...
D [09/Jan/2007:20:43:44 +0800] [cups-deviced] Added device "socket"...
D [09/Jan/2007:20:43:44 +0800] PID 16967 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
D [09/Jan/2007:20:43:44 +0800] [CGI] /usr/share/cups/drivers/pscript5.dll: No such file or directory
D [09/Jan/2007:20:43:44 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:43:44 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:43:44 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{refresh_page?" at 374, result=0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{refresh_page?", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=1...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:43:44 +0800] cupsdCloseClient: 10
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{SECTION=admin", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{SECTION=classes", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{SECTION=help", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 2207...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 2210 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{SECTION=jobs", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{SECTION=printers" at 2464, result=0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 2464...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 2465 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 2465...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 2468 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{SECTION=printers", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 2830 on EOF...
D [09/Jan/2007:20:43:44 +0800] [CGI] cgiCopyTemplateLang(tmpl="admin.tmpl")
D [09/Jan/2007:20:43:44 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:43:44 +0800] [CGI] Template file is "/usr/share/cups/templates/admin.tmpl"...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{have_samba?" at 384, result=0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 384...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 512 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 512...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 513 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{have_samba?", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{#device_uri=0" at 535, result=1...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 535...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 536 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 536...
D [09/Jan/2007:20:43:44 +0800] [CGI] Looping on "device_uri" at 586, count=0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 586...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{device_options}" at 642...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{device_make_and_model}" at 772...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{device_info}" at 787...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 795 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished looping on "device_uri"...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 801 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{#device_uri=0", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting "{SETTINGS_ERROR?" at 1850, result=0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 1850...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{SETTINGS_MESSAGE}" at 1871...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{SETTINGS_ERROR}" at 1904...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 1918 on character ':'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 1918...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{?remote_printers}" at 2117...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{?share_printers}" at 2223...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{?remote_admin}" at 2337...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{?user_cancel_any}" at 2435...
D [09/Jan/2007:20:43:44 +0800] [CGI] "{?debug_logging}" at 2552...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 2706 on character '}'...
D [09/Jan/2007:20:43:44 +0800] [CGI] Finished "{SETTINGS_ERROR?", out=0xb7dfe3a0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 2728 on EOF...
D [09/Jan/2007:20:43:44 +0800] [CGI] cgiCopyTemplateLang(tmpl="trailer.tmpl")
D [09/Jan/2007:20:43:44 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:43:44 +0800] [CGI] Template file is "/usr/share/cups/templates/trailer.tmpl"...
D [09/Jan/2007:20:43:44 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:43:44 +0800] [CGI] Returning at file position 614 on EOF...
D [09/Jan/2007:20:43:47 +0800] cupsdCloseClient: 7
D [09/Jan/2007:20:43:47 +0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [09/Jan/2007:20:43:47 +0800] cupsdReadClient: 7 POST /admin HTTP/1.1
D [09/Jan/2007:20:43:47 +0800] cupsdReadClient: 7 Browser asked for language "zh.utf-8"...
D [09/Jan/2007:20:43:47 +0800] cupsdAuthorize: username="root"
D [09/Jan/2007:20:43:47 +0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16980
I [09/Jan/2007:20:43:47 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16980)
D [09/Jan/2007:20:43:47 +0800] cupsdSendCommand: 7 file=10
D [09/Jan/2007:20:43:47 +0800] [CGI] admin.cgi started...
D [09/Jan/2007:20:43:47 +0800] [CGI] http=0x8077038
D [09/Jan/2007:20:43:47 +0800] [CGI] op="config-server"...
D [09/Jan/2007:20:43:47 +0800] cupsdAcceptClient: 9 from localhost (Domain)
D [09/Jan/2007:20:43:47 +0800] cupsdReadClient: 9 PUT /admin/conf/cupsd.conf HTTP/1.1
D [09/Jan/2007:20:43:47 +0800] cupsdAuthorize: No authentication data provided.
D [09/Jan/2007:20:43:47 +0800] cupsdSendError: 9 code=401 (Unauthorized)
D [09/Jan/2007:20:43:47 +0800] cupsdCloseClient: 9
D [09/Jan/2007:20:43:47 +0800] cupsdAcceptClient: 9 from localhost (Domain)
D [09/Jan/2007:20:43:47 +0800] cupsdReadClient: 9 PUT /admin/conf/cupsd.conf HTTP/1.1
D [09/Jan/2007:20:43:47 +0800] cupsdAuthorize: username="root"
I [09/Jan/2007:20:43:47 +0800] Installing config file "/etc/cups/cupsd.conf"...
D [09/Jan/2007:20:43:47 +0800] cupsdSendError: 9 code=201 (Created)
D [09/Jan/2007:20:43:47 +0800] PID 16980 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
D [09/Jan/2007:20:43:47 +0800] cupsdCloseClient: 9
D [09/Jan/2007:20:43:47 +0800] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [09/Jan/2007:20:43:47 +0800] [CGI] locale="zh"...
D [09/Jan/2007:20:43:47 +0800] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 0...
D [09/Jan/2007:20:43:47 +0800] [CGI] "{title}" at 205...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting "{refresh_page?" at 374, result=1...
D [09/Jan/2007:20:43:47 +0800] [CGI] Output first part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 374...
D [09/Jan/2007:20:43:47 +0800] [CGI] "{refresh_page}" at 424...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 427 on character ':'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 427...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 428 on character '}'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Finished "{refresh_page?", out=0xb7e8e3a0...
D [09/Jan/2007:20:43:47 +0800] [CGI] "{title}" at 671...
D [09/Jan/2007:20:43:47 +0800] [CGI] "{title}" at 952...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting "{SECTION=admin" at 1411, result=1...
D [09/Jan/2007:20:43:47 +0800] [CGI] Output first part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 1411...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 1412 on character ':'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Skip second part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 1412...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 1415 on character '}'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Finished "{SECTION=admin", out=0xb7e8e3a0...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting "{SECTION=classes" at 1678, result=0...
D [09/Jan/2007:20:43:47 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 1678...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 1679 on character ':'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 1679...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 1682 on character '}'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Finished "{SECTION=classes", out=0xb7e8e3a0...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting "{SECTION=help" at 1938, result=0...
D [09/Jan/2007:20:43:47 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 1938...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 1939 on character ':'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 1939...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 1942 on character '}'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Finished "{SECTION=help", out=0xb7e8e3a0...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting "{SECTION=jobs" at 2206, result=0...
D [09/Jan/2007:20:43:47 +0800] [CGI] Skip first part...
D [09/Jan/2007:20:43:47 +0800] [CGI] Starting at file position 2206...
D [09/Jan/2007:20:43:47 +0800] [CGI] Returning at file position 2207 on character ':'...
D [09/Jan/2007:20:43:47 +0800] [CGI] Output second part...
D [09/Jan/2007:20:43:47 +0800] cupsdCloseClient: 7
I [09/Jan/2007:20:43:47 +0800] Saving remote.cache...
I [09/Jan/2007:20:43:47 +0800] Listening to 127.0.0.1:631 (IPv4)
I [09/Jan/2007:20:43:47 +0800] Listening to /var/run/cups/cups.sock (Domain)
I [09/Jan/2007:20:43:47 +0800] Loaded configuration file "/etc/cups/cupsd.conf"
I [09/Jan/2007:20:43:47 +0800] Using default TempDir of /var/spool/cups/tmp...
I [09/Jan/2007:20:43:47 +0800] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [09/Jan/2007:20:43:47 +0800] Configured for up to 100 clients.
I [09/Jan/2007:20:43:47 +0800] Allowing up to 100 client connections per host.
I [09/Jan/2007:20:43:47 +0800] Using policy "default" as the default!
I [09/Jan/2007:20:43:47 +0800] Partial reload complete.
I [09/Jan/2007:20:43:47 +0800] Listening to 127.0.0.1:631 on fd 1...
I [09/Jan/2007:20:43:47 +0800] Listening to /var/run/cups/cups.sock on fd 3...
I [09/Jan/2007:20:43:49 +0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=16984)
I [09/Jan/2007:20:43:51 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=16985)
I [09/Jan/2007:20:43:53 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16988)
I [09/Jan/2007:20:43:54 +0800] Started "/usr/lib/cups/daemon/cups-deviced" (pid=16989)
I [09/Jan/2007:21:45:44 +0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=17456)
I [09/Jan/2007:21:45:48 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=17463)
E [09/Jan/2007:21:45:49 +0800] Pause-Printer: Unauthorized
I [09/Jan/2007:21:45:49 +0800] Saving printers.conf...
I [09/Jan/2007:21:45:49 +0800] Printer "lan" stopped by "root".
I [09/Jan/2007:21:45:52 +0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=17467)
I [09/Jan/2007:21:45:55 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=17478)
E [09/Jan/2007:21:45:55 +0800] Resume-Printer: Unauthorized
I [09/Jan/2007:21:45:56 +0800] Saving printers.conf...
I [09/Jan/2007:21:45:56 +0800] Printer "lan" started by "root".
I [09/Jan/2007:21:45:57 +0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=17482)
I [09/Jan/2007:21:46:56 +0800] Started "/usr/lib/cups/cgi-bin/classes.cgi" (pid=17499)
I [09/Jan/2007:21:46:59 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=17503)
I [09/Jan/2007:21:47:00 +0800] Started "/usr/lib/cups/daemon/cups-deviced" (pid=17504)
I [09/Jan/2007:21:47:04 +0800] Started "/usr/lib/cups/cgi-bin/classes.cgi" (pid=17518)
I [09/Jan/2007:21:47:09 +0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=17522)
I [09/Jan/2007:21:47:20 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=17526)
I [09/Jan/2007:21:47:22 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=17530)
I [09/Jan/2007:21:47:25 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=17534)
I [09/Jan/2007:21:47:28 +0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=17538)
I [09/Jan/2007:21:47:31 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=17542)
I [09/Jan/2007:21:47:34 +0800] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=17549)
I [09/Jan/2007:21:47:58 +0800] Scheduler shutting down normally.
I [09/Jan/2007:21:47:58 +0800] Saving remote.cache...
I [09/Jan/2007:21:47:58 +0800] Saving job cache file "/var/cache/cups/job.cache"...
I [10/Jan/2007:08:12:31 +0800] Listening to 127.0.0.1:631 (IPv4)
I [10/Jan/2007:08:12:31 +0800] Listening to /var/run/cups/cups.sock (Domain)
I [10/Jan/2007:08:12:31 +0800] Loaded configuration file "/etc/cups/cupsd.conf"
I [10/Jan/2007:08:12:31 +0800] Using default TempDir of /var/spool/cups/tmp...
I [10/Jan/2007:08:12:31 +0800] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [10/Jan/2007:08:12:31 +0800] Configured for up to 100 clients.
I [10/Jan/2007:08:12:31 +0800] Allowing up to 100 client connections per host.
I [10/Jan/2007:08:12:31 +0800] Using policy "default" as the default!
I [10/Jan/2007:08:12:31 +0800] Full reload is required.
I [10/Jan/2007:08:12:31 +0800] Loaded MIME database from '/etc/cups': 34 types, 38 filters...
I [10/Jan/2007:08:12:31 +0800] Loading job cache file "/var/cache/cups/job.cache"...
I [10/Jan/2007:08:12:31 +0800] Full reload complete.
I [10/Jan/2007:08:12:31 +0800] Listening to 127.0.0.1:631 on fd 2...
I [10/Jan/2007:08:12:31 +0800] Listening to /var/run/cups/cups.sock on fd 3...
I [10/Jan/2007:11:15:24 +0800] Saving remote.cache...
I [10/Jan/2007:11:15:24 +0800] Listening to 127.0.0.1:631 (IPv4)
I [10/Jan/2007:11:15:24 +0800] Listening to /var/run/cups/cups.sock (Domain)
I [10/Jan/2007:11:15:24 +0800] Loaded configuration file "/etc/cups/cupsd.conf"
I [10/Jan/2007:11:15:24 +0800] Using default TempDir of /var/spool/cups/tmp...
I [10/Jan/2007:11:15:24 +0800] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [10/Jan/2007:11:15:24 +0800] Configured for up to 100 clients.
I [10/Jan/2007:11:15:24 +0800] Allowing up to 100 client connections per host.
I [10/Jan/2007:11:15:24 +0800] Using policy "default" as the default!
I [10/Jan/2007:11:15:24 +0800] Full reload is required.
I [10/Jan/2007:11:15:24 +0800] Saving job cache file "/var/cache/cups/job.cache"...
I [10/Jan/2007:11:15:24 +0800] Loaded MIME database from '/etc/cups': 34 types, 38 filters...
I [10/Jan/2007:11:15:24 +0800] Loading job cache file "/var/cache/cups/job.cache"...
I [10/Jan/2007:11:15:24 +0800] Full reload complete.
I [10/Jan/2007:11:15:24 +0800] Listening to 127.0.0.1:631 on fd 3...
I [10/Jan/2007:11:15:24 +0800] Listening to /var/run/cups/cups.sock on fd 4...
I [10/Jan/2007:11:43:39 +0800] Adding start banner page "none" to job 5.
I [10/Jan/2007:11:43:39 +0800] Adding end banner page "none" to job 5.
I [10/Jan/2007:11:43:39 +0800] Job 5 queued on "lan" by "sawfish".
I [10/Jan/2007:11:43:39 +0800] Started filter /usr/lib/cups/filter/pdftops (PID 6080) for job 5.
I [10/Jan/2007:11:43:39 +0800] Started filter /usr/lib/cups/filter/pstops (PID 6081) for job 5.
I [10/Jan/2007:11:43:39 +0800] Started filter /usr/lib/cups/filter/foomatic-rip (PID 6082) for job 5.
I [10/Jan/2007:11:43:39 +0800] Started backend /usr/lib/cups/backend/smb (PID 6083) for job 5.
E [10/Jan/2007:11:43:39 +0800] [Job 5] pdftops-options: -cfg /etc/cups/pdftops.conf
E [10/Jan/2007:11:43:39 +0800] [Job 5] No ticket cache found for userid=1000
E [10/Jan/2007:11:43:39 +0800] [Job 5] Can not get the ticket cache for sawfish
I [10/Jan/2007:11:55:00 +0800] Scheduler shutting down normally.
I [10/Jan/2007:11:55:00 +0800] Saving remote.cache...
I [10/Jan/2007:11:55:00 +0800] Saving job cache file "/var/cache/cups/job.cache"...
E [10/Jan/2007:11:58:36 +0800] PID 6357 (/usr/lib/cups/cgi-bin/printers.cgi) crashed on signal 9!
E [10/Jan/2007:11:59:09 +0800] [Job 7] pdftops-options: -cfg /etc/cups/pdftops.conf
E [10/Jan/2007:11:59:09 +0800] [Job 7] No ticket cache found for userid=1000
E [10/Jan/2007:11:59:09 +0800] [Job 7] Can not get the ticket cache for sawfish
E [10/Jan/2007:12:47:37 +0800] [Job 8] No ticket cache found for userid=1000
E [10/Jan/2007:12:47:37 +0800] [Job 8] Can not get the ticket cache for sawfish
E [10/Jan/2007:12:47:37 +0800] [Job 8] pdftops-options: -cfg /etc/cups/pdftops.conf
E [10/Jan/2007:13:03:13 +0800] Creating missing directory "/var/cache/cups"
E [10/Jan/2007:13:03:53 +0800] PID 7210 (/usr/lib/cups/cgi-bin/help.cgi) crashed on signal 9!
E [10/Jan/2007:13:03:53 +0800] PID 7214 (/usr/lib/cups/cgi-bin/classes.cgi) crashed on signal 9!
E [10/Jan/2007:13:05:09 +0800] [Job 9] pdftops-options: -cfg /etc/cups/pdftops.conf
E [10/Jan/2007:13:05:09 +0800] [Job 9] No ticket cache found for userid=1000
E [10/Jan/2007:13:05:09 +0800] [Job 9] Can not get the ticket cache for sawfish
E [10/Jan/2007:14:22:28 +0800] [Job 10] pdftops-options: -cfg /etc/cups/pdftops.conf
E [10/Jan/2007:14:22:28 +0800] [Job 10] No ticket cache found for userid=1000
E [10/Jan/2007:14:22:28 +0800] [Job 10] Can not get the ticket cache for sawfish
E [10/Jan/2007:14:48:07 +0800] [Job 11] pdftops-options: -cfg /etc/cups/pdftops.conf
E [10/Jan/2007:14:48:07 +0800] [Job 11] No ticket cache found for userid=1000
E [10/Jan/2007:14:48:07 +0800] [Job 11] Can not get the ticket cache for sawfish
E [10/Jan/2007:14:59:36 +0800] [Job 12] pdftops-options: -cfg /etc/cups/pdftops.conf
E [10/Jan/2007:14:59:37 +0800] [Job 12] No ticket cache found for userid=1000
E [10/Jan/2007:14:59:37 +0800] [Job 12] Can not get the ticket cache for sawfish
E [11/Jan/2007:09:08:23 +0800] [Job 13] No ticket cache found for userid=1000
E [11/Jan/2007:09:08:23 +0800] [Job 13] Can not get the ticket cache for sawfish
E [11/Jan/2007:09:08:23 +0800] [Job 13] pdftops-options: -cfg /etc/cups/pdftops.conf
E [11/Jan/2007:09:09:29 +0800] [Job 14] pdftops-options: -cfg /etc/cups/pdftops.conf
E [11/Jan/2007:09:09:29 +0800] [Job 14] No ticket cache found for userid=1000
E [11/Jan/2007:09:09:29 +0800] [Job 14] Can not get the ticket cache for sawfish
E [12/Jan/2007:10:46:14 +0800] [Job 15] pdftops-options: -cfg /etc/cups/pdftops.conf
E [12/Jan/2007:10:46:14 +0800] [Job 15] No ticket cache found for userid=1000
E [12/Jan/2007:10:46:14 +0800] [Job 15] Can not get the ticket cache for sawfish
E [12/Jan/2007:10:46:42 +0800] [Job 16] pdftops-options: -cfg /etc/cups/pdftops.conf
E [12/Jan/2007:10:46:42 +0800] [Job 16] No ticket cache found for userid=1000
E [12/Jan/2007:10:46:42 +0800] [Job 16] Can not get the ticket cache for sawfish
E [12/Jan/2007:14:29:41 +0800] [Job 17] pdftops-options: -cfg /etc/cups/pdftops.conf
E [12/Jan/2007:14:29:42 +0800] [Job 17] No ticket cache found for userid=1000
E [12/Jan/2007:14:29:42 +0800] [Job 17] Can not get the ticket cache for sawfish
E [12/Jan/2007:15:21:22 +0800] [Job 18] pdftops-options: -cfg /etc/cups/pdftops.conf
E [12/Jan/2007:15:21:22 +0800] [Job 18] No ticket cache found for userid=1000
E [12/Jan/2007:15:21:22 +0800] [Job 18] Can not get the ticket cache for sawfish
E [12/Jan/2007:15:22:14 +0800] [Job 19] pdftops-options: -cfg /etc/cups/pdftops.conf
E [12/Jan/2007:15:22:14 +0800] [Job 19] No ticket cache found for userid=1000
E [12/Jan/2007:15:22:14 +0800] [Job 19] Can not get the ticket cache for sawfish
E [12/Jan/2007:16:18:34 +0800] [Job 20] pdftops-options: -cfg /etc/cups/pdftops.conf
E [12/Jan/2007:16:18:34 +0800] [Job 20] No ticket cache found for userid=1000
E [12/Jan/2007:16:18:34 +0800] [Job 20] Can not get the ticket cache for sawfish
E [13/Jan/2007:15:11:33 +0800] [Job 21] pdftops-options: -cfg /etc/cups/pdftops.conf
E [13/Jan/2007:15:11:33 +0800] [Job 21] No ticket cache found for userid=1000
E [13/Jan/2007:15:11:33 +0800] [Job 21] Can not get the ticket cache for sawfish
E [13/Jan/2007:15:11:56 +0800] [Job 22] pdftops-options: -cfg /etc/cups/pdftops.conf
E [13/Jan/2007:15:11:57 +0800] [Job 22] No ticket cache found for userid=1000
E [13/Jan/2007:15:11:57 +0800] [Job 22] Can not get the ticket cache for sawfish
-------------- next part --------------
localhost - - [09/Jan/2007:17:22:46 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:46 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - - [09/Jan/2007:17:22:46 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - - [09/Jan/2007:17:22:46 +0800] "GET /images/top-middle.gif HTTP/1.1" 200 1144 - -
localhost - - [09/Jan/2007:17:22:46 +0800] "GET /images/top-right.gif HTTP/1.1" 200 121 - -
localhost - - [09/Jan/2007:17:22:46 +0800] "GET /images/tab-left.gif HTTP/1.1" 200 46 - -
localhost - - [09/Jan/2007:17:22:46 +0800] "GET /cups.css HTTP/1.1" 200 3660 - -
localhost - - [09/Jan/2007:17:22:46 +0800] "GET /images/tab-right.gif HTTP/1.1" 200 47 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-add-printer.gif HTTP/1.1" 200 487 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-manage-printers.gif HTTP/1.1" 200 610 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-add-class.gif HTTP/1.1" 200 484 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-manage-classes.gif HTTP/1.1" 200 619 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-manage-jobs.gif HTTP/1.1" 200 556 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-edit-configuration-file.gif HTTP/1.1" 200 699 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-view-access-log.gif HTTP/1.1" 200 638 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-view-error-log.gif HTTP/1.1" 200 554 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-view-page-log.gif HTTP/1.1" 200 590 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/bottom-left.gif HTTP/1.1" 200 122 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/bottom-right.gif HTTP/1.1" 200 123 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/button-change-settings.gif HTTP/1.1" 200 615 - -
localhost - - [09/Jan/2007:17:22:47 +0800] "GET /images/top-left.gif HTTP/1.1" 200 473 - -
localhost - - [09/Jan/2007:17:22:48 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:48 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [09/Jan/2007:17:22:48 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [09/Jan/2007:17:22:50 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:50 +0800] "GET /printers/ HTTP/1.1" 200 3633 - -
localhost - - [09/Jan/2007:17:22:52 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:52 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - - [09/Jan/2007:17:22:53 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:54 +0800] "POST / HTTP/1.1" 200 414 CUPS-Get-Classes client-error-not-found
localhost - - [09/Jan/2007:17:22:53 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - - [09/Jan/2007:17:22:54 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:55 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - - [09/Jan/2007:17:22:54 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - - [09/Jan/2007:17:22:56 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - - [09/Jan/2007:17:22:56 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:57 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:57 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - - [09/Jan/2007:17:22:58 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:22:58 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [09/Jan/2007:17:22:58 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [09/Jan/2007:17:23:38 +0800] "POST /admin/ HTTP/1.1" 401 162 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:17:23:38 +0800] "POST /admin/ HTTP/1.1" 200 162 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:17:23:38 +0800] "POST /admin/ HTTP/1.1" 200 18173 CUPS-Add-Modify-Printer successful-ok
localhost - - [09/Jan/2007:17:24:01 +0800] "POST /admin/ HTTP/1.1" 401 148 Resume-Printer successful-ok
localhost - root [09/Jan/2007:17:24:01 +0800] "POST /admin/ HTTP/1.1" 200 148 Resume-Printer successful-ok
localhost - - [09/Jan/2007:17:24:06 +0800] "POST /admin/ HTTP/1.1" 401 148 CUPS-Accept-Jobs successful-ok
localhost - root [09/Jan/2007:17:24:06 +0800] "POST /admin/ HTTP/1.1" 200 148 CUPS-Accept-Jobs successful-ok
localhost - - [09/Jan/2007:17:24:13 +0800] "POST /admin/ HTTP/1.1" 401 119 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:17:24:13 +0800] "POST /admin/ HTTP/1.1" 200 119 CUPS-Set-Default successful-ok
localhost - - [09/Jan/2007:17:24:21 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:17:24:21 +0800] "POST /printers/LAN HTTP/1.1" 200 113211 Print-Job successful-ok
localhost - - [09/Jan/2007:17:24:23 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:17:24:23 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [09/Jan/2007:17:24:30 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:24:31 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - - [09/Jan/2007:17:24:30 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:17:24:32 +0800] "GET /admin/log/error_log HTTP/1.1" 200 592 - -
localhost - - [09/Jan/2007:17:24:48 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:24:48 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [09/Jan/2007:17:24:53 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:24:53 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [09/Jan/2007:17:24:53 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [09/Jan/2007:17:26:32 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:26:32 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [09/Jan/2007:17:26:34 +0800] "GET /printers/LAN?op=print-test-page HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:26:34 +0800] "POST /printers/LAN HTTP/1.1" 200 18597 Print-Job successful-ok
localhost - - [09/Jan/2007:17:26:34 +0800] "GET /printers/LAN?op=print-test-page HTTP/1.1" 200 3436 - -
localhost - - [09/Jan/2007:17:26:36 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:26:36 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [09/Jan/2007:17:26:36 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [09/Jan/2007:17:26:38 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:17:26:39 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - - [09/Jan/2007:17:26:38 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:17:26:40 +0800] "GET /admin/log/error_log HTTP/1.1" 200 592 - -
localhost - - [09/Jan/2007:19:15:10 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:15:10 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [09/Jan/2007:19:15:10 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [09/Jan/2007:19:15:12 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:15:13 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - - [09/Jan/2007:19:15:12 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - - [09/Jan/2007:19:15:15 +0800] "GET /admin?op=config-server HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:15:15 +0800] "GET /admin?op=config-server HTTP/1.1" 200 10295 - -
localhost - - [09/Jan/2007:19:18:35 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:18:35 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - - [09/Jan/2007:19:18:43 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - root [09/Jan/2007:19:18:43 +0800] "GET /admin/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:18:44 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:19:18:43 +0800] "GET /admin/ HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:19:18:46 +0800] "GET /admin/log/error_log HTTP/1.1" 200 592 - -
localhost - - [09/Jan/2007:19:18:58 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:18:58 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - - [09/Jan/2007:19:19:01 +0800] "GET /help/?QUERY=ticket+cache&x=18&y=11 HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:01 +0800] "GET /help/?QUERY=ticket+cache&x=18&y=11 HTTP/1.1" 200 5056 - -
localhost - - [09/Jan/2007:19:19:06 +0800] "GET /help/?QUERY=+cache&x=0&y=0 HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:06 +0800] "GET /help/?QUERY=+cache&x=0&y=0 HTTP/1.1" 200 5002 - -
localhost - - [09/Jan/2007:19:19:11 +0800] "GET /help/?QUERY=cache&x=0&y=0 HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:11 +0800] "GET /help/?QUERY=cache&x=0&y=0 HTTP/1.1" 200 4993 - -
localhost - - [09/Jan/2007:19:19:15 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:15 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [09/Jan/2007:19:19:17 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:17 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - - [09/Jan/2007:19:19:17 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - - [09/Jan/2007:19:19:18 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - - [09/Jan/2007:19:19:24 +0800] "GET /admin?OP=add-class HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:24 +0800] "GET /admin?OP=add-class HTTP/1.1" 200 4067 - -
localhost - - [09/Jan/2007:19:19:38 +0800] "GET /classes HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:39 +0800] "POST / HTTP/1.1" 200 414 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:19:19:38 +0800] "GET /classes HTTP/1.1" 200 3626 - -
localhost - - [09/Jan/2007:19:19:44 +0800] "GET /classes/?QUERY=lan&x=15&y=8 HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:45 +0800] "POST / HTTP/1.1" 200 414 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:19:19:44 +0800] "GET /classes/?QUERY=lan&x=15&y=8 HTTP/1.1" 200 3629 - -
localhost - - [09/Jan/2007:19:19:48 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - - [09/Jan/2007:19:19:59 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:19:59 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - - [09/Jan/2007:19:20:02 +0800] "GET /help/?QUERY=class&x=0&y=0 HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:20:02 +0800] "GET /help/?QUERY=class&x=0&y=0 HTTP/1.1" 200 7212 - -
localhost - - [09/Jan/2007:19:20:05 +0800] "GET /help/man-classes.conf.html?QUERY=class HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:20:05 +0800] "GET /help/man-classes.conf.html?QUERY=class HTTP/1.1" 200 7513 - -
localhost - - [09/Jan/2007:19:20:05 +0800] "GET /images/button-view-printable-version.gif HTTP/1.1" 200 743 - -
localhost - - [09/Jan/2007:19:21:08 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:21:08 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - - [09/Jan/2007:19:21:08 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:19:21:09 +0800] "GET /admin/log/error_log HTTP/1.1" 200 592 - -
localhost - root [09/Jan/2007:19:23:32 +0800] "GET /admin/log/error_log HTTP/1.1" 200 592 - -
localhost - - [09/Jan/2007:19:23:43 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:23:43 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [09/Jan/2007:19:26:04 +0800] "GET /printers/?FIRST=0&ORDER=dec HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:26:04 +0800] "GET /printers/?FIRST=0&ORDER=dec HTTP/1.1" 200 6480 - -
localhost - - [09/Jan/2007:19:26:07 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:26:07 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - - [09/Jan/2007:19:26:09 +0800] "GET /help/overview.html HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:26:09 +0800] "GET /help/overview.html HTTP/1.1" 200 9113 - -
localhost - - [09/Jan/2007:19:26:09 +0800] "GET /images/web-password.gif HTTP/1.1" 200 20956 - -
localhost - - [09/Jan/2007:19:26:09 +0800] "GET /images/web-set-printer-options.gif HTTP/1.1" 200 19998 - -
localhost - - [09/Jan/2007:19:26:09 +0800] "GET /images/web-printer-status.gif HTTP/1.1" 200 24271 - -
localhost - - [09/Jan/2007:19:26:09 +0800] "GET /images/web-test-page.gif HTTP/1.1" 200 19005 - -
localhost - - [09/Jan/2007:19:26:09 +0800] "GET /images/web-add-this-printer.gif HTTP/1.1" 200 23429 - -
localhost - - [09/Jan/2007:19:26:09 +0800] "GET /images/web-printer-driver.gif HTTP/1.1" 200 20917 - -
localhost - - [09/Jan/2007:19:26:46 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - root [09/Jan/2007:19:26:50 +0800] "GET /admin/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:26:50 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:19:26:50 +0800] "GET /admin/ HTTP/1.1" 200 5451 - -
localhost - - [09/Jan/2007:19:26:55 +0800] "GET /admin?op=add-printer HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:26:55 +0800] "GET /admin?op=add-printer HTTP/1.1" 200 4144 - -
localhost - - [09/Jan/2007:19:26:55 +0800] "GET /images/button-continue.gif HTTP/1.1" 200 423 - -
localhost - - [09/Jan/2007:19:27:09 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:27:09 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [09/Jan/2007:19:27:16 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:27:16 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - - [09/Jan/2007:19:27:16 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - - [09/Jan/2007:19:27:18 +0800] "GET /admin?op=add-printer HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:27:18 +0800] "GET /admin?op=add-printer HTTP/1.1" 200 4144 - -
localhost - - [09/Jan/2007:19:27:41 +0800] "POST /admin HTTP/1.1" 200 136 - -
localhost - - [09/Jan/2007:19:27:41 +0800] "POST / HTTP/1.1" 200 1109 CUPS-Get-Devices -
localhost - - [09/Jan/2007:19:27:41 +0800] "POST /admin HTTP/1.1" 200 4448 - -
localhost - - [09/Jan/2007:19:27:56 +0800] "POST /admin HTTP/1.1" 200 175 - -
localhost - - [09/Jan/2007:19:27:56 +0800] "POST /admin HTTP/1.1" 200 4496 - -
localhost - - [09/Jan/2007:19:28:11 +0800] "POST /admin HTTP/1.1" 200 225 - -
localhost - - [09/Jan/2007:19:28:11 +0800] "POST / HTTP/1.1" 200 331 CUPS-Get-PPDs -
localhost - - [09/Jan/2007:19:28:11 +0800] "POST /admin HTTP/1.1" 200 4829 - -
localhost - - [09/Jan/2007:19:28:19 +0800] "POST /admin HTTP/1.1" 200 1874 - -
localhost - - [09/Jan/2007:19:28:19 +0800] "POST / HTTP/1.1" 200 981 CUPS-Get-PPDs -
localhost - - [09/Jan/2007:19:28:19 +0800] "POST /admin HTTP/1.1" 200 6589 - -
localhost - - [09/Jan/2007:19:28:48 +0800] "POST /admin HTTP/1.1" 200 19858 - -
localhost - - [09/Jan/2007:19:28:48 +0800] "POST /admin/ HTTP/1.1" 401 18341 CUPS-Add-Modify-Printer successful-ok
localhost - - [09/Jan/2007:19:28:48 +0800] "POST /admin HTTP/1.1" 401 19858 - -
localhost - - [09/Jan/2007:19:28:48 +0800] "POST /admin HTTP/1.1" 200 19858 - -
localhost - root [09/Jan/2007:19:28:48 +0800] "POST /admin HTTP/1.1" 200 19858 - -
localhost - - [09/Jan/2007:19:28:48 +0800] "POST /admin/ HTTP/1.1" 401 18341 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:19:28:48 +0800] "POST /admin/ HTTP/1.1" 200 18341 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:19:28:48 +0800] "POST /admin HTTP/1.1" 200 23323 - -
localhost - root [09/Jan/2007:19:28:53 +0800] "POST /admin HTTP/1.1" 200 19858 - -
localhost - - [09/Jan/2007:19:28:53 +0800] "POST /admin/ HTTP/1.1" 401 18341 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:19:28:53 +0800] "POST /admin/ HTTP/1.1" 200 18341 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:19:28:53 +0800] "POST /admin HTTP/1.1" 200 23323 - -
localhost - root [09/Jan/2007:19:28:53 +0800] "GET /images/top-left.gif HTTP/1.1" 200 473 - -
localhost - root [09/Jan/2007:19:28:54 +0800] "GET /images/tab-left.gif HTTP/1.1" 200 46 - -
localhost - root [09/Jan/2007:19:28:54 +0800] "GET /images/tab-right.gif HTTP/1.1" 200 47 - -
localhost - root [09/Jan/2007:19:28:54 +0800] "GET /images/bottom-left.gif HTTP/1.1" 200 122 - -
localhost - root [09/Jan/2007:19:28:54 +0800] "GET /images/bottom-right.gif HTTP/1.1" 200 123 - -
localhost - root [09/Jan/2007:19:28:54 +0800] "GET /cups.css HTTP/1.1" 200 3660 - -
localhost - root [09/Jan/2007:19:28:54 +0800] "GET /images/top-middle.gif HTTP/1.1" 200 1144 - -
localhost - root [09/Jan/2007:19:28:54 +0800] "GET /images/top-right.gif HTTP/1.1" 200 121 - -
localhost - root [09/Jan/2007:19:28:58 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:28:58 +0800] "POST / HTTP/1.1" 200 443 CUPS-Get-Classes successful-ok
localhost - root [09/Jan/2007:19:28:58 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - root [09/Jan/2007:19:28:59 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:29:00 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:19:28:59 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:19:29:03 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:29:03 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:19:29:13 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:29:13 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:19:29:13 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:19:29:14 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:29:14 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:19:29:42 +0800] "GET /admin?op=config-server HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:29:42 +0800] "GET /admin?op=config-server HTTP/1.1" 200 10295 - -
localhost - root [09/Jan/2007:19:29:48 +0800] "GET /admin/log/error_log HTTP/1.1" 200 799 - -
localhost - root [09/Jan/2007:19:30:00 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:30:00 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:19:30:00 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:19:30:05 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:30:06 +0800] "POST / HTTP/1.1" 200 443 CUPS-Get-Classes successful-ok
localhost - root [09/Jan/2007:19:30:05 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - root [09/Jan/2007:19:30:09 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:30:09 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:19:30:09 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:19:30:14 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:30:14 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:19:30:16 +0800] "GET /printers/?FIRST=0&ORDER=dec HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:30:16 +0800] "GET /printers/?FIRST=0&ORDER=dec HTTP/1.1" 200 6514 - -
localhost - root [09/Jan/2007:19:30:19 +0800] "GET /printers/?FIRST=0&ORDER=asc HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:30:19 +0800] "GET /printers/?FIRST=0&ORDER=asc HTTP/1.1" 200 6518 - -
localhost - root [09/Jan/2007:19:30:21 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:30:21 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - root [09/Jan/2007:19:30:33 +0800] "GET /help/overview.html HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:30:33 +0800] "GET /help/overview.html HTTP/1.1" 200 9113 - -
localhost - root [09/Jan/2007:19:30:38 +0800] "GET /help/?TOPIC=Specifications&QUERY= HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:30:38 +0800] "GET /help/?TOPIC=Specifications&QUERY= HTTP/1.1" 200 5549 - -
localhost - root [09/Jan/2007:19:30:45 +0800] "GET /help/?TOPIC=Getting+Started&QUERY= HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:30:45 +0800] "GET /help/?TOPIC=Getting+Started&QUERY= HTTP/1.1" 200 5962 - -
localhost - root [09/Jan/2007:19:30:58 +0800] "GET /help/cgi.html?TOPIC=Getting+Started&QUERY= HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:30:58 +0800] "GET /help/cgi.html?TOPIC=Getting+Started&QUERY= HTTP/1.1" 200 8159 - -
localhost - root [09/Jan/2007:19:31:13 +0800] "GET /help/translation.html?TOPIC=Getting+Started&QUERY= HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:31:13 +0800] "GET /help/translation.html?TOPIC=Getting+Started&QUERY= HTTP/1.1" 200 34029 - -
localhost - root [09/Jan/2007:19:33:11 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:33:11 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - - [09/Jan/2007:19:34:03 +0800] "POST /admin/ HTTP/1.1" 401 119 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:19:34:03 +0800] "POST /admin/ HTTP/1.1" 200 119 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:19:36:15 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:36:15 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - root [09/Jan/2007:19:36:16 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:36:16 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - - [09/Jan/2007:19:47:45 +0800] "POST /admin/ HTTP/1.1" 401 119 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:19:47:45 +0800] "POST /admin/ HTTP/1.1" 200 119 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:19:51:22 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:51:22 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:19:51:30 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:51:30 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:19:51:30 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:19:51:33 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:51:33 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - root [09/Jan/2007:19:51:33 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5417 - -
localhost - root [09/Jan/2007:19:59:15 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:59:16 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:19:59:15 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:19:59:22 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:59:22 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:19:59:27 +0800] "GET /admin/?op=set-as-default&printer_name=LAN HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:59:27 +0800] "POST /admin/ HTTP/1.1" 401 116 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:19:59:28 +0800] "POST /admin/ HTTP/1.1" 200 116 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:19:59:27 +0800] "GET /admin/?op=set-as-default&printer_name=LAN HTTP/1.1" 200 3633 - -
localhost - root [09/Jan/2007:19:59:33 +0800] "GET /admin/?OP=redirect&URL=/printers/LAN HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:59:33 +0800] "GET /admin/?OP=redirect&URL=/printers/LAN HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:59:33 +0800] "GET /printers/LAN HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:19:59:34 +0800] "POST / HTTP/1.1" 200 451 Get-Jobs successful-ok
localhost - root [09/Jan/2007:19:59:33 +0800] "GET /printers/LAN HTTP/1.1" 200 6148 - -
localhost - root [09/Jan/2007:19:59:46 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:59:46 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:19:59:50 +0800] "GET /admin/?op=set-allowed-users&printer_name=LAN HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:19:59:50 +0800] "GET /admin/?op=set-allowed-users&printer_name=LAN HTTP/1.1" 200 3968 - -
localhost - root [09/Jan/2007:20:00:10 +0800] "POST /admin HTTP/1.1" 200 61 - -
localhost - root [09/Jan/2007:20:00:10 +0800] "POST /admin HTTP/1.1" 200 4029 - -
localhost - root [09/Jan/2007:20:00:16 +0800] "POST /admin HTTP/1.1" 200 95 - -
localhost - - [09/Jan/2007:20:00:16 +0800] "POST /admin/ HTTP/1.1" 401 157 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:00:17 +0800] "POST /admin/ HTTP/1.1" 200 157 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:00:16 +0800] "POST /admin HTTP/1.1" 200 3571 - -
localhost - root [09/Jan/2007:20:00:22 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:00:22 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:20:00:29 +0800] "GET /admin/?op=set-allowed-users&printer_name=LAN HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:00:29 +0800] "GET /admin/?op=set-allowed-users&printer_name=LAN HTTP/1.1" 200 3982 - -
localhost - root [09/Jan/2007:20:00:46 +0800] "POST /admin HTTP/1.1" 200 101 - -
localhost - - [09/Jan/2007:20:00:46 +0800] "POST /admin/ HTTP/1.1" 401 161 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:00:47 +0800] "POST /admin/ HTTP/1.1" 200 161 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:00:46 +0800] "POST /admin HTTP/1.1" 200 3577 - -
localhost - root [09/Jan/2007:20:00:49 +0800] "GET /printers/LAN HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:00:50 +0800] "POST / HTTP/1.1" 200 451 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:00:49 +0800] "GET /printers/LAN HTTP/1.1" 200 6148 - -
localhost - root [09/Jan/2007:20:01:19 +0800] "GET /admin/?op=set-printer-options&printer_name=LAN HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:01:19 +0800] "GET /ppd/LAN.ppd HTTP/1.1" 200 18054 - -
localhost - root [09/Jan/2007:20:01:19 +0800] "GET /admin/?op=set-printer-options&printer_name=LAN HTTP/1.1" 200 9670 - -
localhost - root [09/Jan/2007:20:01:29 +0800] "POST /admin HTTP/1.1" 200 267 - -
localhost - - [09/Jan/2007:20:01:29 +0800] "GET /ppd/LAN.ppd HTTP/1.1" 200 18054 - -
localhost - - [09/Jan/2007:20:01:29 +0800] "POST /admin/ HTTP/1.1" 401 18257 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:01:29 +0800] "POST /admin/ HTTP/1.1" 200 18257 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:01:29 +0800] "POST /admin HTTP/1.1" 200 3751 - -
localhost - root [09/Jan/2007:20:01:32 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:01:32 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:20:01:34 +0800] "GET /admin/?op=set-printer-options&printer_name=LAN HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:01:35 +0800] "GET /ppd/LAN.ppd HTTP/1.1" 200 18038 - -
localhost - root [09/Jan/2007:20:01:34 +0800] "GET /admin/?op=set-printer-options&printer_name=LAN HTTP/1.1" 200 9670 - -
localhost - root [09/Jan/2007:20:02:07 +0800] "POST /admin HTTP/1.1" 200 264 - -
localhost - - [09/Jan/2007:20:02:08 +0800] "GET /ppd/LAN.ppd HTTP/1.1" 200 18038 - -
localhost - - [09/Jan/2007:20:02:08 +0800] "POST /admin/ HTTP/1.1" 401 18254 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:02:08 +0800] "POST /admin/ HTTP/1.1" 200 18254 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:02:07 +0800] "POST /admin HTTP/1.1" 200 3748 - -
localhost - root [09/Jan/2007:20:02:13 +0800] "GET /admin/?OP=redirect&URL=/printers/LAN HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:02:13 +0800] "GET /admin/?OP=redirect&URL=/printers/LAN HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:02:13 +0800] "GET /printers/LAN HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:02:13 +0800] "POST / HTTP/1.1" 200 451 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:02:13 +0800] "GET /printers/LAN HTTP/1.1" 200 6148 - -
localhost - root [09/Jan/2007:20:02:26 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:02:26 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:02:26 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:20:02:29 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:02:29 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - - [09/Jan/2007:20:04:10 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:04:25 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:07:14 +0800] "POST /admin/ HTTP/1.1" 401 148 Resume-Printer successful-ok
localhost - root [09/Jan/2007:20:07:14 +0800] "POST /admin/ HTTP/1.1" 200 148 Resume-Printer successful-ok
localhost - - [09/Jan/2007:20:07:18 +0800] "POST /admin/ HTTP/1.1" 401 148 CUPS-Accept-Jobs successful-ok
localhost - root [09/Jan/2007:20:07:18 +0800] "POST /admin/ HTTP/1.1" 200 148 CUPS-Accept-Jobs successful-ok
localhost - - [09/Jan/2007:20:07:29 +0800] "POST /admin/ HTTP/1.1" 401 119 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:20:07:29 +0800] "POST /admin/ HTTP/1.1" 200 119 CUPS-Set-Default successful-ok
localhost - - [09/Jan/2007:20:07:49 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:07:56 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:08:11 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:09:29 +0800] "POST /admin/ HTTP/1.1" 401 162 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:09:29 +0800] "POST /admin/ HTTP/1.1" 200 162 CUPS-Add-Modify-Printer successful-ok
localhost - - [09/Jan/2007:20:09:35 +0800] "POST /admin/ HTTP/1.1" 401 162 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:09:35 +0800] "POST /admin/ HTTP/1.1" 200 162 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:09:35 +0800] "POST /admin/ HTTP/1.1" 200 18173 CUPS-Add-Modify-Printer successful-ok
localhost - - [09/Jan/2007:20:09:49 +0800] "POST /admin/ HTTP/1.1" 401 148 Resume-Printer successful-ok
localhost - root [09/Jan/2007:20:09:49 +0800] "POST /admin/ HTTP/1.1" 200 148 Resume-Printer successful-ok
localhost - - [09/Jan/2007:20:09:53 +0800] "POST /admin/ HTTP/1.1" 401 148 CUPS-Accept-Jobs successful-ok
localhost - root [09/Jan/2007:20:09:53 +0800] "POST /admin/ HTTP/1.1" 200 148 CUPS-Accept-Jobs successful-ok
localhost - - [09/Jan/2007:20:09:57 +0800] "POST /admin/ HTTP/1.1" 401 119 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:20:09:57 +0800] "POST /admin/ HTTP/1.1" 200 119 CUPS-Set-Default successful-ok
localhost - - [09/Jan/2007:20:09:59 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:09:59 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [09/Jan/2007:20:10:06 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:10:27 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:10:27 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [09/Jan/2007:20:10:31 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:10:34 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:10:55 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:10:55 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:11:06 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - root [09/Jan/2007:20:11:09 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - root [09/Jan/2007:20:11:13 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:11:13 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:20:11:16 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:11:16 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:11:16 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:20:11:18 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:11:18 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:11:18 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5417 - -
localhost - root [09/Jan/2007:20:11:20 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:11:20 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - root [09/Jan/2007:20:11:21 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:11:22 +0800] "POST / HTTP/1.1" 200 443 CUPS-Get-Classes successful-ok
localhost - root [09/Jan/2007:20:11:21 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - root [09/Jan/2007:20:11:23 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:11:24 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:11:23 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:20:11:27 +0800] "POST /admin HTTP/1.1" 200 46 - -
localhost - root [09/Jan/2007:20:11:27 +0800] "POST /admin HTTP/1.1" 200 3508 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /admin/?OP=redirect HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /admin/?OP=redirect HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:11:33 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/top-middle.gif HTTP/1.1" 200 1144 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/top-right.gif HTTP/1.1" 200 121 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/tab-left.gif HTTP/1.1" 200 46 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/tab-right.gif HTTP/1.1" 200 47 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-add-printer.gif HTTP/1.1" 200 487 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-manage-printers.gif HTTP/1.1" 200 610 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-add-class.gif HTTP/1.1" 200 484 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-manage-jobs.gif HTTP/1.1" 200 556 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/top-left.gif HTTP/1.1" 200 473 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-manage-classes.gif HTTP/1.1" 200 619 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-view-access-log.gif HTTP/1.1" 200 638 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-view-error-log.gif HTTP/1.1" 200 554 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/bottom-left.gif HTTP/1.1" 200 122 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /cups.css HTTP/1.1" 200 3660 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-edit-configuration-file.gif HTTP/1.1" 200 699 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-view-page-log.gif HTTP/1.1" 200 590 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/button-change-settings.gif HTTP/1.1" 200 615 - -
localhost - root [09/Jan/2007:20:11:33 +0800] "GET /images/bottom-right.gif HTTP/1.1" 200 123 - -
localhost - root [09/Jan/2007:20:11:57 +0800] "POST /admin HTTP/1.1" 200 62 - -
localhost - - [09/Jan/2007:20:11:57 +0800] "PUT /admin/conf/cupsd.conf HTTP/1.1" 401 0 - -
localhost - root [09/Jan/2007:20:11:57 +0800] "PUT /admin/conf/cupsd.conf HTTP/1.1" 201 1841 - -
localhost - root [09/Jan/2007:20:11:57 +0800] "POST /admin HTTP/1.1" 200 3487 - -
localhost - root [09/Jan/2007:20:12:00 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:12:00 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:20:12:03 +0800] "GET /admin/?op=set-as-default&printer_name=LAN HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:12:03 +0800] "POST /admin/ HTTP/1.1" 401 116 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:20:12:04 +0800] "POST /admin/ HTTP/1.1" 200 116 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:20:12:03 +0800] "GET /admin/?op=set-as-default&printer_name=LAN HTTP/1.1" 200 3633 - -
localhost - root [09/Jan/2007:20:12:08 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:12:08 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - - [09/Jan/2007:20:12:15 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:12:34 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:12:34 +0800] "POST /printers/LAN HTTP/1.1" 200 113199 Print-Job client-error-not-possible
localhost - - [09/Jan/2007:20:12:44 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:12:44 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [09/Jan/2007:20:13:20 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:13:20 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [09/Jan/2007:20:13:23 +0800] "POST / HTTP/1.1" 200 268 Get-Jobs successful-ok
localhost - - [09/Jan/2007:20:13:35 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:14:17 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:14:17 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:18:01 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:18:01 +0800] "POST / HTTP/1.1" 200 443 CUPS-Get-Classes successful-ok
localhost - root [09/Jan/2007:20:18:01 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - root [09/Jan/2007:20:18:03 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:18:04 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:18:03 +0800] "GET /admin HTTP/1.1" 200 5458 - -
localhost - root [09/Jan/2007:20:18:07 +0800] "GET /admin?op=add-printer HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:18:07 +0800] "GET /admin?op=add-printer HTTP/1.1" 200 4144 - -
localhost - root [09/Jan/2007:20:18:17 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:18:17 +0800] "GET /printers/ HTTP/1.1" 200 6462 - -
localhost - root [09/Jan/2007:20:18:20 +0800] "GET /admin/?op=delete-printer&printer_name=LAN HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:18:20 +0800] "GET /admin/?op=delete-printer&printer_name=LAN HTTP/1.1" 200 3548 - -
localhost - root [09/Jan/2007:20:18:24 +0800] "GET /admin?op=delete-printer&printer_name=LAN&confirm=yes HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:18:24 +0800] "POST /admin/ HTTP/1.1" 401 116 CUPS-Delete-Printer successful-ok
localhost - root [09/Jan/2007:20:18:24 +0800] "POST /admin/ HTTP/1.1" 200 116 CUPS-Delete-Printer successful-ok
localhost - root [09/Jan/2007:20:18:24 +0800] "GET /admin?op=delete-printer&printer_name=LAN&confirm=yes HTTP/1.1" 200 3353 - -
localhost - root [09/Jan/2007:20:18:26 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:18:26 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:18:26 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:20:18:30 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:18:30 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:18:30 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 3962 - -
localhost - root [09/Jan/2007:20:18:33 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:18:33 +0800] "GET /printers/ HTTP/1.1" 200 3633 - -
localhost - root [09/Jan/2007:20:18:35 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:18:35 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - root [09/Jan/2007:20:18:39 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:18:39 +0800] "POST / HTTP/1.1" 200 443 CUPS-Get-Classes client-error-not-found
localhost - root [09/Jan/2007:20:18:39 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - root [09/Jan/2007:20:18:41 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:18:42 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:18:41 +0800] "GET /admin HTTP/1.1" 200 5458 - -
localhost - root [09/Jan/2007:20:18:49 +0800] "GET /admin?op=add-class HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:18:49 +0800] "GET /admin?op=add-class HTTP/1.1" 200 4014 - -
localhost - root [09/Jan/2007:20:18:58 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:18:59 +0800] "POST / HTTP/1.1" 200 443 CUPS-Get-Classes client-error-not-found
localhost - root [09/Jan/2007:20:18:58 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - root [09/Jan/2007:20:21:23 +0800] "GET /admin?op=config-server HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:21:23 +0800] "GET /admin?op=config-server HTTP/1.1" 200 9112 - -
localhost - root [09/Jan/2007:20:21:36 +0800] "GET /admin/log/access_log HTTP/1.1" 200 41137 - -
localhost - root [09/Jan/2007:20:22:06 +0800] "GET /admin?op=add-printer HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:22:06 +0800] "GET /admin?op=add-printer HTTP/1.1" 200 4144 - -
localhost - root [09/Jan/2007:20:22:26 +0800] "POST /admin HTTP/1.1" 200 85 - -
localhost - - [09/Jan/2007:20:22:26 +0800] "POST / HTTP/1.1" 200 1109 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:22:26 +0800] "POST /admin HTTP/1.1" 200 4373 - -
localhost - root [09/Jan/2007:20:22:38 +0800] "POST /admin HTTP/1.1" 200 125 - -
localhost - root [09/Jan/2007:20:22:38 +0800] "POST /admin HTTP/1.1" 200 4422 - -
localhost - root [09/Jan/2007:20:26:00 +0800] "POST /admin HTTP/1.1" 200 174 - -
localhost - - [09/Jan/2007:20:26:00 +0800] "POST / HTTP/1.1" 200 331 CUPS-Get-PPDs -
localhost - root [09/Jan/2007:20:26:00 +0800] "POST /admin HTTP/1.1" 200 4754 - -
localhost - root [09/Jan/2007:20:26:11 +0800] "POST /admin HTTP/1.1" 200 1851 - -
localhost - - [09/Jan/2007:20:26:11 +0800] "POST / HTTP/1.1" 200 1153 CUPS-Get-PPDs -
localhost - root [09/Jan/2007:20:26:11 +0800] "POST /admin HTTP/1.1" 200 6615 - -
localhost - root [09/Jan/2007:20:26:22 +0800] "POST /admin HTTP/1.1" 200 19835 - -
localhost - - [09/Jan/2007:20:26:22 +0800] "POST /admin/ HTTP/1.1" 401 18317 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:26:23 +0800] "POST /admin/ HTTP/1.1" 200 18317 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:26:22 +0800] "POST /admin HTTP/1.1" 200 23300 - -
localhost - root [09/Jan/2007:20:26:25 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:26:25 +0800] "GET /printers/ HTTP/1.1" 200 6420 - -
localhost - root [09/Jan/2007:20:26:39 +0800] "GET /printers/lan?op=move-jobs&printer_name=lan HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:26:39 +0800] "GET /printers/lan?op=move-jobs&printer_name=lan HTTP/1.1" 200 3681 - -
localhost - root [09/Jan/2007:20:26:46 +0800] "GET /admin/?op=set-sharing&printer_name=lan&shared=0 HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:26:46 +0800] "POST /admin/ HTTP/1.1" 401 139 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:26:47 +0800] "POST /admin/ HTTP/1.1" 200 139 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:26:46 +0800] "GET /admin/?op=set-sharing&printer_name=lan&shared=0 HTTP/1.1" 200 3467 - -
localhost - root [09/Jan/2007:20:26:54 +0800] "GET /admin/?op=modify-printer&printer_name=lan HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:26:54 +0800] "GET /admin/?op=modify-printer&printer_name=lan HTTP/1.1" 200 4288 - -
localhost - root [09/Jan/2007:20:26:59 +0800] "POST /admin HTTP/1.1" 200 238 - -
localhost - - [09/Jan/2007:20:27:00 +0800] "POST / HTTP/1.1" 200 1109 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:26:59 +0800] "POST /admin HTTP/1.1" 200 4593 - -
localhost - root [09/Jan/2007:20:27:02 +0800] "POST /admin HTTP/1.1" 200 180 - -
localhost - root [09/Jan/2007:20:27:02 +0800] "POST /admin HTTP/1.1" 200 4560 - -
localhost - root [09/Jan/2007:20:27:05 +0800] "POST /admin HTTP/1.1" 200 231 - -
localhost - - [09/Jan/2007:20:27:06 +0800] "GET /ppd/lan.ppd HTTP/1.1" 200 18054 - -
localhost - - [09/Jan/2007:20:27:06 +0800] "POST / HTTP/1.1" 200 331 CUPS-Get-PPDs -
localhost - root [09/Jan/2007:20:27:05 +0800] "POST /admin HTTP/1.1" 200 4837 - -
localhost - root [09/Jan/2007:20:27:14 +0800] "POST /admin HTTP/1.1" 200 19962 - -
localhost - - [09/Jan/2007:20:27:15 +0800] "POST /admin/ HTTP/1.1" 401 18317 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:27:15 +0800] "POST /admin/ HTTP/1.1" 200 18317 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:27:14 +0800] "POST /admin HTTP/1.1" 200 23425 - -
localhost - root [09/Jan/2007:20:27:17 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:27:17 +0800] "GET /printers/ HTTP/1.1" 200 6419 - -
localhost - root [09/Jan/2007:20:27:18 +0800] "GET /images/button-publish-printer.gif HTTP/1.1" 200 550 - -
localhost - root [09/Jan/2007:20:27:22 +0800] "GET /admin/?op=set-sharing&printer_name=lan&shared=1 HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:27:22 +0800] "POST /admin/ HTTP/1.1" 401 139 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:27:23 +0800] "POST /admin/ HTTP/1.1" 200 139 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:27:22 +0800] "GET /admin/?op=set-sharing&printer_name=lan&shared=1 HTTP/1.1" 200 3467 - -
localhost - root [09/Jan/2007:20:27:28 +0800] "GET /admin/?OP=redirect&URL=/printers/lan HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:27:28 +0800] "GET /admin/?OP=redirect&URL=/printers/lan HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:27:28 +0800] "GET /printers/lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:27:29 +0800] "POST / HTTP/1.1" 200 451 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:27:28 +0800] "GET /printers/lan HTTP/1.1" 200 6106 - -
localhost - root [09/Jan/2007:20:27:36 +0800] "GET /admin/?op=set-printer-options&printer_name=lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:27:37 +0800] "GET /ppd/lan.ppd HTTP/1.1" 200 18054 - -
localhost - root [09/Jan/2007:20:27:36 +0800] "GET /admin/?op=set-printer-options&printer_name=lan HTTP/1.1" 200 9670 - -
localhost - root [09/Jan/2007:20:27:41 +0800] "POST /admin HTTP/1.1" 200 268 - -
localhost - - [09/Jan/2007:20:27:42 +0800] "GET /ppd/lan.ppd HTTP/1.1" 200 18054 - -
localhost - - [09/Jan/2007:20:27:42 +0800] "POST /admin/ HTTP/1.1" 401 18257 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:27:42 +0800] "POST /admin/ HTTP/1.1" 200 18257 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:27:41 +0800] "POST /admin HTTP/1.1" 200 3752 - -
localhost - root [09/Jan/2007:20:27:46 +0800] "POST /admin HTTP/1.1" 200 268 - -
localhost - - [09/Jan/2007:20:27:46 +0800] "GET /ppd/lan.ppd HTTP/1.1" 200 18038 - -
localhost - - [09/Jan/2007:20:27:46 +0800] "POST /admin/ HTTP/1.1" 401 18257 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:27:46 +0800] "POST /admin/ HTTP/1.1" 200 18257 CUPS-Add-Modify-Printer successful-ok
localhost - root [09/Jan/2007:20:27:46 +0800] "POST /admin HTTP/1.1" 200 3752 - -
localhost - root [09/Jan/2007:20:27:46 +0800] "GET /images/top-right.gif HTTP/1.1" 200 121 - -
localhost - root [09/Jan/2007:20:27:46 +0800] "GET /images/top-left.gif HTTP/1.1" 200 473 - -
localhost - root [09/Jan/2007:20:27:46 +0800] "GET /images/top-middle.gif HTTP/1.1" 200 1144 - -
localhost - root [09/Jan/2007:20:27:47 +0800] "GET /images/tab-right.gif HTTP/1.1" 200 47 - -
localhost - root [09/Jan/2007:20:27:47 +0800] "GET /images/bottom-right.gif HTTP/1.1" 200 123 - -
localhost - root [09/Jan/2007:20:27:47 +0800] "GET /images/bottom-left.gif HTTP/1.1" 200 122 - -
localhost - root [09/Jan/2007:20:27:47 +0800] "GET /images/tab-left.gif HTTP/1.1" 200 46 - -
localhost - root [09/Jan/2007:20:27:51 +0800] "GET /cups.css HTTP/1.1" 200 3660 - -
localhost - root [09/Jan/2007:20:27:56 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:27:56 +0800] "GET /printers/ HTTP/1.1" 200 6420 - -
localhost - root [09/Jan/2007:20:27:59 +0800] "GET /admin/?op=set-as-default&printer_name=lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:27:59 +0800] "POST /admin/ HTTP/1.1" 401 116 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:20:27:59 +0800] "POST /admin/ HTTP/1.1" 200 116 CUPS-Set-Default successful-ok
localhost - root [09/Jan/2007:20:27:59 +0800] "GET /admin/?op=set-as-default&printer_name=lan HTTP/1.1" 200 3633 - -
localhost - root [09/Jan/2007:20:28:03 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:28:03 +0800] "GET /printers/ HTTP/1.1" 200 6438 - -
localhost - root [09/Jan/2007:20:28:13 +0800] "GET /printers/lan?op=print-test-page HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:28:13 +0800] "POST /printers/lan HTTP/1.1" 200 18596 Print-Job successful-ok
localhost - root [09/Jan/2007:20:28:13 +0800] "GET /printers/lan?op=print-test-page HTTP/1.1" 200 3436 - -
localhost - root [09/Jan/2007:20:28:15 +0800] "GET /printers/lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:28:16 +0800] "POST / HTTP/1.1" 200 451 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:28:15 +0800] "GET /printers/lan HTTP/1.1" 200 6124 - -
localhost - root [09/Jan/2007:20:28:48 +0800] "GET /printers/lan?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:28:49 +0800] "POST / HTTP/1.1" 200 475 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:28:48 +0800] "GET /printers/lan?which_jobs=completed HTTP/1.1" 200 7397 - -
localhost - - [09/Jan/2007:20:29:04 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:29:04 +0800] "POST /printers/lan HTTP/1.1" 200 113211 Print-Job successful-ok
localhost - - [09/Jan/2007:20:29:06 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:29:06 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [09/Jan/2007:20:29:09 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:29:09 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:29:17 +0800] "GET /printers/lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:29:17 +0800] "POST / HTTP/1.1" 200 451 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:29:17 +0800] "GET /printers/lan HTTP/1.1" 200 6124 - -
localhost - root [09/Jan/2007:20:29:19 +0800] "GET /printers/lan?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:29:20 +0800] "POST / HTTP/1.1" 200 475 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:29:19 +0800] "GET /printers/lan?which_jobs=completed HTTP/1.1" 200 7647 - -
localhost - root [09/Jan/2007:20:29:33 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:29:33 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:29:33 +0800] "GET /admin HTTP/1.1" 200 5458 - -
localhost - root [09/Jan/2007:20:29:34 +0800] "GET /admin/log/error_log HTTP/1.1" 200 45107 - -
localhost - root [09/Jan/2007:20:29:59 +0800] "GET /admin/log/page_log HTTP/1.1" 404 0 - -
localhost - root [09/Jan/2007:20:30:03 +0800] "GET /admin/log/access_log HTTP/1.1" 200 51523 - -
localhost - root [09/Jan/2007:20:30:23 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:30:23 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:30:23 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:20:30:24 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:30:24 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:30:24 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5416 - -
localhost - - [09/Jan/2007:20:31:51 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:31:51 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:32:31 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:32:31 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:32:31 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 5401 - -
localhost - root [09/Jan/2007:20:32:37 +0800] "GET /jobs/?WHICH_JOBS=all&ORDER=dec HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:32:37 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:32:37 +0800] "GET /jobs/?WHICH_JOBS=all&ORDER=dec HTTP/1.1" 200 5401 - -
localhost - root [09/Jan/2007:20:32:39 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:32:39 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:32:39 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5416 - -
localhost - root [09/Jan/2007:20:32:42 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:32:42 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:32:42 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 5401 - -
localhost - root [09/Jan/2007:20:32:45 +0800] "GET /jobs HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:32:45 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:32:45 +0800] "GET /jobs HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:20:32:46 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:32:46 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:32:46 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5416 - -
localhost - root [09/Jan/2007:20:32:51 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:32:51 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:32:51 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:20:32:53 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:32:53 +0800] "GET /printers/ HTTP/1.1" 200 6438 - -
localhost - root [09/Jan/2007:20:32:58 +0800] "GET /printers/lan?op=move-jobs&printer_name=lan HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:32:58 +0800] "GET /printers/lan?op=move-jobs&printer_name=lan HTTP/1.1" 200 3681 - -
localhost - root [09/Jan/2007:20:33:09 +0800] "GET /admin/?op=purge-jobs&printer_name=lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:33:09 +0800] "POST /admin/ HTTP/1.1" 401 116 Purge-Jobs successful-ok
localhost - root [09/Jan/2007:20:33:10 +0800] "POST /admin/ HTTP/1.1" 200 116 Purge-Jobs successful-ok
localhost - root [09/Jan/2007:20:33:09 +0800] "GET /admin/?op=purge-jobs&printer_name=lan HTTP/1.1" 200 3456 - -
localhost - root [09/Jan/2007:20:33:13 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:33:13 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:33:13 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:20:33:16 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:33:16 +0800] "GET /printers/ HTTP/1.1" 200 6438 - -
localhost - root [09/Jan/2007:20:33:22 +0800] "GET /admin/?op=modify-printer&printer_name=lan HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:33:22 +0800] "GET /admin/?op=modify-printer&printer_name=lan HTTP/1.1" 200 4288 - -
localhost - root [09/Jan/2007:20:33:27 +0800] "GET /admin/?op=set-printer-options&printer_name=lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:33:28 +0800] "GET /ppd/lan.ppd HTTP/1.1" 200 18038 - -
localhost - root [09/Jan/2007:20:33:27 +0800] "GET /admin/?op=set-printer-options&printer_name=lan HTTP/1.1" 200 9670 - -
localhost - root [09/Jan/2007:20:34:16 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:34:16 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - root [09/Jan/2007:20:34:19 +0800] "GET /help/overview.html HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:34:19 +0800] "GET /help/overview.html HTTP/1.1" 200 9113 - -
localhost - - [09/Jan/2007:20:35:23 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [09/Jan/2007:20:35:23 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:40:18 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:40:19 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:40:18 +0800] "GET /admin HTTP/1.1" 200 5458 - -
localhost - root [09/Jan/2007:20:40:21 +0800] "GET /admin/log/error_log HTTP/1.1" 200 714110 - -
localhost - root [09/Jan/2007:20:43:36 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - root [09/Jan/2007:20:43:43 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:43:44 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:43:43 +0800] "GET /admin HTTP/1.1" 200 5458 - -
localhost - root [09/Jan/2007:20:43:47 +0800] "POST /admin HTTP/1.1" 200 45 - -
localhost - - [09/Jan/2007:20:43:47 +0800] "PUT /admin/conf/cupsd.conf HTTP/1.1" 401 0 - -
localhost - root [09/Jan/2007:20:43:47 +0800] "PUT /admin/conf/cupsd.conf HTTP/1.1" 201 1832 - -
localhost - root [09/Jan/2007:20:43:47 +0800] "POST /admin HTTP/1.1" 200 3470 - -
localhost - root [09/Jan/2007:20:43:49 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:20:43:49 +0800] "GET /printers/ HTTP/1.1" 200 6438 - -
localhost - root [09/Jan/2007:20:43:51 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:43:51 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:20:43:51 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:20:43:53 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:20:43:54 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:20:43:53 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:20:43:55 +0800] "GET /admin/log/error_log HTTP/1.1" 200 731380 - -
localhost - root [09/Jan/2007:20:44:08 +0800] "GET /admin/log/page_log HTTP/1.1" 404 0 - -
localhost - root [09/Jan/2007:20:44:11 +0800] "GET /admin/log/error_log HTTP/1.1" 200 731380 - -
localhost - root [09/Jan/2007:21:45:44 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:21:45:44 +0800] "GET /printers/ HTTP/1.1" 200 6438 - -
localhost - root [09/Jan/2007:21:45:48 +0800] "GET /admin/?op=stop-printer&printer_name=lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:45:49 +0800] "POST /admin/ HTTP/1.1" 401 116 Pause-Printer successful-ok
localhost - root [09/Jan/2007:21:45:49 +0800] "POST /admin/ HTTP/1.1" 200 116 Pause-Printer successful-ok
localhost - root [09/Jan/2007:21:45:48 +0800] "GET /admin/?op=stop-printer&printer_name=lan HTTP/1.1" 200 3451 - -
localhost - root [09/Jan/2007:21:45:52 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:21:45:52 +0800] "GET /printers/ HTTP/1.1" 200 6484 - -
localhost - root [09/Jan/2007:21:45:53 +0800] "GET /images/button-start-printer.gif HTTP/1.1" 200 500 - -
localhost - root [09/Jan/2007:21:45:53 +0800] "GET /images/printer-stopped.gif HTTP/1.1" 200 2933 - -
localhost - root [09/Jan/2007:21:45:55 +0800] "GET /admin/?op=start-printer&printer_name=lan HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:45:55 +0800] "POST /admin/ HTTP/1.1" 401 116 Resume-Printer successful-ok
localhost - root [09/Jan/2007:21:45:56 +0800] "POST /admin/ HTTP/1.1" 200 116 Resume-Printer successful-ok
localhost - root [09/Jan/2007:21:45:55 +0800] "GET /admin/?op=start-printer&printer_name=lan HTTP/1.1" 200 3454 - -
localhost - root [09/Jan/2007:21:45:57 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:21:45:57 +0800] "GET /printers/ HTTP/1.1" 200 6438 - -
localhost - root [09/Jan/2007:21:46:56 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:46:57 +0800] "POST / HTTP/1.1" 200 443 CUPS-Get-Classes successful-ok
localhost - root [09/Jan/2007:21:46:56 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - root [09/Jan/2007:21:46:59 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:47:00 +0800] "POST / HTTP/1.1" 200 1068 CUPS-Get-Devices -
localhost - root [09/Jan/2007:21:46:59 +0800] "GET /admin HTTP/1.1" 200 5451 - -
localhost - root [09/Jan/2007:21:47:04 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:47:05 +0800] "POST / HTTP/1.1" 200 443 CUPS-Get-Classes successful-ok
localhost - root [09/Jan/2007:21:47:04 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - root [09/Jan/2007:21:47:09 +0800] "GET /admin?op=add-class HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:21:47:09 +0800] "GET /admin?op=add-class HTTP/1.1" 200 4067 - -
localhost - root [09/Jan/2007:21:47:20 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:47:21 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:21:47:20 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:21:47:22 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:47:22 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - root [09/Jan/2007:21:47:22 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 3962 - -
localhost - root [09/Jan/2007:21:47:25 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:47:25 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - root [09/Jan/2007:21:47:25 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 3968 - -
localhost - root [09/Jan/2007:21:47:28 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - root [09/Jan/2007:21:47:28 +0800] "GET /printers/ HTTP/1.1" 200 6438 - -
localhost - root [09/Jan/2007:21:47:31 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:47:31 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - root [09/Jan/2007:21:47:31 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - root [09/Jan/2007:21:47:34 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [09/Jan/2007:21:47:34 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - root [09/Jan/2007:21:47:34 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 3962 - -
localhost - - [10/Jan/2007:08:44:47 +0800] "POST /classes/ HTTP/1.1" 200 224 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:08:44:50 +0800] "GET /ppd/lan.ppd HTTP/1.1" 200 18038 - -
localhost - - [10/Jan/2007:08:45:09 +0800] "GET /ppd/lan.ppd HTTP/1.1" 200 18038 - -
localhost - - [10/Jan/2007:08:46:00 +0800] "POST /classes/ HTTP/1.1" 200 224 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:08:46:13 +0800] "POST /classes/ HTTP/1.1" 200 224 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:11:43:39 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:11:43:39 +0800] "POST /printers/lan HTTP/1.1" 200 215563 Print-Job successful-ok
localhost - - [10/Jan/2007:11:44:05 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:11:44:05 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:56:05 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - - [10/Jan/2007:11:56:05 +0800] "GET /images/button-help.gif HTTP/1.1" 200 327 - -
localhost - - [10/Jan/2007:11:56:05 +0800] "GET /images/button-manage-server.gif HTTP/1.1" 200 599 - -
localhost - - [10/Jan/2007:11:56:05 +0800] "GET /images/happy.gif HTTP/1.1" 200 3522 - -
localhost - - [10/Jan/2007:11:56:05 +0800] "GET /images/esp-logo.gif HTTP/1.1" 200 2529 - -
localhost - - [10/Jan/2007:11:56:40 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:56:41 +0800] "GET /admin/conf/cupsd.conf HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:11:56:40 +0800] "GET /admin HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:11:56:40 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /printers HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /printers HTTP/1.1" 200 6428 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/printer-idle.gif HTTP/1.1" 200 2546 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-sort-descending.gif HTTP/1.1" 200 723 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-search.gif HTTP/1.1" 200 410 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-print-test-page.gif HTTP/1.1" 200 564 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-stop-printer.gif HTTP/1.1" 200 501 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-reject-jobs.gif HTTP/1.1" 200 509 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-clear.gif HTTP/1.1" 200 359 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-move-jobs.gif HTTP/1.1" 200 574 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-cancel-all-jobs.gif HTTP/1.1" 200 568 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-unpublish-printer.gif HTTP/1.1" 200 594 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-modify-printer.gif HTTP/1.1" 200 559 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-set-printer-options.gif HTTP/1.1" 200 649 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-delete-printer.gif HTTP/1.1" 200 508 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-set-as-default.gif HTTP/1.1" 200 585 - -
localhost - - [10/Jan/2007:11:56:50 +0800] "GET /images/button-set-allowed-users.gif HTTP/1.1" 200 673 - -
localhost - - [10/Jan/2007:11:56:57 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:56:57 +0800] "GET /admin/conf/cupsd.conf HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:11:56:57 +0800] "GET /admin HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:11:56:57 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:57:01 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:57:01 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:57:01 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [10/Jan/2007:11:57:02 +0800] "GET /images/button-show-all.gif HTTP/1.1" 200 570 - -
localhost - - [10/Jan/2007:11:57:02 +0800] "GET /images/button-show-completed.gif HTTP/1.1" 200 764 - -
localhost - - [10/Jan/2007:11:57:03 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:57:03 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:57:03 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5261 - -
localhost - - [10/Jan/2007:11:57:03 +0800] "GET /images/button-show-active.gif HTTP/1.1" 200 662 - -
localhost - - [10/Jan/2007:11:57:03 +0800] "GET /images/button-sort-ascending.gif HTTP/1.1" 200 699 - -
localhost - - [10/Jan/2007:11:57:27 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:57:27 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:57:27 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 5246 - -
localhost - - [10/Jan/2007:11:57:31 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:57:31 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:57:31 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5261 - -
localhost - - [10/Jan/2007:11:57:32 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:57:33 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:57:32 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 5246 - -
localhost - - [10/Jan/2007:11:57:34 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:57:34 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [10/Jan/2007:11:58:32 +0800] "GET /printers/LAN?op=print-test-page HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:58:33 +0800] "POST /printers/LAN HTTP/1.1" 200 18597 Print-Job successful-ok
localhost - - [10/Jan/2007:11:58:32 +0800] "GET /printers/LAN?op=print-test-page HTTP/1.1" 200 3436 - -
localhost - - [10/Jan/2007:11:58:35 +0800] "GET /printers/LAN HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:58:36 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:58:36 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:58:36 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [10/Jan/2007:11:58:38 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:58:38 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:58:38 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5510 - -
localhost - - [10/Jan/2007:11:59:09 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:11:59:09 +0800] "POST /printers/LAN HTTP/1.1" 200 215563 Print-Job successful-ok
localhost - - [10/Jan/2007:11:59:21 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:11:59:21 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - - [10/Jan/2007:11:59:21 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 5837 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 5837 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/top-middle.gif HTTP/1.1" 200 1144 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /cups.css HTTP/1.1" 200 3660 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/tab-right.gif HTTP/1.1" 200 47 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/tab-left.gif HTTP/1.1" 200 46 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/top-right.gif HTTP/1.1" 200 121 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/button-clear.gif HTTP/1.1" 200 359 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/button-show-completed.gif HTTP/1.1" 200 764 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/button-show-active.gif HTTP/1.1" 200 662 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/button-sort-ascending.gif HTTP/1.1" 200 699 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/bottom-left.gif HTTP/1.1" 200 122 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/bottom-right.gif HTTP/1.1" 200 123 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/button-search.gif HTTP/1.1" 200 410 - -
localhost - - [10/Jan/2007:12:03:57 +0800] "GET /images/top-left.gif HTTP/1.1" 200 473 - -
localhost - - [10/Jan/2007:12:04:00 +0800] "GET /jobs/?WHICH_JOBS=all&ORDER=dec HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:04:00 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - - [10/Jan/2007:12:04:00 +0800] "GET /jobs/?WHICH_JOBS=all&ORDER=dec HTTP/1.1" 200 5837 - -
localhost - - [10/Jan/2007:12:04:05 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:04:05 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:12:04:05 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 5852 - -
localhost - - [10/Jan/2007:12:04:09 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:04:09 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [10/Jan/2007:12:07:07 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:08 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:09 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:10 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:11 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:12 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:13 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:14 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:15 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:16 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:17 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:18 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:19 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:20 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:35 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:07:36 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:12:11:49 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:11:49 +0800] "GET /admin/conf/cupsd.conf HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:12:11:49 +0800] "GET /admin HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:12:11:49 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:11:55 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:11:56 +0800] "POST / HTTP/1.1" 200 414 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:12:11:55 +0800] "GET /classes/ HTTP/1.1" 200 3626 - -
localhost - - [10/Jan/2007:12:11:58 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:11:58 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - - [10/Jan/2007:12:12:00 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:12:00 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [10/Jan/2007:12:12:00 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [10/Jan/2007:12:12:02 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:12:02 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [10/Jan/2007:12:47:36 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:12:47:36 +0800] "POST /printers/LAN HTTP/1.1" 200 215563 Print-Job successful-ok
localhost - - [10/Jan/2007:12:51:39 +0800] "POST /classes/ HTTP/1.1" 200 224 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:12:57:39 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:57:39 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [10/Jan/2007:12:57:41 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:12:57:42 +0800] "GET /admin/conf/cupsd.conf HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:12:57:41 +0800] "GET /admin HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:12:57:41 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:03:40 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:03:40 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:03:40 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [10/Jan/2007:13:03:42 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:03:43 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:03:42 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 6194 - -
localhost - - [10/Jan/2007:13:03:49 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:03:49 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [10/Jan/2007:13:03:51 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:03:51 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:03:51 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [10/Jan/2007:13:03:52 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:03:53 +0800] "GET /classes/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:03:53 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:03:53 +0800] "GET /admin/conf/cupsd.conf HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:13:03:53 +0800] "GET /admin HTTP/1.1" 401 0 - -
localhost - - [10/Jan/2007:13:03:53 +0800] "GET /admin HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:04:28 +0800] "GET /help/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:04:28 +0800] "GET /help/ HTTP/1.1" 200 4733 - -
localhost - - [10/Jan/2007:13:05:09 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:05:09 +0800] "POST /printers/LAN HTTP/1.1" 200 223459 Print-Job successful-ok
localhost - - [10/Jan/2007:13:05:13 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:05:13 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:05:21 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:05:21 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:06:30 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:06:30 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:06:30 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [10/Jan/2007:13:06:32 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:06:32 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:06:32 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 6517 - -
localhost - - [10/Jan/2007:13:06:40 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:06:40 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:06:40 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 6502 - -
localhost - - [10/Jan/2007:13:06:43 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:06:43 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [10/Jan/2007:13:07:40 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:07:40 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:07:40 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [10/Jan/2007:13:07:42 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:13:07:42 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:13:07:42 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 6517 - -
localhost - - [10/Jan/2007:13:25:21 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:28:24 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:32:33 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:35:23 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:36:30 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:38:25 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:45:17 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:13:57:54 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:06:58 +0800] "GET /jobs HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:14:06:58 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [10/Jan/2007:14:06:58 +0800] "GET /jobs HTTP/1.1" 200 3907 - -
localhost - - [10/Jan/2007:14:07:00 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:14:07:00 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - - [10/Jan/2007:14:07:00 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 6502 - -
localhost - - [10/Jan/2007:14:11:38 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:21:00 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:22:27 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:22:27 +0800] "POST /printers/LAN HTTP/1.1" 200 223739 Print-Job successful-ok
localhost - - [10/Jan/2007:14:22:35 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:22:35 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [10/Jan/2007:14:29:56 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:41:50 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:44:52 +0800] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:48:07 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:48:07 +0800] "POST /printers/LAN HTTP/1.1" 200 215563 Print-Job successful-ok
localhost - - [10/Jan/2007:14:48:10 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:48:10 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [10/Jan/2007:14:48:12 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:48:12 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [10/Jan/2007:14:59:36 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:59:36 +0800] "POST /printers/LAN HTTP/1.1" 200 215563 Print-Job successful-ok
localhost - - [10/Jan/2007:14:59:38 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [10/Jan/2007:14:59:38 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [10/Jan/2007:15:00:04 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:15:00:04 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:15:00:04 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 7527 - -
localhost - - [10/Jan/2007:15:25:31 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:15:25:32 +0800] "POST / HTTP/1.1" 200 153 Get-Jobs client-error-not-found
localhost - - [10/Jan/2007:15:43:11 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:15:43:11 +0800] "POST / HTTP/1.1" 200 453 Get-Jobs successful-ok
localhost - - [10/Jan/2007:15:43:11 +0800] "GET /jobs?which_jobs=all HTTP/1.1" 200 7512 - -
localhost - - [10/Jan/2007:15:48:16 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [10/Jan/2007:15:48:16 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [10/Jan/2007:15:48:16 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 7527 - -
localhost - - [11/Jan/2007:08:25:07 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [11/Jan/2007:08:25:07 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [11/Jan/2007:08:25:17 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [11/Jan/2007:08:25:17 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [11/Jan/2007:09:08:23 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [11/Jan/2007:09:08:23 +0800] "POST /printers/LAN HTTP/1.1" 200 215563 Print-Job successful-ok
localhost - - [11/Jan/2007:09:08:24 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [11/Jan/2007:09:08:24 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [11/Jan/2007:09:08:42 +0800] "GET / HTTP/1.1" 200 5725 - -
localhost - - [11/Jan/2007:09:08:42 +0800] "GET /images/top-right.gif HTTP/1.1" 200 121 - -
localhost - - [11/Jan/2007:09:08:42 +0800] "GET /cups.css HTTP/1.1" 200 3660 - -
localhost - - [11/Jan/2007:09:08:42 +0800] "GET /images/top-middle.gif HTTP/1.1" 200 1144 - -
localhost - - [11/Jan/2007:09:08:42 +0800] "GET /images/top-left.gif HTTP/1.1" 200 473 - -
localhost - - [11/Jan/2007:09:08:42 +0800] "GET /images/tab-left.gif HTTP/1.1" 200 46 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/tab-right.gif HTTP/1.1" 200 47 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/button-help.gif HTTP/1.1" 200 327 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/button-add-class.gif HTTP/1.1" 200 484 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/button-manage-classes.gif HTTP/1.1" 200 619 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/button-manage-jobs.gif HTTP/1.1" 200 556 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/button-manage-printers.gif HTTP/1.1" 200 610 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/button-manage-server.gif HTTP/1.1" 200 599 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/happy.gif HTTP/1.1" 200 3522 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/esp-logo.gif HTTP/1.1" 200 2529 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/button-add-printer.gif HTTP/1.1" 200 487 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/bottom-left.gif HTTP/1.1" 200 122 - -
localhost - - [11/Jan/2007:09:08:43 +0800] "GET /images/bottom-right.gif HTTP/1.1" 200 123 - -
localhost - - [11/Jan/2007:09:08:45 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [11/Jan/2007:09:08:46 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [11/Jan/2007:09:08:45 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [11/Jan/2007:09:08:46 +0800] "GET /images/button-show-completed.gif HTTP/1.1" 200 764 - -
localhost - - [11/Jan/2007:09:08:46 +0800] "GET /images/button-show-all.gif HTTP/1.1" 200 570 - -
localhost - - [11/Jan/2007:09:08:46 +0800] "GET /images/button-clear.gif HTTP/1.1" 200 359 - -
localhost - - [11/Jan/2007:09:08:46 +0800] "GET /images/button-search.gif HTTP/1.1" 200 410 - -
localhost - - [11/Jan/2007:09:08:47 +0800] "GET /printers/ HTTP/1.1" 200 0 - -
localhost - - [11/Jan/2007:09:08:47 +0800] "GET /printers/ HTTP/1.1" 200 6428 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-sort-descending.gif HTTP/1.1" 200 723 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-stop-printer.gif HTTP/1.1" 200 501 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-print-test-page.gif HTTP/1.1" 200 564 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/printer-idle.gif HTTP/1.1" 200 2546 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-reject-jobs.gif HTTP/1.1" 200 509 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-cancel-all-jobs.gif HTTP/1.1" 200 568 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-move-jobs.gif HTTP/1.1" 200 574 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-unpublish-printer.gif HTTP/1.1" 200 594 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-modify-printer.gif HTTP/1.1" 200 559 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-delete-printer.gif HTTP/1.1" 200 508 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-set-printer-options.gif HTTP/1.1" 200 649 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-set-as-default.gif HTTP/1.1" 200 585 - -
localhost - - [11/Jan/2007:09:08:49 +0800] "GET /images/button-set-allowed-users.gif HTTP/1.1" 200 673 - -
localhost - - [11/Jan/2007:09:08:57 +0800] "GET /jobs/ HTTP/1.1" 200 0 - -
localhost - - [11/Jan/2007:09:08:57 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [11/Jan/2007:09:08:57 +0800] "GET /jobs/ HTTP/1.1" 200 3907 - -
localhost - - [11/Jan/2007:09:09:29 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [11/Jan/2007:09:09:29 +0800] "POST /printers/LAN HTTP/1.1" 200 215549 Print-Job successful-ok
localhost - - [11/Jan/2007:09:18:32 +0800] "GET / HTTP/1.1" 304 0 - -
localhost - - [11/Jan/2007:09:18:35 +0800] "GET /jobs HTTP/1.1" 200 0 - -
localhost - - [11/Jan/2007:09:18:35 +0800] "POST / HTTP/1.1" 200 435 Get-Jobs successful-ok
localhost - - [11/Jan/2007:09:18:35 +0800] "GET /jobs HTTP/1.1" 200 3907 - -
localhost - - [11/Jan/2007:09:18:36 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 0 - -
localhost - - [11/Jan/2007:09:18:36 +0800] "POST / HTTP/1.1" 200 459 Get-Jobs successful-ok
localhost - - [11/Jan/2007:09:18:36 +0800] "GET /jobs?which_jobs=completed HTTP/1.1" 200 8215 - -
localhost - - [11/Jan/2007:09:18:37 +0800] "GET /images/button-show-active.gif HTTP/1.1" 200 662 - -
localhost - - [11/Jan/2007:09:18:42 +0800] "GET /images/button-sort-ascending.gif HTTP/1.1" 200 699 - -
localhost - - [12/Jan/2007:10:46:14 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:10:46:14 +0800] "POST /printers/LAN HTTP/1.1" 200 192598 Print-Job successful-ok
localhost - - [12/Jan/2007:10:46:41 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:10:46:41 +0800] "POST /printers/LAN HTTP/1.1" 200 192586 Print-Job successful-ok
localhost - - [12/Jan/2007:14:29:41 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:14:29:41 +0800] "POST /printers/LAN HTTP/1.1" 200 223047 Print-Job successful-ok
localhost - - [12/Jan/2007:14:29:43 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:14:29:43 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [12/Jan/2007:14:29:48 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:14:29:48 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [12/Jan/2007:14:29:55 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:14:29:55 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [12/Jan/2007:15:21:15 +0800] "POST / HTTP/1.1" 200 351 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:15:21:15 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [12/Jan/2007:15:21:21 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:15:21:21 +0800] "POST /printers/LAN HTTP/1.1" 200 223047 Print-Job successful-ok
localhost - - [12/Jan/2007:15:21:24 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:15:21:24 +0800] "POST / HTTP/1.1" 200 119 Get-Jobs successful-ok
localhost - - [12/Jan/2007:15:22:14 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:15:22:14 +0800] "POST /printers/LAN HTTP/1.1" 200 223318 Print-Job successful-ok
localhost - - [12/Jan/2007:16:18:34 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [12/Jan/2007:16:18:34 +0800] "POST /printers/LAN HTTP/1.1" 200 97510 Print-Job successful-ok
localhost - - [13/Jan/2007:15:11:32 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [13/Jan/2007:15:11:32 +0800] "POST /printers/LAN HTTP/1.1" 200 203732 Print-Job successful-ok
localhost - - [13/Jan/2007:15:11:56 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [13/Jan/2007:15:11:56 +0800] "POST /printers/LAN HTTP/1.1" 200 203718 Print-Job successful-ok
localhost - - [14/Jan/2007:09:52:53 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [14/Jan/2007:09:52:53 +0800] "GET /ppd/LAN.ppd HTTP/1.1" 200 18050 - -
localhost - - [14/Jan/2007:10:03:22 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [14/Jan/2007:10:03:25 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [14/Jan/2007:10:10:21 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [14/Jan/2007:10:14:03 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok
localhost - - [14/Jan/2007:10:18:34 +0800] "POST / HTTP/1.1" 200 354 CUPS-Get-Classes successful-ok


More information about the Pkg-cups-devel mailing list