jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.37k stars 357 forks source link

[Other] log spamming error and "Failed to get link config: No such device" errors on Raspberry PI4 docker #1726

Open Menelmacar opened 2 years ago

Menelmacar commented 2 years ago

I've installed paperless-ng with docker-compose sqlite version on a raspberry pi 4 with debian stable from the docs./install section.

Version: 1,5 ("latest")

The docker is starting, but I get a permantent error "spam" in the logs of the docker-compse, containting:

standard_init_linux.go:219: exec user process caused: exec format error

also I get

Failed to get link config: No such device

in the systemd-udevd service with priority error. I'm not sure if and how this affects the service, a websearch suggested the first error might be because of a version, compiled for amd64 and not ARM. The systemd error ist mostly annoying because I get messages for all error priority messages. the same behavior cant be notcied if I install the same docker-compse file on a amd64 debian server.