Onpremise: Error on cleanup images

Created on 11 Feb 2020  路  6Comments  路  Source: getsentry/onpremise

On a clean install on ubuntu I always get:

ERROR: for symbolicator-cleanup  Cannot start service symbolicator-cleanup: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"/entrypoint.sh\": permission denied": unknown

ERROR: for snuba-cleanup  Cannot start service snuba-cleanup: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"/entrypoint.sh\": permission denied": unknown

ERROR: for sentry-cleanup  Cannot start service sentry-cleanup: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"/entrypoint.sh\": permission denied": unknown

could you please help us with how to solve the issue?

All 6 comments

Just to know...am I the only one with that issue? is it a problem of my configuration?

This seems to be an issue with your Docker setup so closing the issue. If you want to seek more help I recommend using StackOverflow for Docker or our community forum.

I will give a try and comment here results.....thanks @BYK !

Really simple just run:
chmod +x entrypoint.sh on cron directory

@meriturva that should not be necessary as the file is already marked as executable in git?

That's correct but not on our internal mirroring process to the internal git server.
Our fault!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

multinerd picture multinerd  路  5Comments

jellevanhees picture jellevanhees  路  3Comments

MaximilianKindshofer picture MaximilianKindshofer  路  6Comments

giggsey picture giggsey  路  3Comments

dotconnor picture dotconnor  路  6Comments