Cups errors

Please post any bugs you have found
Post Reply
Message
Author
divot
Posts: 1
Joined: Tue 10 Jun 2008, 19:51

Cups errors

#1 Post by divot »

Can't Add a remote printer. I'm used to seeing a list of printers located on the network and adding it. Browsing to a ppd file and being done with it. I am manually configuring a printer and after typing in the port, i.e socket://192.168.0.10:9100, then clicking continue I get this error : server-error-internal error. I look at the available printers and there is one named: {printer_name}. I try to delete it and get a 404 not found error.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

you can edit /etc/cups/cupsd.conf

From:
LogLevel info
to:
LogLevel debug


Then type this in a consolewindow (to restart cups):
killall cupsd
cupsd&

Now you can watch more detailed error-messages:

tail -f /var/log/cups/error_log

Maybe that gives you a hint, what is wrong.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

rodney
Posts: 8
Joined: Sun 08 Jan 2006, 00:47
Location: uk

#3 Post by rodney »

I cannot delete print jobs in 4.0 I get an error message <client-error-forbidden>when I try, I assume I need to log in but don't know how to

Post Reply