Re: Sudden, unexplained failure of ssh

2018-02-22 Thread Brian Inglis
On 2018-02-22 09:56, mark.pau...@verizon.com wrote: > I've been running 2.9.x under windows 7 on my 16GB laptop for a long time > (probably the > last year), when late last week my ssh outbound quit working. The failure is > indicated with > this error message: > > ssh: Could not resolve

Sudden, unexplained failure of ssh

2018-02-22 Thread mark . paulus
Hello, I've been running 2.9.x under windows 7 on my 16GB laptop for a long time (probably the last year), when late last week my ssh outbound quit working. The failure is indicated with this error message: ssh: Could not resolve hostname csu6220509.vzbi.com: Non-recoverable failure in

Question About Start Menu Icons

2018-02-22 Thread Nicholas Fitzkee
Hello, I'm installing Cygwin x64 to a new laptop. It's been a while since I've installed Cygwin, but I've looked at the documentation and FAQs and I can't figure out what I'm doing wrong. Nothing obvious showed up when I searched "start menu" in the list. As I said, this is a fresh install, and

Re: Printing (lpr, print, cat > returns printer not valid or no longer available

2018-02-22 Thread Andrey Repin
Greetings, rodney.barnh...@verizon.net! > I have read the FAQs and 100's on general web page discussions re printing > and they all talk about \\ > \ as the answer, but I only get the not valid response. > I've tried many varients of \\, //, "", '' and escaping 2, 4 etc times and > it doesn't

RE: Printing (lpr, print, cat > returns printer not valid or no longer available

2018-02-22 Thread Rodney Barnhart
Andrey, Thanks for responding. I have to apologize in advance. I don't know the answer to your question. It's the lpr that executes under the bash system once CYGwin starts. I did a search for lpr.exe under windows and found one under an obscure windows directory. When I tried to execute it said

Printing (lpr, print, cat > returns printer not valid or no longer available

2018-02-22 Thread rodney.barnhart
I have read the FAQs and 100's on general web page discussions re printing and they all talk about \\ \ as the answer, but I only get the not valid response. I've tried many varients of \\, //, "", '' and escaping 2, 4 etc times and it doesn't make any difference. I am running Windows 10

Re: [PATCH] doc/ntsec.xml: Fix typo

2018-02-22 Thread Mark Geisert
On Thu, 22 Feb 2018, David Macek wrote: On 2018-02-21 14:05, Corinna Vinschen wrote: The patch is malformed. It claims to contain 7 lines (6 lines context, one line changed), but actually it has only 4 lines context. Please check your git settings. On 21. 2. 2018 22:56, Brian Inglis wrote:

Re: [PATCH] doc/ntsec.xml: Fix typo

2018-02-22 Thread Corinna Vinschen
On Feb 22 13:36, David Macek wrote: > On 22. 2. 2018 12:04, Mark Geisert wrote: > > Been there, done that, even the "I'll have to try something else".  It's > > astounding how SeaMonkey, Pine, and probably gmane bork up the formatting > > of something that looks so benignly laid out to begin

Re: [PATCH] doc/ntsec.xml: Fix typo

2018-02-22 Thread Corinna Vinschen
On Feb 22 03:04, Mark Geisert wrote: > On Thu, 22 Feb 2018, David Macek wrote: > > On 2018-02-21 14:05, Corinna Vinschen wrote: > > > The patch is malformed. It claims to contain 7 lines (6 lines context, > > > one line changed), but actually it has only 4 lines context. Please > > > check your

Re: [PATCH] doc/ntsec.xml: Fix typo

2018-02-22 Thread David Macek
On 22. 2. 2018 12:04, Mark Geisert wrote: Been there, done that, even the "I'll have to try something else".  It's astounding how SeaMonkey, Pine, and probably gmane bork up the formatting of something that looks so benignly laid out to begin with. After much experience putting up with these

[newlib-cygwin] Cygwin: fhandler_socket: Add derived fcntl methods

2018-02-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9c593d9b39e9ad5bb02a02ace5418c3ef98aa59f commit 9c593d9b39e9ad5bb02a02ace5418c3ef98aa59f Author: Corinna Vinschen Date: Thu Feb 22 16:37:12 2018 +0100 Cygwin: fhandler_socket: Add derived fcntl methods

[newlib-cygwin] Cygwin: fhandler_socket: Add derived ioctl methods

2018-02-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=79598f94f75d9423a382ec108291619ff45f2912 commit 79598f94f75d9423a382ec108291619ff45f2912 Author: Corinna Vinschen Date: Thu Feb 22 16:30:08 2018 +0100 Cygwin: fhandler_socket: Add derived ioctl methods

[newlib-cygwin] Cygwin: fhandler_socket: Rearrange methods

2018-02-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=479080baec4b10e2b6c195a3fc9405c8458ffbde commit 479080baec4b10e2b6c195a3fc9405c8458ffbde Author: Corinna Vinschen Date: Thu Feb 22 16:54:08 2018 +0100 Cygwin: fhandler_socket: Rearrange methods

[newlib-cygwin] Cygwin: fhandler_socket: Move select functions into derived classes

2018-02-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b8a57a2d2a13887ef7e7b60bbc3b9666bab64c71 commit b8a57a2d2a13887ef7e7b60bbc3b9666bab64c71 Author: Corinna Vinschen Date: Thu Feb 22 16:59:55 2018 +0100 Cygwin: fhandler_socket: Move select functions into

[newlib-cygwin] Cygwin: make socketpair an AF_LOCAL-only method

2018-02-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=84c5e0fd3dd263e1e59076e88e65998865d1d9cd commit 84c5e0fd3dd263e1e59076e88e65998865d1d9cd Author: Corinna Vinschen Date: Thu Feb 22 16:25:28 2018 +0100 Cygwin: make socketpair an AF_LOCAL-only method