mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
Startup errors using new image on raspberry pi #905
Reference in New Issue
Block a user
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 @drduker on GitHub.
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
@dani-garcia commented on GitHub:
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@BlackDex commented on GitHub:
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.