Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Re: Re: Home Network Printing
Date: Wed, 30 Nov 2005 23:11:56
Message-Id: dmlauj$e2h$1@sea.gmane.org
In Reply to: Re: [gentoo-user] Re: Re: Home Network Printing by Richard Fish
1 Richard Fish wrote:
2
3 > On 11/30/05, brettholcomb@×××××××××.net <brettholcomb@×××××××××.net>
4 > wrote:
5 >> Are you running cups?
6 >
7 > And if so, post the output of:
8 >
9 > grep -v "^#" /etc/cups/cupsd.conf | grep -v "^$"
10 >
11 > for both systems.
12
13 Thanks Richard, this is what I get from box 1 (this is the client):
14 =========================
15 # grep -v "^#" /etc/cups/cupsd.conf | grep v "^$"
16 DocumentRoot /usr/share/cups/docs
17 LogLevel debug2
18 MaxCopies 10
19 MaxJobs 70
20 MaxJobsPerPrinter 30
21 MaxJobsPerUser 30
22 User lp
23 Group lp
24 Listen 127.0.0.1:631
25 MaxClients 10
26 Browsing Off
27 SystemGroup lp
28 <Location />
29 Order Deny,Allow
30 Deny From All
31 Allow From 127.0.0.1
32 </Location>
33 <Location /admin>
34 AuthType Basic
35 AuthClass System
36 Order Deny,Allow
37 Deny From All
38 Allow From 127.0.0.1
39 </Location>
40 =========================
41
42 This is what I get from host 2 (the server):
43 =========================
44 # grep -v "^#" /etc/cups/cupsd.conf | grep -v "^$"
45 DocumentRoot /usr/share/cups/docs
46 LogLevel info
47 User lp
48 Group lp
49 Port 631
50 SystemGroup lp
51 IfRequested - Use encryption if the server requests it
52 <Location />
53 Order Deny,Allow
54 Deny From All
55 Allow From 127.0.0.1
56 Allow From 192.168.0.2
57 </Location>
58 <Location /printers>
59 Order Deny,Allow
60 Deny From All
61 Allow From 127.0.0.1
62 Allow From 192.168.0.2
63 </Location>
64 <Location /admin>
65 AuthType Basic
66 AuthClass System
67 Order Deny,Allow
68 Deny From All
69 Allow From 127.0.0.1
70 </Location>
71 =========================
72
73 Any wrong entries?
74 --
75 Regards,
76 Mick
77
78 --
79 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Re: Re: Home Network Printing Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] Re: Re: Re: Home Network Printing Holly Bostick <motub@××××××.nl>