From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FwS9s-0004vC-JK for garchives@archives.gentoo.org; Fri, 30 Jun 2006 23:12:21 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k5UNAAWh016089; Fri, 30 Jun 2006 23:10:10 GMT Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.194]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k5UN1OJW009886 for ; Fri, 30 Jun 2006 23:01:24 GMT Received: by wx-out-0102.google.com with SMTP id t5so367508wxc for ; Fri, 30 Jun 2006 16:01:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nV1DcWC84e3aGh8Fn5phJVt3mRanK1apc/CFA7zMVjaZoJSudKyWYjoQmQIEWjx9MnlAzlNr2LE6sl+hPitwkSODhCXwXPvnbIoer5dUzPZeuSv23+PNsMJKS9dk/24eqBbIFN/maQLerCjKdgPf8YgNbLCLCNH2SwV80j5AN0U= Received: by 10.70.38.15 with SMTP id l15mr1445482wxl; Fri, 30 Jun 2006 16:01:23 -0700 (PDT) Received: by 10.70.118.18 with HTTP; Fri, 30 Jun 2006 16:01:23 -0700 (PDT) Message-ID: <358eca8f0606301601p5bf00ffcw34739fc2a007b56d@mail.gmail.com> Date: Sat, 1 Jul 2006 01:01:23 +0200 From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cannot print after changing CUPS printer In-Reply-To: <18e575130606291538s1f65eb6ep1bbe52518782e467@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18e575130606281227tceccab1iaf4d9b4367264ded@mail.gmail.com> <358eca8f0606281250v687291b6t74b5f92fad31cbe8@mail.gmail.com> <18e575130606281410u5ce3e3bcj3402137d9dac5dbf@mail.gmail.com> <358eca8f0606281428h72f1afcao3c76ae6e94c04365@mail.gmail.com> <18e575130606281457i5d161d61s90ae34bc55882024@mail.gmail.com> <358eca8f0606281529y47d383efx267ab68f3dabce57@mail.gmail.com> <18e575130606281555i704dbde5w8c88f118c907791b@mail.gmail.com> <358eca8f0606291457j7e892003ib1e608b46c9b77b6@mail.gmail.com> <18e575130606291538s1f65eb6ep1bbe52518782e467@mail.gmail.com> X-Archives-Salt: 77f2ab05-5262-4b7c-9a46-2320307ac6ef X-Archives-Hash: 93c9ea48ca575de12b37a999925cbd57 On 30/06/06, Michael [Plouj] Ploujnikov wrote: > My config is already almost exactly like that, except that my config > does not specify: > Listen 127.0.0.1:631 127.0.0.1 is localhost (loopback) and is needed for your computer to be able to connect to its own cupsd and thus be able to print. > and this was enabled to allow other local CUPS servers (on a laptop > computer) to print to my printer: > > BrowseAddress @LOCAL I assume you have replaced @LOCAL with @192.168.0.1/24 or whatever the local address is? > I tried adding "Listen 127.0.0.1:631" but cups actually refused to > start because it was " > Unable to bind socket for address 00000000:631 - Address already in use." > > my CUPS automatically listens on: 0.0.0.0:631 OK, but 0.0.0.0 is *every* address in the universe, not the localhost address. Add localhost:631 it should do the same job like 127.0.0.1. Finally, check that the Deny/Allow is set to Deny all and Allow 127.0.0.1. Otherwise I've run out of ideas . . . -- Regards, Mick -- gentoo-user@gentoo.org mailing list