Date: Fri, 22 Jul 2005 09:43:26 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: service@fixer.com Cc: questions@freebsd.org Subject: Re: Printer won't work Message-ID: <20050722093916.Q29847@wonkity.com> In-Reply-To: <000801c58e83$72d8adb0$bec03040@yourykcpkzegys> References: <000801c58e83$72d8adb0$bec03040@yourykcpkzegys>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Jul 2005, service@fixer.com wrote: > lpc: Check to see if the master 'lpd' process is running. > I know how to use ps -aux the see if apache and mysql are running, but I don't how > to find out if the 'printing daemon" is running. ps aux | grep lpd > I think we need to somehow find a way to get the 'printing daemon' to run. Place lpd_enable="YES" in /etc/rc.conf. That takes effect at boot. In the meantime, you can just run 'lpd' until you reboot. -Warren Block * Rapid City, South Dakota USA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050722093916.Q29847>