Hi all, I've built tmux on a server (I don't have root access here, so I have to build and install within my user account). I followed very close to these instructions: https://gist.github.com/ryin/3106801
When I run any tmux commands, e.g. `./tmux -vvvvv start-server`, no output is printed and the process exits immediately. Here are the last few lines of the server log: 1478460501.790071 preparing -t state: target none 1478460501.790079 preparing -s state: target none 1478460501.790092 unref client 0x7850b0 (2 references) 1478460501.790122 sending message 203 to peer 0x7856b0 (4 bytes) 1478460501.790738 lost client 0x7850b0 1478460501.790785 remove peer 0x7856b0 1478460501.790818 unref client 0x7850b0 (1 references) 1478460501.790835 free client 0x7850b0 (0 references) 1478460501.790848 server loop exit and the client log: 1478460501.764205 sending message 105 to peer 0x76d040 (22 bytes) 1478460501.764216 sending message 105 to peer 0x76d040 (9 bytes) 1478460501.764226 sending message 105 to peer 0x76d040 (16 bytes) 1478460501.764236 sending message 106 to peer 0x76d040 (0 bytes) 1478460501.764248 sending message 200 to peer 0x76d040 (17 bytes) 1478460501.764258 client loop enter 1478460501.790307 peer 0x76d040 message 203 1478460501.790347 client loop exit I've attached the full logs (with username and hostname changed to "redacted"). There is also a `tmux-out-5635.log` but it is blank for this command. I've tried a few things so far, and nothing helped with this issue: - Different commands (`./tmux ls`, `./tmux`, `./tmux new-session`) - Removed my ~/.tmux.conf - Different versions of ncurses (5.9, 6.0) - Different versions of libevent (2.0.19 stable, 2.1.6 beta) - Different versions of tmux (`git checkout 2.3`, `git checkout origin/master`) I also tried to follow the flow of the code but I couldn't figure out what operation is failing and causing tmux to exit. How can I continue debugging this issue? Thanks, James -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
tmux-client-5633.log
Description: Binary data
tmux-server-5635.log
Description: Binary data
