X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A475E3851C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1692331376; bh=F6pSE18+TgjEMXz2/bym1eYtJspYfK0a/SsvC3IthBE=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=eWxhWZJV+X+KWl9EVpob/LNW472O5SJdemvBodxax34JyxOzb2mquO7tv5SVTLWFc J6PrGAj2HBApIL/ikUitWbedTE46/DPp3Hb2wuHF5PMMLA2EAlHO3eJT8cfPDq/kxQ TKzM+3fZm32bLCyiwSknhKiL2DIuKGSTjhbbNwqg= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3D909385B512 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692331359; x=1692936159; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tjPRlQyop9OP06R5t3V02g4Ez+BPPphm2dJKFVdDr8k=; b=Dgaue1CosjeBLXOupLPMmWuGrHWdzsJv7/hyZaIxVcrXbfGqkOEd4P6wpcfxKSq4EJ vyvWyZWF3/yewgOdTWAmXUlJt9ivZg2bjfg3L5xgpPdjqN4+jhkyM7dbcwrIqLt91CVR acWR3bUtnwdgsbWaxMMUwy4BwrW/R7hrUhBzPzfMY04idZlurCvKmLukLx11HYBHY2Hn +qLHio0TgsMPz5o7guOyTLHBQGMgQBfrBpczMWnIhI2IfGoXE6Jce1i5lM5O0bUgQbCz j8hGQSI4JhdcFt19yeM4jkDsoNg29/Lmdawz0COHuJabdIqzj7L8nrhV+Os4mcTMsnS8 IxAQ== X-Gm-Message-State: AOJu0Yy+aAQfOXdiCc5RjjVpW2oRu/Tun0HgLL7Grg32n+Lcd7CedsBk hj08CtncAzHu7VM9VfsMHB0IVJBaH+HKtpmCnK+9jlOEstG4lg== X-Google-Smtp-Source: AGHT+IFcc7TrfK65NoR0rmZipidPVhpn06lehSWFsVWFw1FUDQMe54WZNyBnFmwI6C0QDvwkdaTphfMWqoSwjzP4kzU= X-Received: by 2002:a4a:d29c:0:b0:56c:7831:7dba with SMTP id h28-20020a4ad29c000000b0056c78317dbamr1567135oos.6.1692331359329; Thu, 17 Aug 2023 21:02:39 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 18 Aug 2023 06:02:27 +0200 Message-ID: Subject: Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory To: cygwin AT cygwin DOT com X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org 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: Martin Wege via Cygwin Reply-To: Martin Wege Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 37I42vPV009498 On Mon, Aug 7, 2023 at 4:42 PM Martin Wege wrote: > > Hello, > > We get a weird mkfifo failure in Cygwin on NTFS: > > /usr/bin/mkfifo -m 600 x.fifo > mkfifo: cannot set permissions of 'x.fifo': Not a directory > > Is there a known workaround? So far named fifos cannot be created somehow. This is fixed for NTFS, but still broken for Windows builtin NFS v3 client: $ mkfifo -m 0600 hellofifo.fifo mkfifo: cannot set permissions of 'hellofifo.fifo': No such file or directory $ ls -l hellofifo.fifo lrwxrwxrwx 1 Unix_User+3640 Unix_Group+3640 11 Aug 18 05:58 hellofifo.fifo -> ':\0:c4:1180' $ uname -a CYGWIN_NT-10.0-19045 wincluster01_40_88 3.4.8-1.x86_64 2023-08-17 17:02 UTC x86_64 Cygwin Thanks, Martin -- 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