Re: Tmux exiting abruptly. nothing on .tmux.conf

2013-03-03 Thread Nicholas Marriott
What version of tmux did you compile? This looks old. Can you try latest from git? On Wed, Feb 27, 2013 at 02:59:41PM -0500, James Jong wrote: >Thanks! Definitely. Below is the server log file for *tmux -vvv: >> cat tmux-server-7279.log* >server started, pid 7279 >socket path /t

Re: Tmux exiting abruptly. nothing on .tmux.conf

2013-02-27 Thread James Jong
Thanks! Definitely. Below is the server log file for tmux -vvv: > cat tmux-server-7279.log server started, pid 7279 socket path /tmp//tmux-4887/default new client 8 got 14 from client 8 got 14 from client 8 got 14 from client 8 got 14 from client 8 got 14 from client 8 got 14 from client 8 got 14

Re: Tmux exiting abruptly. nothing on .tmux.conf

2013-02-27 Thread Thomas Adam
Hi, On 27 Feb 2013 19:40, "James Jong" wrote: > > Hello, > > I just compiled my own version of tmux with libevent. Whenever I run tmux from zsh, tmux starts, but exits quickly returning [exited]. Which version of tmux? Can you run tmux with - and put the server log somewhere? > Interesting

Tmux exiting abruptly. nothing on .tmux.conf

2013-02-27 Thread James Jong
Hello, I just compiled my own version of tmux with libevent. Whenever I run tmux from zsh, tmux starts, but exits quickly returning [exited]. Interestingly though, tmux runs correctly with: tmux new $SHELL I have also tried creating an empty .tmux.conf with no luck. Any thoughts? L -