Regarding the following thread:
http://www.redhat.com/archives/fedora-list/2003-December/msg00326.html
My cups.conf actually doesn't have anything else except local ip addresses, and it still gives the exact same error,
I [29/Apr/2004:13:30:04 -0700] Listening to 0:631
I [29/Apr/2004:13:30:04 -0700] Listening to c0a80103:631
I [29/Apr/2004:13:30:04 -0700] Sending browsing info to ffffffff:631
I [29/Apr/2004:13:30:04 -0700] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Apr/2004:13:30:04 -0700] Configured for up to 100 clients.
I [29/Apr/2004:13:30:04 -0700] Allowing up to 100 client connections per host.
I [29/Apr/2004:13:30:04 -0700] Full reload is required.
I [29/Apr/2004:13:30:05 -0700] LoadPPDs: Read "/etc/cups/ppds.dat", 14 PPDs...
I [29/Apr/2004:13:30:05 -0700] LoadPPDs: No new or changed PPDs...
I [29/Apr/2004:13:30:05 -0700] Full reload complete.
E [29/Apr/2004:13:30:05 -0700] StartListening: Unable to bind socket - Cannot assign requested address.
the following is my entire cups.conf minus comments:
LogLevel info User lp Group lp Port 631 Listen 192.168.1.3 Browsing On BrowseProtocols all BrowseAddress 255.255.255.255 BrowseAllow 192.168.1.3 BrowseInterval 30 BrowseOrder allow,deny BrowsePort 631 SystemGroup lp <Location /> Order Deny,Allow Allow From All </Location> <Location /admin> AuthType Basic AuthClass System Order Deny,Allow Allow From All </Location>
-- thanks in advance --Shroom