RE: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-30 Thread Eirik Nordbrøden via Cygwin
Hello I had problems with Cygwin SSH not working after enabling "application protection" in Citrix. Disabling this functionality in Citrix made Cygwin SSH start working again. Eirik Nordbrøden, (+47) 90174789 > -Original Message- > From: Cygwin bounces+eirik.nordbroden=netnordic@

Re: Cygwin 3.4.9 - how to install ssh-keygen - solved

2023-11-30 Thread Matthias--- via Cygwin
Hello, After removing Citrix and install it again without "app protection", my segmentation fault has gone. All is working now :) It looks like this app protection is the reason for the segmentation fault. Thank you for all the hints and your support Matthias -- Problem reports: http

"Unneeded" packages are hard to get rid of in Setup

2023-11-30 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
Hi All, I was updating my Cygwin installation at home and that had accumulated some "Unneeded" packages, which were very hard to deal with: The default disposition is "Keep" (while logically, since they are "safe to be removed", it should have been "Uninstall") so it nearly got me a carpal synd

UPD: "Unneeded" packages are hard to get rid of in Setup

2023-11-30 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
UPDATE: Running "cygcheck -rvs" on the updated installation (after all the "Unneeded" packages were gone), revealed that a few packages had become "Incomplete": base-files libMagickCore6_6 libMagickCore7_9 perl perl-mapages squid I re-ran Setup and chose these packages to "Reinstall" from the "

Re: Cygwin 3.4.9 - how to install ssh-keygen - solved

2023-11-30 Thread Jose Isaias Cabrera via Cygwin
On Thursday, November 30, 2023 08:16 AM, Matthias--- expressed: > Hello, > > After removing Citrix and install it again without "app protection", my > segmentation fault has gone. > All is working now :) > It looks like this app protection is the reason for the segmentation fault. > > > Thank you

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-30 Thread Jose Isaias Cabrera via Cygwin
On Thursday, November 30, 2023 03:00 AM, Eirik Nordbrøden expressed: > > Hello > > I had problems with Cygwin SSH not working after enabling "application > protection" > in Citrix. Disabling this functionality in Citrix made Cygwin SSH start > working again. > > Eirik Nordbrøden, This was my p

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-30 Thread Jose Isaias Cabrera via Cygwin
On Wednesday, November 29, 2023 08:03 PM, Jose Isaias Cabrera expressed: > > On Wednesday, November 29, 2023 05:46 PM, Brian Inglis expressed: > > > Great catch - Citrix is on BLODA as it tries to intercept a lot in every > > app: > [clip] > > Dirty-dirty-dirty! Citrix ;^> > > Well, it's not Citri

Re: cmd.exe clone with UNC support?

2023-11-30 Thread Bill Stewart via Cygwin
On Wed, Nov 29, 2023 at 9:51 PM Martin Wege via Cygwin wrote: Is there a cmd.exe clone for Windows which supports UNC paths? > No, and this is because cmd.exe already supports UNC paths. I have been using UNC paths in cmd.exe for many years. It might help to describe your problem rather than a

liblapack-devel seems to be missing liblapack0 dependency

2023-11-30 Thread airplanemath via Cygwin
To whom it may concern, An automated script started failing yesterday, apparently because it could not find the lapack and blas DLLs.  On investigation, only liblapack-devel was installed, not liblapack0.  Should we be updating scripts to explicitly install liblapack0 when using some executab

Re: liblapack-devel seems to be missing liblapack0 dependency

2023-11-30 Thread Jon Turney via Cygwin
On 30/11/2023 20:23, airplanemath via Cygwin wrote: To whom it may concern, An automated script started failing yesterday, apparently because it could not find the lapack and blas DLLs.  On investigation, only liblapack-devel was installed, not liblapack0.  Should we be updating scripts to exp

Re: liblapack-devel seems to be missing liblapack0 dependency

2023-11-30 Thread Marco Atzeri via Cygwin
On 30/11/2023 22:05, Jon Turney wrote: On 30/11/2023 20:23, airplanemath via Cygwin wrote: To whom it may concern, An automated script started failing yesterday, apparently because it could not find the lapack and blas DLLs.  On investigation, only liblapack-devel was installed, not liblapack

Re: cmd.exe clone with UNC support?

2023-11-30 Thread Risto Laitinen via Cygwin
> cmd.exe already supports UNC paths You cannot cd to an UNC path. On Thu, Nov 30, 2023 at 9:59 PM Bill Stewart via Cygwin wrote: > > On Wed, Nov 29, 2023 at 9:51 PM Martin Wege via Cygwin > wrote: > > Is there a cmd.exe clone for Windows which supports UNC paths? > > > > No, and this is becaus

Re: Cygwin mount limited to 64 mounts, even for UNC paths?

2023-11-30 Thread Andrey Repin via Cygwin
Greetings, Martin Wege! > Cygwin mount(1) is (per docs) limited to 64 mounts. Why was that > limitation chosen, and does it apply even if I create bind mounts to > UNC paths (not DOS letters)? DOS letters might be restricted by the > ASCII A-Z, but UNC paths are unlimited. More interesting quest

Re: cmd.exe clone with UNC support?

2023-11-30 Thread Andrey Repin via Cygwin
Greetings, Risto Laitinen! >> cmd.exe already supports UNC paths > You cannot cd to an UNC path. You can in bash. And then run cmd /C …whatever… …given sufficient system configuration (https://www.google.com/search?q=DisableUNCCheck) > On Thu, Nov 30, 2023 at 9:59 PM Bill Stewart via Cygwin >

Re: inkscape installed but does nothing

2023-11-30 Thread Mark Geisert via Cygwin
Mark Geisert via Cygwin wrote: I've found that Cygwin's latest inkscape 0.92.3 cannot be built with either gcc-g++ 11.4 or 11.2.  There are incompatibilities with recent C++ include files. Inkscape *can* be built with gcc-g++ 7.4; that version even seems to run okay. So it seems that without f