Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-09 Thread Corinna Vinschen via Cygwin
On Aug 8 21:38, Martin Wege via Cygwin wrote: > On Tue, Aug 8, 2023 at 10:20 AM Corinna Vinschen > wrote: > > > > On Aug 7 23:14, Martin Wege via Cygwin wrote: > > > On Mon, Aug 7, 2023 at 9:14 PM Corinna Vinschen > > > wrote: > > > > > > > > On Aug 7 12:26, Brian Inglis via Cygwin wrote: > >

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-09 Thread Martin Wege via Cygwin
On Wed, Aug 9, 2023 at 10:01 AM Corinna Vinschen wrote: > > On Aug 8 21:38, Martin Wege via Cygwin wrote: > > On Tue, Aug 8, 2023 at 10:20 AM Corinna Vinschen > > wrote: > > > > > > On Aug 7 23:14, Martin Wege via Cygwin wrote: > > > > On Mon, Aug 7, 2023 at 9:14 PM Corinna Vinschen > > > > wr

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-09 Thread Corinna Vinschen via Cygwin
On Aug 9 11:12, Martin Wege via Cygwin wrote: > On Wed, Aug 9, 2023 at 10:01 AM Corinna Vinschen > wrote: > > > > On Aug 8 21:38, Martin Wege via Cygwin wrote: > > > On Tue, Aug 8, 2023 at 10:20 AM Corinna Vinschen > > > wrote: > > > > > > > > On Aug 7 23:14, Martin Wege via Cygwin wrote: > >

Issues with OpenSSH Server

2023-08-09 Thread Sabarigirisan S via Cygwin
Hi We have been using OpenSSH server for our windows environment for quite some time close to 4 years and starting Saturday, we noticed that there is some sort of weirdness where the console is not getting returned after completion of connection from the client. With heavily automated infrastruct

Compile win64 filesys kernel module only with Cygwin tools?

2023-08-09 Thread Wendy Lin via Cygwin
How can I compile https://github.com/microsoft/Windows-driver-samples/tree/main/filesys/cdfs with Cygwin gcc? Compiling the individual *.c files might be easy, but how do I LINK this to a *.sys module which can be loaded into the Windows 10 64bit kernel? Wendy -- Problem reports: https://c

Re: Compile win64 filesys kernel module only with Cygwin tools?

2023-08-09 Thread Hans-Bernhard Bröker via Cygwin
Am 09.08.2023 um 21:17 schrieb Wendy Lin via Cygwin: How can I compile https://github.com/microsoft/Windows-driver-samples/tree/main/filesys/cdfs with Cygwin gcc? You should not be trying to do that. That's deeply system-specific Windows code. It has nothing to with POSIX, Cygwin or anything

Re: Issues with OpenSSH Server

2023-08-09 Thread Brian Inglis via Cygwin
On 2023-08-09 08:00, Sabarigirisan S via Cygwin wrote: We have been using OpenSSH server for our windows environment for quite some time close to 4 years and starting Saturday, we noticed that there is some sort of weirdness where the console is not getting returned after completion of connection

Re: Compile win64 filesys kernel module only with Cygwin tools?

2023-08-09 Thread Wendy Lin via Cygwin
On Wed, 9 Aug 2023 at 22:04, Hans-Bernhard Bröker via Cygwin wrote: > > Am 09.08.2023 um 21:17 schrieb Wendy Lin via Cygwin: > > How can I compile > > https://github.com/microsoft/Windows-driver-samples/tree/main/filesys/cdfs > > with Cygwin gcc? > > You should not be trying to do that. > > That's