Re: [PATCH v2 3/3] fhandler/proc.cc: use wincap.has_user_shstk

2023-06-15 Thread Brian Inglis
On 2023-06-15 01:11, Corinna Vinschen wrote: Hi Brian, thanks, that looks good, except this single snippet: On Jun 7 10:37, Brian Inglis wrote: --- winsup/cygwin/fhandler/proc.cc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winsup/cygwin/fhandler/proc.cc

Re: Trying to figure out what is wrong in a colleague's Cygwin setup

2023-06-15 Thread David Karr via Cygwin
(I replied with this earlier directly to someone who I didn't realize had only replied to me.) I do have a couple other clues that I've noticed while continuing to debug this. This person also has "git bash" installed, which is certainly similar to Cygwin, but not quite the same. In his gitbash

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread ASSI via Cygwin
gh via Cygwin writes: > Currently, cygwin is in C:\cygwin, which I have moved to > C:\cygwin-bck. I then want to install in the now almost empty > C:\cygwin, but copying there the necessary config files so that > setup-x86_64.exe knows which packages to download. Create the new target directory

Re: Identical Cygwin websites - differing downloads

2023-06-15 Thread Brian Inglis via Cygwin
On 2023-06-15 09:07, marco atzeri via Cygwin wrote: On Thu, Jun 15, 2023 at 3:20 PM happynumnums via Cygwin wrote: When looking for the latest Cygwin installer, I came across two different domains. One insecure: http://cygwin.org/ and one secure: https://cygwin.net/ When checking the

Re: Is there, anywhere in the world, some place where ican rsync Cygin 32 bits ?

2023-06-15 Thread Brian Inglis via Cygwin
On 2023-06-11 11:58, Jon Turney via Cygwin wrote: On 30/05/2023 20:55, Brian Inglis via Cygwin wrote: On 2023-05-30 06:21, Jon Turney via Cygwin wrote: On 29/05/2023 23:42, Brian Inglis via Cygwin wrote: On 2023-05-29 16:06, akakima via Cygwin wrote: Does such a place exist (beside fruitbat)

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread marco atzeri via Cygwin
On Thu, Jun 15, 2023 at 2:59 PM Dan Harkless via Cygwin wrote: > > On 6/15/2023 5:47 AM, marco atzeri via Cygwin wrote: > > On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote: > > > Currently, cygwin is in C:\cygwin, which I have moved to C:\cygwin-bck. I > > > then want to install in the now

Re: Identical Cygwin websites - differing downloads

2023-06-15 Thread marco atzeri via Cygwin
On Thu, Jun 15, 2023 at 3:20 PM happynumnums via Cygwin wrote: > > When looking for the latest Cygwin installer, I came across two different > domains. > > One insecure: > http://cygwin.org/ > > and one secure: > https://cygwin.net/ > > When checking the downloaded latest 3.4.6 installer with

RE: help needed - transition from 32bits to 64bits

2023-06-15 Thread gh via Cygwin
Thanks Marco, I will read and adapt the script if necessary. Gilbert PS: I don't want the cygwin64 directory, so as to avoid looking for everywhere I have used a hard cygwin path. -Original Message- From: marco atzeri [mailto:marco.atz...@gmail.com] Sent: 15 June 2023 14:48 To: gh Cc:

Identical Cygwin websites - differing downloads

2023-06-15 Thread happynumnums via Cygwin
When looking for the latest Cygwin installer, I came across two different domains. One insecure: http://cygwin.org/ and one secure: https://cygwin.net/ When checking the downloaded latest 3.4.6 installer with sha512sum.exe, I get differing checksums from the executables from both websites:

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread Dan Harkless via Cygwin
On 6/15/2023 5:47 AM, marco atzeri via Cygwin wrote: On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote: > Currently, cygwin is in C:\cygwin, which I have moved to C:\cygwin-bck. I then want to install in the now almost empty C:\cygwin, No need to rename the directory as the Cygwin 64 bit

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread marco atzeri via Cygwin
On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote: > > Dear all, > > Sorry if this question was already answered somewhere in the FAQ. > > > > I am running a deprecated 32bits version, and want to switch to 64bits. > Install procedure is easy, but does not cover one thing : I > would like to

help needed - transition from 32bits to 64bits

2023-06-15 Thread gh via Cygwin
Dear all, Sorry if this question was already answered somewhere in the FAQ. I am running a deprecated 32bits version, and want to switch to 64bits. Install procedure is easy, but does not cover one thing : I would like to preserve the list of packages I have installed, and minimize the

Re: [PATCH v2 3/3] fhandler/proc.cc: use wincap.has_user_shstk

2023-06-15 Thread Corinna Vinschen
Hi Brian, thanks, that looks good, except this single snippet: On Jun 7 10:37, Brian Inglis wrote: > --- > winsup/cygwin/fhandler/proc.cc | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/winsup/cygwin/fhandler/proc.cc b/winsup/cygwin/fhandler/proc.cc > index