Re: Sshd and key based authentication

2013-11-20 Thread Larry Hall (Cygwin)
On 11/20/2013 12:37 PM, Andrea Venturoli wrote: On 11/18/13 10:17, Andrea Venturoli wrote: On 11/18/13 09:22, Andrey Repin wrote: Did you installed Cygwin LSA module? http://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd2 I don't think so, but I can't check right now... Should I? Hell

Re: Sshd and key based authentication

2013-11-20 Thread Andrey Repin
Greetings, Andrea Venturoli! >>> Did you installed Cygwin LSA module? >>> http://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd2 >> >> I don't think so, but I can't check right now... >> >> Should I? > Hello. > Today I followed your instruction, ran /usr/bin/cyglsa-config and > rebooted: st

setup's 'Retrieve' package selection option?

2013-11-20 Thread Luke Kendall
By experimentation, I worked out how to do something I wanted to do, which involved using the Retrieve option when selecting packages in Cygwin. But I couldn't find any documentation for "Retrieve" in: https://sourceware.org/cygwin/cygwin-ug-net/setup-net.html http://cygwin.com/faq/ Is there so

Re: Building sources from CVS.

2013-11-20 Thread Corinna Vinschen
On Nov 20 23:54, Alexey Pavlov wrote: > 2013/11/20 Christopher Faylor: > > On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote: > >>Recent changes in CVS sources break build: > >> > >>-lgcc > >>/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a > >>/usr/lib/gcc/x86_

Re: Building sources from CVS.

2013-11-20 Thread Alexey Pavlov
2013/11/20 Christopher Faylor: > On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote: >>Recent changes in CVS sources break build: >> >>-lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a >>/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libntdll.a >>

Re: Building sources from CVS.

2013-11-20 Thread Christopher Faylor
On Wed, Nov 20, 2013 at 02:40:00PM -0500, Christopher Faylor wrote: >On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote: >>Recent changes in CVS sources break build: >> >>-lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a >>/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/

Re: Building sources from CVS.

2013-11-20 Thread Christopher Faylor
On Wed, Nov 20, 2013 at 10:18:37PM +0400, Alexey Pavlov wrote: >Recent changes in CVS sources break build: > >-lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a >/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libntdll.a >-Wl,-Map,cygwin.map > >/usr/lib/gcc/x8

Building sources from CVS.

2013-11-20 Thread Alexey Pavlov
Recent changes in CVS sources break build: -lgcc /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libntdll.a -Wl,-Map,cygwin.map /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/w32api/libkernel32.a(dcnbs00754.o

Re: make exits with error 127 to shell, 0xc0000022 in gdb.

2013-11-20 Thread Brian Minton
I downloaded dependency walker, but I'm not sure what I'm looking for. On Wed, Nov 20, 2013 at 1:12 PM, Brian Minton wrote: > On Wed, Nov 20, 2013 at 12:48 PM, marco atzeri wrote: >> cygcheck /usr/bin/make > > > $ cygcheck /usr/bin/make > C:\cygwin\bin\make.exe > C:\cygwin\bin\cygwin1.dll

Re: make exits with error 127 to shell, 0xc0000022 in gdb.

2013-11-20 Thread Brian Minton
On Wed, Nov 20, 2013 at 12:48 PM, marco atzeri wrote: > cygcheck /usr/bin/make $ cygcheck /usr/bin/make C:\cygwin\bin\make.exe C:\cygwin\bin\cygwin1.dll C:\Windows\system32\KERNEL32.dll C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll C:\Windows\system32\ntdll.dll

Re: make exits with error 127 to shell, 0xc0000022 in gdb.

2013-11-20 Thread marco atzeri
Il 11/20/2013 5:48 PM, Brian Minton ha scritto: make (/usr/bin/make.exe) is not working. It immediately exits with a shell return value of 127. If I run it under gdb, it gives: Reading symbols from /usr/bin/make...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/make [N

Re: Sshd and key based authentication

2013-11-20 Thread Andrea Venturoli
On 11/18/13 10:17, Andrea Venturoli wrote: On 11/18/13 09:22, Andrey Repin wrote: Did you installed Cygwin LSA module? http://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd2 I don't think so, but I can't check right now... Should I? Hello. Today I followed your instruction, ran /usr/b

Re: emacs-w32 24.3-7 aborts frequently using TRAMP

2013-11-20 Thread Ken Brown
On 11/18/2013 3:53 PM, SDS wrote: Update on the session that produced this error earlier: On 11/18/2013 3:14 PM, SDS wrote: More information about Lisp errors. I got a different Lisp error while leaving emacs-w32 -Q with TRAMP in the background. Output from the Lisp Debugger is shown below: D

Re: cygcheck -svc segfaults on Windows 8.1 with cygwin64

2013-11-20 Thread Corinna Vinschen
On Nov 19 16:08, Warren Young wrote: > On 11/19/2013 10:13, Corinna Vinschen wrote: > > > >Why do they have to make such a mess out of a simple function like > >GetVersionEx? > > Backwards compatibility at all costs? Right. I'm just glad the native API is more reliable. > >How dense is that? >

Re: cygcheck -svc segfaults on Windows 8.1 with cygwin64

2013-11-20 Thread Csaba Raduly
On Wed, Nov 20, 2013 at 12:41 AM, Jim Garrison wrote: (snip) >> On Nov 19 14:20, Larry Hall (Cygwin) wrote: >> >> I found what happened: >> http://msdn.microsoft.com/en- >> us/library/windows/desktop/dn302074%28v=vs.85%29.aspx > > Hmm... from the quoted link: > > We have made some significant