-
Notifications
You must be signed in to change notification settings - Fork 17
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
Could not setup db: timed out waiting for connection #65
Comments
If you change this line from 5 secs to 30 does it fix? |
yes, that worked 👍🏻
|
You might have to do |
Here is the error log of
OK, I exited nix and tried |
Running in nix on linux currently has problems: #7 So the only way to run this on linux at the moment is to build outside of nix. Unfortunately, that means a bunch of required development environment libraries like openssl libraries, crypto libraries, etc. I would imagine these are your errors? Only way through them would be one at a time. If you were able to solve them, it would help to have this documented so we can tell people what to install if outside of nix. |
Thanks, I see. I do get linker errors like |
You need sqlcypher. You can also just run with --features vendored |
OS: Linux a64 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 GNU/Linux
nix develop
andjust test
Error outputs:
The text was updated successfully, but these errors were encountered: