Advertisement
Guest User

tmux issue

a guest
Jul 6th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. start_tmux.sh:
  2. tmux start-server
  3.  
  4. tmux new-session -d -s "DevFox" -n Shell 1
  5. tmux new-window -t "DevFox":1 -n Shell 2
  6. tmux new-window -t "DevFox":2 -n Shell 3
  7.  
  8. tmux select-window -t "DevFox":1
  9.  
  10. tmux attach-session -t "DevFox"
  11.  
  12. output when run:
  13. failed to connect to server
  14. failed to connect to server
  15. failed to connect to server
  16. no sessions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement