LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   http://localhost:631 (https://www.linuxquestions.org/questions/linux-software-2/http-localhost-631-a-211907/)

zaicheke 07-31-2004 03:51 PM

http://localhost:631
 
CUPS is installed and starts on boot but when i try to connect to http://localhost:631 the browser says "The connection was refused when trying to connect to http://localhost:631"

SBing 07-31-2004 04:08 PM

Check if CUPSD is actually listening on port 631:

$ su
# netstat -pan | grep tcp

If the CUPSD is listening, you should see:

tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN XXXX/cupsd

(Where XXXX is a PID)

zaicheke 07-31-2004 05:03 PM

it's not listening.

SBing 08-01-2004 01:55 AM

Try

$ su
# /etc/rc.d/rc.cups stop
# /etc/rc.d/rc.cups start
# netstat -pan | grep cupsd

What error messages do you recieve?

jeremy 08-01-2004 09:29 AM

Moved: This thread is more suitable in Linux - Software and has been moved accordingly to help your thread/question get the exposure it deserves.

--jeremy

rajbaxi 08-01-2004 01:13 PM

Have you checked your cupsd.conf file?


All times are GMT -5. The time now is 05:10 PM.