AuthInfoRequired cups overwrites
Posted
by
mooscape
on Server Fault
See other posts from Server Fault
or by mooscape
Published on 2010-01-21T09:56:05Z
Indexed on
2011/01/10
20:55 UTC
Read the original article
Hit count: 243
My problem is basically identical to the following:
Put simply, I have a machine in ubuntu trying to connect to another ubuntu machine via a network in order to use the printer attached. There is no problem printing until I restart the guest machine. Immediately it overwrites the printers.conf file (under /etc/cups/printers.conf).
It always adds the same line:
AuthInfoRequired username,password
I stop cups and change it to *#*AuthInfoRequired username,password to comment out the command. Start cups. Works great 'til the next shutdown. Then it gets overwritten again.
Googling indicates it may be GTK problem and not CUPS, but I have found no permanent solution to date.
Any suggestions appreciated ....
© Server Fault or respective owner