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

newer version of linuxkit/init with more debugging options #4175

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

deitch
Copy link
Contributor

@deitch deitch commented Aug 28, 2024

The previous PR #4161 bumped linuxkit/init to a version that has extra cmdline debugging support via linuxkit.runc_debug=1. This is a slight improvement, in that it controls debugging via runc_debug=1, while enabling console output to be controlled separately via linuxkit.runc_console=1.

More importantly, the previous version, when in debug mode, tried to write to both console and file simultaneously, which made runc quite unhappy and made things hang. This fixes that.

I expect no functional changes here. If CI is green, it should be good to go.

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch requested a review from eriknordmark as a code owner August 28, 2024 12:34
@OhmSpectator
Copy link
Member

CI is not green with the same Storage failure, as I see for a lot of other PRs. So, consider it fine.

@deitch
Copy link
Contributor Author

deitch commented Aug 28, 2024

Thanks @OhmSpectator

@deitch deitch merged commit c4bf13e into lf-edge:master Aug 28, 2024
50 of 52 checks passed
@deitch deitch deleted the bump-init branch August 28, 2024 19:05
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.

3 participants