Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Brian Inglis via Cygwin
On 2023-06-23 20:19, Dan Harkless via Cygwin wrote: On 6/23/2023 6:59 PM, Chris Roehrig via Cygwin wrote: On 2023-06-23 18:26, Dan Harkless via Cygwin wrote: On 6/23/2023 5:19 PM, Chris Roehrig via Cygwin wrote: Yes, with all Cygwin64 updates, I was able to scp a file of a few MB from Linux

[ITA] ruby-pango 4.1.7

2023-06-23 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-pango Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5362169241 ruby-pango.cygport.diff Description: Binary data

[ANNOUNCEMENT] Updated: ruby-cairo-gobject 4.1.7

2023-06-23 Thread Daisuke Fujimura via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: - https://cygwin.com/packages/summary/ruby-cairo-gobject-src.html - ruby-cairo-gobject - ruby-cairo-gobject-devel - ruby-cairo-gobject-doc -- Problem reports: https://cygwin.com/problems.html FAQ:

Updated: ruby-cairo-gobject 4.1.7

2023-06-23 Thread Daisuke Fujimura via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: - https://cygwin.com/packages/summary/ruby-cairo-gobject-src.html - ruby-cairo-gobject - ruby-cairo-gobject-devel - ruby-cairo-gobject-doc

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Dan Harkless via Cygwin
On 6/23/2023 6:59 PM, Chris Roehrig via Cygwin wrote: On 2023-06-23 18:26, Dan Harkless via Cygwin wrote: > On 6/23/2023 5:19 PM, Chris Roehrig via Cygwin wrote: > Yes, with all Cygwin64 updates, I was able to scp a file of a few MB > from Linux to Windows 10 with no issues.  I also tried your

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Chris Roehrig via Cygwin
On 2023-06-23 18:26, Dan Harkless via Cygwin wrote: On 6/23/2023 5:19 PM, Chris Roehrig via Cygwin wrote: No worries; I imagine most people don't run sshd on cygwin. Hmm, I'd generally think the opposite, at least for users coming from more UNIXey / Linuxey backgrounds. It looks to me

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Dan Harkless via Cygwin
On 6/23/2023 5:19 PM, Chris Roehrig via Cygwin wrote: No worries; I imagine most people don't run sshd on cygwin. Hmm, I'd generally think the opposite, at least for users coming from more UNIXey / Linuxey backgrounds. It looks to me like the issue involves i/o between sshd and its

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Chris Roehrig via Cygwin
No worries; I imagine most people don't run sshd on cygwin.  It looks to me like the issue involves i/o between sshd and its sub-processes on cygwin. Is anyone else able to successfully scp large files (>64KB) to cygwin as the remote receiving end (with the latest cygwin)? On 2023-06-23

RE: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Voris, Ben via Cygwin
Using scp from OpenSSH_9.3p1, 30 May 2023, copied a 8317351936 byte file from a remote to Cygwin. sha1sum says it arrived correctly. Windows Firewall is running. > -Original Message- > From: Chris Roehrig > Sent: 23 June 2023 13:42 > To: cygwin@cygwin.com > Subject: Re: scp and ssh

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Chris Roehrig via Cygwin
On 2023-06-23 08:28, Brian Inglis wrote: On 2023-06-23 00:26, Chris Roehrig via Cygwin wrote: I've upgraded cygwin recently (from a much older version) and am encountering a new problem on all my Win10/WIn11 machines. With openssh and pv installed on cygwin (3.4.7-1): dd if=/dev/zero bs=1

installer crashed on Windows 11; ERROR_CODE: (NTSTATUS) 0xc000001d - {EXCEPTION}

2023-06-23 Thread Rupin Dhanoa via Cygwin
plain text Hi Guys, setup-x86_64.exe crashing from me on Windows 11 (Version 10.0.22621 Build 22621) on dell laptop (12th Gen  Intel i7-12800H, 2400 Mhz). Memory dump analysis in Windows debugger shows: ERROR_CODE: (NTSTATUS) 0xc01d - {EXCEPTION}  Illegal

installer crashed on Windows 11; ERROR_CODE: (NTSTATUS) 0xc000001d - {EXCEPTION}

2023-06-23 Thread Rupin Dhanoa via Cygwin
Hi Guys,setup-x86_64.exe crashing from me on Windows 11 (Version 10.0.22621 Build 22621) on dell laptop (12th Gen  Intel i7-12800H, 2400 Mhz).Memory dump analysis in Windows debugger shows:ERROR_CODE: (NTSTATUS) 0xc01d - {EXCEPTION} Illegal Instruction An

Re: [ITA] ruby-cairo-gobject 4.1.7

2023-06-23 Thread Marco Atzeri via Cygwin-apps
On 23/06/2023 15:30, Daisuke Fujimura via Cygwin-apps wrote: Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-cairo-gobject Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5330596103 Changes: - Remove PKG_IGNORE - implib is not

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Brian Inglis via Cygwin
On 2023-06-23 00:26, Chris Roehrig via Cygwin wrote: I've upgraded cygwin recently (from a much older version) and am encountering a new problem on all my Win10/WIn11 machines. With openssh and pv installed on cygwin (3.4.7-1): dd if=/dev/zero bs=1 count=65536 | ssh localhost 'cat >

git-citool, git-gui fail trying to use Windows paths

2023-06-23 Thread Brian Inglis via Cygwin
Both Cygwin git-citool and git-gui scripts convert Cygwin paths into absolute Windows paths using cygpath and fail trying to use those Windows paths. Please change their views of which paths are appropriate so these scripts work normally under Cygwin. -- Take care. Thanks, Brian Inglis

[ITA] ruby-cairo-gobject 4.1.7

2023-06-23 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-cairo-gobject Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5330596103 Changes: - Remove PKG_IGNORE - implib is not generated without the linker option `-out-implib`

Re: git submodule + gettext / envsubst

2023-06-23 Thread Brian Inglis via Cygwin
On 2023-06-23 06:35, Jon Turney via Cygwin wrote: On 23/06/2023 11:11, Adam Dinwoodie via Cygwin wrote: On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: Hi, I recently faced some error messages when using git submodules. I found, that Cygwin's git works nicely on its own. But

Re: git submodule + gettext / envsubst

2023-06-23 Thread Jon Turney via Cygwin
On 23/06/2023 11:11, Adam Dinwoodie via Cygwin wrote: On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: Hi, I recently faced some error messages when using git submodules. I found, that Cygwin's git works nicely on its own. But when I have MSYS binary paths in my environment,

Re: git submodule + gettext / envsubst

2023-06-23 Thread Adam Dinwoodie via Cygwin
On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: > > Hi, > > I recently faced some error messages when using git submodules. I found, that > Cygwin's git works nicely on its own. But when I have MSYS binary paths in my > environment, Cygwin's git finds the msys gettext and envsubst

git submodule + gettext / envsubst

2023-06-23 Thread Andreas Heckel via Cygwin
Hi, I recently faced some error messages when using git submodules. I found, that Cygwin's git works nicely on its own. But when I have MSYS binary paths in my environment, Cygwin's git finds the msys gettext and envsubst binary and tries to use it, resulting in error messages (see below). I

scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Chris Roehrig via Cygwin
I've upgraded cygwin recently (from a much older version) and am encountering a new problem on all my Win10/WIn11 machines. With openssh and pv installed on cygwin (3.4.7-1): dd if=/dev/zero bs=1 count=65536 | ssh localhost 'cat > /dev/null'    # works dd if=/dev/zero bs=1 count=65537 | ssh