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

[Bug Report] dae is stuck in CheckNetwork when reloading #419

Closed
3 tasks done
mzz2017 opened this issue Jan 8, 2024 · 4 comments · Fixed by #420
Closed
3 tasks done

[Bug Report] dae is stuck in CheckNetwork when reloading #419

mzz2017 opened this issue Jan 8, 2024 · 4 comments · Fixed by #420

Comments

@mzz2017
Copy link
Contributor

mzz2017 commented Jan 8, 2024

Checks

  • I have searched the existing issues
  • I have read the documentation
  • Is it your first time sumbitting an issue

Current Behavior

image

Expected Behavior

No response

Steps to Reproduce

go run -exec sudo . run -c /etc/dae/example.dae

go run . reload

Environment

  • Dae version (use dae --version):0.5.0
  • OS (e.g cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Others:

Anything else?

@dae-prow
Copy link
Contributor

dae-prow bot commented Jan 8, 2024

Thanks for opening this issue!

@mzz2017
Copy link
Contributor Author

mzz2017 commented Jan 8, 2024

This is probably due to the firewalld. Closed.

@mzz2017 mzz2017 closed this as completed Jan 8, 2024
@mzz2017
Copy link
Contributor Author

mzz2017 commented Jan 8, 2024

I found that if I use:

go run -exec sudo . run -c /etc/dae/example.dae

, check will fail and the problem occur.

If I use:

./dae run -c /etc/dae/example.dae

, the problem will disappear.

It is nothing about the firewalld.

@mzz2017 mzz2017 reopened this Jan 8, 2024
@mzz2017
Copy link
Contributor Author

mzz2017 commented Jan 8, 2024

bash -c 'env ./dae run -c /etc/dae/example.dae'

This also works fine.

However, if I remove firewalld and reboot, every problem disappeared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant