From owner-freebsd-questions Sun Sep 29 15: 9: 6 2002 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 E289337B401 for ; Sun, 29 Sep 2002 15:09:05 -0700 (PDT) Received: from wonkity.com (wonkity.com [63.93.4.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB0843E3B for ; Sun, 29 Sep 2002 15:09:05 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id g8TM94uF000457; Sun, 29 Sep 2002 16:09:04 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id g8TM94c9000454; Sun, 29 Sep 2002 16:09:04 -0600 (MDT)?g (envelope-from wblock@wonkity.com) Date: Sun, 29 Sep 2002 16:09:04 -0600 (MDT) From: Warren Block To: Chip Wiegand Cc: Questions FreeBSD Subject: Re: is it possible to move print jobs? In-Reply-To: <1033330356.37357.57.camel@chip.wiegand.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 29 Sep 2002, Chip Wiegand wrote: > I have a printer connected to my fbsd box, and another connected to a > winblows box. the fbsd printer has crapped out on me and has 9 print > jobs waiting in the queue. is it possible to move those jobs from > printer queue lp to printer queue eps? Dunno if there's an automatic way to do it, but you can certainly do it by hand. The print files are stored in the spool directory you've specified in /etc/printcap. Data files start with dfA. So cd into your spool directory, and use lpr to print the files to the new queue: cd /var/spool/output/lpd/lp lpr -Peps dfA* -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message