cups web browser access...

2007-11-15 Thread luizbcampos
  Dear Sirs


  I use FreeBSD-6.1-R amd64 and I installed cups. When I type in
http://localhost:631; I got the message server not found.
Suggestions...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cups web browser access...

2007-11-15 Thread Robert Huff
[EMAIL PROTECTED] writes:

I use FreeBSD-6.1-R amd64 and I installed cups. When I type in
  http://localhost:631; I got the message server not found.
  Suggestions...

Is cupsd running?
Does it own port 631?
Is port 631 blocked by a firewall?


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups web browser access...

2007-11-15 Thread Derrick Ryalls
On 11/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   Dear Sirs


   I use FreeBSD-6.1-R amd64 and I installed cups. When I type in
 http://localhost:631; I got the message server not found.
 Suggestions...
 ___

Going from memory...

Check to see if cupsd is running:

#ps auxww| grep cupsd

if something other than 'grep cupsd' is listed, I don't know why you
can't access the site.  If nothing comes back:

Start the cupsd daemon:

#/usr/local/etc/rc.d/cupsd.sh start

(Might be a bit off, can't recall)

You might need to modify /etc/rc.conf first:

#echo cupsd_enable=YES  /etc/rc.conf

The above script to start cups should tell you want variable you need
in rc.conf to get cupsd working.

Hope this helps.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups web browser access...

2007-11-15 Thread Garrett Cooper

[EMAIL PROTECTED] wrote:

  Dear Sirs


  I use FreeBSD-6.1-R amd64 and I installed cups. When I type in
http://localhost:631; I got the message server not found.
Suggestions...
  


   What does cat /etc/rc.conf | grep cupsd  ps ux | grep cupsd output?
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]