CUPs failed to start

albi albi at scii.nl
Fri May 5 00:05:17 UTC 2006


On Thu, 04 May 2006 18:51:08 -0500
Wade Smart <wade at wadesmart.com> wrote:

> Listen 127.0.0.1:631
> Listen 192.168.0.2:631
--cut--
> Allow From 127.0.0.1
> Allow From 192.168.0.4
> Allow From 192.168.0.3

> $ ifconfig
> eth0   Link encap:Ethernet  HWaddr 00:07:E9:79:2E:DB
>           inet addr:192.168.0.10  Bcast:192.168.0.255

you've found the conflict here

this is a (working) customized /etc/cups/cupsd.conf 
within a network :

# ------------ begin --------
DefaultCharset notused
LogLevel info
Printcap /var/run/cups/printcap
User cupsys
Group lpadmin
RunAsUser Yes
Port 631
Include cupsd-browsing.conf
BrowseAddress @LOCAL
SystemGroup lpadmin

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.
Allow From @LOCAL
</Location>

<Location /jobs>
AuthType Basic
AuthClass User
Allow From 127.0.0.1
Allow From 192.168.0.
Allow From @LOCAL
</Location>

<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.
Allow From @LOCAL
</Location>

# ------------ end ---------

-- 
grtjs, albi
gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import




More information about the ubuntu-users mailing list