From owner-freebsd-arch@FreeBSD.ORG Sun Jun 25 01:32:34 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 558C616A494 for ; Sun, 25 Jun 2006 01:32:34 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF0543D69 for ; Sun, 25 Jun 2006 01:32:30 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.7/8.13.7) with ESMTP id k5P1VAkY062265; Sat, 24 Jun 2006 18:31:10 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.7/8.13.7/Submit) id k5P1VAxS062264; Sat, 24 Jun 2006 18:31:10 -0700 (PDT) (envelope-from sgk) Date: Sat, 24 Jun 2006 18:31:10 -0700 From: Steve Kargl To: Andrew Reilly Message-ID: <20060625013110.GA62237@troutmask.apl.washington.edu> References: <20060625011746.GC81052@duncan.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060625011746.GC81052@duncan.reilly.home> User-Agent: Mutt/1.4.2.1i Cc: freebsd-arch@freebsd.org Subject: Re: What's up with our stdout? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 01:32:34 -0000 On Sun, Jun 25, 2006 at 11:17:46AM +1000, Andrew Reilly wrote: > > The question is: what's wrong with our shell or stdout that a > program (nbcat in this case) can't fcntl-lock the file opened > for output? Is this related to the /dev/stdout@ -> fd/1 files > that we have? Seems like a shortcoming to me... > Have you reviewed the nbcat source code to determine what wrong assumptions it is making about stdout and/or fcntl? -- Steve