Re: run.exe will not work with upgrade from 1.14.4 to 1.16.3

2015-01-03 Thread Laurens Blankers
On 3-1-2015 04:48, Larry Hall (Cygwin-X) wrote: But the functionality in the latest release of the xinit corrects some long-standing Cygwin incompatibilities with startx, so there's no benefit to turning back as a strategy. This is exactly why I have such hard time convincing people that using

Re: run.exe will not work with upgrade from 1.14.4 to 1.16.3

2015-01-03 Thread rcunningham
On January 3, 2015 12:03:58 AM PST, Laurens Blankers laur...@blankersfamily.com wrote: I am not arguing that the solution should be discarded, I am arguing that the way the transition was handled, or not handled actually, it not worthy of being called engineering, development, or even

Re: run.exe will not work with upgrade from 1.14.4 to 1.16.3

2015-01-03 Thread Larry Hall (Cygwin-X)
On 01/03/2015 03:03 AM, Laurens Blankers wrote: On 3-1-2015 04:48, Larry Hall (Cygwin-X) wrote: But the functionality in the latest release of the xinit corrects some long-standing Cygwin incompatibilities with startx, so there's no benefit to turning back as a strategy. This is exactly why I

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

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’

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 attached). Below

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, this is

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 had a shell

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

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

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, thanks a

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

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