X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CD18386F436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1610922291; bh=3UtWp2mvLUP/Ur2MQQUXHyNxtCBHhXk79vTBXfCzdxw=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=b4hrskdIaOvuZUZFo9w858ti7lpXHYSUkFJ8q+Ko0sxR89OKADjPc1cYMYJqGqOoc kw1xF7ARoBwE8jfDxAVAq6hEfitUtmC8jUDQHbrsBdYb7WyNJFHRxXzY0dyeGqi5I6 6EvJdqTHXuIF806bxszP4KkqCt99W1v6Wj5p7RBs= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C5D883858010 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eYN7OJSNZkvDzMh7tECqrcBJukwThVkTPMMn34Hrb0Q=; b=OMtCHwoq7DhHKNUbzZq0I1IcY/UU78ZzjEvYgKNypJ7ScwAxESm09Z90uFNvsDwN/P Vl9koUybUSJypaLGNrKeoe1GlT8J17gxEtJ1OiLaxlIdOBuEKqrg4pVKti0mwYoP5xnH WHgJNGmsQGOZI0AJuGWCbXgX6im0raUhU7qL4eB5G4HJGChlZQn2yJFtxYQQKP0OHME0 2uuCdW5xZMv9PlzMlkzXqFTuZCJKwBpcSk1NvP8o3/i/1WKC02E/7F1xprqW7HJxfhSX odLrvG+v7ETAB4iZuPMbB8Ecrsze5rWpAGzbkVydL2izmPrjyTBIDr8nCxSpOCa5x/2q /owQ== X-Gm-Message-State: AOAM530RKVAHcwMEbHQ8vVJTMjiOpgRjV09TCEeRT+Z+M8B/+0P2h83S aPFczGrt/qeRN0RtmdrSgY80V3MG7V6Ivk/EUJ8= X-Google-Smtp-Source: ABdhPJwPuqGOSkfnc9jDOWA12ZcSyVL54b6rQ0nqJrLp2ZfVxZ8WZ91g0PUT8AV21Es7JwITmD8NIsGyZIfBgy7Ui3Y= X-Received: by 2002:a50:8004:: with SMTP id 4mr1054668eda.155.1610922287891; Sun, 17 Jan 2021 14:24:47 -0800 (PST) MIME-Version: 1.0 References: <1742171701 DOT 1391964 DOT 1610730544471 DOT ref AT mail DOT yahoo DOT com> <1742171701 DOT 1391964 DOT 1610730544471 AT mail DOT yahoo DOT com> <03cc5513-8a2c-d9cc-6b71-e0c2df0125ed AT SystematicSw DOT ab DOT ca> <449114268 DOT 20210117211118 AT yandex DOT ru> <2213ecae-52ec-4148-9370-78b846fb26cc AT SystematicSw DOT ab DOT ca> <1218339117 DOT 1507408 DOT 1610917628826 AT mail DOT yahoo DOT com> In-Reply-To: <1218339117.1507408.1610917628826@mail.yahoo.com> Date: Sun, 17 Jan 2021 14:24:36 -0800 Message-ID: Subject: Re: misterious GIT failure (SOLVED) To: matthew patton X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: David Dyck via Cygwin Reply-To: David Dyck Cc: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" On Sun, Jan 17, 2021 at 1:08 PM matthew patton via Cygwin wrote: > I haven't run into a scenario yet where 'readlink' doesn't work. .... > Here's a unrelated example where symbolic links don't work the same as on unix/linux ( not sure this is a readlink issue ) When I try to write through /proc to to a processes stdout I get errors e.g. $ ls -l /proc/1708/fd/1 lrwxrwxrwx 1 DavidD Domain Users 0 Jan 17 14:20 /proc/1708/fd/1 -> /dev/pty2 $ printf "\033]0;foo\7" > /proc/1708/fd/1 -bash: printf: write error: Bad file descriptor but $ printf "\033]0;foo\7" > /dev/pty2 works I'm not sure if this is a readlink issue or just a bug in the cygwin implementation of /proc :-) -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple