Re: tmux fails to start

2011-02-28 Thread Nicholas Marriott
Yeah that one that was hanging was making everything else break I guess. On Mon, Feb 28, 2011 at 10:23:48AM +0530, Vaibhav Bedia wrote: > On Mon, Feb 28, 2011 at 2:35 AM, Nicholas Marriott > wrote: > > D state is noninterruptible disk so either a) it is in the middle of > > coring or writing a l

Re: tmux fails to start

2011-02-27 Thread Vaibhav Bedia
On Mon, Feb 28, 2011 at 2:35 AM, Nicholas Marriott wrote: > D state is noninterruptible disk so either a) it is in the middle of > coring or writing a log file b) it is writing to NFS or another file > system which has vanished c) your kernel has a bug. I finally got it to work :) I specified a

Re: tmux fails to start

2011-02-27 Thread Nicholas Marriott
D state is noninterruptible disk so either a) it is in the middle of coring or writing a log file b) it is writing to NFS or another file system which has vanished c) your kernel has a bug. If it doesn't vanish in a while then either forget about it or reboot. Then try rm -R /tmp/tmux-* then do

Re: tmux fails to start

2011-02-27 Thread Vaibhav Bedia
On Sun, Feb 27, 2011 at 2:53 PM, Nicholas Marriott wrote: > Kill it with -9 and then run tmux -, kill and new tmux again and > look for the logs in the current directory. I am unable to kill it. $kill -9 7988 $pgrep -l -u tmux I see pid for tmux i.e. 7988 listed again. So i ran the followi

Re: tmux fails to start

2011-02-27 Thread Nicholas Marriott
Kill it with -9 and then run tmux -, kill and new tmux again and look for the logs in the current directory. On Sun, Feb 27, 2011 at 07:49:28AM +0530, Vaibhav Bedia wrote: > On Sat, Feb 26, 2011 at 9:11 PM, Nicholas Marriott > wrote: > > > > what platform? linux at a guess? > Yes linux. > >

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

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

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