From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O7PG7-0000Cg-M8 for garchives@archives.gentoo.org; Thu, 29 Apr 2010 08:38:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C1C0E07DB; Thu, 29 Apr 2010 08:37:26 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id 15196E07DB for ; Thu, 29 Apr 2010 08:37:25 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.52,293,1270422000"; d="scan'208";a="185009666" Received: from 213-152-39-90.dsl.eclipse.net.uk (HELO compaq.stroller.uk.eu.org) ([213.152.39.90]) by smtpout.karoo.kcom.com with ESMTP; 29 Apr 2010 09:37:24 +0100 Received: from funf.stroller.uk.eu.org (funf.stroller.uk.eu.org [192.168.1.71]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id 27F4D6C4A1 for ; Thu, 29 Apr 2010 09:37:21 +0100 (BST) Message-Id: From: Stroller To: gentoo-user@lists.gentoo.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: [gentoo-user] bypassing CUPS - howto Date: Thu, 29 Apr 2010 09:37:19 +0100 References: <20100428141106.6ae2ec5d@karnak.local> X-Mailer: Apple Mail (2.936) X-Archives-Salt: 6875a1f9-bcf7-48a1-8ed0-8d3e6d7da365 X-Archives-Hash: 0ae5b2b5efbb872eadad832a71403f40 On 28 Apr 2010, at 15:27, Helmut Jarausch wrote: >> ... >> Why do you need to bypass CUPS? > > Thanks, it's just for debugging. > > Printing some pdf files with acroread makes some printers > hang here. > To locate the problem source, I'd like to check if the printer > works if it gets the postscript or pdf-file (there printer is assumed > to accept postscript level 3). Have you tried using `lpr` at the command line? I *believe* something like `lpr /path/to/file.pdf` should work. Stroller.