Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Remote: Borg 1.0.9: exception in RPC call:
  2. Remote: Traceback (most recent call last):
  3. Remote: File "/usr/lib/python3/dist-packages/borg/remote.py", line 113, in serve
  4. Remote: res = f(*args)
  5. Remote: File "/usr/lib/python3/dist-packages/borg/remote.py", line 153, in open
  6. Remote: self.repository.__enter__() # clean exit handled by serve() method
  7. Remote: File "/usr/lib/python3/dist-packages/borg/repository.py", line 82, in __enter__
  8. Remote: self.open(self.path, bool(self.exclusive), lock_wait=self.lock_wait, lock=self.do_lock)
  9. Remote: File "/usr/lib/python3/dist-packages/borg/repository.py", line 171, in open
  10. Remote: self.lock = Lock(os.path.join(path, 'lock'), exclusive, timeout=lock_wait).acquire()
  11. Remote: File "/usr/lib/python3/dist-packages/borg/locking.py", line 265, in acquire
  12. Remote: self._wait_for_readers_finishing(remove, sleep)
  13. Remote: File "/usr/lib/python3/dist-packages/borg/locking.py", line 278, in _wait_for_readers_finishing
  14. Remote: self._lock.acquire()
  15. Remote: File "/usr/lib/python3/dist-packages/borg/locking.py", line 143, in acquire
  16. Remote: raise LockFailed(self.path, str(err)) from None
  17. Remote: borg.locking.LockFailed: ('/Borging/lock.exclusive', "[Errno 13] Permission denied: '/Borging/lock.exclusive'")
  18. Remote: Platform: Linux raspberrypi 4.14.71-v7+ #1145 SMP Fri Sep 21 15:38:35 BST 2018 armv7l
  19. Remote: Linux: debian 9.4
  20. Remote: Borg: 1.0.9 Python: CPython 3.5.3
  21. Remote: PID: 1442 CWD: /home/pi
  22. Remote: sys.argv: ['/usr/bin/borg', 'serve', '--umask=077']
  23. Remote: SSH_ORIGINAL_COMMAND: None
  24. Remote:
  25. LockFailed
  26. Remote Exception (see remote log for the traceback)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement