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

pdns_recursor doesn't like embedded ^M in SOA #162

Closed
Habbie opened this issue Apr 26, 2013 · 1 comment
Closed

pdns_recursor doesn't like embedded ^M in SOA #162

Habbie opened this issue Apr 26, 2013 · 1 comment
Assignees
Labels

Comments

@Habbie
Copy link
Member

Habbie commented Apr 26, 2013

Using bind as the nameserver:

$ dig sexybits.de

; <<>> DiG 9.4.1-P1 <<>> sexybits.de
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 380
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;sexybits.de. IN A

;; ANSWER SECTION:
sexybits.de. 600 IN A 82.98.86.165

;; AUTHORITY SECTION:
sexybits.de. 86400 IN NS ns2.sedoparking.com.
sexybits.de. 86400 IN NS ns1.sedoparking.com.

;; Query time: 695 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Sep 17 11:33:25 2007
;; MSG SIZE rcvd: 96

Whereas pdns-recursor times out and gives:

DNS parser error: sexycash.de., Parsing record content: expected
digits at position 28 in 'ns9.ns14.de. ms.mindbits.de. 2006120902
10000 14400 604800 86400'

Note that the is an embedded carriage return - the wiki interprets ^M...

@ghost ghost assigned Habbie Apr 26, 2013
@Habbie Habbie closed this as completed Apr 26, 2013
@Habbie
Copy link
Member Author

Habbie commented Apr 26, 2013

Author: ahu
Fixed in commit 1167- really sad that this is needed.

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

No branches or pull requests

1 participant