summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-12 14:25:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-12 14:25:49 -0400
commitefa7be3661d2f0660dd58e540a82c2c650c9de7f (patch)
tree22a2446c998fd60944fde8fae4427b2a975146eb
parent54d31a2e9411b9657a68d85d188596765f47cc6f (diff)
comment
-rw-r--r--doc/bugs/git-annex_on_NAS_eats_all_memory/comment_6_2ad3d0960929533fef8f827bbf06f085._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_on_NAS_eats_all_memory/comment_6_2ad3d0960929533fef8f827bbf06f085._comment b/doc/bugs/git-annex_on_NAS_eats_all_memory/comment_6_2ad3d0960929533fef8f827bbf06f085._comment
new file mode 100644
index 000000000..01900e69f
--- /dev/null
+++ b/doc/bugs/git-annex_on_NAS_eats_all_memory/comment_6_2ad3d0960929533fef8f827bbf06f085._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 6"""
+ date="2015-02-12T18:20:39Z"
+ content="""
+Does it work if ssh allocates a pseudo-tty?
+
+ssh -t myuser@mynas "git-annex-shell 'configlist' 'mygitannexfolder'"
+
+There must be some fundamental difference in the environment between the
+same command being run over ssh and at the console that is making it behave
+differently one way than the other. It could be the pseudo-tty, or an
+environment variable, or a different user account, or whatever.
+
+I think that the only way to get to the bottom of this problem is going to be
+finding out what the difference is. (Or perhaps stracing it to see what
+it's doing when it uses so much memory.)
+"""]]