[cups.general] Printing problem

Jerome Alet alet at librelogiciel.com
Fri Dec 2 09:49:02 PST 2005


On Fri, Dec 02, 2005 at 12:44:54PM -0500, Russbucket wrote:
> In the last week my Epson CX6600 will no longer print a CUPS job, it aborts
> according to the LOG. Says to turn on CUPS Debugging but I have not found a
> document on how to do that. Can anyone point me to the document on
> Debugging?

in cupsd.conf set :

        LogLevel debug            (or debug2 if you want more messages)
        MaxLogSize 0
        
stop CUPS :        

        # /etc/init.d/cupsys stop
        
delete old log file :        
        
        # rm -f /var/log/cups/error_log
        
restart CUPS :        

        # /etc/init.d/cupsys start
        
do something...

check the log file's content

bye

Jerome Alet





More information about the cups mailing list