Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No backends available #41

Closed
shdwchn10 opened this issue May 10, 2022 · 3 comments
Closed

No backends available #41

shdwchn10 opened this issue May 10, 2022 · 3 comments

Comments

@shdwchn10
Copy link

Screenshot from 2022-05-10 20-58-49

Vaults can't find CryFS backend.

My setup: Fedora Silverblue 36, latest Vaults from Flathub stable, cryfs-0.11.2-1.fc36.

$ rpm -qi cryfs
Name        : cryfs
Version     : 0.11.2
Release     : 1.fc36
Architecture: x86_64
Install Date: Tue 10 May 2022 18:57:10 MSK
Group       : Unspecified
Size        : 4499524
License     : LGPLv3
Signature   : RSA/SHA256, Sun 27 Mar 2022 13:36:24 MSK, Key ID 999f7cbf38ab71f4
Source RPM  : cryfs-0.11.2-1.fc36.src.rpm
Build Date  : Sun 27 Mar 2022 13:05:17 MSK
Build Host  : buildvm-x86-27.iad2.fedoraproject.org
Packager    : Fedora Project
Vendor      : Fedora Project
URL         : https://www.cryfs.org/
Bug URL     : https://bugz.fedoraproject.org/cryfs
Summary     : Cryptographic filesystem for the cloud
Description :
CryFS provides a FUSE-based mount that encrypts file contents, file
sizes, metadata and directory structure. It uses encrypted same-size
blocks to store both the files themselves and the blocks' relations
to one another. These blocks are stored as individual files in the
base directory, which can then be synchronized to remote storage
(using an external tool)
@mpobaschnig
Copy link
Owner

Does cryfs actually work for you in terminal? What is the output of cryfs -h?

I'm getting this on my Fedora 36 Workstation machine:

cryfs: symbol lookup error: cryfs: undefined symbol: _ZN6spdlog5sinks15basic_file_sinkISt5mutexEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb

So this is most likely related to Fedora having a broken package.

@shdwchn10
Copy link
Author

shdwchn10 commented May 10, 2022

🤔 Yes I have the same problem with CryFS cli. I commented about this in RedHat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2041100#c6

Sorry for wasting your time

@mpobaschnig
Copy link
Owner

No worries :)

Seems that the cryfs was compiled to wrong version of spdlog or updated later on, see cryfs/cryfs#423 and https://bugs.archlinux.org/task/74438

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants