tmux hangs with run command

115 views
Skip to first unread message

Antoine Dechaume

unread,
Aug 20, 2015, 4:09:58 AM8/20/15
to tmux-...@googlegroups.com
Hi,

I just installed tmux 2.0 with libevent 2.1.5 on a red hat 6 (installation done thanks to gentoo prefix).
When executing tmux, AFAICT (I am a new tmux user) it works OK when .tmux.conf has no run command but hangs when for instance a simple ls is ran.
This is the log from tmux -vv:
server started, pid 8968
cmdq 0x68ff20: bind-key C-b send-prefix (client -1)
cmdq 0x68ff20: bind-key C-o rotate-window (client -1)
cmdq 0x68ff20: bind-key C-z suspend-client (client -1)
cmdq 0x68ff20: bind-key Space next-layout (client -1)
cmdq 0x68ff20: bind-key ! break-pane (client -1)
cmdq 0x68ff20: bind-key " split-window (client -1)
cmdq 0x68ff20: bind-key # list-buffers (client -1)
cmdq 0x68ff20: bind-key $ command-prompt -I#S "rename-session '%%'" (client -1)
cmdq 0x68ff20: bind-key % split-window -h (client -1)
cmdq 0x68ff20: bind-key & confirm-before "-pkill-window #W? (y/n)" kill-window (client -1)
cmdq 0x68ff20: bind-key ' command-prompt -pindex "select-window -t ':%%'" (client -1)
cmdq 0x68ff20: bind-key ( switch-client -p (client -1)
cmdq 0x68ff20: bind-key ) switch-client -n (client -1)
cmdq 0x68ff20: bind-key , command-prompt -I#W "rename-window '%%'" (client -1)
cmdq 0x68ff20: bind-key - delete-buffer (client -1)
cmdq 0x68ff20: bind-key . command-prompt "move-window -t '%%'" (client -1)
cmdq 0x68ff20: bind-key 0 select-window -t:0 (client -1)
cmdq 0x68ff20: bind-key 1 select-window -t:1 (client -1)
cmdq 0x68ff20: bind-key 2 select-window -t:2 (client -1)
cmdq 0x68ff20: bind-key 3 select-window -t:3 (client -1)
cmdq 0x68ff20: bind-key 4 select-window -t:4 (client -1)
cmdq 0x68ff20: bind-key 5 select-window -t:5 (client -1)
cmdq 0x68ff20: bind-key 6 select-window -t:6 (client -1)
cmdq 0x68ff20: bind-key 7 select-window -t:7 (client -1)
cmdq 0x68ff20: bind-key 8 select-window -t:8 (client -1)
cmdq 0x68ff20: bind-key 9 select-window -t:9 (client -1)
cmdq 0x68ff20: bind-key : command-prompt (client -1)
cmdq 0x68ff20: bind-key ; last-pane (client -1)
cmdq 0x68ff20: bind-key = choose-buffer (client -1)
cmdq 0x68ff20: bind-key ? list-keys (client -1)
cmdq 0x68ff20: bind-key D choose-client (client -1)
cmdq 0x68ff20: bind-key L switch-client -l (client -1)
cmdq 0x68ff20: bind-key [ copy-mode (client -1)
cmdq 0x68ff20: bind-key ] paste-buffer (client -1)
cmdq 0x68ff20: bind-key c new-window (client -1)
cmdq 0x68ff20: bind-key d detach-client (client -1)
cmdq 0x68ff20: bind-key f command-prompt "find-window '%%'" (client -1)
cmdq 0x68ff20: bind-key i display-message (client -1)
cmdq 0x68ff20: bind-key l last-window (client -1)
cmdq 0x68ff20: bind-key n next-window (client -1)
cmdq 0x68ff20: bind-key o select-pane -t:.+ (client -1)
cmdq 0x68ff20: bind-key p previous-window (client -1)
cmdq 0x68ff20: bind-key q display-panes (client -1)
cmdq 0x68ff20: bind-key r refresh-client (client -1)
cmdq 0x68ff20: bind-key s choose-tree (client -1)
cmdq 0x68ff20: bind-key t clock-mode (client -1)
cmdq 0x68ff20: bind-key w choose-window (client -1)
cmdq 0x68ff20: bind-key x confirm-before "-pkill-pane #P? (y/n)" kill-pane (client -1)
cmdq 0x68ff20: bind-key z resize-pane -Z (client -1)
cmdq 0x68ff20: bind-key { swap-pane -U (client -1)
cmdq 0x68ff20: bind-key } swap-pane -D (client -1)
cmdq 0x68ff20: bind-key ~ show-messages (client -1)
cmdq 0x68ff20: bind-key PPage copy-mode -u (client -1)
cmdq 0x68ff20: bind-key -r Up select-pane -U (client -1)
cmdq 0x68ff20: bind-key -r Down select-pane -D (client -1)
cmdq 0x68ff20: bind-key -r Left select-pane -L (client -1)
cmdq 0x68ff20: bind-key -r Right select-pane -R (client -1)
cmdq 0x68ff20: bind-key M-1 select-layout even-horizontal (client -1)
cmdq 0x68ff20: bind-key M-2 select-layout even-vertical (client -1)
cmdq 0x68ff20: bind-key M-3 select-layout main-horizontal (client -1)
cmdq 0x68ff20: bind-key M-4 select-layout main-vertical (client -1)
cmdq 0x68ff20: bind-key M-5 select-layout tiled (client -1)
cmdq 0x68ff20: bind-key M-n next-window -a (client -1)
cmdq 0x68ff20: bind-key M-o rotate-window -D (client -1)
cmdq 0x68ff20: bind-key M-p previous-window -a (client -1)
cmdq 0x68ff20: bind-key -r M-Up resize-pane -U 5 (client -1)
cmdq 0x68ff20: bind-key -r M-Down resize-pane -D 5 (client -1)
cmdq 0x68ff20: bind-key -r M-Left resize-pane -L 5 (client -1)
cmdq 0x68ff20: bind-key -r M-Right resize-pane -R 5 (client -1)
cmdq 0x68ff20: bind-key -r C-Up resize-pane -U (client -1)
cmdq 0x68ff20: bind-key -r C-Down resize-pane -D (client -1)
cmdq 0x68ff20: bind-key -r C-Left resize-pane -L (client -1)
cmdq 0x68ff20: bind-key -r C-Right resize-pane -R (client -1)
socket path /tmp/tmux-7492/default
new client 7
loading /home/***/.tmux.conf
/home/***/.tmux.conf: run 'ls'
cmdq 0x695340: run-shell ls (client -1)
run job 0x6ae5a0: ls, pid 8969
got 100 from client 7
got 101 from client 7
got 102 from client 7
got 103 from client 7
job write 0x6ae5a0: ls, pid 8969, output left 0
got 104 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 105 from client 7
got 106 from client 7
got 200 from client 7
job error 0x6ae5a0: ls, pid 8969
lost client 7

Thanks for any help,
Antoine.

Nicholas Marriott

unread,
Aug 20, 2015, 5:44:31 AM8/20/15
to Antoine Dechaume, tmux-...@googlegroups.com
You can't use libevent 2.1 with tmux because it has a bug, use 2.0
--
You received this message because you are subscribed to the Google Groups "tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+...@googlegroups.com.
To post to this group, send email to tmux-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages