https://bugzilla.novell.com/show_bug.cgi?id=217215 ------- Comment #4 from jsmeix@novell.com 2006-11-03 01:34 MST ------- The DeviceURI "http://192.168.2.1:1631/printers/My_Printer" looks strange but according to http://www.usr.com/support/5461/5461-ug/trouble20.html it seems to be really correct. To find out why "/usr/lib64/cups/backend/http failed" we need the CUPS error_log as follows: (See http://en.opensuse.org/SDB:CUPS_in_a_Nutshell "If problems are encountered".) 1. Set the "LogLevel debug" in /etc/cups/cupsd.conf. 2. Stop cupsd. 3. Move /var/log/cups/error_log* to another location (or delete it) in order to avoid having to search through gigantic log files. 4. Start cupsd. 4a) Re-enable the disabled print queue: cupsenable Kellerlaser 5. Retry the action leading to the problem: I.e. print via the queue: echo Hello | lp -d Kellerlaser 6. Now /var/log/cups/error_log contains many messages that are useful for troubleshooting. Attach /var/log/cups/error_log as attachment with mime type "text plain" to this bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.