[cups.bugs] CUPS-errors

Olof Hägerlund OlofHagerlund at OCCab.net
Wed Nov 17 02:19:50 PST 2004


Hi! 

 On my Debian Linux system, kernel 2.6.8-1 and newest vers of CUPS  I can no longer add a printer from the web-interface nor can I display current printers available and not maintain the queues! From the error-log I get these error-msgs:

E [11/Oct/2004:22:27:52 +0200] Bad request line "" from localhost!

E [11/Oct/2004:22:31:29 +0200] [CGI] CUPS-Get-Printers request failed - server-error-internal-error (500)


What would the remedy be??
Please, anybody??
I attach the error-log ! The queueing and printing are working though!

Looking fwd to hear from you!
Regards, Olof.


cupsd.conf: 

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


#ServerName myhost.domain.com
ServerName SAMBA


#ServerAdmin root at your.domain.com


 
AccessLog /data/log/cups/access_log


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

#ClassifyOverride off

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

DataDir /usr/share/cups


DefaultCharset notused


DefaultLanguage en


DocumentRoot /usr/share/cups/doc-root


ErrorLog /data/log/cups/error_log


#FileDevice No
FileDevice Yes


 
FontPath /usr/share/cups/fonts


LogLevel debug2


#MaxLogSize 0
MaxLogSize 524288


PageLog /data/log/cups/page_log


#PreserveJobHistory Yes


#PreserveJobFiles No


#AutoPurgeJobs No

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

MaxCopies 100

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

MaxJobs 500

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

MaxJobsPerPrinter 0

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

MaxJobsPerUser 0

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

MaxPrinterHistory 10

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

#Printcap /var/run/cups/printcap
Printcap /etc/printcap.cups

PrintcapFormat BSD
#PrintcapFormat Solaris


#PrintcapGUI /usr/bin/glpoptions

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

RequestRoot /data/spool/cups

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

RemoteRoot remroot

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

ServerBin /usr/lib/cups
# ServerBin /usr/lib/cups/cgi-bin

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

ServerRoot /etc/cups

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

#FaxRetryLimit 5

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

#FaxRetryInterval 300

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

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

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

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


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

#User lp
User root
Group lpadmin
Group sys


#RIPCache 8m

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

TempDir /data/spool/cups/tmp


#FilterLimit 0

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

#Port 80
Port 443
Port 631

HostNameLookups On


KeepAlive On

KeepAliveTimeout 60

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

MaxClients 100

#MaxClientsPerHost 0

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

#MaxRequestSize 0

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

#Timeout 300


Browsing Off


BrowseProtocols cups


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


BrowseShortNames NO

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

#BrowseAllow address
#BrowseDeny address

#BrowseInterval 30

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

#BrowseOrder allow,deny
#BrowseOrder deny,allow

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

#BrowsePoll address:port

#BrowsePort 631

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

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


#BrowseTimeout 300


ImplicitClasses On


#ImplicitAnyCLasses Off


HideImplicitMembers No


 
#SystemGroup lpadmin
SystemGroup sys

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

#RootCertDuration 300


<Location />
#Order Deny,Allow
#Deny From All
#Allow From 127.0.0.1
</Location>

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

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

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

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

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

## Anonymous access (default)
#AuthType None

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

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

## Restrict access to local domain
#Order Deny,Allow
#Deny From All
#Allow From .mydomain.com
#</Location>

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

AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From OCC10
Allow From OCC9
Allow From OCC8
Allow From OCC6A
Allow From ASPIRE
Allow From SAMBA
#Encryption Required
</Location>

#
# End of "$Id: cupsd.conf.in,v 1.14 2004/02/25 20:14:51 mike Exp $".
#

error-log:

I [14/Oct/2004:20:03:36 +0200] [Job 249] Spooling LPR job, 16% complete...
I [14/Oct/2004:20:03:37 +0200] [Job 249] Spooling LPR job, 16% complete...
d [14/Oct/2004:20:03:38 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:03:49 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:04:00 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:04:08 +0200] AcceptClient(lis=0x808ba78) 2 NumClients = 0
D [14/Oct/2004:20:04:08 +0200] AcceptClient: 12 from SAMBA:631.
d [14/Oct/2004:20:04:08 +0200] AcceptClient: Adding fd 12 to InputSet...
d [14/Oct/2004:20:04:08 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:08 +0200] ReadClient: 12 POST / HTTP/1.1
d [14/Oct/2004:20:04:08 +0200] decode_auth(0x403ae008): Authorization string = ""
d [14/Oct/2004:20:04:08 +0200] decode_auth: 12 username=""
d [14/Oct/2004:20:04:08 +0200] IsAuthorized: con->uri = "/"
d [14/Oct/2004:20:04:08 +0200] FindBest: uri = "/"...
d [14/Oct/2004:20:04:08 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:08 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:08 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:08 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:08 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:08 +0200] POST /
d [14/Oct/2004:20:04:08 +0200] CONTENT_TYPE = application/ipp
d [14/Oct/2004:20:04:08 +0200] ReadClient: 12 con->data_encoding = length, con->data_remaining = 270, con->file = -1
d [14/Oct/2004:20:04:08 +0200] ProcessIPPRequest(0x403ae008[12]): operation_id = 000a
d [14/Oct/2004:20:04:08 +0200] get_jobs(0x403ae008[12], ipp://localhost/jobs/)
d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id = 244
d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id = 245
d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id = 246
d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id = 247
d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id = 248
d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id = 249
d [14/Oct/2004:20:04:08 +0200] get_jobs: count = 1
d [14/Oct/2004:20:04:08 +0200] copy_attrs(0x817fee8, 0x8181c50, 0x81840b0, 2)
d [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, 0x8183d00[job-originating-user-name,2,42])
d [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, 0x8182498[job-name,2,42])
d [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, 0x8182b98[job-id,2,21])
d [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, 0x8180128[job-printer-uri,2,45])
d [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, 0x8183f90[job-name,2,42])
d [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, 0x81841e0[job-k-octets,2,21])
d [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8, 0x8184208[time-at-creation,2,21])
d [14/Oct/2004:20:04:08 +0200] add_job_state_reasons(0x403ae008[12], 249)
D [14/Oct/2004:20:04:08 +0200] ProcessIPPRequest: 12 status_code=1
d [14/Oct/2004:20:04:08 +0200] ProcessIPPRequest: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:08 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:08 +0200] ReadClient: 12, used=0, file=-1
d [14/Oct/2004:20:04:08 +0200] ReadClient: httpGets returned EOF...
D [14/Oct/2004:20:04:08 +0200] CloseClient: 12
d [14/Oct/2004:20:04:08 +0200] CloseClient: Removing fd 12 from InputSet and OutputSet...
d [14/Oct/2004:20:04:09 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:04:20 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:04:31 +0200] select_timeout: 11 seconds to process active jobs
I [14/Oct/2004:20:04:39 +0200] [Job 249] Spooling LPR job, 17% complete...
I [14/Oct/2004:20:04:47 +0200] [Job 249] Spooling LPR job, 17% complete...
d [14/Oct/2004:20:04:47 +0200] AcceptClient(lis=0x808ba60) 0 NumClients = 0
D [14/Oct/2004:20:04:47 +0200] AcceptClient: 12 from OCC9:443.
d [14/Oct/2004:20:04:47 +0200] AcceptClient: Adding fd 12 to InputSet...
d [14/Oct/2004:20:04:47 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:47 +0200] ReadClient: 12 GET /admin HTTP/1.1
d [14/Oct/2004:20:04:47 +0200] decode_auth(0x403ae008): Authorization string = ""
d [14/Oct/2004:20:04:47 +0200] decode_auth: 12 username=""
d [14/Oct/2004:20:04:47 +0200] IsAuthorized: con->uri = "/admin"
d [14/Oct/2004:20:04:47 +0200] FindBest: uri = "/admin"...
d [14/Oct/2004:20:04:47 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:47 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:47 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:47 +0200] FindBest: best = "/admin"
d [14/Oct/2004:20:04:47 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:47 +0200] IsAuthorized: username = "" password = 0 chars
d [14/Oct/2004:20:04:47 +0200] ReadClient: Unauthorized request for /admin...
D [14/Oct/2004:20:04:47 +0200] SendError: 12 code=401 (Unauthorized)
d [14/Oct/2004:20:04:47 +0200] FindBest: uri = "/admin"...
d [14/Oct/2004:20:04:47 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:47 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:47 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:47 +0200] FindBest: best = "/admin"
D [14/Oct/2004:20:04:47 +0200] CloseClient: 12
d [14/Oct/2004:20:04:47 +0200] CloseClient: Removing fd 12 from InputSet and OutputSet...
I [14/Oct/2004:20:04:47 +0200] [Job 249] Spooling LPR job, 17% complete...
I [14/Oct/2004:20:04:49 +0200] [Job 249] Spooling LPR job, 17% complete...
d [14/Oct/2004:20:04:50 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:04:55 +0200] AcceptClient(lis=0x808ba60) 0 NumClients = 0
D [14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from OCC9:443.
d [14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 to InputSet...
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /admin HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/admin"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/admin"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/admin"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: username = "root" password = 7 chars
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: Checking "root", address = c0a80120, hostname = "OCC9"
d [14/Oct/2004:20:04:55 +0200] argv[0] = "admin.cgi"
d [14/Oct/2004:20:04:55 +0200] envp[0] = "PATH=/bin:/usr/bin"
d [14/Oct/2004:20:04:55 +0200] envp[1] = "SERVER_SOFTWARE=CUPS/1.1"
d [14/Oct/2004:20:04:55 +0200] envp[2] = "GATEWAY_INTERFACE=CGI/1.1"
d [14/Oct/2004:20:04:55 +0200] envp[3] = "SERVER_PROTOCOL=HTTP/1.1"
d [14/Oct/2004:20:04:55 +0200] envp[4] = "REDIRECT_STATUS=1"
d [14/Oct/2004:20:04:55 +0200] envp[5] = "CUPS_SERVER=localhost"
d [14/Oct/2004:20:04:55 +0200] envp[6] = "IPP_PORT=443"
d [14/Oct/2004:20:04:55 +0200] envp[7] = "SERVER_NAME=SAMBA"
d [14/Oct/2004:20:04:55 +0200] envp[8] = "SERVER_PORT=443"
d [14/Oct/2004:20:04:55 +0200] envp[9] = "REMOTE_ADDR=192.168.1.32"
d [14/Oct/2004:20:04:55 +0200] envp[10] = "REMOTE_HOST=OCC9"
d [14/Oct/2004:20:04:55 +0200] envp[11] = "REMOTE_USER=root"
d [14/Oct/2004:20:04:55 +0200] envp[12] = "LANG=en_US.ISO8859-1"
d [14/Oct/2004:20:04:55 +0200] envp[13] = "TZ=Europe/Stockholm"
d [14/Oct/2004:20:04:55 +0200] envp[14] = "TMPDIR=/data/spool/cups/tmp"
d [14/Oct/2004:20:04:55 +0200] envp[15] = "CUPS_DATADIR=/usr/share/cups"
d [14/Oct/2004:20:04:55 +0200] envp[16] = "CUPS_SERVERROOT=/etc/cups"
d [14/Oct/2004:20:04:55 +0200] envp[17] = "HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; ..NET CLR 1.0.3705)"
d [14/Oct/2004:20:04:55 +0200] envp[18] = "SCRIPT_NAME=/admin"
d [14/Oct/2004:20:04:55 +0200] envp[19] = "REQUEST_METHOD=GET"
d [14/Oct/2004:20:04:55 +0200] AddCert: adding certificate for pid 7483
D [14/Oct/2004:20:04:55 +0200] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 7483
I [14/Oct/2004:20:04:55 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7483)
D [14/Oct/2004:20:04:55 +0200] SendCommand: 12 file=15
d [14/Oct/2004:20:04:55 +0200] SendCommand: Adding fd 15 to InputSet...
d [14/Oct/2004:20:04:55 +0200] SendCommand: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] PID 7483 exited with no errors.
d [14/Oct/2004:20:04:55 +0200] DeleteCert: removing certificate for pid 7483
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Content-Type: text/html;charset=iso-8859-1
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 2004 bytes
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 15 from InputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 15.
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
d [14/Oct/2004:20:04:55 +0200] ReadClient: httpGets returned EOF...
D [14/Oct/2004:20:04:55 +0200] CloseClient: 12
d [14/Oct/2004:20:04:55 +0200] CloseClient: Removing fd 12 from InputSet and OutputSet...
d [14/Oct/2004:20:04:55 +0200] AcceptClient(lis=0x808ba60) 0 NumClients = 0
D [14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from OCC9:443.
d [14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 to InputSet...
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /cups.css HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/cups.css"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/cups.css"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 12 filename=/usr/share/cups/doc-root/cups.css size=87
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403ae008, filename="/usr/share/cups/doc-root/cups.css", filestats=0xbfff3040, type=text/plain)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=0,87 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=14
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 14.
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/navbar.gif HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/images/navbar.gif"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/images/navbar.gif"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 12 filename=/usr/share/cups/doc-root/images/navbar.gif size=2869
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403ae008, filename="/usr/share/cups/doc-root/images/navbar.gif", filestats=0xbfff3040, type=image/gif)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=0,2869 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=14
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 2048 bytes
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 14.
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
d [14/Oct/2004:20:04:55 +0200] ReadClient: httpGets returned EOF...
D [14/Oct/2004:20:04:55 +0200] CloseClient: 12
d [14/Oct/2004:20:04:55 +0200] CloseClient: Removing fd 12 from InputSet and OutputSet...
d [14/Oct/2004:20:04:55 +0200] AcceptClient(lis=0x808ba60) 0 NumClients = 0
D [14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from OCC9:443.
d [14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 to InputSet...
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/left.gif HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/images/left.gif"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/images/left.gif"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 12 filename=/usr/share/cups/doc-root/images/left.gif size=110
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403ae008, filename="/usr/share/cups/doc-root/images/left.gif", filestats=0xbfff3040, type=image/gif)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=0,110 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=14
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 14.
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/add-class.gif HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/images/add-class.gif"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/images/add-class.gif"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 12 filename=/usr/share/cups/doc-root/images/add-class.gif size=242
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403ae008, filename="/usr/share/cups/doc-root/images/add-class.gif", filestats=0xbfff3040, type=image/gif)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=0,242 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=14
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 14.
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/manage-classes.gif HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/images/manage-classes.gif"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/images/manage-classes.gif"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 12 filename=/usr/share/cups/doc-root/images/manage-classes.gif size=289
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403ae008, filename="/usr/share/cups/doc-root/images/manage-classes.gif", filestats=0xbfff3040, type=image/gif)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=0,289 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=14
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 14.
d [14/Oct/2004:20:04:55 +0200] AcceptClient(lis=0x808ba60) 0 NumClients = 1
D [14/Oct/2004:20:04:55 +0200] AcceptClient: 14 from OCC9:443.
d [14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 14 to InputSet...
d [14/Oct/2004:20:04:55 +0200] ReadClient: 14, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 14 GET /images/right.gif HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403b0c3c): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 14 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/images/right.gif"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/images/right.gif"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 14 filename=/usr/share/cups/doc-root/images/right.gif size=145
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403b0c3c, filename="/usr/share/cups/doc-root/images/right.gif", filestats=0xbfff3040, type=image/gif)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 14 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 14 sizes=0,145 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 14 file=15
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 14 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 14 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 14 Closing data file 15.
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/manage-jobs.gif HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/images/manage-jobs.gif"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/images/manage-jobs.gif"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 12 filename=/usr/share/cups/doc-root/images/manage-jobs.gif size=266
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403ae008, filename="/usr/share/cups/doc-root/images/manage-jobs.gif", filestats=0xbfff3040, type=image/gif)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=0,266 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=15
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 15.
d [14/Oct/2004:20:04:55 +0200] ReadClient: 14, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 14 GET /images/manage-printers.gif HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403b0c3c): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 14 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/images/manage-printers.gif"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/images/manage-printers.gif"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 14 filename=/usr/share/cups/doc-root/images/manage-printers.gif size=296
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403b0c3c, filename="/usr/share/cups/doc-root/images/manage-printers.gif", filestats=0xbfff3040, type=image/gif)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 14 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 14 sizes=0,296 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 14 file=15
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 14 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 14 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 14 Closing data file 15.
d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/add-printer.gif HTTP/1.1
d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri = "/images/add-printer.gif"
d [14/Oct/2004:20:04:55 +0200] FindBest: uri = "/images/add-printer.gif"...
d [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:55 +0200] FindBest: best = "/"
d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:55 +0200] get_file: 12 filename=/usr/share/cups/doc-root/images/add-printer.gif size=252
d [14/Oct/2004:20:04:55 +0200] IsCGI(con=0x403ae008, filename="/usr/share/cups/doc-root/images/add-printer.gif", filestats=0xbfff3040, type=image/gif)
d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning 0...
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 If-Modified-Since="Tue, 21 Sep 2004 13:39:10 GMT"
d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=0,252 dates=1095770350,1095773950
D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=15
d [14/Oct/2004:20:04:55 +0200] SendFile: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 15.
d [14/Oct/2004:20:04:56 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:04:58 +0200] ReadClient: 14, used=0, file=-1
D [14/Oct/2004:20:04:58 +0200] ReadClient: 14 GET /jobs HTTP/1.1
d [14/Oct/2004:20:04:58 +0200] decode_auth(0x403b0c3c): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:04:58 +0200] decode_auth: 14 username="root"
d [14/Oct/2004:20:04:58 +0200] IsAuthorized: con->uri = "/jobs"
d [14/Oct/2004:20:04:58 +0200] FindBest: uri = "/jobs"...
d [14/Oct/2004:20:04:58 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:04:58 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:04:58 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:04:58 +0200] FindBest: best = "/jobs"
d [14/Oct/2004:20:04:58 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:04:58 +0200] IsAuthorized: username = "root" password = 7 chars
d [14/Oct/2004:20:04:58 +0200] IsAuthorized: Checking "root", address = c0a80120, hostname = "OCC9"
d [14/Oct/2004:20:04:58 +0200] argv[0] = "jobs.cgi"
d [14/Oct/2004:20:04:58 +0200] envp[0] = "PATH=/bin:/usr/bin"
d [14/Oct/2004:20:04:58 +0200] envp[1] = "SERVER_SOFTWARE=CUPS/1.1"
d [14/Oct/2004:20:04:58 +0200] envp[2] = "GATEWAY_INTERFACE=CGI/1.1"
d [14/Oct/2004:20:04:58 +0200] envp[3] = "SERVER_PROTOCOL=HTTP/1.1"
d [14/Oct/2004:20:04:58 +0200] envp[4] = "REDIRECT_STATUS=1"
d [14/Oct/2004:20:04:58 +0200] envp[5] = "CUPS_SERVER=localhost"
d [14/Oct/2004:20:04:58 +0200] envp[6] = "IPP_PORT=443"
d [14/Oct/2004:20:04:58 +0200] envp[7] = "SERVER_NAME=SAMBA"
d [14/Oct/2004:20:04:58 +0200] envp[8] = "SERVER_PORT=443"
d [14/Oct/2004:20:04:58 +0200] envp[9] = "REMOTE_ADDR=192.168.1.32"
d [14/Oct/2004:20:04:58 +0200] envp[10] = "REMOTE_HOST=OCC9"
d [14/Oct/2004:20:04:58 +0200] envp[11] = "REMOTE_USER=root"
d [14/Oct/2004:20:04:58 +0200] envp[12] = "LANG=en_US.ISO8859-1"
d [14/Oct/2004:20:04:58 +0200] envp[13] = "TZ=Europe/Stockholm"
d [14/Oct/2004:20:04:58 +0200] envp[14] = "TMPDIR=/data/spool/cups/tmp"
d [14/Oct/2004:20:04:58 +0200] envp[15] = "CUPS_DATADIR=/usr/share/cups"
d [14/Oct/2004:20:04:58 +0200] envp[16] = "CUPS_SERVERROOT=/etc/cups"
d [14/Oct/2004:20:04:58 +0200] envp[17] = "HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; ..NET CLR 1.0.3705)"
d [14/Oct/2004:20:04:58 +0200] envp[18] = "SCRIPT_NAME=/jobs"
d [14/Oct/2004:20:04:58 +0200] envp[19] = "REQUEST_METHOD=GET"
d [14/Oct/2004:20:04:58 +0200] AddCert: adding certificate for pid 7484
D [14/Oct/2004:20:04:58 +0200] CGI /usr/lib/cups/cgi-bin/jobs.cgi started - PID = 7484
I [14/Oct/2004:20:04:58 +0200] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=7484)
D [14/Oct/2004:20:04:58 +0200] SendCommand: 14 file=16
d [14/Oct/2004:20:04:58 +0200] SendCommand: Adding fd 16 to InputSet...
d [14/Oct/2004:20:04:58 +0200] SendCommand: Adding fd 14 to OutputSet...
d [14/Oct/2004:20:04:58 +0200] AcceptClient(lis=0x808ba60) 0 NumClients = 2
D [14/Oct/2004:20:04:58 +0200] AcceptClient: 15 from localhost:443.
d [14/Oct/2004:20:04:58 +0200] AcceptClient: Adding fd 15 to InputSet...
d [14/Oct/2004:20:04:58 +0200] ReadClient: 15, used=0, file=-1
E [14/Oct/2004:20:04:58 +0200] Bad request line "" from localhost!
D [14/Oct/2004:20:04:58 +0200] SendError: 15 code=400 (Bad Request)
D [14/Oct/2004:20:04:58 +0200] CloseClient: 15
d [14/Oct/2004:20:04:58 +0200] CloseClient: Removing fd 15 from InputSet and OutputSet...
d [14/Oct/2004:20:04:59 +0200] WriteClient: 14 Content-Type: text/html;charset=iso-8859-1
d [14/Oct/2004:20:04:59 +0200] WriteClient: 14 
d [14/Oct/2004:20:04:59 +0200] WriteClient: 14 1471 bytes
d [14/Oct/2004:20:04:59 +0200] PID 7484 exited with no errors.
d [14/Oct/2004:20:04:59 +0200] DeleteCert: removing certificate for pid 7484
d [14/Oct/2004:20:04:59 +0200] WriteClient: Removing fd 14 from OutputSet...
d [14/Oct/2004:20:04:59 +0200] WriteClient: Removing fd 16 from InputSet...
d [14/Oct/2004:20:04:59 +0200] WriteClient: 14 Closing data file 16.
d [14/Oct/2004:20:05:00 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:05:01 +0200] ReadClient: 12, used=0, file=-1
D [14/Oct/2004:20:05:01 +0200] ReadClient: 12 GET /printers HTTP/1.1
d [14/Oct/2004:20:05:01 +0200] decode_auth(0x403ae008): Authorization string = "Basic cm9vdDpwam90cjAw"
d [14/Oct/2004:20:05:01 +0200] decode_auth: 12 username="root"
d [14/Oct/2004:20:05:01 +0200] IsAuthorized: con->uri = "/printers"
d [14/Oct/2004:20:05:01 +0200] FindBest: uri = "/printers"...
d [14/Oct/2004:20:05:01 +0200] FindBest: Location / Limit 7f
d [14/Oct/2004:20:05:01 +0200] FindBest: Location /jobs Limit 7f
d [14/Oct/2004:20:05:01 +0200] FindBest: Location /admin Limit 7f
d [14/Oct/2004:20:05:01 +0200] FindBest: best = "/"
d [14/Oct/2004:20:05:01 +0200] IsAuthorized: auth = 0, satisfy=0...
d [14/Oct/2004:20:05:01 +0200] argv[0] = "printers.cgi"
d [14/Oct/2004:20:05:01 +0200] envp[0] = "PATH=/bin:/usr/bin"
d [14/Oct/2004:20:05:01 +0200] envp[1] = "SERVER_SOFTWARE=CUPS/1.1"
d [14/Oct/2004:20:05:01 +0200] envp[2] = "GATEWAY_INTERFACE=CGI/1.1"
d [14/Oct/2004:20:05:01 +0200] envp[3] = "SERVER_PROTOCOL=HTTP/1.1"
d [14/Oct/2004:20:05:01 +0200] envp[4] = "REDIRECT_STATUS=1"
d [14/Oct/2004:20:05:01 +0200] envp[5] = "CUPS_SERVER=localhost"
d [14/Oct/2004:20:05:01 +0200] envp[6] = "IPP_PORT=443"
d [14/Oct/2004:20:05:01 +0200] envp[7] = "SERVER_NAME=SAMBA"
d [14/Oct/2004:20:05:01 +0200] envp[8] = "SERVER_PORT=443"
d [14/Oct/2004:20:05:01 +0200] envp[9] = "REMOTE_ADDR=192.168.1.32"
d [14/Oct/2004:20:05:01 +0200] envp[10] = "REMOTE_HOST=OCC9"
d [14/Oct/2004:20:05:01 +0200] envp[11] = "REMOTE_USER=root"
d [14/Oct/2004:20:05:01 +0200] envp[12] = "LANG=en_US.ISO8859-1"
d [14/Oct/2004:20:05:01 +0200] envp[13] = "TZ=Europe/Stockholm"
d [14/Oct/2004:20:05:01 +0200] envp[14] = "TMPDIR=/data/spool/cups/tmp"
d [14/Oct/2004:20:05:01 +0200] envp[15] = "CUPS_DATADIR=/usr/share/cups"
d [14/Oct/2004:20:05:01 +0200] envp[16] = "CUPS_SERVERROOT=/etc/cups"
d [14/Oct/2004:20:05:01 +0200] envp[17] = "HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; ..NET CLR 1.0.3705)"
d [14/Oct/2004:20:05:01 +0200] envp[18] = "SCRIPT_NAME=/printers"
d [14/Oct/2004:20:05:01 +0200] envp[19] = "REQUEST_METHOD=GET"
d [14/Oct/2004:20:05:01 +0200] AddCert: adding certificate for pid 7485
D [14/Oct/2004:20:05:01 +0200] CGI /usr/lib/cups/cgi-bin/printers.cgi started - PID = 7485
I [14/Oct/2004:20:05:01 +0200] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=7485)
D [14/Oct/2004:20:05:01 +0200] SendCommand: 12 file=16
d [14/Oct/2004:20:05:01 +0200] SendCommand: Adding fd 16 to InputSet...
d [14/Oct/2004:20:05:01 +0200] SendCommand: Adding fd 12 to OutputSet...
d [14/Oct/2004:20:05:01 +0200] AcceptClient(lis=0x808ba60) 0 NumClients = 2
D [14/Oct/2004:20:05:01 +0200] AcceptClient: 15 from localhost:443.
d [14/Oct/2004:20:05:01 +0200] AcceptClient: Adding fd 15 to InputSet...
d [14/Oct/2004:20:05:01 +0200] ReadClient: 15, used=0, file=-1
E [14/Oct/2004:20:05:01 +0200] Bad request line "" from localhost!
D [14/Oct/2004:20:05:01 +0200] SendError: 15 code=400 (Bad Request)
D [14/Oct/2004:20:05:01 +0200] CloseClient: 15
d [14/Oct/2004:20:05:01 +0200] CloseClient: Removing fd 15 from InputSet and OutputSet...
d [14/Oct/2004:20:05:02 +0200] WriteClient: 12 Content-Type: text/html;charset=iso-8859-1
d [14/Oct/2004:20:05:02 +0200] WriteClient: 12 
d [14/Oct/2004:20:05:02 +0200] WriteClient: 12 1595 bytes
d [14/Oct/2004:20:05:02 +0200] PID 7485 exited with no errors.
d [14/Oct/2004:20:05:02 +0200] DeleteCert: removing certificate for pid 7485
d [14/Oct/2004:20:05:02 +0200] WriteClient: Removing fd 12 from OutputSet...
d [14/Oct/2004:20:05:02 +0200] WriteClient: Removing fd 16 from InputSet...
d [14/Oct/2004:20:05:02 +0200] WriteClient: 12 Closing data file 16.
E [14/Oct/2004:20:05:02 +0200] [CGI] CUPS-Get-Printers request failed - server-error-internal-error (500)
d [14/Oct/2004:20:05:03 +0200] select_timeout: 11 seconds to process active jobs
I [14/Oct/2004:20:06:06 +0200] [Job 249] Spooling LPR job, 19% complete...
I [14/Oct/2004:20:06:07 +0200] [Job 249] Spooling LPR job, 19% complete...
d [14/Oct/2004:20:06:08 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:06:19 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:06:30 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:06:41 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:06:52 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:06:54 +0200] ReadClient: 14, used=0, file=-1
d [14/Oct/2004:20:06:54 +0200] ReadClient: httpGets returned EOF...
D [14/Oct/2004:20:06:54 +0200] CloseClient: 14
d [14/Oct/2004:20:06:54 +0200] CloseClient: Removing fd 14 from InputSet and OutputSet...
d [14/Oct/2004:20:06:54 +0200] ReadClient: 12, used=0, file=-1
d [14/Oct/2004:20:06:54 +0200] ReadClient: httpGets returned EOF...
D [14/Oct/2004:20:06:54 +0200] CloseClient: 12
d [14/Oct/2004:20:06:54 +0200] CloseClient: Removing fd 12 from InputSet and OutputSet...
d [14/Oct/2004:20:06:55 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:07:06 +0200] select_timeout: 11 seconds to process active jobs
I [14/Oct/2004:20:07:09 +0200] [Job 249] Spooling LPR job, 19% complete...
I [14/Oct/2004:20:07:22 +0200] [Job 249] Spooling LPR job, 21% complete...
d [14/Oct/2004:20:07:23 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:07:34 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:07:45 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:07:56 +0200] select_timeout: 7 seconds to update root certificate
d [14/Oct/2004:20:08:03 +0200] DeleteCert: removing certificate for pid 0
d [14/Oct/2004:20:08:03 +0200] AddCert: adding certificate for pid 0
d [14/Oct/2004:20:08:03 +0200] select_timeout: 11 seconds to process active jobs
d [14/Oct/2004:20:08:14 +0200] select_timeout: 11 seconds to process active jobs

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cups.org/pipermail/cups-devel/attachments/20041117/f30301ca/attachment.html>


More information about the cups-devel mailing list