Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cannot print after changing CUPS printer
Date: Thu, 29 Jun 2006 22:10:35
Message-Id: 358eca8f0606291457j7e892003ib1e608b46c9b77b6@mail.gmail.com
In Reply to: Re: [gentoo-user] cannot print after changing CUPS printer by "Michael [Plouj] Ploujnikov"
1 On 29/06/06, Michael [Plouj] Ploujnikov <ploujj@×××××.com> wrote:
2 > On 6/28/06, Mick <michaelkintzios@×××××.com> wrote:
3 > > Did you by any chance change your /etc/cups/cupsd.conf file settings
4 > > from the default?
5 >
6 > I think this is all I changed:
7 > --- /etc/cups/cupsd.conf (revision 367)
8 > +++ /etc/cups/cupsd.conf (revision 413)
9 > @@ -533,7 +533,7 @@
10 > #BrowseAddress x.y.255.255
11 > #BrowseAddress x.255.255.255
12 > #BrowseAddress 255.255.255.255
13 > -#BrowseAddress @LOCAL
14 > +BrowseAddress @LOCAL
15 > #BrowseAddress @IF(name)
16
17 I would try commenting out the line with LOCAL above and check or add
18 the following:
19 =====================
20 User lp
21 Group lp
22
23 Listen 127.0.0.1:631
24
25 Browsing Off
26
27 SystemGroup lp
28
29 <Location />
30 Order Deny,Allow
31 Deny From All
32 Allow From 127.0.0.1
33 </Location>
34
35 <Location /admin>
36
37 AuthType Basic
38 AuthClass System
39
40 Order Deny,Allow
41 Deny From All
42 Allow From 127.0.0.1
43
44 </Location>
45 =====================
46
47 If the above setting works you can start tightening things further,
48 including encryption, etc. if this machine is exposed to the elements
49 of nature. :-)
50
51 HTH
52 --
53 Regards,
54 Mick
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] cannot print after changing CUPS printer "Michael [Plouj] Ploujnikov" <ploujj@×××××.com>