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

[FIX] Update Network Check Method In Installation Script #517

Open
wants to merge 1 commit into
base: v2.12
Choose a base branch
from

Conversation

antonio-amjr
Copy link
Contributor

Fix: #491

Updating the docker's network service connectivity check on installation script exchanging the ping usage for a direct TCP package test.
As per the issue associated above, the ping tool uses the ICMP protocol that may be blocked by the local firewall of some users. The benefit of using TCP package exchange is that no tool is required to be installed in the Raspberry Pi's OS since it's a resource already present in the system.
For the logic of the check, the connectivity is tested five times against the docker's download service URL, waiting a few seconds before trying again and cancelling in case of failure.

@antonio-amjr antonio-amjr added Bug Something isn't working Enhancement New feature or request labels Jan 9, 2025
@antonio-amjr antonio-amjr self-assigned this Jan 9, 2025
Copy link

Review changes with  SemanticDiff

Copy link
Contributor

@rquidute rquidute left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please just check the amount of empty spaces in indentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants