From owner-freebsd-hackers Wed Nov 8 7:35:13 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id C69CF37B479; Wed, 8 Nov 2000 07:35:09 -0800 (PST) Received: from imap.gv.tsc.tdk.com (imap.gv.tsc.tdk.com [192.168.241.198]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id HAA20486; Wed, 8 Nov 2000 07:32:44 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by imap.gv.tsc.tdk.com (8.9.3/8.9.3) with ESMTP id HAA91370; Wed, 8 Nov 2000 07:32:43 -0800 (PST) (envelope-from Don.Lewis@tsc.tdk.com) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id HAA14728; Wed, 8 Nov 2000 07:32:42 -0800 (PST) From: Don Lewis Message-Id: <200011081532.HAA14728@salsa.gv.tsc.tdk.com> Date: Wed, 8 Nov 2000 07:32:42 -0800 In-Reply-To: References: X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Max Khon , "Koster, K.J." Subject: RE: daemon() Cc: "'Doug Barton'" , "'FreeBSD Hackers mailing list'" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Nov 8, 5:06pm, Max Khon wrote: } Subject: RE: daemon() } hi, there! } } On Wed, 8 Nov 2000, Koster, K.J. wrote: } } > > No one with any brains uses bash 1 for anything } > > anymore. } } > Then why is it there? To help up the port count? If it's not good, it should } > be nuked, IMHO. } } people still use it because it is smaller } obrien has already tried to remove it once (in Mar 1999) } } as for me -- I do not try to hunt bugs in bash1 and do not blame it. } my question was about unclosed pipe It appears to be a descriptor that your shell failed to close before execing your test program. Unless you do something out of the ordinary like run program 27>somefile the shell should only leave three descriptors (0, 1, and 2 for stdin, stdout, and stderr) open when it execs another program. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message