boa icon indicating copy to clipboard operation
boa copied to clipboard

Backboa 0.7.18.2 misses monotonic on Ubuntu precise

Open timlie opened this issue 6 years ago • 1 comments

Hi,

These are my boa info files:

https://gist.github.com/timlie/ae548ace4ff3500e9baed24639b3ff64 https://gist.github.com/timlie/252512b087ef239b949cd0ed73d4efde

When using backboa I get the following errors (backboa status command):

27927 (process ID) old priority 0, new priority 19 Traceback (most recent call last): File "/usr/local/bin/duplicity", line 42, in <module> import fasteners File "/usr/local/lib/python2.7/dist-packages/fasteners-0.14.1-py2.7.egg/fasteners/__init__.py", line 23, in <module> from fasteners.lock import locked # noqa File "/usr/local/lib/python2.7/dist-packages/fasteners-0.14.1-py2.7.egg/fasteners/lock.py", line 24, in <module> from fasteners import _utils File "/usr/local/lib/python2.7/dist-packages/fasteners-0.14.1-py2.7.egg/fasteners/_utils.py", line 22, in <module> from monotonic import monotonic as now # noqa ImportError: No module named monotonic

If I remove duplicity from /usr/local/bin and change the value of _DUPLICITY_VRN in /opt/local/bin/backboa to 0.7.12 (which i saw referenced here: https://github.com/omega8cc/boa/pull/1247/commits/df718b0bc6af0d145498d3706d3e848186e407a8) the backboa script works, only it gets overwritten every day by daily.sh

How can we fix this? Thanks!

timlie avatar Jan 23 '19 09:01 timlie