The basic problem might be a network problem.
After modifying the MTU from 1492 to 1500 as requested by the sysconfig messages,I have even troubles opening the URL: http://localhost
At Installing the Printer inside YaST results in an eror:
what does ’ service cups status ’ (run as root) return? Is it running?
edit: http://localhost would not return anything if you don’t have apache (or other http daemon) running.
Cups runs it’s own little web service , but that’s only on port 631.
>
> Calling
> netstat -an | grep LISTEN | grep tcp
>
> gives…
> tcp 0 0 127.0.0.1:6560 0.0.0.0:*
> LISTEN
> tcp 0 0 127.0.0.1:55555 0.0.0.0:*
> LISTEN
> tcp 0 0 0.0.0.0:111 0.0.0.0:*
> LISTEN
> tcp 0 0 0.0.0.0:22 0.0.0.0:*
> LISTEN
> tcp 0 0 127.0.0.1:631 0.0.0.0:*
> LISTEN
> tcp 0 0 127.0.0.1:25 0.0.0.0:*
> LISTEN
> tcp 0 0 :::22 :::*
> LISTEN
> tcp 0 0 ::1:631 :::*
> LISTEN
> tcp 0 0 ::1:25 :::*
> LISTEN
>
> but if I use konqueror to fetch:
>
> http://localhost:631
>
> i get the error :
>
> 404 Not Found
>
> this is not surprising, as
>
> http://localhost
>
> does not work either…
>
>
> What is wrong…
>
> Willy
>
>
The (german!) error message you posted said “no connection to localhost”. Is
the firewall running (usually is on default install), is there a port opened
for cups (631). If you used the printer setup module in yast, it should be
open, but it might have hiccuped.
Easiest way is to turn off firewall, again, found in the yast -> security &
users section.
http://localhost
contacts apache, if it’s not running, no pages will be found.
http://localhost:631
contacts the cups server. it has nothing to do with apache and serves pages
from it’s own private directories.