I have been trying to install CUPS printer driver on my pogoplug E02 for my Brother MFC-7860DW printer and have been unsuccessful. Here's what I did.
-installed ArchLinuxARM on my pogoplug E02. Everything went fine.
-installing CUPS service seemed fine, and I was able to get to the http://pogoplug:631/admin menu.
Originally there was no driver for MFC-7860DW, but I followed this blog http://neithere.net/2013/02/18/archlinux_brother_7860.html and run the command "yaourt -S brother-mfc-7860dw". But it refused to install due to not available for the 'arm' architecture. I kind of tricked it by adding arch=('arm') to the PKGBUILD file and completed installation. Now when i went to the http://pogoplug:631/admin page, i was able to add the printer using the new "Brother MFC7860DW for CUPS" driver.
However, when i sent a test print it kept saying "Filter failed". Below is my error log.
Could someone help me?
p.s. i'm kind of new to linux.
Thanks a lot !!!!!!!!!!!!!!!!!!!!!!!!!!!
$this->bbcode_second_pass_code('', '
D [15/Oct/2013:21:49:24 -0700] [Client 15] POST /printers/Brother_MFC-7860DW HTTP/1.1
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [15/Oct/2013:21:49:24 -0700] [Client 15] Authorized as root using Basic
D [15/Oct/2013:21:49:24 -0700] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/printers.cgi"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[10] = "SERVER_ADMIN=root@alarm"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[11] = "SOFTWARE=CUPS/1.6.3"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[13] = "USER=root"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[15] = "CUPS_SERVER=/run/cups/cups.sock"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[17] = "IPP_PORT=631"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[18] = "AUTH_TYPE=Basic"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[19] = "LANG=en_US.UTF8"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[20] = "REDIRECT_STATUS=1"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[21] = "GATEWAY_INTERFACE=CGI/1.1"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[22] = "SERVER_NAME=192.168.1.160"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[23] = "SERVER_PORT=631"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[24] = "REMOTE_ADDR=192.168.1.130"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[25] = "REMOTE_HOST=192.168.1.130"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[26] = "SCRIPT_NAME=/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[27] = "SCRIPT_FILENAME=/usr/share/cups/doc/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[28] = "PATH_INFO=/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[29] = "REMOTE_USER=root"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[30] = "SERVER_PROTOCOL=HTTP/1.1"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[31] = "HTTP_COOKIE=org.cups.sid=bb5ab360403eace001d5012c1215ce99"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[32] = "HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[33] = "HTTP_REFERER=http://192.168.1.160:631/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[34] = "REQUEST_METHOD=POST"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[35] = "CONTENT_LENGTH=64"
D [15/Oct/2013:21:49:24 -0700] [CGI] envp[36] = "CONTENT_TYPE=application/x-www-form-urlencoded"
D [15/Oct/2013:21:49:24 -0700] [CGI] Started /usr/lib/cups/cgi-bin/printers.cgi (PID 6901)
I [15/Oct/2013:21:49:24 -0700] [Client 15] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=6901)
D [15/Oct/2013:21:49:24 -0700] [Client 15] file=17
D [15/Oct/2013:21:49:24 -0700] [CGI] org.cups.sid cookie is "bb5ab360403eace001d5012c1215ce99"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: org.cups.sid="bb5ab360403eace001d5012c1215ce99"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: OP="print-test-page"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: SECTION="printers"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: REFRESH_PAGE=""
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: PRINTER_NAME="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [Client 16] Accepted from localhost (Domain)
D [15/Oct/2013:21:49:24 -0700] [Client 16] POST /printers/Brother_MFC-7860DW HTTP/1.1
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:24 -0700] [Client 16] No authentication data provided.
D [15/Oct/2013:21:49:24 -0700] [Client 16] 2.0 Print-Job 1
D [15/Oct/2013:21:49:24 -0700] Print-Job ipp://localhost:631/printers/Brother_MFC-7860DW
D [15/Oct/2013:21:49:24 -0700] [Job ???] Auto-typing file...
I [15/Oct/2013:21:49:24 -0700] [Job ???] Request file type is application/vnd.cups-pdf-banner.
D [15/Oct/2013:21:49:24 -0700] cupsdMarkDirty(---J-)
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:24 -0700] add_job: requesting-user-name="root"
D [15/Oct/2013:21:49:24 -0700] Adding default job-sheets values "none,none"...
I [15/Oct/2013:21:49:24 -0700] [Job 15] Adding start banner page "none".
D [15/Oct/2013:21:49:24 -0700] Discarding unused job-created event...
D [15/Oct/2013:21:49:24 -0700] cupsdMarkDirty(---J-)
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
I [15/Oct/2013:21:49:24 -0700] [Job 15] Adding end banner page "none".
I [15/Oct/2013:21:49:24 -0700] [Job 15] File of type application/vnd.cups-pdf-banner queued by "root".
D [15/Oct/2013:21:49:24 -0700] [Job 15] hold_until=0
I [15/Oct/2013:21:49:24 -0700] [Job 15] Queued on "Brother_MFC-7860DW" by "root".
D [15/Oct/2013:21:49:24 -0700] [Job 15] time-at-processing=1381898964
D [15/Oct/2013:21:49:24 -0700] cupsdMarkDirty(---J-)
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:24 -0700] Discarding unused printer-state-changed event...
D [15/Oct/2013:21:49:24 -0700] [Job 15] 4 filters for job:
D [15/Oct/2013:21:49:24 -0700] [Job 15] bannertopdf (application/vnd.cups-pdf-banner to application/pdf, cost 32)
D [15/Oct/2013:21:49:24 -0700] [Job 15] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [15/Oct/2013:21:49:24 -0700] [Job 15] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100)
D [15/Oct/2013:21:49:24 -0700] [Job 15] brlpdwrapperMFC7860DW (application/vnd.cups-postscript to printer/Brother_MFC-7860DW, cost 0)
D [15/Oct/2013:21:49:24 -0700] [Job 15] job-sheets=none,none
D [15/Oct/2013:21:49:24 -0700] [Job 15] argv[0]="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [Job 15] argv[1]="15"
D [15/Oct/2013:21:49:24 -0700] [Job 15] argv[2]="root"
D [15/Oct/2013:21:49:24 -0700] [Job 15] argv[3]="Test Page"
D [15/Oct/2013:21:49:24 -0700] [Job 15] argv[4]="1"
D [15/Oct/2013:21:49:24 -0700] [Job 15] argv[5]="job-uuid=urn:uuid:01b1aacb-c698-3299-43be-17650f687e06 job-originating-host-name=localhost time-at-creation=1381898964 time-at-processing=1381898964"
D [15/Oct/2013:21:49:24 -0700] [Job 15] argv[6]="/var/spool/cups/d00015-001"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[7]="CUPS_STATEDIR=/run/cups"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[8]="HOME=/var/spool/cups/tmp"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[10]="SERVER_ADMIN=root@alarm"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[11]="SOFTWARE=CUPS/1.6.3"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[13]="USER=root"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[14]="CUPS_MAX_MESSAGE=2047"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[17]="IPP_PORT=631"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[18]="CHARSET=utf-8"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[19]="LANG=en_US.UTF-8"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[20]="PPD=/etc/cups/ppd/Brother_MFC-7860DW.ppd"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[21]="RIP_MAX_CACHE=128m"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[22]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[23]="DEVICE_URI=lpd://Brother-MFC-7860DW/BINARY_P1"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[24]="PRINTER_INFO=Brother MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[25]="PRINTER_LOCATION="
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[26]="PRINTER=Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[27]="PRINTER_STATE_REASONS=none"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[28]="CUPS_FILETYPE=document"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
D [15/Oct/2013:21:49:24 -0700] [Job 15] envp[30]="AUTH_I****"
I [15/Oct/2013:21:49:24 -0700] [Job 15] Started filter /usr/lib/cups/filter/bannertopdf (PID 6902)
I [15/Oct/2013:21:49:24 -0700] [Job 15] Started filter /usr/lib/cups/filter/pdftopdf (PID 6903)
I [15/Oct/2013:21:49:24 -0700] [Job 15] Started filter /usr/lib/cups/filter/pdftops (PID 6904)
I [15/Oct/2013:21:49:24 -0700] [Job 15] Started filter /usr/lib/cups/filter/brlpdwrapperMFC7860DW (PID 6905)
I [15/Oct/2013:21:49:24 -0700] [Job 15] Started backend /usr/lib/cups/backend/lpd (PID 6906)
D [15/Oct/2013:21:49:24 -0700] Discarding unused job-state-changed event...
D [15/Oct/2013:21:49:24 -0700] Returning IPP successful-ok for Print-Job (ipp://localhost:631/printers/Brother_MFC-7860DW) from localhost
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: SERVER_NAME="192.168.1.160"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: REMOTE_USER="root"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.6.3"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: SERVER_NAME="192.168.1.160"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: REMOTE_USER="root"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.6.3"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetArray: job_uri[0]="/jobs/15"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetArray: job_id[0]="15"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetArray: job_state[0]="3"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetArray: job_state_reasons[0]="none"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: refresh_page="2;URL=/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: TITLE="Print Test Page"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: SERVER_NAME="192.168.1.160"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: REMOTE_USER="root"
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.6.3"
D [15/Oct/2013:21:49:24 -0700] [Client 16] HTTP_WAITING Closing on EOF
D [15/Oct/2013:21:49:24 -0700] [Client 16] Closing connection.
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients, printing jobs, and dirty files"
D [15/Oct/2013:21:49:24 -0700] PID 6901 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
D [15/Oct/2013:21:49:24 -0700] [CGI] cgiSetVariable: PRINTER_NAME="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:24 -0700] Script header: Content-Type: text/html;charset=utf-8
D [15/Oct/2013:21:49:24 -0700] Script header:
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [15/Oct/2013:21:49:24 -0700] [Job 15] pdftops - copying to temp print file "/var/spool/cups/tmp/01af8526b011c"
D [15/Oct/2013:21:49:24 -0700] [Job 15] STATE: +connecting-to-device
D [15/Oct/2013:21:49:24 -0700] cupsdMarkDirty(---J-)
D [15/Oct/2013:21:49:24 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Printing jobs and dirty files"
D [15/Oct/2013:21:49:24 -0700] Discarding unused printer-state-changed event...
D [15/Oct/2013:21:49:24 -0700] [Job 15] Looking up "Brother-MFC-7860DW"...
D [15/Oct/2013:21:49:24 -0700] [Job 15] backendWaitLoop(snmp_fd=5, addr=0xb6fc6644, side_cb=0xb6fadf88)
D [15/Oct/2013:21:49:25 -0700] [Job 15] PID 6902 (/usr/lib/cups/filter/bannertopdf) exited with no errors.
D [15/Oct/2013:21:49:25 -0700] [Job 15] PID 6903 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
D [15/Oct/2013:21:49:25 -0700] [Job 15] Using image rendering resolution 600 dpi
D [15/Oct/2013:21:49:25 -0700] [Job 15] Deactivation of Ghostscript's image compression for Brother printers to workarounmd PS interpreter bug
D [15/Oct/2013:21:49:25 -0700] [Job 15] Started filter gs (PID 6921)
D [15/Oct/2013:21:49:25 -0700] [Job 15] Started post-processing (PID 6922)
D [15/Oct/2013:21:49:25 -0700] [Job 15] Started filter pstops (PID 6923)
D [15/Oct/2013:21:49:26 -0700] [Job 15] GPL Ghostscript 9.10: Unrecoverable error, exit code 1
D [15/Oct/2013:21:49:26 -0700] [Client 15] GET /printers/Brother_MFC-7860DW HTTP/1.1
D [15/Oct/2013:21:49:26 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
D [15/Oct/2013:21:49:27 -0700] [Client 15] Authorized as root using Basic
D [15/Oct/2013:21:49:27 -0700] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/printers.cgi"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[7] = "CUPS_STATEDIR=/run/cups"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[10] = "SERVER_ADMIN=root@alarm"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[11] = "SOFTWARE=CUPS/1.6.3"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[13] = "USER=root"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[15] = "CUPS_SERVER=/run/cups/cups.sock"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[17] = "IPP_PORT=631"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[18] = "AUTH_TYPE=Basic"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[19] = "LANG=en_US.UTF8"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[20] = "REDIRECT_STATUS=1"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[21] = "GATEWAY_INTERFACE=CGI/1.1"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[22] = "SERVER_NAME=192.168.1.160"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[23] = "SERVER_PORT=631"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[24] = "REMOTE_ADDR=192.168.1.130"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[25] = "REMOTE_HOST=192.168.1.130"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[26] = "SCRIPT_NAME=/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[27] = "SCRIPT_FILENAME=/usr/share/cups/doc/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[28] = "PATH_INFO=/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[29] = "REMOTE_USER=root"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[30] = "SERVER_PROTOCOL=HTTP/1.1"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[31] = "HTTP_COOKIE=org.cups.sid=bb5ab360403eace001d5012c1215ce99"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[32] = "HTTP_USER_AGENT=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[33] = "HTTP_REFERER=http://192.168.1.160:631/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[34] = "REQUEST_METHOD=GET"
D [15/Oct/2013:21:49:27 -0700] [CGI] envp[35] = "QUERY_STRING="
D [15/Oct/2013:21:49:27 -0700] [CGI] Started /usr/lib/cups/cgi-bin/printers.cgi (PID 6936)
I [15/Oct/2013:21:49:27 -0700] [Client 15] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=6936)
D [15/Oct/2013:21:49:27 -0700] [Client 15] file=16
D [15/Oct/2013:21:49:27 -0700] [Job 15] PID 6904 (/usr/lib/cups/filter/pdftops) stopped with status 1.
D [15/Oct/2013:21:49:27 -0700] [Job 15] Inserted workaround PostScript code for Brother printers
D [15/Oct/2013:21:49:27 -0700] [Job 15] Page = 612x792; 18,12 to 594,780
D [15/Oct/2013:21:49:27 -0700] [Job 15] slow_collate=0, slow_duplex=0, slow_order=0
D [15/Oct/2013:21:49:27 -0700] [Job 15] This document does not conform to the Adobe Document Structuring Conventions and may not print correctly.
D [15/Oct/2013:21:49:27 -0700] [Job 15] PID 6921 (gs) stopped with status 1!
D [15/Oct/2013:21:49:27 -0700] [Job 15] PID 6923 (pstops) exited with no errors.
D [15/Oct/2013:21:49:27 -0700] [Job 15] PID 6922 (Post-processing) exited with no errors.
D [15/Oct/2013:21:49:27 -0700] [Job 15] /usr/lib/cups/filter/brlpdwrapperMFC7860DW: line 139: /usr/share/brother/printer/MFC7860DW/cupswrapper/brcupsconfig4: cannot execute binary file
D [15/Oct/2013:21:49:27 -0700] [CGI] org.cups.sid cookie is "bb5ab360403eace001d5012c1215ce99"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: SECTION="printers"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: REFRESH_PAGE=""
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: PRINTER_NAME="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [Client 17] Accepted from localhost (Domain)
D [15/Oct/2013:21:49:27 -0700] [Client 17] POST / HTTP/1.1
D [15/Oct/2013:21:49:27 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:27 -0700] [Client 17] No authentication data provided.
D [15/Oct/2013:21:49:27 -0700] [Client 17] 2.0 CUPS-Get-Default 1
D [15/Oct/2013:21:49:27 -0700] CUPS-Get-Default
D [15/Oct/2013:21:49:27 -0700] CUPS-Get-Default client-error-not-found: No default printer.
D [15/Oct/2013:21:49:27 -0700] Returning IPP client-error-not-found for CUPS-Get-Default (no URI) from localhost
D [15/Oct/2013:21:49:27 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:27 -0700] [CGI] show_printer(http=0xb6fc03d0, printer="Brother_MFC-7860DW")
D [15/Oct/2013:21:49:27 -0700] [Client 17] POST / HTTP/1.1
D [15/Oct/2013:21:49:27 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:27 -0700] [Client 17] No authentication data provided.
D [15/Oct/2013:21:49:27 -0700] [Client 17] 2.0 Get-Printer-Attributes 2
D [15/Oct/2013:21:49:27 -0700] Get-Printer-Attributes ipp://localhost/printers/Brother_MFC-7860DW
D [15/Oct/2013:21:49:27 -0700] Returning IPP successful-ok for Get-Printer-Attributes (ipp://localhost/printers/Brother_MFC-7860DW) from localhost
D [15/Oct/2013:21:49:27 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: SERVER_NAME="192.168.1.160"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: REMOTE_USER="root"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.6.3"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: SERVER_NAME="192.168.1.160"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: REMOTE_USER="root"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.6.3"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_is_accepting_jobs[0]="1"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_is_shared[0]="0"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_state[0]="4"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: admin_uri[0]="/admin/"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_uri_supported[0]="/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_name[0]="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_location[0]=""
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_info[0]="Brother MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: job_sheets_default[0]="none, none"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: device_uri[0]="lpd://Brother-MFC-7860DW/BINARY_P1"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: color_supported[0]="0"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_make_and_model[0]="Brother MFC7860DW for CUPS"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: media_default[0]="na_letter_8.5x11in"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: sides_supported[0]="one-sided, two-sided-long-edge, two-sided-short-edge"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: sides_default[0]="one-sided"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: printer_commands[0]="AutoConfigure, Clean, PrintSelfTestPage"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetArray: server_is_sharing_printers[0]="1"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: refresh_page="10;URL=/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: TITLE="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: SERVER_NAME="192.168.1.160"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: REMOTE_USER="root"
D [15/Oct/2013:21:49:27 -0700] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.6.3"
D [15/Oct/2013:21:49:27 -0700] Script header: Content-Type: text/html;charset=utf-8
D [15/Oct/2013:21:49:27 -0700] Script header:
D [15/Oct/2013:21:49:27 -0700] [Client 19] GET /cups.css HTTP/1.1
D [15/Oct/2013:21:49:27 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:27 -0700] [Client 19] Authorized as root using Basic
D [15/Oct/2013:21:49:27 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:27 -0700] [Client 18] GET /images/left.gif HTTP/1.1
D [15/Oct/2013:21:49:27 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:28 -0700] [Client 18] Authorized as root using Basic
D [15/Oct/2013:21:49:28 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:28 -0700] [Client 17] POST / HTTP/1.1
D [15/Oct/2013:21:49:28 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:28 -0700] [Client 17] No authentication data provided.
D [15/Oct/2013:21:49:28 -0700] [Job 15] /usr/share/brother/printer/MFC7860DW/lpd/filterMFC7860DW: line 135: /usr/share/brother/printer/MFC7860DW/lpd/rawtobr3: cannot execute binary file
D [15/Oct/2013:21:49:28 -0700] [CGI] Regular expression ".*Clean.*"
D [15/Oct/2013:21:49:28 -0700] [CGI] matches[0].rm_so=0
D [15/Oct/2013:21:49:28 -0700] [CGI] matches[1].rm_so=-1
D [15/Oct/2013:21:49:28 -0700] [CGI] Regular expression ".*PrintSelfTestPage.*"
D [15/Oct/2013:21:49:28 -0700] [CGI] matches[0].rm_so=0
D [15/Oct/2013:21:49:28 -0700] [CGI] matches[1].rm_so=-1
D [15/Oct/2013:21:49:28 -0700] [Client 18] GET /images/right.gif HTTP/1.1
D [15/Oct/2013:21:49:28 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:28 -0700] [Client 18] Authorized as root using Basic
D [15/Oct/2013:21:49:28 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:28 -0700] [Client 17] 2.0 Get-Jobs 3
D [15/Oct/2013:21:49:28 -0700] Get-Jobs ipp://localhost:631/printers/Brother_MFC-7860DW
D [15/Oct/2013:21:49:28 -0700] Returning IPP successful-ok for Get-Jobs (ipp://localhost:631/printers/Brother_MFC-7860DW) from localhost
D [15/Oct/2013:21:49:28 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:28 -0700] PID 6936 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
D [15/Oct/2013:21:49:28 -0700] [Client 17] HTTP_WAITING Closing on EOF
D [15/Oct/2013:21:49:28 -0700] [Client 17] Closing connection.
D [15/Oct/2013:21:49:28 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiClearVariables called.
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: ORDER="asc"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: SECTION="printers"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: TOTAL="1"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: SERVER_NAME="192.168.1.160"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: REMOTE_USER="root"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: CUPS_VERSION="CUPS v1.6.3"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: job_printer_name[0]="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: job_printer_uri[0]="/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: time_at_creation[0]="Tue 15 Oct 2013 09:49:24 PM PDT"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: time_at_processing[0]="Tue 15 Oct 2013 09:49:24 PM PDT"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: time_at_completed[0]="novalue"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: job_id[0]="15"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: job_state[0]="5"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: job_media_sheets_completed[0]="0"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: job_k_octets[0]="1"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetArray: job_printer_state_message[0]="Filter failed"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: PRINTER_NAME="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: PRINTER_URI_SUPPORTED="/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: THISURL="/printers/Brother_MFC-7860DW"
D [15/Oct/2013:21:49:28 -0700] [CGI] cgiSetVariable: SEARCH_DEST="Brother_MFC-7860DW"
D [15/Oct/2013:21:49:28 -0700] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
D [15/Oct/2013:21:49:29 -0700] [Job 15] PID 6905 (/usr/lib/cups/filter/brlpdwrapperMFC7860DW) exited with no errors.
D [15/Oct/2013:21:49:29 -0700] [Job 15] PID 6906 (/usr/lib/cups/backend/lpd) exited with no errors.
D [15/Oct/2013:21:49:29 -0700] Discarding unused job-state-changed event...
E [15/Oct/2013:21:49:29 -0700] [Job 15] Job stopped due to filter errors; please consult the error_log file for details.
D [15/Oct/2013:21:49:29 -0700] cupsdMarkDirty(---J-)
D [15/Oct/2013:21:49:29 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Dirty files"
D [15/Oct/2013:21:49:29 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [15/Oct/2013:21:49:29 -0700] Discarding unused printer-state-changed event...
D [15/Oct/2013:21:49:29 -0700] cupsdMarkDirty(---J-)
D [15/Oct/2013:21:49:29 -0700] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [15/Oct/2013:21:49:30 -0700] [Job 15] Unloading...
D [15/Oct/2013:21:49:32 -0700] [Client 15] GET /admin/log/error_log? HTTP/1.1
D [15/Oct/2013:21:49:32 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Printing jobs and dirty files"
D [15/Oct/2013:21:49:32 -0700] [Client 15] Authorized as root using Basic
')