summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_opens_too_many_files.mdwn
diff options
context:
space:
mode:
authorGravatar chrisbra <chrisbra@web>2013-08-06 18:00:59 +0000
committerGravatar admin <admin@branchable.com>2013-08-06 18:00:59 +0000
commit0b2972b0f4d717b61b272e3cd72f4f240ebc68c6 (patch)
tree704f003f39e4c829b0d822ae1101bd30f3dbbad4 /doc/bugs/git-annex_opens_too_many_files.mdwn
parentb074b102331ea86fac04934151a0c24998159598 (diff)
Diffstat (limited to 'doc/bugs/git-annex_opens_too_many_files.mdwn')
-rw-r--r--doc/bugs/git-annex_opens_too_many_files.mdwn38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_opens_too_many_files.mdwn b/doc/bugs/git-annex_opens_too_many_files.mdwn
new file mode 100644
index 000000000..e1581c8f8
--- /dev/null
+++ b/doc/bugs/git-annex_opens_too_many_files.mdwn
@@ -0,0 +1,38 @@
+### Please describe the problem.
+After running git-annex some minutes, the websites is not responsible any more and it even crashes eventually.
+
+### What steps will reproduce the problem?
+Start the assistant.
+
+### What version of git-annex are you using? On what operating system?
+it-annex version: 4.20130802-g1452ac3
+build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP
+
+### 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
+[2013-08-06 13:32:51 CEST] main: starting assistant version 4.20130802-g1452ac3
+
+Already up-to-date.
+(scanning...) [2013-08-06 13:32:51 CEST] Watcher: Performing startup scan
+
+Already up-to-date.
+(started...)
+git-annex: accept: resource exhausted (Too many open files)
+[2013-08-06 19:50:37 CEST] read: git ["--git-dir=/home/christian/git-annex/.git","--work-tree=/home/+christian/git-annex","symbolic-ref","HEAD"]
+git-annex: runInteractiveProcess: pipe: Too many open files
+[2013-08-06 19ND:ea5te1Wm:ao1tn1cS htCeaErtSFuTas]l lcNbreaatcsWkha etcdcr:ha es/rhh:eo dmd:ee /tgc+eihctrt:ie sdct rineaeantt/wegoPirrtko- cacenosnnsen:xe /cr.tegisiootnu/
+racnen[ e2ex0x/1h:3a -uo0sp8te-en0dT6 e (m1Tp9oF:oi5 l1me:a:1n 1yr eCosEpoSeuTnr] c feri eleaexdsh:+)a
+ugsitte d[ "(-T-ogoi tm-adniyr =o/pheonm ef/iclhersi)s
+tian/git-annex/.git","--work-tree=/home/christian/git-annex","symbolic-ref","HEAD"]
+git-annex: runInteractiveProcess: pipe: Too many open files
+git-annex: git: createProcess: resource exhausted (Too many open files)
+[2013-08-06 19:51:11 CEST] NetWatcherFallback: warning NetWatcherFallback crashed: git: createProces+s: resource exhausted (Too many open files)
+[2013-08-06 19:51:11 CEST] DaemonStatus: warning DaemonStatus crashed: /home/christian/git-annex/.gi+t/annex/: openTempFile: resource exhausted (Too many open files)
+
+(system was asleep from 14:00 until 19:50)
+
+# End of transcript or log.
+"""]]