duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #03306
[Question #277571]: Task 'BKP' failed with exit code '30'.
New question #277571 on Duplicity:
https://answers.launchpad.net/duplicity/+question/277571
Hi
I have a server that when tries to do an incremental backup this errors arise:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1530, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1524, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1378, in main
do_backup(action)
File "/usr/bin/duplicity", line 1506, in do_backup
incremental_backup(sig_chain)
File "/usr/bin/duplicity", line 667, in incremental_backup
new_sig_outfp.to_remote()
File "/usr/lib/python2.7/dist-packages/duplicity/dup_temp.py", line 185, in to_remote
gpg.GPGWriteFile(src_iter, tgt.name, globals.gpg_profile, size=sys.maxsize)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 329, in GPGWriteFile
file = GPGFile(True, path.Path(filename), profile)
File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 160, in __init__
'logger': self.logger_fp})
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 374, in run
create_fhs, attach_fhs)
File "/usr/lib/python2.7/dist-packages/duplicity/gpginterface.py", line 414, in _attach_fork_exec
process.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory
11:01:20.690 Task 'BKP' failed with exit code '30'.
the first part of the task is
Start duply v1.9.2, time is 2015-12-10 12:29:51.
Using profile '/root/.duply/ispconfig_s3'.
Using installed duplicity version 0.7.03, python 2.7.3, gpg 1.4.12 (Home: ~/.gnupg), awk 'mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan', grep '(GNU grep) 2.12', bash '4.2.37(1)-release (x86_64-pc-linux-gnu)'.
Autoset found secret key of first GPG_KEY entry 'xxx' for signing.
Checking TEMP_DIR '/tmp' is a folder (OK)
Checking TEMP_DIR '/tmp' is writable (OK)
Test - Encrypt to 'xxx','yyy','zzz' & Sign with '8C773A19' (OK)
Test - Decrypt (OK)
Test - Compare (OK)
Cleanup - Delete '/tmp/duply.29806.1449761391_*'(OK)
any idea?
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.