mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Vaultwarden 1.22.1 arm64 (Docker) not starting #1066
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 @dude71 on GitHub (Jul 3, 2021).
error while loading shared libraries: /usr/lib/aarch64-linux-gnu/libgssapi_krb5.so.2: invalid ELF header
@BlackDex commented on GitHub (Jul 5, 2021):
I just checked the image, and it seems to run for me using an qemu aarch64 environment.
Also, i checked the
libgssapi_krb5.so.2file which points tolibgssapi_krb5.so.2.2which really reads as an arm64 ELF file. So not sure what happened over there. Could you try it again as a clean image maybe?@dude71 commented on GitHub (Jul 6, 2021):
Tried again pulling fresh image, same problem. This is happening since 1.22.0.
Platform: RPI4, Linux 5.4.124 #0 SMP Sun Jun 13 22:02:19 2021 aarch64 GNU/Linux
Container runtime: Podman 2.2.1.
Last known working version: 1.21. Container log:
/--------------------------------------------------------------------
| Starting Vaultwarden |
[INFO] No .env file found.
[2021-07-06 10:56:47.880][start][INFO] Rocket has launched from http://0.0.0.0:80
@dude71 commented on GitHub (Jul 15, 2021):
Sorry my mistake, somehow the podman-graphroot folder got corrupted on the SD card causing this issue. Deleting this folder and pulling everything from scratch solved the problem. This issue can be closed