Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detaching from server started with wemux start exits tmux #58

Open
saleyn opened this issue Jul 7, 2016 · 6 comments
Open

Detaching from server started with wemux start exits tmux #58

saleyn opened this issue Jul 7, 2016 · 6 comments

Comments

@saleyn
Copy link

saleyn commented Jul 7, 2016

I am starting a server with wemux start and detaching from it using Ctrl-b,D. I expect that that should leave the tmux session running in the background. However it looks like that session gets killed upon detaching, and tmux list states that there are no servers.

How do you detach and leave the session running so that it's possible to re-attach later?

@TommieIV
Copy link

I am having the same issue. Anyone found a fix?

@TommieIV
Copy link

@saleyn Here is what I ended up doing. I used screen to create a wemux session. So instead of using ctrl-b d to disconnect you will just use ctrl-a d to detach using screen. Works well for now. If you have any questions ill be happy to help.

@saleyn
Copy link
Author

saleyn commented Jul 31, 2016

@TommieIV, thanks for the tip. Though this workaround is functional, the whole point of using tmux was to get away from screen all together. So, it would be great to see a "native" wemux solution from the author.

@saleyn
Copy link
Author

saleyn commented Aug 20, 2016

I noticed that if you set the following option in the config file, then the detached sessions work correctly:

announce_attach="false"

@saleyn
Copy link
Author

saleyn commented Aug 21, 2016

Apparently this is a tmux issue. See this: tmux/tmux#513.

@TommieIV
Copy link

Ahhh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants