summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4 <Markus@web>2015-02-21 20:46:39 +0000
committerGravatar admin <admin@branchable.com>2015-02-21 20:46:39 +0000
commit32deeb51181cffec662cad20aaae35c5df456303 (patch)
tree390ef5fe8011cdf60c1e1cf6f1efabf4b50972ce /doc
parente3d21d49fe1e10d448e0ac64bfab4aa0e57fd38b (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git-annex_on_NAS_eats_all_memory/comment_11_55d61ad68eec65cfbaa6f1db4cfd78c1._comment29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_on_NAS_eats_all_memory/comment_11_55d61ad68eec65cfbaa6f1db4cfd78c1._comment b/doc/bugs/git-annex_on_NAS_eats_all_memory/comment_11_55d61ad68eec65cfbaa6f1db4cfd78c1._comment
new file mode 100644
index 000000000..af2b288b8
--- /dev/null
+++ b/doc/bugs/git-annex_on_NAS_eats_all_memory/comment_11_55d61ad68eec65cfbaa6f1db4cfd78c1._comment
@@ -0,0 +1,29 @@
+[[!comment format=c
+ username="https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4"
+ nickname="Markus"
+ subject="comment 11"
+ date="2015-02-21T20:46:39Z"
+ content="""
+Could install gconv and adjust the paths so that gconv-modules is found when running sync per ssh.
+new Strace at the point of interest:
+open(\"/usr/lib/arm-linux-gnueabi/gconv/gconv-modules.cache\", O_RDONLY) = -1 ENOENT (No such file or directory)
+open(\"/usr/lib/arm-linux-gnueabi/gconv/gconv-modules\", O_RDONLY|0x80000) = 8
+fcntl64(8, F_GETFD) = 0x1 (flags FD_CLOEXEC)
+fstat64(8, {st_mode=S_IFREG|0644, st_size=56368, ...}) = 0
+mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2ab6b000
+read(8, \"# GNU libc iconv configuration.\n\"..., 4096) = 4096
+read(8, \"B1.002//\nalias\tJS//\t\t\tJUS_I.B1.0\"..., 4096) = 4096
+read(8, \"59-3\t1\nmodule\tINTERNAL\t\tISO-8859\"..., 4096) = 4096
+read(8, \"859-14//\nalias\tISO-IR-199//\t\tISO\"..., 4096) = 4096
+read(8, \"CDIC-DK-NO-A//\tEBCDIC-DK-NO-A\t1\n\"..., 4096) = 4096
+read(8, \"\t\tIBM281//\t\tIBM281\t\t1\n\n#\tfrom\t\t\t\"..., 4096) = 4096
+read(8, \"\tIBM863\t\t1\n\n#\tfrom\t\t\tto\t\t\tmodule\"..., 4096) = 4096
+read(8, \"\tmodule\t\tcost\nalias\tIBM-939//\t\tI\"..., 4096) = 4096
+read(8, \"\t\t\tmodule\t\tcost\nalias\tEUCCN//\t\t\t\"..., 4096) = 4096
+read(8, \"CN//\t\tISO-2022-CN\t1\n\n#\tfrom\t\t\tto\"..., 4096) = 4096
+read(8, \"INTERNAL\t\tISO_5427-EXT//\t\tISO_54\"..., 4096) = 4096
+read(8, \"e\t\tcost\nmodule\tARMSCII-8//\t\tINTE\"..., 4096) = 4096
+read(8, \"2//\nmodule\tIBM1112//\t\tINTERNAL\t\t\"..., 4096) = 4096
+read(8, \"\tIBM9448//\nalias\tCP9448//\t\tIBM94\"..., 4096) = 3120
+read(8, \"\", 4096) = 0
+"""]]