我在重复使用Duply,但显然它在gnupg上失败了(在100% cpu上运行了10分钟)
--- 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 =====我不知道该怎么办?
发布于 2011-10-05 01:46:40
您需要弄清楚您是否遇到了错误,或者通常需要许多打开的文件。您可以做的一件事是在运行前几分钟从lsof抓取输出,希望是在失败之前。查看lsof输出,看看它打开了哪些文件。如果您正在使用股票设置,那么很可能只需要增加它:
http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/
https://serverfault.com/questions/318462
复制相似问题