Cygwin-X shortcut no longer works after recent updates

2020-02-27 Thread Brian Inglis
Hi folks, After the recent upgrades to cygwin 3.1.4, perl, etc. I have found that the Cygwin-X Startup, Start Menu, and Task Bar shortcuts no longer work, although I can start Cygwin-X by running startxwin from a mintty window. >From the shortcut, the shell is invoked to run startxwin normally,

Re: [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.

2020-02-27 Thread Takashi Yano
On Thu, 27 Feb 2020 18:03:47 + Jon Turney wrote: > > +#define wpbuf_put(x) \ > > + wpbuf[wpixput++] = x; \ > > + if (wpixput > WPBUF_LEN) \ > > +wpixput--; > > + > > So I think either the macro need it contents contained by a 'do { ... } > while(0)', or that instance of it needs to be

Re: OpenSSH: SSHD daemon (as SYSTEM) is partially broken

2020-02-27 Thread TestUser1
So is this expected to work fine in my environment, Windows Server 2016 (OS Version 10.0.14393), without the workaround? Thanks! -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: [ANN] Cygwin-OpenSSH 8.2.2.2

2020-02-27 Thread Brian Inglis
On 2020-02-27 12:36, Bill Stewart wrote: > On Thu, Feb 27, 2020 at 11:52 AM Achim Gratz wrote: > But more to the point: since you include GPL components, a binary-only >> distribution is not OK. The sources for at least the GPL licensed >> utilities and libraries is missing. It's not enough to

Re: [PATCH] Properly encapsulate multi-statement macro.

2020-02-27 Thread Brian Inglis
On 2020-02-27 12:47, Hans-Bernhard Bröker wrote: > >  winsup/cygwin/fhandler_console.cc | 5 +++-- >  1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/winsup/cygwin/fhandler_console.cc > b/winsup/cygwin/fhandler_console.cc > index 4ab9bcab8..353abd197 100644 > ---

Incorrect behavior in TIOCINQ ioctl

2020-02-27 Thread Åke Rehnman
Hi, I recently ran in to some troubles with the TIOCINQ ioctl. I am wondering if the cygwin implementation is correct... It seems if there were any existing framing overrun errors etc etc  before calling the TIOCINQ ioctl it is returning an error (EINVAL). Reading through linux implmentation

[PATCH] Properly encapsulate multi-statement macro.

2020-02-27 Thread Hans-Bernhard Bröker
winsup/cygwin/fhandler_console.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc index 4ab9bcab8..353abd197 100644 --- a/winsup/cygwin/fhandler_console.cc +++ b/winsup/cygwin/fhandler_console.cc

Re: [ANN] Cygwin-OpenSSH 8.2.2.2

2020-02-27 Thread Bill Stewart
On Thu, Feb 27, 2020 at 11:52 AM Achim Gratz wrote: But more to the point: since you include GPL components, a binary-only > distribution is not OK. The sources for at least the GPL licensed > utilities and libraries is missing. It's not enough to say what these > are and roughly where to get

Re: OpenSSH: SSHD daemon (as SYSTEM) is partially broken

2020-02-27 Thread Bill Stewart
On Thu, Feb 27, 2020 at 11:09 AM n0nc3 wrote: It appears Cygwin SSHD's functionality is partially broke in the later > versions, where SSHD runs as SYSTEM (no longer cyg_server). > > On reboot, any attempt to SSH into the server *before* any previous logon > attempt (RDP/locally/etc) is quickly

Re: [ANN] Cygwin-OpenSSH 8.2.2.2

2020-02-27 Thread Achim Gratz
Bill Stewart writes: > The relevant licenses are provided as links in the installer and referenced > in the User's Guide. They are incomplete as they do not include the libraries you depend on. But more to the point: since you include GPL components, a binary-only distribution is not OK. The

Re: [ANN] Cygwin-OpenSSH 8.2.2.2

2020-02-27 Thread Henry S. Thompson
Bill Stewart writes: > On Wed, Feb 26, 2020 at 11:47 PM ASSI wrote: > > You will perhaps want to read the Cygwin licensing terms >> plus the licensing terms of each of the packages you distribute. >> > > The relevant licenses are provided as links in the installer and referenced > in the User's

OpenSSH: SSHD daemon (as SYSTEM) is partially broken

2020-02-27 Thread n0nc3
It appears Cygwin SSHD's functionality is partially broke in the later versions, where SSHD runs as SYSTEM (no longer cyg_server). On reboot, any attempt to SSH into the server *before* any previous logon attempt (RDP/locally/etc) is quickly denied: debug1: Offering public key:

Re: [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.

2020-02-27 Thread Jon Turney
On 26/02/2020 15:32, Takashi Yano wrote: - Cygwin console with xterm compatible mode causes problem reported in https://www.cygwin.com/ml/cygwin-patches/2020-q1/msg00212.html if background/foreground colors are set to gray/black respectively in Win10 1903/1909. This is caused by "CSI Ps

[newlib-cygwin] Cygwin: Update dumper for bfd API changes

2020-02-27 Thread Jon TURNEY
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ba2f251d439294c7087f3a38a8d407c95cdc5c1e commit ba2f251d439294c7087f3a38a8d407c95cdc5c1e Author: Jon Turney Date: Wed Feb 26 18:48:51 2020 + Cygwin: Update dumper for bfd API changes Update dumper for bfd API changes

Re: Mingw pkg-config not working

2020-02-27 Thread Carlo B.
Hello, I wanted to say that I modified the script in this way and it seems that it has resolved all issues: #!/bin/sh if [ "$#" -eq 1 ] && [ "$1" == "--version" ]; then exec pkgconf --version else exec pkgconf --personality=i686-w64-mingw32 $@ fi Fixing x64_64 is easy, I have just replaced

Re: [ANN] Cygwin-OpenSSH 8.2.2.2

2020-02-27 Thread Bill Stewart
On Wed, Feb 26, 2020 at 11:47 PM ASSI wrote: You will perhaps want to read the Cygwin licensing terms > plus the licensing terms of each of the packages you distribute. > The relevant licenses are provided as links in the installer and referenced in the User's Guide. Bill -- Problem reports:

Re: cygwin licensing question

2020-02-27 Thread MrPmghost .
Hi, Thanks for all your feedback regarding this license subject. We will follow your advice and ask a lawyer specialist in the matter. Pierre Le mer. 26 févr. 2020 à 17:37, MrPmghost . a écrit : > Hi, > > > > I am Pierre Meignen, software developer working for a belgium company. > > I have a

Re: cygwin licensing question

2020-02-27 Thread Corinna Vinschen
On Feb 26 16:37, William Deegan wrote: > I'd also take a look at this: > https://cygwin.com/licensing.html https://cygwin.com/acronyms/#IANAL I can't speak for any package in the distro apart from the setup tool and the Cygwin package and its accompanying Cygwin-specific tools (the "cygwin"