[PATCH] Posix asynchronous I/O support, part 2

2018-03-28 Thread Mark Geisert
--- winsup/cygwin/include/aio.h | 78 + 1 file changed, 78 insertions(+) create mode 100644 winsup/cygwin/include/aio.h diff --git a/winsup/cygwin/include/aio.h b/winsup/cygwin/include/aio.h new file mode 100644 index 0..d6ca56517 ---

[PATCH] Posix asynchronous I/O support, part 3

2018-03-28 Thread Mark Geisert
--- winsup/cygwin/aio.cc | 580 +++ 1 file changed, 580 insertions(+) create mode 100644 winsup/cygwin/aio.cc diff --git a/winsup/cygwin/aio.cc b/winsup/cygwin/aio.cc new file mode 100644 index 0..01bf2e479 --- /dev/null +++

[PATCH] Posix asynchronous I/O support, part 1

2018-03-28 Thread Mark Geisert
--- winsup/cygwin/Makefile.in | 1 + winsup/cygwin/common.din | 8 winsup/cygwin/include/cygwin/version.h | 4 +++- winsup/cygwin/include/limits.h | 12 ++-- winsup/doc/posix.xml | 16 5 files changed, 26

Re: msmtp depends on Gnome!?

2018-03-28 Thread Brian Inglis
On 2018-03-28 15:50, Stephen Paul Carrier wrote: > msmtp is billed as a light-weight SMTP client and I would like to use > it with cron instead of ssmtp. > What's not light-weight is its dependency on libgnome-keyring0 which > has more dependencies that eventually bring in Gnome. This is for a >

[ANNOUNCEMENT] Updated: git-review-1.26.0-1

2018-03-28 Thread David Rothenberger
git-review has been updated to 1.26.0. DESCRIPTION: git-review is a tool that helps submitting git branches to gerrit for review. QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger

Updated: git-review-1.26.0-1

2018-03-28 Thread David Rothenberger
git-review has been updated to 1.26.0. DESCRIPTION: git-review is a tool that helps submitting git branches to gerrit for review. QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger

Bug in Python3 ('tempfile' and 'subprocess')

2018-03-28 Thread Giuseppe Scelsi
Hi, Using freshly-updated Cygwin 64-bit under Windows 7 Enterprise Ver 6.1 and Python 3 version 3.6.4. Executing the following script: import subprocess import _hashlib import _sha3 subprocess.run('pwd') always results in 'BlockingIOError: [Errno 11] Resource temporarily

Re: msmtp depends on Gnome!?

2018-03-28 Thread Richard H Lee
On 28/03/2018 22:50, Stephen Paul Carrier wrote: What's not light-weight is its dependency on libgnome-keyring0 which has more dependencies that eventually bring in Gnome. This is for a headless workstation. Gnome doesn't just contain the desktop libraries, it also contains the libraries for

msmtp depends on Gnome!?

2018-03-28 Thread Stephen Paul Carrier
Dear cygwin people, msmtp is billed as a light-weight SMTP client and I would like to use it with cron instead of ssmtp. What's not light-weight is its dependency on libgnome-keyring0 which has more dependencies that eventually bring in Gnome. This is for a headless workstation. Is it possible

Re: X Windows does not launch under the 20180309 snapshot

2018-03-28 Thread Denis Excoffier
> On 2018-03-11 17:10, Denis Excoffier wrote: > > Hello, > > Difficult for me to give more detail: X Windows does not launch under the > last snapshot (dated 20180309), > while everything goes well under the previous one (dated 20180220). > With the updates shown in the cygwin-cvs mailing

Re: Filemode change by windows applications

2018-03-28 Thread Andrey Repin
Greetings, Eliot Moss! > On 3/28/2018 10:40 AM, Eliot Moss wrote: >> On 3/28/2018 10:11 AM, Andrey Repin wrote: >> and is there anything I can do to prevent windows applications from setting the execute bit on my files? >>> >>> No, and you will be unable to use Windows associations, if

Re: Filemode change by windows applications

2018-03-28 Thread Eliot Moss
On 3/28/2018 10:27 AM, Kjetil Østerås wrote: Do you know where I can find documentation or source code that describes the mapping that cygwin implements? See: https://cygwin.com/cygwin-ug-net/ntsec.html This is referenced in the Cygwin FAQ. It's complicated, but I think the doc explains it.

Re: Filemode change by windows applications

2018-03-28 Thread Eliot Moss
On 3/28/2018 10:40 AM, Eliot Moss wrote: On 3/28/2018 10:11 AM, Andrey Repin wrote: and is there anything I can do to prevent windows applications from setting the execute bit on my files? No, and you will be unable to use Windows associations, if you clear execute bit on documents.

Re: Filemode change by windows applications

2018-03-28 Thread Eliot Moss
On 3/28/2018 10:11 AM, Andrey Repin wrote: and is there anything I can do to prevent windows applications from setting the execute bit on my files? No, and you will be unable to use Windows associations, if you clear execute bit on documents. Interesting that you think so, Andrey. I just

Re: Filemode change by windows applications

2018-03-28 Thread Kjetil Østerås
Hi Eliot, Do you know where I can find documentation or source code that describes the mapping that cygwin implements? 2018-03-28 15:06 GMT+02:00 Eliot Moss : > On 3/28/2018 3:09 AM, Kjetil Østerås wrote: > > I notice that when I edit and save a file in a windows application

Re: Filemode change by windows applications

2018-03-28 Thread Andrey Repin
Greetings, Kjetil Østerås! > I notice that when I edit and save a file in a windows application this > file sometimes get the execute file permission set in cygwin. Some windows > applications do this and some don't. For instance in my setup if i modify a > .c file using Meld then the execute bit

Re: Problem with NC.1.107

2018-03-28 Thread Andrey Repin
Greetings, Jay Cotton! > Just installed nc 1.107-4 expecting to use it to debug some code. > This is what I get when I try to run it. > $ nc 192.168.1.135 23 > bash: /usr/bin/nc: Permission denied [C:\Programs\Cygwin_64\bin]$ nc.exe 192.168.1.1 23 ♥ Dlink-Router login:

Re: Problem with NC.1.107

2018-03-28 Thread Marco Atzeri
On 27/03/2018 20:13, Jay Cotton wrote: Just installed nc 1.107-4 expecting to use it to debug some code. This is what I get when I try to run it. $ nc 192.168.1.135 23 bash: /usr/bin/nc: Permission denied most Antivirus block the nc program Reards Marco -- Problem reports:

Re: Filemode change by windows applications

2018-03-28 Thread Eliot Moss
On 3/28/2018 3:09 AM, Kjetil Østerås wrote: I notice that when I edit and save a file in a windows application this file sometimes get the execute file permission set in cygwin. Some windows applications do this and some don't. For instance in my setup if i modify a .c file using Meld then the

[ANNOUNCEMENT] Updated: ruby-puppet-lint-2.3.5-1

2018-03-28 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * ruby-puppet-lint-2.3.5-1 * ruby-puppet-lint-doc-2.3.5-1 puppet-lint is a command line tool that checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies. This is an update to the

Updated: ruby-puppet-lint-2.3.5-1

2018-03-28 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * ruby-puppet-lint-2.3.5-1 * ruby-puppet-lint-doc-2.3.5-1 puppet-lint is a command line tool that checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies. This is an update to the

Filemode change by windows applications

2018-03-28 Thread Kjetil Østerås
Hi, I notice that when I edit and save a file in a windows application this file sometimes get the execute file permission set in cygwin. Some windows applications do this and some don't. For instance in my setup if i modify a .c file using Meld then the execute bit is set, however when I modify