From owner-freebsd-questions@FreeBSD.ORG Fri Jan 13 16:03:36 2006 Return-Path: X-Original-To: freebsd-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 7AD7616A41F for ; Fri, 13 Jan 2006 16:03:36 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth07.mail.atl.earthlink.net (smtpauth07.mail.atl.earthlink.net [209.86.89.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B0543D45 for ; Fri, 13 Jan 2006 16:03:36 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth07.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1ExROp-0006dP-7D; Fri, 13 Jan 2006 11:03:35 -0500 Date: Fri, 13 Jan 2006 10:03:43 -0600 From: "Andrew L. Gould" To: Robert Slade Message-ID: <20060113100343.72346c14@grokwell.org> In-Reply-To: <1137166200.28855.65.camel@lmail.bathnetworks.co.uk> References: <20060113090042.6ed4aefc@grokwell.org> <1137166200.28855.65.camel@lmail.bathnetworks.co.uk> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc0eb82d1358c050a9bfb7e9675f862d3f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: cups at bootup 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, 13 Jan 2006 16:03:36 -0000 On Fri, 13 Jan 2006 15:30:01 +0000 Robert Slade wrote: > On Fri, 2006-01-13 at 15:00, Andrew L. Gould wrote: > > After a complete system and port upgrade, cups does not start at > > bootup. During bootup, I see the following line: > > > > Usage: cups {reload|restart|start|status|stop} > > > > The command 'ps ax | grep cups' returns nothing. If I start cups as > > root manually ('/usr/local/etc/rc.d/cups.sh start'), the cupsd > > scheduler is started successfully and I can print. > > > > Where should I look for the problem during bootup? > > > > Thanks, > > > > Andrew Gould > > Check the cups entry in /etc/rc.conf > > Rob > Okay, I have 'cupsd_enable="YES"' in /etc/rc.conf, and cups starts at bootup; but in addition to "cups: started scheduler", I still get the message mentioned above. The "cups: started scheduler" message appears after "Local package initialization:". The "Usage: cups {reload|restart|start|status|stop}" message appears after "Starting usbd." and "Starting ddclient.", but prior to "Local package initialization:". '"Curiouser and curiouser," said Alice' Andrew Gould