Hello, On Dec 28 05:47 Jay C Vollmer wrote (shortened): > Yesterday evening I upgraded the box I use as a print-server from SuSEPro > 10.1 to openSUSE 10.2 and have found that I can no longer print to that > system from other devices on my network.
Since openSUSE 10.2 we use CUPS 1.2 which listens by default only on the local interface via (in /etc/cups/cupsd.conf): -------------------------------------------------------------------- # Only listen for connections from the local machine. Listen localhost:631 Listen /var/run/cups/cups.sock -------------------------------------------------------------------- Either add someting like "Listen IP.of.your.server", see http://localhost:631/help/ref-cupsd-conf.html?TOPIC=References&QUERY=#Listen or use YaST via "Other" -> "Change remote access". By the way: It is recommended not to use the outdated cupsd.conf from the CUPS 1.1 installation but to start from sratch with the original cupsd.conf from our CUPS 1.2 RPM. Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH, Maxfeldstrasse 5 Mail: [EMAIL PROTECTED] 90409 Nuernberg, Germany WWW: http://www.suse.de/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
