Re: non-persistent storage?

2019-12-13 Thread Steven Penny
On Fri, 13 Dec 2019 17:57:23 -0500, Erik Soderquist wrote: I've test all of the suggestions I've seen so far with the exception of the cygserver and shared memory, and all of the ones I've tested failed the power failure scenario. /dev/clipboard? -- Problem reports:

Re: non-persistent storage?

2019-12-13 Thread Erik Soderquist
On Fri, Dec 13, 2019 at 11:20 AM Buchbinder, Barry (NIH/NIAID) [E] via cygwin wrote: > One could put a script, batch file, or a link thereto in one's startup > folder that will run on Windows' boot. The OP's issue is that the data must be destroyed instantly even in the event of a power failure.

Updated : netcdf-4.7.3-1

2019-12-13 Thread Marco Atzeri
Version 4.7.3-1 of libnetcdf-devel libnetcdf15 (API Bump) netcdf Version 4.5.2-1 of libnetcdf-fortran-devel libnetcdf-fortran_7 (API Bump) Version 4.3.1-1 of libnetcdf-cxx4-devel libnetcdf-cxx4_1 are available in the Cygwin distribution. CHANGES Latest upstream

[ANNOUNCEMENT] Updated : netcdf-4.7.3-1

2019-12-13 Thread Marco Atzeri
Version 4.7.3-1 of libnetcdf-devel libnetcdf15 (API Bump) netcdf Version 4.5.2-1 of libnetcdf-fortran-devel libnetcdf-fortran_7 (API Bump) Version 4.3.1-1 of libnetcdf-cxx4-devel libnetcdf-cxx4_1 are available in the Cygwin distribution. CHANGES Latest upstream

Re: non-persistent storage?

2019-12-13 Thread Mark Geisert
Ulli Horlacher wrote: On Fri 2019-12-13 (00:51), Jürgen Wagner wrote: - Run cygserver-config as an administrator. ~: cygserver-config Generating /etc/cygserver.conf file Warning: The following function requires administrator privileges! Do you want to install cygserver as service? (Say

RE: non-persistent storage?

2019-12-13 Thread Buchbinder, Barry (NIH/NIAID) [E] via cygwin
>On Thu, Dec 12, 2019 at 5:08 PM Ulli Horlacher wrote: > >>Erik Soderquist sent the following at Thursday, December 12, 2019 5:45 pm >> >> On Thu 2019-12-12 (21:59), Buchbinder, Barry (NIH/NIAID) [E] via cygwin >> wrote: >>> >>> If the temp file was created by mktemp and the name saved in an >>>

Re: non-persistent storage?

2019-12-13 Thread Marco Atzeri
Am 13.12.2019 um 11:06 schrieb Ulli Horlacher: On Fri 2019-12-13 (00:51), Jürgen Wagner wrote: - Run cygserver-config as an administrator. ~: cygserver-config Generating /etc/cygserver.conf file Warning: The following function requires administrator privileges! Do you want to install

Re: non-persistent storage?

2019-12-13 Thread Ulli Horlacher
On Fri 2019-12-13 (00:51), Jürgen Wagner wrote: > - Run cygserver-config as an administrator. ~: cygserver-config Generating /etc/cygserver.conf file Warning: The following function requires administrator privileges! Do you want to install cygserver as service? (Say "no" if it's already

Re: non-persistant storage?

2019-12-13 Thread Ulli Horlacher
On Thu 2019-12-12 (17:06), L A Walsh wrote: > On 2019/12/12 13:40, Eliot Moss wrote: > > > Ah! I think what you want is a tmpfs or ramfs. > > Not sure if cygwin supports that ... > > > > Easiest thing might be to use /dev/shm. I used it during > development to store intermediate

Re: non-persistent storage?

2019-12-13 Thread Ulli Horlacher
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 -TH /dev/shm Filesystem Type Size Used Avail Use%