Re: [SOLUTION] Never ending SSHD story: offering public key terminates connection

2015-01-03 Thread Andrey Repin
Greetings, Ilya Dogolazky! > 5) $ net localgroup Administrators sshd /ADD > 6) $ net localgroup Administrators cyg_server /ADD Don't do that! -- WBR, Andrey Repin (anrdae...@yandex.ru) 04.01.2015, <05:57> Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.h

Re: [SOLUTION] Never ending SSHD story: offering public key terminates connection

2015-01-03 Thread Ilya Dogolazky
Hello to all the SSHD users! After reading the documentation at https://cygwin.com/cygwin-ug-net/ntsec.html I learned that there are 3 methods for implementing seteuid in cygwin. The first and default method seems to be absolutely broken for now, so I switched to the 2nd method by calling the ma

RE: compiling error core.c in mapcache with cygwin

2015-01-03 Thread Gery .
> have you installed the development package suggest here > http://mapserver.org/mapcache/install.html > > > https://cygwin.com/packages/x86/libapr1-devel/libapr1-devel-1.4.8-1 > > > I guess you need this package > > https://cygwin.com/packages/x86/libapr1-devel/libapr1-devel-1.4.8-1 Hello Marco,

Re: A list of installed packages (no dependencies) -- this may help

2015-01-03 Thread Houder
>> > Is there in Cygwin a command to recover a list of installed packages >> > chosen by >> > the user without the dependencies? >> >> I replied to your entry in an earlier attempt, but my reply got stuck in the >> machinery >> at sourceware.org (my message had a shell script and a .bat file atta

Re: compiling error core.c in mapcache with cygwin

2015-01-03 Thread Marco Atzeri
On 1/3/2015 2:39 PM, Gery . wrote: Hello, When installing mapcache in cygwin, `make` produced: /opt/mapcache/mapcache-rel-1-2-1/lib/core.c: In function ‘mapcache_prefetch_tiles’: /opt/mapcache/mapcache-rel-1-2-1/lib/core.c:81:3: error: unknown type name ‘apr_thread_t’ apr_

Re: Never ending SSHD story: offering public key terminates connection

2015-01-03 Thread Ilya Dogolazky
Hi Larry! 01/03/2015 06:44 AM, ext Larry Hall (Cygwin) wrote: > use ssh-user-config The manual key creation doesn't do any harm, because the problem is obviously on the server side. To see this I did all the testing running the client on a remote machine, no difference in symptoms. > Don't u

compiling error core.c in mapcache with cygwin

2015-01-03 Thread Gery .
Hello, When installing mapcache in cygwin, `make` produced:     /opt/mapcache/mapcache-rel-1-2-1/lib/core.c: In function ‘mapcache_prefetch_tiles’:     /opt/mapcache/mapcache-rel-1-2-1/lib/core.c:81:3: error: unknown type name ‘apr_thread_t’        apr_thread_t **threads;        ^     /opt/mapc

Re: A list of installed packages (no dependencies) -- this may help

2015-01-03 Thread Doug Henderson
On 2 January 2015 at 18:56, Houder wrote: > > > Is there in Cygwin a command to recover a list of installed packages chosen > > by > > the user without the dependencies? > > I replied to your entry in an earlier attempt, but my reply got stuck in the > machinery > at sourceware.org (my message h

Re: A list of installed packages (no dependencies) -- this may help

2015-01-03 Thread Angelo Graziosi
Houder wrote: I replied to your entry in an earlier attempt, but my reply got stuck in the machinery at sourceware.or Oh, I am afraid of this.. Below (I hope) you will find a script, that may be of help to you Thanks for the scripts, I hope hope these and similar features are soon include

Re: A list of installed packages (no dependencies) -- this may help

2015-01-03 Thread Houder
> On Fri, Jan 2, 2015 at 7:56 PM, Houder wrote: >> It computes the "top vertices" of the forest (i.e. the dependency graph), >> i.e. >> the pkgs that no other pkg depends on (within the context of a specific >> installation of Cygwin). > > In the context of a command such as "apt-get autoremove",