duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #03649
Re: [Question #295948]: Failed backups: /etc/.pwd.lock
Question #295948 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/295948
Status: Answered => Open
DiagonalArg is still having a problem:
Ok, I'm not clear what happened, but that command with `--verbosity 9`
and `| tee duplicity.out` crashed right away. That's not the behavior
of deja-dup when it runs daily. The output on standard error is:
Warning: Option --gio is pending deprecation and will be removed in a future release.
Use of default filenames is strongly suggested.
Using temporary directory /tmp/duplicity-iAdZew-tempdir
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1546, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1540, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1375, in main
action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 1085, in ProcessCommandLine
args = parse_cmdline_options(cmdline_list)
File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 628, in parse_cmdline_options
(options, args) = parser.parse_args()
File "/usr/lib/python2.7/optparse.py", line 1400, in parse_args
stop = self._process_args(largs, rargs, values)
File "/usr/lib/python2.7/optparse.py", line 1440, in _process_args
self._process_long_opt(rargs, values)
File "/usr/lib/python2.7/optparse.py", line 1515, in _process_long_opt
option.process(opt, value, values, self)
File "/usr/lib/python2.7/optparse.py", line 789, in process
self.action, self.dest, opt, value, values, parser)
File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 197, in take_action
self, action, dest, opt, value, values, parser)
File "/usr/lib/python2.7/optparse.py", line 809, in take_action
self.callback(self, opt, value, parser, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 448, in <lambda>
callback=lambda o, s, v, p: set_log_fd(v))
File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 242, in set_log_fd
log.add_fd(fd)
File "/usr/lib/python2.7/dist-packages/duplicity/log.py", line 403, in add_fd
handler = logging.StreamHandler(os.fdopen(fd, 'w'))
OSError: [Errno 9] Bad file descriptor
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.