Re: Tmux starts slowing down badly after long periods of execution

2011-03-28 Thread Samer Atiani
Thanks! This seems to have fixed my problem! Samer On Wed, Mar 23, 2011 at 1:03 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > this has been covered before, tmux runs status-left and -right through > strftime(3) itself so you are asking it to run a new command like 'date > +"Wed M

Re: Tmux starts slowing down badly after long periods of execution

2011-03-23 Thread Samer Atiani
Interesting, is that whats causing the problem? I'm curious to hear an explanation. Thanks! Samer On Wed, Mar 23, 2011 at 11:46 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Change this: > > set-option -g status-right '#[fg=black]#(date +"%a %b %d %Y %R")' > > To this: > > set-o

Re: Tmux starts slowing down badly after long periods of execution

2011-03-23 Thread Nicholas Marriott
this has been covered before, tmux runs status-left and -right through strftime(3) itself so you are asking it to run a new command like 'date +"Wed Mar 23 2011 17:01"' every minute. until very recently these commands were persistent so each minute it would allocate a new job entry and cause tmux t

Re: Tmux starts slowing down badly after long periods of execution

2011-03-23 Thread Nicholas Marriott
Change this: set-option -g status-right '#[fg=black]#(date +"%a %b %d %Y %R")' To this: set-option -g status-right '#[fg=black]%a %b %d %Y %R' On Wed, Mar 23, 2011 at 11:20:31AM -0400, Samer Atiani wrote: >I'm still getting this problem at least once a day and its beginning to >make tm

Re: Tmux starts slowing down badly after long periods of execution

2011-03-23 Thread Samer Atiani
I'm still getting this problem at least once a day and its beginning to make tmux unusable for me. To summarize the problem again, tmux starts to freeze intermittently after periods of use ranging from 3-8 hours. During intermittent freezes, tmux doesn't act on keyboard events quickly, freezes for

Re: Tmux starts slowing down badly after long periods of execution

2011-01-21 Thread Karl Ferdinand Ebert
Hi, I package tmux for Debian which gets from time to time synced from Ubuntu. But as far as I know there is no version of tmux-1.4 in Ubuntu 10.04 (which has 1.1-1) and 9.04 (which has 0.8-5). So I assume you have received tmux from another source probably from Debian's experimental repository

Re: Tmux starts slowing down badly after long periods of execution

2011-01-21 Thread Samer Atiani
tmux -V does not work indeed. But from inside tmux, I typed :info in the tmux command mode, and it showed tmux 1.4. Usually what I do is terminate tmux normally; I wait for it to unfreeze (usually takes about 5-10 seconds), then close all windows, and then start tmux again normally without any spe

Re: Tmux starts slowing down badly after long periods of execution

2011-01-21 Thread Samer Atiani
How do you get the version? I tried tmux -v and tmux --version, none of these worked. Anyway, I did the following: /home/satiani$ strings `which tmux` | grep tmux tmux 1.4, pid %ld, started %s looks like its version 1.4? Samer On Thursday, January 20, 2011, Nicholas Marriott wrote: > tm

Re: Tmux starts slowing down badly after long periods of execution

2011-01-21 Thread Nicholas Marriott
If tmux -V doesn't work it isn't the released version of 1.4. Does killing tmux entirely then starting with "EVENT_NOEPOLL=1 tmux" fix it? On Fri, Jan 21, 2011 at 10:57:20AM -0500, Samer Atiani wrote: > How do you get the version? I tried tmux -v and tmux --version, none > of these worked. > >

Re: Tmux starts slowing down badly after long periods of execution

2011-01-20 Thread Nicholas Marriott
tmux version? On Thu, Jan 20, 2011 at 09:50:11AM -0500, Samer Atiani wrote: >I notice this on most of my computers (all have ubuntu, versions 9.10 and >10.04): >1- Open up tmux (my usual session is a full screen terminal with finch >running on one window, and various utilities run

Tmux starts slowing down badly after long periods of execution

2011-01-20 Thread Samer Atiani
I notice this on most of my computers (all have ubuntu, versions 9.10 and 10.04): 1- Open up tmux (my usual session is a full screen terminal with finch running on one window, and various utilities running in other windows, mostly vim). 2- Lock your computer for the night, leave tmux open for 12 h