首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在太多打开的文件上,欺骗失败了?

在太多打开的文件上,欺骗失败了?
EN

Server Fault用户
提问于 2011-10-04 19:23:18
回答 1查看 1.3K关注 0票数 1

我在重复使用Duply,但显然它在gnupg上失败了(在100% cpu上运行了10分钟)

代码语言:javascript
复制
--- Start running command BKP 21:10:58.679 ---
NcFTP version is 3.2.2
Reading globbing filelist /root/.duply/offsite/exclude
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Wed May 11 09:26:47 2011
GPGError: GPG Failed, see log below:
===== Begin GnuPG log =====
gpg: can't open `/root/.gnupg/random_seed': Too many open files
gpg: fatal: can't open /dev/urandom: Too many open files
secmem usage: 3712/3712 bytes in 8/9 blocks of pool 4096/32768
===== End GnuPG log =====

我不知道该怎么办?

EN

回答 1

Server Fault用户

发布于 2011-10-05 01:46:40

您需要弄清楚您是否遇到了错误,或者通常需要许多打开的文件。您可以做的一件事是在运行前几分钟从lsof抓取输出,希望是在失败之前。查看lsof输出,看看它打开了哪些文件。如果您正在使用股票设置,那么很可能只需要增加它:

http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/318462

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档