Re: AutoSSH problem

2018-05-31 Thread Andrew Schulman
Hi. I'm glad someone is using autossh. I don't use it myself any more, and as a package maintainer it's impossible for me to tell if anyone else is. > I have installed AutoSSH as such: > > cygrunsrv.exe -I AutoSSH -p /bin/autossh -a "-M 2 -R > *:5900:localhost:5900 s...@lanvaux.fr" -y tcpip

Re: Necessary/Essential Packages for Cygwin GNOME and KDE Installation

2018-05-31 Thread Yaakov Selkowitz
On 2018-05-31 12:56, Auteria W. Winzer Jr. via cygwin wrote: I want to install the latest Cygwin GNOME and KDE desktops on Windows 10, yet from online searches the information that's currently out there is obsolete. For example, after reviewing the GNOME install procedure, when I add the URL h

tmux over ssh problem in Windows console

2018-05-31 Thread Marko Božiković
Hi all, I'm having problems with running tmux in an ssh session from a Windows console. When connecting to a Debian testing machine, with tmux 2.7 installed (default config, just some key bindings changed) using OpenSSH from a Windows console (cmd.exe, Powershell), tmux doesn't seem to repaint pr

Necessary/Essential Packages for Cygwin GNOME and KDE Installation

2018-05-31 Thread Auteria W. Winzer Jr. via cygwin
I want to install the latest Cygwin GNOME and KDE desktops on Windows 10, yet from online searches the information that's currently out there is obsolete. For example, after reviewing the GNOME install procedure, when I add the URL http://cygnome.sourceforge.net/install to the list of mirrored i

Re: Help with C clearenv and setenv

2018-05-31 Thread Keith Christian
You're welcome, Sam. Keith On Wed, May 30, 2018 at 8:22 PM, Sam Habiel wrote: > Thank you Keith for you reply; but I am actually looking for the C APIs to > manipulate the environment; esp. to clear it. > > On Wed, May 30, 2018 at 6:05 PM, Keith Christian > wrote: > >> Sam, >> >> Here is a shor

Re: Help with C clearenv and setenv

2018-05-31 Thread Eric Blake
On 05/30/2018 09:48 AM, Sam Habiel wrote: I have code for a database I am porting to Cygwin. Part of that code is a clearenv() then a couple of setenvs. There is an ifdef for Cygwin, as it doesn't implement clearenv. It wouldn't be hard to implement clearenv() for a future release of Cygwin,

Problem with exception handling on alt stacks

2018-05-31 Thread Erik Bray
Hi all, I recently ran into a tricky problem when working with cysignals [1] on Cygwin: Cysignals provides signal handlers for code written in C or Cython running in a Python interpreter, which converts otherwise unhandled signals into Python exceptions. It recently started using sigaltstack [2]

Re: Help with C clearenv and setenv

2018-05-31 Thread Eliot Moss
On 5/30/2018 11:56 PM, Marco Atzeri wrote: > On 5/30/2018 4:48 PM, Sam Habiel wrote: > environ = calloc(1, sizeof(*environ)) Indeed, this does not surprise me since environ is supposed to be a pointer to an array of char *, whose last entry is NULL. So the above line is the one needed. It *mig

10 inch RJ45 and RS232 10.1 android 7.0 hot swap rugged tablet

2018-05-31 Thread Jonth Liang
This email newsletter was sent to you in graphical HTML format. If you're seeing this version, your email program prefers plain text emails. You can read the original version online: https://ymlpsend3.com/zczw6m --

AutoSSH problem

2018-05-31 Thread Germain Le Chapelain
Hi, I am experiencing troubles trying to set up a reverse SSH tunnel: I have installed AutoSSH as such: cygrunsrv.exe -I AutoSSH -p /bin/autossh -a "-M 2 -R *:5900:localhost:5900 s...@lanvaux.fr" -y tcpip --type auto -e AUTOSSH_NTSERVICE=yes Now, it works great, except if the ssh serv