From owner-freebsd-hardware@FreeBSD.ORG Sun Apr 2 05:50:43 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B3A716A41F for ; Sun, 2 Apr 2006 05:50:43 +0000 (UTC) (envelope-from security@yourdot-mail.com) Received: from jupiter.nswebhost.com (jupiter.nswebhost.com [66.246.252.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884B743D46 for ; Sun, 2 Apr 2006 05:50:42 +0000 (GMT) (envelope-from security@yourdot-mail.com) Received: from 55-214.dial.nortenet.pt ([212.13.55.214]:36226 helo=[192.168.1.13]) by jupiter.nswebhost.com with esmtpa (Exim 4.52) id 1FPvU7-0002l7-44; Sat, 01 Apr 2006 23:50:47 -0600 Message-ID: <442F660D.3080908@yourdot-mail.com> Date: Sun, 02 Apr 2006 06:50:05 +0100 From: Carlos Silva User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Jin Guojun [VFFS]" References: <442DFEE5.4040407@yourdot-mail.com> <442E82F2.8040702@bah.homeip.net> <442EACAF.4010606@yourdot-mail.com> <442EAEF1.5050307@bah.homeip.net> <442EB292.1000007@yourdot-mail.com> <442F15C6.4070409@lbl.gov> <442F1698.5050500@yourdot-mail.com> <442F1DB5.8090003@lbl.gov> <442F1EE3.8050904@yourdot-mail.com> <442F2251.8010205@lbl.gov> <442F6234.4010403@lbl.gov> In-Reply-To: <442F6234.4010403@lbl.gov> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jupiter.nswebhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - yourdot-mail.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-hardware@freebsd.org Subject: Re: cups X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2006 05:50:43 -0000 hmm thanks for the post ... but do you have an idea how can I fix this? Best Regards, Carlos Silva, CSilva Web: http://www.csilva.org/ Jin Guojun [VFFS] escreveu: > Carlos Silva wrote: > >> >>> my logs from the error are: >>> ..... (skipped) >>> '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' >>> '-sDeviceManufacturer=HEWLETT-PACKARD' '-sDeviceModel=PHOTOSMART >>> 1115' '-dDEVICEWIDTHPOINTS=595' '-dDEVICEHEIGHTPOINTS=842' >>> '-dDuplex=false' '-r300' >>> '-sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2,PS:MediaPosition=7' >>> '-dIjsUseOutputFD' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2 >> >>> D [25/Mar/2006:23:37:55 +0000] [Job 7] **** Unable to open the >>> initial device, quitting. >>> D [25/Mar/2006:23:37:55 +0000] [Job 7] renderer return value: 1 >>> D [25/Mar/2006:23:37:55 +0000] [Job 7] renderer received signal: 1 >>> D [25/Mar/2006:23:37:55 +0000] [Job 7] tail process done writing >>> data to STDOUT >> > By looking closely, somewhere in filter configuration (mime.convs?) is > messed up. > > clause '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2 > > means: to read data from stdin and send result to stderr (not > stdout, weird); > then, redirection says to redirect 3 (stderr) to 1 (stdin, even > weird), this loops; > and then redirect 1 (stdin) to 2 (stdout), thus input (stdin , 1) is > empty because > it is redirected to stdout (2) and all input are directly sent to > stdout (bypass the filter ???). > > -Jin >