X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CAE03857736 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1692593415; bh=5Bt7+ftCcO7UefaaLNXLJv/9NezrzwNsCFrxg87HXTY=; 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=c+/8Tu0sBX3V4DLCsxaZfLWiz2nt8ERPo9HbLIbi+N06etdBby3VT6OenRieiRrDK 7dI8E+aP2/uHCxFnpuyFMnsPRHoAUSFOh3PQL46SZQaDtdLcZBJn1V2oZok9Tt/qe5 u6YQgLdVIzCUQH/eFADyb+/T29YWBt6kzxJcD04k= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 580B93858291 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692593375; x=1693198175; 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=IYCMt9wjf8WQxlxYGHgFaPZFvcVSqezliEo1oAw0J04=; b=YQJw4fZ3QZlGKzn7gXdVgVk5eWwbiha3TW2cGdaHWCQ3C6f3QTW2Nlu8mz7EHZ/yiU 51MlZIiTuCnGxFT1lKw6WzRfSLd5VG2dVTx8lqSP9uu0jQoLjenabf3XRQe+gm75msF/ ZufiLAXh5NSukLdN5tb6QM5Lq9u5bzX5qwITnsIguX6W8lKaKaHMbdND/2Fo9YonRYYG rB0igc1WS6bW3Pg0YJcnAFoSCB0/XlDz8RxT0McqE0YFJQuLRuvrrQbiEbDrrAWZMnhv ggRtQ1g+Tnx6DvJjENUCllF3kc4f1TNgm/h6WX3S+4M16BDfDucnRRJIINHGzteFA+DM kRog== X-Gm-Message-State: AOJu0Yy4mMTmRszoxeJcmbhwNaD6rXPZKy7qAP9ARO0bE6aVwmKFhbuI o2kg9igxHdgCgGZfm61Z5dDTVOJogcbxLgQal0NOhDtItugWGTVU X-Google-Smtp-Source: AGHT+IGvPig3zh9XEYFrYhHcplrdAWC7aIHOhEvukz9Bw/13uoGUlar/Lb3YeuIy89OCdX+cvtS91bD/axzIL2hLehU= X-Received: by 2002:a05:6402:1817:b0:523:bfec:4902 with SMTP id g23-20020a056402181700b00523bfec4902mr4323818edy.0.1692593375510; Sun, 20 Aug 2023 21:49:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 21 Aug 2023 06:49:00 +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.6 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: Cedric Blancher via Cygwin Reply-To: Cedric Blancher Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 37L4oGmZ024032 On Fri, 18 Aug 2023 at 10:35, Corinna Vinschen via Cygwin wrote: > > On Aug 18 06:02, Martin Wege via Cygwin wrote: > > 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: > > It was actually never supposed to work on NFS. Are you sure? AT&T AST and ARB (rDNA data cruncher) certainly have worked with Cygwin on NFS shares (Windows builtin, I think you call it MSFT NFSv3) in the past in our institute. Tested with Cygwin 3.4.8: AST is not even building without such support, and ARB throws nasty errors in the cluster run setup phase II, because it cannot create the command fifo used for each cluster node. > > Cygwin FIFOs are > created as symlinks of the type Windows shortcut with the R/O attribute > set. Those are only generated on NTFS and FAT filesystems. NFS symlinks > are generated using special magic. NFS doesn't support DOS attributes. So no Linux mkfifo support on NFS with Cygwin? Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur -- 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