Re: Another pipe-related problem?

2021-11-10 Thread Andrey Repin via Cygwin
Greetings, Henry S. Thompson! >> ... >> The main change was that we stopped using Win32 Overlapped I/O >> (https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-and-overlapped-input-and-output) >> and switched to using the NT API. As a result, pipe I/O became much >> more efficient

Re: Could rm remove files and folders with colon in their name?

2021-11-10 Thread Corinna Vinschen via Cygwin
On Nov 10 21:24, Mario Emmenlauer wrote: > On 10.11.21 14:49, Corinna Vinschen via Cygwin wrote: > > On Nov 10 10:45, Mario Emmenlauer wrote: > >> Could 'rm' support removing files and folders that have a colon ':' in > >> their name? I.e. I would like that 'rm -fr' would remove a full directory >

Re: New pipe code means a gold star is merited

2021-11-10 Thread Ken Brown via Cygwin
On 11/10/2021 1:45 PM, Henry S. Thompson via Cygwin wrote: for Ken Brown and Takashi Yano, don't you think? Even though we made XEmacs unusable?!? :) But seriously, it was a joint effort among the two of us and Corinna. Thanks. Ken -- Problem reports: https://cygwin.com/problems.html F

Re: Could rm remove files and folders with colon in their name?

2021-11-10 Thread Mario Emmenlauer
On 10.11.21 14:49, Corinna Vinschen via Cygwin wrote: > On Nov 10 10:45, Mario Emmenlauer wrote: >> Could 'rm' support removing files and folders that have a colon ':' in >> their name? I.e. I would like that 'rm -fr' would remove a full directory >> tree, including such folders. Currently it will

Re: Could rm remove files and folders with colon in their name?

2021-11-10 Thread Mario Emmenlauer
Hi Brian, On 10.11.21 17:35, Brian Inglis wrote: > On 2021-11-10 02:45, Mario Emmenlauer wrote: >> PS: These folders are created when I use the Cygwin-based build system >> for ICU (see >> https://unicode-org.github.io/icu/userguide/icu4c/build.html#how-to-build-and-install-on-windows-with-cygwi

[ANNOUNCEMENT] Updated: mintty 3.5.2

2021-11-10 Thread Thomas Wolff
I have uploaded mintty 3.5.2 with the following changes: Unicode and Emoji data   * Unicode 14.0 update. Terminal features   * Fix (revert back) DECSDM (DECSET 80) Sixel Display mode (#1127, xterm 369).   * Sound file playing OSC 440 (#1122).   * DECPS tone playing support (#1122).   * Fixed L

New pipe code means a gold star is merited

2021-11-10 Thread Henry S. Thompson via Cygwin
for Ken Brown and Takashi Yano, don't you think? ht -- Henry S. Thompson, School of Informatics, University of Edinburgh 10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440 Fax: (44) 131 650-4587, e-mail: h...@inf.ed.ac.uk URL:

Re: Another pipe-related problem?

2021-11-10 Thread Henry S. Thompson via Cygwin
Ken Brown writes: > ... > The main change was that we stopped using Win32 Overlapped I/O > (https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-and-overlapped-input-and-output) > and switched to using the NT API. As a result, pipe I/O became much > more efficient. It wouldn't su

RE: [cygwin] Re: Problem with ssh(d)

2021-11-10 Thread Jason Pyeron
> -Original Message- > From: Bill Stewart > Sent: Wednesday, November 10, 2021 10:44 AM > > On Wed, Nov 10, 2021 at 8:28 AM Strasser, Dominik (DI SW ICS ICV) wrote: > > I know that this is the standard installation. But we absolutely need > > passwordless login. So this was the workaround

Re: Another pipe-related problem?

2021-11-10 Thread Ken Brown via Cygwin
On 11/10/2021 12:23 PM, Henry S. Thompson wrote: Ken Brown via Cygwin writes: On 11/9/2021 9:53 PM, Ken Brown via Cygwin wrote: Back to the drawing board. It finally occurred to me to stop looking for a bug in fhandler_pipe::raw_read and instead see if something is in fact repeatedly writing

Re: Another pipe-related problem?

2021-11-10 Thread Henry S. Thompson via Cygwin
Ken Brown via Cygwin writes: > On 11/9/2021 9:53 PM, Ken Brown via Cygwin wrote: >> Back to the drawing board. > > It finally occurred to me to stop looking for a bug in > fhandler_pipe::raw_read and instead see if something is in fact > repeatedly writing to the pipe, so that drain_signal_event_p

Re: Could rm remove files and folders with colon in their name?

2021-11-10 Thread Brian Inglis
On 2021-11-10 02:45, Mario Emmenlauer wrote: Dear All, I've searched if this topic has come up before but could not find it. Could 'rm' support removing files and folders that have a colon ':' in their name? I.e. I would like that 'rm -fr' would remove a full directory tree, including such fol

Re: Problem with ssh(d)

2021-11-10 Thread Bill Stewart
On Wed, Nov 10, 2021 at 8:28 AM Strasser, Dominik (DI SW ICS ICV) wrote: I know that this is the standard installation. But we absolutely need > passwordless login. So this was the workaround we found. > The number of groups differs when sshd is run as local system, and when > authorized_keys exis

Console output broken in version 3.3.x under native ninja

2021-11-10 Thread Bresalier, Rob (Nokia - US/Murray Hill) via Cygwin
Hi: This worked fine with Cygwin 3.2.0 but is broken starting with Cygwin 3.3.0, hence I think it is a Cygwin bug and not a ninja bug. When running Cygwin applications under Windows native 'ninja.exe' build tool (not the Cygwin packaged one) then the stdout is not emitted to the console starti

Re: Problem with ssh(d)

2021-11-10 Thread Strasser, Dominik (DI SW ICS ICV)
Hi Bill, On 10.11.2021 16:10, Bill Stewart wrote: On Wed, Nov 10, 2021 at 7:52 AM Strasser, Dominik (DI SW ICS ICV) wrote: We are in an AD environment. AD holds the needed data for ssh(d) to work. I can log into cygwin using ssh. But if I have a key stored .ssh/authorized_keys for

RE: [cygwin] Problem with ssh(d)

2021-11-10 Thread Jason Pyeron
> -Original Message- > From: Strasser, Dominik (DI SW ICS ICV) > Sent: Wednesday, November 10, 2021 9:50 AM > > Hi all, > I am facing the following problem with my sshd installation. > > We are in an AD environment. AD holds the needed data for ssh(d) to > work. I can log into cygwin usin

Problem with ssh(d)

2021-11-10 Thread Strasser, Dominik (DI SW ICS ICV)
Hi all, I am facing the following problem with my sshd installation. We are in an AD environment. AD holds the needed data for ssh(d) to work. I can log into cygwin using ssh. But if I have a key stored .ssh/authorized_keys for passwordless login, the groups my user is in differs from the one

Re: Could rm remove files and folders with colon in their name?

2021-11-10 Thread Andrey Repin via Cygwin
Greetings, Mario Emmenlauer! > Dear All, > I've searched if this topic has come up before but could not find it. > Could 'rm' support removing files and folders that have a colon ':' in > their name? I.e. I would like that 'rm -fr' would remove a full directory > tree, including such folders. C

Re: Another pipe-related problem?

2021-11-10 Thread Ken Brown via Cygwin
On 11/9/2021 9:53 PM, Ken Brown via Cygwin wrote: Back to the drawing board. It finally occurred to me to stop looking for a bug in fhandler_pipe::raw_read and instead see if something is in fact repeatedly writing to the pipe, so that drain_signal_event_pipe never finishes. Putting a breakp

Re: Could rm remove files and folders with colon in their name?

2021-11-10 Thread Corinna Vinschen via Cygwin
On Nov 10 10:45, Mario Emmenlauer wrote: > > Dear All, > > I've searched if this topic has come up before but could not find it. > > Could 'rm' support removing files and folders that have a colon ':' in > their name? I.e. I would like that 'rm -fr' would remove a full directory > tree, includin

Could rm remove files and folders with colon in their name?

2021-11-10 Thread Mario Emmenlauer
Dear All, I've searched if this topic has come up before but could not find it. Could 'rm' support removing files and folders that have a colon ':' in their name? I.e. I would like that 'rm -fr' would remove a full directory tree, including such folders. Currently it will correctly remove anyt