duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] installing duplicity on OpenBSD 4.0


From: Seth Fulton
Subject: [Duplicity-talk] installing duplicity on OpenBSD 4.0
Date: Thu, 14 Dec 2006 03:30:53 -0700

Has any been able to get duplicity 0.4.2 working on OpenBSD 4.0?

I initially had some problems building from source on OpenBSD.  This was rectified by altering the ext_module portion of the setup.py python script as follows:

ext_modules = [Extension("duplicity._librsync",
                                                           ["_librsyncmodule.c"],
                                                        libraries = ["rsync"],
                                                            include_dirs=include_dirs,
                                                            library_dirs=library_dirs)],

I was then able to build and install duplicity, apparently w/out errors.

Now however, when I try to run a test backup, the follow error(s) occur.

ksh prompt$ duplicity ~ scp://address@hidden//home/seth

Permission denied (publickey,password).
Connection closed
Traceback (most recent call last):
  File "/usr/local/bin/duplicity", line 373, in ?
    if __name__ == "__main__": main()
  File "/usr/local/bin/duplicity", line 349, in main
    globals.archive_dir).set_values()
  File "/usr/local/lib/python2.4/site-packages/duplicity/collections.py", line 406, in set_values
    backend_filename_list = self.backend.list()
  File "/usr/local/lib/python2.4/site-packages/duplicity/backends.py", line 299, in list
    l = self.popen(commandline).split('\n')[2:] # omit sftp prompts
  File "/usr/local/lib/python2.4/site-packages/duplicity/backends.py", line 150, in popen
    raise BackendException("Error running '%s'" % commandline)
duplicity.backends.BackendException: Error running 'echo -e 'cd /home/seth
ls -1' | sftp -b - address@hidden'

Any suggestions?


Seth

reply via email to

[Prev in Thread] Current Thread [Next in Thread]