summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-15 14:50:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-15 14:50:14 -0400
commitd45f7b5404bdd2d9204836e9305ead9efb3711fc (patch)
treed354256ca3dda8967497be35d3e982472942372b /doc
parentb1a67f75785809469e10a98efb1aa172bbe1aa8f (diff)
parentb3571e0e5f242e342454378230665b8334a3a8a6 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/s3_InternalIOException__63__.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/s3_InternalIOException__63__.mdwn b/doc/bugs/s3_InternalIOException__63__.mdwn
new file mode 100644
index 000000000..ec153b708
--- /dev/null
+++ b/doc/bugs/s3_InternalIOException__63__.mdwn
@@ -0,0 +1,26 @@
+### Please describe the problem.
+
+I got the following errors from the assistant, in `.git/annex/daemon.log`:
+
+ InternalIOException send: resource vanished (Broken pipe)
+
+Then subsequent transfers seem to fail with:
+
+ InternalIOException send: resource vanished (Connection reset by peer)
+
+### What steps will reproduce the problem?
+
+It's unclear. The assistant is trying to sync a lot of stuff to S3 right now, as files are regularly added into the repository and the assistant migrates them all there. The repository is setup as a "source" repository to make sure it doesn't keep files and send them all to s3.
+
+### What version of git-annex are you using? On what operating system?
+
+standalone tarball `5.20150508-g883d57f` on Ubuntu Precise.
+
+### Please provide any additional information below.
+
+here are the two latest log files, but all previous logfiles available are similar...
+
+http://paste.ubuntu.com/11721025/
+http://paste.ubuntu.com/11721028/
+
+-- [[anarcat]]