From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 17:44:06 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 DCD7E16A423 for ; Tue, 21 Feb 2006 17:44:06 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F81143D49 for ; Tue, 21 Feb 2006 17:44:06 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [IPv6:::1] (localhost.internetinsite.com [IPv6:::1]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1LHhvPL051814; Tue, 21 Feb 2006 09:43:57 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FB515C.4080606@chrismaness.com> Date: Tue, 21 Feb 2006 09:43:56 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060207) MIME-Version: 1.0 To: asa@agava.com, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD CUPS issue 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: Tue, 21 Feb 2006 17:44:07 -0000 I did a CVS sync with the ports tree and built CUPS. I cannot login to the web admin interface. It looks like cupsd is crashing when I log in. Any suggestion. I haven't made any changes, it is a default install. It rejects logins from other users. It looks like it crashes after it accepts the login. Here is the error messages: W [20/Feb/2006:09:44:19 -0800] Unknown username "lp" I [20/Feb/2006:09:44:19 -0800] Loaded configuration file "/usr/local/etc/cups/cupsd.conf" I [20/Feb/2006:09:44:19 -0800] Configured for up to 100 clients. I [20/Feb/2006:09:44:19 -0800] Allowing up to 100 client connections per host. I [20/Feb/2006:09:44:19 -0800] Full reload is required. E [20/Feb/2006:09:44:19 -0800] LoadDevices: Unable to open backend directory "/usr/lib/cups/backend": No such file or directory I [20/Feb/2006:09:44:19 -0800] LoadPPDs: Read "/usr/local/etc/cups/ppds.dat", 16 PPDs... I [20/Feb/2006:09:44:19 -0800] LoadPPDs: No new or changed PPDs... I [20/Feb/2006:09:44:19 -0800] Full reload complete. Chris Maness