X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D94E83865C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1692364488; bh=1mO47L5mdmk41QQKWMckdzvJEOTLOaFX28p/c2ElUvI=; 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=I5iyhWfDtnvpYzN3K2rlsl1tpX81CsmoWjNXh4J1mG8gsuyAyeN5GbdubFGXCmC8E rjOfcAZ65ziDuApWW28tfU75egvu2nyrMAU3j2Gr0Fs9UZjJGkJV3pcTh2MO2N46aw 5Arl35OJkzawvMrV6bJRygVjvTCSwfDk1orikito= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 903593858401 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692364472; x=1692969272; 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=nbedFTWhcdXbgnZzWyBwgRLMLDlJKeizY8CnF9gfHR8=; b=I4eVQZe9XEb7DMCZm0feWzGtOCh3mh6Uvrxuyf4uahayoovnf0pJVOqjlUvMGskJ7+ PL+B2BjOYnIIzs4X2+IPW8ZJFBAJAGkek+dFPSur+iVVD19kNz57hCaYJUZd+wFx/z1v z0CgWV9i9VdAJquMymXpJt8gpGo5fmpXleWCYwx+ASw4WL67okuSB4hpcDE/aJbwnQH9 LxSRGZHBvyekxrlyW0vOhilYOQK/nS1cVyBibiAsXn8+nVflP0hIGOrRmSHxVAuTWxkg 7S+iGo0tMMUEk0MCG+yyNPcto14QlOwaP+dy70PyHt/ivdEr2rh+AxugHIvn7wC3jaLH a6Fw== X-Gm-Message-State: AOJu0Yx2AyHWmrC72tLyUkPPxI75LZpJ1ov4u9JdFBnNWRDM0ZZLtVs8 PdnDGUu44EQaLoJzXd8iWA2Y+yhRnKWl/b5Wkh8A43rLh/Q= X-Google-Smtp-Source: AGHT+IHn+CeEO6cfvTBKQtPl6gGSoUY8auS3Nn1vO++0reDHU8gm2hFEwWMiUaohp9Jo6UmF8dIhWfpFSOZQ2fBgJ+Y= X-Received: by 2002:a05:6870:8a25:b0:1bb:6c17:271e with SMTP id p37-20020a0568708a2500b001bb6c17271emr1786272oaq.8.1692364472663; Fri, 18 Aug 2023 06:14:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 18 Aug 2023 15:14:21 +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 37IDEnWj022605 On Fri, Aug 18, 2023 at 10:34 AM Corinna Vinschen 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. 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 what would be a way to fix this for users with NFS mounted projects, data or home dirs? 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