From owner-freebsd-stable Mon Apr 10 17:19:55 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rr.com (rdu25-22-143.nc.rr.com [24.25.22.143]) by hub.freebsd.org (Postfix) with ESMTP id 9C71C37B5AB for ; Mon, 10 Apr 2000 17:19:49 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id UAA08363 for stable@freebsd.org; Mon, 10 Apr 2000 20:19:00 -0400 (EDT) (envelope-from rhh) Date: Mon, 10 Apr 2000 20:19:00 -0400 From: Randall Hopper To: stable@freebsd.org Subject: lpd hangs up -- Any advice? Message-ID: <20000410201859.A8248@ipass.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nFreZHaLTZJo0R7j" X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii I have a PostScript printer queue that, if I print multiple jobs to it, it almost always stalls between each job. I have to "give it a kick" with: lpc start all to get it to go on and print more jobs. Any idea why this might be happening? I've attached my printcap. I print PostScript to the "ps" queue, and it just uses GhostScript as an output filter. TIA for any suggestions, Randall --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=printcap # @(#)printcap 5.3 (Berkeley) 6/30/90 # $Id: printcap,v 1.9 1998/02/04 12:09:06 ache Exp $ lp|LJ4P RAW:\ :lp=/dev/lpt0:sd=/var/spool/lpd/lp:lf=/var/log/lpd-errs:\ :mx#0:ff=\033E:fo:sh:tr=\033E: text|LJ4P TEXT (UNIX->DOS EOL text conversion & PC-8 [not Roman-8] Fontset):\ :lp=/dev/lpt0:sd=/var/spool/lpd/text:lf=/var/log/lpd-errs:\ :mx#0:ff=\033E\033&k2G\033(10U:fo:sh:tr=\033E: ps|LJ4P POSTSCRIPT (Ghostscript PS->PCL conversion):\ :lp=/dev/lpt0:sd=/var/spool/lpd/ps:lf=/var/log/lpd-errs:\ :of=/opt/bin/gslj:\ :mx#0:sf:sh: --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=gslj #!/bin/sh # # PS->PCL Filter Script -- Uses GhostScript # TMPDIR=/usr/tmp GSLIB=/usr/local/lib/ghostscript/fonts PATH=/usr/local/bin:/usr/bin:$PATH #PRINTER=lp export TMPDIR GSLIB PATH #exec gs -q -sDEVICE=laserjet -r300 -dNOPAUSE -- gslp.ps $* #exec gs -q -sDEVICE=ljet4 -dNOPAUSE -sOutputFile=\|lpr gslp.ps - exec gs -q -sDEVICE=ljet4 -dNOPAUSE -sOutputFile=- gslp.ps - --nFreZHaLTZJo0R7j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message