summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-26 16:37:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-26 16:37:55 -0400
commitb902ed74c3ac8570438f0d7eca3438f5bf5aab5f (patch)
treef939696a85fee3248b78b5267463a54dacf515f7
parentf4a0908ce1fa79247d5cd8362f942dbbc6f22a85 (diff)
parent41b2caa3b74e84ed5657637c6a2d4a5e30313c60 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Creating_a_box.com_repository_fails.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/Creating_a_box.com_repository_fails.mdwn b/doc/bugs/Creating_a_box.com_repository_fails.mdwn
new file mode 100644
index 000000000..04b1787b0
--- /dev/null
+++ b/doc/bugs/Creating_a_box.com_repository_fails.mdwn
@@ -0,0 +1,33 @@
+### Please describe the problem.
+
+Adding a repository on box.com, using the assistant, fails with an error message (as seen in the log below).
+
+### What steps will reproduce the problem?
+
+Start up the assistant. Create a new empty repository. Enable consistency checking as suggested. Click add another repository, select box.com, fill in your credentials, keep shared ticked and encrypt all selected, click add repository. Error message appears.
+
+
+### What version of git-annex are you using? On what operating system?
+
+5.20140117.1 from ppa of François Marier
+
+ubuntu 13.10 (saucy), i686
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+[2014-01-26 20:40:10 CET] main: starting assistant version 5.20140117.1
+[2014-01-26 20:40:10 CET] Cronner: You should enable consistency checking to protect your data.
+(Recording state in git...)
+(scanning...) [2014-01-26 20:40:10 CET] Watcher: Performing startup scan
+(started...) [2014-01-26 20:41:10 CET] Cronner: Consistency check in progress
+
+(Recording state in git...)
+(encryption setup) (shared cipher) (testing WebDAV server...)
+26/Jan/2014:20:41:24 +0100 [Error#yesod-core] InternalIOException <socket: 32>: hPutBuf: illegal operation (handle is closed) @(yesod-core-1.2.3:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:471:5)
+
+# End of transcript or log.
+"""]]