[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cannot connect to localhost:631



On 16/06/11 15:59, Brian wrote:
On Thu 16 Jun 2011 at 14:25:01 +0100, AG wrote:

On 15/06/11 13:03, Camaleón wrote:
Check if the port is listening:

netstat -ant | grep 631
No feedback from the command line.
You can print, so CUPS has be listening for a connection. Please do

    /etc/init.d/cups restart

and post the output of

    netstat -ant | grep LISTEN


Brian

As requested after restarting /etc/init.d/cups :

$ sudo netstat -ant | grep LISTEN
tcp        0      0 127.0.0.1:8118          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:9050          0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
tcp6       0      0 ::1:25                  :::*                    LISTEN

Apparently, it *isn't* listening, and yet still printing ... ?

AG


Reply to: