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

SSH and Ctrl-C leave attic serve instances alive and prevent further upload #371

Open
filcuc opened this issue Jan 12, 2016 · 0 comments
Open

Comments

@filcuc
Copy link

filcuc commented Jan 12, 2016

Am i missing something with how attic works with SSH.

  1. if i start a long upload through SSH by giving the following command
attic create -c 5 -v [email protected]:repository.attic::Monday /some/where
  1. Stop it by hitting Ctrl-C
  2. Executing again the command at point (1)
    attic hangs and never start working again...the issue is due to zombie (or idle) instances of attic serve on the remote ssh server. The only way for making it work again is executing
killall attic

on the remote server

To me this seems very cumbersome...shouldn't the attic serve instances timeout and exit?

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

1 participant