From owner-freebsd-questions@FreeBSD.ORG Sat Jun 30 21:07:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2609E16A421 for ; Sat, 30 Jun 2007 21:07:04 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from pih-relay04.plus.net (pih-relay04.plus.net [212.159.14.131]) by mx1.freebsd.org (Postfix) with ESMTP id E291B13C465 for ; Sat, 30 Jun 2007 21:07:03 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from [81.174.174.115] (helo=3bsd.cpcnw.co.uk) by pih-relay04.plus.net with esmtp (Exim) id 1I4k9m-0003nk-Mh; Sat, 30 Jun 2007 22:07:02 +0100 Date: Sat, 30 Jun 2007 22:06:58 +0100 From: Graham Bentley To: freebsd-questions@freebsd.org Message-ID: <20070630220658.74f7174d@3bsd.cpcnw.co.uk> Organization: Custom PC North West X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Face: -P+89ASh_wrs; AUGm`!l[}/o-lyK}5W.gq\fkJ{#d6Gu,hWrZNz::iMm5PJb}__A96]-LUrl)X=uF=V|\3-\9/sXvBs/H Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: tevans.uk@googlemail.com, nlecic@EUnet.yu Subject: Re: Selecting printer from apps core dumps. Howto debug? 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: Sat, 30 Jun 2007 21:07:04 -0000 > have you compiled print/xfce4-print with "Use cups as > printing system"? This matters, among other things. You > can check it with 'make showconfig' and change with > 'make config'. 3bsd# make showconfig ===> The following configuration options are available for xfce4-print-4.4.1_1: LPR=off "Use lpr as printing system" CUPS=on "Use cups as printing system" LETTER=off "Use letter paper format instead of A4" ===> Use 'make config' to modify these settings 3bsd# Its odd because the cups test page works, printing from mousepad and firefox works, but abiword bombs completely. In the short space of time I see it on the screen after clicking print I can see there is no entry for the printer. > I had similar problems until I removed lpr from the base. > To do this, I added this to /etc/make.conf: > WITHOUT_LPR=true > CUPS_OVERWRITE_BASE=yes > NO_LPR=yes > and then rebuilt and reinstalled world and cups. I have tried adding lpd_enable="NO" top rc.conf then realised cups replaces lpd anyway so that was no help. Somewhere along the line I have added [system=10] add path 'unlpt*' mode 0660 group cups add path 'ulpt*' mode 0660 group cups add path 'lpt*' mode 0660 group cups to /etc/devfs.rules and devfs_system_ruleset="system" to rc.conf I wanted to avoid having to buildword just now ... and just read this thead ; > CUPS installs its own version of lpr, lpq and lpd > under /usr/local/bin. > Therefore, be sure to delete lpr , lpq and lpd under > /usr/bin and then symlink from /usr/local/bin to /usr/bin. although lpd looks to be under /usr/sbin on my system? Any further help on figuring this out appreciated!