Re: silent option not silencing cURL error

2016-11-30 Thread Brian Inglis
On 2016-11-30 20:00, Steven Penny wrote: > $ curl --version > curl 7.51.0 > Piping cURL to head gives me an error, as expected: > $ curl https://github.com/github | head > [...] > (23) Failed writing body > However adding the silent option, is not silencing it: > $ curl --si

silent option not silencing cURL error

2016-11-30 Thread Steven Penny
$ curl --version curl 7.51.0 Piping cURL to head gives me an error, as expected: $ curl https://github.com/github | head [...] (23) Failed writing body However adding the silent option, is not silencing it: $ curl --silent https://github.com/github | head [...] (

Re: pdfseparate does nothing for me?

2016-11-30 Thread Yaakov Selkowitz
On 2016-11-14 13:52, Ian Lambert wrote: I occasionally use pdfseparate and pdfjoin or pdfunite to manipulate pdf files. Now (not sure since when), pdfseparate produces no output, whether in an xterm or mintty. I'd appreciate knowing if anyone else has this problem, or if you see anything I shou

Re: Cygwin TCP slow

2016-11-30 Thread Lee
I don't know if this qualifies as a simple test case, but if you don't already have wireshark, get it from https://www.wireshark.org/download.html get iperf-2.0.9.tar.gz from https://sourceforge.net/projects/iperf2/files/ change the setsockopt calls on lines 125 & 132 of src/tcp_window_size.c to

Re: Cygwin TCP slow

2016-11-30 Thread Brian Inglis
On 2016-11-30 07:49, Lee wrote: >> If you also provided a Cygwin port of iperf3 > Any hints on how to do that? If you are running under Cygwin, first install cygport (and let setup install all its dependencies), and any iperf3 dependencies, then read the cygport html doc, and create a minimal pa

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-11-30 Thread Christopher Faylor
On Wed, Nov 30, 2016 at 10:55:49AM -0500, Frank Ch. Eigler wrote: >cygsimple wrote: > >> See the description below of a problem that is occurring because of >> DMARC rules in place by yahoo.com. Is there anything you can do for this? > >cgf, any chance of updating our copy of ezmlm-toaster etc.? >

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-11-30 Thread Frank Ch. Eigler
Hi - cygsimple wrote: > See the description below of a problem that is occurring because of > DMARC rules in place by yahoo.com. Is there anything you can do for this? cgf, any chance of updating our copy of ezmlm-toaster etc.? Newer-than-2014 versions of ezmlm-idx seem to have some DMARC capab

Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-11-30 Thread cyg Simple
Overseers, See the description below of a problem that is occurring because of DMARC rules in place by yahoo.com. Is there anything you can do for this? Regards, cygSimple Forwarded Message Subject: Re: DMARC - gmail.com or is it yahoo.com Date: Tue, 29 Nov 2016 11:59:53 -050

Re: chmod failing on user's permissions

2016-11-30 Thread Corinna Vinschen
On Nov 30 09:23, Ben Altman wrote: > On 11/28/2016 7:00 PM, L. A. Walsh wrote: > > Ben Altman wrote: When I get a directory listing, it shows for each > > > file "Unknown+User Unknown+Group" while on the desktop the same files > > > show my user name that I logged in with and "Domain Users" as the

Re: Cygwin TCP slow

2016-11-30 Thread Lee
> If you also provided a Cygwin port of iperf3 Any hints on how to do that? Trying to build using the i686-w64-mingw32-gcc cross-compiler dies because nanosleep is missing. How to figure out what needs to be installed to get that function? $ ./configure --prefix=/usr/local --build=i686-pc-cygw

Re: chmod failing on user's permissions

2016-11-30 Thread Ben Altman
On 11/28/2016 7:00 PM, L. A. Walsh wrote: Ben Altman wrote: When I get a directory listing, it shows for each file "Unknown+User Unknown+Group" while on the desktop the same files show my user name that I logged in with and "Domain Users" as the group. --- Is your laptop a member of the dom

remote GTK apps nor workin correctly in Cygwin/X

2016-11-30 Thread David Cunningham
I'm not sure if this is a cygwin problem, a gtk problem or something else (please be gentle). I have 3 remote machines, one running servers, one running Ubuntu 16.04 and the other 2 Debian stretch. The Ubuntu machine has version 3.18.9 of libgtk-3 installed. The Debian machines version 3.22.

Re: Retrieving per-process environment block?

2016-11-30 Thread Corinna Vinschen
On Nov 30 12:35, Erik Bray wrote: > On Wed, Nov 30, 2016 at 11:43 AM, Corinna Vinschen > wrote: > > So how do we contact the other process to ask for information? > > > > We have a mechanism inside Cygwin to request info from another process. > > It's part of the signal handling and consists basic

Re: Retrieving per-process environment block?

2016-11-30 Thread Erik Bray
On Wed, Nov 30, 2016 at 11:43 AM, Corinna Vinschen wrote: > Hi Erik, > > On Nov 29 14:26, Erik Bray wrote: >> On Thu, Nov 17, 2016 at 3:00 PM, Corinna Vinschen >> wrote: >> > On Nov 17 14:30, Erik Bray wrote: >> >> Hi all, >> >> >> >> For a quick bit of background, I'm working on porting the high

Re: DMARC - gmail.com or is it yahoo.com

2016-11-30 Thread Corinna Vinschen
On Nov 29 13:25, Stephen John Smoogen wrote: > On 29 November 2016 at 11:59, Erik Soderquist > wrote: > > On Tue, Nov 29, 2016 at 11:19 AM, David Macek wrote: > >> What happens is that ezmlm (the mailing list software) broadcasts this > >> message (after adding a bunch of links at the bottom) to

Re: Retrieving per-process environment block?

2016-11-30 Thread Corinna Vinschen
On Nov 30 11:48, Corinna Vinschen wrote: > On Nov 30 10:15, Peter Rosin wrote: > > On 2016-11-30 04:00, Eliot Moss wrote: > > > On 11/29/2016 7:28 PM, Herbert Stocker wrote: > > > > > >> Or we simply copy the variables unconverted to the Windows environment > > >> block, as the Windows env block i

Re: Retrieving per-process environment block?

2016-11-30 Thread Corinna Vinschen
On Nov 30 10:15, Peter Rosin wrote: > On 2016-11-30 04:00, Eliot Moss wrote: > > On 11/29/2016 7:28 PM, Herbert Stocker wrote: > > > >> Or we simply copy the variables unconverted to the Windows environment > >> block, as the Windows env block is not used for anything else - up to > >> now it is n

Re: Retrieving per-process environment block?

2016-11-30 Thread Corinna Vinschen
On Nov 29 19:27, Andrey Repin wrote: > Greetings, Erik Bray! > > > Thanks for the reply. The issue here isn't getting the Windows > > process environment--that can be done, albeit trickily [1]. While > > it's true there are security implications, in this case that is > > handled at the OpenProce

Re: Retrieving per-process environment block?

2016-11-30 Thread Corinna Vinschen
On Nov 29 09:28, Eliot Moss wrote: > On 11/29/2016 8:26 AM, Erik Bray wrote: > > I could do this, if each process kept a copy of its environment block > > in shared memory, which would in turn have to be updated every time > > the process's environment is updated. But I don't know what the > > imp

Re: Retrieving per-process environment block?

2016-11-30 Thread Corinna Vinschen
On Nov 29 09:11, cyg Simple wrote: > On 11/29/2016 8:26 AM, Erik Bray wrote: > > I could do this, if each process kept a copy of its environment block > > in shared memory, which would in turn have to be updated every time > > the process's environment is updated. But I don't know what the > > imp

Re: Retrieving per-process environment block?

2016-11-30 Thread Corinna Vinschen
Hi Erik, On Nov 29 14:26, Erik Bray wrote: > On Thu, Nov 17, 2016 at 3:00 PM, Corinna Vinschen > wrote: > > On Nov 17 14:30, Erik Bray wrote: > >> Hi all, > >> > >> For a quick bit of background, I'm working on porting the highly > >> useful psutil [1] Python library to Cygwin. This has proved a

Re: Retrieving per-process environment block?

2016-11-30 Thread Erik Bray
On Wed, Nov 30, 2016 at 10:15 AM, Peter Rosin wrote: > On 2016-11-30 04:00, Eliot Moss wrote: >> On 11/29/2016 7:28 PM, Herbert Stocker wrote: >> >>> Or we simply copy the variables unconverted to the Windows environment >>> block, as the Windows env block is not used for anything else - up to >>>

Re: Retrieving per-process environment block?

2016-11-30 Thread Peter Rosin
On 2016-11-30 04:00, Eliot Moss wrote: > On 11/29/2016 7:28 PM, Herbert Stocker wrote: > >> Or we simply copy the variables unconverted to the Windows environment >> block, as the Windows env block is not used for anything else - up to >> now it is not updated at all. > > Maybe we could stash the