does cups work in rawhide?

Iago Rubio iago.rubio at hispalinux.es
Wed Mar 24 15:36:50 UTC 2004


On Wed, 2004-03-24 at 15:52, Tony Grant wrote:
> Le mer 24/03/2004 à 15:23, Tim Waugh a écrit :
> > What's in /etc/cups/cupsd.conf after this line?:
> > 
> > # Lines below are automatically generated - DO NOT EDIT
> 
> <Location /printers/hush>
> Order Deny,Allow
> Deny From All
^^^^^^^^^^^^^^^
> Allow From 127.0.0.1
> AuthType None
> Allow from All
> </Location>
> <Location />
> Order Deny,Allow
> Deny From All
> Allow From 127.0.0.1
> </Location>
> Browsing On
> BrowseProtocols cups
> BrowseOrder Deny,Allow
> BrowseAllow from @LOCAL
> BrowseAddress 255.255.255.255
> Listen *:631
> 
> This is wrong but that is what is written by the GUI when I select All
> hosts. 
> 
> Below is from cupsd.conf.rpmsave I think it is the working conf from
> before my yum remove cups, yum install cups I did a couple of days ago
> in frustration
> 
> <Location /printers/hush>
> Order Deny,Allow
> Deny From All
^^^^^^^^^^^^^^^
> Allow From 127.0.0.1
> AuthType None
> Allow from 192.168.0.0/255.255.255.0
> Allow from @IF(eth0)
> Allow from 127.0.0.1/255.255.255.0
> </Location>
> <Location />
> Order Deny,Allow
> Deny From All
^^^^^^^^^^^^^^^
> Allow From 127.0.0.1
> </Location>
> Browsing On
> BrowseProtocols cups
> BrowseOrder Deny,Allow
> BrowseAllow @LOCAL
> BrowseAddress @LOCAL
> Listen 192.168.0.111:631
> Listen 127.0.0.1:

See the marked lines, you're not allowing outcoming connections.

Try:

Order Allow,Deny
Allow from 192.168.0.0/255.255.255.0
Allow from 127.0.0.1/255.255.255.0
Deny From All
-- 
Iago Rubio                http://www.iagorubio.com          
GPGkey pgp.rediris.es id 0x909BD4DD  fingerprint =
D18A B950 5F03 BB9A DD89  AA75 FEDF 1978 909B D4DD
********** iago.rubio(AT)hispalinux.es  **********     
--------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20040324/9a6a881d/attachment.sig>


More information about the fedora-devel-list mailing list