close
authorJoey Hess <joeyh@joeyh.name>
Fri, 29 Jan 2021 19:50:08 +0000 (15:50 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 29 Jan 2021 19:50:08 +0000 (15:50 -0400)
doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open.mdwn

index b2be4426d3fe7b96a30101bcdd858654ab784aee..0e89b30a5c7d345dcabd0eb78952f41264c580c1 100644 (file)
@@ -1 +1,4 @@
 I have a client, non-bare, direct mode repository on a USB key.  I use this to work on my files on Windows terminals at work.  When I return to my own (Debian) workstation at home, I mount the drive, `cd /media/swhitton/SPWHITTON/annex && git annex sync --content`.  This sync the contents of the key with both my workstation's `/home` and a remote VPS over SSH.  When the sync is complete, Thunar can't unmount the key because git annex leaves ssh connections to my VPS open, with the working directory inside `/media/swhitton/SPWHITTON/annex`.  So I have to run `pkill ssh`.  It would be great if `git annex sync` could detect that a non-bare repository is on removable media, and not leave SSH connections open when it's finished the sync.  Thanks!  --spwhitton
+
+> Closing because spwhitton did not followup with a way to reproduce the
+> problem. [[done]] --[[Joey]]