example for Match Host, in ssh?

2014-12-07 Thread Marilo
I have managed to get Match Address and Match User to work e.g. I see an effect for Match User blah MaxAuthTries 0 But I cannot get Match Host to work I have a computer compa I can ping compa but when in sshd_config I do Match Host compa MaxAuthTries 0 it has no effect And when I try in

Re: cygwin Digest 7 Dec 2014 10:57:56 -0000 Issue 8995

2014-12-07 Thread paul . hermeneutic
Based on the output of the identify-compilers.sh script below, it appears that the following C compilers are available on Cygwin. Those labeled "Cygwin" require the cygwin1.dll file to be available. What is the difference between the "pc" and "w64" compilers? Why is there no x86_64-pc-mingw-gcc.e

RE: FW: [cygwin] Cygwin's git says "error: failed to read delta-pack base object"

2014-12-07 Thread Dave L
Jason Pyeron has patched Cygwin's git so that it works for me (cloning to Windows network shares). He says: "TLDR = Cygwin remote filesystem sometimes has strange failures -> workaround is to use rename, not link/unlink" but: "The fix as is, is a sledge hammer with many side effects. A better w

SOLVED Re: Problem with using a packaged cygwin with another cygwin-installation in C:\cygwin

2014-12-07 Thread Michael Fritscher
Hello again, the error was on my side - I ended mixing running the c:\cygwin\bin\sh and the local other binaries... For the curious: Here is the error: if (new File("ffmpeg.zip").exists()) { cygwinSearchPath = TEMP_WINDOWS; useLocalFFMPEG = true; } if (new File("c:\\cygwin64\\bin

Problem with using a packaged cygwin with another cygwin-installation in C:\cygwin

2014-12-07 Thread Michael Fritscher
Good afternoon, we want to distribute a small set of cygwin-based programs (mainly ffmpeg/ffserver a view utilities and a combining script) in your facility. The problem is that some of the users have a "normal" cygwin installation in c:\cygwin, but on a different version, so I get the infamous "h

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002

2014-12-07 Thread Henry S. Thompson
Corinna Vinschen writes: > I finally released another TEST version of the next upcoming Cygwin > release. The version number is 1.7.34-002. I just installed both 32- and 64-bit version on top of my existing (normal) release. The 64-bit one has a two-line (passwd=group=db) nsswitch.conf left over

'date' command returns a time exactly 3:21:00 ahead of system time

2014-12-07 Thread Stefan Vorkoetter
I've been using cygwin on XP (yeah, I know, XP is over, but I'm not about to replace a perfectly adequate machine). I've been using the same version of cygwin for at least the past few years. Recently (perhaps two weeks ago), the shell's 'date' command has started returning a time that is exact

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002

2014-12-07 Thread Angelo Graziosi
Ciao Corinna, Corinna Vinschen wrote: The new nsswitch.conf settings maybe I am wrong.. but shouldn't these new test release come with a default /etc/nsswitch.conf file? a file which is installed/updated if it does not exist/unchanged.. I have seen that MSYS2 *has* it... Ciao, Angelo. -

setup-x86.exe stops downloading after one or two packages

2014-12-07 Thread jropph
For the few last weeks setup-x86.exe 2.852 stops downloading packages after 1 or 2 files. When I run it again, it downloads 1 or 2 of the remaining files, and then it stops again. I verified this also in another mirror. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: [cygwin] Cygwin's git says "error: failed to read delta-pack base object"

2014-12-07 Thread Corinna Vinschen
On Dec 5 12:39, Dave L wrote: > On Fri, Dec 5, 2014 at 6:35 AM, Corinna Vinschen > wrote: > > > > ... > > > > This looks suspiciously like a bug in the remote filesystem. Link > > succeeded, so there are two links to the same file in the directory. > > Unlinking link 1 succeeds, so there's still

Re: tzset error

2014-12-07 Thread Corinna Vinschen
On Dec 6 15:34, Brian Inglis wrote: > inbox.ru> writes: > > > 06.12.2014 8:27, Brian Inglis пишет: > > >> Belarus Standard Time was dropped in Dec 2011 Win DST update and replaced > >> by > >> Kaliningrad Standard time “(UTC+03:00) Kaliningrad, Minsk”, reverted in Aug > >> 2014 Russian time z

Re: reload ssh configuration without stopping and starting the service?

2014-12-07 Thread Corinna Vinschen
On Dec 7 07:45, Marilo wrote: > I know linux has ways to reload configuration files without restarting a > service. > > Is there a way with cygwin's sshd to reload the configuration files without > stopping and starting it. > > I know of net start sshd, net stop sshd, and I have checked cygrun