Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
I get this error message every time I want to do a `git push`. git version: 1.8.4.2 Is it a known issue? Do you need additional info to investigate it? Ivan. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
1024 On 12 November 2013 13:34, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Tue, 12 Nov 2013 12:02:38 +0400 Лежанкин Иван abys...@gmail.com wrote: I get this error message every time I want to do a `git push`. git version: 1.8.4.2 Is it a known issue? Do you need

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Konstantin Khomoutov
On Tue, 12 Nov 2013 12:02:38 +0400 Лежанкин Иван abys...@gmail.com wrote: I get this error message every time I want to do a `git push`. git version: 1.8.4.2 Is it a known issue? Do you need additional info to investigate it? What does ulimit -n tells to you when you run it before

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Duy Nguyen
On Tue, Nov 12, 2013 at 3:02 PM, Лежанкин Иван abys...@gmail.com wrote: I get this error message every time I want to do a `git push`. git version: 1.8.4.2 Is it a known issue? Do you need additional info to investigate it? What OS do you use? If the repository can be published, please do.

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
I use linux. I can't publish repo - it's proprietary, it weights ~300M unpacked, and it uses references ~3Gb. Error message doesn't contain remote: prefix. The majority of opened files have name like: objects/pack/pack-hash.[ pack | idx ] They all are from referenced repo. I have disabled gc in

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Duy Nguyen
On Tue, Nov 12, 2013 at 9:38 PM, Лежанкин Иван abys...@gmail.com wrote: I use linux. I can't publish repo - it's proprietary, it weights ~300M unpacked, and it uses references ~3Gb. Error message doesn't contain remote: prefix. The majority of opened files have name like:

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Bryan Turner
On 13 November 2013 13:48, Duy Nguyen pclo...@gmail.com wrote: On Tue, Nov 12, 2013 at 9:38 PM, Лежанкин Иван abys...@gmail.com wrote: I use linux. I can't publish repo - it's proprietary, it weights ~300M unpacked, and it uses references ~3Gb. Error message doesn't contain remote: prefix.

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Duy Nguyen
On Wed, Nov 13, 2013 at 10:04 AM, Bryan Turner btur...@atlassian.com wrote: but it's only available in v1.5.0-rc0 or rc1. Could you try that version? I believe you mean 1.8.5-rc0 or 1.8.5-rc1, is that correct? Yes. Looks like my fingers are not controlled by my mind anymore. -- Duy -- To

Re: Error message: unable to open object pack directory: .git/objects/pack: Too many open files

2013-11-12 Thread Лежанкин Иван
I've tried your commit. No more error messages. Looking forward to the next git version. Thanks. On 13 November 2013 07:32, Duy Nguyen pclo...@gmail.com wrote: On Wed, Nov 13, 2013 at 10:04 AM, Bryan Turner btur...@atlassian.com wrote: but it's only available in v1.5.0-rc0 or rc1. Could you