aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_on_NAS_eats_all_memory/comment_6_2ad3d0960929533fef8f827bbf06f085._comment
blob: 01900e69f7a448777e9a1c561cd826538ef269ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.)
"""]]