mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #3264] Startup errors using new image on raspberry pi #1513
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#1513
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 @itpick on GitHub (Feb 20, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3264
Had to update to latest image since the client wasn't working with my setup. I haven't used my instance in probably a year due to moving around.
I have a rapsberry pi 4 running rasbian buster.
"Operation not permitted" }', library/std/src/sys/unix/time.rs:350:72
note: run with
RUST_BACKTRACE=1environment variable to display a backtracethread 'main' panicked at 'called
Result::unwrap()on anErrvalue: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }', library/std/src/sys/unix/time.rs:350:72Anyone know a way to workaroudn this to fix?
Subject of the issue
Deployment environment
Install method:
Clients used:
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
Expected behaviour
Actual behaviour
Troubleshooting data
@BlackDex commented on GitHub (Feb 20, 2023):
Which version are you running? And which version of your host os are you running?
I suggest to use the Alpine image instead if your host os is not the latest stable version.
@dani-garcia commented on GitHub (Feb 21, 2023):
Sounds like it could be this issue? https://github.com/dani-garcia/vaultwarden/issues/2497
Either using alpine or
--security-opt seccomp=unconfinedsolves the problem