Re: sporadic CPU burning on ioctl(401, FIONREAD, [0]) in evbuffer_read

2011-09-23 Thread Nicholas Marriott
hmm is this something happening regularly with different servers or you have one server here you are looking at? On Wed, Sep 21, 2011 at 01:11:46PM +0200, marcel partap wrote: > >This is weird > indeed ^^ > >Can you send "tmux info" output? > Yes we can C: > tmux 1.6, pid 8196, started Sat Sep

Re: linux build failure

2011-09-23 Thread Nicholas Marriott
You need to set LDFLAGS to -L/usr/local/lib if that's where libevent is since /usr/local/lib is not a standard library search path. On Thu, Sep 22, 2011 at 04:33:37PM -0400, Alexis Layton wrote: > I'm trying to build tmux-1.5 using libevent-2.0.13-stable and get the > following make errors: > >

linux build failure

2011-09-23 Thread Alexis Layton
I'm trying to build tmux-1.5 using libevent-2.0.13-stable and get the following make errors: gcc -D_GNU_SOURCE -std=c99 -o tmux arguments.o attributes.o cfg.o client.o clock.o cmd-attach-session.o cmd-bind-key.o cmd-break-pane.o cmd-capture-pane.o cmd-choose-buffer.o cmd-choose-client.o cmd-

Re: Send console app to open tmux instance?

2011-09-23 Thread Nicholas Marriott
You'd need to write a wrapper script that does something like (not tested): if pgrep -x tmux >/dev/null; then tmux neww "$@" exit fi "$@" On Thu, Sep 22, 2011 at 06:52:37PM -0700, Larry Gagnon wrote: > As a new user of tmux I am really enjoying it. I use it under Linux in > a urx