Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/usr/bin/entry.sh is executed twice #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kohnw
Copy link

@kohnw kohnw commented Dec 8, 2023

we removed line /usr/bin/entry.sh echo "Running balena base image entrypoint..." from /usr/src/app/start.sh as this /usr/bin/entry.sh is already being run as an entrypoint by Dockerfile and thus it was being run twice and udev deamon as well twice, which is wrong...

Running two udev daemons caused issues with reconnecting USB devices.

…rypoint..." from

/usr/src/app/start.sh as this /usr/bin/entry.sh is already being run as an entrypoint by
Dockerfile and thus it was being run twice and udev deamon as well twice, which is wrong...
Copy link
Contributor

@phil-d-wilson phil-d-wilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok-to-test

@kohnw
Copy link
Author

kohnw commented Jan 11, 2024

Is there anything which i can do to proceed with this merge request?

@phil-d-wilson
Copy link
Contributor

Hi @kohnw - thank you for the nudge! I'm really sorry, I was trying to push this along and got distracted, many many times. :)

You need to edit your commit so that the commit message includes a Change-type. You can see an example of this on this PR. Flowzone requires this so that it can bump the semver in the correct way.

Phil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants