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

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

Re: [PATCH 0/3] Some O_PATH fixes

2020-01-28 Thread Ken Brown
On 1/28/2020 3:48 PM, Ken Brown wrote: > On 1/28/2020 2:01 PM, Ken Brown wrote: >> On 1/28/2020 12:06 PM, Corinna Vinschen wrote: >>> On Jan 27 13:21, Ken Brown wrote: Ken Brown (3): Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag Cygwin:

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

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

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,

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

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 >>

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

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

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 :

[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

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

Re: [PATCH 0/3] Some O_PATH fixes

2020-01-28 Thread Ken Brown
On 1/28/2020 2:01 PM, Ken Brown wrote: > On 1/28/2020 12:06 PM, Corinna Vinschen wrote: >> On Jan 27 13:21, Ken Brown wrote: >>> Ken Brown (3): >>> Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag >>> Cygwin: fhandler_disk_file::fstatvfs: refactor >>> Cygwin: FIFO::fstatvfs:

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

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

[newlib-cygwin] Cygwin: FIFO: fstatvfs: use our handle if O_PATH is set

2020-01-28 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=13d75fce48436e4f15bf97b4d214507994b0 commit 13d75fce48436e4f15bf97b4d214507994b0 Author: Ken Brown Date: Fri Jan 24 15:09:03 2020 -0500 Cygwin: FIFO: fstatvfs: use our handle if O_PATH is set If O_PATH is set,

[newlib-cygwin] Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag

2020-01-28 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=74e6e881433c45e758582adfdcb4be20ad5b52a9 commit 74e6e881433c45e758582adfdcb4be20ad5b52a9 Author: Ken Brown Date: Fri Jan 24 14:54:47 2020 -0500 Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag Treat a special

[newlib-cygwin] Cygwin: fhandler_disk_file::fstatvfs: refactor

2020-01-28 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=68b7a457f7331ed852380cd7afd0e17dffdc726e commit 68b7a457f7331ed852380cd7afd0e17dffdc726e Author: Ken Brown Date: Fri Jan 24 16:02:57 2020 -0500 Cygwin: fhandler_disk_file::fstatvfs: refactor Define a new method

Re: [PATCH 0/3] Some O_PATH fixes

2020-01-28 Thread Ken Brown
On 1/28/2020 12:06 PM, Corinna Vinschen wrote: > On Jan 27 13:21, Ken Brown wrote: >> Ken Brown (3): >>Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag >>Cygwin: fhandler_disk_file::fstatvfs: refactor >>Cygwin: FIFO::fstatvfs: use our handle if O_PATH is set >> >>

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: [PATCH 0/3] Some O_PATH fixes

2020-01-28 Thread Corinna Vinschen
On Jan 27 13:21, Ken Brown wrote: > Ken Brown (3): > Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag > Cygwin: fhandler_disk_file::fstatvfs: refactor > Cygwin: FIFO::fstatvfs: use our handle if O_PATH is set > > winsup/cygwin/fhandler.h| 1 + >

Re: [PATCH v5] Cygwin: pty: Revise code waiting for forwarding again.

2020-01-28 Thread Corinna Vinschen
On Jan 27 20:22, Takashi Yano wrote: > - After commit 6cc299f0e20e4b76f7dbab5ea8c296ffa4859b62, outputs of > cygwin programs which call both printf() and WriteConsole() are > frequently distorted. This patch fixes the issue. > --- > winsup/cygwin/fhandler.h | 1 + >

[newlib-cygwin] Cygwin: symlink/mknod: fix ACL handling

2020-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4bfa93f1a00a09e4fb3bccea334ba22e4c05c3d6 commit 4bfa93f1a00a09e4fb3bccea334ba22e4c05c3d6 Author: Corinna Vinschen Date: Tue Jan 28 17:57:50 2020 +0100 Cygwin: symlink/mknod: fix ACL handling mknod32 actually creates a

Re: [PATCH v2] Cygwin: console: Share readahead buffer within the same process.

2020-01-28 Thread Corinna Vinschen
On Jan 27 21:14, Takashi Yano wrote: > - The cause of the problem reported in > https://www.cygwin.com/ml/cygwin/2020-01/msg00220.html is that the > chars input before dup() cannot be read from the new file descriptor. > This is because the readahead buffer (rabuf) in the console is newly >

[newlib-cygwin] Cygwin: console: Share readahead buffer within the same process.

2020-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5ba41ad6e9f1ac3326706523fc827ac3e54466f3 commit 5ba41ad6e9f1ac3326706523fc827ac3e54466f3 Author: Takashi Yano Date: Mon Jan 27 21:14:32 2020 +0900 Cygwin: console: Share readahead buffer within the same process. - The

[newlib-cygwin] Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flag

2020-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=26425142ce9e8981e9f97e7d50e632c4f9ee9a03 commit 26425142ce9e8981e9f97e7d50e632c4f9ee9a03 Author: Corinna Vinschen Date: Tue Jan 28 17:40:40 2020 +0100 Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flag Usually a trailing

[newlib-cygwin] Cygwin: add short comments to path_conv options

2020-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2caaa810a39075cbf0eb857459a2eef95bf4463f commit 2caaa810a39075cbf0eb857459a2eef95bf4463f Author: Corinna Vinschen Date: Tue Jan 28 16:10:13 2020 +0100 Cygwin: add short comments to path_conv options Signed-off-by:

[newlib-cygwin] Cygwin: pty: Revise code waiting for forwarding again.

2020-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e38f2dc9b93fd237bd72c1b35b9dbfc8b0f18663 commit e38f2dc9b93fd237bd72c1b35b9dbfc8b0f18663 Author: Takashi Yano Date: Mon Jan 27 20:22:24 2020 +0900 Cygwin: pty: Revise code waiting for forwarding again. - After commit

[newlib-cygwin] Cygwin: drop __stdcall from close_all_files

2020-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cf6c439b6dcfebe44878ec4a8cae6293ff6563f7 commit cf6c439b6dcfebe44878ec4a8cae6293ff6563f7 Author: Corinna Vinschen Date: Tue Jan 28 15:33:53 2020 +0100 Cygwin: drop __stdcall from close_all_files Signed-off-by: Corinna

[newlib-cygwin] Cygwin: move chmod_device declaration to winsup.h

2020-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=464db253c46c49802a73d2d15113b88dd282a370 commit 464db253c46c49802a73d2d15113b88dd282a370 Author: Corinna Vinschen Date: Tue Jan 28 15:33:05 2020 +0100 Cygwin: move chmod_device declaration to winsup.h Signed-off-by:

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