mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
321 stars 82 forks source link

ustreamer not working? #117

Closed nelsongraca closed 6 months ago

nelsongraca commented 6 months ago

been using this for quite some time, but ustreamer has stopped working.

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/opt/ustreamer/ustreamer": stat /opt/ustreamer/ustreamer: no such file or directory: unknown
mkuf commented 6 months ago

There seems to have been a change upstream which is causing issues starting at version v5.52.
I removed those images from the registry and tagged a previous release w/ latest until this is resolved.

Pulling the latest image now should clear the error.

-Markus

nelsongraca commented 6 months ago

thank you

On Tue, 27 Feb 2024, 21:48 Markus Küffner, @.***> wrote:

There seems to have been a change upstream which is causing issues starting at version v5.52. I removed those images from the registry and tagged a previous release w/ latest until this is resolved.

Pulling the latest image now should clear the error.

-Markus

— Reply to this email directly, view it on GitHub https://github.com/mkuf/prind/issues/117#issuecomment-1967665194, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKSJ3A44SNHWRWI2XML3UDYVZIDFAVCNFSM6AAAAABD4UTGAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRXGY3DKMJZGQ . You are receiving this because you authored the thread.Message ID: @.***>

ginkel commented 6 months ago

Is it possible that reverting latest broke arm64? According to Docker Hub the latest tag only supports amd64.

mkuf commented 6 months ago

Yes, that was an oversight from my side. I pulled the last working image on my linux/amd64 machine, tagged it as latest and pushed it again.

I'll look into it.

mkuf commented 6 months ago

Missing architectures have been copied, latest is now available for all platforms again.

mkuf commented 6 months ago

The underlying issue has been fixed w/ https://github.com/mkuf/prind/commit/4672f87bd0f4ac8641aa0f6ec57f385c17b96c23
Fresh images are currently being built and pushed to the registry.