From owner-freebsd-questions Sun Mar 9 21:52:33 2003 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 0C66D37B401 for ; Sun, 9 Mar 2003 21:52:33 -0800 (PST) Received: from tomts23-srv.bellnexxia.net (tomts23.bellnexxia.net [209.226.175.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B4DE43FBD for ; Sun, 9 Mar 2003 21:52:32 -0800 (PST) (envelope-from david@skytrackercanada.com) Received: from d.tracker ([65.95.214.144]) by tomts23-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030310055230.FAHE24585.tomts23-srv.bellnexxia.net@d.tracker> for ; Mon, 10 Mar 2003 00:52:30 -0500 Received: (from david@localhost) by d.tracker (8.11.3/8.11.3) id h2A5qUe61821 for questions@freebsd.org; Mon, 10 Mar 2003 00:52:30 -0500 (EST) (envelope-from david) Date: Mon, 10 Mar 2003 00:52:29 -0500 From: David Banning To: questions@freebsd.org Subject: executing netscape from within a program Message-ID: <20030310005229.A61736@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i 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 I am using a pre-compiled binary database rdbms which allows for a shell command to be executed from within. So from within it I have it execute a shell script which eventually executes netscape to show a report. Everything works fine except three different versions of netscape all show the same error, which does not seem to effect performance. The error is "could not fdopen() the new stderr: Invalid argument" Can anyone shed light on what this error is about? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message