summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4 <Markus@web>2015-02-10 00:37:18 +0000
committerGravatar admin <admin@branchable.com>2015-02-10 00:37:18 +0000
commit79c0bfade17d54cc5ce0f6e14ba1a06ae99ac9c6 (patch)
tree0a8a4f2b627d83d421fe1d16ffc5eace1ca93324
parentd940743fc8d4aa52ecf151f3cc9115683feae284 (diff)
-rw-r--r--doc/bugs/git-annex_on_NAS_eats_all_memory.mdwn35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_on_NAS_eats_all_memory.mdwn b/doc/bugs/git-annex_on_NAS_eats_all_memory.mdwn
new file mode 100644
index 000000000..080291fc3
--- /dev/null
+++ b/doc/bugs/git-annex_on_NAS_eats_all_memory.mdwn
@@ -0,0 +1,35 @@
+### Please describe the problem.
+
+"Git annex sync" stopped working when syncing my NAS to my Laptop, it just eats up all the memory on the NAS without any result. When running the debug mode I found out that it stops working when it tries to run "git-annex-shell 'configlist' 'mygitannexfolder'".
+That's the first command to be run on the NAS over ssh.
+
+I traced the problem down and the following command also won't work without any output just eating up all memory:
+ssh myuser@mynas "git-annex-shell 'configlist' 'mygitannexfolder'"
+
+But when I log in to the NAS and run the git-annex-shell script inside the .ssh folder with exactly the same command, it works perfectly and returns the uuid and so on.
+
+### What steps will reproduce the problem?
+Execute on PC (doesn't work, just uses all memory and crashes): ssh myuser@mynas "git-annex-shell 'configlist' 'mygitannexfolder'"
+Execute on NAS (should work): ./.ssh/git-annex-shell "git-annex-shell 'configlist' 'mygitannexfolder'"
+
+
+### What version of git-annex are you using? On what operating system?
+git-annex version: 5.20140412ubuntu1
+build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external
+local repository version: 5
+supported repository version: 5
+upgrade supported from repository versions: 0 1 2 4
+
+and the current bundle on the NAS
+
+### 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
+
+
+# End of transcript or log.
+"""]]