Closed mhercol closed 2 years ago
Did you mapped the volume with config folder? Did you created the config file?
Thanks for looking into this. I have a volume mounted in /config, and inside that volume I have a file called seekerr.yaml with the code proposed as sample configuration. If it is useful, there is no more structure, meaning there is not a log folder, so I believe the container has not been capable of running. I'm running it on a RPI 4 with aarch64 via portainer, if it helps.
El mar, 30 nov 2021 a las 2:28, Mário Franco @.***>) escribió:
Did you mapped the volume with config folder? Did you created the config file?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lightglitch/seekerr/issues/24#issuecomment-982194612, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGDGKPANMLGV6MGTJVBP63TUOQSCPANCNFSM5I5MWZRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I think I found the problem after some research:
"This can happen if you're trying to run an x86 built image on an arm64/aarch64 machine.
You'll need to rebuild the image using the corresponding architecture."
I will check how to build images for x86 and for your architecture.
I now have builds for amd64 and arm64, pull the update and see if it solves your problem.
Hi
Thanks again for your time. I am encountering the same issue, but it might be my fault. . I am pulling stable release, should I try to pull anything different?
El mié, 1 dic 2021 a las 1:46, Mário Franco @.***>) escribió:
I know have builds for amd64 and arm64, pull the update and see if it solves your problem.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lightglitch/seekerr/issues/24#issuecomment-983171239, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGDGKPBHINXP4N7NG4YECR3UOVV6PANCNFSM5I5MWZRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Check the hash of your image against the arm64 version at https://hub.docker.com/r/lightglitch/seekerr/tags?page=1&name=stable to see if you have the correct one.
I just pulled the image with portainer and when trying to run the container I get the following error standard_init_linux.go:207: exec user process caused "exec format error" I have just connected an empty volume, and provided PGID, PUID and TZ as env variables. Any idea?