cups web browser access...

Derrick Ryalls ryallsd at gmail.com
Thu Nov 15 19:08:32 PST 2007


On 11/15/07, luizbcampos at gmail.com <luizbcampos at gmail.com> 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.


More information about the freebsd-questions mailing list