You are not logged in.

#1 2008-04-11 06:22:01

kikinovak
Member
From: Montpezat (South France)
Registered: 2005-12-07
Posts: 96
Website

Trouble setting up a Brother HL-2030 laser printer with CUPS

Hi,

I have a Brother HL-2030 laser printer that I've already setup successfully at work, on various distributions: CentOS, Debian and Slackware. I also have this printer at home, so I tried to set it up on my brandnew Arch install. I have a base system with X11 and XFCE desktop environment. To setup CUPS on Arch, I've followed the according CUPS Wiki entries on archlinux.org and archlinux.de.

Here's the packages I installed to have CUPS:

- cups
- ghostscript
- a2ps
- gutenprint
- foomatic-db
- foomatic-db-engine
- foomatic-db-ppd
- foomatic-filters

I edited /etc/cups/cupsd.conf, and here's what I changed to the default configuration:

# Only listen for connections from the local machine.
Listen localhost:631
Listen 192.168.1.2

# Restrict access to the server...
# By default only localhost connections are possible
<Location />
  Order allow,deny
  Allow localhost
  Allow 192.168.1.*
</Location>

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

I started the CUPS daemon, connected to the web interface at http://localhost:631 and setup my printer with the Gutenprint drivers for HL-2060 (as recommended). Then I defined the printer as default.

Here's the output of lpstat -t in a Terminal, which shows the printer OK:

[root@archtest2:/etc/cups] # lpstat -t
l'ordonnanceur tourne
destination par défaut du système : BrotherHL2030
périphérique pour BrotherHL2030 : usb://Brother/HL-2030%20series
BrotherHL2030 accepte les requêtes depuis le ven 11 avr 2008 08:04:04 CEST

But when I try to print the CUPS test page, I get... nothing. The printer shortly begins to hum, but doesn't print.

Next step, I set the LogLevel in cupsd.conf to being more verbose. Here's the output of /var/log/cups/error_log when I try in vain to print a test page:

d [11/Apr/2008:08:20:34 +0200] get_file: 12 filename=/usr/share/cups/doc/fr/images/button-move-job.gif size=610
d [11/Apr/2008:08:20:34 +0200] is_cgi(con=0x81195a0, filename="/usr/share/cups/doc/fr/images/button-move-job.gif", filestats=0xbf94ac98, type=image/gif)
d [11/Apr/2008:08:20:34 +0200] is_cgi: Returning 0...
d [11/Apr/2008:08:20:34 +0200] check_if_modified: 12 If-Modified-Since="Thu, 03 Apr 2008 17:48:13 GMT"
d [11/Apr/2008:08:20:34 +0200] check_if_modified: 12 sizes=0,610 dates=1207244893,1207244893
D [11/Apr/2008:08:20:34 +0200] cupsdSendError: 12 code=304 (Not Modified)
d [11/Apr/2008:08:20:34 +0200] cupsdDoSelect: Read on fd 8...
d [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 8, used=0, file=-1 state=0
D [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 8 GET /images/bottom-left.gif HTTP/1.1
d [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 8 Browser asked for language "fr.utf-8"...
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: uri = "/images/bottom-left.gif"...
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location /admin/conf Limit 7f
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location /admin Limit 7f
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location / Limit 7f
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: best = /
d [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: con->uri="/images/bottom-left.gif", con->best=0x80ae560(/)
d [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: Authorization="Basic cm9vdDpDYmliY2QxZG8="
D [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: Authorized as root using Basic
d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: con->uri="/images/bottom-left.gif", con->best=0x80ae560(/)
d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [11/Apr/2008:08:20:34 +0200] get_file: 8 filename=/usr/share/cups/doc/images/bottom-left.gif size=122
d [11/Apr/2008:08:20:34 +0200] is_cgi(con=0x80f5fc0, filename="/usr/share/cups/doc/images/bottom-left.gif", filestats=0xbf94ac98, type=image/gif)
d [11/Apr/2008:08:20:34 +0200] is_cgi: Returning 0...
d [11/Apr/2008:08:20:34 +0200] check_if_modified: 8 If-Modified-Since="Thu, 03 Apr 2008 17:48:14 GMT"
d [11/Apr/2008:08:20:34 +0200] check_if_modified: 8 sizes=0,122 dates=1207244894,1207244894
D [11/Apr/2008:08:20:34 +0200] cupsdSendError: 8 code=304 (Not Modified)
d [11/Apr/2008:08:20:34 +0200] cupsdDoSelect: Read on fd 13...
d [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 13, used=0, file=-1 state=0
D [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 13 GET /images/bottom-right.gif HTTP/1.1
d [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 13 Browser asked for language "fr.utf-8"...
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: uri = "/images/bottom-right.gif"...
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location /admin/conf Limit 7f
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location /admin Limit 7f
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location / Limit 7f
d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: best = /
d [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: con->uri="/images/bottom-right.gif", con->best=0x80ae560(/)
d [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: Authorization="Basic cm9vdDpDYmliY2QxZG8="
D [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: Authorized as root using Basic
d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: con->uri="/images/bottom-right.gif", con->best=0x80ae560(/)
d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [11/Apr/2008:08:20:34 +0200] get_file: 13 filename=/usr/share/cups/doc/images/bottom-right.gif size=123
d [11/Apr/2008:08:20:34 +0200] is_cgi(con=0x811cd10, filename="/usr/share/cups/doc/images/bottom-right.gif", filestats=0xbf94ac98, type=image/gif)
d [11/Apr/2008:08:20:34 +0200] is_cgi: Returning 0...
d [11/Apr/2008:08:20:34 +0200] check_if_modified: 13 If-Modified-Since="Thu, 03 Apr 2008 17:48:14 GMT"
d [11/Apr/2008:08:20:34 +0200] check_if_modified: 13 sizes=0,123 dates=1207244894,1207244894
D [11/Apr/2008:08:20:34 +0200] cupsdSendError: 13 code=304 (Not Modified)
d [11/Apr/2008:08:20:34 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: epoll() returned 1...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: Read on fd 17...
D [11/Apr/2008:08:20:35 +0200] [Job 8] Wrote 8192 bytes of print data...
D [11/Apr/2008:08:20:35 +0200] [Job 8] Read 8192 bytes of print data...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: epoll() returned 1...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: Read on fd 17...
D [11/Apr/2008:08:20:35 +0200] [Job 8] Wrote 8192 bytes of print data...
D [11/Apr/2008:08:20:35 +0200] [Job 8] Read 8192 bytes of print data...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: epoll() returned 1...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: Read on fd 17...
D [11/Apr/2008:08:20:35 +0200] [Job 8] Wrote 8192 bytes of print data...
D [11/Apr/2008:08:20:35 +0200] [Job 8] Read 8192 bytes of print data...
d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: epoll() returned 1...
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: Read on fd 17...
D [11/Apr/2008:08:20:36 +0200] [Job 8] Wrote 8192 bytes of print data...
D [11/Apr/2008:08:20:36 +0200] [Job 8] Read 4249 bytes of print data...
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: epoll() returned 1...
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: Read on fd 17...
D [11/Apr/2008:08:20:36 +0200] [Job 8] Wrote 4249 bytes of print data...
d [11/Apr/2008:08:20:36 +0200] process_children()
D [11/Apr/2008:08:20:36 +0200] PID 5954 (/usr/lib/cups/backend/usb) exited with no errors.
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: epoll() returned 1...
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: Read on fd 17...
D [11/Apr/2008:08:20:36 +0200] [Job 8] File 0 is complete.
d [11/Apr/2008:08:20:36 +0200] [Job 8] cupsdFinishJob: job->status is 0
d [11/Apr/2008:08:20:36 +0200] cupsdRemoveSelect: fd=17
d [11/Apr/2008:08:20:36 +0200] [Job 8] cupsdFinishJob: Closing status pipes [ 17 -1 ]...
I [11/Apr/2008:08:20:36 +0200] [Job 8] Completed successfully.
d [11/Apr/2008:08:20:36 +0200] cupsdCancelJob: id = 8
d [11/Apr/2008:08:20:36 +0200] [Job 8] cupsdStopJob: force = 0
d [11/Apr/2008:08:20:36 +0200] cupsdAddEvent(event=printer-state-changed, dest=0x80c8840(BrotherHL2030), job=(nil)(0), text="%s "%s" state changed.", ...)
D [11/Apr/2008:08:20:36 +0200] Discarding unused printer-state-changed event...
d [11/Apr/2008:08:20:36 +0200] [Job 8] Closing print pipes [ -1 -1 ]...
d [11/Apr/2008:08:20:36 +0200] [Job 8] Closing back pipes [ -1 -1 ]...
d [11/Apr/2008:08:20:36 +0200] [Job 8] Closing side pipes [ -1 -1 ]...
d [11/Apr/2008:08:20:36 +0200] cupsdAddEvent(event=job-completed, dest=0x80c8840(BrotherHL2030), job=0x80fd060(8), text="Job completed.", ...)
D [11/Apr/2008:08:20:36 +0200] Discarding unused job-completed event...
d [11/Apr/2008:08:20:36 +0200] cupsdSaveJob(job=0x80fd060(8)): job->attrs=0x80fcd60
d [11/Apr/2008:08:20:36 +0200] cupsdCheckJobs: 0 active jobs, sleeping=0, reload=0
d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: polling 10 fds for 1 seconds...
d [11/Apr/2008:08:20:37 +0200] cupsdDoSelect: epoll() returned 0...
D [11/Apr/2008:08:20:37 +0200] [Job 8] Unloading...
d [11/Apr/2008:08:20:37 +0200] select_timeout(0): 298 seconds to timeout a client connection
d [11/Apr/2008:08:20:37 +0200] cupsdDoSelect: polling 10 fds for 298 seconds...
[root@archtest2:/etc/cups] #

Which leaves me clueless...

Any suggestions?


Dyslexics have more fnu.

Offline

#2 2008-04-11 11:22:08

kikinovak
Member
From: Montpezat (South France)
Registered: 2005-12-07
Posts: 96
Website

Re: Trouble setting up a Brother HL-2030 laser printer with CUPS

Tricky one, but I finally succeeded. The solution was to use the drivers provided by Brother. After following something like ten links in a row, you have the choice between Debian, Red Hat and SuSE drivers. So I took the time to write a PKGBUILD for my repo, installed it, and it works like a charm now (had to replace every instance of /etc/init.d in the script by /etc/rc.d, though).

Cheers...


Dyslexics have more fnu.

Offline

#3 2008-04-11 12:52:19

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,221
Website

Re: Trouble setting up a Brother HL-2030 laser printer with CUPS

I would have also suggested to use the brother driver. Although unpacking the .deb, looking for the .ppd file and copying it over to the right /usr/share/ppd (?)-folder would have easier I think.

Zl.

Offline

#4 2008-04-18 13:07:16

Zanton
Member
Registered: 2005-12-06
Posts: 80

Re: Trouble setting up a Brother HL-2030 laser printer with CUPS

Offline

#5 2008-04-25 08:54:09

TheBodziO
Member
From: Dukla, Poland
Registered: 2006-07-28
Posts: 230
Website

Re: Trouble setting up a Brother HL-2030 laser printer with CUPS


It's not the best thing when they call you a "member" you know… wink

Offline

#6 2008-05-27 16:52:33

eNTi
Member
Registered: 2006-04-30
Posts: 109

Re: Trouble setting up a Brother HL-2030 laser printer with CUPS

my brother hl-1430 shows similar symptoms. should i install the brother drivers for this model too? it worked a few weeks ago... but cups tend to break stuff... constantly. i had this printer working for years, then it wouldn't work for about a year (on gentoo), then i switched to arch where it worked with kde and now it stopped working again. i'm really wondering what those guys are doing over there.

D [27/May/2008:18:42:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:02 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:02 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:02 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:02 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:02 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:02 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:02 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:02 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:02 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:02 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:02 +0200] CUPS-Get-Default
D [27/May/2008:18:42:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:02 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:02 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:02 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:02 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:02 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:07 +0200] Report: clients=1
D [27/May/2008:18:42:07 +0200] Report: jobs=58
D [27/May/2008:18:42:07 +0200] Report: jobs-active=1
D [27/May/2008:18:42:07 +0200] Report: printers=1
D [27/May/2008:18:42:07 +0200] Report: printers-implicit=0
D [27/May/2008:18:42:07 +0200] Report: stringpool-string-count=524
D [27/May/2008:18:42:07 +0200] Report: stringpool-alloc-bytes=7744
D [27/May/2008:18:42:07 +0200] Report: stringpool-total-bytes=9544
D [27/May/2008:18:42:07 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:07 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:07 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:07 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:07 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:07 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:07 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:07 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:07 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:07 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:07 +0200] CUPS-Get-Default
D [27/May/2008:18:42:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:07 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:07 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:07 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:07 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:07 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:12 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:12 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:12 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:12 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:12 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:12 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:12 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:12 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:12 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:12 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:12 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:12 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:12 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:12 +0200] CUPS-Get-Default
D [27/May/2008:18:42:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:12 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:12 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:12 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:12 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:12 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:12 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:17 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:17 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:17 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:17 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:17 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:17 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:17 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:17 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:17 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:17 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:17 +0200] CUPS-Get-Default
D [27/May/2008:18:42:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:17 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:17 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:17 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:17 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:17 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:22 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:22 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:22 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:22 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:22 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:22 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:22 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:22 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:22 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:22 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:22 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:22 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:22 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:22 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:22 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:22 +0200] CUPS-Get-Default
D [27/May/2008:18:42:22 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:22 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:22 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:22 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:22 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:22 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:22 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:22 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:27 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:27 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:27 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:27 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:27 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:27 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:27 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:27 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:27 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:27 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:27 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:27 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:27 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:27 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:27 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:27 +0200] CUPS-Get-Default
D [27/May/2008:18:42:27 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:27 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:27 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:27 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:27 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:27 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:27 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:27 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:32 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:32 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:32 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:32 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:32 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:32 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:32 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:32 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:32 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:32 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:32 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:32 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:32 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:32 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:32 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:32 +0200] CUPS-Get-Default
D [27/May/2008:18:42:32 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:32 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:32 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:32 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:32 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:32 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:32 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:32 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:37 +0200] cupsdNetIFUpdate: "lo" = localhost...
D [27/May/2008:18:42:37 +0200] cupsdNetIFUpdate: "eth0" = 192.168.1.2...
D [27/May/2008:18:42:37 +0200] cupsdNetIFUpdate: "lo" = localhost...
D [27/May/2008:18:42:37 +0200] cupsdNetIFUpdate: "eth0" = fe80::21d:7dff:fe9d:62e6%eth0...
D [27/May/2008:18:42:37 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:37 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:37 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:37 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:37 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:37 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:37 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:37 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:37 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:37 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:37 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:37 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:37 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:37 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:37 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:37 +0200] CUPS-Get-Default
D [27/May/2008:18:42:37 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:37 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:37 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:37 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:37 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:37 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:37 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:37 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:42 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:42 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:42 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:42 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:42 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:42 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:42 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:42 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:42 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:42 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:42 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:42 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:42 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:42 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:42 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:42 +0200] CUPS-Get-Default
D [27/May/2008:18:42:42 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:42 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:42 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:42 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:42 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:42 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:42 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:42 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:47 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:47 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:47 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:47 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:47 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:47 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:47 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:47 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:47 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:47 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:47 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:47 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:47 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:47 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:47 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:47 +0200] CUPS-Get-Default
D [27/May/2008:18:42:47 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:47 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:47 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:47 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:47 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:47 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:47 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:47 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:52 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:52 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:52 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:52 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:52 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:52 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:52 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:52 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:52 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:52 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:52 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:52 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:52 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:52 +0200] CUPS-Get-Default
D [27/May/2008:18:42:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:52 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:52 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:52 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:52 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:52 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:52 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:57 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:57 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:57 +0200] CUPS-Get-Printers
D [27/May/2008:18:42:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:57 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:57 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:42:57 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:57 +0200] CUPS-Get-Classes
D [27/May/2008:18:42:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:57 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:57 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:42:57 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:57 +0200] CUPS-Get-Default
D [27/May/2008:18:42:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:57 +0200] cupsdCloseClient: 7
D [27/May/2008:18:42:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:42:57 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:42:57 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:42:57 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:42:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:42:57 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:43:02 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:43:02 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:43:02 +0200] CUPS-Get-Printers
D [27/May/2008:18:43:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:43:02 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:43:02 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:43:02 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:43:02 +0200] CUPS-Get-Classes
D [27/May/2008:18:43:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:43:02 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:43:02 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:43:02 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:43:02 +0200] CUPS-Get-Default
D [27/May/2008:18:43:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:43:02 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:43:02 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:43:02 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:43:02 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:43:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:43:02 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:43:07 +0200] Report: clients=1
D [27/May/2008:18:43:07 +0200] Report: jobs=58
D [27/May/2008:18:43:07 +0200] Report: jobs-active=1
D [27/May/2008:18:43:07 +0200] Report: printers=1
D [27/May/2008:18:43:07 +0200] Report: printers-implicit=0
D [27/May/2008:18:43:07 +0200] Report: stringpool-string-count=524
D [27/May/2008:18:43:07 +0200] Report: stringpool-alloc-bytes=7744
D [27/May/2008:18:43:07 +0200] Report: stringpool-total-bytes=9544
D [27/May/2008:18:43:07 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:43:07 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:43:07 +0200] CUPS-Get-Printers
D [27/May/2008:18:43:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:43:07 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:43:07 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
D [27/May/2008:18:43:07 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:43:07 +0200] CUPS-Get-Classes
D [27/May/2008:18:43:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:43:07 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:43:07 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
D [27/May/2008:18:43:07 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:43:07 +0200] CUPS-Get-Default
D [27/May/2008:18:43:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:43:07 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
D [27/May/2008:18:43:07 +0200] cupsdReadClient: 7 POST / HTTP/1.1
D [27/May/2008:18:43:07 +0200] cupsdAuthorize: No authentication data provided.
D [27/May/2008:18:43:07 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
D [27/May/2008:18:43:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [27/May/2008:18:43:07 +0200] cupsdCloseClient: 7
D [27/May/2008:18:43:08 +0200] cupsdNetIFUpdate: "lo" = localhost...
D [27/May/2008:18:43:08 +0200] cupsdNetIFUpdate: "eth0" = 192.168.1.2...
D [27/May/2008:18:43:08 +0200] cupsdNetIFUpdate: "lo" = localhost...
D [27/May/2008:18:43:08 +0200] cupsdNetIFUpdate: "eth0" = fe80::21d:7dff:fe9d:62e6%eth0...

Offline

Board footer

Powered by FluxBB