summaryrefslogtreecommitdiff
path: root/doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn
diff options
context:
space:
mode:
authorGravatar http://keverets.livejournal.com/ <http://keverets.livejournal.com/@web>2013-04-23 11:16:55 +0000
committerGravatar admin <admin@branchable.com>2013-04-23 11:16:55 +0000
commit56f7defa031ddf2441124bfae97177b07da644c4 (patch)
tree2e4b11e30329b2bc72a55c00e0aba1047b0b1317 /doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn
parent6a8d3942299fd58344c7bf3088e214b82644b2e8 (diff)
Diffstat (limited to 'doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn')
-rw-r--r--doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn b/doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn
new file mode 100644
index 000000000..d05335353
--- /dev/null
+++ b/doc/bugs/Unable_to_sync_a_second_machine_through_Box.mdwn
@@ -0,0 +1,37 @@
+What steps will reproduce the problem?
+
+Install 4.20130417 as packaged in Debian unstable.
+Using "git annex webapp", setup on first machine adding repository ~/annex. Add a Box.com repository in directory "annex", encrypted. Add a jabber account (apparently successful).
+Add test file to ~/annex. Login via website to box.com, notice that the "annex" directory is created and contains encrypted file.
+On second (remote machine), follow the same steps (add repository in ~/annex, Add a Box.com repository in directory "annex", encrypted, Add same jabber account).
+
+What is the expected output? What do you see instead?
+
+Expected the file to appear in the second machine's ~/annex. The webapp indicates: Synced with box.com
+Log file says:
+
+[2013-04-23 06:50:16 EDT] main: starting assistant version 4.20130417
+(scanning...) [2013-04-23 06:50:16 EDT] Watcher: Performing startup scan
+(started...)
+(encryption setup shared cipher) (testing WebDAV server...)
+(gpg) [2013-04-23 06:50:50 EDT] main: Syncing with box.com
+[2013-04-23 06:50:50 EDT] main: Share with friends, and keep your devices in sync across the cloud.
+[2013-04-23 06:51:03 EDT] main: Share with friends, and keep your devices in sync across the cloud.
+warning: Not updating non-default fetch respec
+
+ Please update the configuration manually if necessary.
+Initializing nautilus-gdu extension
+Shutting down nautilus-gdu extension
+git-annex: Daemon is already running.
+
+What version of git-annex are you using? On what operating system?
+
+4.20130417, debian testing with apt-pinning to unstable on both systems.
+
+Please provide any additional information below.
+
+When editing the Box.com repository, the option to select a directory no longer appears (and the configuration doesn't show the one selected at creation).
+There's no indication if the jabber communication is working successfully. It could be that signalling isn't working for some reason, but the user has no information to determine that.
+It would be helpful if there were some indication in the Dashboard as to the number of files/directories/objects that git annex believes exists in each location. It could be that it's not accessing the Box.com server successfully, but again, this is difficult to determine.
+
+It's great to see that git annex might make a box.com account useful for automatic upload and sync... looking forward to getting it to work on both sides! Thanks for making this!