cups printing state: stopped "filter failed"
by hedron from LinuxQuestions.org on (#5KPJV)
tail /var/log/cups/error_log:
Quote:
tail /var/log/cups/access_log:
Quote:
cupsd.conf:
Quote:
smb.conf:
Quote:
How do I print? I've been searching the web for hours, and no guide will tell me the proper way to do it.
Quote:
D [01/Jan/1970:00:24:27 -0500] [Job 7] PID 1632 (/usr/lib/cups/backend/usb) exited with no errors. D [01/Jan/1970:00:24:27 -0500] [Job 7] End of messages D [01/Jan/1970:00:24:27 -0500] [Job 7] printer-state=3(idle) D [01/Jan/1970:00:24:27 -0500] [Job 7] printer-state-message="Filter failed" D [01/Jan/1970:00:24:27 -0500] [Job 7] printer-state-reasons=none |
Quote:
localhost - - [01/Jan/1970:00:24:00 -0500] "POST /admin/ HTTP/1.1" 401 23329 CUPS-Add-Modify-Printer successful-ok localhost - me [01/Jan/1970:00:24:00 -0500] "POST /admin/ HTTP/1.1" 200 23329 CUPS-Add-Modify-Printer successful-ok 192.168.0.199 - me [01/Jan/1970:00:24:00 -0500] "POST /admin HTTP/1.1" 200 2425 - - 192.168.0.199 - - [01/Jan/1970:00:24:26 -0500] "POST /printers/HP_Deskjet_3050A_J611_series HTTP/1.1" 200 152295 Print-Job successful-ok |
cupsd.conf:
Quote:
# Configuration file for the CUPS scheduler. See "man cupsd.conf" for a # complete description of this file. # # Log general information in error_log - change "warn" to "debug" # for troubleshooting... LogLevel warn PageLogFormat # Only listen for connections from the local machine. Listen 192.168.0.197 Listen /var/run/cups/cups.sock Port 631 # Show shared printers on the local network. Browsing On BrowseLocalProtocols # Default authentication type, when authentication is required... DefaultAuthType Basic DefaultEncryption IfRequested # Web interface setting... WebInterface Yes # Restrict access to the server... <Location /> Order allow,deny Allow from all </Location> # Restrict access to the admin pages... <Location /admin> Order allow,deny Allow from all </Location> |
Quote:
[global] workgroup = workgroup security = user printing = cups [printers] path = /var/spool/samba browseable = yes guest ok = no writable = no printable = yes create mode = 0700 write list = root @adm @wheel me [deneir] printer = hp3030a path = /var/spool/samba printing = cups printable = yes user client driver = yes guest ok = no writable = no valid users = root @adm @wheel me write list = root @adm @wheel me |