-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug: goss does not detect tcp ports correctly #506
Comments
I tried testing this on a docker container and failed. I spun up the docker fedora 31 container and ran the following:
Goss parses Are you able to reproduce this on a docker container? If I'm able to reproduce it, I can try to resolve it. |
This is probably a case of ipv4 vs ipv6. While in below example the service was listening on an ipv4 address, on the above example it was listening primarily on ipv6. |
Does it work with the tcp6 check? doc |
Hey,
Testing is done in podman container with fedora 31 host. Maybe something in the network stack is prioritizing ipv6. From my perspective, this is no longer a bug, but more a low prio feature request for better compatability. 👍 If some other investigation is neeeded, please feel free to reach out to me. |
Thanks for the update, would it be fair to close this out as a duplicate of this ticket? |
yup, thanks for the support. |
Hi,
during the last days, I was playing a bit with goss. I am facing the situation:
but
and
Is there something I am doing wrong or can try out to help debgging this behaviour?
The text was updated successfully, but these errors were encountered: