Re: I can't connect to ssh

2015-06-06 Thread Jim Garrison
On 6/6/2015 6:15 PM, Marilo wrote: > > > harvey@samsung350 ~ > $ nc 127.0.0.1 22 > SSH-2.0-OpenSSH_6.6.1 > > > harvey@samsung350 ~ > $ ssh 127.0.0.1 > Connection closed by 127.0.0.1 > > > I have no authorized_keys file which is fine. I am allowing > PasswordAuthentication and also PubK

I can't connect to ssh

2015-06-06 Thread Marilo
harvey@samsung350 ~ $ nc 127.0.0.1 22 SSH-2.0-OpenSSH_6.6.1 harvey@samsung350 ~ $ ssh 127.0.0.1 Connection closed by 127.0.0.1 I have no authorized_keys file which is fine. I am allowing PasswordAuthentication and also PubKeyAuthentication on the server. My password is not empty. It i

Re: cygwin-2 process handling (about SIGHUP)

2015-06-06 Thread Takashi Yano
Hi Corinna, On Thu, 28 May 2015 16:16:12 +0200 Corinna Vinschen wrote: > I applied this patch. I'm not comfortable with removing the SIGHUP > handling from slave::read in favor of just setting errno to EIO. > EIO seems wrong here. Not being able to access the pipe anymore > should be equivalent

Re: [ANNOUNCEMENT] Updated: Lua modules rebuilt for 5.2

2015-06-06 Thread Marco Atzeri
On 6/5/2015 3:50 AM, Yaakov Selkowitz wrote: The following packages have been updated in the Cygwin distribution: * lua-bit-1.0.2-2 * lua-crypto-0.3.2-2 * lua-json-1.3.3-1 * lua-lfs-1.6.2-2 * lua-logging-1.3.0-1 * lua-lpeg-0.12-2 * lua-luadoc-3.0.1-1 * lua-lxp-1.3.0-1 * lua-socket-3.0-0.1.rc1 T

Re: More details about the tmux 2.0 regression

2015-06-06 Thread İsmail Dönmez
> set -g automatic-rename off Should be setw -g ... Also if there is an api to detect if a process is non-cygwin that would also help on tmux side. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

More details about the tmux 2.0 regression

2015-06-06 Thread İsmail Dönmez
Hi, I had a nice discussion with tmux maintainers over at https://github.com/tmux/tmux/issues/13 about the tmux 2.0 regression on Cygwin. Long story short, tmux is trying to read /proc//cmdline and /proc//cwd for various reasons and for non-Cygwin programs this is quite slow. You can reproduce th