Thanks for that pointer. That gets me another part of the way. The
http://localhost:631 CUPS administration *also* shows the "bad" printer... the one described as: chrisrobin:631 ... , but when I try to delete this, the software seems to want to connect to "chrisrobin" to make the modification. I did have dnsmasq setup at one time and was trying to use machine names locally, but not at the present time, so maybe part of the trick to solving this will be to try to setup dnsmasq again so that "chrisrobin" can be resolved.
Of course there should be some file on my system that I can change independent of other machines.
I have studied the source of the "http://localhost:631" page hoping that I could find a reference to a local file, but I don't understand how it works... Where does the information that populates the cups administration page come from?
---------- Post added at 05:53 PM CST ---------- Previous post was at 04:33 PM CST ----------
I tried the following on the affected (notebook) system:
find / -name *.conf -exec grep -H chrisrobin '{}' \;
But this turned up no files with "chrisrobin" in them. Mystery of mysteries!