This log is from you running "tmux start-server", but start-server does not create a session, so tmux will exit since you are not creating one in the config. Please show the log from you running "tmux new".
On Sun, Nov 06, 2016 at 01:56:35PM -0600, James Nylen wrote: > 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: **[1]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 [2][email protected]. > To post to this group, send email to [3][email protected]. > For more options, visit [4]https://groups.google.com/d/optout. > > References > > Visible links > 1. https://gist.github.com/ryin/3106801 > 2. mailto:[email protected] > 3. mailto:[email protected] > 4. https://groups.google.com/d/optout -- 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.
