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

Running make up or make up.full can fail if there is an existing session #3840

Closed
larsyencken opened this issue Aug 2, 2024 · 0 comments · Fixed by #3841
Closed

Running make up or make up.full can fail if there is an existing session #3840

larsyencken opened this issue Aug 2, 2024 · 0 comments · Fixed by #3841

Comments

@larsyencken
Copy link
Contributor

Problem

In some use cases, say if you close a terminal window, the tmux session for Grapher persists. In that case, running make up or make up.full fails with duplicate session: grapher.

Proposed fix

The Makefile rules for make up and make up.full should check for an existing tmux session called grapher, and if it exists resume it rather than spin up a new one.

@larsyencken larsyencken self-assigned this Aug 2, 2024
larsyencken added a commit that referenced this issue Aug 2, 2024
Fixes #3840

Modify the `Makefile` to check for an existing tmux session named `grapher` and resume it if it exists, during `make up` or `make up.full`.
larsyencken added a commit that referenced this issue Aug 2, 2024
Fixes #3840

Modify the `Makefile` to check for an existing tmux session named `grapher` and resume it if it exists, during `make up` or `make up.full`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant