On 2019/11/26 17:49, Solene Rapenne wrote: > On Tue, Nov 26, 2019 at 05:40:30PM +0100, Klemens Nanni wrote: > > On Tue, Nov 26, 2019 at 05:29:14PM +0100, Solene Rapenne wrote: > > > it works out of the box on my snapshot (from 20 november) > > Try this tmux.conf: > > > > bind \\ split-window -h > > bind -T copy-mode-vi r send-keys -X rectangle-toggle > > > > tmate will choke on both of these. > > > > For the ssh-keygen(1), I just noticed that tmate tries to use > > ~/.ssh/id_* and if those are not present, generate it. > > > > In my setup, those key files live somewhere else (~.ssh/config obviously > > knows where); as to why it cannot find ssh-keygen I do not know. > > Indeed, with your 2 tmux.conf lines and no ssh keys, I get the exact > same 2 issues. > > I'd report those bugs upstream but keep it in tree as it should work for > most people. >
There's not much point reporting upstream if we're so far behind, the first thing they'll ask is whether it still happens in HEAD. FWIW a missing errno symbol is usually failure to include errno.h, no idea about SSO though. ssh-keygen, maybe ktrace it and see what path it tries?
