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

Network check runs forever #4412

Closed
sergiusens opened this issue Oct 20, 2023 · 2 comments
Closed

Network check runs forever #4412

sergiusens opened this issue Oct 20, 2023 · 2 comments
Labels
bug Actual bad behavior that don't fall into maintenance or documentation

Comments

@sergiusens
Copy link
Collaborator

Bug Description

If the getent call to check for networking fails, it retries (which is good), but it retries forever, leading to an eternal spin. We need a documentation link for the error to help troubleshoot too.

To Reproduce

Do the reverse of

sudo ufw allow in on lxdbr0
sudo ufw route allow in on lxdbr0
sudo ufw route allow out on lxdbr0

and run snapcraft pack on a new project.

Environment

Ubuntu

snapcraft.yaml

n/a

Relevant log output

n/a

Additional context

No response

@sergiusens sergiusens added the bug Actual bad behavior that don't fall into maintenance or documentation label Oct 20, 2023
@sergiusens
Copy link
Collaborator Author

We need to check if 7.x has the fix to craft-providers, in any of the scenarios, ensure we have a test.

@sergiusens
Copy link
Collaborator Author

7.x and 8.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Actual bad behavior that don't fall into maintenance or documentation
Projects
None yet
Development

No branches or pull requests

2 participants