Re: Building resource-only DLL under Cygwin.

2021-05-20 Thread Brian Inglis
On 2021-05-20 18:33, Kaz Kylheku via Cygwin wrote: I was just wondering; have any of you ever tried to build a resource-only DLL using the Cygwin toolchain environment? I mean, starting with a .rc file, build a .res, and then link it into a working resource-only DLL? I know that adding

Re: sshd high cpu load

2021-05-20 Thread A. Doggy via Cygwin
To cygwin. A Little more info: I actually have 1 client that connects regularly to the server. That client uses a program called goodsync. When I block goodsync from connecting, the problem goes away and I only have 1 sshd.exe process running. When I unblock goodsync, I have multiple

Building resource-only DLL under Cygwin.

2021-05-20 Thread Kaz Kylheku via Cygwin
Hi all! I was just wondering; have any of you ever tried to build a resource-only DLL using the Cygwin toolchain environment? I mean, starting with a .rc file, build a .res, and then link it into a working resource-only DLL? I know that adding resources to executables is perfectly

RE: [cygwin] Re: EXTERNAL: Re: sshd high cpu load

2021-05-20 Thread Jason Pyeron
> -Original Message- > From: Andrey Repin > Sent: Thursday, May 20, 2021 4:33 PM > To: Wells, Roger K. ; cygwin@cygwin.com > Cc: Andrey Repin > Subject: [cygwin] Re: EXTERNAL: Re: sshd high cpu load > > Greetings, Wells, Roger K.! > > >> On 5/19/2021 12:48 AM, A. Doggy wrote: > >>> >

RE: Cygwin/X fails post Windows 10 version 1909

2021-05-20 Thread Galbraith, Randy via Cygwin
Randy Galbraith – MCPS AppDev – Scottsdale 480-445-2685 – cell: 602-531-0957 – wendy: 602-909-9901 – home: 602-539-1817 Absolutely critical: “Universal wearing of masks. Stay away from crowds. Close the bars." - Dr. Anthony Fauci, PBS NewsHour, 7/17/20. Data classification: PROPRIETARY

PATCH] Cygwin: utils: chattr: Allow to clear all attributes with '='.

2021-05-20 Thread Christian Franke
'chattr = FILE' is shorter that 'chattr -rhsat... FILE' :-) Regards, Christian From 41c1a9648d46835354167a7e024e7191014e1370 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 20 May 2021 22:52:28 +0200 Subject: [PATCH] Cygwin: utils: chattr: Allow to clear all attributes with '='.

Re: [PATCH] Cygwin: utils: chattr: Improve option parsing.

2021-05-20 Thread Corinna Vinschen
On May 20 12:01, Christian Franke wrote: > Corinna Vinschen wrote: > > Hi Christian, > > > > On May 19 17:46, Christian Franke wrote: > > > ... > > > $ egrep 'ACL|--r' chattr.c > > >   "Get POSIX ACL information\n" > > >   "  -R, --recursive recursively list attributes of

Re: EXTERNAL: Re: sshd high cpu load

2021-05-20 Thread Andrey Repin via Cygwin
Greetings, Wells, Roger K.! >> On 5/19/2021 12:48 AM, A. Doggy wrote: >>> >>> >>> I am running cygwin openssh as a windows service. I have been doing >>> so for many years with out issue. Recently, I have been running into >>> an issue where it maxes out my cpu on any version newer than 8.4p1-1.

Re: [PATCH] Cygwin: utils: chattr: Improve option parsing.

2021-05-20 Thread Christian Franke
Hi Corinna, Corinna Vinschen wrote: Hi Christian, On May 20 12:01, Christian Franke wrote: Corinna Vinschen wrote: On May 19 17:46, Christian Franke wrote: ... $ egrep 'ACL|--r' chattr.c   "Get POSIX ACL information\n"   "  -R, --recursive recursively list attributes of

Re: EXTERNAL: Re: sshd high cpu load

2021-05-20 Thread Wells, Roger K. via Cygwin
On 5/20/21 12:02 PM, A. Doggy via Cygwin wrote: > Anyone? Sorry, I noticed your initial contact and tried to duplicate what you observed to no avail. I set up cygwin openssh as a windows service as you described and also have been doing it this way for many years. sshd.exe doesn't show any cpu

Re: [PATCH] Cygwin: utils: chattr: Improve option parsing.

2021-05-20 Thread Corinna Vinschen
Hi Christian, On May 20 12:01, Christian Franke wrote: > Corinna Vinschen wrote: > > On May 19 17:46, Christian Franke wrote: > > > ... > > > $ egrep 'ACL|--r' chattr.c > > >   "Get POSIX ACL information\n" > > >   "  -R, --recursive recursively list attributes of directories >

[PATCH] Ensure PSAPI_VERSION is 1 when building ldd

2021-05-20 Thread Jon Turney
The default PSAPI_VERSION is controlled by WIN32_WINNT, which we set to 0x0a00 when building ldd, which gets PSAPI_VERSION=2. This causes K32GetModuleFileNameEx to be used for GetFileNameFromHandle, which isn't available on Windows Vista. Define PSAPI_VERSION as 1 for the built executable to

Re: Cygwin/X fails post Windows 10 version 1909

2021-05-20 Thread Galbraith, Randy via Cygwin
On 19/05/2021 19:03, Galbraith, Randy via Cygwin wrote: >> Hi Everyone. >> >> Following a Windows 10 version 1909 update Cygwin/X fails to start. It ends >> with: >> >> (--) 16 mouse buttons found >> (--) Setting autorepeat to delay=500, rate=31 >> xinit: giving up >> xinit: unable to connect

[ANNOUNCEMENT] Updated: libxcrypt-4.4.20-1

2021-05-20 Thread Marco Atzeri via Cygwin-announce via Cygwin
Version 4.4.20-1 of libxcrypt (source) libcrypt-devel libcrypt2 are available in the Cygwin distribution. CHANGES Latest upstream release DESCRIPTION libxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing

Updated: libxcrypt-4.4.20-1

2021-05-20 Thread Marco Atzeri via Cygwin-announce
Version 4.4.20-1 of libxcrypt (source) libcrypt-devel libcrypt2 are available in the Cygwin distribution. CHANGES Latest upstream release DESCRIPTION libxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing

Re: duplicate between packages

2021-05-20 Thread Ken Brown via Cygwin-apps
On 4/26/2021 11:45 PM, Marco Atzeri via Cygwin-apps wrote: Hi Maintainers, as I just found 2 of my packages colliding with same program name $ cygcheck -f /usr/bin/ncgen hdf4-4.2.15-3 netcdf-4.8.0-2 as one is much older than the other, the installation sequence can give some inconsistencies

RE: [cygwin] Re: sshd high cpu load

2021-05-20 Thread Jason Pyeron
> -Original Message- > From: A. Doggy via Cygwin > Sent: Thursday, May 20, 2021 12:03 PM > > Anyone? Psst, put at bottom. > > On 5/19/2021 12:48 AM, A. Doggy wrote: > > To Cygwin, > > > > > > I am running cygwin openssh as a windows service. I have been doing so > > for many years with

Error: Could not fork child process: There are no available terminals (-1)

2021-05-20 Thread Jason Pyeron
FYSA... In minty, alt-f2 - got Error: Could not fork child process: There are no available terminals (-1). Observed after coworker ssh in to my workstation, disconnected, leaving the ssh-agent running. Ran Task manager killed other users' ssh-agent.exe (regular and admin user) - issue went

Re: sshd high cpu load

2021-05-20 Thread A. Doggy via Cygwin
Anyone? On 5/19/2021 12:48 AM, A. Doggy wrote: To Cygwin, I am running cygwin openssh as a windows service. I have been doing so for many years with out issue. Recently, I have been running into an issue where it maxes out my cpu on any version newer than 8.4p1-1. The solution is to

[ANNOUNCEMENT] harfbuzz 2.8.1-1 (TEST)

2021-05-20 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution as test releases: * harfbuzz-2.8.1-1 * libharfbuzz0-2.8.1-1 * libharfbuzz-devel-2.8.1-1 * libharfbuzz-gobject0-2.8.1-1 * libharfbuzz-gobject-devel-2.8.1-1 * libharfbuzz-subset0-2.8.1-1 * libharfbuzz-subset-devel-2.8.1-1 *

harfbuzz 2.8.1-1 (TEST)

2021-05-20 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution as test releases: * harfbuzz-2.8.1-1 * libharfbuzz0-2.8.1-1 * libharfbuzz-devel-2.8.1-1 * libharfbuzz-gobject0-2.8.1-1 * libharfbuzz-gobject-devel-2.8.1-1 * libharfbuzz-subset0-2.8.1-1 * libharfbuzz-subset-devel-2.8.1-1 *

RE: pdfgrep package uploads not as I expected

2021-05-20 Thread Jason Pyeron
> -Original Message- > From: Jon Turney > Sent: Thursday, May 20, 2021 10:18 AM > > On 20/05/2021 02:47, Jason Pyeron wrote: > > Looks like I did this wrong. > > > > I wanted to provide: > > > > 2.1.3-0.1621294138.9b5c98a - test from pdfgrep HEAD commit > > 2.1.2-1 - test (for now) of

Re: pdfgrep package uploads not as I expected

2021-05-20 Thread Jon Turney
On 20/05/2021 02:47, Jason Pyeron wrote: Looks like I did this wrong. I wanted to provide: 2.1.3-0.1621294138.9b5c98a - test from pdfgrep HEAD commit 2.1.2-1 - test (for now) of most recent v2 release 1.4.1-2 - test (for now) of the rebuild of the last v1 release. After one week was going to

Re: [PATCH] Cygwin: utils: chattr: Improve option parsing.

2021-05-20 Thread Christian Franke
Corinna Vinschen wrote: Hi Christian, On May 19 17:46, Christian Franke wrote: ... $ egrep 'ACL|--r' chattr.c   "Get POSIX ACL information\n"   "  -R, --recursive recursively list attributes of directories and their \n" Oops. Please patch while you're at it... ... From

Re: [RFC] FAST_CWD warnings on ARM64 insider preview

2021-05-20 Thread Corinna Vinschen
On May 19 11:02, Jeremy Drake via Cygwin-patches wrote: > On Wed, 19 May 2021, Corinna Vinschen wrote: > > > > +#ifndef IMAGE_FILE_MACHINE_ARM64 > > > +#define IMAGE_FILE_MACHINE_ARM64 0xAA64 > > > +#endif > > > > IMAGE_FILE_MACHINE_ARM64 is already defined for some time in winnt.h > > so we