Mailinglist Archive: opensuse-bugs (6891 mails)

< Previous Next >
[Bug 256853] yast2-printer server connect failure
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 23 Mar 2007 02:22:03 -0600 (MDT)
  • Message-id: <20070323082203.C5CBBDC1@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=256853


jsmeix@xxxxxxxxxx changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID




------- Comment #2 from jsmeix@xxxxxxxxxx 2007-03-23 02:22 MST -------
According to the above "Listening" lines, your cupsd does not
listen to the localhost interface.

Normally (I.e. with a default cupsd.conf) it is in cupsd.conf
-------------------------------------------------------------------------
# Only listen for connections from the local machine.
Listen localhost:631
Listen /var/run/cups/cups.sock
-------------------------------------------------------------------------
and accordingly in /var/log/cups/error_log there is
-------------------------------------------------------------------------
I ... Listening to 127.0.0.1:631 (IPv4)
I ... Listening to ::1:631 (IPv6)
I ... Listening to /var/run/cups/cups.sock (Domain)
-------------------------------------------------------------------------
and accordingly "netstat -nap | grep 631" reports
-------------------------------------------------------------------------
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 12345/cupsd
tcp 0 0 ::1:631 :::* LISTEN 12345/cupsd
-------------------------------------------------------------------------

I assume you changed your cupsd.conf and therefore the bug looks invalid.


--
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.

< Previous Next >
References