From owner-freebsd-questions@FreeBSD.ORG Fri Jul 22 15:43:40 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5252716A41F for ; Fri, 22 Jul 2005 15:43:40 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD3D43D53 for ; Fri, 22 Jul 2005 15:43:36 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.1) with ESMTP id j6MFhRlj029897; Fri, 22 Jul 2005 09:43:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.1/Submit) with ESMTP id j6MFhQap029894; Fri, 22 Jul 2005 09:43:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 22 Jul 2005 09:43:26 -0600 (MDT) From: Warren Block To: service@fixer.com In-Reply-To: <000801c58e83$72d8adb0$bec03040@yourykcpkzegys> Message-ID: <20050722093916.Q29847@wonkity.com> References: <000801c58e83$72d8adb0$bec03040@yourykcpkzegys> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (wonkity.com [127.0.0.1]); Fri, 22 Jul 2005 09:43:27 -0600 (MDT) Cc: questions@freebsd.org Subject: Re: Printer won't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2005 15:43:40 -0000 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