summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 15:55:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 15:55:50 -0400
commit054eb0eea1423d879fb705984e55fb2563a98b3e (patch)
treeb91b46536844f4e126e5a2e5502d5be8e89a593f /doc
parentfbac870a567528b5d47d173dfdfd290dc895a772 (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/remotes_disappeared/comment_1_7b7bfa0b2c9e66edd92c076e5c6ccdd7._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/remotes_disappeared/comment_1_7b7bfa0b2c9e66edd92c076e5c6ccdd7._comment b/doc/bugs/remotes_disappeared/comment_1_7b7bfa0b2c9e66edd92c076e5c6ccdd7._comment
new file mode 100644
index 000000000..8252020d3
--- /dev/null
+++ b/doc/bugs/remotes_disappeared/comment_1_7b7bfa0b2c9e66edd92c076e5c6ccdd7._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-04-04T19:45:03Z"
+ content="""
+I see that you're using `reinit` .. so are you sure that the UUID you
+reused there or at some other time did not belong to a remote that had
+previously been marked dead?
+
+I mean, reusing UUIDs of dead remotes (or just generally reusing UUIDS at
+all) seems like the most obvious way to shoot yourself in the foot and get
+into something resembling this sitation.
+
+Your transcript seems to show one git-annex info in the ~/mp3 repository
+listing the remotes, and a subsquent git-annex info in the ~/mp3 repository
+not listing the remotes, with no commands in between that touch that
+repository in any way. This makes me suspect something is being left out
+somehow. Are you using the assistant or something?
+
+You can see which remotes have been marked dead by `git show git-annex:trust.log | grep X`
+"""]]