mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #883] cant open data/rsa_key.der for reading, no such file or directory #626
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#626
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Mar 1, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/883
Subject of the issue
unable to load the private key, most likely candidate is lack of permissions, but i cant figure out what files it needs.
Your environment
Steps to reproduce
i set the database, and wal off, I installed via aur, and have started it through systemctl
Expected behaviour
it should start.
Actual behaviour
I get the errors: cant open data/rsa_key.der for reading, no such file or directory
Relevant logs
Can't open data/rsa_key.der for reading, No such file or directory Mar 01 02:02:13 aldmant bitwarden_rs[38697]: 140638010983680:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:69:fopen(> Mar 01 02:02:13 aldmant bitwarden_rs[38697]: 140638010983680:error:2006D080:BIO routines:BIO_new_file:no such file:crypto/bio/bss_file.c:76: Mar 01 02:02:13 aldmant bitwarden_rs[38697]: unable to load Private Key@ghost commented on GitHub (Mar 1, 2020):
Figured it out, i chowned non-recursively.