^thehatsrule^
Group: Members
Posts: 3275
Joined: July 2006 |
|
Posted: June 30 2007,06:51 |
|
Quote | If I understand corectly, you're suggesting to change the permissions on /var/spool/cups to dsl/staff, is that correct? | Well, that might work as well. Just giving write permissions (at a minimum I think it was) to everyone should do the trick.
Quote | I'd love to set the log level to debug, but how? | I think this is what it means... see www.cups.org/cups-help.htmlQuote | Switch on the "debug" mode in the LogLevel directive for your CUPS daemon. Edit /etc/cups/cupsd.conf (or wherever this configuration file is installed in your case) to have the line "LogLevel debug" there. Then restart your CUPS daemon /etc/software/init.d/cups start (the command may be customized by your Linux distribution; f.e. SuSE will take "rccups start").
Now print a job. Watch what is written to your CUPS error log. It normally sits in /var/log/cups/error_log. In debug level, nearly every action of the CUPS daemon is logged. You can see which filters and backends are called in which order. Very often you'll get a hint about what is missing for the print job to succeed. |
|