[cups.general] CUPS-error !!

angelb at bugarin.us angelb at bugarin.us
Wed Nov 17 10:52:44 PST 2004


The problem appears to be permission problem, or so I think. Look into your cupsd.conf file and try change the following:

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

to something like:

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

You need to restart cupsd to have the changes take into effect.

=?iso-8859-1?Q?Olof_H=E4gerlund?= wrote:
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_01FD_01C4CCD0.36A344B0
> Content-Type: text/plain;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Hi!=20
>
>  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 "=16=03=01" 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:=20
>
> #
> # "$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
>
>
> =20
> 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
>
>
> =20
> 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
> #=20
> # 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
>
>
> =20
> #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=3D0x808ba78) 2 =
> NumClients =3D 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=3D0, file=3D-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 =3D ""
> d [14/Oct/2004:20:04:08 +0200] decode_auth: 12 username=3D""
> d [14/Oct/2004:20:04:08 +0200] IsAuthorized: con->uri =3D "/"
> d [14/Oct/2004:20:04:08 +0200] FindBest: uri =3D "/"...
> 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 =3D "/"
> d [14/Oct/2004:20:04:08 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:08 +0200] POST /
> d [14/Oct/2004:20:04:08 +0200] CONTENT_TYPE =3D application/ipp
> d [14/Oct/2004:20:04:08 +0200] ReadClient: 12 con->data_encoding =3D =
> length, con->data_remaining =3D 270, con->file =3D -1
> d [14/Oct/2004:20:04:08 +0200] ProcessIPPRequest(0x403ae008[12]): =
> operation_id =3D 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 =3D 244
> d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 245
> d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 246
> d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 247
> d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 248
> d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 249
> d [14/Oct/2004:20:04:08 +0200] get_jobs: count =3D 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=3D1
> 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=3D0, file=3D-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=3D0x808ba60) 0 =
> NumClients =3D 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=3D0, file=3D-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 =3D ""
> d [14/Oct/2004:20:04:47 +0200] decode_auth: 12 username=3D""
> d [14/Oct/2004:20:04:47 +0200] IsAuthorized: con->uri =3D "/admin"
> d [14/Oct/2004:20:04:47 +0200] FindBest: uri =3D "/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 =3D "/admin"
> d [14/Oct/2004:20:04:47 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:47 +0200] IsAuthorized: username =3D "" password =
> =3D 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=3D401 (Unauthorized)
> d [14/Oct/2004:20:04:47 +0200] FindBest: uri =3D "/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 =3D "/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=3D0x808ba60) 0 =
> NumClients =3D 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D "/admin"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D "/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 =3D "/admin"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: username =3D "root" =
> password =3D 7 chars
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: Checking "root", address =
> =3D c0a80120, hostname =3D "OCC9"
> d [14/Oct/2004:20:04:55 +0200] argv[0] =3D "admin.cgi"
> d [14/Oct/2004:20:04:55 +0200] envp[0] =3D "PATH=3D/bin:/usr/bin"
> d [14/Oct/2004:20:04:55 +0200] envp[1] =3D "SERVER_SOFTWARE=3DCUPS/1.1"
> d [14/Oct/2004:20:04:55 +0200] envp[2] =3D "GATEWAY_INTERFACE=3DCGI/1.1"
> d [14/Oct/2004:20:04:55 +0200] envp[3] =3D "SERVER_PROTOCOL=3DHTTP/1.1"
> d [14/Oct/2004:20:04:55 +0200] envp[4] =3D "REDIRECT_STATUS=3D1"
> d [14/Oct/2004:20:04:55 +0200] envp[5] =3D "CUPS_SERVER=3Dlocalhost"
> d [14/Oct/2004:20:04:55 +0200] envp[6] =3D "IPP_PORT=3D443"
> d [14/Oct/2004:20:04:55 +0200] envp[7] =3D "SERVER_NAME=3DSAMBA"
> d [14/Oct/2004:20:04:55 +0200] envp[8] =3D "SERVER_PORT=3D443"
> d [14/Oct/2004:20:04:55 +0200] envp[9] =3D "REMOTE_ADDR=3D192.168.1.32"
> d [14/Oct/2004:20:04:55 +0200] envp[10] =3D "REMOTE_HOST=3DOCC9"
> d [14/Oct/2004:20:04:55 +0200] envp[11] =3D "REMOTE_USER=3Droot"
> d [14/Oct/2004:20:04:55 +0200] envp[12] =3D "LANG=3Den_US.ISO8859-1"
> d [14/Oct/2004:20:04:55 +0200] envp[13] =3D "TZ=3DEurope/Stockholm"
> d [14/Oct/2004:20:04:55 +0200] envp[14] =3D =
> "TMPDIR=3D/data/spool/cups/tmp"
> d [14/Oct/2004:20:04:55 +0200] envp[15] =3D =
> "CUPS_DATADIR=3D/usr/share/cups"
> d [14/Oct/2004:20:04:55 +0200] envp[16] =3D =
> "CUPS_SERVERROOT=3D/etc/cups"
> d [14/Oct/2004:20:04:55 +0200] envp[17] =3D =
> "HTTP_USER_AGENT=3DMozilla/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] =3D "SCRIPT_NAME=3D/admin"
> d [14/Oct/2004:20:04:55 +0200] envp[19] =3D "REQUEST_METHOD=3DGET"
> 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 =3D 7483
> I [14/Oct/2004:20:04:55 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" =
> (pid=3D7483)
> D [14/Oct/2004:20:04:55 +0200] SendCommand: 12 file=3D15
> 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=3Diso-8859-1
> d [14/Oct/2004:20:04:55 +0200] WriteClient: 12=20
> 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=3D0, file=3D-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=3D0x808ba60) 0 =
> NumClients =3D 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D "/cups.css"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 12 =
> filename=3D/usr/share/cups/doc-root/cups.css size=3D87
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =
> filename=3D"/usr/share/cups/doc-root/cups.css", filestats=3D0xbfff3040, =
> type=3Dtext/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,87 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D14
> 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =
> "/images/navbar.gif"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 12 =
> filename=3D/usr/share/cups/doc-root/images/navbar.gif size=3D2869
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =
> filename=3D"/usr/share/cups/doc-root/images/navbar.gif", =
> filestats=3D0xbfff3040, type=3Dimage/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,2869 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D14
> 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=3D0, file=3D-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=3D0x808ba60) 0 =
> NumClients =3D 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =
> "/images/left.gif"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 12 =
> filename=3D/usr/share/cups/doc-root/images/left.gif size=3D110
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =
> filename=3D"/usr/share/cups/doc-root/images/left.gif", =
> filestats=3D0xbfff3040, type=3Dimage/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,110 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D14
> 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =
> "/images/add-class.gif"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =
> "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 12 =
> filename=3D/usr/share/cups/doc-root/images/add-class.gif size=3D242
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =
> filename=3D"/usr/share/cups/doc-root/images/add-class.gif", =
> filestats=3D0xbfff3040, type=3Dimage/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,242 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D14
> 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =
> "/images/manage-classes.gif"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =
> "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 12 =
> filename=3D/usr/share/cups/doc-root/images/manage-classes.gif size=3D289
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =
> filename=3D"/usr/share/cups/doc-root/images/manage-classes.gif", =
> filestats=3D0xbfff3040, type=3Dimage/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,289 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D14
> 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=3D0x808ba60) 0 =
> NumClients =3D 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 14 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =
> "/images/right.gif"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 14 =
> filename=3D/usr/share/cups/doc-root/images/right.gif size=3D145
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403b0c3c, =
> filename=3D"/usr/share/cups/doc-root/images/right.gif", =
> filestats=3D0xbfff3040, type=3Dimage/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 14 sizes=3D0,145 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 14 file=3D15
> 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =
> "/images/manage-jobs.gif"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =
> "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 12 =
> filename=3D/usr/share/cups/doc-root/images/manage-jobs.gif size=3D266
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =
> filename=3D"/usr/share/cups/doc-root/images/manage-jobs.gif", =
> filestats=3D0xbfff3040, type=3Dimage/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,266 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D15
> 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 14 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =
> "/images/manage-printers.gif"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =
> "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 14 =
> filename=3D/usr/share/cups/doc-root/images/manage-printers.gif =
> size=3D296
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403b0c3c, =
> filename=3D"/usr/share/cups/doc-root/images/manage-printers.gif", =
> filestats=3D0xbfff3040, type=3Dimage/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 14 sizes=3D0,296 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 14 file=3D15
> 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D =
> "/images/add-printer.gif"
> d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =
> "/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 =3D "/"
> d [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:55 +0200] get_file: 12 =
> filename=3D/usr/share/cups/doc-root/images/add-printer.gif size=3D252
> d [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008, =
> filename=3D"/usr/share/cups/doc-root/images/add-printer.gif", =
> filestats=3D0xbfff3040, type=3Dimage/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=3D"Tue, 21 Sep 2004 13:39:10 GMT"
> d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 sizes=3D0,252 =
> dates=3D1095770350,1095773950
> D [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D15
> 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:04:58 +0200] decode_auth: 14 username=3D"root"
> d [14/Oct/2004:20:04:58 +0200] IsAuthorized: con->uri =3D "/jobs"
> d [14/Oct/2004:20:04:58 +0200] FindBest: uri =3D "/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 =3D "/jobs"
> d [14/Oct/2004:20:04:58 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:04:58 +0200] IsAuthorized: username =3D "root" =
> password =3D 7 chars
> d [14/Oct/2004:20:04:58 +0200] IsAuthorized: Checking "root", address =
> =3D c0a80120, hostname =3D "OCC9"
> d [14/Oct/2004:20:04:58 +0200] argv[0] =3D "jobs.cgi"
> d [14/Oct/2004:20:04:58 +0200] envp[0] =3D "PATH=3D/bin:/usr/bin"
> d [14/Oct/2004:20:04:58 +0200] envp[1] =3D "SERVER_SOFTWARE=3DCUPS/1.1"
> d [14/Oct/2004:20:04:58 +0200] envp[2] =3D "GATEWAY_INTERFACE=3DCGI/1.1"
> d [14/Oct/2004:20:04:58 +0200] envp[3] =3D "SERVER_PROTOCOL=3DHTTP/1.1"
> d [14/Oct/2004:20:04:58 +0200] envp[4] =3D "REDIRECT_STATUS=3D1"
> d [14/Oct/2004:20:04:58 +0200] envp[5] =3D "CUPS_SERVER=3Dlocalhost"
> d [14/Oct/2004:20:04:58 +0200] envp[6] =3D "IPP_PORT=3D443"
> d [14/Oct/2004:20:04:58 +0200] envp[7] =3D "SERVER_NAME=3DSAMBA"
> d [14/Oct/2004:20:04:58 +0200] envp[8] =3D "SERVER_PORT=3D443"
> d [14/Oct/2004:20:04:58 +0200] envp[9] =3D "REMOTE_ADDR=3D192.168.1.32"
> d [14/Oct/2004:20:04:58 +0200] envp[10] =3D "REMOTE_HOST=3DOCC9"
> d [14/Oct/2004:20:04:58 +0200] envp[11] =3D "REMOTE_USER=3Droot"
> d [14/Oct/2004:20:04:58 +0200] envp[12] =3D "LANG=3Den_US.ISO8859-1"
> d [14/Oct/2004:20:04:58 +0200] envp[13] =3D "TZ=3DEurope/Stockholm"
> d [14/Oct/2004:20:04:58 +0200] envp[14] =3D =
> "TMPDIR=3D/data/spool/cups/tmp"
> d [14/Oct/2004:20:04:58 +0200] envp[15] =3D =
> "CUPS_DATADIR=3D/usr/share/cups"
> d [14/Oct/2004:20:04:58 +0200] envp[16] =3D =
> "CUPS_SERVERROOT=3D/etc/cups"
> d [14/Oct/2004:20:04:58 +0200] envp[17] =3D =
> "HTTP_USER_AGENT=3DMozilla/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] =3D "SCRIPT_NAME=3D/jobs"
> d [14/Oct/2004:20:04:58 +0200] envp[19] =3D "REQUEST_METHOD=3DGET"
> 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 =3D 7484
> I [14/Oct/2004:20:04:58 +0200] Started "/usr/lib/cups/cgi-bin/jobs.cgi" =
> (pid=3D7484)
> D [14/Oct/2004:20:04:58 +0200] SendCommand: 14 file=3D16
> 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=3D0x808ba60) 0 =
> NumClients =3D 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=3D0, file=3D-1
> E [14/Oct/2004:20:04:58 +0200] Bad request line "=16=03=01" from =
> localhost!
> D [14/Oct/2004:20:04:58 +0200] SendError: 15 code=3D400 (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=3Diso-8859-1
> d [14/Oct/2004:20:04:59 +0200] WriteClient: 14=20
> 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=3D0, file=3D-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 =3D "Basic cm9vdDpwam90cjAw"
> d [14/Oct/2004:20:05:01 +0200] decode_auth: 12 username=3D"root"
> d [14/Oct/2004:20:05:01 +0200] IsAuthorized: con->uri =3D "/printers"
> d [14/Oct/2004:20:05:01 +0200] FindBest: uri =3D "/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 =3D "/"
> d [14/Oct/2004:20:05:01 +0200] IsAuthorized: auth =3D 0, satisfy=3D0...
> d [14/Oct/2004:20:05:01 +0200] argv[0] =3D "printers.cgi"
> d [14/Oct/2004:20:05:01 +0200] envp[0] =3D "PATH=3D/bin:/usr/bin"
> d [14/Oct/2004:20:05:01 +0200] envp[1] =3D "SERVER_SOFTWARE=3DCUPS/1.1"
> d [14/Oct/2004:20:05:01 +0200] envp[2] =3D "GATEWAY_INTERFACE=3DCGI/1.1"
> d [14/Oct/2004:20:05:01 +0200] envp[3] =3D "SERVER_PROTOCOL=3DHTTP/1.1"
> d [14/Oct/2004:20:05:01 +0200] envp[4] =3D "REDIRECT_STATUS=3D1"
> d [14/Oct/2004:20:05:01 +0200] envp[5] =3D "CUPS_SERVER=3Dlocalhost"
> d [14/Oct/2004:20:05:01 +0200] envp[6] =3D "IPP_PORT=3D443"
> d [14/Oct/2004:20:05:01 +0200] envp[7] =3D "SERVER_NAME=3DSAMBA"
> d [14/Oct/2004:20:05:01 +0200] envp[8] =3D "SERVER_PORT=3D443"
> d [14/Oct/2004:20:05:01 +0200] envp[9] =3D "REMOTE_ADDR=3D192.168.1.32"
> d [14/Oct/2004:20:05:01 +0200] envp[10] =3D "REMOTE_HOST=3DOCC9"
> d [14/Oct/2004:20:05:01 +0200] envp[11] =3D "REMOTE_USER=3Droot"
> d [14/Oct/2004:20:05:01 +0200] envp[12] =3D "LANG=3Den_US.ISO8859-1"
> d [14/Oct/2004:20:05:01 +0200] envp[13] =3D "TZ=3DEurope/Stockholm"
> d [14/Oct/2004:20:05:01 +0200] envp[14] =3D =
> "TMPDIR=3D/data/spool/cups/tmp"
> d [14/Oct/2004:20:05:01 +0200] envp[15] =3D =
> "CUPS_DATADIR=3D/usr/share/cups"
> d [14/Oct/2004:20:05:01 +0200] envp[16] =3D =
> "CUPS_SERVERROOT=3D/etc/cups"
> d [14/Oct/2004:20:05:01 +0200] envp[17] =3D =
> "HTTP_USER_AGENT=3DMozilla/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] =3D "SCRIPT_NAME=3D/printers"
> d [14/Oct/2004:20:05:01 +0200] envp[19] =3D "REQUEST_METHOD=3DGET"
> 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 =3D 7485
> I [14/Oct/2004:20:05:01 +0200] Started =
> "/usr/lib/cups/cgi-bin/printers.cgi" (pid=3D7485)
> D [14/Oct/2004:20:05:01 +0200] SendCommand: 12 file=3D16
> 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=3D0x808ba60) 0 =
> NumClients =3D 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=3D0, file=3D-1
> E [14/Oct/2004:20:05:01 +0200] Bad request line "=16=03=01" from =
> localhost!
> D [14/Oct/2004:20:05:01 +0200] SendError: 15 code=3D400 (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=3Diso-8859-1
> d [14/Oct/2004:20:05:02 +0200] WriteClient: 12=20
> 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=3D0, file=3D-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=3D0, file=3D-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
>
>
> ------=_NextPart_000_01FD_01C4CCD0.36A344B0
> Content-Type: text/html;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=3DContent-Type content=3D"text/html; =
> charset=3Diso-8859-1">
> <META content=3D"MSHTML 6.00.2800.1476" name=3DGENERATOR>
> <STYLE></style>
> </head>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT face=3DArial size=3D2>
> <DIV><FONT face=3DArial size=3D2>
> <DIV><FONT face=3DArial size=3D2>Hi! </font></div>
> <DIV><FONT face=3DArial size=3D2></font> </div>
> <DIV><FONT face=3DArial size=3D2> On my Debian Linux system, kernel =
> 2.6.8-1 and=20
> newest vers of CUPS  I can no longer add a printer from the =
> web-interface=20
> nor can I display current printers available and not maintain the =
> queues! From=20
> the error-log I get these error-msgs:</font></div>
> <DIV><FONT face=3DArial size=3D2></font> </div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2>E [11/Oct/2004:22:27:52 =
> +0200] Bad=20
> request line "=16=03=01" from localhost!</font></div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><BR>E =
> [11/Oct/2004:22:31:29 +0200]=20
> [CGI] CUPS-Get-Printers request failed - server-error-internal-error=20
> (500)<BR></div></font>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT=20
> color=3D#000000></font></font> </div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT =
> color=3D#000000>What would the=20
> remedy be??</font></font></div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT =
> color=3D#000000>Please,=20
> anybody??</font></font></div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT color=3D#000000>I =
> attach the=20
> error-log ! The queueing and printing are working=20
> though!</font></font></div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT=20
> color=3D#000000></font></font> </div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT =
> color=3D#000000>Looking fwd to=20
> hear from you!</font></font></div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT =
> color=3D#000000>Regards,=20
> Olof.</font></font></div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT=20
> color=3D#000000></font></font> </div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT=20
> color=3D#000000></font></font> </div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT=20
> color=3D#000000><STRONG><U>cupsd.conf: </u></strong></font></font></div>
> <DIV><STRONG><U></u></strong> </div>
> <DIV><FONT face=3DArial color=3D#ff0000 size=3D2><FONT =
> color=3D#000000>#<BR># "$Id:=20
> cupsd.conf.in,v 1.14 2004/02/25 20:14:51 mike Exp =
> $"<BR>#<BR>#  =20
> Sample configuration file for the Common UNIX Printing System=20
> (CUPS)<BR>#   scheduler.<BR>#<BR>#   Copyright =
> 1997-2004 by=20
> Easy Software Products, all rights reserved.<BR>#<BR>#   These =
> coded=20
> instructions, statements, and computer programs are the<BR>#   =
>
> property of Easy Software Products and are protected by =
> Federal<BR>#  =20
> copyright law.  Distribution and use rights are outlined in the=20
> file<BR>#   "LICENSE.txt" which should have been included with =
> this=20
> file.  If this<BR>#   file is missing or damaged please =
> contact=20
> Easy Software Products<BR>#  =20
> at:<BR>#<BR>#       Attn: CUPS Licensing=20
> Information<BR>#       Easy Software=20
> Products<BR>#       44141 Airport View =
> Drive,=20
> Suite 204<BR>#       Hollywood, Maryland=20
> 20636-3111 USA<BR>#<BR>#       Voice: =
> (301)=20
> 373-9603<BR>#       EMail: <A=20
> href=3D"mailto:cups-info at cups.org">cups-info at cups.org</a><BR>#  =
> ;      =20
> WWW: <A=20
> href=3D"http://www.cups.org">http://www.cups.org</a><BR>#</font></font></=
> DIV>
> <DIV> </div><FONT face=3DArial color=3D#ff0000 size=3D2><FONT =
> color=3D#000000>
> <DIV> </div>
> <DIV>#ServerName myhost.domain.com<BR>ServerName SAMBA</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#ServerAdmin <A=20
> href=3D"mailto:root at your.domain.com">root at your.domain.com</a></div>
> <DIV> </div>
> <DIV><BR> </div>
> <DIV>AccessLog /data/log/cups/access_log</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#Classification classified<BR>#Classification=20
> confidential<BR>#Classification secret<BR>#Classification=20
> topsecret<BR>#Classification unclassified</div>
> <DIV> </div>
> <DIV>#ClassifyOverride off</div>
> <DIV> </div>
> <DIV>#<BR># DataDir: the root directory for the CUPS data files.<BR># By =
> default=20
> "/usr/share/cups".<BR>#</div>
> <DIV> </div>
> <DIV>DataDir /usr/share/cups</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>DefaultCharset notused</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>DefaultLanguage en</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>DocumentRoot /usr/share/cups/doc-root</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>ErrorLog /data/log/cups/error_log</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#FileDevice No<BR>FileDevice Yes</div>
> <DIV> </div>
> <DIV><BR> </div>
> <DIV>FontPath /usr/share/cups/fonts</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>LogLevel debug2</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#MaxLogSize 0<BR>MaxLogSize 524288</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>PageLog /data/log/cups/page_log</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#PreserveJobHistory Yes</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#PreserveJobFiles No</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#AutoPurgeJobs No</div>
> <DIV> </div>
> <DIV>#<BR># MaxCopies: maximum number of copies that a user can request. =
> Default=20
> is<BR># 100.<BR>#</div>
> <DIV> </div>
> <DIV>MaxCopies 100</div>
> <DIV> </div>
> <DIV>#<BR># MaxJobs: maximum number of jobs to keep in memory (active =
> and=20
> completed.)<BR># Default is 500; the value 0 is used for no =
> limit.<BR>#</div>
> <DIV> </div>
> <DIV>MaxJobs 500</div>
> <DIV> </div>
> <DIV>#<BR># MaxJobsPerPrinter: maximum number of active jobs per =
> printer. The=20
> default<BR># is 0 for no limit.<BR>#</div>
> <DIV> </div>
> <DIV>MaxJobsPerPrinter 0</div>
> <DIV> </div>
> <DIV>#<BR># MaxJobsPerUser: maximum number of active jobs per user. The=20
> default<BR># is 0 for no limit.<BR>#</div>
> <DIV> </div>
> <DIV>MaxJobsPerUser 0</div>
> <DIV> </div>
> <DIV>#<BR># MaxPrinterHistory: controls the maximum number of history=20
> collections<BR># in the printer-state-history attribute.  Set to 0 =
> to=20
> disable history<BR># data.<BR>#</div>
> <DIV> </div>
> <DIV>MaxPrinterHistory 10</div>
> <DIV> </div>
> <DIV>#<BR># Printcap: the name of the printcap file.  Default is=20
> /etc/printcap.<BR># Leave blank to disable printcap file =
> generation.<BR>#</div>
> <DIV> </div>
> <DIV>#Printcap /var/run/cups/printcap<BR>Printcap =
> /etc/printcap.cups</div>
> <DIV> </div>
> <DIV>PrintcapFormat BSD<BR>#PrintcapFormat Solaris</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#PrintcapGUI /usr/bin/glpoptions</div>
> <DIV> </div>
> <DIV>#<BR># RequestRoot: the directory where request files are =
> stored.<BR># By=20
> default "/var/spool/cups".<BR>#</div>
> <DIV> </div>
> <DIV>RequestRoot /data/spool/cups</div>
> <DIV> </div>
> <DIV>#<BR># RemoteRoot: the name of the user assigned to unauthenticated =
>
> accesses<BR># from remote systems.  By default =
> "remroot".<BR>#</div>
> <DIV> </div>
> <DIV>RemoteRoot remroot</div>
> <DIV> </div>
> <DIV>#<BR># ServerBin: the root directory for the scheduler =
> executables.<BR># By=20
> default "/usr/lib/cups".<BR>#</div>
> <DIV> </div>
> <DIV>ServerBin /usr/lib/cups<BR># ServerBin /usr/lib/cups/cgi-bin</div>
> <DIV> </div>
> <DIV>#<BR># ServerRoot: the root directory for the scheduler.<BR># By =
> default=20
> "/etc/cups".<BR>#</div>
> <DIV> </div>
> <DIV>ServerRoot /etc/cups</div>
> <DIV> </div>
> <DIV>#<BR># FaxRetryLimit: the number of times a fax job is =
> retried.<BR># The=20
> default is 5 times.<BR>#</div>
> <DIV> </div>
> <DIV>#FaxRetryLimit 5</div>
> <DIV> </div>
> <DIV>#<BR># FaxRetryInterval: the number of seconds between fax job=20
> retries.<BR># The default is 300 seconds/5 minutes.<BR>#</div>
> <DIV> </div>
> <DIV>#FaxRetryInterval 300</div>
> <DIV> </div>
> <DIV>#<BR># ServerCertificate: the file to read containing the server's=20
> certificate.<BR># Defaults to "/etc/cups/ssl/server.crt".<BR>#</div>
> <DIV> </div>
> <DIV>#ServerCertificate /etc/cups/ssl/server.crt</div>
> <DIV> </div>
> <DIV>#<BR># ServerKey: the file to read containing the server's =
> key.<BR>#=20
> Defaults to "/etc/cups/ssl/server.key".<BR>#</div>
> <DIV> </div>
> <DIV>#ServerKey /etc/cups/ssl/server.key</div>
> <DIV> </div>
> <DIV><BR>#<BR># User/Group: the user and group the server runs =
> under. =20
> Normally this<BR># must be lp and lpadmin, however you can configure =
> things for=20
> another<BR># user or group as needed.<BR>#<BR># Note: the server must be =
> run=20
> initially as root to support the<BR># default IPP port of 631.  It =
> changes=20
> users whenever an external<BR># program is run, or if the RunAsUser =
> directive is=20
> specified...<BR>#</div>
> <DIV> </div>
> <DIV>#User lp<BR>User root<BR>Group lpadmin<BR>Group sys</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#RIPCache 8m</div>
> <DIV> </div>
> <DIV>#<BR># TempDir: the directory to put temporary files in.  This =
>
> directory must be<BR># writable by the user defined above!  =
> Defaults to=20
> "/var/spool/cups/tmp" or<BR># the value of the TMPDIR environment=20
> variable.<BR>#</div>
> <DIV> </div>
> <DIV>TempDir /data/spool/cups/tmp</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#FilterLimit 0</div>
> <DIV> </div>
> <DIV>#<BR># Ports/addresses that we listen to.  The default port =
> 631 is=20
> reserved<BR># for the Internet Printing Protocol (IPP) and is what we =
> use=20
> here.<BR>#<BR># You can have multiple Port/Listen lines to listen to =
> more than=20
> one<BR># port or address, or to restrict =
> access:<BR>#<BR>#   =20
> Port 80<BR>#    Port 631<BR>#    Listen=20
> hostname<BR>#    Listen =
> hostname:80<BR>#    Listen=20
> hostname:631<BR>#    Listen =
> 1.2.3.4<BR>#    Listen=20
> 1.2.3.4:631<BR># <BR># NOTE: Unfortunately, most web browsers don't =
> support TLS=20
> or HTTP Upgrades<BR># for encryption.  If you want to support =
> web-based=20
> encryption you'll<BR># probably need to listen on port 443 (the "https"=20
> port...)<BR>#</div>
> <DIV> </div>
> <DIV>#Port 80<BR>Port 443<BR>Port 631</div>
> <DIV> </div>
> <DIV>HostNameLookups On</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>KeepAlive On</div>
> <DIV> </div>
> <DIV>KeepAliveTimeout 60</div>
> <DIV> </div>
> <DIV>#<BR># MaxClients: controls the maximum number of simultaneous =
> clients=20
> that<BR># will be handled.  Defaults to 100.<BR>#</div>
> <DIV> </div>
> <DIV>MaxClients 100</div>
> <DIV> </div>
> <DIV>#MaxClientsPerHost 0</div>
> <DIV> </div>
> <DIV>#<BR># MaxRequestSize: controls the maximum size of HTTP requests =
> and print=20
> files.<BR># Set to 0 to disable this feature (defaults to 0.)<BR>#</div>
> <DIV> </div>
> <DIV>#MaxRequestSize 0</div>
> <DIV> </div>
> <DIV>#<BR># Timeout: the timeout before requests time out.  Default =
> is 300=20
> seconds.<BR>#</div>
> <DIV> </div>
> <DIV>#Timeout 300</div>
> <DIV> </div>
> <DIV><BR>Browsing Off</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>BrowseProtocols cups</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#BrowseAddress x.y.z.255<BR>#BrowseAddress =
> x.y.255.255<BR>#BrowseAddress=20
> x.255.255.255<BR>#BrowseAddress 255.255.255.255<BR>#BrowseAddress=20
> @LOCAL<BR>#BrowseAddress @IF(name)</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>BrowseShortNames NO</div>
> <DIV> </div>
> <DIV>#<BR># BrowseAllow: specifies an address mask to allow for incoming =
>
> browser<BR># packets. The default is to allow packets from all=20
> addresses.<BR>#<BR># BrowseDeny: specifies an address mask to deny for =
> incoming=20
> browser<BR># packets. The default is to deny packets from no=20
> addresses.<BR>#<BR># Both "BrowseAllow" and "BrowseDeny" accept the =
> following=20
> notations for<BR># addresses:<BR>#<BR>#    =20
> All<BR>#     None<BR>#    =20
> *.domain.com<BR>#    =20
> ..domain.com<BR>#    =20
> host.domain.com<BR>#     =
> nnn.*<BR>#    =20
> nnn.nnn.*<BR>#    =20
> nnn.nnn.nnn.*<BR>#    =20
> nnn.nnn.nnn.nnn<BR>#    =20
> nnn.nnn.nnn.nnn/mm<BR>#    =20
> nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm<BR>#    =20
> @LOCAL<BR>#     @IF(name)<BR>#<BR># The =
> hostname/domainname=20
> restrictions only work if you have turned hostname<BR># lookups =
> on!<BR>#</div>
> <DIV> </div>
> <DIV>#BrowseAllow address<BR>#BrowseDeny address</div>
> <DIV> </div>
> <DIV>#BrowseInterval 30</div>
> <DIV> </div>
> <DIV>#<BR># BrowseOrder: specifies the order of BrowseAllow/BrowseDeny=20
> comparisons.<BR>#</div>
> <DIV> </div>
> <DIV>#BrowseOrder allow,deny<BR>#BrowseOrder deny,allow</div>
> <DIV> </div>
> <DIV>#<BR># BrowsePoll: poll the named server(s) for printers<BR>#</div>
> <DIV> </div>
> <DIV>#BrowsePoll address:port</div>
> <DIV> </div>
> <DIV>#BrowsePort 631</div>
> <DIV> </div>
> <DIV>#<BR># BrowseRelay: relay browser packets from one address/network =
> to=20
> another.<BR>#</div>
> <DIV> </div>
> <DIV>#BrowseRelay source-address destination-address<BR>#BrowseRelay =
> @IF(src)=20
> @IF(dst)</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#BrowseTimeout 300</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>ImplicitClasses On</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>#ImplicitAnyCLasses Off</div>
> <DIV> </div>
> <DIV> </div>
> <DIV>HideImplicitMembers No</div>
> <DIV> </div>
> <DIV><BR> </div>
> <DIV>#SystemGroup lpadmin<BR>SystemGroup sys</div>
> <DIV> </div>
> <DIV>#<BR># RootCertDuration: How frequently the root certificate is=20
> regenerated.<BR># Defaults to 300 seconds.<BR>#</div>
> <DIV> </div>
> <DIV>#RootCertDuration 300</div>
> <DIV> </div>
> <DIV> </div>
> <DIV><Location /><BR>#Order Deny,Allow<BR>#Deny From All<BR>#Allow =
> From=20
> 127.0.0.1<BR></Location></div>
> <DIV> </div>
> <DIV>#<Location /classes><BR>#<BR># You may wish to limit access =
> to=20
> printers and classes, either with Allow<BR># and Deny lines, or by =
> requiring a=20
> username and password.<BR>#<BR>#</Location></div>
> <DIV> </div>
> <DIV>#<Location /classes/name><BR>#<BR># You may wish to limit =
> access to=20
> printers and classes, either with Allow<BR># and Deny lines, or by =
> requiring a=20
> username and password.<BR>#<BR>#</Location></div>
> <DIV> </div>
> <DIV><Location /jobs><BR>#<BR># You may wish to limit access to =
> job=20
> operations, either with Allow<BR># and Deny lines, or by requiring a =
> username=20
> and password.<BR>#<BR>AuthType Basic<BR>AuthClass=20
> User<BR></Location></div>
> <DIV> </div>
> <DIV>#<Location /printers><BR>#<BR># You may wish to limit access =
> to=20
> printers and classes, either with Allow<BR># and Deny lines, or by =
> requiring a=20
> username and password.<BR>#<BR>#</Location></div>
> <DIV> </div>
> <DIV>#<Location /printers/name><BR>#<BR># You may wish to limit =
> access to=20
> printers and classes, either with Allow<BR># and Deny lines, or by =
> requiring a=20
> username and password.<BR>#</div>
> <DIV> </div>
> <DIV>## Anonymous access (default)<BR>#AuthType None</div>
> <DIV> </div>
> <DIV>## Require a username and password (Basic =
> authentication)<BR>#AuthType=20
> Basic<BR>#AuthClass User</div>
> <DIV> </div>
> <DIV>## Require a username and password (Digest/MD5 =
> authentication)<BR>#AuthType=20
> Digest<BR>#AuthClass User</div>
> <DIV> </div>
> <DIV>## Restrict access to local domain<BR>#Order Deny,Allow<BR>#Deny =
> From=20
> All<BR>#Allow From .mydomain.com<BR>#</Location></div>
> <DIV> </div>
> <DIV><Location /admin><BR>#<BR># You definitely will want to limit =
> access=20
> to the administration functions.<BR># The default configuration requires =
> a local=20
> connection from a user who<BR># is a member of the system group to do =
> any admin=20
> tasks.  You can change<BR># the group name using the SystemGroup=20
> directive.<BR>#</div>
> <DIV> </div>
> <DIV>AuthType Basic<BR>AuthClass System</div>
> <DIV> </div>
> <DIV>## Restrict access to local domain<BR>Order Deny,Allow<BR>Deny From =
>
> All<BR>Allow From 127.0.0.1<BR>Allow From OCC10<BR>Allow From =
> OCC9<BR>Allow From=20
> OCC8<BR>Allow From OCC6A<BR>Allow From ASPIRE<BR>Allow From =
> SAMBA<BR>#Encryption=20
> Required<BR></Location></div>
> <DIV> </div>
> <DIV>#<BR># End of "$Id: cupsd.conf.in,v 1.14 2004/02/25 20:14:51 mike =
> Exp=20
> $".<BR>#<BR></div>
> <DIV><STRONG><U>error-log:</u></strong></div>
> <DIV><STRONG><U></u></strong> </div>
> <DIV>I [14/Oct/2004:20:03:36 +0200] [Job 249] Spooling LPR job, 16%=20
> complete...<BR>I [14/Oct/2004:20:03:37 +0200] [Job 249] Spooling LPR =
> job, 16%=20
> complete...<BR>d [14/Oct/2004:20:03:38 +0200] select_timeout: 11 seconds =
> to=20
> process active jobs<BR>d [14/Oct/2004:20:03:49 +0200] select_timeout: 11 =
> seconds=20
> to process active jobs<BR>d [14/Oct/2004:20:04:00 +0200] select_timeout: =
> 11=20
> seconds to process active jobs<BR>d [14/Oct/2004:20:04:08 +0200]=20
> AcceptClient(lis=3D0x808ba78) 2 NumClients =3D 0<BR>D =
> [14/Oct/2004:20:04:08 +0200]=20
> AcceptClient: 12 from SAMBA:631.<BR>d [14/Oct/2004:20:04:08 +0200] =
> AcceptClient:=20
> Adding fd 12 to InputSet...<BR>d [14/Oct/2004:20:04:08 +0200] =
> ReadClient: 12,=20
> used=3D0, file=3D-1<BR>D [14/Oct/2004:20:04:08 +0200] ReadClient: 12 =
> POST /=20
> HTTP/1.1<BR>d [14/Oct/2004:20:04:08 +0200] decode_auth(0x403ae008):=20
> Authorization string =3D ""<BR>d [14/Oct/2004:20:04:08 +0200] =
> decode_auth: 12=20
> username=3D""<BR>d [14/Oct/2004:20:04:08 +0200] IsAuthorized: =
> con->uri =3D=20
> "/"<BR>d [14/Oct/2004:20:04:08 +0200] FindBest: uri =3D "/"...<BR>d=20
> [14/Oct/2004:20:04:08 +0200] FindBest: Location / Limit 7f<BR>d=20
> [14/Oct/2004:20:04:08 +0200] FindBest: Location /jobs Limit 7f<BR>d=20
> [14/Oct/2004:20:04:08 +0200] FindBest: Location /admin Limit 7f<BR>d=20
> [14/Oct/2004:20:04:08 +0200] FindBest: best =3D "/"<BR>d =
> [14/Oct/2004:20:04:08=20
> +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>d =
> [14/Oct/2004:20:04:08 +0200]=20
> POST /<BR>d [14/Oct/2004:20:04:08 +0200] CONTENT_TYPE =3D =
> application/ipp<BR>d=20
> [14/Oct/2004:20:04:08 +0200] ReadClient: 12 con->data_encoding =3D =
> length,=20
> con->data_remaining =3D 270, con->file =3D -1<BR>d =
> [14/Oct/2004:20:04:08=20
> +0200] ProcessIPPRequest(0x403ae008[12]): operation_id =3D 000a<BR>d=20
> [14/Oct/2004:20:04:08 +0200] get_jobs(0x403ae008[12],=20
> ipp://localhost/jobs/)<BR>d [14/Oct/2004:20:04:08 +0200] get_jobs: =
> job->id =3D=20
> 244<BR>d [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 245<BR>d=20
> [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 246<BR>d=20
> [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 247<BR>d=20
> [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 248<BR>d=20
> [14/Oct/2004:20:04:08 +0200] get_jobs: job->id =3D 249<BR>d=20
> [14/Oct/2004:20:04:08 +0200] get_jobs: count =3D 1<BR>d =
> [14/Oct/2004:20:04:08=20
> +0200] copy_attrs(0x817fee8, 0x8181c50, 0x81840b0, 2)<BR>d =
> [14/Oct/2004:20:04:08=20
> +0200] copy_attribute(0x817fee8, =
> 0x8183d00[job-originating-user-name,2,42])<BR>d=20
> [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8,=20
> 0x8182498[job-name,2,42])<BR>d [14/Oct/2004:20:04:08 +0200]=20
> copy_attribute(0x817fee8, 0x8182b98[job-id,2,21])<BR>d =
> [14/Oct/2004:20:04:08=20
> +0200] copy_attribute(0x817fee8, 0x8180128[job-printer-uri,2,45])<BR>d=20
> [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8,=20
> 0x8183f90[job-name,2,42])<BR>d [14/Oct/2004:20:04:08 +0200]=20
> copy_attribute(0x817fee8, 0x81841e0[job-k-octets,2,21])<BR>d=20
> [14/Oct/2004:20:04:08 +0200] copy_attribute(0x817fee8,=20
> 0x8184208[time-at-creation,2,21])<BR>d [14/Oct/2004:20:04:08 +0200]=20
> add_job_state_reasons(0x403ae008[12], 249)<BR>D [14/Oct/2004:20:04:08 =
> +0200]=20
> ProcessIPPRequest: 12 status_code=3D1<BR>d [14/Oct/2004:20:04:08 +0200]=20
> ProcessIPPRequest: Adding fd 12 to OutputSet...<BR>d =
> [14/Oct/2004:20:04:08=20
> +0200] WriteClient: Removing fd 12 from OutputSet...<BR>d =
> [14/Oct/2004:20:04:08=20
> +0200] ReadClient: 12, used=3D0, file=3D-1<BR>d [14/Oct/2004:20:04:08 =
> +0200]=20
> ReadClient: httpGets returned EOF...<BR>D [14/Oct/2004:20:04:08 +0200]=20
> CloseClient: 12<BR>d [14/Oct/2004:20:04:08 +0200] CloseClient: Removing =
> fd 12=20
> from InputSet and OutputSet...<BR>d [14/Oct/2004:20:04:09 +0200] =
> select_timeout:=20
> 11 seconds to process active jobs<BR>d [14/Oct/2004:20:04:20 +0200]=20
> select_timeout: 11 seconds to process active jobs<BR>d =
> [14/Oct/2004:20:04:31=20
> +0200] select_timeout: 11 seconds to process active jobs<BR>I=20
> [14/Oct/2004:20:04:39 +0200] [Job 249] Spooling LPR job, 17% =
> complete...<BR>I=20
> [14/Oct/2004:20:04:47 +0200] [Job 249] Spooling LPR job, 17% =
> complete...<BR>d=20
> [14/Oct/2004:20:04:47 +0200] AcceptClient(lis=3D0x808ba60) 0 NumClients =
> =3D 0<BR>D=20
> [14/Oct/2004:20:04:47 +0200] AcceptClient: 12 from OCC9:443.<BR>d=20
> [14/Oct/2004:20:04:47 +0200] AcceptClient: Adding fd 12 to =
> InputSet...<BR>d=20
> [14/Oct/2004:20:04:47 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>D=20
> [14/Oct/2004:20:04:47 +0200] ReadClient: 12 GET /admin HTTP/1.1<BR>d=20
> [14/Oct/2004:20:04:47 +0200] decode_auth(0x403ae008): Authorization =
> string =3D=20
> ""<BR>d [14/Oct/2004:20:04:47 +0200] decode_auth: 12 username=3D""<BR>d=20
> [14/Oct/2004:20:04:47 +0200] IsAuthorized: con->uri =3D "/admin"<BR>d =
>
> [14/Oct/2004:20:04:47 +0200] FindBest: uri =3D "/admin"...<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: Location / Limit 7f<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: Location /jobs Limit 7f<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: Location /admin Limit 7f<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: best =3D "/admin"<BR>d=20
> [14/Oct/2004:20:04:47 +0200] IsAuthorized: auth =3D 0, =
> satisfy=3D0...<BR>d=20
> [14/Oct/2004:20:04:47 +0200] IsAuthorized: username =3D "" password =3D =
> 0 chars<BR>d=20
> [14/Oct/2004:20:04:47 +0200] ReadClient: Unauthorized request for =
> /admin...<BR>D=20
> [14/Oct/2004:20:04:47 +0200] SendError: 12 code=3D401 =
> (Unauthorized)<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: uri =3D "/admin"...<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: Location / Limit 7f<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: Location /jobs Limit 7f<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: Location /admin Limit 7f<BR>d=20
> [14/Oct/2004:20:04:47 +0200] FindBest: best =3D "/admin"<BR>D=20
> [14/Oct/2004:20:04:47 +0200] CloseClient: 12<BR>d [14/Oct/2004:20:04:47 =
> +0200]=20
> CloseClient: Removing fd 12 from InputSet and OutputSet...<BR>I=20
> [14/Oct/2004:20:04:47 +0200] [Job 249] Spooling LPR job, 17% =
> complete...<BR>I=20
> [14/Oct/2004:20:04:49 +0200] [Job 249] Spooling LPR job, 17% =
> complete...<BR>d=20
> [14/Oct/2004:20:04:50 +0200] select_timeout: 11 seconds to process =
> active=20
> jobs<BR>d [14/Oct/2004:20:04:55 +0200] AcceptClient(lis=3D0x808ba60) 0 =
> NumClients=20
> =3D 0<BR>D [14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from =
> OCC9:443.<BR>d=20
> [14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 to =
> InputSet...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>D=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /admin HTTP/1.1<BR>d=20
> [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization =
> string =3D=20
> "Basic cm9vdDpwam90cjAw"<BR>d [14/Oct/2004:20:04:55 +0200] decode_auth: =
> 12=20
> username=3D"root"<BR>d [14/Oct/2004:20:04:55 +0200] IsAuthorized: =
> con->uri =3D=20
> "/admin"<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =
> "/admin"...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] FindBest: Location / Limit 7f<BR>d=20
> [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs Limit 7f<BR>d=20
> [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit 7f<BR>d=20
> [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/admin"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, =
> satisfy=3D0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: username =3D "root" password =
> =3D 7=20
> chars<BR>d [14/Oct/2004:20:04:55 +0200] IsAuthorized: Checking "root", =
> address =3D=20
> c0a80120, hostname =3D "OCC9"<BR>d [14/Oct/2004:20:04:55 +0200] argv[0] =
> =3D=20
> "admin.cgi"<BR>d [14/Oct/2004:20:04:55 +0200] envp[0] =3D=20
> "PATH=3D/bin:/usr/bin"<BR>d [14/Oct/2004:20:04:55 +0200] envp[1] =3D=20
> "SERVER_SOFTWARE=3DCUPS/1.1"<BR>d [14/Oct/2004:20:04:55 +0200] envp[2] =
> =3D=20
> "GATEWAY_INTERFACE=3DCGI/1.1"<BR>d [14/Oct/2004:20:04:55 +0200] envp[3] =
> =3D=20
> "SERVER_PROTOCOL=3DHTTP/1.1"<BR>d [14/Oct/2004:20:04:55 +0200] envp[4] =
> =3D=20
> "REDIRECT_STATUS=3D1"<BR>d [14/Oct/2004:20:04:55 +0200] envp[5] =3D=20
> "CUPS_SERVER=3Dlocalhost"<BR>d [14/Oct/2004:20:04:55 +0200] envp[6] =3D=20
> "IPP_PORT=3D443"<BR>d [14/Oct/2004:20:04:55 +0200] envp[7] =3D=20
> "SERVER_NAME=3DSAMBA"<BR>d [14/Oct/2004:20:04:55 +0200] envp[8] =3D=20
> "SERVER_PORT=3D443"<BR>d [14/Oct/2004:20:04:55 +0200] envp[9] =3D=20
> "REMOTE_ADDR=3D192.168.1.32"<BR>d [14/Oct/2004:20:04:55 +0200] envp[10] =
> =3D=20
> "REMOTE_HOST=3DOCC9"<BR>d [14/Oct/2004:20:04:55 +0200] envp[11] =3D=20
> "REMOTE_USER=3Droot"<BR>d [14/Oct/2004:20:04:55 +0200] envp[12] =3D=20
> "LANG=3Den_US.ISO8859-1"<BR>d [14/Oct/2004:20:04:55 +0200] envp[13] =3D=20
> "TZ=3DEurope/Stockholm"<BR>d [14/Oct/2004:20:04:55 +0200] envp[14] =3D=20
> "TMPDIR=3D/data/spool/cups/tmp"<BR>d [14/Oct/2004:20:04:55 +0200] =
> envp[15] =3D=20
> "CUPS_DATADIR=3D/usr/share/cups"<BR>d [14/Oct/2004:20:04:55 +0200] =
> envp[16] =3D=20
> "CUPS_SERVERROOT=3D/etc/cups"<BR>d [14/Oct/2004:20:04:55 +0200] envp[17] =
> =3D=20
> "HTTP_USER_AGENT=3DMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; =
> ..NET CLR=20
> 1.0.3705)"<BR>d [14/Oct/2004:20:04:55 +0200] envp[18] =3D=20
> "SCRIPT_NAME=3D/admin"<BR>d [14/Oct/2004:20:04:55 +0200] envp[19] =3D=20
> "REQUEST_METHOD=3DGET"<BR>d [14/Oct/2004:20:04:55 +0200] AddCert: adding =
>
> certificate for pid 7483<BR>D [14/Oct/2004:20:04:55 +0200] CGI=20
> /usr/lib/cups/cgi-bin/admin.cgi started - PID =3D 7483<BR>I =
> [14/Oct/2004:20:04:55=20
> +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=3D7483)<BR>D=20
> [14/Oct/2004:20:04:55 +0200] SendCommand: 12 file=3D15<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] SendCommand: Adding fd 15 to InputSet...<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] SendCommand: Adding fd 12 to OutputSet...<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] PID 7483 exited with no errors.<BR>d [14/Oct/2004:20:04:55 +0200] =
>
> DeleteCert: removing certificate for pid 7483<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: 12 Content-Type: text/html;charset=3Diso-8859-1<BR>d=20
> [14/Oct/2004:20:04:55 +0200] WriteClient: 12 <BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: 12 2004 bytes<BR>d [14/Oct/2004:20:04:55 +0200] =
> WriteClient:=20
> Removing fd 12 from OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] =
> WriteClient:=20
> Removing fd 15 from InputSet...<BR>d [14/Oct/2004:20:04:55 +0200] =
> WriteClient:=20
> 12 Closing data file 15.<BR>d [14/Oct/2004:20:04:55 +0200] ReadClient: =
> 12,=20
> used=3D0, file=3D-1<BR>d [14/Oct/2004:20:04:55 +0200] ReadClient: =
> httpGets returned=20
> EOF...<BR>D [14/Oct/2004:20:04:55 +0200] CloseClient: 12<BR>d=20
> [14/Oct/2004:20:04:55 +0200] CloseClient: Removing fd 12 from InputSet =
> and=20
> OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] =
> AcceptClient(lis=3D0x808ba60) 0=20
> NumClients =3D 0<BR>D [14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from =
>
> OCC9:443.<BR>d [14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 =
> to=20
> InputSet...<BR>d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0,=20
> file=3D-1<BR>D [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /cups.css =
>
> HTTP/1.1<BR>d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008):=20
> Authorization string =3D "Basic cm9vdDpwam90cjAw"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] decode_auth: 12 username=3D"root"<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> IsAuthorized: con->uri =3D "/cups.css"<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> FindBest: uri =3D "/cups.css"...<BR>d [14/Oct/2004:20:04:55 +0200] =
> FindBest:=20
> Location / Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location =
> /jobs=20
> Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin =
> Limit=20
> 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, =
> satisfy=3D0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] get_file: 12=20
> filename=3D/usr/share/cups/doc-root/cups.css size=3D87<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] IsCGI(con=3D0x403ae008, =
> filename=3D"/usr/share/cups/doc-root/cups.css",=20
> filestats=3D0xbfff3040, type=3Dtext/plain)<BR>d [14/Oct/2004:20:04:55 =
> +0200] IsCGI:=20
> Returning 0...<BR>d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12=20
> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] check_if_modified: 12 sizes=3D0,87 =
> dates=3D1095770350,1095773950<BR>D=20
> [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D14<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] SendFile: Adding fd 12 to OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: Removing fd 12 from OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: 12 Closing data file 14.<BR>d [14/Oct/2004:20:04:55 +0200]=20
> ReadClient: 12, used=3D0, file=3D-1<BR>D [14/Oct/2004:20:04:55 +0200] =
> ReadClient: 12=20
> GET /images/navbar.gif HTTP/1.1<BR>d [14/Oct/2004:20:04:55 +0200]=20
> decode_auth(0x403ae008): Authorization string =3D "Basic =
> cm9vdDpwam90cjAw"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D=20
> "/images/navbar.gif"<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D =
>
> "/images/navbar.gif"...<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: =
> Location /=20
> Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs =
> Limit=20
> 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit =
> 7f<BR>d=20
> [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>d =
> [14/Oct/2004:20:04:55 +0200]=20
> get_file: 12 filename=3D/usr/share/cups/doc-root/images/navbar.gif =
> size=3D2869<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008,=20
> filename=3D"/usr/share/cups/doc-root/images/navbar.gif", =
> filestats=3D0xbfff3040,=20
> type=3Dimage/gif)<BR>d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning =
> 0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 =
> If-Modified-Since=3D"Tue, 21=20
> Sep 2004 13:39:10 GMT"<BR>d [14/Oct/2004:20:04:55 +0200] =
> check_if_modified: 12=20
> sizes=3D0,2869 dates=3D1095770350,1095773950<BR>D [14/Oct/2004:20:04:55 =
> +0200]=20
> SendFile: 12 file=3D14<BR>d [14/Oct/2004:20:04:55 +0200] SendFile: =
> Adding fd 12 to=20
> OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 2048 =
> bytes<BR>d=20
> [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd 12 from =
> OutputSet...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing data file 14.<BR>d=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>d=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: httpGets returned EOF...<BR>D=20
> [14/Oct/2004:20:04:55 +0200] CloseClient: 12<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> CloseClient: Removing fd 12 from InputSet and OutputSet...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] AcceptClient(lis=3D0x808ba60) 0 NumClients =
> =3D 0<BR>D=20
> [14/Oct/2004:20:04:55 +0200] AcceptClient: 12 from OCC9:443.<BR>d=20
> [14/Oct/2004:20:04:55 +0200] AcceptClient: Adding fd 12 to =
> InputSet...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, file=3D-1<BR>D=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/left.gif =
> HTTP/1.1<BR>d=20
> [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008): Authorization =
> string =3D=20
> "Basic cm9vdDpwam90cjAw"<BR>d [14/Oct/2004:20:04:55 +0200] decode_auth: =
> 12=20
> username=3D"root"<BR>d [14/Oct/2004:20:04:55 +0200] IsAuthorized: =
> con->uri =3D=20
> "/images/left.gif"<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D=20
> "/images/left.gif"...<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: =
> Location /=20
> Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs =
> Limit=20
> 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit =
> 7f<BR>d=20
> [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>d =
> [14/Oct/2004:20:04:55 +0200]=20
> get_file: 12 filename=3D/usr/share/cups/doc-root/images/left.gif =
> size=3D110<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008,=20
> filename=3D"/usr/share/cups/doc-root/images/left.gif", =
> filestats=3D0xbfff3040,=20
> type=3Dimage/gif)<BR>d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning =
> 0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 =
> If-Modified-Since=3D"Tue, 21=20
> Sep 2004 13:39:10 GMT"<BR>d [14/Oct/2004:20:04:55 +0200] =
> check_if_modified: 12=20
> sizes=3D0,110 dates=3D1095770350,1095773950<BR>D [14/Oct/2004:20:04:55 =
> +0200]=20
> SendFile: 12 file=3D14<BR>d [14/Oct/2004:20:04:55 +0200] SendFile: =
> Adding fd 12 to=20
> OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd =
> 12 from=20
> OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing =
> data file=20
> 14.<BR>d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, =
> file=3D-1<BR>D=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/add-class.gif=20
> HTTP/1.1<BR>d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008):=20
> Authorization string =3D "Basic cm9vdDpwam90cjAw"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] decode_auth: 12 username=3D"root"<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> IsAuthorized: con->uri =3D "/images/add-class.gif"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] FindBest: uri =3D "/images/add-class.gif"...<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] FindBest: Location / Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] =
> FindBest:=20
> Location /jobs Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: =
> Location=20
> /admin Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D =
> "/"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, =
> satisfy=3D0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] get_file: 12=20
> filename=3D/usr/share/cups/doc-root/images/add-class.gif size=3D242<BR>d =
>
> [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008,=20
> filename=3D"/usr/share/cups/doc-root/images/add-class.gif", =
> filestats=3D0xbfff3040,=20
> type=3Dimage/gif)<BR>d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning =
> 0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] check_if_modified: 12 =
> If-Modified-Since=3D"Tue, 21=20
> Sep 2004 13:39:10 GMT"<BR>d [14/Oct/2004:20:04:55 +0200] =
> check_if_modified: 12=20
> sizes=3D0,242 dates=3D1095770350,1095773950<BR>D [14/Oct/2004:20:04:55 =
> +0200]=20
> SendFile: 12 file=3D14<BR>d [14/Oct/2004:20:04:55 +0200] SendFile: =
> Adding fd 12 to=20
> OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd =
> 12 from=20
> OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] WriteClient: 12 Closing =
> data file=20
> 14.<BR>d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, =
> file=3D-1<BR>D=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET =
> /images/manage-classes.gif=20
> HTTP/1.1<BR>d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008):=20
> Authorization string =3D "Basic cm9vdDpwam90cjAw"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] decode_auth: 12 username=3D"root"<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> IsAuthorized: con->uri =3D "/images/manage-classes.gif"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D=20
> "/images/manage-classes.gif"...<BR>d [14/Oct/2004:20:04:55 +0200] =
> FindBest:=20
> Location / Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location =
> /jobs=20
> Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin =
> Limit=20
> 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, =
> satisfy=3D0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] get_file: 12=20
> filename=3D/usr/share/cups/doc-root/images/manage-classes.gif =
> size=3D289<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008,=20
> filename=3D"/usr/share/cups/doc-root/images/manage-classes.gif",=20
> filestats=3D0xbfff3040, type=3Dimage/gif)<BR>d [14/Oct/2004:20:04:55 =
> +0200] IsCGI:=20
> Returning 0...<BR>d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12=20
> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] check_if_modified: 12 sizes=3D0,289 =
> dates=3D1095770350,1095773950<BR>D=20
> [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D14<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] SendFile: Adding fd 12 to OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: Removing fd 12 from OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: 12 Closing data file 14.<BR>d [14/Oct/2004:20:04:55 +0200]=20
> AcceptClient(lis=3D0x808ba60) 0 NumClients =3D 1<BR>D =
> [14/Oct/2004:20:04:55 +0200]=20
> AcceptClient: 14 from OCC9:443.<BR>d [14/Oct/2004:20:04:55 +0200] =
> AcceptClient:=20
> Adding fd 14 to InputSet...<BR>d [14/Oct/2004:20:04:55 +0200] =
> ReadClient: 14,=20
> used=3D0, file=3D-1<BR>D [14/Oct/2004:20:04:55 +0200] ReadClient: 14 GET =
>
> /images/right.gif HTTP/1.1<BR>d [14/Oct/2004:20:04:55 +0200]=20
> decode_auth(0x403b0c3c): Authorization string =3D "Basic =
> cm9vdDpwam90cjAw"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] decode_auth: 14 username=3D"root"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D=20
> "/images/right.gif"<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: uri =3D=20
> "/images/right.gif"...<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: =
> Location /=20
> Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /jobs =
> Limit=20
> 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin Limit =
> 7f<BR>d=20
> [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>d =
> [14/Oct/2004:20:04:55 +0200]=20
> get_file: 14 filename=3D/usr/share/cups/doc-root/images/right.gif =
> size=3D145<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403b0c3c,=20
> filename=3D"/usr/share/cups/doc-root/images/right.gif", =
> filestats=3D0xbfff3040,=20
> type=3Dimage/gif)<BR>d [14/Oct/2004:20:04:55 +0200] IsCGI: Returning =
> 0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] check_if_modified: 14 =
> If-Modified-Since=3D"Tue, 21=20
> Sep 2004 13:39:10 GMT"<BR>d [14/Oct/2004:20:04:55 +0200] =
> check_if_modified: 14=20
> sizes=3D0,145 dates=3D1095770350,1095773950<BR>D [14/Oct/2004:20:04:55 =
> +0200]=20
> SendFile: 14 file=3D15<BR>d [14/Oct/2004:20:04:55 +0200] SendFile: =
> Adding fd 14 to=20
> OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] WriteClient: Removing fd =
> 14 from=20
> OutputSet...<BR>d [14/Oct/2004:20:04:55 +0200] WriteClient: 14 Closing =
> data file=20
> 15.<BR>d [14/Oct/2004:20:04:55 +0200] ReadClient: 12, used=3D0, =
> file=3D-1<BR>D=20
> [14/Oct/2004:20:04:55 +0200] ReadClient: 12 GET /images/manage-jobs.gif=20
> HTTP/1.1<BR>d [14/Oct/2004:20:04:55 +0200] decode_auth(0x403ae008):=20
> Authorization string =3D "Basic cm9vdDpwam90cjAw"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] decode_auth: 12 username=3D"root"<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> IsAuthorized: con->uri =3D "/images/manage-jobs.gif"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] FindBest: uri =3D "/images/manage-jobs.gif"...<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] FindBest: Location / Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] =
> FindBest:=20
> Location /jobs Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: =
> Location=20
> /admin Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D =
> "/"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, =
> satisfy=3D0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] get_file: 12=20
> filename=3D/usr/share/cups/doc-root/images/manage-jobs.gif =
> size=3D266<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008,=20
> filename=3D"/usr/share/cups/doc-root/images/manage-jobs.gif",=20
> filestats=3D0xbfff3040, type=3Dimage/gif)<BR>d [14/Oct/2004:20:04:55 =
> +0200] IsCGI:=20
> Returning 0...<BR>d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12=20
> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] check_if_modified: 12 sizes=3D0,266 =
> dates=3D1095770350,1095773950<BR>D=20
> [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D15<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] SendFile: Adding fd 12 to OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: Removing fd 12 from OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: 12 Closing data file 15.<BR>d [14/Oct/2004:20:04:55 +0200]=20
> ReadClient: 14, used=3D0, file=3D-1<BR>D [14/Oct/2004:20:04:55 +0200] =
> ReadClient: 14=20
> GET /images/manage-printers.gif HTTP/1.1<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> decode_auth(0x403b0c3c): Authorization string =3D "Basic =
> cm9vdDpwam90cjAw"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] decode_auth: 14 username=3D"root"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D=20
> "/images/manage-printers.gif"<BR>d [14/Oct/2004:20:04:55 +0200] =
> FindBest: uri =3D=20
> "/images/manage-printers.gif"...<BR>d [14/Oct/2004:20:04:55 +0200] =
> FindBest:=20
> Location / Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location =
> /jobs=20
> Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin =
> Limit=20
> 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, =
> satisfy=3D0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] get_file: 14=20
> filename=3D/usr/share/cups/doc-root/images/manage-printers.gif =
> size=3D296<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403b0c3c,=20
> filename=3D"/usr/share/cups/doc-root/images/manage-printers.gif",=20
> filestats=3D0xbfff3040, type=3Dimage/gif)<BR>d [14/Oct/2004:20:04:55 =
> +0200] IsCGI:=20
> Returning 0...<BR>d [14/Oct/2004:20:04:55 +0200] check_if_modified: 14=20
> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] check_if_modified: 14 sizes=3D0,296 =
> dates=3D1095770350,1095773950<BR>D=20
> [14/Oct/2004:20:04:55 +0200] SendFile: 14 file=3D15<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] SendFile: Adding fd 14 to OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: Removing fd 14 from OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: 14 Closing data file 15.<BR>d [14/Oct/2004:20:04:55 +0200]=20
> ReadClient: 12, used=3D0, file=3D-1<BR>D [14/Oct/2004:20:04:55 +0200] =
> ReadClient: 12=20
> GET /images/add-printer.gif HTTP/1.1<BR>d [14/Oct/2004:20:04:55 +0200]=20
> decode_auth(0x403ae008): Authorization string =3D "Basic =
> cm9vdDpwam90cjAw"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] decode_auth: 12 username=3D"root"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: con->uri =3D=20
> "/images/add-printer.gif"<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: =
> uri =3D=20
> "/images/add-printer.gif"...<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: =
>
> Location / Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location =
> /jobs=20
> Limit 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: Location /admin =
> Limit=20
> 7f<BR>d [14/Oct/2004:20:04:55 +0200] FindBest: best =3D "/"<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsAuthorized: auth =3D 0, =
> satisfy=3D0...<BR>d=20
> [14/Oct/2004:20:04:55 +0200] get_file: 12=20
> filename=3D/usr/share/cups/doc-root/images/add-printer.gif =
> size=3D252<BR>d=20
> [14/Oct/2004:20:04:55 +0200] IsCGI(con=3D0x403ae008,=20
> filename=3D"/usr/share/cups/doc-root/images/add-printer.gif",=20
> filestats=3D0xbfff3040, type=3Dimage/gif)<BR>d [14/Oct/2004:20:04:55 =
> +0200] IsCGI:=20
> Returning 0...<BR>d [14/Oct/2004:20:04:55 +0200] check_if_modified: 12=20
> If-Modified-Since=3D"Tue, 21 Sep 2004 13:39:10 GMT"<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] check_if_modified: 12 sizes=3D0,252 =
> dates=3D1095770350,1095773950<BR>D=20
> [14/Oct/2004:20:04:55 +0200] SendFile: 12 file=3D15<BR>d =
> [14/Oct/2004:20:04:55=20
> +0200] SendFile: Adding fd 12 to OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: Removing fd 12 from OutputSet...<BR>d [14/Oct/2004:20:04:55 =
> +0200]=20
> WriteClient: 12 Closing data file 15.<BR>d [14/Oct/2004:20:04:56 +0200]=20
> select_timeout: 11 seconds to process active jobs<BR>d =
> [14/Oct/2004:20:04:58=20
> +0200] ReadClient: 14, used=3D0, file=3D-1<BR>D [14/Oct/2004:20:04:58 =
> +0200]=20
> ReadClient: 14 GET /jobs HTTP/1.1<BR>d [14/Oct/2004:20:04:58 +0200]=20
> decode_auth(0x403b0c3c): Authorization string =3D "Basic =
> cm9vdDpwam90cjAw"<BR>d=20
> [14/Oct/2004:20:04:58 +0200] decode_auth: 14 username=3D"root"<BR>d=20
> [14/Oct/2004:20:04:58 +0200] IsAuthorized: con->uri =3D "/jobs"<BR>d=20
> [14/Oct/2004:20:04:58 +0200] FindBest: uri =3D "/jobs"...<BR>d=20
> [14/Oct/2004:20:04:58 +0200] FindBest: Location / Limit 7f<BR>d=20
> [14/Oct/2004:20:04:58 +0200] FindBest: Location /jobs Limit 7f<BR>d=20
> [14/Oct/2004:20:04:58 +0200] FindBest: Location /admin Limit 7f<BR>d=20
> [14/Oct/2004:20:04:58 +0200] FindBest: best =3D "/jobs"<BR>d =
> [14/Oct/2004:20:04:58=20
> +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>d =
> [14/Oct/2004:20:04:58 +0200]=20
> IsAuthorized: username =3D "root" password =3D 7 chars<BR>d =
> [14/Oct/2004:20:04:58=20
> +0200] IsAuthorized: Checking "root", address =3D c0a80120, hostname =3D =
> "OCC9"<BR>d=20
> [14/Oct/2004:20:04:58 +0200] argv[0] =3D "jobs.cgi"<BR>d =
> [14/Oct/2004:20:04:58=20
> +0200] envp[0] =3D "PATH=3D/bin:/usr/bin"<BR>d [14/Oct/2004:20:04:58 =
> +0200] envp[1]=20
> =3D "SERVER_SOFTWARE=3DCUPS/1.1"<BR>d [14/Oct/2004:20:04:58 +0200] =
> envp[2] =3D=20
> "GATEWAY_INTERFACE=3DCGI/1.1"<BR>d [14/Oct/2004:20:04:58 +0200] envp[3] =
> =3D=20
> "SERVER_PROTOCOL=3DHTTP/1.1"<BR>d [14/Oct/2004:20:04:58 +0200] envp[4] =
> =3D=20
> "REDIRECT_STATUS=3D1"<BR>d [14/Oct/2004:20:04:58 +0200] envp[5] =3D=20
> "CUPS_SERVER=3Dlocalhost"<BR>d [14/Oct/2004:20:04:58 +0200] envp[6] =3D=20
> "IPP_PORT=3D443"<BR>d [14/Oct/2004:20:04:58 +0200] envp[7] =3D=20
> "SERVER_NAME=3DSAMBA"<BR>d [14/Oct/2004:20:04:58 +0200] envp[8] =3D=20
> "SERVER_PORT=3D443"<BR>d [14/Oct/2004:20:04:58 +0200] envp[9] =3D=20
> "REMOTE_ADDR=3D192.168.1.32"<BR>d [14/Oct/2004:20:04:58 +0200] envp[10] =
> =3D=20
> "REMOTE_HOST=3DOCC9"<BR>d [14/Oct/2004:20:04:58 +0200] envp[11] =3D=20
> "REMOTE_USER=3Droot"<BR>d [14/Oct/2004:20:04:58 +0200] envp[12] =3D=20
> "LANG=3Den_US.ISO8859-1"<BR>d [14/Oct/2004:20:04:58 +0200] envp[13] =3D=20
> "TZ=3DEurope/Stockholm"<BR>d [14/Oct/2004:20:04:58 +0200] envp[14] =3D=20
> "TMPDIR=3D/data/spool/cups/tmp"<BR>d [14/Oct/2004:20:04:58 +0200] =
> envp[15] =3D=20
> "CUPS_DATADIR=3D/usr/share/cups"<BR>d [14/Oct/2004:20:04:58 +0200] =
> envp[16] =3D=20
> "CUPS_SERVERROOT=3D/etc/cups"<BR>d [14/Oct/2004:20:04:58 +0200] envp[17] =
> =3D=20
> "HTTP_USER_AGENT=3DMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; =
> ..NET CLR=20
> 1.0.3705)"<BR>d [14/Oct/2004:20:04:58 +0200] envp[18] =3D =
> "SCRIPT_NAME=3D/jobs"<BR>d=20
> [14/Oct/2004:20:04:58 +0200] envp[19] =3D "REQUEST_METHOD=3DGET"<BR>d=20
> [14/Oct/2004:20:04:58 +0200] AddCert: adding certificate for pid =
> 7484<BR>D=20
> [14/Oct/2004:20:04:58 +0200] CGI /usr/lib/cups/cgi-bin/jobs.cgi started =
> - PID =3D=20
> 7484<BR>I [14/Oct/2004:20:04:58 +0200] Started =
> "/usr/lib/cups/cgi-bin/jobs.cgi"=20
> (pid=3D7484)<BR>D [14/Oct/2004:20:04:58 +0200] SendCommand: 14 =
> file=3D16<BR>d=20
> [14/Oct/2004:20:04:58 +0200] SendCommand: Adding fd 16 to =
> InputSet...<BR>d=20
> [14/Oct/2004:20:04:58 +0200] SendCommand: Adding fd 14 to =
> OutputSet...<BR>d=20
> [14/Oct/2004:20:04:58 +0200] AcceptClient(lis=3D0x808ba60) 0 NumClients =
> =3D 2<BR>D=20
> [14/Oct/2004:20:04:58 +0200] AcceptClient: 15 from localhost:443.<BR>d=20
> [14/Oct/2004:20:04:58 +0200] AcceptClient: Adding fd 15 to =
> InputSet...<BR>d=20
> [14/Oct/2004:20:04:58 +0200] ReadClient: 15, used=3D0, file=3D-1<BR>E=20
> [14/Oct/2004:20:04:58 +0200] Bad request line "=16=03=01" from =
> localhost!<BR>D=20
> [14/Oct/2004:20:04:58 +0200] SendError: 15 code=3D400 (Bad Request)<BR>D =
>
> [14/Oct/2004:20:04:58 +0200] CloseClient: 15<BR>d [14/Oct/2004:20:04:58 =
> +0200]=20
> CloseClient: Removing fd 15 from InputSet and OutputSet...<BR>d=20
> [14/Oct/2004:20:04:59 +0200] WriteClient: 14 Content-Type:=20
> text/html;charset=3Diso-8859-1<BR>d [14/Oct/2004:20:04:59 +0200] =
> WriteClient: 14=20
> <BR>d [14/Oct/2004:20:04:59 +0200] WriteClient: 14 1471 bytes<BR>d=20
> [14/Oct/2004:20:04:59 +0200] PID 7484 exited with no errors.<BR>d=20
> [14/Oct/2004:20:04:59 +0200] DeleteCert: removing certificate for pid =
> 7484<BR>d=20
> [14/Oct/2004:20:04:59 +0200] WriteClient: Removing fd 14 from =
> OutputSet...<BR>d=20
> [14/Oct/2004:20:04:59 +0200] WriteClient: Removing fd 16 from =
> InputSet...<BR>d=20
> [14/Oct/2004:20:04:59 +0200] WriteClient: 14 Closing data file 16.<BR>d=20
> [14/Oct/2004:20:05:00 +0200] select_timeout: 11 seconds to process =
> active=20
> jobs<BR>d [14/Oct/2004:20:05:01 +0200] ReadClient: 12, used=3D0, =
> file=3D-1<BR>D=20
> [14/Oct/2004:20:05:01 +0200] ReadClient: 12 GET /printers HTTP/1.1<BR>d=20
> [14/Oct/2004:20:05:01 +0200] decode_auth(0x403ae008): Authorization =
> string =3D=20
> "Basic cm9vdDpwam90cjAw"<BR>d [14/Oct/2004:20:05:01 +0200] decode_auth: =
> 12=20
> username=3D"root"<BR>d [14/Oct/2004:20:05:01 +0200] IsAuthorized: =
> con->uri =3D=20
> "/printers"<BR>d [14/Oct/2004:20:05:01 +0200] FindBest: uri =3D=20
> "/printers"...<BR>d [14/Oct/2004:20:05:01 +0200] FindBest: Location / =
> Limit=20
> 7f<BR>d [14/Oct/2004:20:05:01 +0200] FindBest: Location /jobs Limit =
> 7f<BR>d=20
> [14/Oct/2004:20:05:01 +0200] FindBest: Location /admin Limit 7f<BR>d=20
> [14/Oct/2004:20:05:01 +0200] FindBest: best =3D "/"<BR>d =
> [14/Oct/2004:20:05:01=20
> +0200] IsAuthorized: auth =3D 0, satisfy=3D0...<BR>d =
> [14/Oct/2004:20:05:01 +0200]=20
> argv[0] =3D "printers.cgi"<BR>d [14/Oct/2004:20:05:01 +0200] envp[0] =3D =
>
> "PATH=3D/bin:/usr/bin"<BR>d [14/Oct/2004:20:05:01 +0200] envp[1] =3D=20
> "SERVER_SOFTWARE=3DCUPS/1.1"<BR>d [14/Oct/2004:20:05:01 +0200] envp[2] =
> =3D=20
> "GATEWAY_INTERFACE=3DCGI/1.1"<BR>d [14/Oct/2004:20:05:01 +0200] envp[3] =
> =3D=20
> "SERVER_PROTOCOL=3DHTTP/1.1"<BR>d [14/Oct/2004:20:05:01 +0200] envp[4] =
> =3D=20
> "REDIRECT_STATUS=3D1"<BR>d [14/Oct/2004:20:05:01 +0200] envp[5] =3D=20
> "CUPS_SERVER=3Dlocalhost"<BR>d [14/Oct/2004:20:05:01 +0200] envp[6] =3D=20
> "IPP_PORT=3D443"<BR>d [14/Oct/2004:20:05:01 +0200] envp[7] =3D=20
> "SERVER_NAME=3DSAMBA"<BR>d [14/Oct/2004:20:05:01 +0200] envp[8] =3D=20
> "SERVER_PORT=3D443"<BR>d [14/Oct/2004:20:05:01 +0200] envp[9] =3D=20
> "REMOTE_ADDR=3D192.168.1.32"<BR>d [14/Oct/2004:20:05:01 +0200] envp[10] =
> =3D=20
> "REMOTE_HOST=3DOCC9"<BR>d [14/Oct/2004:20:05:01 +0200] envp[11] =3D=20
> "REMOTE_USER=3Droot"<BR>d [14/Oct/2004:20:05:01 +0200] envp[12] =3D=20
> "LANG=3Den_US.ISO8859-1"<BR>d [14/Oct/2004:20:05:01 +0200] envp[13] =3D=20
> "TZ=3DEurope/Stockholm"<BR>d [14/Oct/2004:20:05:01 +0200] envp[14] =3D=20
> "TMPDIR=3D/data/spool/cups/tmp"<BR>d [14/Oct/2004:20:05:01 +0200] =
> envp[15] =3D=20
> "CUPS_DATADIR=3D/usr/share/cups"<BR>d [14/Oct/2004:20:05:01 +0200] =
> envp[16] =3D=20
> "CUPS_SERVERROOT=3D/etc/cups"<BR>d [14/Oct/2004:20:05:01 +0200] envp[17] =
> =3D=20
> "HTTP_USER_AGENT=3DMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; =
> ..NET CLR=20
> 1.0.3705)"<BR>d [14/Oct/2004:20:05:01 +0200] envp[18] =3D=20
> "SCRIPT_NAME=3D/printers"<BR>d [14/Oct/2004:20:05:01 +0200] envp[19] =3D =
>
> "REQUEST_METHOD=3DGET"<BR>d [14/Oct/2004:20:05:01 +0200] AddCert: adding =
>
> certificate for pid 7485<BR>D [14/Oct/2004:20:05:01 +0200] CGI=20
> /usr/lib/cups/cgi-bin/printers.cgi started - PID =3D 7485<BR>I=20
> [14/Oct/2004:20:05:01 +0200] Started =
> "/usr/lib/cups/cgi-bin/printers.cgi"=20
> (pid=3D7485)<BR>D [14/Oct/2004:20:05:01 +0200] SendCommand: 12 =
> file=3D16<BR>d=20
> [14/Oct/2004:20:05:01 +0200] SendCommand: Adding fd 16 to =
> InputSet...<BR>d=20
> [14/Oct/2004:20:05:01 +0200] SendCommand: Adding fd 12 to =
> OutputSet...<BR>d=20
> [14/Oct/2004:20:05:01 +0200] AcceptClient(lis=3D0x808ba60) 0 NumClients =
> =3D 2<BR>D=20
> [14/Oct/2004:20:05:01 +0200] AcceptClient: 15 from localhost:443.<BR>d=20
> [14/Oct/2004:20:05:01 +0200] AcceptClient: Adding fd 15 to =
> InputSet...<BR>d=20
> [14/Oct/2004:20:05:01 +0200] ReadClient: 15, used=3D0, =
> file=3D-1<BR><FONT=20
> color=3D#ff0000><FONT size=3D3>E [14/Oct/2004:20:05:01 +0200] Bad =
> request line "=16=03=01"=20
> from localhost!</font><BR></font>D [14/Oct/2004:20:05:01 +0200] =
> SendError: 15=20
> code=3D400 (Bad Request)<BR>D [14/Oct/2004:20:05:01 +0200] CloseClient: =
> 15<BR>d=20
> [14/Oct/2004:20:05:01 +0200] CloseClient: Removing fd 15 from InputSet =
> and=20
> OutputSet...<BR>d [14/Oct/2004:20:05:02 +0200] WriteClient: 12 =
> Content-Type:=20
> text/html;charset=3Diso-8859-1<BR>d [14/Oct/2004:20:05:02 +0200] =
> WriteClient: 12=20
> <BR>d [14/Oct/2004:20:05:02 +0200] WriteClient: 12 1595 bytes<BR>d=20
> [14/Oct/2004:20:05:02 +0200] PID 7485 exited with no errors.<BR>d=20
> [14/Oct/2004:20:05:02 +0200] DeleteCert: removing certificate for pid =
> 7485<BR>d=20
> [14/Oct/2004:20:05:02 +0200] WriteClient: Removing fd 12 from =
> OutputSet...<BR>d=20
> [14/Oct/2004:20:05:02 +0200] WriteClient: Removing fd 16 from =
> InputSet...<BR>d=20
> [14/Oct/2004:20:05:02 +0200] WriteClient: 12 Closing data file =
> 16.<BR><FONT=20
> color=3D#ff0000 size=3D3>E [14/Oct/2004:20:05:02 +0200] [CGI] =
> CUPS-Get-Printers=20
> request failed - server-error-internal-error (500)<BR></font>d=20
> [14/Oct/2004:20:05:03 +0200] select_timeout: 11 seconds to process =
> active=20
> jobs<BR>I [14/Oct/2004:20:06:06 +0200] [Job 249] Spooling LPR job, 19%=20
> complete...<BR>I [14/Oct/2004:20:06:07 +0200] [Job 249] Spooling LPR =
> job, 19%=20
> complete...<BR>d [14/Oct/2004:20:06:08 +0200] select_timeout: 11 seconds =
> to=20
> process active jobs<BR>d [14/Oct/2004:20:06:19 +0200] select_timeout: 11 =
> seconds=20
> to process active jobs<BR>d [14/Oct/2004:20:06:30 +0200] select_timeout: =
> 11=20
> seconds to process active jobs<BR>d [14/Oct/2004:20:06:41 +0200] =
> select_timeout:=20
> 11 seconds to process active jobs<BR>d [14/Oct/2004:20:06:52 +0200]=20
> select_timeout: 11 seconds to process active jobs<BR>d =
> [14/Oct/2004:20:06:54=20
> +0200] ReadClient: 14, used=3D0, file=3D-1<BR>d [14/Oct/2004:20:06:54 =
> +0200]=20
> ReadClient: httpGets returned EOF...<BR>D [14/Oct/2004:20:06:54 +0200]=20
> CloseClient: 14<BR>d [14/Oct/2004:20:06:54 +0200] CloseClient: Removing =
> fd 14=20
> from InputSet and OutputSet...<BR>d [14/Oct/2004:20:06:54 +0200] =
> ReadClient: 12,=20
> used=3D0, file=3D-1<BR>d [14/Oct/2004:20:06:54 +0200] ReadClient: =
> httpGets returned=20
> EOF...<BR>D [14/Oct/2004:20:06:54 +0200] CloseClient: 12<BR>d=20
> [14/Oct/2004:20:06:54 +0200] CloseClient: Removing fd 12 from InputSet =
> and=20
> OutputSet...<BR>d [14/Oct/2004:20:06:55 +0200] select_timeout: 11 =
> seconds to=20
> process active jobs<BR>d [14/Oct/2004:20:07:06 +0200] select_timeout: 11 =
> seconds=20
> to process active jobs<BR>I [14/Oct/2004:20:07:09 +0200] [Job 249] =
> Spooling LPR=20
> job, 19% complete...<BR>I [14/Oct/2004:20:07:22 +0200] [Job 249] =
> Spooling LPR=20
> job, 21% complete...<BR>d [14/Oct/2004:20:07:23 +0200] select_timeout: =
> 11=20
> seconds to process active jobs<BR>d [14/Oct/2004:20:07:34 +0200] =
> select_timeout:=20
> 11 seconds to process active jobs<BR>d [14/Oct/2004:20:07:45 +0200]=20
> select_timeout: 11 seconds to process active jobs<BR>d =
> [14/Oct/2004:20:07:56=20
> +0200] select_timeout: 7 seconds to update root certificate<BR>d=20
> [14/Oct/2004:20:08:03 +0200] DeleteCert: removing certificate for pid =
> 0<BR>d=20
> [14/Oct/2004:20:08:03 +0200] AddCert: adding certificate for pid 0<BR>d=20
> [14/Oct/2004:20:08:03 +0200] select_timeout: 11 seconds to process =
> active=20
> jobs<BR>d [14/Oct/2004:20:08:14 +0200] select_timeout: 11 seconds to =
> process=20
> active jobs<BR></div>
> <DIV> </div></font></font></div></font></font></div></font></div></b> ODY></html>
>
> ------=_NextPart_000_01FD_01C4CCD0.36A344B0--
>
>





More information about the cups mailing list