aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_1_f42f703a5d267557abf5e932f0890d4a._comment
diff options
context:
space:
mode:
authorGravatar carlo <carlo@web>2013-07-06 22:52:19 +0000
committerGravatar admin <admin@branchable.com>2013-07-06 22:52:19 +0000
commit33e9915ca0799fc6fbcbd871ca99e71f95da1343 (patch)
tree7716036e6cd3a21647b1353bc9325234349b6be5 /doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_1_f42f703a5d267557abf5e932f0890d4a._comment
parentcee94461487f862d9c3e2dfd12d332967eec2193 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_1_f42f703a5d267557abf5e932f0890d4a._comment')
-rw-r--r--doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_1_f42f703a5d267557abf5e932f0890d4a._comment37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_1_f42f703a5d267557abf5e932f0890d4a._comment b/doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_1_f42f703a5d267557abf5e932f0890d4a._comment
new file mode 100644
index 000000000..e8494ab17
--- /dev/null
+++ b/doc/bugs/Internal_Server_Error:_Unknown_UUID/comment_1_f42f703a5d267557abf5e932f0890d4a._comment
@@ -0,0 +1,37 @@
+[[!comment format=mdwn
+ username="carlo"
+ ip="118.208.1.126"
+ subject="comment 1"
+ date="2013-07-06T22:52:18Z"
+ content="""
+I got the same error. Local repo has no name but in the logs I can see that it's trying to make a local connection:
+
+ [2013-07-07 08:29:51 EST] main: starting assistant version 4.20130627
+ [2013-07-07 08:29:51 EST] TransferScanner: Syncing with arkham.local_annex
+
+(snip)
+
+ 07/Jul/2013:08:41:56 +1000 [Error#yesod-core] Unknown UUID @(yesod-core-1.2.3:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:471:5)
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+ fatal: The remote end hung up unexpectedly
+ git-annex: Unknown UUID
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+ fatal: The remote end hung up unexpectedly
+ git-annex: Unknown UUID
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+ fatal: The remote end hung up unexpectedly
+ git-annex: Unknown UUID
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+ 07/Jul/2013:08:42:32 +1000 [Error#yesod-core] Unknown UUID @(yesod-core-1.2.3:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:471:5)
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+ fatal: The remote end hung up unexpectedly
+ git-annex: Unknown UUID
+ ssh: Could not resolve hostname arkham.local: Name or service not known
+
+When I turn on arkham (the other laptop) I see transfers start up:
+
+
+"""]]