From owner-freebsd-questions@FreeBSD.ORG Wed Jan 4 21:19:13 2006 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 DA9D816A41F for ; Wed, 4 Jan 2006 21:19:13 +0000 (GMT) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8243B43D7C for ; Wed, 4 Jan 2006 21:19:07 +0000 (GMT) (envelope-from doug@polands.org) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.4/8.13.4) with ESMTP id k04LJ3uB062957 for ; Wed, 4 Jan 2006 15:19:03 -0600 (CST) (envelope-from doug@polands.org) Received: from 209.103.215.99 (proxying for 209.103.215.99) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Wed, 4 Jan 2006 15:19:03 -0600 (CST) Message-ID: <59225.209.103.215.99.1136409543.squirrel@email.polands.org> Date: Wed, 4 Jan 2006 15:19:03 -0600 (CST) From: "Doug Poland" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.87/1229/Wed Jan 4 09:08:11 2006 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: Xprt doesn't find printers on FreeBSD 6 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: Wed, 04 Jan 2006 21:19:14 -0000 Hello, I'm having a problem with Xprt (xorg-printserver-6.8.2_2) on FreeBSD 6-STABLE. It would seem that Xprt is supposed to automatically detect my printers, but it doesn't. I have two printers in my /etc/printcap and successfully print to both. When I start Xprt, I receive this warning... # /usr/X11R6/etc/rc.d/xprint.sh start Starting Xprint servers: Xprt. No matching visual for __GLcontextMode with visual class = 0 (32775), nplanes = 8 and I'm not sure if that's ultimately my problem or not. Googling hasn't helped. # xplsprinters xplsprinters: no printers found for printer spec "". Here's some information about my system and some diagnostics: # lpc status all lp: queuing is enabled printing is enabled no entries in spool area printer idle lj: queuing is enabled printing is enabled no entries in spool area printer idle # /usr/X11R6/etc/rc.d/xprint.sh status Xprint (:33 ) is running... # /usr/X11R6/etc/rc.d/xprint.sh diag ##### Diag start Wed Jan 4 15:16:04 CST 2006. ## General info start. PATH="/usr/bin:/bin:/usr/sbin:/sbin" TZ="" LANG="" uname -a="FreeBSD jericho.polands.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Fri Nov 18 12:26:31 CST 2005 djp@jericho.polands.org:/usr/obj/usr/src/sys/GENERIC-UNP i386" uname -s="FreeBSD" uname -p="i386" uname -i="GENERIC-UNP" uname -m="i386" has /etc/SuSE-release ... no has /etc/redhat-release ... no has /etc/debian_version ... no ps: Process environment requires procfs(5) how many Xprt servers are running ... 1 ## General info end. ## Testing font paths start. #### Testing "/usr/X11R6/lib/X11/fonts/Type1/" ... /usr/X11R6/lib/X11/fonts/Type1//fonts.dir has cursor font. #### Testing "/usr/X11R6/lib/X11/fonts/TTF/" ... #### Testing "/usr/X11R6/lib/X11/fonts/misc/" ... /usr/X11R6/lib/X11/fonts/misc//fonts.dir has cursor font. /usr/X11R6/lib/X11/fonts/misc//fonts.dir has fixed font. /usr/X11R6/lib/X11/fonts/misc//fonts.alias has cursor font. /usr/X11R6/lib/X11/fonts/misc//fonts.alias has fixed font. #### Testing "/usr/X11R6/lib/X11/fonts/75dpi/" ... #### Testing "/usr/X11R6/lib/X11/fonts/100dpi/" ... ## Testing font paths end. ##### Diag End Wed Jan 4 15:16:05 CST 2006. # ps -w | grep Xprt 13624 p0 S 0:00.13 /usr/X11R6/bin/Xprt -ac -pn -nolisten tcp -audit 4 -fp /usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75d -- Regards, Doug