Re: cygrunsrv does not start cygsshd at boot

2020-01-22 Thread Andrew J. Schorr
On Tue, Jan 21, 2020 at 09:37:15PM +0100, Achim Gratz wrote: > Andrew J. Schorr writes: > > How do I fix and/or troubleshoot this? I need to find a way to get > > cygsshd to start automatically when the system reboots. > > Try to set the service to "delayed start" instead and see if that helps. T

Running ssh tectia client in cygwin

2020-01-22 Thread ravi r
I am using cygwin in windows 7. When I connect to a remote ssh tectia server(version 6.4) through ssh tectia client sshg3.exe(version 6.3.10), from a cygwin terminal, I can successfully login and for some reason I cannot see my usual dollar shell prompt. The remote ssh session spawns a ksh. I have

Re: cygrunsrv does not start cygsshd at boot

2020-01-22 Thread ASSI
Andrew J. Schorr writes: >> Try to set the service to "delayed start" instead and see if that helps. > > Thanks for the suggestion; that seems to fix the issue. Is this a known > problem due to some updates to Windows 10 and/or Cygwin? I have not had > this problem in the past. Win10 is better at

[ANNOUNCEMENT] lftp 4.9.0-2

2020-01-22 Thread Andrew Schulman via cygwin
lftp 4.9.0-2 is now available in Cygwin. This is a Cygwin-only update that tries to fix a segmentation fault some users are seeing in the previous release, 4.9.0-1[1]. The bug appears to happen only on hosts that aren't IPv6-enabled. The fix was helpfully contributed by Henry S. Thompson[2]. Thank

Re: [ANNOUNCEMENT] lftp 4.9.0-2

2020-01-22 Thread Joe Bloggs
This was already fixed on lftp 4.9.1 released by the developer. You should probably just release that version instead of the patched version. https://github.com/lavv17/lftp/commit/5d344937d60380341c20409c11f135afb630d7ee Actual release https://github.com/lavv17/lftp/releases/tag/v4.9.1 On 22/

Re: cygrunsrv does not start cygsshd at boot

2020-01-22 Thread Brian Inglis
On 2020-01-22 11:18, ASSI wrote: > Andrew J. Schorr writes: >>> Try to set the service to "delayed start" instead and see if that helps. >> >> Thanks for the suggestion; that seems to fix the issue. Is this a known >> problem due to some updates to Windows 10 and/or Cygwin? I have not had >> this p

Re: cygrunsrv does not start cygsshd at boot

2020-01-22 Thread Brian Inglis
On 2020-01-22 15:08, Brian Inglis wrote: > On 2020-01-22 11:18, ASSI wrote: >> Andrew J. Schorr writes: [add cygrunsrv output for completeness] Try to set the service to "delayed start" instead and see if that helps. >>> >>> Thanks for the suggestion; that seems to fix the issue. Is this a k

Re: Issue while running Cygwin scripts when Cylance is installed

2020-01-22 Thread Brian Inglis
On 2020-01-21 23:36, Sharuzzaman Ahmat Raslan wrote: > On Tue, Jan 21, 2020 at 9:26 PM Dasharatham Manda wrote: >> Support, This is a volunteer project mailing list not an organization. >> I am getting the below issue when running any script where Cylance >> Protector is installed. >> >> $ ./inst

Error running ssh windows binary in cygwin

2020-01-22 Thread ravi r
Downloading windows git binary from https://git-scm.com/download/win Git-2.25.0-64-bit.exe and running the contained Git/usr/bin/ssh.exe in a cygwin terminal gives this error 0 [main] ssh (20916) C:\cygwin64\usr\local\git\usr\bin\ssh.exe: *** fatal

Re: Error running ssh windows binary in cygwin

2020-01-22 Thread Marco Atzeri
Am 22.01.2020 um 23:30 schrieb ravi r: Downloading windows git binary from https://git-scm.com/download/win Git-2.25.0-64-bit.exe and running the contained Git/usr/bin/ssh.exe in a cygwin terminal gives this error 0 [main] ssh (20916) C:\cygwin64\

Re: Error running ssh windows binary in cygwin

2020-01-22 Thread ASSI
ravi r writes: > Following directions mentioned in above error message, when I search for > cygwin1.dll > I find two matches > c:\cygwin64\bin > and > c:\cygwin64\usr\i686-pc-cygwin\sys-root\usr\bin The latter would be the Cygwin DLL for the 32bit cross compilation toolchain. > W