summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo <Dirk@web>2014-01-26 19:54:04 +0000
committerGravatar admin <admin@branchable.com>2014-01-26 19:54:04 +0000
commit41b2caa3b74e84ed5657637c6a2d4a5e30313c60 (patch)
tree15b61d83ccbc561ce3d33b7ebea86914f19a35e8
parent257d1136e4178665fd52f14a2d430f9ad819d45f (diff)
-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.
+"""]]