I hope this isn't off-topic here.

Gentoo machine, 2.6.1 kernel, cups 1.1.19.  The Linux box, using 
turboprint,  prints fine to a USB Canon S900.  However, any attempt to 
print from the Mac OSX Jaguar, 192.168.1.100, yields a "Network host 
192.168.1.101 is busy" message and does not print.  OSX finds the 
printer automagically under "Shared Printers" with the correct queue 
name, etc.  The problem, it seems, is on the Linux box, from which the 
following is taken:
 ==================================
cupsd is running.  
netstat lists:
 tcp        0      0 localhost:631           *:*                     
LISTEN
 udp        0      0 *:631                      *:*

/etc/cupsd.conf has, obviously among much else:
Listen 127.0.0.1:631
Browsing On
BrowseProtocols cups
BrowseAllow 127.0.0.1
BrowseAllow @LOCAL
BrowseDeny ALL
BrowsePort 631
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1 @LOCAL 192.168.1.*
</Location>

AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
===========================================
Any advice appreciated.  Thanks.

--
Ed Jabbour

--
[EMAIL PROTECTED] mailing list

Reply via email to