Support armv6 devices like Pi Zero or first Raspberry Pi #3528

Closed
opened 2026-04-06 04:57:50 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @kennymc-c on 2/23/2019

I'm trying to get Bitwarden_rs running on a Raspebrry Pi Zero W. After starting via Docker-Compose the process aborts with Exit Code 139 and no bitwarden log is created. The Docker log looks like this:

Feb 23 19:34:38 pizza dockerd[2573]: time="2019-02-23T19:34:38+01:00" level=info msg="shim docker-containerd-shim started" address="/containerd-shim/moby/7e16114071bcc98abf42609816b7d949f35329 Feb 23 19:34:41 pizza dockerd[2573]: time="2019-02-23T19:34:41+01:00" level=warning msg="OOM monitoring failed" error="cgroups: memory cgroup not supported on this system" Feb 23 19:34:42 pizza dockerd[2573]: time="2019-02-23T19:34:42+01:00" level=info msg="shim reaped" id=7e16114071bcc98abf42609816b7d949f35329b9b937ff1bc4848816bdb79c8d Feb 23 19:34:42 pizza dockerd[2573]: time="2019-02-23T19:34:42.801427746+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete

Previously it worked fine on a Pi 3. I found a similar issues (#185) where you should use the aarch64 image. On the pi zero however i get the following error message after startup:

standard_init_linux.go:190: exec user process caused "exec format error"

*Originally created by @kennymc-c on 2/23/2019* I'm trying to get Bitwarden_rs running on a Raspebrry Pi Zero W. After starting via Docker-Compose the process aborts with Exit Code 139 and no bitwarden log is created. The Docker log looks like this: ` Feb 23 19:34:38 pizza dockerd[2573]: time="2019-02-23T19:34:38+01:00" level=info msg="shim docker-containerd-shim started" address="/containerd-shim/moby/7e16114071bcc98abf42609816b7d949f35329 Feb 23 19:34:41 pizza dockerd[2573]: time="2019-02-23T19:34:41+01:00" level=warning msg="OOM monitoring failed" error="cgroups: memory cgroup not supported on this system" Feb 23 19:34:42 pizza dockerd[2573]: time="2019-02-23T19:34:42+01:00" level=info msg="shim reaped" id=7e16114071bcc98abf42609816b7d949f35329b9b937ff1bc4848816bdb79c8d Feb 23 19:34:42 pizza dockerd[2573]: time="2019-02-23T19:34:42.801427746+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete ` Previously it worked fine on a Pi 3. I found a similar issues (#185) where you should use the aarch64 image. On the pi zero however i get the following error message after startup: ` standard_init_linux.go:190: exec user process caused "exec format error" `
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#3528