-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dunfell/honister: remove obsolete systemd patch
The patch applied to systemd addressed this upstream moby issue: moby/moby#27202 This was fixed in containerd 1.0.2: containerd/console@c358734 This fix is present in balena engine since v17.13.5, which has been in use since commit 53ce147. Drop this patch from meta-balena-dunfell and later. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
- Loading branch information
Showing
4 changed files
with
0 additions
and
66 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
...ipes-core/systemd/systemd/0001-core-Don-t-redirect-stdio-to-null-when-running-in-co.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
...ipes-core/systemd/systemd/0001-core-Don-t-redirect-stdio-to-null-when-running-in-co.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
494ce63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jakogut - I've been trying to figure out why open-balena-api, open-balena-s3, etc all only print a single log line of
Systemd init system enabled.
to the docker logs (pseudo-console) ... any chance this patch is needed again?494ce63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shaunco This line comes from here: https://github.com/balena-io-modules/open-balena-base/blob/5b2210b3e24de5e6a1e84cf0b2f03b8118e38d87/src/entry.sh#L5
It's not related to this patch.
494ce63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jakogut - Sorry if I wasn't clear. I know where that one line comes from. I'm trying to sort out why no other log lines are printed to stdout/stderr ... or why stdout/stderr are not sent to tty. Without the
core-Don-t-redirect-stdio-to-null-when-running-in-co.patch
, stdio is all redirected to /dev/null when running in a container.