rsync gives me error 12

2022-03-23 Thread Neil Aggarwal
Hello: I am trying to use rsync to pull all backups from a linux server to my local Windows machine. I tried this rsync command: $ rsync --debug=ALL -e ssh r...@marketing.propfinancing.com:/var/www/svnDumps /cygdrive/c/Tmp Here is the output: opening connection using: ssh -l root

[PATCH] fhandler_proc.cc(format_proc_cpuinfo): add Linux Superb Owl cpuinfo flags

2022-03-23 Thread Brian Inglis
0x0007:1 EBX:0 intel_ppin Intel Protected Processor Inventory Number 0x0006:0 EAX:19 hfi Hardware Feedback Interface 0x0007:0 EDX:20 ibt Intel Indirect Branch Tracking --- winsup/cygwin/fhandler_proc.cc | 11 +-- 1 file changed, 9 insertions(+), 2

Closing the Command Prompt using the "x" button doesn't update shell history file

2022-03-23 Thread Mitchell Hentges
To reproduce the issue: 1. Run Cygwin.bat to open a Cygwin shell in the "Command Prompt" terminal 2. Run some command, such as "echo test" 3. Click the Windows "x" button in the top-right corner of the terminal The terminal closes, but `$HOME/.bash_history` is not updated to include the "echo

"ALT-F4" does not close terminal when using Command Prompt

2022-03-23 Thread Mitchell Hentges
To reproduce the issue: 1. Run Cygwin.bat to open a Cygwin shell in the "Command Prompt" terminal 2. Click the "ALT-F4" keyboard combination The Cygwin terminal should close (ideally allowing the shell to do cleanup, such as writing to its history file). However, instead, a "ding" is sounded, but

Re: checking cyg version (was Re: GNU make losing jobserver tokens)

2022-03-23 Thread Samuel Lelièvre
Version number of the "cygwin" Cygwin package: ``` cygcheck -c cygwin ``` Version numbers of all installed Cygwin packages: ``` cygcheck -c ``` Save that information to a file: ``` cygcheck -c > cygwin-package-versions.txt ``` Save more complete information to a file: ``` cygcheck -s -r -v >

Re: Fwd: Cygwin-X AWT windows snap back after drag in multi-window mode (w/example): long-standing issue

2022-03-23 Thread Mark Hansen
On 3/23/2022 4:38 AM, John Harris wrote: I'm trying one more posting of this from a month ago hopefully to get more eyes on it (got no replies last time). I apologize for the repeat, and will stop if no one has any leads on how to fix this. It's such a frustrating bug that's easily reproducible

Fwd: Cygwin-X AWT windows snap back after drag in multi-window mode (w/example): long-standing issue

2022-03-23 Thread John Harris
I'm trying one more posting of this from a month ago hopefully to get more eyes on it (got no replies last time). I apologize for the repeat, and will stop if no one has any leads on how to fix this. It's such a frustrating bug that's easily reproducible and only happens with Cygwin-X multi window

[PATCH v2] Cygwin: pipe: Avoid deadlock for non-cygwin writer.

2022-03-23 Thread Takashi Yano
- As mentioned in commit message of the commit b531d6b0, if multiple writers including non-cygwin app exist, the non-cygwin app cannot detect pipe closure on the read side when the pipe is created by system account or the the pipe creator is running as service. This is because query_hdl

Re: Running a command in a specific directory

2022-03-23 Thread Brian Inglis
On 2022-03-22 16:35, Piotr Gliźniewicz wrote: I'm trying to run a command at a specific "Windows" path. Basically something similar to what chere does for bash, but I want to execute ls in bash for a specific directory. I've tried variations of what chere leaves in the registry:

Re: GNU make losing jobserver tokens

2022-03-23 Thread Roumen Petrov
Hi, Magnus Ihse Bursie wrote: Hi, I'm working for Oracle on the OpenJDK build team. We're using GNU make to build the JDK on all supported platforms. For Windows, we use Cygwin as our build environment, including the Cygwin version of GNU make. We have had a long-standing issue with make