-
Notifications
You must be signed in to change notification settings - Fork 31
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
cannot unmarshal DNS message (SRV record) #1144
Comments
please show relevant bits from |
It is not giving result for that query. |
if your |
dig SRV _mcollective-server._tcp.my.domain ; <<>> DiG 9.11.20-RedHat-9.11.20-5.el8 <<>> SRV _mcollective-server._tcp.my.domain ;; QUESTION SECTION: ;; ANSWER SECTION: |
I may have good news, I'd root caused this and worked with the Go team to ensure this was released & backported to Go 1.17 and 1.16, just need to update and rebuild on those versions: golang/go#51127 That DNS response looks really short, so I'm surprised to see a "cannot unmarshal DNS" response with that query and answer, but perhaps there's something else going on. |
Amazing, thanks for that, we track go releases quite closely so hopefully this will just go away soon then, thank you @AaronFriel |
We have in a centos 8 machine installed:
choria 0.18.0-1
sernet-samba 4.13.3-5
Having samba configured to use its internal DNS service, choria-server cannot unmarshal the DNS message when it is about SRV records. And finally it takes the puppet server address from a CNAME we have defined.
host -t SRV _mcollective-server._tcp.my.domain
works, but not for choria-server.
The text was updated successfully, but these errors were encountered: