-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73a064c
commit 4aed5b7
Showing
3 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,55 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 | ||
hash: 7b44fe26f64c337a8578f145d12d1b544ce93088 | ||
body: Update layers/meta-balena | ||
footer: | ||
Changelog-entry: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 | ||
changelog-entry: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: "networkmanager: Wait for iptables lock in shared dispatcher script" | ||
hash: 374c4c32df59cc00e0b04d0c619f6fb98a69f1a5 | ||
body: > | ||
The dispatcher script that moves around FORWARD rules of shared | ||
|
||
interfaces currently calls iptables assuming it will always work | ||
|
||
but in practice two iptables commands can not run in parallel | ||
|
||
and we have occasionally seen the script fail with: | ||
|
||
|
||
Another app is currently holding the xtables lock. | ||
|
||
Perhaps you want to use the -w option? | ||
|
||
|
||
This patch adds the -w option to make the script wait for the | ||
lock | ||
|
||
when necessary. | ||
|
||
|
||
It also makes the script exit with an error code if anything | ||
fails, | ||
|
||
which will log the output as WARN instead of INFO as the errors | ||
|
||
are easy to overlook at this moment. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Michal Toman <[email protected]> | ||
signed-off-by: Michal Toman <[email protected]> | ||
author: Michal Toman | ||
nested: [] | ||
version: meta-balena-5.2.1 | ||
title: "" | ||
date: 2024-03-18T17:11:28.023Z | ||
version: 5.2.1 | ||
title: "" | ||
date: 2024-03-18T20:14:54.358Z | ||
- commits: | ||
- subject: Update layers/meta-balena to 7e2a78213b4fb5915c1f8ecc042ffb1b38d9a013 | ||
hash: e4ae1d48813422f107c57cf6410a43b4e1eba11f | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.2.0 | ||
5.2.1 |