[cups.general] Re: CUPS-error !!

angel bosch abo at brujulatelecom.com
Wed Dec 1 08:04:58 PST 2004


i also think is a auth problem.

this makes no sense for me:

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

and also i can see names like

> > Allow From OCC9
> > Allow From OCC8
> > Allow From OCC6A
> > Allow From ASPIRE
> > Allow From SAMBA

are this names FQN or just entries in /etc/hosts? i hope these aren't
supposed to be netbios names...

by the way, what i'll do is try something simple like this on
cupsd.conf:

=============================================

LogFilePerm 0600
MaxLogSize 2000000000
LogLevel info
Printcap /etc/printcap
Port 631
Browsing On
BrowseProtocols cups
BrowseAddress @LOCAL
BrowseShortNames Yes
BrowseAllow from @LOCAL
BrowseInterval 10
BrowseOrder allow,deny
BrowsePort 631
<Location />
AuthType None
</Location>
<Location /admin>
AuthType None
</Location>

=============================================


so make a backup of your cupsd.conf and try this one. then if it works
you can start modifying things.


see you

El dc 01 de 12 del 2004 a les 16:40 +0100, en/na Olof Hägerlund va
escriure:
>  
> Sorry about my answer-delay, but I tried your remedy -- and no help;
> it stayed the same! There gotta be something else. Any suggestions.
> please? 
> Regards, OlofHld
>  
>  
>  
>  
>  
>  
> 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.
> 
> 
>  
> > 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 $"
> > #
> > #
> >
> > ServerName SAMBA
> > #ServerAdmin root at your.domain.com
> >
> > =20
> > AccessLog /data/log/cups/access_log
> >
> >
> >
> > DataDir /usr/share/cups
> >
> > DefaultCharset notused
> >
> > DefaultLanguage en
> >
> > DocumentRoot /usr/share/cups/doc-root
> >
> > ErrorLog /data/log/cups/error_log
> >
> > FileDevice Yes
> >
> >
> > =20
> > FontPath /usr/share/cups/fonts
> >
> >
> > LogLevel debug2
> >
> > MaxLogSize 524288
> >
> >
> > PageLog /data/log/cups/page_log
> >
> >
> > MaxCopies 100
> >
> > MaxJobs 500
> >
> > MaxJobsPerPrinter 0
> >
> > MaxJobsPerUser 0
> >
> > MaxPrinterHistory 10
> >
> > Printcap /etc/printcap.cups
> >
> > PrintcapFormat BSD
> >
> > RequestRoot /data/spool/cups
> >
> > RemoteRoot remroot
> >
> > # ServerBin /usr/lib/cups/cgi-bin
> >
> > ServerRoot /etc/cups
> >
> > #User lp
> > User root
> > Group lpadmin
> > Group sys
> >
> >
> > TempDir /data/spool/cups/tmp
> >
> >
> >
> > #Port 80
> > Port 443
> > Port 631
> >
> > HostNameLookups On
> >
> >
> > KeepAlive On
> >
> > KeepAliveTimeout 60
> >
> > MaxClients 100
> >
> >
> > 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
> >
> >
> > ImplicitClasses On
> >
> >
> > #ImplicitAnyCLasses Off
> >
> >
> > HideImplicitMembers No
> >
> >
> > =20
> > #SystemGroup lpadmin
> > SystemGroup sys
> >
> >
> > <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 /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
> >
> >
> 
> _______________________________________________
> cups mailing list
> cups at easysw.com
> http://lists.easysw.com/mailman/listinfo/cups
-- 
àngel bosch
abosch at brujulatelecom.com 
-------------------------
software is like sex
is better when its free







More information about the cups mailing list