Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
20628cde19
2 changed files with 63 additions and 0 deletions
55
doc/bugs/Too_many_open_files.mdwn
Normal file
55
doc/bugs/Too_many_open_files.mdwn
Normal file
|
@ -0,0 +1,55 @@
|
|||
### Please describe the problem.
|
||||
|
||||
The transferrer crashes after a while due to too many open files
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
Have a huge annex. Connect two local machines, one with the huge annex, the other one without. Let them copy files…
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
latest version
|
||||
git-annex version: 5.20131117-gbd514dc
|
||||
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents 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 glacier hook
|
||||
|
||||
on Mac OS X 10.9
|
||||
|
||||
### 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-11-22 10:49:19 CET] Transferrer: Downloaded oktaeder.png
|
||||
[2013-11-22 10:49:19 CET] Transferrer: Downloaded oktaeder.png
|
||||
[2013-11-22 10:49:19 CET] Transferrer: Downloaded oktaeder.png
|
||||
[2013-11-22 10:49:20 CET] Transferrer: Downloaded klett-cover-neu.jpg
|
||||
[2013-11-22 10:49:20 CET] Transferrer: Downloaded klett-cover-neu.jpg
|
||||
[2013-11-22 10:49:20 CET] Transferrer: Downloaded kara-worl..ditor.gif
|
||||
git-annex: runInteractiveProcess: pipe: Too many open files
|
||||
Committer crashed: lsof: createProcess: resource exhausted (Too many open files)
|
||||
[2013-11-22 10:49:20 CET] Committer: warning Committer crashed: lsof: createProcess: resource exhausted (Too many open files)
|
||||
[2013-11-22 10:49:20 CET] Transferrer: Downloaded kara-worl..ditor.gif
|
||||
[2013-11-22 10:49:20 CET] Transferrer: Downloaded kara-worl..ditor.gif
|
||||
[2013-11-22 10:49:20 CET] Transferrer: Downloaded image1.png
|
||||
[2013-11-22 10:49:21 CET] Transferrer: Downloaded image1.png
|
||||
[2013-11-22 10:49:21 CET] Transferrer: Downloaded image.png
|
||||
[2013-11-22 10:49:21 CET] Transferrer: Downloaded image.png
|
||||
[2013-11-22 10:49:21 CET] Transferrer: Downloaded ikoseder.png
|
||||
[2013-11-22 10:49:21 CET] Transferrer: Downloaded ikoseder.png
|
||||
[2013-11-22 10:49:22 CET] Transferrer: Downloaded ikoseder.png
|
||||
[2013-11-22 10:49:22 CET] Transferrer: Downloaded ikosaeder.jpg
|
||||
git-annex: runInteractiveProcess: pipe: Too many open files
|
||||
ok
|
||||
(Recording state in git...)
|
||||
git-annex: socket: resource exhausted (Too many open files)
|
||||
[2013-11-22 10:49:22 CET] Transferrer: Downloaded ikosaeder.jpg
|
||||
Transferrer crashed: getCurrentDirectory: resource exhausted (Too many open files)
|
||||
[2013-11-22 10:49:22 CET] Transferrer: warning Transferrer crashed: getCurrentDirectory: resource exhausted (Too many open files)
|
||||
git-annex: runInteractiveProcess: pipe: Too many open files
|
||||
git-annex: runInteractiveProcess: pipe: Too many open files
|
||||
|
||||
# End of transcript or log.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo"
|
||||
nickname="Tobias"
|
||||
subject="gitannex-install"
|
||||
date="2013-11-22T07:13:02Z"
|
||||
content="""
|
||||
To install and upgrade the prebuilt binary on Linux I use the fantastic [gitannex-install](https://github.com/zerodogg/scriptbucket/blob/master/gitannex-install) script, together with the upgrade alert this is just great.
|
||||
"""]]
|
Loading…
Reference in a new issue