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

modules: fix NTP blocking reconnects #369

Merged
merged 1 commit into from
Mar 10, 2024
Merged

modules: fix NTP blocking reconnects #369

merged 1 commit into from
Mar 10, 2024

Conversation

awlx
Copy link
Member

@awlx awlx commented Mar 10, 2024

This fixes the problem with NTP being stuck after a node loses GW connection

See freifunk-gluon/community-packages#92

This fixes the problem with NTP being stuck after a node loses GW connection
@awlx awlx self-assigned this Mar 10, 2024
@awlx awlx requested review from maurerle and a team as code owners March 10, 2024 15:52
@awlx awlx merged commit 969111d into stable Mar 10, 2024
27 checks passed
@awlx awlx deleted the awlx-patch-1 branch March 10, 2024 16:56
@awlx awlx added backport gluon-v2021.1.x Backport to 4/32 Branch backport gluon-v2023.2.x Backport to Gluon v2023.2.x Branch labels Mar 11, 2024
Copy link
Contributor

Backport failed for legacy, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin legacy
git worktree add -d .worktree/backport-369-to-legacy origin/legacy
cd .worktree/backport-369-to-legacy
git switch --create backport-369-to-legacy
git cherry-pick -x d985c79636fce571ceeefda9411d0faaf77fe39c

Copy link
Contributor

Backport failed for next, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin next
git worktree add -d .worktree/backport-369-to-next origin/next
cd .worktree/backport-369-to-next
git switch --create backport-369-to-next
git cherry-pick -x d985c79636fce571ceeefda9411d0faaf77fe39c

Copy link
Contributor

Backport failed for legacy, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin legacy
git worktree add -d .worktree/backport-369-to-legacy origin/legacy
cd .worktree/backport-369-to-legacy
git switch --create backport-369-to-legacy
git cherry-pick -x d985c79636fce571ceeefda9411d0faaf77fe39c

Copy link
Contributor

Backport failed for next, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin next
git worktree add -d .worktree/backport-369-to-next origin/next
cd .worktree/backport-369-to-next
git switch --create backport-369-to-next
git cherry-pick -x d985c79636fce571ceeefda9411d0faaf77fe39c

awlx added a commit that referenced this pull request Mar 11, 2024
[Backport next] modules: fix NTP blocking reconnects #369
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport gluon-v2021.1.x Backport to 4/32 Branch backport gluon-v2023.2.x Backport to Gluon v2023.2.x Branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants