Skip to content

ENT-14191: Fixed systemctl stub for uutils coreutils on Ubuntu 26#2330

Merged
aleksandrychev merged 1 commit into
cfengine:masterfrom
aleksandrychev:ENT-14191
Jul 1, 2026
Merged

ENT-14191: Fixed systemctl stub for uutils coreutils on Ubuntu 26#2330
aleksandrychev merged 1 commit into
cfengine:masterfrom
aleksandrychev:ENT-14191

Conversation

@aleksandrychev

Copy link
Copy Markdown
Contributor

The systemctl → echo symlink breaks on Ubuntu 26 because echo is now just an alias into the coreutils multicall binary, which dispatches on argv[0] — invoked as systemctl, it doesn't match, so it fails. Fix: use a no-op stub script that exits 0 instead.

Ticket: ENT-14191

The systemctl → echo symlink breaks on Ubuntu 26 because echo is now just an alias into the coreutils multicall binary, which dispatches on argv[0] — invoked as systemctl, it doesn't match, so it fails. Fix: use a no-op stub script that exits 0 instead.

Ticket: ENT-14191
Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
@aleksandrychev aleksandrychev requested a review from larsewi July 1, 2026 13:22
@aleksandrychev

Copy link
Copy Markdown
Contributor Author

@cf-bottom jenkins please

@cf-bottom

Copy link
Copy Markdown

@aleksandrychev aleksandrychev merged commit 4187c4c into cfengine:master Jul 1, 2026
11 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants