tmux fails to start

2011-02-26 Thread Vaibhav Bedia
Hi, I am having trouble starting tmux. $ tmux nothing happens :\ tmux: 1.3 libevent: 1.4.10 I saw a couple of posts about setting EVENT_NOEPOLL=1 and using libevent 2. Tried that too with tmux 1.4 and libevent 2.0.10. Still no luck. Any pointers? -- Regards, Vaibhav

Re: tmux fails to start

2011-02-26 Thread Nicholas Marriott
what platform? linux at a guess? please try tmux 1.4 if it still doesn't work, then do: $ pkill tmux $ tmux - and tell me firstly if pgrep tmux shows any output after that and secondly send me the tmux logs it has produced in the current directory On Sat, Feb 26, 2011 at 08:54:24PM +0530

Re: tmux fails to start

2011-02-26 Thread Vaibhav Bedia
On Sat, Feb 26, 2011 at 9:11 PM, Nicholas Marriott wrote: > > what platform? linux at a guess? Yes linux. > > please try tmux 1.4 Trying tmux 1.4 with libevent 2.0.10. > > if it still doesn't work, then do: > > $ pkill tmux > $ tmux - > > and tell me firstly if pgrep tmux shows any output afte