[ANNOUNCEMENT] Python module updates

2019-04-04 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * python27-automat-0.7.0-1 * python27-clang-5.0.2-1 * python27-futures-3.2.0-1 * python27-hyperlink-18.0.0-1 * python27-incremental-17.5.0-1 * python27-rdflib-4.2.2-2 * python27-twisted-18.9.0-1 * python36-automat-0.7.0-1 * pyth

[ANNOUNCEMENT] pcre2 10.32-1

2019-04-04 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * pcre2-10.32-1 * libpcre2_8_0-10.32-1 * libpcre2_16_0-10.32-1 * libpcre2_32_0-10.32-1 * libpcre2-posix2-10.32-1 * libpcre2-devel-10.32-1 * libpcre2-doc-10.32-1 The PCRE library is a set of functions that implement regular expr

[ANNOUNCEMENT] pcre 8.43-1

2019-04-04 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * pcre-8.43-1 * libpcre1-8.43-1 * libpcre16_0-8.43-1 * libpcre32_0-8.43-1 * libpcrecpp0-8.43-1 * libpcreposix0-8.43-1 * libpcre-devel-8.43-1 * libpcre-doc-8.43-1 The PCRE library is a set of functions that implement regular exp

[ANNOUNCEMENT] libxcrypt 4.4.4-1

2019-04-04 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libcrypt2-4.4.4-1 * libcrypt-devel-4.4.4-1 libxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing methods: yescrypt, gost-yescrypt, scrypt, bcrypt, s

Re: Distributing program compiled with gcc on Cygwin to Windows users

2019-04-04 Thread drikosev
Hello, At first, I'd like to thank you for the valuable instructions that I followed and found that my application needs the following three (3) libraries: 1. cyggcc_s-seh-1.dll 2. cygstdc++-6.dll 3. cygwin1.dll The Cygwin application that contains the above libraries had been download

Re: Distributing program compiled with gcc on Cygwin to Windows users

2019-04-04 Thread drikosev
Hello, At first, I'd like to thank you for the valuable instructions that I followed and found that my application needs the following three (3) libraries: 1. cyggcc_s-seh-1.dll 2. cygstdc++-6.dll 3. cygwin1.dll The Cygwin application that contains the above libraries had been download

Re: Mirror domain change

2019-04-04 Thread Andrey Repin
Greetings, factoreal! > Hello, > Dear cygwin organizers, > > We maintain Iran official cygwin mirror which also redirects to > cygwin.asis.io. We are changing our domain to asis.ai, dotIO —> dotAI, so we > want to ask you to change the redirection to cygwin.asis.ai. > Please let us know the ex

RE: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Rockefeller, Harry
>>> Alternatively, instead of running emacs under gdb, you could just run emacs >>> as you normally do and then attach gdb when emacs freezes. >>("gdb -p >>> ") At that point, a backtrace of all threads would be useful. >> It happened again. Attached to PID as shown above. (gdb) list gave sa

Re: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Achim Gratz
Rockefeller, Harry writes: > I also used Ken's suggestion sending "thread 1" to gdb and then "bt". > It did give much more information but I don't know if any of it is > useful. It probably is useful for Ken, that's why he was asking. It will tell him where things got stuck. It looks like some m

RE: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Rockefeller, Harry
>> It happened again. Attached to PID as shown above. (gdb) list gave same >> result as above. >> (gdb) bt >> #0 0x773bafb1 in ntdll!DbgBreakPoint () from >> /cygdrive/c/Windows/SYSTEM32/ntdll.dll >> #1 0x77462e08 in ntdll!DbgUiRemoteBreakin () from >> /cygdrive/c/Windows/SYSTE

Re: Unattended installation with locally downloaded packages

2019-04-04 Thread Achim Gratz
laszlo.va...@t-systems.com writes: > Where -q should be the Silent Installation. But no matter what, we > allways get the GUI installation. Of course, setup.exe is a GUI program. > The other Problem is that we have a lot of Packages and we want to use > a Command Parameter that allows us to Insta

Re: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Achim Gratz
Rockefeller, Harry writes: > It happened again. Attached to PID as shown above. (gdb) list gave same > result as above. > (gdb) bt > #0 0x773bafb1 in ntdll!DbgBreakPoint () from > /cygdrive/c/Windows/SYSTEM32/ntdll.dll > #1 0x77462e08 in ntdll!DbgUiRemoteBreakin () from > /cy

Re: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Ken Brown
On 4/4/2019 12:25 PM, Rockefeller, Harry wrote: >> Alternatively, instead of running emacs under gdb, you could just run emacs >> as you normally do and then attach gdb when emacs freezes. >("gdb -p >> ") At that point, a backtrace of all threads would be useful. > It happened again. Attached

RE: emacs-X11 freezes with mouse cut and paste

2019-04-04 Thread Rockefeller, Harry
>On 3/27/2019 10:40 AM, Rockefeller, Harry wrote: >> CYGWIN_NT-6.1 HARRYR-PC 3.0.4(0.338/5/3) 2019-03-16 09:50 x86_64 >> Cygwin GNU Emacs 26.1 >> How this happened. >> It had happened twice before but appeared to be intermittent. >> This time it happened I had copied a line from an xterm, including

Mirror domain change

2019-04-04 Thread factoreal
Hello, Dear cygwin organizers, We maintain Iran official cygwin mirror which also redirects to cygwin.asis.io. We are changing our domain to asis.ai, dotIO —> dotAI, so we want to ask you to change the redirection to cygwin.asis.ai. Please let us know the exact steps we need for this change. _

Re: Problem with zombie processes

2019-04-04 Thread E. Madison Bray
On Tue, Feb 21, 2017 at 12:58 PM Erik Bray wrote: > > On Mon, Feb 20, 2017 at 11:54 PM, Mark Geisert wrote: > > Erik Bray wrote: > >> > >> On Mon, Feb 20, 2017 at 11:54 AM, Mark Geisert wrote: > > So my guess was that Cygwin might try to hold on to a handle to a > child process at le

Re: Problem executing cntlm through cygwin

2019-04-04 Thread cygwinautoreply
>Hi Guys, >I've installed my cntlm to /cygdrive/d/Application/Cntlm, I've set the envi= >ronments variables to have access directly to the executable program withou= >t telling the path but it doesn't work and this warning message appear: >$ cntlm.exe -u beuxd@ge-admin -H >1 [main] cntlm 18660 fi

Problem executing cntlm through cygwin

2019-04-04 Thread Beux Didier (DI)
Hi Guys, I've installed my cntlm to /cygdrive/d/Application/Cntlm, I've set the environments variables to have access directly to the executable program without telling the path but it doesn't work and this warning message appear: $ cntlm.exe -u beuxd@ge-admin -H 1 [main] cntlm 18660 find_fast_

Re: RE: Unattended installation with locally downloaded packages

2019-04-04 Thread Houder
On Thu, 4 Apr 2019 09:13:35, X wrote: > Hi > > we are trying to install Cygwin 2.11.2 with the following command line: > > setup-x86_64 -q -L -R "C:\Program Files\Cygwin" -l c:\Temp\Packages > > Where -q should be the Silent Installation ... Which packages? add -P ,, ... Henri https://st

RE: Unattended installation with locally downloaded packages

2019-04-04 Thread Soegtrop, Michael
Dear Laszlo, I think you also need to give the --site option and likely also --no-admin if you want an unattended install. You can find a (lengthy) batchfile which installs cygwin (unattended is an option) and excutes a shell script using it here: https://github.com/coq/coq/blob/master/dev/bui

setup: why consult registry (rootdir) if -R has been specified?

2019-04-04 Thread Houder
Hi Jon, My question is about setup.exe. Why does setup _initially_ consult rootdir in registry if -R has been specified ? (and yes, there is an installation at the rootdir that I specify w/ the -R option) This is my workflow: - I use a shortcut to invoke setup.exe - my shortcut specifies -R

Represent us in the USA

2019-04-04 Thread CHINA NATIONAL CHEMICALS
Dear cygwin@cygwin.com Our company in China is currently seeking for a payment representative in the USA. Work with us and earn big. Contact me for a better understanding. Ka Ling. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documenta

RE: Unattended installation with locally downloaded packages

2019-04-04 Thread Laszlo.Varga
Hi we are trying to install Cygwin 2.11.2 with the following command line: setup-x86_64 -q -L -R "C:\Program Files\Cygwin" -l c:\Temp\Packages Where -q should be the Silent Installation. But no matter what, we allways get the GUI installation. The other Problem is that we have a lot of Package

Re: sshd_config request: hostname token

2019-04-04 Thread Corinna Vinschen
On Apr 3 15:32, Bill Stewart wrote: > It seems it would be useful to have a hostname token for use in the > sshd_config file. > > Example usage (supposing %H expands to the hostname): > > AllowGroups "%H+SSH Users" I'm pretty sure his patch would not be accepted upstream. Corinna -- Corinna

Re: cygpath -u converts quoted UNC paths to local

2019-04-04 Thread Andrey Repin
Greetings, Corinna Vinschen! > On Apr 3 19:20, Andrey Repin wrote: >> Greetings, All! >> >> This can be considered "working by design", but it really imposes some >> serious >> restrictions on interoperability with Cygwin, that I think can be avoided. >> >> ... >> >> After some further testin