Question #262087 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/262087
Status: Answered => Open
Sammitch is still having a problem:
The lines in question are pexpect.py:256-258
if withexitstatus:
child.close()
return (child_result, child.exitstatus)
Where under certain conditions the child process is terminated with
SIGHUP. As far as I can follow the code if closing the child's tty fd
doesn't work it drops into terminate() which will issue a SIGHUP as its
first attempt to stop the process.
We are currently running duplicity 0.6.22 on Centos 6.5, and the restore
commands are like:
/usr/bin/duplicity -v info restore --tempdir /var/lib/tmp --file-to-
restore foo.bar -t 2015-03-03T04:12:02 --s3-use-new-style --no-
encryption s3+http://foo-backup/foobar /foo.bar
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.
_______________________________________________
Mailing list: https://launchpad.net/~duplicity-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~duplicity-team
More help : https://help.launchpad.net/ListHelp