On Wed, Sep 05, 2012 at 09:55:15AM +0200, Tim Ruehsen wrote: > Hi Josh, > > I created a patch for upstream (26-03-2012) which has been rejected yesterday > by the maintainer of tmux. > see > http://sourceforge.net/tracker/?func=detail&atid=973264&aid=3511358&group_id=200378 > > We could: > - just close the bug as WONTFIX > - use the patch as Debian patch > - you could help convincing the maintainer to apply the patch > > What do you think as the bug reporter ?
I'm actually much less concerned about the reading of /etc/localtime; what bothers me is that tmux wakes up periodically at all, and thus prevents the CPU and other hardware from sleeping as effectively. I only mentioned uname and /etc/localtime as an aid in tracking down the source of the wakeups. I'd guess that tmux wakes up periodically to redraw the status bar, because it assumes that the status bar might have the time in it. Ideally, I'd suggest checking the status bar format once when set, and using that to decide whether to wake up periodically to update it. The ideal strace should show tmux not waking up periodically at all. *That* patch seems much easier to convince upstream of. Eliminating a couple of stat calls doesn't actually solve the underlying problem. - Josh Triplett -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

