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

ssh + remote tmux

2017-09-27 Thread Marko Božiković
Hi all, I have a slightly annoying problem with tmux on a remote machine when using Cygwin ssh client from Windows 10 console. I have two linux machines: a VM running on Hyper-V and a Raspberry Pi3. When I connect to the VM machine and run tmux, the status line is offset by one line up and basic

Re: Windows 10 updates causes fork retry no child processes

2016-11-03 Thread Marko Božiković
On 02/11/2016 15:47, Gerry Reno wrote: > Is there some automated way I can stop Windows 10 updates from continuously > causing these fork retry no child process > issues after every damn update? > We use an application based on Cygwin (2.6.0) on our clients that gets > wrecked everytime a Windows

Dig output not piping to xargs

2014-10-25 Thread Marko Božiković
Hi all, I have recently noticed that dig +short output is not being properly piped to xargs (and it used to work) Doing something like: echo aaa | xargs -I {} echo {} works fine. However: dig +short www.google.com | xargs -I {} echo {} produces no output. I'm running Cygwin x64, tried a fresh i