From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 09:14:38 2003 Return-Path: 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 0E9DD16A4CF for ; Fri, 14 Nov 2003 09:14:38 -0800 (PST) Received: from clanbuckbuck.org (12-211-125-56.client.attbi.com [12.211.125.56]) by mx1.FreeBSD.org (Postfix) with SMTP id 1661343FDF for ; Fri, 14 Nov 2003 09:14:37 -0800 (PST) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 68502 invoked from network); 14 Nov 2003 17:14:36 -0000 Received: from unknown (HELO RYALLS1) (131.107.3.72) by 12-211-125-56.client.attbi.com with SMTP; 14 Nov 2003 17:14:36 -0000 From: "Derrick Ryalls" To: "'me'" , Date: Fri, 14 Nov 2003 09:14:32 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <20031114083510.V46001@serpentor.cobrala> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Cups? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 17:14:38 -0000 > Do most people use Cups (out of ports) for printing? I can't=20 > get it to start. I get an error saying it died with an error=20 > of 2 "Child exited with status 2!". >=20 > Any ideas? >=20 Not familiar with that error code, what do the logs say? (/var/log/cups/errors_log or something). Cups is meant to replace the system lpr binaries, so make sure the = system ones are not being used: %which lpr Should not return a pointer to /usr/sbin (or is it bin), but should = point to /usr/local/sbin. You could also try using apsfilter, a very good printing system that = uses the native lpr stuff. HTH, not enough sleep and too much coffee...