CUPs failed to start

Gerhard Gaußling ggrubbish at web.de
Fri May 5 00:06:48 UTC 2006


Am Freitag, 5. Mai 2006 01:51 schrieb Wade Smart:
> Listen 127.0.0.1:631
> Listen 192.168.0.2:631
Maybe it's not allowed to use this twice. If 127.0.0.1 is the same host 
than 192.168.0.2, than try to stay with 192.168.0.2 (if you can ping it 
and name resolution is not an issue, of course). If these IP's belong 
to different hosts, please use 127.0.0.1.

I'm not an expert, but I think it may is not possible for cups to bind 
on two different IP's the same time, and therefor the daemon dies.

The problem might be different, others maybe could give better advice.

eth0   Link encap:Ethernet  HWaddr 00:07:E9:79:2E:DB
          inet addr:192.168.0.10

This looks to me like 192.168.0.2 is _not_ the same host as 
127.0.0.1 ...

Kind regards

Gerhard

here is my cupsd.conf:
$  egrep -v '#|^ *$' /etc/cups/cupsd.conf
AccessLog /var/log/cups/access_log
DefaultCharset notused
ErrorLog /var/log/cups/error_log
LogLevel  warn
Printcap /var/run/cups/printcap
User cupsys
Group lpadmin
RunAsUser Yes
Listen 127.0.0.1:631
Include cups.d/browse.conf
BrowseAddress @LOCAL
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
<Location /jobs>
AuthType Basic
AuthClass User
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>





More information about the ubuntu-users mailing list