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 1Fw5Jw-0006SD-Mq for garchives@archives.gentoo.org; Thu, 29 Jun 2006 22:49:13 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k5TMkT4e030444; Thu, 29 Jun 2006 22:46:29 GMT Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k5TMcSNZ011788 for ; Thu, 29 Jun 2006 22:38:29 GMT Received: by nz-out-0102.google.com with SMTP id 34so298754nzf for ; Thu, 29 Jun 2006 15:38:28 -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=RcA9G6jr/+GJEZduHzQ37EOMR+HhtIwLT8Ld50EBEs4RHTG4TfB0dg2JtBMojG/k+jvoD4nG8tbz4LE8Ks2L2OqfNWKz4g+sx0WAwMRGezXoteCSaKRuOOGxIYrqB6d5vK9GqI60jLTZjU40R7oMzv8ge6zJK2Cp0bNfi6Z0UrU= Received: by 10.36.100.15 with SMTP id x15mr3609954nzb; Thu, 29 Jun 2006 15:38:28 -0700 (PDT) Received: by 10.37.15.29 with HTTP; Thu, 29 Jun 2006 15:38:28 -0700 (PDT) Message-ID: <18e575130606291538s1f65eb6ep1bbe52518782e467@mail.gmail.com> Date: Thu, 29 Jun 2006 18:38:28 -0400 From: "Michael [Plouj] Ploujnikov" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cannot print after changing CUPS printer In-Reply-To: <358eca8f0606291457j7e892003ib1e608b46c9b77b6@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=UTF-8; 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> X-Archives-Salt: 4a5b7a02-3caf-4eaf-8529-1a8622cb121a X-Archives-Hash: d33c6a03c801447c6b341e235efd06bc > I would try commenting out the line with LOCAL above and check or add > the following: > ===================== > User lp > Group lp > > Listen 127.0.0.1:631 > > Browsing Off > > SystemGroup lp > > > Order Deny,Allow > Deny From All > Allow From 127.0.0.1 > > > > > AuthType Basic > AuthClass System > > Order Deny,Allow > Deny From All > Allow From 127.0.0.1 > > > ===================== > > If the above setting works you can start tightening things further, > including encryption, etc. if this machine is exposed to the elements > of nature. :-) > My config is already almost exactly like that, except that my config does not specify: Listen 127.0.0.1:631 and this was enabled to allow other local CUPS servers (on a laptop computer) to print to my printer: BrowseAddress @LOCAL 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 -- gentoo-user@gentoo.org mailing list