Date: Thu, 15 Nov 2007 18:42:01 -0800 From: "Derrick Ryalls" <ryallsd@gmail.com> To: "luizbcampos@gmail.com" <luizbcampos@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: cups web browser access... Message-ID: <d5eb95fc0711151842r69a456dn630c44b0c434ae64@mail.gmail.com> In-Reply-To: <d534d2fe0711151726q21a65a7em2e5880c53157ec11@mail.gmail.com> References: <d534d2fe0711151726q21a65a7em2e5880c53157ec11@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/15/07, luizbcampos@gmail.com <luizbcampos@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d5eb95fc0711151842r69a456dn630c44b0c434ae64>