From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98898 invoked by alias); 21 Jul 2018 07:58:34 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 98810 invoked by uid 89); 21 Jul 2018 07:58:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: conssluserg-01.nifty.com Received: from conssluserg-01.nifty.com (HELO conssluserg-01.nifty.com) (210.131.2.80) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Jul 2018 07:58:21 +0000 Received: from Express5800-S70 (ntsitm315127.sitm.nt.ngn.ppp.infoweb.ne.jp [125.3.30.127]) (authenticated) by conssluserg-01.nifty.com with ESMTP id w6L7vsXO008415 for ; Sat, 21 Jul 2018 16:57:54 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com w6L7vsXO008415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1532159874; bh=FRGLyGdYk9af7K0N9Sq87WQt0mHAqsGeye2WFfMyBQg=; h=Date:From:To:Subject:In-Reply-To:References:From; b=i8vGldMSH7njKnUr1CY4HULQGkQ3uHuWMXkJxPhy+KVlU9s1aGO4+K4mH2wtos8Vz 8B0km85RaR3Ev9ITRcIMRaRNEaRWRC5pPpEmftPwefHl/oDRCx7I7qTxfd7PhZgdJD G1u8hIBgFLwJMDw7MLBNrR2e81CN/oWNuDwjcaMNw2tjDVO5+azVlS2nGQQWVt26FS ulwwsfAcPH6nm5xhQi4vJqVRzdEC5fFIoUvnmI0NaO1C8fcDSFUwkswc9hLm6QrWKL bV4cN/D3MuDbBRNo4YP+hXf5ZEEVKW4LqX/cqaLQsryPgYEttzI4a3vU0sogKjNNK5 Wfm3rUjNrNw3w== Date: Sat, 21 Jul 2018 14:56:00 -0000 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: Freeze opening /dev/stdout Message-Id: <20180721165758.039c2a741d22e3e6d5671b3d@nifty.ne.jp> In-Reply-To: <20180721101903.bf7eac1aaf824d013fc507ce@nifty.ne.jp> References: <20180721101903.bf7eac1aaf824d013fc507ce@nifty.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00209.txt.bz2 On Sat, 21 Jul 2018 10:19:03 +0900 Takashi Yano wrote: > What happens if you execute: > rm /dev/stdin /dev/stdout > ln -s /proc/self/fd/0 /dev/stdin > ln -s /proc/self/fd/1 /dev/output This is typo. s/output/stdout/ -- Takashi Yano -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple