Re: posix_spawn issues on i686

2022-01-14 Thread Corinna Vinschen
On Jan 12 13:25, Jeremy Drake via Cygwin wrote: > > > > Sorry, I am not subscribed to the list so don't have the message to > > > > reply > > > > to for threading purposes > > > New developer snapshot is up at https://cygwin.com/snapshots/ > > Please test. > > This works, and make's "make check"

Re: character device canonical mode

2022-01-14 Thread Corinna Vinschen
On Jan 13 12:37, Norton Allen wrote: > Apparently Cygwin does not support canonical mode on serial devices. I just checked, you're right, ICANON has never been implemented for serial I/O. The code hasn't seen a lot of love since its inception. It has been added pre-2000 mainly to support GDB remo

Problem with gnuplot output

2022-01-14 Thread Fergus Daly
In an xterm console: The file gn0 contains all necessary instructions for displaying a gnuplot plot: 1 As expected (or as in the past, anyway) the command "gnuplot gn0" causes the gnuplot display to flash on screen for an instant and then disappear. The user remains at the xterm prompt. 2 As ditto

Re: Help with standalone samba SID-uid mapping

2022-01-14 Thread Corinna Vinschen
On Jan 13 14:39, Chris Roehrig wrote: > I'm trying to set up samba (standalone) following these instructions: > https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-samba > > but I'm having no luck getting my samba user/groups to appear correctly using > the comment field as described

Re: Help with standalone samba SID-uid mapping

2022-01-14 Thread Chris Roehrig
On Fri Jan 14 2022, at 2:04 AM, Corinna Vinschen wrote: > On Jan 13 14:39, Chris Roehrig wrote: >> I'm trying to set up samba (standalone) following these instructions: >> https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-samba >> >> but I'm having no luck getting my samba user/gro

CMake support into libssh-0.8.7-1 is broken.

2022-01-14 Thread Carlo B.
Hello, I discovered that CMake support into current libssh-0.8.7-1 is broken. After you installed the development package, you just need to add this line into a dummy CMakeLists.txt: find_package(libssh) and into the console you will read: CMake Error at /usr/lib/cmake/libssh/libssh-config.cm

Re: Problem with gnuplot output

2022-01-14 Thread Tatsuro MATSUOKA
> - Original Message - > From: "Fergus Daly" > To: "'cygwin > Cc: "Fergus Daly" > Date: 2022/01/14 金 18:43 > Subject: Problem with gnuplot output > > > In an xterm console: > The file gn0 contains all necessary instructions for displaying a gnuplot > plot: > 1 As expected (or as in the

Re: Problem with gnuplot output

2022-01-14 Thread Tatsuro MATSUOKA
> - Original Message - > From: "Tatsuro MATSUOKA" > To: "Fergus Daly" "'cygwin > Date: 2022/01/15 土 13:32 > Subject: Re: Problem with gnuplot output > > - Original Message - > > From: "Fergus Daly" > > To: "'cygwin > > Cc: "Fergus Daly" > > Date: 2022/01/14 金 18:43 > > Subject: Pr