RE: Supress progress window in quite mode

2019-12-16 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> -Original Message- > From: cygwin-ow...@cygwin.com On Behalf > Of KAVALAGIOS Panagiotis (EEAS-EXT) > Sent: 29 November 2019 08:52 > To: cygwin@cygwin.com > Subject: Supress progress window in quite mode > > Hello, > > Is there any way to suppress the progress windows during silent inst

Re: ilogbl(0.0L) value is wrong

2019-12-16 Thread Corinna Vinschen
Hi Bruno, On Dec 12 11:26, Bruno Haible wrote: > POSIX [1] specifies that the return value of the functions ilogbf(), ilogb(), > ilogbl() for a zero argument should all be the same, namely FP_ILOGB0. > > [1] https://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogb.html > > In Cygwin 2.9,

Re: non-persistant storage?

2019-12-16 Thread Corinna Vinschen
Hi Ulli, On Dec 12 13:00, Ulli Horlacher wrote: > I need to store some data (a few kB) non-persistant. > On a real UNIX I would use /var/run, because after a shutdown all its > content is lost. > But on cygwin /var/run is stored on disk. > > I cannot use an environment variable, because different

Re: non-persistent storage?

2019-12-16 Thread Corinna Vinschen
On Dec 13 10:34, Ulli Horlacher wrote: > On Fri 2019-12-13 (07:27), Jürgen Wagner wrote: > > And regarding the tmpfs (RAM disk) , you can use /dev/shm. > > > > # date > /dev/shm/key > > # cat /dev/shm/key > > Fri Dec 13 07:26:03 CET 2019 > > /dev/shm ist not a tmpfs on cygwin: > > /dev/shm: df -

Re: cygwin64 OpenSSH_8.1p1 client segmentation fault

2019-12-16 Thread Brian Inglis
On 2019-12-15 09:24, Ken Brown wrote: > On 12/15/2019 7:22 AM, vadim wrote: >> On 14/12/2019 20:20, Ken Brown wrote: >>> On 12/14/2019 3:01 PM, vadim wrote: >> I have now installed cygwin64 from >> http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2019/08/30/171738 >> >> ssh now

[ANNOUNCEMENT] cygwin 3.1.0-1

2019-12-16 Thread Corinna Vinschen
The following packages have been uploaded to the Cygwin distribution: * cygwin-3.1.0-1 * cygwin-devel-3.1.0-1 * cygwin-doc-3.1.0-1 This release comes with a couple of new features and quite a few bug fixes. What's new: --- - Add 24 bit color support using xterm compatibility mode in Wi

Re: [ANNOUNCEMENT] cygwin 3.1.0-1

2019-12-16 Thread Thomas Wolff
Am 16.12.2019 um 20:11 schrieb Corinna Vinschen: The following packages have been uploaded to the Cygwin distribution: * cygwin-3.1.0-1 * cygwin-devel-3.1.0-1 * cygwin-doc-3.1.0-1 This release comes with a couple of new features and quite a few bug fixes. What's new: --- ... - Su

Re: non-persistent storage?

2019-12-16 Thread Andrey Repin
Greetings, Ulli Horlacher! > /dev/shm ist not a tmpfs on cygwin: Cygwin is a userspace DLL. It is not a filesystem driver. > /dev/shm: df -TH /dev/shm > Filesystem Type Size Used Avail Use% Mounted on > C:/cygwin64ntfs 34G 25G 9.1G 74% / > When I write something into this direco