Richard Fish wrote:
> On 11/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
>> Are you running cups?
>
> And if so, post the output of:
>
> grep -v "^#" /etc/cups/cupsd.conf | grep -v "^$"
>
> for both systems.
Thanks Richard, this is what I get from box 1 (this is the client):
=========================
# grep -v "^#" /etc/cups/cupsd.conf | grep v "^$"
DocumentRoot /usr/share/cups/docs
LogLevel debug2
MaxCopies 10
MaxJobs 70
MaxJobsPerPrinter 30
MaxJobsPerUser 30
User lp
Group lp
Listen 127.0.0.1:631
MaxClients 10
Browsing Off
SystemGroup lp
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
=========================
This is what I get from host 2 (the server):
=========================
# grep -v "^#" /etc/cups/cupsd.conf | grep -v "^$"
DocumentRoot /usr/share/cups/docs
LogLevel info
User lp
Group lp
Port 631
SystemGroup lp
IfRequested - Use encryption if the server requests it
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.2
</Location>
<Location /printers>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.2
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
=========================
Any wrong entries?
--
Regards,
Mick
--
[email protected] mailing list