Jump to content

[PLUG-IN] NerdTools


Recommended Posts

Hi,

 

I am running unraid 7.0.0beta2 .

 

I can't use borgbackup anymore:

 

root@Tower:~# borg -v
Traceback (most recent call last):
  File "/usr/lib64/python3.9/site-packages/borg/archiver.py", line 37, in <module>
    from . import helpers
  File "/usr/lib64/python3.9/site-packages/borg/helpers/__init__.py", line 9, in <module>
    from .checks import *  # NOQA
  File "/usr/lib64/python3.9/site-packages/borg/helpers/checks.py", line 4, in <module>
    from .errors import Error
  File "/usr/lib64/python3.9/site-packages/borg/helpers/errors.py", line 3, in <module>
    import borg.crypto.low_level
ImportError: libcrypto.so.1.1: cannot open shared object file: No such file or directory


Any pointer ?

Link to comment
16 minutes ago, sorg said:

Hi,

 

I am running unraid 7.0.0beta2 .

 

I can't use borgbackup anymore:

 

root@Tower:~# borg -v
Traceback (most recent call last):
  File "/usr/lib64/python3.9/site-packages/borg/archiver.py", line 37, in <module>
    from . import helpers
  File "/usr/lib64/python3.9/site-packages/borg/helpers/__init__.py", line 9, in <module>
    from .checks import *  # NOQA
  File "/usr/lib64/python3.9/site-packages/borg/helpers/checks.py", line 4, in <module>
    from .errors import Error
  File "/usr/lib64/python3.9/site-packages/borg/helpers/errors.py", line 3, in <module>
    import borg.crypto.low_level
ImportError: libcrypto.so.1.1: cannot open shared object file: No such file or directory


Any pointer ?

libcrypto.so.1.1 is missing from the latest/beta; update or recompile borg to use the newer libraries that comes with the newer versions of unraid.

 

or just use lxc, simpler and straightforward.

Edited by barti
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...