← Back to team overview

duplicity-team team mailing list archive

[Question #451493]: Python memory error

 

New question #451493 on Duplicity:
https://answers.launchpad.net/duplicity/+question/451493

Hello
I'm having some issues with my backup, is failing with this errors

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 663, in incremental_backup
    globals.backend)
  File "/usr/bin/duplicity", line 428, in write_multivol
    globals.gpg_profile, globals.volsize)
  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

20:54:19.873 Task 'BKP' failed with exit code '30'.

The installed versions are:
duply v1.9.2
duplicity version 0.7.03
python 2.7.3
gpg 1.4.12

Running on Linux Debian 7 x64, the server has 4Gb of ram, with 3Gb free, could you help me please?

Regards



-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.