The fact is that, every time someone decides that changing the printing stack would be funny, my printers stop working for one reason or another. I really hate that.
I am posting here because I am using a driver that's not in portage. The procedure to install it is a bit weird as well, since I am using rpm, like this:
Code: Select all
# rpm -i --nodeps --replacepkgs mfcj430wlpr-3.0.1-1.i386.rpm mfcj430wcupswrapper-3.0.0-1.i386.rpmCode: Select all
ln /opt/brother/Printers/mfcj430w/cupswrapper/cupswrappermfcj430w /usr/libexec/cups/filter/brother_lpdwrapper_mfcj430w -nfsThis is the output (with debug enable in cupsd.conf) when I launch the test page:
Code: Select all
D [18/Feb/2014:18:13:36 +0100] [Client 13] POST /printers/Sister HTTP/1.1
D [18/Feb/2014:18:13:36 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
D [18/Feb/2014:18:13:36 +0100] [Client 13] Authorized as root using Basic
D [18/Feb/2014:18:13:36 +0100] [CGI] argv[0] = "/usr/libexec/cups/cgi-bin/printers.cgi"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/html"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/libexec/cups"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[9] = "PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@jesgue-laptop"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.7.1"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[13] = "USER=root"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[15] = "CUPS_SERVER=/run/cups/cups.sock"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[17] = "IPP_PORT=631"
D [18/Feb/2014:18:13:36 +0100] [CGI] envp[18] = "AUTH_TYPE=Basic"
D [18/Feb/2014:18:13:36 +0100] [Job 94] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [18/Feb/2014:18:13:36 +0100] [Job 94] envp[30]="AUTH_I****"
I [18/Feb/2014:18:13:36 +0100] [Job 94] Started filter /usr/libexec/cups/filter/bannertopdf (PID 31332)
I [18/Feb/2014:18:13:36 +0100] [Job 94] Started filter /usr/libexec/cups/filter/pdftopdf (PID 31333)
I [18/Feb/2014:18:13:36 +0100] [Job 94] Started filter /usr/libexec/cups/filter/pdftops (PID 31334)
I [18/Feb/2014:18:13:36 +0100] [Job 94] Started filter /usr/libexec/cups/filter/brother_lpdwrapper_mfcj430w (PID 31335)
I [18/Feb/2014:18:13:36 +0100] [Job 94] Started backend /usr/libexec/cups/backend/socket (PID 31336)
D [18/Feb/2014:18:13:36 +0100] Discarding unused job-state-changed event...
D [18/Feb/2014:18:13:36 +0100] [Client 15] Returning IPP successful-ok for Print-Job (ipp://localhost:631/printers/Sister) from localhost
D [18/Feb/2014:18:13:36 +0100] [Client 15] Content-Length: 171
D [18/Feb/2014:18:13:36 +0100] [Client 15] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=171, response=0xb8507838(IPP_IDLE), pipe_pid=0, file=-1
D [18/Feb/2014:18:13:36 +0100] [Client 15] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [18/Feb/2014:18:13:36 +0100] [Client 15] bytes=0, http_state=0, data_remaining=0
D [18/Feb/2014:18:13:36 +0100] [Client 15] Waiting for request.
D [18/Feb/2014:18:13:36 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients and dirty files"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: REMOTE_USER="root"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.1"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: REMOTE_USER="root"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.1"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetArray: job_uri[0]="/jobs/94"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetArray: job_id[0]="94"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetArray: job_state[0]="3"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetArray: job_state_reasons[0]="none"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: refresh_page="2;URL=/printers/Sister"
D [18/Feb/2014:18:13:36 +0100] [Job 94] pdftops - copying to temp print file "/var/spool/cups/tmp/07a665308eaf2"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: TITLE="Imprimir página de prueba"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: SERVER_NAME="localhost"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: REMOTE_USER="root"
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.7.1"
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] Script header: Content-Type: text/html;charset=utf-8
D [18/Feb/2014:18:13:36 +0100] Script header:
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [CGI] cgiSetVariable: PRINTER_NAME="Sister"
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 15] HTTP_STATE_WAITING Closing on EOF
D [18/Feb/2014:18:13:36 +0100] [Client 15] Closing connection.
D [18/Feb/2014:18:13:36 +0100] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [18/Feb/2014:18:13:36 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:36 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31331, file=16
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:36 +0100] [Client 13] Waiting for request.
D [18/Feb/2014:18:13:36 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: +connecting-to-device
D [18/Feb/2014:18:13:36 +0100] cupsdMarkDirty(---J-)
D [18/Feb/2014:18:13:36 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [18/Feb/2014:18:13:36 +0100] [Job 94] Looking up "192.168.2.130"...
D [18/Feb/2014:18:13:36 +0100] Discarding unused printer-state-changed event...
D [18/Feb/2014:18:13:36 +0100] PID 31331 (/usr/libexec/cups/cgi-bin/printers.cgi) exited with no errors.
D [18/Feb/2014:18:13:36 +0100] [Job 94] rm: cannot remove '/usr/share/cups/model/Brother/brother_mfcj430w_printer_en.ppd': Permission denied
D [18/Feb/2014:18:13:36 +0100] [Job 94] cp: cannot create regular file '/usr/share/cups/model/Brother/brother_mfcj430w_printer_en.ppd': Permission denied
D [18/Feb/2014:18:13:36 +0100] [Job 94] chmod: changing permissions of '/usr/share/cups/model/Brother/brother_mfcj430w_printer_en.ppd': Operation not permitted
D [18/Feb/2014:18:13:36 +0100] [Job 94] cp: cannot create regular file '/usr/share/ppd/Brother/brother_mfcj430w_printer_en.ppd': Permission denied
D [18/Feb/2014:18:13:36 +0100] [Job 94] chmod: changing permissions of '/usr/share/ppd/Brother/brother_mfcj430w_printer_en.ppd': Operation not permitted
D [18/Feb/2014:18:13:36 +0100] [Job 94] PID 31332 (/usr/libexec/cups/filter/bannertopdf) exited with no errors.
D [18/Feb/2014:18:13:36 +0100] [Job 94] Printer make and model: Brother MFC-J430W
D [18/Feb/2014:18:13:36 +0100] [Job 94] No resolution information found in the PPD file.
D [18/Feb/2014:18:13:36 +0100] [Job 94] PID 31333 (/usr/libexec/cups/filter/pdftopdf) exited with no errors.
D [18/Feb/2014:18:13:36 +0100] [Job 94] Using image rendering resolution 300 dpi
D [18/Feb/2014:18:13:36 +0100] [Job 94] Started filter pdftops (PID 31359)
D [18/Feb/2014:18:13:36 +0100] [Job 94] Started filter pstops (PID 31360)
D [18/Feb/2014:18:13:36 +0100] [Job 94] Page = 595x842; 1,1 to 594,841
D [18/Feb/2014:18:13:36 +0100] [Job 94] slow_collate=0, slow_duplex=0, slow_order=0
D [18/Feb/2014:18:13:36 +0100] [Job 94] Before copy_comments - %!PS-Adobe-3.0
D [18/Feb/2014:18:13:36 +0100] [Job 94] %!PS-Adobe-3.0
D [18/Feb/2014:18:13:36 +0100] [Job 94] %Produced by poppler pdftops version: 0.24.5 (http://poppler.freedesktop.org)
D [18/Feb/2014:18:13:36 +0100] [Job 94] %%Creator: cairo 1.10.2 (http://cairographics.org)
D [18/Feb/2014:18:13:36 +0100] [Job 94] %%LanguageLevel: 2
D [18/Feb/2014:18:13:36 +0100] [Job 94] %%DocumentSuppliedResources: (atend)
D [18/Feb/2014:18:13:36 +0100] [Job 94] %%DocumentMedia: 595x842 595 842 0 () ()
D [18/Feb/2014:18:13:36 +0100] [Job 94] %%BoundingBox: 0 0 595 842
dge"','"Cyan Ink Cartridge"','"Magenta Ink Cartridge"','"Ink Absorber"'
D [18/Feb/2014:18:13:36 +0100] cupsdMarkDirty(P----)
D [18/Feb/2014:18:13:36 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [18/Feb/2014:18:13:36 +0100] [Job 94] ATTR: marker-types=ink-cartridge,ink-cartridge,ink-cartridge,ink-cartridge,waste-ink
D [18/Feb/2014:18:13:36 +0100] cupsdMarkDirty(P----)
D [18/Feb/2014:18:13:36 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [18/Feb/2014:18:13:36 +0100] [Job 94] ATTR: marker-levels=-1,-1,-1,-1,-1
D [18/Feb/2014:18:13:36 +0100] cupsdMarkDirty(P----)
D [18/Feb/2014:18:13:36 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [18/Feb/2014:18:13:36 +0100] [Job 94] new_supply_state=0, change_state=ffff
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -developer-low-report
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -developer-empty-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -marker-supply-low-report
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -marker-supply-empty-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -opc-near-eol-report
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -opc-life-over-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -toner-low-report
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -toner-empty-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -waste-receptacle-almost-full-report
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -waste-receptacle-full-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -cleaner-life-almost-over-report
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -cleaner-life-over-warning
D [18/Feb/2014:18:13:36 +0100] Discarding unused printer-state-changed event...
D [18/Feb/2014:18:13:36 +0100] [Job 94] new_state=0, change_state=ffff
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -media-empty-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -door-open-report
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -media-jam-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -input-tray-missing-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -output-tray-missing-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -marker-supply-missing-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -output-area-almost-full-report
D [18/Feb/2014:18:13:36 +0100] [Job 94] STATE: -output-area-full-warning
D [18/Feb/2014:18:13:36 +0100] [Job 94] backendWaitLoop(snmp_fd=5, addr=0xb856fc8c, side_cb=0xb77fb92c)
D [18/Feb/2014:18:13:37 +0100] [Job 94] Before page loop - %%Page: 1 1
D [18/Feb/2014:18:13:37 +0100] [Job 94] Copying page 1...
D [18/Feb/2014:18:13:37 +0100] [Job 94] pagew = 593.0, pagel = 840.0
D [18/Feb/2014:18:13:37 +0100] [Job 94] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
D [18/Feb/2014:18:13:37 +0100] [Job 94] PageLeft = 1.0, PageRight = 594.0
D [18/Feb/2014:18:13:37 +0100] [Job 94] PageTop = 841.0, PageBottom = 1.0
D [18/Feb/2014:18:13:37 +0100] [Job 94] PageWidth = 595.0, PageLength = 842.0
D [18/Feb/2014:18:13:38 +0100] [Job 94] /usr/libexec/cups/filter/brother_lpdwrapper_mfcj430w: 308: /usr/libexec/cups/filter/brother_lpdwrapper_mfcj430w: lpinfo: not found
D [18/Feb/2014:18:13:38 +0100] [Job 94] /usr/libexec/cups/filter/brother_lpdwrapper_mfcj430w: 353: /usr/libexec/cups/filter/brother_lpdwrapper_mfcj430w: lpadmin: not found
D [18/Feb/2014:18:13:38 +0100] [Job 94] Connecting to 192.168.2.130:9100
D [18/Feb/2014:18:13:38 +0100] [Job 94] PID 31335 (/usr/libexec/cups/filter/brother_lpdwrapper_mfcj430w) exited with no errors.
I [18/Feb/2014:18:13:38 +0100] [Job 94] Conectando a la impresora.
D [18/Feb/2014:18:13:38 +0100] cupsdMarkDirty(---J-)
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
D [18/Feb/2014:18:13:38 +0100] [Job 94] Set job-printer-state-message to "Conectando a la impresora.", current level=INFO
D [18/Feb/2014:18:13:38 +0100] Discarding unused job-progress event...
D [18/Feb/2014:18:13:38 +0100] Discarding unused printer-state-changed event...
D [18/Feb/2014:18:13:38 +0100] [Job 94] STATE: -connecting-to-device
D [18/Feb/2014:18:13:38 +0100] cupsdMarkDirty(---J-)
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [18/Feb/2014:18:13:38 +0100] Discarding unused printer-state-changed event...
I [18/Feb/2014:18:13:38 +0100] [Job 94] Conectado a la impresora.
D [18/Feb/2014:18:13:38 +0100] cupsdMarkDirty(---J-)
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [18/Feb/2014:18:13:38 +0100] [Job 94] Set job-printer-state-message to "Conectado a la impresora.", current level=INFO
D [18/Feb/2014:18:13:38 +0100] [Job 94] Connected to 192.168.2.130:9100...
D [18/Feb/2014:18:13:38 +0100] [Job 94] backendRunLoop(print_fd=0, device_fd=6, snmp_fd=5, addr=0xb856fc8c, use_bc=1, side_cb=0xb77fb92c)
I [18/Feb/2014:18:13:38 +0100] [Job 94] Esperando a que finalice la impresora.
D [18/Feb/2014:18:13:38 +0100] cupsdMarkDirty(---J-)
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [18/Feb/2014:18:13:38 +0100] [Job 94] Set job-printer-state-message to "Esperando a que finalice la impresora.", current level=INFO
D [18/Feb/2014:18:13:38 +0100] Discarding unused job-progress event...
D [18/Feb/2014:18:13:38 +0100] Discarding unused printer-state-changed event...
D [18/Feb/2014:18:13:38 +0100] [Job 94] ATTR: marker-levels=-1,-1,-1,-1,-1
D [18/Feb/2014:18:13:38 +0100] cupsdMarkDirty(P----)
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [18/Feb/2014:18:13:38 +0100] [Job 94] new_supply_state=0, change_state=0
D [18/Feb/2014:18:13:38 +0100] Discarding unused printer-state-changed event...
D [18/Feb/2014:18:13:38 +0100] [Job 94] new_state=0, change_state=0
D [18/Feb/2014:18:13:38 +0100] [Job 94] PID 31336 (/usr/libexec/cups/backend/socket) exited with no errors.
D [18/Feb/2014:18:13:38 +0100] [Job 94] Wrote 1 pages...
D [18/Feb/2014:18:13:38 +0100] [Job 94] PID 31359 (pdftops) exited with no errors.
D [18/Feb/2014:18:13:38 +0100] [Job 94] PID 31360 (pstops) exited with no errors.
D [18/Feb/2014:18:13:38 +0100] [Job 94] PID 31334 (/usr/libexec/cups/filter/pdftops) exited with no errors.
D [18/Feb/2014:18:13:38 +0100] [Job 94] time-at-completed=1392743618
D [18/Feb/2014:18:13:38 +0100] Discarding unused job-completed event...
I [18/Feb/2014:18:13:38 +0100] [Job 94] Job completed.
D [18/Feb/2014:18:13:38 +0100] cupsdMarkDirty(---J-)
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [18/Feb/2014:18:13:38 +0100] Discarding unused printer-state-changed event...
D [18/Feb/2014:18:13:38 +0100] cupsdMarkDirty(---J-)
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [18/Feb/2014:18:13:38 +0100] [Client 13] GET /printers/Sister HTTP/1.1
D [18/Feb/2014:18:13:38 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Printing jobs and dirty files"
D [18/Feb/2014:18:13:38 +0100] [Client 13] Authorized as root using Basic
D [18/Feb/2014:18:13:38 +0100] [CGI] argv[0] = "/usr/libexec/cups/cgi-bin/printers.cgi"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/html"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/libexec/cups"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[9] = "PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@jesgue-laptop"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.7.1"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[13] = "USER=root"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[15] = "CUPS_SERVER=/run/cups/cups.sock"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[17] = "IPP_PORT=631"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[18] = "AUTH_TYPE=Basic"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[19] = "LANG=es.UTF8"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[20] = "REDIRECT_STATUS=1"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[21] = "GATEWAY_INTERFACE=CGI/1.1"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[22] = "SERVER_NAME=localhost"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[23] = "SERVER_PORT=631"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[24] = "REMOTE_ADDR=127.0.0.1"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[25] = "REMOTE_HOST=localhost"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[26] = "SCRIPT_NAME=/printers/Sister"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[27] = "SCRIPT_FILENAME=/usr/share/cups/html/printers/Sister"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[28] = "PATH_INFO=/Sister"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[29] = "REMOTE_USER=root"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[30] = "SERVER_PROTOCOL=HTTP/1.1"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[31] = "HTTP_COOKIE=org.cups.sid=a6f0c35c4f61be58c9d6ccaa3717e3a4"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[32] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[33] = "HTTP_REFERER=http://localhost:631/printers/Sister"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[34] = "REQUEST_METHOD=GET"
D [18/Feb/2014:18:13:38 +0100] [CGI] envp[35] = "QUERY_STRING="
D [18/Feb/2014:18:13:38 +0100] [CGI] Started /usr/libexec/cups/cgi-bin/printers.cgi (PID 31362)
I [18/Feb/2014:18:13:38 +0100] [Client 13] Started "/usr/libexec/cups/cgi-bin/printers.cgi" (pid=31362)
D [18/Feb/2014:18:13:38 +0100] [Client 13] file=15
D [18/Feb/2014:18:13:38 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:38 +0100] [CGI] org.cups.sid cookie is "a6f0c35c4f61be58c9d6ccaa3717e3a4"
D [18/Feb/2014:18:13:38 +0100] [CGI] cgiSetVariable: SECTION="printers"
D [18/Feb/2014:18:13:38 +0100] [CGI] cgiSetVariable: REFRESH_PAGE=""
, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:38 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:38 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:38 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:38 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:38 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:38 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:38 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:38 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:38 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:38 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:38 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Job 94] Unloading...
D [18/Feb/2014:18:13:39 +0100] [CGI] Regular expression ".*Clean.*"
D [18/Feb/2014:18:13:39 +0100] [CGI] matches[0].rm_so=0
D [18/Feb/2014:18:13:39 +0100] [CGI] matches[1].rm_so=-1
D [18/Feb/2014:18:13:39 +0100] [CGI] Regular expression ".*PrintSelfTestPage.*"
D [18/Feb/2014:18:13:39 +0100] [CGI] matches[0].rm_so=0
D [18/Feb/2014:18:13:39 +0100] [CGI] matches[1].rm_so=-1
D [18/Feb/2014:18:13:39 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:39 +0100] [Client 16] POST / HTTP/1.1
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [18/Feb/2014:18:13:39 +0100] [Client 16] No authentication data provided.
D [18/Feb/2014:18:13:39 +0100] [Client 16] 2.0 Get-Jobs 3
D [18/Feb/2014:18:13:39 +0100] Get-Jobs ipp://localhost:631/printers/Sister
D [18/Feb/2014:18:13:39 +0100] [Client 16] Returning IPP successful-ok for Get-Jobs (ipp://localhost:631/printers/Sister) from localhost
D [18/Feb/2014:18:13:39 +0100] [Client 16] Content-Length: 72
D [18/Feb/2014:18:13:39 +0100] [Client 16] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=72, response=0xb846a578(IPP_IDLE), pipe_pid=0, file=-1
D [18/Feb/2014:18:13:39 +0100] [Client 16] Writing IPP response, ipp_state=DATA, old wused=0, new wused=0
D [18/Feb/2014:18:13:39 +0100] [Client 16] bytes=0, http_state=0, data_remaining=0
D [18/Feb/2014:18:13:39 +0100] [Client 16] Waiting for request.
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [CGI] cgiClearVariables called.
D [18/Feb/2014:18:13:39 +0100] [CGI] cgiSetVariable: ORDER="asc"
D [18/Feb/2014:18:13:39 +0100] [CGI] cgiSetVariable: SECTION="printers"
D [18/Feb/2014:18:13:39 +0100] [CGI] cgiSetVariable: TOTAL="0"
D [18/Feb/2014:18:13:39 +0100] [CGI] cgiSetVariable: PRINTER_NAME="Sister"
D [18/Feb/2014:18:13:39 +0100] [CGI] cgiSetVariable: PRINTER_URI_SUPPORTED="/printers/Sister"
D [18/Feb/2014:18:13:39 +0100] [CGI] cgiSetVariable: THISURL="/printers/Sister"
D [18/Feb/2014:18:13:39 +0100] [CGI] cgiSetVariable: SEARCH_DEST="Sister"
D [18/Feb/2014:18:13:39 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:39 +0100] [Client 16] HTTP_STATE_WAITING Closing on EOF
D [18/Feb/2014:18:13:39 +0100] [Client 16] Closing connection.
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [18/Feb/2014:18:13:39 +0100] PID 31362 (/usr/libexec/cups/cgi-bin/printers.cgi) exited with no errors.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] CGI data ready to be sent.
D [18/Feb/2014:18:13:39 +0100] [Client 13] cupsdWriteClient error=0, used=0, state=HTTP_STATE_GET_SEND, data_encoding=HTTP_ENCODING_CHUNKED, data_remaining=0, response=(nil)(), pipe_pid=31362, file=15
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for CGI data.
D [18/Feb/2014:18:13:39 +0100] [Client 13] Waiting for request.
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [18/Feb/2014:18:13:39 +0100] [Client 13] GET /cups.css HTTP/1.1
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [18/Feb/2014:18:13:39 +0100] [Client 13] Authorized as root using Basic
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [18/Feb/2014:18:13:39 +0100] [Client 14] GET /images/left.gif HTTP/1.1
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [18/Feb/2014:18:13:39 +0100] [Client 14] Authorized as root using Basic
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [18/Feb/2014:18:13:39 +0100] [Client 13] GET /images/right.gif HTTP/1.1
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [18/Feb/2014:18:13:39 +0100] [Client 13] Authorized as root using Basic
D [18/Feb/2014:18:13:39 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"Thanks for any idea.




