Re: cygrunsrv does not start cygsshd at boot

2020-01-28 Thread Brian Inglis
On 2020-01-28 15:28, Brian Inglis wrote: > On 2020-01-28 14:56, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >>> As the reg entries show, you can also do this by adding or setting registry >>> entries using Cygwin regtool, Windows reg, or regedit commands. >> >> It is better and much safer to use na

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-28 Thread Marco Atzeri
Am 29.01.2020 um 01:02 schrieb Hans-Bernhard Bröker: Am 25.01.2020 um 17:55 schrieb Marco Atzeri: The problem occurs the same way, here, running Win10 Pro 1909 fully updated (a.k.a. Version 10.0.18363.592), no extra AntiVirus running besides Defender. Be aware that build time is very lon

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-28 Thread Hans-Bernhard Bröker
Am 29.01.2020 um 01:02 schrieb Hans-Bernhard Bröker: So re-run it in gdb, via libtool (run-octave -g ...).  Still crashes, but I didn't manage to get around the SIGSEGV handler in octave.  It always caught the SEGV before gdb managed to get there. So my finding, so far, would be that this is

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-28 Thread Hans-Bernhard Bröker
Am 25.01.2020 um 17:55 schrieb Marco Atzeri:   libinterp/corefcn/file-io.cc-tst ...fatal: caught signal Segmentation fault -- stopping myself... /bin/sh: line 1:  3771 Segmentation fault  (core dumped) /bin/sh ../run-octave --norc --silent --no-history -p /cyg

RE: git on mounted CIFS is it Git or Cygwin

2020-01-28 Thread Jason Pyeron
> -Original Message- > From: L A Walsh > Sent: Monday, January 27, 2020 7:01 AM > Sorry for the delay in the follow up test, it took me some time to get back to the system. > On 2020/01/26 13:56, Jason Pyeron wrote: > > I have an issue with git in Cygwin on windows shares - this is rece

Re: cygrunsrv does not start cygsshd at boot

2020-01-28 Thread Brian Inglis
On 2020-01-28 14:56, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >> As the reg entries show, you can also do this by adding or setting registry >> entries using Cygwin regtool, Windows reg, or regedit commands. > > It is better and much safer to use native Windows service controller > commands, t

Re: I don't really know... ALSO: I am not sending mail to Andrew, when I enter the word cygwin, it gets converted somehow...

2020-01-28 Thread Brian Inglis
On 2020-01-28 15:02, aimedtech wrote: > No doubt Andy's a great guy, I just don't want him to think I'm trying to > bother him. > > Now about my install problem: > > I think the problem MIGHT HAVE BEEN (and still is,) that I'm running windoz 7. > > People got angry that I didn't provide additio

Re: cygrunsrv does not start cygsshd at boot

2020-01-28 Thread Brian Inglis
On 2020-01-28 14:26, Andrey Repin wrote: >> $ cygrunsrv -VQ cygsshd >> Service : cygsshd >> Display name: CYGWIN sshd >> Current State : Running >> Controls Accepted : Stop, Preshutdown >> Command : /usr/sbin/sshd -D >> stdin path : /dev/null >> stdo

I don't really know... ALSO: I am not sending mail to Andrew, when I enter the word cygwin, it gets converted somehow...

2020-01-28 Thread aimedtech
No doubt Andy's a great guy, I just don't want him to think I'm trying to bother him. Now about my install problem: I think the problem MIGHT HAVE BEEN (and still is,) that I'm running windoz 7. People got angry that I didn't provide additional info, but every method I tried failed; Each said

RE: Is there a way to clone-install Cygwin?

2020-01-28 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
> Yes, this is possible. Thank you. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: cygrunsrv does not start cygsshd at boot

2020-01-28 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
> As the reg entries show, you can also do this by adding or setting registry > entries using Cygwin regtool, Windows reg, or regedit commands. It is better and much safer to use native Windows service controller commands, than tweaking the registry: sc config cygsshd start= delayed-auto Also,

Re: Is there a way to clone-install Cygwin?

2020-01-28 Thread Andrey Repin
Greetings, Lavrentiev, Anton (NIH/NLM/NCBI) [C]! > I have a question, is there a way to clone-install Cygwin? > Like I have installed whatever packages I selected on some PC, then > maintained that installation for a while, doing upgrades etc. Now I need to > install the exact same set on anothe

Re: cygrunsrv does not start cygsshd at boot

2020-01-28 Thread Andrey Repin
Greetings, Brian Inglis! > $ cygrunsrv -VQ cygsshd > Service : cygsshd > Display name: CYGWIN sshd > Current State : Running > Controls Accepted : Stop, Preshutdown > Command : /usr/sbin/sshd -D > stdin path : /dev/null > stdout path : /var/

[ANNOUNCEMENT] Updated: gmp-6.2.0-1

2020-01-28 Thread Achim Gratz
GNU Multiple Precision Arithmetic Library = GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the av

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-28 Thread Achim Gratz
Marco Atzeri writes: > I just found that my W10 Home is 1909 build 18363.592 so probably was > updated as your around mid Jan > > https://docs.microsoft.com/en-us/windows/release-information/ > > But Corporate versions have different time table and patch Enterprise is, yes. > the one I have is Ve

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-28 Thread Marco Atzeri
Am 28.01.2020 um 18:25 schrieb ASSI: Achim Gratz writes: Same thing here… Since some of the discussion revolved on Windows versions: that is on Win10 Pro 1909, fully patched. I no longer have a system with 1809 since the period where you could hold up the update has expired recently. There i

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-28 Thread ASSI
Achim Gratz writes: > Same thing here… Since some of the discussion revolved on Windows versions: that is on Win10 Pro 1909, fully patched. I no longer have a system with 1809 since the period where you could hold up the update has expired recently. There is an ISO image for Windows Server 2016

Re: headache on build repeatibility: octave vs BLODA ?

2020-01-28 Thread Takashi Yano
On Tue, 28 Jan 2020 07:41:43 +0100 Marco Atzeri wrote: > So I am now almost sure that the recent MS updates changed/broke > something in W10 Home. :-(( I have tried now in Win10 Home 1909, and segmentagion fault has occured at the same place as you. Microsoft Windows [Version 10.0.18363.592] --

Re: cin and read(*,*) not waiting for kbd input in gdb

2020-01-28 Thread Jon Turney
On 27/01/2020 16:44, Rockefeller, Harry wrote: I don't know if this is a gdb or a Cygwin implementation of gdb that is a problem. Since I can go back to gdb version 8.1.1-1 this is not a problem for me now. Here is a test case using the Fortran source above: $ gfortran -g test1.f -o test1.exe

Re: grace broken installation

2020-01-28 Thread Ken Brown
On 1/28/2020 1:38 AM, Brian Inglis wrote: > Links should only be applied during build processes to allow building and > testing to complete successfully. > Build link types may not be compatible with tar or the target file system and > should not be included in packages for distribution e.g. they m