Re: can't attach to session

2012-11-27 Thread Mark Volkmann
It was a line in my .tmux.conf file that was causing the problem. Unfortunately I have deleted it and can't remember what it was. I seem to remember that I was doing something twice and deleting one line fixed the problem. On Tue, Nov 27, 2012 at 9:49 AM, Nicholas Marriott < nicholas.marri...@gmai

Re: can't attach to session

2012-11-27 Thread Nicholas Marriott
What is in your .tmux.conf? On Wed, Nov 21, 2012 at 04:14:52PM -0600, Mark Volkmann wrote: >Here's a very simple script for starting or attaching to a tmux session >named "bad": >#!/bin/bash >if ! tmux has-session -t bad; then >* tmux new-session -s bad -d >fi >tmux at

can't attach to session

2012-11-21 Thread Mark Volkmann
Here's a very simple script for starting or attaching to a tmux session named "bad": #!/bin/bash if ! tmux has-session -t bad; then tmux new-session -s bad -d fi tmux attach -t bad When I run this, I get a message in the one and only window of the session that gives the path to my .tmux.conf f